/* 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 .phone-tips {
    display: none;
}

.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;
}

/* section-box */
.section-box {
    background-color: #ffffff;
    text-align: center;
    padding: 0.80rem 0 0.65rem 0;
}

.phone_section_box {
    display: none;
}

.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 .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;
}

/* process-box */
.process-box {
    padding: 0 0 0.85rem 0;
    background-color: #FAFAFA;
}

.process-box .head-box {
    width: 12rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0 0.24rem;
}

.process-box .head-box .txt-box {
    display: flex;
    flex-direction: column;
}

.process-box .head-box .txt-box span:nth-child(1) {
    color: #333;
    font-weight: 500;
    font-size: 0.36rem;
}

.process-box .head-box .txt-box span:nth-child(2) {
    color: #666;
    font-size: 0.14rem;
    margin-top: 0.22rem;
}

.process-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;
}

.process-box .separator {
    height: 1px;
    width: 100vw;
    padding: 0 3.6rem;
    display: flex;
    align-items: center;
    background-color: #E3E3E3;
    margin: 0.5rem 0;
}

.process-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;
}

.process-box .process-items .item {
    display: flex;
    flex-direction: column;
}

.process-box .process-items .item span:nth-child(1) {
    color: #333;
    font-size: 0.2rem;
}

.process-box .process-items .item span:nth-child(2) {
    color: #666;
    font-size: 0.14rem;
    line-height: 0.2rem;
    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 .function-items {
    display: flex;
    align-items: center;
    gap: 0 0.58rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.05);
}

.main-function .container .function-items .grid-box {
    display: grid;
    padding: 0.45rem 0.35rem;
    background-color: #FFF;
    box-shadow: 3px 0px 20px 1px rgba(0, 0, 0, 0.05);
    grid-template-columns: repeat(4, 1fr);
}

.main-function .container .function-items .grid-box .item {
    width: 1.62rem;
    height: 1.2rem;
    color: #333;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #EEE;
    user-select: none;
}

/* .main-function .container .function-items .grid-box .item:hover {
    background-color: var(--theme-color);
}

.main-function .container .function-items .grid-box .item:hover span:nth-child(1) {
    color: #FFF;
}

.main-function .container .function-items .grid-box .item:hover span:nth-child(2) {
    color: #FFF;
} */

.main-function .container .function-items .grid-box .item:nth-child(4n) {
    border-right: none;
}

.main-function .container .function-items .grid-box .item:not(:nth-child(-n+8)) {
    border-bottom: none;
}

.main-function .container .function-items .grid-box .item span:nth-child(1) {
    color: #333;
    font-weight: bold;
    font-size: 0.14rem;
}

/* .main-function .container .function-items .grid-box .item:hover span:nth-child(1) {
    color: var(--theme-color) !important;
} */

.main-function .container .function-items .grid-box .item span:nth-child(2) {
    color: #666;
    font-size: 0.12rem;
}

.main-function .container .function-items .right-box {
    padding-right: 0.85rem;
    transition: animation 0.3s ease;
}

