html {
    font-size: 8px;
}

.banner {
    margin-top: 10rem;
}

.serviceNav {
    background-color: #f8f8f8;
    height: 10rem;
}

.serviceNav ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.serviceNav li {
    list-style: none;
    margin: 0px 5px;
}

.container {
    /* padding: 10px 0px; */
}

.serviceNav li a {
    display: block;
    height: 9rem;
    line-height: 10rem;
    padding: 0 3rem;
    text-decoration: none;
    font-family: Microsoft YaHei;
    color: #666666;
    font-size: 2.2rem;
}

.serviceNav li a:hover {
    color: #0083dc;
    /* border-bottom: 4px solid #0083dc; */
}

.isActiveTap {
    color: #0083dc!important;
    border-bottom: 4px solid #0083dc;
}

.online {
    padding: 12rem 0;
    overflow: hidden;
}

.online-title {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #0083dc;
    font-size: 4.6rem;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 6rem;
}

.online-banner {
    border-radius: 0.8rem;
}

.online-banner-cont {
    margin-top: 8rem;
    padding: 8rem;
    background-color: #f6f8fb;
}

.online-banner-cont.en {
    margin-top: 4rem;
}

.online-banner-cont-num {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #0083dc;
    font-size: 15rem;
    letter-spacing: 0;
}

.online-banner-cont-title {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #0083dc;
    font-size: 3.2rem;
    letter-spacing: 0;
}


.online-banner-cont-text {
    margin-top: 2.4rem;
    font-family: Microsoft YaHei;
    color: #333333;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0;
}

.online-list-title-name {
    font-family: Microsoft YaHei;
    color: #666666;
    font-size: 2.8rem;
    letter-spacing: 0;
}

