/* partner-banner */
.banner-txt-box {
    width: 100%;
    height: 5rem;
    background-color: #FAFAFA;
    padding-top: 1.2rem;
}

.banner-txt-box .agent-pc {
    display: block;
}

.banner-txt-box .agent-phone {
    display: none;
}

.banner-txt-box .content .title {
    font-weight: 500;
    font-size: 0.42rem;
    line-height: 0.42rem;
    color: #000000;
}

.banner-txt-box .content .article {
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #333333;
    margin-top: 0.2rem;
}

.banner-txt-box .content .desc {
    color: #999;
    font-size: 0.14rem;
    margin-top: 0.16rem;
    max-width: 5.2rem;
}

.banner-txt-box .content button {
    width: 1.5rem;
    height: 0.45rem;
    background: var(--theme-color);
    border-radius: 8px;
    border: none;
    color: #fff;
    margin-top: 0.35rem;
    font-size: 0.18rem;
    font-weight: 500;
}

.banner-txt-box .container {
    display: flex;
    align-items: center;
    gap: 0 1.5rem;
}

.banner-txt-box .container .head-pic {
    width: 5.41rem;
    height: 3.04rem;
}

/* what-platform */
.what-platform {
    width: 100%;
    box-sizing: border-box;
    padding: 1.25rem 0 0 0;
}

.what-platform .content {
    text-align: center;
}

.what-platform .content .title {
    font-weight: 400;
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333333;
    margin-bottom: 0.5rem;
}

.what-platform .content .article {
    font-size: 0.16rem;
    color: #666;
    margin-top: 0.16rem;
}

.what-platform .section-items {
    /* display: flex;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0.24rem;
    row-gap: 0.26rem;
}

.what-platform .section-items section {
    text-align: center;
    width: 2.82rem;
    height: 3.2rem;
    color: #333333;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #EEE;
    box-sizing: border-box;
    padding: 0.72rem 0.22rem;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: none;
    position: relative;
    cursor: pointer;
}

.what-platform .section-items section:hover {
    /* background: linear-gradient(45deg, #FF5656, #D63131); */
    background-color: var(--theme-color);
    transform: scale(1.02);
}

.what-platform .section-items section:hover .section-title {
    color: #FFF;
}

.what-platform .section-items section:hover .section-text {
    color: #FFF;
}

.what-platform .section-items section img {
    width: 0.4rem;
    height: 0.4rem;
    margin-bottom: 0.22rem;
}

.what-platform .section-items section .section-title {
    font-weight: 500;
    font-size: 0.22rem;
    line-height: 0.22rem;
    color: #333333;
    margin-bottom: 0.14rem;
}

.what-platform .section-items section .section-text {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 0.22rem;
    color: #666666;
}

.what-platform .section-items section .detail-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 14px;
    position: absolute;
    bottom: 36px;
    left: 50%;
    color: #FFF;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.what-platform .section-items section:hover .detail-btn {
    opacity: 1;
    animation: showTxt 0.3s ease-in-out forwards;
}

.what-platform .section-items section .detail-btn a {
    color: #FFF;
}

.what-platform .section-items section .detail-btn img {
    width: 16px;
    height: 16px;
    margin-bottom: 3px !important;
}

@keyframes showTxt {
    0% {
        transform: translateX(-75%);
        opacity: 0;
    }

    100% {
        transform: translateX(-50%);
        opacity: 1;
    }
}

.what-platform .platform-btn {
    display: flex;
    justify-content: center;
    margin-top: 0.62rem;
}

.what-platform .platform-btn button {
    width: 1.8rem;
    height: 0.5rem;
    background: var(--theme-color);
    border-radius: 0.08rem;
    border: none;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}

/* section-box */
.section-box {
    background-color: #ffffff;
    text-align: center;
    padding: 0.80rem 0 0.65rem 0;
}

.section-box .box-content {}

.section-box .box-content .title {
    font-weight: 400;
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333333;
    margin-bottom: 0.4rem;
}

.section-box .swiper {
    height: 4.2rem;
    padding: 0 3.6rem;
}

.section-box .swiper .swiper-slide {
    width: 3.88rem !important;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 0.18rem;
}

.section-box .swiper .swiper-slide img {
    width: 100%;
}

.section-box .swiper .swiper-slide .name {
    color: #333;
    font-weight: 500;
    font-size: 0.22rem;
    margin-top: 0.22rem;
    text-align: left;
}

.section-box .swiper .swiper-slide .desc {
    color: #666;
    font-size: 0.14rem;
    margin-top: 0.1rem;
    text-align: left;
}