.main-function .container .function-items .right-box.active {
    animation: fadeIn .5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-function .container .function-items .right-box .head {
    display: flex;
    align-items: center;
    gap: 0.05rem;
    margin-bottom: 0.15rem;
}

.main-function .container .function-items .right-box .head img {
    width: 30px;
    height: 30px;
}

.main-function .container .function-items .right-box .head span {
    color: #333;
    font-weight: bold;
}

.main-function .container .function-items .txt-box {
    margin-bottom: 0.3rem;
}

.main-function .container .function-items .txt-box .name {
    color: #333;
    font-weight: bold;
    font-size: 0.14rem;
}

.main-function .container .function-items .txt-box .desc {
    color: #666;
    font-size: 0.12rem;
    line-height: 0.2rem;
    /* min-height: 0.72rem; */
}

/* scene-box */
.scene-box {
    width: 100%;
    box-sizing: border-box;
    padding: 1.16rem 0 0 0;
    background: #fff;
}

.scene-box .content {
    text-align: center;
}

.scene-box .content .title {
    font-weight: 400;
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333333;
    margin-bottom: 0.7rem;
}

.scene-box .content .content-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.scene-box .content-box ul {
    padding: 0;
    margin: 0;
}

.scene-box .content-box .tab-box {
    width: 6rem;
    display: flex;
    align-items: center;
    /* padding: 0 2rem; */
    margin: 0.5rem auto;
    list-style: none;
    position: relative;
    justify-content: center;
}

.scene-box .content-box .tab-box .item {
    color: #ADADAD;
    font-size: 0.18rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 1.5rem;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
}

.scene-box .content-box .tab-box .tab-slide {
    width: 1.5rem;
    height: 0.4rem;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scene-box .content-box .tab-box .tab-slide .block {
    width: 1.2rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    background-color: #333;
}

.scene-box .swiper .swiper-wrapper .slide-box {
    background-color: #FAFAFA;
    display: flex;
}

.scene-box .swiper .swiper-wrapper .slide-box .right-box img {
    width: 5.74rem;
    height: 4.27rem;
}

.scene-box .swiper .swiper-wrapper .slide-box .left-box {
    width: 100%;
    padding: 0.8rem 0.63rem 0.1rem 0.36rem;
    /* padding-top: 0.8rem;
    padding-right: 0.63rem;
    padding-left: 0.36rem; */
}

.scene-box .swiper .swiper-wrapper .slide-box .left-box .detail-info {
    padding-bottom: 0.12rem;
    margin-bottom: 0.24rem;
    border-bottom: 1px solid #E3E3E3;
}

.scene-box .swiper .swiper-wrapper .slide-box .left-box .detail-info .title {
    font-weight: 500;
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #333333;
}

.scene-box .swiper .swiper-wrapper .slide-box .left-box .list-box {
    display: flex;
    gap: 0.4rem 0;
    flex-direction: column;
}

.scene-box .swiper .swiper-wrapper .slide-box .left-box .list-box img {
    width: 0.16rem;
    height: 0.16rem;
    display: inline-block;
    margin-top: 0.04rem;
    margin-right: 0.14rem;
}

.slide-box .left-box .list-box .list-item {
    color: #333;
    font-size: 0.16rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

/* effective-box  */
.effective-box {
    width: 100%;
    box-sizing: border-box;
    padding: 1.16rem 0 1.26rem 0;
    background: #fff;
}

.effective-box .content .title {
    font-weight: 400;
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.7rem;
}

.effective-box .content-items {
    width: 10rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.effective-box .content-items .content-item {
    display: flex;
    align-items: center;
    z-index: 2;
}

.effective-box .content-items .content-item .num {
    width: 1rem;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 0.8rem;
    color: #e9e9e9;
    font-family: 'DIN';
}

.effective-box .content-items .content-item .txt-box {
    display: flex;
    margin-left: 0.2rem;
    flex-direction: column;
}

.effective-box .content-items .content-item .name {
    font-size: 0.24rem;
    color: #333;
}

.effective-box .content-items .content-item .desc {
    font-size: 0.18rem;
    color: #666;
    margin-top: 0.1rem;
}


.effective-box .content-items .pic {
    width: 4.55rem;
    position: absolute;
    bottom: -0.25rem;
    right: -3rem;
    z-index: 1;
}


@media only screen and (max-width: 991px) {
    .banner-txt-box .agent-pc {
        display: none;
    }

    .banner-txt-box .agent-phone {
        display: block;
    }

    .banner-txt-box .container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .banner-txt-box .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-txt-box .phone-tips {
        color: #333;
        display: block;
        margin-top: 10px;
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
    }

    .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 {
        display: none;
        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;
    }

    /* phone_section_box */
    .phone_section_box {
        display: block;
        padding: 30px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #FFF;
    }

    .phone_section_box .title {
        color: #333;
        font-size: 0.44rem;
        line-height: 1.5;
        font-weight: 500;
    }

    .phone_section_box .list-box {
        border-top: 1px solid #EEE;
        display: flex;
        flex-direction: column;
        margin: 35px 13px 0;
    }

    .phone_section_box .list-box .list-item {
        display: flex;
        flex-direction: column;
        padding: 28px 13px 45px;
        border-bottom: 1px solid #EEE;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease;
    }

    .phone_section_box .list-box .list-item.active {
        /* border: none; */
        max-height: 380px;
        transition: max-height 0.5s ease;
    }

    .phone_section_box .list-box .list-item .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .phone_section_box .list-box .list-item .header span {
        color: #333;
        font-size: 16px;
        font-weight: 500;
    }

    .phone_section_box .list-box .list-item .header img {
        width: 12px;
        height: 12px;
    }

    .phone_section_box .list-box .list-item .picture {
        width: 100%;
        margin-top: 22px;
    }

    .phone_section_box .list-box .list-item .desc {
        margin: 22px 0 10px;
        color: #333;
        font-size: 14px;
        line-height: 20px;
    }

    .phone_section_box .list-box .list-item .count-box {
        display: flex;
        align-items: center;
        gap: 0 30px;
        margin-top: 18px;
    }

    .phone_section_box .list-box .list-item .count-box .count-item {
        display: flex;
        flex-direction: column;
    }

    .phone_section_box .list-box .list-item .count-box .count-item .count {
        display: flex;
        align-items: center;
        font-family: Roboto, Roboto;
        font-weight: 600;
        font-size: 0.3rem;
        color: var(--theme-color);
    }

    .phone_section_box .list-box .list-item .count-box .count-item .label {
        color: #333;
        font-size: 10px;
        line-height: 15px;
    }

    /* process-box */
    .process-box {
        padding-top: 40px;
        background-color: #FAFAFA;
    }

    .process-box .head-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .process-box .head-box .txt-box span:nth-child(1) {
        font-size: 0.44rem;
        font-weight: 500;
        line-height: 1.5;
    }

    .process-box .head-box .txt-box span:nth-child(2) {
        font-size: 14px;
        color: #666;
        margin-top: 4px;
    }

    .process-box .head-box img {
        width: 320px;
    }

    .process-box .separator {
        display: none;
    }

    .process-box .process-items {
        width: 100%;
        padding: 0 15px;
        row-gap: 40px;
        margin-top: 40px;
        grid-template-columns: 1fr;
    }

    .process-box .process-items .item span:nth-child(1) {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
    }

    .process-box .process-items .item span:nth-child(1)::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--theme-color);
        display: inline-block;
        margin-right: 8px;
    }

    .process-box .process-items .item span:nth-child(2) {
        color: #666;
        font-size: 14px;
        line-height: 20px;
        padding-left: 14px;
    }

    /* main-function */
    .main-function {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .main-function .container {
        width: 100%;
        padding: 0;
    }

    .main-function .container .function-items {
        display: flex;
        flex-direction: column;
        box-shadow: none;
        background-color: transparent;
    }

    .main-function .container .function-items .grid-box {
        margin: 0 15px;
        box-sizing: border-box;
    }

    .main-function .container .function-items .grid-box .item span:nth-child(1) {
        font-weight: 500;
        font-size: 14px;
    }

    .main-function .container .function-items .grid-box .item span:nth-child(2) {
        display: none;
    }

    .main-function .container .function-items .grid-box .item {
        width: 1.7rem;
        height: 1.3rem;
    }

    .main-function .container .function-items .right-box {
        margin: 35px 15px 0;
        padding-right: 0;
    }

    .main-function .container .function-items .right-box .head img {
        width: 30px;
        height: auto;
    }

    .main-function .container .function-items .right-box .head span {
        font-size: 16px;
        margin-left: 4px;
        font-weight: 500;
    }

    .main-function .container .function-items .txt-box {
        width: 100%;
        margin-bottom: 35px;
    }

    .main-function .container .function-items .txt-box .name {
        font-size: 16px;
        line-height: 22px;
        margin-top: 16px;
        font-weight: 500;
    }

    .main-function .container .function-items .txt-box .desc {
        color: #666;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .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;
    }

    /* scene-box */
    .scene-box {
        padding: 40px 15px;
    }

    .scene-box .container {
        width: 100%;
    }

    .scene-box .content-box .tab-box {
        width: 100%;
        margin: 30px 0;
    }

    .scene-box .content-box .tab-box .item {
        width: 25%;
        font-size: 14px;
    }

    .scene-box .content-box .tab-box .tab-slide {
        width: 25%;
        height: 30px;
    }

    .scene-box .content-box .tab-box .tab-slide .block {
        height: 100%;
        width: 100%;
        border-radius: 40px;
    }

    .scene-box .swiper .swiper-wrapper .slide-box {
        display: flex;
        flex-direction: column;
    }

    .scene-box .swiper .swiper-wrapper .slide-box .right-box img {
        border-radius: 0;
        width: 100%;
    }

    .slide-box .left-box .list-box .list-item img {
        width: 16px !important;
        height: 16px !important;
        margin-right: 14px !important;
    }

    .slide-box .left-box .list-box .list-item {
        font-size: 14px;
        line-height: 20px;
    }

    .scene-box .swiper .swiper-wrapper .slide-box .left-box {
        /* padding-bottom: 30px; */
        padding: 20px 15px 30px;
    }

    /* effective-box */
    .effective-box {
        display: none;
    }

    /* partner-banner */
    .banner-txt-box {
        width: 100%;
        height: auto;
        background-color: #FAFAFA;
        text-align: center;
        padding: 80px 15px 30px;
    }

    .banner-txt-box .content .title {
        font-weight: 500;
        font-size: 0.44rem;
        line-height: 1.5;
        color: #000000;
    }

    .banner-txt-box .content .article {
        font-size: 0.28rem;
        line-height: 1.5;
        color: #666;
        margin-top: 4px;
    }

    .banner-txt-box .content .desc {
        display: none;
    }

    .banner-txt-box .container .head-pic {
        margin-top: 25px;
        width: 100%;
        height: auto;
    }

    .banner-txt-box .content button {
        width: 2.6rem;
        height: 0.9rem;
        font-size: 0.28rem;
        line-height: 0.28rem;
    }

    .main-function .content .title,
    .scene-box .content .title {
        font-size: 0.44rem;
        font-weight: 500;
        line-height: 1.5;
        color: #333;
        margin-bottom: 25px;
    }
}