.online-list-title-border {
    height: 0.8rem;
    width: 23.4rem;
    background-image: linear-gradient(90deg, #0083dc 0%, #ffffff 100%);
}

.online-list-box {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
}

.online-list-box-item {
    width: 19%;
    min-height: 35rem;
    background-image: linear-gradient(135.1deg, #ffffff 0%, #ffffff 67.36%, #f1f9ff 80.01%, #afdfff 100%);
    border: 0.2rem solid #afdfff;
    border-radius: 0.8rem;
    box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.2);
    padding: 2.4rem;
}

.online-list-box-item-title {
    font-family: Microsoft YaHei;
    color: #0083dc;
    font-size: 2.4rem;
    letter-spacing: 0;
}

.online-list-box-item-text {
    margin-top: 2.4rem;
    font-family: Microsoft YaHei;
    color: #666666;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 3.6rem;
}


.web {
    margin-top: 8rem;
    overflow: hidden;
}

.web-title {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #0083dc;
    font-size: 4.6rem;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 6rem;
}

.web-banner {
    border-radius: 0.8rem;
}

.web-banner-cont {
    margin-top: 8rem;
    padding: 7rem;
    background-color: #f6f8fb;
}

.web-banner-cont.en {
    margin-top: 3rem;
}

.web-banner-cont-num {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #0083dc;
    font-size: 15rem;
    letter-spacing: 0;
}

.web-banner-cont-title {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #0083dc;
    font-size: 3.2rem;
    letter-spacing: 0;
}

.web-banner-cont-title {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #0083dc;
    font-size: 3.2rem;
    letter-spacing: 0;
}

.web-banner-cont-text {
    margin-top: 2.4rem;
    font-family: Microsoft YaHei;
    color: #333333;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0;
}

.web-list {
    margin-top: 8rem;
}

.web-list-title-name {
    font-family: Microsoft YaHei;
    color: #666666;
    font-size: 2.8rem;
    letter-spacing: 0;
}

.web-list-title-border {
    height: 0.8rem;
    width: 23.4rem;
    background-image: linear-gradient(90deg, #0083dc 0%, #ffffff 100%);
}

.web-list-box {
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
}

.web-list-box-item {
    width: 19%;
    padding: 0 4rem;
}

.web-list-box-item-icon {
    text-align: center;
}

.web-list-box-item-title {
    margin-top: 4rem;
    font-family: Microsoft YaHei;
    color: #0083dc;
    font-size: 2.4rem;
    letter-spacing: 0;
    text-align: center;
}

.web-list-box-item-text {
    margin-top: 2.4rem;
    font-family: Microsoft YaHei;
    color: #666666;
    font-size: 1.8rem;
    line-height: 3.6rem;
    letter-spacing: 0;
}

.offline {
    margin-top: 9rem;
    background-color: #f6f8fb;
}

.offline-title {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #0083dc;
    font-size: 4.6rem;
    letter-spacing: 0;
    text-align: center;
    padding-top: 12rem;
    padding-bottom: 3rem;
}

.offline-text {
    font-family: Microsoft YaHei;
    color: #666666;
    font-size: 1.8rem;
    line-height: 3.6rem;
    letter-spacing: 0;
    text-align: center;
    padding: 0 3rem;
}

.offline-cont {
    margin-top: 1rem;
    font-family: Microsoft YaHei;
    color: #0083dc;
    font-size: 1.8rem;
    line-height: 3.6rem;
    letter-spacing: 0;
    text-align: center;
    padding: 0 3rem;
}

.offline-banner {
    margin-top: 7rem;
    text-align: center;
}

.crossBorder {
    margin-bottom: 8rem;
}

.crossBorder-title {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #0083dc;
    font-size: 4.6rem;
    letter-spacing: 0;
    text-align: center;
    padding-top: 12rem;
    padding-bottom: 3rem;
}

.crossBorder-text {
    font-family: Microsoft YaHei;
    color: #666666;
    font-size: 1.8rem;
    line-height: 3.6rem;
    letter-spacing: 0;
    text-align: center;
}

.crossBorder-list {
    margin-top: 8rem;
}

.crossBorder-list-item {
    margin: 0 2rem;
    background-color: #f6f8fb;
    border-radius: 1rem;
    overflow: hidden;
}

.crossBorder-list-item-icon {
    padding: 4rem;
    text-align: center;
}

.crossBorder-list-item-text {
    padding: 2.6rem;
    background-color: #0083dc;
    font-family: Microsoft YaHei;
    color: #e2f3ff;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0;
    min-height: 20rem;
}

.increment-list {
    margin-top: 8rem;
}

.increment-title {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #0083dc;
    font-size: 4.6rem;
    letter-spacing: 0;
    text-align: center;
    padding-top: 12rem;
    padding-bottom: 3rem;
}

.increment-text {
    font-family: Microsoft YaHei;
    color: #666666;
    font-size: 1.8rem;
    line-height: 3.6rem;
    letter-spacing: 0;
    text-align: center;
}

.increment-list-item-title {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333333;
    font-size: 2.8rem;
    letter-spacing: 0;
}

.increment-list-item-text {
    font-family: Microsoft YaHei;
    color: #666666;
    font-size: 1.8rem;
    line-height: 3.6rem;
    letter-spacing: 0;
}

.consulting {
    padding: 5rem 0;
    position: relative;
}

.consulting::before {
    content: '';
    background-image: url('../image/home/consulting.png');
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.consulting-box-text {
    font-family: Microsoft YaHei;
    color: #ebf7ff;
    font-size: 3.6rem;
    letter-spacing: 0;
    text-align: center;
    padding: 0 3.2rem;
}

.consulting-box-btn {
    margin-top: 1.6rem;
    display: flex;
    justify-content: center;
}

.consulting-box-btn a {
    text-decoration: none;
}

.consulting-box-btn-text {
    font-family: Microsoft YaHei;
    color: #0083dc;
    font-size: 1.8rem;
    letter-spacing: 0;
    background-color: #eef8ff;
    padding: 1.6rem 6.4rem;
    border-radius: 8rem;
}

.online-img,
.web-img,
.offline-banner,
.crossBorder-list-item,
.increment-item {
    transform: scale(0);
    opacity: 0;
    overflow: hidden;
}

.showanimation .online-img,
.showanimation .web-img,
.showanimation .offline-banner,
.showanimation .crossBorder-list-item,
.showanimation .increment-item {
    transform: scale(1);
    opacity: 1;
    transition: 0.8s;
}



.online-title,
.online-banner-cont,
.online-list-box,
.web-banner-cont,
.web-list-box,
.offline-title,
.offline-text,
.offline-cont {
    transform: translate(0, 100px);
    opacity: 0;
}

.showanimation .online-title,
.showanimation .online-banner-cont,
.showanimation .online-list-box,
.showanimation .web-banner-cont,
.showanimation .web-list-box,
.showanimation .offline-title,
.showanimation .offline-text,
.showanimation .offline-cont {
    transform: translate(0, 0px);
    opacity: 1;
    transition: 0.8s;
}

.crossBorder-title,
.crossBorder-text,
.increment-title,
.increment-text,
.increment-list-item {
    transform: translate(0, 100px);
    opacity: 0;
}

.showanimation .crossBorder-title,
.showanimation .crossBorder-text,
.showanimation .increment-title,
.showanimation .increment-text,
.showanimation .increment-list-item {
    transform: translate(0, 0px);
    opacity: 1;
    transition: 0.8s;
}

.consulting-box {
    transform: translate(0, 100px);
    opacity: 0;
}

.showanimation .consulting-box {
    transform: translate(0, 0px);
    opacity: 1;
    transition: 0.8s;
}

/* .img-fluid:hover,
.online-list-box-item:hover {
    transform: scale(1.2);
    transition: 0.3s;
}

.img-fluid,
.online-list-box-item {
    transition: 0.3s;
} */

.service-detail {
    margin-top: 1rem;
}

/* 产品服务改造样式 start*/
.service-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-box .left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    border-radius: 10px;
    background-color: #EBF1FF;
}

.left img {
    width: 420px;
    height: 440px;
    margin: 50px;
}

.pay-methods {
    flex: 1;
    background-color: #EBF1FF;
    border-radius: 10px;
}

.pay-methods .all-method {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.pay-methods .method-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21%;
    height: 110px;
    font-size: 20px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 1;
    user-select: none;
    transition: .5s !important;
    margin: 10px 0;
}
.pay-methods .method-item>img{
    width: 70%;
}
.pay-methods .method-item:hover {
    transform: translate(0px, -10px) scale(1.2) !important;
    z-index: 2;
    background-color: #fff;
    box-shadow: 3px 3px 20px 8px rgba(0, 0, 0, .2);
}

.service-box .right {
    display: flex;
    justify-content: center;
    flex: 1;
}

.service-box .service-content {
    width: 80%;
}

.service-box .service-content .payment-method>p>span{
    font-weight: bold;
    margin-right: 10px;
}

.service-box .right .service-icon,
#digit.service-box .right .service-icon,
#vcc .service-box .right .service-icon {
    width: 80px;
    height: 80px;
    background: url('../image/service/global-icon1.jpg') no-repeat center center/cover;
}
.service-box:nth-child(2) .right .service-icon{
    background: url('../image/service/global-icon2.jpg') no-repeat center center/cover;
}
.service-box:nth-child(3) .right .service-icon{
    background: url('../image/service/global-icon3.jpg') no-repeat center center/cover;
}
.service-box:nth-child(4) .right .service-icon{
    background: url('../image/service/global-icon4.jpg') no-repeat center center/cover;
}

#digit .service-box:nth-child(1) .right .service-icon{
    background: url('../image/service/digit-icon1.jpg') no-repeat center center/cover;
}
#digit .service-box:nth-child(2) .right .service-icon{
    background: url('../image/service/digit-icon2.jpg') no-repeat center center/cover;
}
#digit .service-box:nth-child(3) .right .service-icon{
    background: url('../image/service/digit-icon3.jpg') no-repeat center center/cover;
}
#digit .service-box:nth-child(4) .right .service-icon{
    background: url('../image/service/digit-icon4.jpg') no-repeat center center/cover;
}

