/* 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-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-desc {
    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 {
    position: relative;
}

.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;
}

.bg-white {
    background-color: #FFF;
}

/* prcess-box */
.process-box {
    padding: 0.8rem 0 1rem 0;
    background-color: #FAFAFA;
}

.process-box .head-box {
    width: 12rem;
    margin: 0 auto;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    /* justify-content: center; */
    gap: 0 1.5rem;
}

.process-box .head-box .section-pic {
    width: 5.4rem;
    height: 3.1rem;
}

.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;
    line-height: 0.36rem;
}

.process-box .head-box .txt-box span:nth-child(2) {
    color: #666;
    font-size: 0.14rem;
    margin-top: 0.22rem;
}

.process-box .head-box .phone_pic {
    display: none;
}

.process-box .process-items {
    width: 12rem;
    margin: 0 auto;
    margin-top: 0.7rem;
    /* 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 0.5rem 0.7rem;
}

.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;
}

/* convenience-box */
.convenience-box {
    padding-top: 0.64rem;
    background-color: #FAFAFA;
}

.convenience-box .container {
    display: flex;
    gap: 0 1.75rem;
}

.convenience-box .left-box {
    display: flex;
    flex-direction: column;
}

.convenience-box .left-box .title-box {
    display: flex;
    flex-direction: column;
}

.convenience-box .left-box .title-box span:nth-child(1) {
    color: #333;
    font-size: 0.36rem;
    line-height: 0.36rem;
}

.convenience-box .left-box .title-box span:nth-child(2) {
    color: #666;
    font-size: 0.14rem;
    margin-top: 0.22rem;
}

.convenience-box .left-box .detail-box {
    margin-top: 0.55rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem 0;
}

.convenience-box .left-box .detail-box .item {
    display: flex;
    flex-direction: column;
}

.convenience-box .left-box .detail-box .item span:nth-child(1) {
    color: #333;
    font-size: 0.2rem;
}

.convenience-box .left-box .detail-box .item span:nth-child(2) {
    color: #666;
    font-size: 0.14rem;
    margin-top: 0.1rem;
}

.convenience-box .right-box img {
    margin-top: 0.5rem;
    width: 5.13rem;
}

/* application-box */
.application-box {
    padding: 1rem 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 {
    height: 1.5rem;
    background-color: #D50000;
}

.main-function .content-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-function .content-box .title {
    color: #FFF;
    font-size: 0.4rem;
    line-height: 0.4rem;
}

.main-function .content-box .join-btn {
    width: 1.5rem;
    height: 0.45rem;
    color: #D50000;
    font-size: 0.18rem;
    line-height: 0.45rem;
    border: none;
    background-color: #FFF;
    border-radius: 0.04rem;
    margin-left: 0.45rem;
}


@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 {
        display: none;
    }

    /* 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;
        font-weight: 500;
        line-height: 1.5;
    }

    .phone_section_box .list-box {
        border-top: 1px solid #EEE;
        display: flex;
        flex-direction: column;
        margin: 30px 13px 0;
    }

    .phone_section_box .list-box .list-item {
        display: flex;
        flex-direction: column;
        padding: 20px 13px;
        border-bottom: 1px solid #EEE;
        overflow: hidden;
        height: 65px;
    }

    .phone_section_box .list-box .list-item.active {
        /* border: none; */
        height: 350px;
        transition: height 0.5s ease-in-out;
    }

    .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-top: 22px;
        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 {
        width: 100%;
        padding: 40px 15px;
    }

    .process-box .head-box .section-pic {
        display: none;
    }

    .process-box .head-box {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .process-box .head-box .txt-box span:nth-child(1) {
        color: #333;
        font-size: 0.44rem;
        font-weight: 500;
        text-align: center;
        line-height: 1.5;
    }

    .process-box .head-box .txt-box span:nth-child(2) {
        color: #666;
        font-size: 14px;
        margin-top: 12px;
        line-height: 20px;
    }

    .process-box .head-box .phone_pic {
        width: 100%;
        height: auto;
        display: block;
    }

    .process-box .separator {
        display: none;
    }

    .process-box .process-items {
        width: 100%;
        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;
    }

    /* convenience-box */
    .convenience-box .container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .convenience-box .container .left-box {
        padding: 0 15px;
    }

    .convenience-box .left-box .title-box span:nth-child(1) {
        font-size: 0.44rem;
        color: #333;
        font-weight: 500;
        text-align: center;
        line-height: 1.5;
    }

    .convenience-box .left-box .title-box span:nth-child(2) {
        font-size: 0.28rem;
        color: #666;
        line-height: 1.5;
    }

    .convenience-box .right-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .convenience-box .left-box .detail-box .item span:nth-child(1) {
        font-size: 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .convenience-box .left-box .detail-box .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;
    }

    .convenience-box .left-box .detail-box .item span:nth-child(2) {
        font-size: 14px;
        padding-left: 15px;
    }

    .application-box {
        display: none;
    }

    /* main-function */
    .main-function {
        display: none;
    }

    .phone-footer {
        margin-top: 0;
    }

    /* partner-banner */
    .banner-txt-box {
        width: 100%;
        height: auto;
        background-color: #FAFAFA;
        padding-top: 80px;
        text-align: center;
        padding-bottom: 40px;
    }

    .banner-txt-box .container {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 15px !important;
    }

    .banner-txt-box .container .content {
        width: 100%;
    }

    .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: 14px;
        line-height: 14px;
        color: #666666;
        margin-top: 10px;
    }

    .banner-txt-box .content .desc {
        display: none;
    }

    .banner-txt-box .container .head-pic {
        width: 100%;
        height: auto;
        margin-top: 22px;
    }

    .banner-txt-box .phone-desc {
        display: block;
        margin-top: 0.2rem;
        font-size: 14px;
        color: #333;
        line-height: 20px;
        text-align: left;
    }

    .banner-txt-box .content button {
        width: 2.6rem;
        height: 0.9rem;
        font-size: 0.28rem;
        line-height: 0.28rem;
    }
}