.banner .swiper-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 600px;
    width: auto;
}
.banner-back {
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.4); */
    /* background-size: 100% 100%;
    background-image: url(/images/new_website/invite_new/banner_bg1.png); */
    /* opacity: 1; */
    /* transition: all 1s; */
}
.banner-back-none {
    /* background: rgba(0, 0, 0, 0); */
    /* opacity: 0; */
}
@media screen and (min-width: 1921px) {
    .banner .swiper-slide video {
        height: auto;
        width: 100%;
    }
}
.banner-info>p {
    font-size: 16px;
}

.invite-body h5 {
    width: 209px;
    height: 30px;
    margin: 75px auto 40px;
    background-size: 100% 100%;
    background-image: url(/images/new_website/invite_new/title.png);
    font-size: 28px;
    color: #1c1a1d;
    line-height: 16px;
    text-align: center;
}

.invite-banner-btn .n-btn-default {
    padding: 11px 39px;
    border-radius: 4px;
}
.invite-nav {
    position: sticky;
    z-index: 90;
    top: 0px;
}
.invite-nav.invite-nav-bg {
    background: #fff;
}
.invite-nav-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
    height: 64px;
    background: #fff;
    border-radius: 8px;
    margin-top: -26px;
}
.invite-nav-ul li {
    width: 276px;
    height: 52px;
    border-radius: 4px;
}

.invite-nav-ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #626266;
}
.invite-nav-ul li:hover a {
    font-weight: bold;
    color: #2981ff;
}

.invite-nav-ul li.on {
    background: url(/images/new_website/invite_new/nav_on.png);
}
.invite-nav-ul li.on a {
    font-weight: bold;
    color: #fff;
}

.invite-body {
    width: 100%;
    background: #ecf6ff;
}

