
* {
    margin: 0;
    padding: 0;
    color: #333;
    text-decoration: none;
}

h1 {
    font-size: 68px;
    margin-top: 80px;
    font-weight: 600;
}

.title {
    position: relative;
}

.title .icon {
    position: absolute;
    width: 110px;
    height: 70px;
    user-select: none;
    right: -27px;
    top: 40px;
}

.title .icon img {
    width: 100%;
    height: 100%;
}

.title .icon span {
    position: absolute;
    top: 18px;
    left: 28px;
    color: #000;
}

h3 {
    font-size: 40px;
}

.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: url(../images/bg1.png) no-repeat 0 0;
    /*background-size: 100% auto;*/
    width: 100%;
    max-height: 1420px;
    background-size: cover;
}

.btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
    margin-top: 40px;
}

.btn-group div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-group a {
    transition: all 0.5s;
}

.btn-group a:hover {
    transform: translateY(-5px);
}

.btn-group a div {
    font-size: 30px;
    height: 90px;
    border-radius: 390px;
    justify-content: center;
    align-items: center;
    padding: 0px 40px;
    gap: 8px;
    width: 390px;
    background: #fff;
    border: 3px solid #EAEEF6;
    box-shadow: -16px 16px 27px #e8e8e833, 16px -16px 27px #cad4e733, -16px -16px 27px #eff3facc, 16px 16px 27px #d4dbe7e6, inset .9px .9px 1.8px #ffffff4d, inset -.9px -.9px 1.8px #e5e5e580;
    display: flex;
}

.btn-group a img {
    width: 40px;
    height: 40px;
}

.pc-show {
    width: 50%;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;

}
#header a,
#header span {
    font-size: 15px!important;
}

.pc-show img {
    width: 100%;
    min-width: 850px;
}

.global {
    display: flex;
    align-items: center;
    justify-content: center;
}

.global img {
    height: 140px;
    margin: 0 auto;
}
.login_text{
    color: white;
}

.detail {
    width: 100%;
    background: url(../images/bg2.png) no-repeat 0 0;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding-bottom: 50px;
}

.m-icon {
    width: 56px;
    height: 56px;
    border-radius: 100px;
    border: 1px dotted #fa6325;
    position: relative;
}

i.sort {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #fa6325;
    border-radius: 100px;
    font-style: unset;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detail > div > div {
    width: 50%;
}

.item {
    display: flex;
    gap: 8%;
}

.item .pic {
    display: flex;
}

.item .pic:first-child {
    justify-content: flex-end;
}

.item .pic:last-child {
    justify-content: flex-start;
}

.item img {
    width: 80%;
    max-width: 680px;
    object-fit: cover;
}

.text-main {
    padding-top: 3%;
}

.text-main.end > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.desc-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px;
}

.desc-content {
    width: 80%;
    padding-left: 2rem;
    max-width: 520px;
    font-size: 24px;
}

.desc-content p {
    color: #666;
    line-height: 38px;
}

.desc-title h4 {
    font-size: 50px;
    font-weight: 500;
}

.pad {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f2f4f9;
    padding: 60px 0;
}

.pad h4 {
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
}

.pad p {
    text-align: center;
    color: #666;
    font-size: 20px;
    line-height: 30px;
}

.pad-img {
    margin-top: 80px;
    width: 75%;
    display: flex;
    justify-content: center;
}

.pad-img img {
    width: 70%;
}

.earth {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px 0 90px 0;
    gap: 20px;
    background: url(../images/earth.png) no-repeat 0 0;
    background-size: cover;
}

.earth h4 {
    font-size: 50px;
    font-weight: 500;
}