#vcc .service-box:nth-child(1) .right .service-icon{
    background: url('../image/service/vcc-icon1.jpg') no-repeat center center/cover;
}
#vcc .service-box:nth-child(2) .right .service-icon{
    background: url('../image/service/vcc-icon2.jpg') no-repeat center center/cover;
}
#vcc .service-box:nth-child(3) .right .service-icon{
    background: url('../image/service/vcc-icon3.jpg') no-repeat center center/cover;
}

.service-box .right div:nth-child(2) {
    font-size: 32px;
    margin: 12px 0px;
}

.service-box .right div:nth-child(3) {
    display: block!important;
    font-size: 16px;
    line-height: 28px;
}

#offline div:nth-child(3) {
    display: none;
}

#increment div:nth-child(3) {
    display: none;
}

/* 产品服务改造样式 end*/

@media (min-width: 576px) {
    .serviceNav li a {
        padding: 0 1rem;
    }
    .left img {
        width: 210px;
        height: 220px;
        margin: 10px;
    }
    .pay-methods .method-item {
        height: 70px;
    }
}
@media (min-width: 800px) {
    .left img {
        width: 210px;
        height: 220px;
        margin: 10px;
    }
    .pay-methods .method-item {
        height: 90px;
    }
}
@media (min-width: 1000px) {
    .left img {
        width: 370px;
        height: 390px;
        margin: 40px;
    }
    .pay-methods .method-item {
        height: 100px;
    }
}
@media (min-width: 1200px) {
    .left img {
        width: 420px;
        height: 440px;
        margin: 50px;
    }
    .pay-methods .method-item {
        height: 110px;
    }
}
@media (min-width: 1350px) {
    .pay-methods .method-item {
        height: 110px;
    }
}
@media (min-width: 1560px) {

}


