/* 海报 */
.banner {
    position: relative;
}

.banner .banner-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.banner-content {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}

.banner-content .banner-text {
    color: #ffffff;
    margin-top: calc(242px + 100px);
    width: fit-content;
}

.banner-content .banner-text .title {
    font-weight: 700;
    font-size: 52px;
    line-height: 1.5em;
}

.banner-content .banner-text .copyright {
    font-size: 40px;
    position: relative;
    top: -26px;
}

.banner-content .banner-text .describe {
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 10px;
    max-width: 660px;
}

/* 定义动画 */
@keyframes diagonalGradient {
    0% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.banner-content .banner-text .banner-btn-box {
    display: flex;
    align-items: center;
    margin-top: 60px;

}

.banner-content .banner-text .demonstrate-btn,
.banner-content .banner-text .cpbj-btn {
    min-width: 170px;
    width: fit-content;
    border-radius: 25px;
    font-weight: 600;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    /* animation: diagonalGradient 1s infinite linear; */
    /* transition: all 0.3s ease; */
    /* background-size: 200% 100%; */
    /* background-position: 0% 0%; */
}

.banner-content .banner-text .demonstrate-btn {
    background-color: #4A53E6;
    /* background-image: linear-gradient(60deg, #4A53E6, #4A53E6 45%, #646cfa 50%, #4A53E6 55%, #4A53E6 100%); */

}

/* .banner-content .banner-text .cpbj-btn {
    background-color: #FF7700;
    margin-left: 20px;
} */


/* 数据 */
.statistics {
    background-color: #F8F9FB;
}

.statistics-content {
    display: flex;
    padding: 32px 0;
}

.statistics-content .statistics-item {
    flex: 1;
    border-left: 1px dashed #00000021;
}

.statistics-content .statistics-item:first-child {
    border-left: none;
}

.statistics-item .statistics-num {
    text-align: center;
    color: #4A53E6;
}

.statistics-item .statistics-num .num {
    font-weight: 700;
    font-size: 58px;
}

.statistics-item .statistics-num .symbol {
    font-weight: 500;
    font-size: 20px;
}

.statistics-item .statistics-label {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}

/* 适用身份 */
.applicableIdentity {
    padding: 80px 0 110px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.applicableIdentity-title {
    padding: 20px 0;
}

.applicableIdentity-content {
    margin-top: 40px;
}

.applicableIdentity-content-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.applicableIdentity-content-top .applicableIdentity-content-item {
    border-radius: 10px;
    overflow: hidden;
    background-color: #F8F9FB;
}

.applicableIdentity-content-top .applicableIdentity-content-item .item-img {
    width: 100%;
    height: auto;
}

.applicableIdentity-content-top .applicableIdentity-content-item .item-info {
    padding: 20px 30px 15px;
}

.applicableIdentity-content-top .applicableIdentity-content-item .item-info .title {
    font-weight: 600;
    font-size: 22px;
    color: #000000;
}

.applicableIdentity-content-top .applicableIdentity-content-item .item-info .describe {
    font-size: 18px;
    line-height: 1.5em;
    color: #999999;
    margin-top: 10px;
}

.applicableIdentity-content-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-top: 30px;
}

.applicableIdentity-content-bottom .applicableIdentity-content-item {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    border-radius: 10px;
    overflow: hidden;
}

.applicableIdentity-content-bottom .applicableIdentity-content-item .item-img {
    width: 80px;
    height: 80px;
}

.applicableIdentity-content-bottom .applicableIdentity-content-item .title {
    font-weight: 600;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}

/* 为什么选择我们 */
.ourAdvantages {
    padding: 60px 0 20px;
    background-color: #ffffff;
}

/* 全程赋能 */
.ourAdvantages-1 {
    position: relative;
}

.ourAdvantages-1 .common-reason-subTitle {
    max-width: 1358px;
}

.ourAdvantages-1 .empowerment {}

.ourAdvantages-1 .empowerment .card-list {
    padding: 50px 0 70px;
}

.empowerment .card-list .card-item {
    width: 823px;
    box-sizing: border-box;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 0px 14px 14px 0px #00000014;
    padding: 28px 34px 18px 34px;
}

.empowerment .card-list .card-item:hover {
    background: #4A53E6;
    color: #ffffff;
}

.empowerment .card-list .card-item:hover .title .text {
    color: #ffffff;
}

.empowerment .card-list .card-item:hover .describe {
    color: #ffffff;
}

.empowerment .card-list .card-item:hover .title .icon.active {
    display: inline-block;
}

.empowerment .card-list .card-item:hover .title .icon {
    display: none;
}



.empowerment .card-list .card-item+.card-item {
    margin-top: 20px;
}

.empowerment .card-list .card-item .title {
    display: flex;
    align-items: center;
}

.empowerment .card-list .card-item .title .icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.empowerment .card-list .card-item .title .icon.active {
    display: none;
}

.empowerment .card-list .card-item .title .text {
    font-weight: 700;
    font-size: 26px;
    color: #4A53E6;
}

.empowerment .card-list .card-item .describe {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6em;
    color: #748095;
    margin-top: 10px;
    letter-spacing: -0.01em;
}

.ourAdvantages-1 .empowerment .empowerment-img {
    width: 954px;
    height: auto;
    object-fit: cover;
    position: absolute;
    right: 42px;
    bottom: 0;
}

/* 全球站点 */
.ourAdvantages-2 {
    background-color: #F8F9FB;
}

.globalSites {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;

}

.globalSites .globalSites-left {
    width: 47%;
    height: fit-content;
    overflow: hidden;
}

.globalSites .globalSites-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(0.95);
    transition: transform 0.5s ease;
}