.section-box .swiper .swiper-button-prev {
    --swiper-navigation-size: 0.20rem;
    width: 0.38rem;
    height: 0.38rem;
    top: 90%;
    left: 46%;
    color: #333;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #333;
}

.section-box .swiper .swiper-button-prev:hover {
    opacity: 1.0;
}

.section-box .swiper .swiper-button-next:hover {
    opacity: 1.0;
}

.section-box .swiper .swiper-button-next {
    --swiper-navigation-size: 0.20rem;
    width: 0.38rem;
    height: 0.38rem;
    top: 90%;
    right: 46%;
    color: #333;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #333;
}

/* prcess-box */
.prcess-box {
    padding: 0.5rem 0 0.85rem 0;
    background-color: #FAFAFA;
}

.prcess-box .head-box {
    width: 12rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0 0.24rem;
}

.prcess-box .head-box .txt-box {
    display: flex;
    flex-direction: column;
}

.prcess-box .head-box .txt-box span:nth-child(1) {
    color: #333;
    font-weight: 500;
    font-size: 0.36rem;
}

.prcess-box .head-box .txt-box span:nth-child(2) {
    color: #666;
    font-size: 0.14rem;
    text-align: center;
    margin-top: 0.22rem;
}

.prcess-box .process-items {
    width: 12rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    /* padding-top: 0.4rem; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.9rem;
    row-gap: 0.5rem;
}

.prcess-box .separator {
    height: 1px;
    width: 100vw;
    padding: 0 3.6rem;
    display: flex;
    align-items: center;
    background-color: #E3E3E3;
    margin: 0.5rem 0;
}

.prcess-box .separator .circle {
    width: 0.15rem;
    height: 0.15rem;
    background-color: #FAFAFA;
    border-radius: 50%;
    border: 1px solid #E3E3E3;
    margin-right: 4.2rem;
    flex-shrink: 0;
}

.prcess-box .process-items .item {
    display: flex;
    flex-direction: column;
}

.prcess-box .process-items .item span:nth-child(1) {
    color: #333;
    font-size: 0.2rem;
}

.prcess-box .process-items .item span:nth-child(2) {
    color: #666;
    font-size: 0.14rem;
    line-height: 0.2rem;
    margin-top: 0.1rem;
}

/* application-box */
.application-box {
    padding: 0.6rem 0;
}

.application-box .content {
    text-align: center;
}

.application-box .content .title {
    font-weight: 400;
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333333;
    margin-bottom: 0.9rem;
}

.application-box .content-box {
    display: flex;
    align-items: center;
    gap: 0 0.15rem;
}

.application-box .content-box .arrow-box {
    display: flex;
    align-items: center;
}

.application-box .content-box .arrow-box .arrow {
    width: 0.06rem;
    height: 0.06rem;
    border-top: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    border-left: 0.06rem solid #C6C6C6;
    border-bottom: 0.06rem solid transparent;
}

.application-box .content-box .arrow-box .arrow:nth-child(1) {
    transform: translateX(5px);
}

.application-box .content-box .item {
    width: 2.7rem;
    height: 1.53rem;
    padding: 0 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #E3E3E3;
}

.application-box .content-box .item span:nth-child(1) {
    color: #333;
    /* font-weight: bold; */
    font-size: 0.2rem;
    font-family: roboto;
}

.application-box .content-box .item span:nth-child(2) {
    color: #999;
    font-size: 0.14rem;
    margin-top: 0.1rem;
}

/* main-function */
.main-function {
    width: 100%;
    background-color: #FAFAFA;
    padding: 0.7rem 0 1.2rem 0;
}

.main-function .container {
    padding: 0 1rem;
}

.main-function .content {
    text-align: center;
}

.main-function .content .title {
    font-weight: 400;
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333333;
    margin-bottom: 0.9rem;
}

.main-function .container .grid-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.4rem;
}

.main-function .container .grid-box .item {
    width: 5.8rem;
    height: 2.7rem;
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-function .container .grid-box .item span:nth-child(1) {
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.main-function .container .grid-box .item span:nth-child(1)::after {
    content: "";
    display: block;
    width: 0.37rem;
    height: 0.02rem;
    margin-top: 0.1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--theme-color);
}

.main-function .container .grid-box .item span:nth-child(2) {
    font-size: 0.14rem;
    margin-top: 0.13rem;
}

.main-function .container .grid-box .bg1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.2s ease;
}