.advantages {
    width: 100%;
    height: 428px;
    overflow: hidden;
    margin-top: -38px;
}
.advantages .w1400 {
    margin: 0 auto;
}
.advantages-ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.advantages h6 {
    font-size: 18px;
    color: #1c1d1f;
}
.advantages-ul li:hover h6 {
    color: #2981ff;
    font-weight: bold;
}
.advantages-ul li {
    width: 338px;
    height: 156px;
    margin-right: 14px;
    flex: 1;
    position: relative;
    background-size: 100% 100%;
    background-image: url(/images/new_website/invite_new/advant.png);
    transition: all 0.3s;
}
.advantages-ul li:last-child {
    margin-right: 0;
}
.advantages-ul li:hover {
    background-image: url(/images/new_website/invite_new/advant_on.png);
    /* box-shadow: 10px 10px 10px rgba(18, 51, 100, 0.1); */
    box-shadow: 0px 6px 12px 0px rgba(18, 51, 100, 0.06);
    transform: translate(0, -10px);
}
.advantages-ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 38px 20px 0 30px;
}
.advantages-ul li p {
    margin-top: 16px;
    font-size: 14px;
    color: #626266;
}
.advantages-ul li:first-child a {
    background-image: url(/images/new_website/invite_new/advant_1.png);
}
.advantages-ul li:nth-child(2) a {
    background-image: url(/images/new_website/invite_new/advant_2.png);
}
.advantages-ul li:nth-child(3) a {
    background-image: url(/images/new_website/invite_new/advant_3.png);
}
.advantages-ul li:nth-child(4) a {
    background-image: url(/images/new_website/invite_new/advant_4.png);
}
/* 推广流程 */
.flows {
    width: 100%;
    height: 402px;
    background: #e0efff;
    overflow: hidden;
}
.flows-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flows-jt {
    width: 51px;
    height: 14px;
    background-size: 100% 100%;
    background-image: url(/images/new_website/invite_new/flow_jt.png);

}
.flows-item {
    width: 252px;
    text-align: center;
}
.flows-item h6 {
    font-size: 18px;
    font-weight: bold;
    color: #1c1d1f;
    margin-bottom: 10px;
}
.flows-item p {
    font-size: 14px;
    color: #626266;
    line-height: 24px;
    min-height: 48px;
}
.flows-img {
    width: 140px;
    height: 113px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
/* 推广方式 */
.way {
    width: 100%;
    height: 557px;
    overflow: hidden;
}
.way-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.way-box {
    /* width: 1046px; */
    width: 66%;
    height: 323px;
    background: linear-gradient(90deg, #edf4ff, #f8fbff);
    border-radius: 8px;
    margin-right: -9px;
    flex: 1;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 9px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.way-box_banner {
    width: 100%;
    height: 106px;
    background-size: 100% 100%;
    background-image: url(/images/new_website/invite_new/way_banner.png);
}
.way-side {
    width: 386px;
    min-width: 386px;
    height: 358px;
    margin-top: -12px;
    margin-right: -23px;
    background-size: 100% 100%;
    background-image: url(/images/new_website/invite_new/way_side.png);
    box-sizing: border-box;
    padding-top: 232px;
    display: flex;
    justify-content: center;
}
.way-side .n-btn-default {
    padding: 9px 30px;
}
.way-box ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.way-box ul li {
    width: 338px;
    height: 187px;
    flex: 1;
    box-sizing: border-box;
    padding: 24px;
}
.way-box-title h6 {
    font-size: 18px;
    font-weight: bold;
    color: #1c1d1f;
    margin-left: 10px;
}
.way-box ul li:hover {
    background-size: 100% 100%;
    background-image: url(/images/new_website/invite_new/way_on.png);
}
.way-box ul li:hover h6 {
    font-weight: bold;
    color: #2981ff;
}
.way-box-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.way-box li p {
    font-size: 14px;
    color: #626266;
    line-height: 24px;
}
/* 激励规则 */
.rules {
    width: 100%;
    min-height: 182px;
    background: #e0efff;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 76px;
}
.rules-header {
    height: 56px;
    line-height: 56px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.rules-header::before {
    content: '';
    display: block;
    width: 46px;
    height: 46px;
    background-size: 100% 100%;
    background-image: url(/images/new_website/invite_new/zan.png);
    transform: scaleX(-1);
}
.rules-box {
    padding: 0 10px 10px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(#3b8bff, #96c1fe);
    border-radius: 8px;
}
.rules-cont {
    padding: 12px;
    border-radius: 8px;
    background-color: #fff;
    background-size: 100% 100%;
    background-image: url(/images/new_website/invite_new/rules_bg.png);
}
.rules-cont p {
    font-size: 14px;
    color: #626266;
    line-height: 26px;
}

/* 常见问题 */
.question {
    width: 100%;
    min-height: 690px;
    overflow: hidden;
}
.question ul {
    margin-top: 70px;
}
.question li {
    position: relative;
    min-height: 68px;
    width: 100%;
    background: linear-gradient(90deg, #edf4ff, #f8fbff);
    border: 1px solid #fff;
    border-radius: 8px;
    margin-bottom: 50px;
}
.question li h6 {
    width: 308px;
    height: 72px;
    background-size: 100% 100%;
    background-image: url(/images/new_website/invite_new/question_t.png);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 10px;
    position: absolute;
    top: -40px;
    left: -13px;
}
.question li h6::before {
    content: '';
    display: block;
    width: 26px;
    height: 24px;
    background-size: 100% 100%;
    background-image: url(/images/new_website/invite_m/wen.svg);
    margin: 0 10px 0 31px;
}

.question li p {
    color: #626266;
    font-size: 14px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-top: 28px;
}
.question li p::before {
    content: '';
    display: block;
    width: 26px;
    height: 24px;
    background-size: 100% 100%;
    background-image: url(/images/new_website/invite_m/da.svg);
    margin: 0 10px 0 18px;
}

#joinInvite {
    display: inline-block;
}
#joinInviteMo {
    display: none;
}
.mobile {
    display: none;
}

/* 移动端样式 */
@media screen and (max-width: 1023px) {
    .banner.h600 {
        height: 405px;
    }
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .pc-data {
        display: none;
    }
    .banner-ani {
        width: 100%;
        height: 410px;
        background-size: 100% 100%;
        background-image: url(/images/new_website/invite_m/banner.jpg);
    }
    .banner-info>p {
        font-size: 14px;
    }
    .banner-single .banner-info {
        top: 184px;
        margin: 0 25px;
    }
    
    #joinInviteMo {
        display: inline-block;
    }
    #joinInvite {
        display: none;
    }
    .w1400 {
        width: 100%;
        max-width: 100%;
    }
    .invite-nav-ul {
        height: 46px;
        border-radius: 0;
    }
    .invite-nav-ul li a {
        font-size: 14px;
        color: #1c1d1f;
    }
    .invite-nav-ul li.on {
        background: none;
        position: relative;
    }
    .invite-nav-ul li.on::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 3px;
        left: 50%;
        transform: translate(-50%);
        width: 80%;
        height: 3px;
        background: #2981ff;
    }
    .invite-nav-ul li.on a {
        color: #1c1d1f;
        font-weight: bold;
    }
    /* 通用标题 */
    .invite-body h5 {
        width: 136px;
        min-width: 136px;
        max-width: 136px;
        height: 20px;
        font-size: 18px;
        margin: 42px auto 24px;
        line-height: 10px;
        background-image: url(/images/new_website/invite_m/m_t.png);
    }
    .invite-body .first-section-h5 {
        margin-top: 80px!important;
    }
    /* 推广优势 */
    .advantages {
        height: auto;
    }
    .advantages-ul {
        display: block;
        width: 92%;
        margin: 0 auto;
        margin-bottom: 40px;
        box-shadow: 0px 6px 12px 0px rgba(18, 51, 100, 0.06);
    }
    .advantages-ul li {
        width: 100%;
        height: auto;
        background: none;
        margin: 0;
        border-top: 1px solid #eff1f4;
    }
    .advantages-ul li:first-child {
        border-top: none;
    }
    .advantages-ul li a {
        width: 100%;
        background: none!important;
        padding: 0;
    }
    .advantages-ul li h6 {
        background: #fff;
        height: 55px;
        line-height: 55px;
        box-sizing: border-box;
        padding: 0 13px;
        color: #1c1d1f;
        font-size: 16px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .advantages-ul li h6::after {
        content: '';
        display: block;
        width: 12px;
        height: 7px;
        background-size: 100% 100%;
        background-image: url(/images/new_website/invite_m/ad_jt.png);
    }
    .advantages-ul li.on h6::after {
        background-image: url(/images/new_website/invite_m/ad_jt_on.png);
    }
    .advantages-ul li p {
        padding: 25px 13px;
        line-height: 20px;
        font-size: 14px;
        color: #626266;
        background-size: 100% 100%;
        margin-top: 0;
        display: none;
    }
    .advantages-ul li.on p {
        display: block;
    }
    .advantages-ul li:first-child p {
        background-image: url(/images/new_website/invite_m/ad1.png);
    }
    .advantages-ul li:nth-child(2) p {
        background-image: url(/images/new_website/invite_m/ad2.png);
    }
    .advantages-ul li:nth-child(3) p {
        background-image: url(/images/new_website/invite_m/ad3.png);
    }
    .advantages-ul li:nth-child(4) p {
        background-image: url(/images/new_website/invite_m/ad4.png);
    }
    .advantages-ul li:hover h6 {
        color: #1c1d1f;
    }
    .advantages-ul li:hover {
        transform: none;
        background: none;
    }
    /* 推广流程 */
    .flows {
        height: auto;
        padding-bottom: 30px;
    }
    .flows-box {
        overflow-x: scroll;
        padding: 0 15px;
        align-items: flex-start;
    }
    .flows-item {
        min-width: 200px;
    }
    .flows-jt {
        min-width: 41px;
        min-height: 11px;
        margin-top: 20px;
    }
    .flows-item h6 {
        font-size: 16px;
    }
    .flows-item p {
        box-sizing: border-box;
        font-size: 13px;
        padding: 0 5px;
    }
    .flows-img {
        width: 90px;
        height: 68px;
        margin-bottom: 10px;
    }
    /* 推广方式 */
    .way {
        height: auto;
        padding-bottom: 38px;
    }
    .way-txt {
        width: 247px;
        height: 23px;
        background-size: 100% 100%;
        background-image: url(/images/new_website/invite_m/way_txt.png);
    }
    .way-flex {
        width: 98.13333%;
        margin: 0 auto;
        min-height: 522px;
        background-size: 100% 100%;
        background-image: url(/images/new_website/invite_m/way_bg.png);
    }
    .way-side {
        background: none;
        width: 100%;
        min-width: auto;
        height: 121px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: content-box;
        padding: 34px 0 0 0;
        margin-top: 0;
    }
    .way-side p {
        text-align: center;
        font-size: 24px;
        color: #1c1d1f;
    }
    .way-side p span {
        color: #ffbd35;
    }
    .invite-banner-btn {
        margin: 15px 0 0 0;
    }
    .invite-banner-btn .n-btn-default {
        width: auto;
        padding: 9px 21px;
        margin: 0;
    }
    .way-box {
        width: 100%;
        background: none;
        border: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .way-line {
        width: 90%;
        margin: 0 auto;
        border-top: 1px solid #eff1f4;
    }
    .way-box ul {
        width: 100%;
        display: block;
    }
    .way-box ul li {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 20px 0px;
        height: auto;
    }
    .way-box ul li:hover {
        background: none;
    }
    .way-box ul li h6 {
        font-size: 16px;
    }
    .way-box ul li:hover h6 {
        color: #1c1d1f;
    }
    .way-box ul li p {
        line-height: 20px;
        font-size: 13px;
    }
    /* 激励规则 */
    .rules {
        min-height: 300px;
        padding-bottom: 40px;
    }
    .rules-box {
        width: 92%;
        min-height: 189px;
        margin: 0 auto;
        background-size: cover;
        background-image: url(/images/new_website/invite_m/rule_bg.png);
    }
    .rules-box-icon {
        width: 100%;
        height: 100%;
        background-size: 194px 52px;
        background-image: url(/images/new_website/invite_m/rule_bg2.png);
        background-position: right 5px;
        background-repeat: no-repeat;
    }
    .rules-header {
        height: 44px;
        line-height: 44px;
        font-size: 15px;
    }
    .rules-header::before {
        width: 35px;
        height: 35px;
    }
    .rules-cont {
        padding: 16px 18px;
        box-sizing: border-box;
        min-height: 132px;
    }
    .rules-cont p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 16px;
    }
    .rules-cont p:first-child {
        margin-top: 0;
    }
    /* 常见问题 */
    .question {
        min-height: auto;
        padding-bottom: 44px;
    }
    .question .question-swiper {
        width: 92%;
        margin: auto;
        /* overflow: hidden; */
        position: relative;
    }
    .question ul {
        margin-top: 40px;
    }
    .question li {
        margin: 0;
        background: linear-gradient(90deg, #edf4ff, #f8fbff);
        border: 1px solid #fff;
        box-sizing: border-box;
    }
    .question li h6 {
        font-size: 15px;
        line-height: 56px;
        width: 270px;
        height: 56px;
        background-image: url(/images/new_website/invite_m/question_t.png);
        top: -23px;
        left: 0;
        padding-bottom: 15px;
    }
    .question li p {
        height: 126px;
        display: flex;
        align-items: flex-start;
        font-size: 13px;
        line-height: 20px;
        box-sizing: border-box;
        padding-right: 12px;
    }
    .question li h6::before {
        margin-left: 18px;
    }
    .question li p::before {
        width: 25px;
        min-width: 25px;
        height: 24px;
    }

    .swiper-pagination-container {
        position: absolute;
        bottom: -14px;
        right: 0;
        z-index: 50; /* 确保指示标在Swiper之上 */
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .question-swiper .swiper-pagination {
        /* 自定义样式 */
        display: inline-flex;
    }
    .question-swiper .swiper-pagination-bullet {
        margin-left: 3px;
        opacity: 1;
        background: #9ec7ff;
        height: 4px;
        width: 4px;
        border-radius: 4px;
        transition: all 0.3s;
    }
    
    .question-swiper .swiper-pagination-bullet:first-child {
        margin-left: 3px;
    }
    .question-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #2981ff;
        width: 20px;
    }

    .question li h6::before {
        background-image: url(/images/new_website/invite_m/wen.svg);
    }
    .question li p::before {
        background-image: url(/images/new_website/invite_m/da.svg);
    }
}