.globalSites .globalSites-left img:hover {
    transform: scale(1);
}

.globalSites .globalSites-right {
    flex: 1;
    padding: 20px;
    margin-left: 20px;
}

.globalSites .globalSites-right .globalSites-right-item {
    display: flex;
    padding: 0 10px 36px 26px;
}

.globalSites .globalSites-right .globalSites-right-item .item-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.globalSites .globalSites-right .globalSites-right-item .item-info {
    flex: 1;
}

.globalSites .globalSites-right .globalSites-right-item .item-info .title {
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    /* width: 6em;
    text-align: justify; */
}

.globalSites .globalSites-right .globalSites-right-item .item-info .title.text-en {
    /* 字间距 */
    letter-spacing: 0.2em;
}


.globalSites .globalSites-right .globalSites-right-item .item-info .describe {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6em;
    color: #748095;
    margin-top: 10px;
}

/* 全球互联 */
.ourAdvantages-3 {
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;

}

.globalInterconnect {
    margin-top: 40px;
}

.globalInterconnect .globalInterconnect-banner {
    height: 285px;
    border-radius: 10px;
    overflow: hidden;
}

.globalInterconnect .globalInterconnect-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.globalInterconnect .globalInterconnect-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 22px;
    margin-top: 20px;
}

.globalInterconnect-content-item {
    border-radius: 10px;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 24px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
}

.globalInterconnect-content-item * {
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

.globalInterconnect-content-item .item-info {
    flex: 1;
    margin-right: 12px;
}

.globalInterconnect-content-item .item-info .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
}

.globalInterconnect-content-item .item-info .describe {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    margin-top: 16px;
}


.globalInterconnect-content-item .icon-box {
    width: 64px;
    height: 64px;
    background-color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    position: relative;
}

.globalInterconnect-content-item .icon-box .icon {
    width: 40px;
    height: 40px;
}



.globalInterconnect-content-item:hover .item-info .title {
    color: #ffffff;
}

.globalInterconnect-content-item:hover .item-info .describe {
    color: #ffffff;
}

.globalInterconnect-content-item:hover .icon-box {
    background-color: rgba(255, 255, 255, 0.2);
}

.globalInterconnect-content-item::after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 24px;
    position: absolute;
    right: 24px;
    top: calc(50% - 32px);
    z-index: 0;
    transition: all 0.5s ease;
    background-color: var(--color);
}