/* 产品服务移动端的样式适配 start */

@media screen and (max-width: 576px) {
    html {
        font-size: 10px;
    }

    .serviceNav {
        height: 0;
    }

    .online {
        padding: 3rem 0;
    }

    .online-title {
        font-size: 2.6rem;
        padding-bottom: 3rem;
    }

    .online-banner-cont {
        padding: 0rem;
        margin-top: 1rem;
    }

    .online-banner-cont-text {
        line-height: 6rem;
    }

    .online-list-box {
        display: block;
        padding: 0 1rem;
        margin-top: 1rem;
    }

    .online-list-box-item {
        margin-top: 2rem;
        width: 100%;
    }

    .web-list-box {
        margin-top: 2rem;
    }

    .web-list-box-item {
        margin-top: 3rem;
        width: 100%;
        padding: 0 1rem;
    }

    .web-list-box-item-title {
        margin-top: 2rem;
    }

    .web-banner-cont {
        padding: 3rem;
        margin-top: 1rem;
    }

    .web-banner-cont-text {
        line-height: 6rem;
    }

    .web-list-title {}

    .offline-title {
        font-size: 2.6rem;
        padding-top: 3rem;
    }

    .offline-text {
        padding: 0 1rem;
    }

    .crossBorder-title {
        font-size: 2.6rem;
        padding-top: 3rem;
    }

    .crossBorder-list {
        margin-top: 4rem;
    }

    .crossBorder-list-item {
        margin: 0;
    }

    .crossBorder {
        margin-bottom: 1rem;
    }

    .increment-title {
        font-size: 2.6rem;
        padding-top: 3rem;
    }

    .increment-list {
        margin-top: 1rem;
        padding: 0 1rem;
    }

    .increment-list-item {
        padding: 4rem 0;
    }

    .container {
        max-width: 350px !important;
    }

    .service-box {
        margin: 12px auto;
        display: block;
    }

    .service-box .right .service-icon{
        width: 80px;
        height: 80px;
    }

    .service-box .right div:nth-child(2) {
        font-size: 16px !important;
        text-align: center;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .service-box .right div:nth-child(3) {
        display: block!important;
        font-size: 12px;
        text-align: center;
    }

    .service-box .right {
        width: 100%;
    }

    .service-box .left {
        width: 100%;
    }

    .left img {
        width: 336px;
    }

    #offline div:nth-child(1) {
        display: none;
    }

    #offline div:nth-child(2) div:first-child {
        display: block;
    }

    #increment div:nth-child(1) {
        display: none;
    }

    #increment div:nth-child(2) div:first-child {
        display: block;
    }

    #offline div:nth-child(3) {
        display: block;
    }

    #increment div:nth-child(3) {
        display: block;
    }
}

/* 产品服务移动端的样式适配 end */