.main-function .container .grid-box .bg1:hover img {
    transform: scale(1.1);
}

.main-function .container .grid-box .bg2:hover img {
    transform: scale(1.1);
}

.main-function .container .grid-box .bg2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.2s ease;
}

.main-function .container .grid-box .bg1 img {
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform 0.6s ease;
    /* background-image: url('../images/signAPI/img_service_01.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 0.8s ease-in-out; */
}

.main-function .container .grid-box .bg2 img {
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform 0.6s ease;
    /* background-image: url('../images/signAPI/img_service_02.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}

@media only screen and (max-width: 991px) {
    .banner-txt-box .agent-pc {
        display: none;
    }

    .banner-txt-box .agent-phone {
        display: block;
    }

    .banner-txt-box .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .scene-box .section-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .scene-box .section-items .section-item {
        width: 6.9rem;
        height: 3.05rem;
        box-sizing: border-box;
        display: flex;
        /* background: url('../images/agent/banner-img.png');
		background-repeat: repeat;
		background-size: 100% 100%; */
        background-color: #fff;
        /* padding:0.5rem 0 0 0.3rem ; */
        margin-right: 0rem;
        margin-top: 0.36rem;
    }

    .scene-box .section-items .section-item .item-shadow {
        width: 6.9rem;
        height: 3.05rem;
        margin-right: 0;
    }

    .scene-box .section-items .section-item .item-shadow .right-img {
        width: 2.4rem;
        height: 2.6rem;
    }

    .scene-box .section-items .section-item .item-shadow .left .title {
        font-size: 0.36rem;
        line-height: 0.36rem;
    }

    .scene-box .section-items .section-item .item-shadow .left .article img {
        width: 0.28rem;
        height: 0.24rem;
    }

    .scene-box .section-items .section-item .item-shadow .left .article span {
        font-size: 0.28rem;
        line-height: 0.28rem;
        white-space: nowrap;
    }

    /* have-agent */
    .have-agent .section-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .have-agent .section-items .left-item {
        width: 6.9rem;
        margin-right: 0rem;
    }

    .have-agent .section-items .left-item .banner {
        width: 6.48rem;
    }

    .have-agent .section-items .left-item .title {
        font-weight: 500;
        font-size: 0.32rem;
        line-height: 0.32rem;
        color: #333333;
    }

    .have-agent .section-items .left-item .text {
        font-weight: 500;
        font-size: 0.32rem;
        line-height: 0.32rem;
        color: #333333;
    }

    .have-agent .section-items .left-item ul {
        margin-top: 0.26rem;
    }

    .have-agent .section-items .left-item ul li {
        margin-bottom: 0.1rem;
        font-weight: 400;
        font-size: 0.28rem;
        line-height: 0.32rem;
        color: #333333;
    }

    .have-agent .section-items .right-item {
        margin-top: 0.36rem;
        width: 6.9rem;
    }

    .have-agent .section-items .right-item .item {
        margin-bottom: 0.36rem;
        width: 6.9rem;
        height: 3rem;
        box-sizing: border-box;
        padding: 0.6rem 0.46rem 0.6rem 0.4rem;
    }

    .have-agent .section-items .right-item .item .top img {
        width: 0.52rem;
        height: 0.52rem;
    }

    .have-agent .section-items .right-item .item .text {
        font-weight: 400;
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #666666;
    }

    .have-agent .section-items .right-item .item .top span {
        font-weight: 500;
        font-size: 0.36rem;
        line-height: 0.36rem;
        color: #333333;
    }

    /* why-agent */
    .why-agent {
        width: 7.5rem;
    }

    .why-agent .container {
        width: 100%;
    }

    .why-agent .section-items {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 0.76rem;
        overflow-x: scroll;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;

        /* IE 10+ */
        ::-webkit-scrollbar {
            display: none;
            /* Chrome Safari */
        }

    }

    .why-agent .section-items section {
        width: 5.2rem;
        height: 7rem;
        flex-basis: 5.2rem;
        flex-shrink: 0;
        background: #FFFFFF;
        border-radius: 0.16rem;
        box-sizing: border-box;
        padding: 0.44rem 0.48rem 0.8rem 0.46rem;
        margin-right: 0.32rem;
    }

    .why-agent .section-items section img {
        width: 3.4rem;
        height: 3.2rem;
    }

    .why-agent .section-items section .title {
        font-size: 0.32rem;
        line-height: 0.32rem;
        margin-top: 0.36rem;
    }

    .why-agent .section-items section .text {
        font-size: 0.28rem;
        line-height: 0.4rem;
        margin-top: 0.3rem;
    }

    /* section-box */
    .section-box {
        background-color: #ffffff;
        text-align: center;
        padding: 0.4rem 0 0.72rem 0;
    }

    .section-box .content .title {
        font-weight: 500;
        font-size: 0.44rem;
        line-height: 0.44rem;
    }

    .section-box .section-top-items {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        margin-top: 0.7rem;
    }

    .section-box .section-top-items .section-item {
        display: flex;
        justify-content: flex-start;
        width: 3rem;
        margin-bottom: 0.52rem;
    }

    .section-box .section-top-items .section-item:nth-of-type(3) {
        margin-bottom: 0rem;
    }

    .section-box .section-top-items .section-item:nth-of-type(4) {
        margin-bottom: 0rem;
    }

    .section-box .section-top-items .section-item:nth-child(odd) {
        /* margin-right: 1.6rem; */
    }

    .section-box .section-top-items .section-item img {
        width: 1.02rem;
        height: 1.02rem;
        /* margin-right: 0.14rem; */
    }

    .section-box .section-top-items .section-item .right .title span:first-child {
        font-weight: bold;
        font-size: 0.4rem;
        line-height: 0.4rem;
        color: #367BFF;
        margin-right: 0.06rem;
    }

    .section-box .section-top-items .section-item .right .title span:last-child {
        font-weight: 400;
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #333333;
    }

    .section-box .section-top-items .section-item .right .article {
        font-weight: 400;
        font-size: 0.24rem;
        line-height: 0.24rem;
        color: #666666;
    }

    .section-box .section-bottom-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0.74rem;
        text-align: left;

    }

    .section-box .section-bottom-items .section-item {
        width: 6.9rem;
        height: 2.2rem;
        border: 1px solid #E5E5E5;
        border-radius: 0.15rem;
        box-sizing: border-box;
        padding: 0.46rem 0 0 0.24rem;
        margin-bottom: 0.13rem;
    }

    .section-box .section-bottom-items .section-item .top img {
        width: 0.48rem;
        height: 0.48rem;
        margin-right: 0.14rem;
    }

    .section-box .section-bottom-items .section-item .top span {
        font-weight: 500;
        font-size: 0.32rem;
        line-height: 0.32rem;
        color: #333333;
    }

    .section-box .section-bottom-items .section-item .text {
        margin-left: 0.62rem;
        width: 5.66rem;
        margin-top: 0.14rem;
        font-weight: 400;
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #333333;
    }



    /* main-function */
    .main-function .container {
        padding: 0;
    }

    .main-function .container .joinBtn {
        display: none;
    }

    .main-function .content-items {
        display: none;
    }

    .main-function .section-items {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;


    }

    .main-function .section-items .content-item {
        display: flex;
        align-items: center;
        width: 6.88rem;
        height: 1.96rem;
        border: 1px solid #EEEEEE;
        border-radius: 10px;
        margin-bottom: 0.22rem;
        box-sizing: border-box;
        padding: 0.48rem 0 0 0.4rem;
    }

    .main-function .section-items .content-item .second span {
        display: block;
        font-weight: 400;
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #666666;
    }

    .main-function .section-items .content-item .second span:first-child {
        font-size: 0.32rem;
        font-weight: bold;
        margin-bottom: 0.2rem;
    }

    .main-function .section-items .content-item .title {
        width: 0.56rem;
        height: 0.56rem;
        font-size: 0.28rem;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        line-height: 0.56rem;
        background: url('../images/partner/number-banner.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-right: 0.4rem;
    }

    .main-function .section-items button {
        width: 6.9rem;
        height: 0.9rem;
        border: none;
        background: var(--theme-color);
        border-radius: 6px;
        font-weight: 400;
        font-size: 0.28rem;
        color: #FFFFFF;
        margin-top: 0.4rem;
    }

    /* partner-banner */
    .banner-txt-box {
        width: 100%;
        height: 8.4rem;
        background-color: #FAFAFA;
        padding-top: 5.72rem;
        text-align: center;
    }

    .banner-txt-box .content .title {
        font-weight: 500;
        font-size: 0.44rem;
        line-height: 0.44rem;
        color: #000000;
    }

    .banner-txt-box .content .article {
        font-size: 0.28rem;
        line-height: 0.28rem;
    }

    .banner-txt-box .content button {
        width: 2.6rem;
        height: 0.9rem;
        font-size: 0.28rem;
        line-height: 0.28rem;
    }
}