.globalInterconnect-content-item:hover::after {
    background-color: var(--color);
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* 全球支付 */
.ourAdvantages-4 {
    background-color: #F8F9FB;
    padding-bottom: 80px;
}

.ourAdvantages-4 .common-reason-subTitle {
    max-width: 1220px;
}

.globalPayment {
    display: flex;
    align-items: stretch;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.globalPayment .globalPayment-left {
    width: 560px;
    margin-right: 24px;
    border-right: 1px solid #EFEFEF;
}

.globalPayment .globalPayment-left .globalPayment-list {}

.globalPayment-list .globalPayment-item {
    display: flex;
    align-items: center;
    height: 124px;
    box-sizing: border-box;
    border-bottom: 1px solid #EFEFEF;
    padding-left: 40px;
    padding-right: 36px;
    border-right: 5px solid transparent;
    cursor: pointer;
}

.globalPayment-list .globalPayment-item:last-child {
    border-bottom: none;
}

.globalPayment-list .globalPayment-item.active {
    background-color: #F5F6FF;
    border-right: 5px solid #4A53E6;
}

.globalPayment-list .globalPayment-item-img {
    display: none;
}

.globalPayment-list .globalPayment-item .icon-box {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}

.globalPayment-list .globalPayment-item .icon-box .icon {
    width: 100%;
    height: 100%;
}

.globalPayment-list .globalPayment-item .info-box {
    flex: 1;
}

.globalPayment-list .globalPayment-item .info-box .title {
    font-weight: 600;
    font-size: 22px;
    color: #000000;
}

.globalPayment-list .globalPayment-item .info-box .describe {
    color: #666666;
    line-height: 1.5em;
    margin-top: 8px;
}

.globalPayment .globalPayment-right {
    flex: 1;
    height: 496px;
    overflow: hidden;
    padding: 20px;
}

.globalPayment .globalPayment-right .right-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
    transform: scale(1);
    transition: all 0.5s ease;
}


.globalPayment .globalPayment-right .right-img[data-key="4"] {
    margin-top: -20px;
    height: calc(100% + 40px);
}

.globalPayment .globalPayment-right .right-img.active {
    display: block;
}

.globalPayment .globalPayment-right:hover .right-img {
    transform: scale(1.05);
}


/* 全球物流 */
.ourAdvantages-5 {
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.globalLogistics .gogisticsSteps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 70px;
}

.globalLogistics .gogisticsSteps .gogisticsSteps-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F8F9FB;
    border-radius: 10px;
    min-width: 150px;
    min-height: 140px;
    width: fit-content;
    height: fit-content;
    padding: 10px;
    box-sizing: border-box;
}

.globalLogistics .gogisticsSteps .gogisticsSteps-item .item-icon {
    width: 48px;
    height: 48px;
}

.globalLogistics .gogisticsSteps .gogisticsSteps-item .item-name {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-top: 10px;
}

.globalLogistics .gogisticsSteps .nextStep-icon {
    width: 30px;
    height: 30px;
    margin: 0 4px;
}

.globalLogistics .logisticsLabel {
    width: fit-content;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
}

.globalLogistics .logisticsLabel .label-item {
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
    background-color: #4A53E6;
    border: 1px solid #0067F6;
    height: 60px;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 20px;
    min-width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 全球推广 */
.ourAdvantages-6 {
    background-color: #ffffff;
    padding-bottom: 140px;
    position: relative;
}

.ourAdvantages-6>* {
    position: relative;
}

.ourAdvantages-user-bg {
    height: 100%;
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    object-fit: contain;
}

.promotionPlatform {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.promotionPlatform .promotionPlatform-item {
    margin: 0 5px;
    height: 60px;
}

.globalPromotion {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px;
}

.globalPromotion .globalPromotion-card {
    padding: 40px 30px;
    border-radius: 10px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 14px 14px 0px #0000001A;
    overflow: hidden;
    position: relative;
}

.globalPromotion .globalPromotion-card::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -10px;
    width: 150px;
    height: 150px;
    background-image: var(--bgi);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.globalPromotion-card .title {
    font-weight: 600;
    font-size: 24px;
    color: #4A53E6;
}

.globalPromotion-card .subTitle {
    font-size: 18px;
    line-height: 1.5em;
    color: #666666;
    margin-top: 10px;
}


.globalPromotion-card .describe {
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 10px;
}

.globalPromotion-card .socialMedia {
    margin-top: 10px;
}

.globalPromotion-card .socialMedia .socialMedia-item {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.globalPromotion-card .medium-logo {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.globalPromotion-card .medium-logo .logo {
    height: 34px;
    width: auto;
}

.globalPromotion-card .medium-logo .add {
    font-size: 22px;
    line-height: 32px;
    color: #4E4E4E;
    margin: 0 10px;
}


/* 报价单弹出 */
/* @keyframes quotationShow {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.quotation {
    background-color: #FF7700;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transform: translateY(100%);
    animation: quotationShow 1s forwards;
    animation-delay: 5s;
    cursor: pointer;
}

.quotation-left {}

.quotation-left img {
    height: 123px;
}

.quotation-center {}

.quotation-center img {
    height: 74px;
}

.quotation-right {
    height: 95px;
    padding-left: 95px;
    padding-right: 96px;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    display: flex;
    align-items: center;
    border-left: 1px dashed transparent;
    border-image: repeating-linear-gradient(45deg, #77380099, #77380099 4px, transparent 4px, transparent 8px) 2;
    position: relative;
}

.quotation-right .quotation-hand {
    position: absolute;
    right: 0;
    top: 0;
    width: 114px;
    height: 114px;
}

.quotation .close-btn {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 33px;
    height: 33px;
    cursor: pointer;
} */



/* 屏幕小于 1560px */
@media screen and (max-width: 1560px) {


    .banner .banner-img {
        object-fit: cover;
    }

    .banner-content .banner-text {
        color: #ffffff;
        margin-top: calc(207px + 100px);
        padding-left: 100px;
    }



    .applicableIdentity-content-top {
        grid-gap: 18px;
    }

    .applicableIdentity-content-top .applicableIdentity-content-item .item-info {
        padding: 20px 10px 30px
    }

    .applicableIdentity-content-bottom {
        grid-gap: 26px;
    }

    .globalSites {
        margin-top: 30px;
    }

    .globalSites .globalSites-right {
        padding: 0px;
        margin-left: 0;
    }

    .globalInterconnect .globalInterconnect-content {
        grid-gap: 10px;
    }

    .globalInterconnect-content-item .icon-box {
        width: 64px;
        height: 64px;
        background-color: var(--color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        position: relative;
    }

    .globalInterconnect-content-item::after {}

    /* .globalPayment .globalPayment-right {
        width: 41%;
        margin-left: 0;
    }

    .globalPayment .globalPayment-left {
        padding: 40px 20px;
    }

    .globalPayment-left .globalPayment-type {
        grid-gap: 14px;
    }

    .globalPayment-left .globalPayment-type .globalPayment-type-item {
        height: 76px;
    } */

    .globalLogistics .gogisticsSteps .gogisticsSteps-item {
        min-width: 120px;
    }

    .globalLogistics .gogisticsSteps .nextStep-icon {
        width: 26px;
        height: 26px;
        margin: 0 3px;
    }

    .globalPromotion {
        grid-gap: 30px;
    }

    .globalPromotion .globalPromotion-card {
        padding: 40px 30px 20px;
    }
}


/* 屏幕小于 1375px */
@media screen and (max-width: 1375px) {

    .banner-content .banner-text {
        margin-top: calc(159px + 100px);
        padding-left: 20px;
    }

    .banner-content .banner-text .title {
        font-size: 48px;
    }

    .banner-content .banner-text .copyright {
        font-size: 32px;
        top: -26px;
    }

    .banner-content .banner-text .describe {
        font-size: 16px;
    }

    .banner-content .banner-text .banner-btn-box {
        margin-top: 40px;
    }

    .statistics-content {
        padding: 10px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .statistics-content .statistics-item {
        margin: 30px 0;
        position: relative;
    }

    .statistics-content .statistics-item:nth-child(odd) {
        border-left: none;
    }

    .statistics-content .statistics-item:nth-child(1)::after,
    .statistics-content .statistics-item:nth-child(2)::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -30px;
        width: 254px;
        transform: translateX(-50%);
        border-bottom: 1px dashed #00000021;
    }

    .ourAdvantages-1 .empowerment {
        display: flex;
        flex-direction: column-reverse;
    }

    .empowerment .card-list .card-item {
        width: 100%;
    }

    .ourAdvantages-1 .empowerment .empowerment-img {
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
    }

    .applicableIdentity {
        padding: 50px 0 10px;
    }

    .applicableIdentity-content-top {
        grid-template-columns: repeat(2, 1fr);
    }

    .applicableIdentity-content-bottom {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        margin-top: 30px;
    }

    .globalSites {
        flex-direction: column;
    }

    .globalSites .globalSites-left {
        width: 100%;
    }

    .ourAdvantages-3 {
        padding-bottom: 60px;
    }

    .globalInterconnect .globalInterconnect-banner {
        height: 224px;
    }

    .globalInterconnect .globalInterconnect-content {
        grid-template-columns: repeat(1, 1fr);
    }

    .globalInterconnect-content-item .icon-box {
        width: 64px;
        height: 64px;
        background-color: var(--color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        position: relative;
    }

    .globalInterconnect-content-item::after {}

    .globalPayment {
        display: flex;
        flex-direction: column;
    }

    .globalPayment .globalPayment-left {
        width: 100%;
        margin-right: 0;
    }

    .globalPayment-list .globalPayment-item-img {
        display: none;
    }

    .globalPayment-list .globalPayment-item-img.active {
        display: block;
    }

    .globalPayment-list .globalPayment-item-img .img {
        width: 100%;
        object-fit: cover;
        margin: 20px 0;
    }


    .globalPayment .globalPayment-right {
        display: none;
    }

    .globalLogistics .gogisticsSteps {
        justify-content: space-between;
    }

    .globalLogistics .gogisticsSteps .gogisticsSteps-item {
        min-width: 160px;
        margin-bottom: 17px;
    }

    .globalLogistics .gogisticsSteps .nextStep-icon {
        width: 16px;
        height: 16px;
        margin: 0 3px;
    }

    .globalLogistics .gogisticsSteps .nextStep-icon:nth-child(8) {
        display: none;
    }

    .globalLogistics .logisticsLabel {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 22px;
        grid-column-gap: 15px;
        margin-top: 40px;
    }

    .globalLogistics .logisticsLabel .label-item {
        width: 100%;
        max-width: none;
    }

    .ourAdvantages-5 {
        padding-bottom: 55px;
    }

    .ourAdvantages-6 {
        padding-bottom: 60px;
    }

    .ourAdvantages-user-bg {
        width: 280px;
        height: 533px;
        top: 170px;
        right: calc(50% - 364px);
    }


    .promotionPlatform {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .promotionPlatform .promotionPlatform-item {
        margin: 20px 39px 20px 0;
    }

    .globalPromotion {
        /* grid-template-columns: repeat(1, 1fr);*/
        grid-gap: 40px;
        display: flex;
        flex-direction: column-reverse;
    }

    .globalPromotion .globalPromotion-card {
        padding: 30px;
    }

    .globalPromotion .globalPromotion-card::before {
        content: "";
        position: absolute;
        top: -100px;
        right: -10px;
        width: 240px;
        height: 240px;
    }

    /* .quotation-center {
        display: none;
    } */

}

/* 手机 版心 */
@media screen and (max-width: 768px) {

    .banner .banner-img {
        height: 600px;
    }

    .banner-content .banner-text {
        margin-top: calc(67px + 100px);
        padding-left: 0;
    }

    .banner-content .banner-text .title {
        font-size: 24px;
    }

    .banner-content .banner-text .copyright {
        font-size: 12px;
        top: -14px;
    }

    .banner-content .banner-text .banner-btn-box {
        margin-top: 20px;

    }

    .banner-content .banner-text .demonstrate-btn,
    .banner-content .banner-text .cpbj-btn {
        min-width: 130px;
        border-radius: 20px;
        font-size: 16px;
        line-height: 40px;
    }

    .statistics-content {
        padding: 20px 16px;
    }

    .statistics-content .statistics-item {
        padding: 20px 0;
        margin: 0;
    }

    .statistics-content .statistics-item:nth-child(1),
    .statistics-content .statistics-item:nth-child(2) {
        border-bottom: 1px dashed #00000021;
    }

    .statistics-content .statistics-item:nth-child(1)::after,
    .statistics-content .statistics-item:nth-child(2)::after {
        display: none;
    }

    .statistics-item .statistics-num .num {
        font-size: 38px;
    }

    .statistics-item .statistics-num .symbol {
        font-size: 14px;
    }

    .statistics-item .statistics-label {
        font-size: 14px;
        margin-top: 10px;
    }

    .ourAdvantages-1 .empowerment .card-list {
        padding-top: 0;
        padding-bottom: 70px;
    }

    .empowerment .card-list .card-item {
        padding: 18px;
    }

    .empowerment .card-list .card-item .title .icon {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }

    .empowerment .card-list .card-item .title .text {
        font-size: 18px;
    }

    .empowerment .card-list .card-item .describe {
        font-size: 14px;
    }

    .ourAdvantages-1 .empowerment .empowerment-img {}


    .applicableIdentity {
        padding: 30px 0 40px;
        background-image: none !important;
    }

    .applicableIdentity-title {
        padding: 0 0 10px;
    }

    .applicableIdentity-content {
        margin-top: 12px;
    }

    .applicableIdentity-content-top {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 14px;
    }

    .applicableIdentity-content-top .applicableIdentity-content-item .item-info {
        padding: 20px 15px;
    }

    .applicableIdentity-content-top .applicableIdentity-content-item .item-info .title {
        font-size: 18px;
    }

    .applicableIdentity-content-top .applicableIdentity-content-item .item-info .describe {
        font-size: 12px;
    }

    .applicableIdentity-content-bottom {
        margin-top: 20px;
        grid-gap: 14px;
    }

    .applicableIdentity-content-bottom .applicableIdentity-content-item {
        padding: 35px 0;
    }

    .applicableIdentity-content-bottom .applicableIdentity-content-item .item-img {
        display: none;
    }

    .applicableIdentity-content-bottom .applicableIdentity-content-item .title {
        font-size: 20px;
    }

    .ourAdvantages {
        padding: 30px 0 10px;
    }

    .ourAdvantages .common-title {
        max-width: 165px;
        display: block;
        margin: 0 auto;
    }


    .ourAdvantages-2 .common-reason-title {
        padding: 0;
    }

    .globalSites .globalSites-right .globalSites-right-item {
        padding: 0 0 30px;
        position: relative;
    }

    .globalSites .globalSites-right .globalSites-right-item .item-icon {
        width: 30px;
        height: 30px;
        position: absolute;
    }

    .globalSites .globalSites-right .globalSites-right-item .item-info {}

    .globalSites .globalSites-right .globalSites-right-item .item-info .title {
        height: 30px;
        font-size: 18px;
        line-height: 30px;
        padding-left: 40px;
    }

    .globalSites .globalSites-right .globalSites-right-item .item-info .describe {
        font-size: 14px;
        line-height: 1.4em;
    }

    .ourAdvantages-3 {
        background-image: none !important;
    }

    .globalInterconnect {
        margin-top: 20px;
    }

    .globalInterconnect .globalInterconnect-banner {
        height: 140px;
    }

    .globalInterconnect .globalInterconnect-content {
        grid-gap: 16px;
    }

    .globalInterconnect-content-item {
        padding: 20px 16px;
        box-shadow: 0px 0px 4px 0px #0000001A;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .globalInterconnect-content-item .icon-box {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        position: absolute;
        margin-top: 0px;
        left: 16px;
        top: 20px;
    }

    .globalInterconnect-content-item .icon-box .icon {
        width: 20px;
        height: 20px;
    }

    .globalInterconnect-content-item .item-info {
        margin-right: 0;
    }

    .globalInterconnect-content-item .item-info .title {
        font-size: 18px;
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
        padding-left: 50px;
    }

    .globalInterconnect-content-item .item-info .describe {
        margin-top: 10px;
    }

    .globalInterconnect-content-item::after {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        left: 16px;
        top: 20px;
    }

    .globalInterconnect-content-item:hover::after {
        background-color: var(--color);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .ourAdvantages-4 {
        padding-bottom: 40px;
    }

    .ourAdvantages-4 .common-reason-subTitle {
        text-align: left;
    }

    .globalPayment {
        border-radius: 0;
    }


    .globalPayment-list .globalPayment-item {
        padding-left: 20px;
        padding-right: 20px;
        min-height: 103px;
        height: fit-content;
    }

    .globalPayment-list .globalPayment-item .icon-box {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .globalPayment-list .globalPayment-item .info-box .title {
        font-size: 18px;
        line-height: 1.2em;
    }

    .globalPayment-list .globalPayment-item .info-box .describe {
        font-size: 14px;
        line-height: 1.2em;
    }

    .ourAdvantages-5 {
        padding-bottom: 30px;
        background-image: none !important;
    }

    .globalLogistics .gogisticsSteps {
        flex-direction: column;
        margin-top: 20px;
    }

    .globalLogistics .gogisticsSteps .gogisticsSteps-item {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 10px 20px;
        height: fit-content;
        min-height: 50px;
        margin-bottom: 10px;
    }

    .globalLogistics .gogisticsSteps .gogisticsSteps-item .item-icon {
        width: 30px;
        height: 30px;
    }

    .globalLogistics .gogisticsSteps .gogisticsSteps-item .item-name {
        margin-top: 0;
        margin-left: 30px;
        font-size: 14px;
    }

    .globalLogistics .gogisticsSteps .nextStep-icon {
        display: none;
    }

    .globalLogistics .logisticsLabel {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 10px;
        margin-top: 20px;
    }

    .globalLogistics .logisticsLabel .label-item {
        width: fit-content;
        margin: auto;
        font-size: 20px;
    }

    .ourAdvantages-6 {
        padding-bottom: 40px;
        overflow: hidden;
    }

    .ourAdvantages-user-bg {
        top: 122px;
        right: -30px;
        width: calc(720px * 0.38);
        height: calc(1192px * 0.38);
    }


    .promotionPlatform {
        flex-direction: column;
        align-items: stretch;
        width: fit-content;
    }

    .globalPromotion {
        margin-top: 20px;
        grid-gap: 20px;
    }

    .promotionPlatform .promotionPlatform-item {
        margin: 0 0 10px;
    }

    .promotionPlatform .promotionPlatform-item img {
        width: 100%;
        height: 100%;
    }

    .globalPromotion-card .title {
        font-size: 20px;
    }

    .globalPromotion-card .subTitle {
        font-size: 14px;
    }

    .globalPromotion-card .socialMedia .socialMedia-item {
        width: 22px;
        height: 22px;
    }

    .globalPromotion-card .describe {
        font-size: 12px;
    }

    .globalPromotion .globalPromotion-card {
        padding: 20px 16px;
    }

    .globalPromotion-card .medium-logo .logo {
        height: 26px;
    }

    .globalPromotion .globalPromotion-card::before {
        content: "";
        position: absolute;
        top: -60px;
        right: -40px;
        width: 180px;
        height: 180px;
    }

    .globalPromotion-card .medium-logo .add {
        font-size: 14px;
        line-height: 26px;
        margin: 0 5px;
    }



    /* .quotation {
        height: fit-content;
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .quotation-left {
        text-align: center;
        width: calc(100% - 120px);
    }


    .quotation-left img {
        width: 100%;
        height: auto;
    }

    .quotation-center {
        display: none;
    }



    .quotation-right {
        width: calc(100% - 60px);
        height: fit-content;
        padding: 18px 0 18px 0px;
        box-sizing: border-box;
        font-size: 20px;
        border-left: none;
        border-top: 1px dashed transparent;
        margin-top: 11px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.3em;
        padding-right: 40px;
    }

    .quotation-right .quotation-hand {
        position: absolute;
        right: auto;
        left: calc(50% + 60px);
        top: auto;
        bottom: 0px;
        width: 50px;
        height: 50px;
        transform: rotate(-26deg);
    }

    .quotation .close-btn {
        position: absolute;
        right: 16px;
        top: 16px;
        width: 28px;
        height: 28px;
        cursor: pointer;
    } */

}


/* 小屏手机 */
@media screen and (max-width: 360px) {
    /* .quotation-right {
        padding-left: 15px;
        text-align: left;
        justify-content: flex-start;
        letter-spacing: 0.1em;

    }

    .quotation-right .quotation-hand {
        left: 190px;
    } */

    .globalPayment-list .globalPayment-item .info-box .describe {
        font-size: 12px;
    }
}