/* pc端 */
html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-size: 1rem;
    position: relative;
}

ul,
li {
    list-style-type: none;
}

button {
    border: none;
    outline: none;
    border-radius: 1.25rem;
    cursor: pointer;
    color: #fff;
    padding: 0.375rem 0.875rem 0.5rem 0.875rem;
    font-size: 1.0625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    margin: 0;
    font-size: 3.75rem;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

.pro {
    width: 100vw;
    box-sizing: border-box;
    position: relative;
}

.tab {
    width: 50px;
}

.header {
    width: 100%;
    height: 5rem;
    background: #fff;
    padding: 0 3.125rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_left {
    display: flex;
    align-items: center;
}

.logo {
    height: 2.1875rem;
    margin-right: 0.625rem;
    cursor: pointer;
}

.header_left p {
    font-size: 1.0625rem;
    color: #6B65DF;
    font-weight: 200;
    margin: 0;
}

.header_right {
    display: flex;
    align-items: center;
    height: 100%;
}

.btn1 {
    background: #409EFF;
}

.btn2 {
    background: #FF7315;
    margin-left: 0.625rem;
}

.btn3 {
    background: #96ABFF;
    margin-right: .625rem;
}

.btn4 {
    background: #8C7EFC;
    margin-right: .625rem;
}

.banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6.25rem 0 6.25rem;
    box-sizing: border-box;
    background: url(./image/banner@2x.png) no-repeat;
    background-size: 100% auto;
    position: relative;
}

.banner_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.pic {
    width: 58.75rem;
}

.pic2 {
    display: none;
}

.h1-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.h1-box2 {
    display: none;
}

.banner_text {
    font-size: 1.375rem;
}

.banner_text span {
    color: #5862FF;
}

.btn {
    width: 25rem;
    cursor: pointer;
}

.bottom {
    width: 100%;
    padding: 6.25rem 18.75rem 0 18.75rem;
    box-sizing: border-box;
    background: #F7F7F7;
}

.bottom_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 50px;
}

.bottom_li {
    width: 15.625rem;
    height: 11.25rem;
    padding: 1.25rem;
    background: #fff;
    margin-right: 1.875rem;
    border-radius: 0.625rem;
}

.bottom_li:last-child {
    margin-right: 0;
}

.icon {
    width: 3.125rem;
}

.bottom_title {
    font-size: 1.25rem;
    margin: 0;
    font-weight: 500;
    background: linear-gradient(to right, #186AFF, #5862FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.li-text {
    color: #737A87;
    font-size: 0.9375rem;
}

.about {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.875rem 0;
    background-size: auto 100%;
    box-sizing: border-box;
}

.about_block3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_block2 {
    width: 25rem;
}

.about_title {
    font-size: 1.0625rem;
    font-weight: 500;
}

.block_con {
    color: #999999;
    font-size: 0.875rem;
}

.block_con2 {
    width: 20rem;
    display: flex;
    flex-wrap: wrap;
}

.con_introduce {
    color: #666;
    font-size: 0.875rem;
}

.code {
    width: 7.5rem;
    margin-top: 1.25rem;
}

.con_title {
    cursor: pointer;
}

.con_title2 {
    margin-right: 0.9375rem;
}

.con_title2:nth-child(3) {
    margin-right: 0;
}

.con_title:hover {
    color: #000;
}

.popup {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup_con {
    width: 50vw;
    padding: 0 3.125rem 3.125rem 3.125rem;
    background: linear-gradient(0deg, #EBF2FD 0%, #FFFFFF 100%);
    border-radius: 10px;
    margin: 7% auto;
}


.pay_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 11.25rem;
    box-sizing: border-box;
}

.pay_title {
    font-size: 1.5rem;
    font-weight: bold;
}

.pay_sum {
    color: #F56C6C;
    font-weight: 500;
}

.payImage {
    width: 15.625rem;
}

.way {
    display: flex;
    align-items: center;
}

.payWay {
    width: 1.25rem;
    margin-right: 0.3125rem;
    margin-top: 0.125rem;
}

.pay-grade {
    font-size: 1.875rem;
    margin-bottom: 0.625rem;
}

.pay-sum {
    font-size: 1.375rem;
    margin: 0.625rem 0;
}

.pay-num {
    font-size: 1.375rem;
}

.linked {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 1.875rem;
    /* 30px/16 */
    bottom: 30px;
    /* 50px/16 */
}

.linked_le {
    padding: 0.625rem 0.875rem;
    height: 13.125rem;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 0.625rem;
    box-shadow: 0px 0px 0.4375rem 0px #cfcfcf;
    box-sizing: border-box;
    margin-right: 0.625rem;
}

.linked_le:hover {
    box-shadow: 0px 0px 0.4375rem 0px rgba(163, 152, 233, 0.73);
}

.linked_le:active {
    box-shadow: 0px 0px 0.4375rem 0px rgba(163, 152, 233, 0.73);
    /* 7px/16 */
}

.code2 {
    width: 8.125rem;
    /* 130px/16 */
    margin: 0.25rem 0 0.5rem 0;
    /* 4px/16, 8px/16 */
}

.linked_le p {
    margin: 0;
    font-size: 0.9375rem;
    /* 15px/16 */
    font-weight: bold;
}

.linked_btn {
    border: 0.0625rem solid #4B59EA;
    /* 1px/16 */
    color: #4B59EA;
    padding: 0 0.625rem 0.125rem 0.625rem;
    /* 10px/16, 2px/16 */
    border-radius: 1.125rem;
    /* 18px/16 */
    cursor: pointer;
}

.linked_ri {
    width: 3.75rem;
    /* 60px/16 */
    height: 13.125rem;
    /* 210px/16 */
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 1.875rem;
    /* 30px/16 */
    align-items: center;
    justify-content: space-evenly;
    box-sizing: border-box;
    padding: 0.625rem 0;
    /* 10px/16 */
    cursor: pointer;
    box-shadow: 0px 0px 0.4375rem 0px #cfcfcf;
    /* 7px/16 */
}

.linked_ri:hover {
    box-shadow: 0px 0px 0.4375rem 0px rgba(163, 152, 233, 0.73);
}

.linked_ri:active {
    box-shadow: 0px 0px 0.4375rem 0px rgba(163, 152, 233, 0.73);
    /* 7px/16 */
}

.phone {
    width: 1.625rem;
    /* 26px/16 */
}

.linked_ri p {
    margin: 0;
    font-weight: bold;
    font-size: 1rem;
    /* 16px/16 */
}

.popupTitle {
    font-size: 18px;
    /* 17px/16 */
    text-align: center;
    color: #373B4D;
    font-weight: bold;
    margin-top: 30px;
    /* 30px/16, 20px/16 */
}

.popup_banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    /* 50px/16 */
}

.popup_top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.popup_top .popup_iconfont:last-child {
    margin-right: 0;
}

.dh {
    width: 1rem;
    /* 16px/16 */
    margin-right: 0.375rem;
    /* 6px/16 */
}

.popup_iconfont {
    display: flex;
    align-items: center;
    margin-right: 1.25rem;
    /* 20px/16 */
}

.popup_iconfont p {
    margin: 0;
    color: #8E492C;
}

.popup_ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3.125rem;
    /* 50px/16 */
    /* 20px/16 */
    box-sizing: border-box;
}

.popup_li {
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(./image/picbg@2x.png) no-repeat;
    background-size: 100% auto;
    font-size: 1.125rem;
    color: #B58069;
    padding-top: 30px;
}

.vipTab {
    height: 2.5rem;
    margin-bottom: 10px;
}

.popup_li .pay_sum {
    color: #ED6036;
    font-weight: bold;
    font-size: 2rem;
    /* 32px/16 */
}

.pay_icon {
    font-size: 24px;
    color: #ED6036;
}

.popup_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_btn {
    width: 15rem;
    /* 240px/16 */
    height: 3.4375rem;
    /* 55px/16 */
    background: url(./image/btn2@2x.png) no-repeat;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #5F5CDF;
}

.popup_btn2 {
    margin-left: 1.25rem;
    /* 20px/16 */
    background: url(./image/btn2_bg.png) no-repeat;
    background-size: 100% auto;
    color: #fff;
    font-weight: normal;
}

.pay_num {
    box-sizing: border-box;
    padding-top: 10px;
}

/* 新增复制成功提示样式 */
.copy-toast {
    position: absolute;
    top: 40vh;
    /* 40px/16 */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0.3125rem 0.625rem;
    /* 5px/16, 10px/16 */
    border-radius: 0.25rem;
    /* 4px/16 */
    font-size: 0.875rem;
    /* 14px/16 */
    opacity: 0;
    animation: fadeInOut 3s ease-in-out;
    z-index: 999999;
}

.navChat {
    display: flex;
    align-items: center;
    height: 100%;
}

.navBottom {
    position: absolute;
    top: 70px;
    z-index: 99999;
    padding: 0.625rem 0.875rem;
    border-radius: 10px;
    height: 13.125rem;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 0.625rem;
    box-shadow: 0px 0px 0.4375rem 0px #cfcfcf;
    box-sizing: border-box;
    margin-right: 0.625rem;
}

.navBottom p {
    margin: 0;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (min-width:1280px) and (max-width:1680px) {
    html {
        font-size: 15px;
    }

    h1 {
        font-size: 3rem;
    }

    .pic {
        width: 38rem;
    }

    .bottom {
        padding: 3.33rem 4rem;
    }

    .banner_text {
        font-size: 1.2rem;
    }

    .btn {
        width: 16rem;
    }

    .pay_details {
        padding: 0 5.333rem;
        /* 80px / 15 ≈ 5.333rem */
    }

    .vipTab {
        height: 2rem;
        /* 30px / 15 = 2rem */
        margin-bottom: 0.267rem;
        /* 4px / 15 ≈ 0.267rem */
    }

    .popup_con {
        width: 60vw;
    }

    .popup_ul {
        margin-bottom: 20px;
    }

    .popup_li {
        width: 31%;
        height: 180px;
        padding: 3rem 0 0.667rem 0;
        /* 20px / 15 ≈ 1.333rem, 10px / 15 ≈ 0.667rem */
    }

    .pay_money {
        font-size: 1rem;
        /* 15px / 15 = 1rem */
    }

    .pay_icon {
        font-size: 1.333rem;
        /* 20px / 15 ≈ 1.333rem */
    }

    .pay_sum {
        font-size: 1.733rem;
        /* 26px / 15 ≈ 1.733rem */
    }

    .pay_num {
        margin-bottom: 5px;
        padding-top: 0;
        margin-top: 10px;
    }
}

/* 平板 */
@media screen and (min-width: 768px) and (max-width: 1280px) {
    html {
        font-size: 15px;
    }

    h1 {
        font-size: 2.4rem;
        /* 30px @15px */
    }

    .banner {
        padding: 0 3rem;
        /* 50px @15px */
    }

    .pic {
        width: 25.6667rem;
        /* 340px @15px */
    }

    .pic2 {
        display: none;
    }

    .btn {
        width: 13.3333rem;
        /* 200px @15px */
    }

    .banner_text {
        text-align: end;
        font-size: 17px;
    }

    .bottom {
        padding: 3.3333rem 3.3333rem;
        /* 50px 60px @15px */
    }

    .bottom_list {
        padding-bottom: 2rem;
    }

    .bottom_title {
        font-size: 0.9rem;
        /* 14px @15px */
    }

    .li-text {
        font-size: 0.8rem;
        /* 12px @15px */
    }

    .block_con2 {
        width: 13.3333rem;
        /* 200px @15px */
    }

    .con_title2 {
        margin-top: 0;
    }

    .block_con3 {
        width: 13.3333rem;
        /* 200px @15px */
    }

    .about_block2 {
        width: 13.3333rem;
        /* 200px @15px */
    }

    .popup_con {
        width: 80vw;
        /* height: 60vh; */
        padding: 0 30px 30px 30px;
        box-sizing: border-box;
    }

    .popup_li p {
        margin: 0 0 5px 0;
    }

    .pay_details {
        padding: 0 30px;
    }

    .payImage {
        width: 150px;
    }

    .pay-grade {
        margin-bottom: 0;
    }

    .linked_le,
    .linked_ri {
        height: 180px;
    }

    .code2 {
        width: 105px;
    }

    .popupTitle {
        font-size: 19px;
    }

    .popup_iconfont p {
        font-size: 16px;
    }

    .popup_li {
        width: 29%;
        padding: 30px 0 10px 0;
        box-sizing: border-box;
    }

    .vipTab {
        margin: 0;
        height: 34px;
        margin-bottom: 20px;
    }

    .pay_money {
        font-size: 16px;
    }

    .pay_icon {
        font-size: 20px;
    }

    .pay_money .pay_sum {
        font-size: 28px;
    }

    .pay_num {
        font-size: 16px;
        padding-top: 10px;
    }

    .linked {}
}

/* 移动端 */
@media screen and (max-width: 767px) {
    html {
        font-size: 14px;
        overflow-x: hidden;
    }

    h1 {
        font-size: 36px;
    }

    button {
        padding: 8px 10px;
        font-size: 14px;
    }

    .header {
        width: 100vw;
        padding: 0 0.7143rem;
        box-sizing: border-box;
    }

    .banner {
        width: 100%;
        background: url(./image/h5banner.png) no-repeat;
        background-size: 100% auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        padding: 0;
        padding-bottom: .5rem;
    }

    .pic {
        display: none;
        width: 28.5714rem;
    }

    .pic2 {
        display: block;
    }

    .banner_text {
        font-size: 1.1429rem;
        padding: 0 60px;
        margin-top: 0;
    }

    .logo {
        height: 1.8571rem;
    }

    .header_left p {
        width: 5.7143rem;
        font-size: 0.9286rem;
        color: #5954CB;
        font-weight: 400;
    }

    .banner_right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 21.4286rem;
    }

    .banner_text {
        text-align: center;
    }

    .h1-box {
        display: none;

    }

    .h1-box2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .bottom {
        padding: 0 15px;
        box-sizing: border-box;
        padding-top: 15px;
    }

    .bottom_list {
        flex-wrap: wrap;
        display: flex;
        padding-bottom: 20px;
    }

    .bottom_li {
        width: calc(43vw - 30px);
        height: 13rem;
        margin-right: 0;
        margin-bottom: 5vw;
    }

    .bottom_li:nth-child(2) {
        margin-right: 0;
    }

    .about {
        display: flex;
        flex-direction: column;
    }

    .about_block {
        width: 100%;
    }

    .code {
        width: 14.2857rem;
        display: block;
        margin: 0 auto;
    }

    .popup_con {
        margin-top: 20%;
        width: 90vw;
        /* height: 50vh; */
        padding: 10px 10px 30px 10px;
        box-sizing: border-box;
    }

    .popup_ul {
        display: flex;
        margin-bottom: 20px;
    }

    .popup_li {
        width: 30%;
        padding: 20px 0;
    }

    .popup_li p {
        margin: 0 0 5px 0;
    }

    .pay_details {
        padding: 0 10px;
    }

    .payImage {
        width: 100px;
    }

    .pay-grade {
        font-size: 18px;
        margin-bottom: 0;
    }

    .pay-sum,
    .pay-num {
        font-size: 14px;
    }

    .navChat {
        display: none;
    }

    .linked_le,
    .linked_ri {
        height: 160px;
    }

    .code2 {
        width: 100px;
        height: 100px;
        margin-bottom: 3px;
    }

    .popup_iconfont {
        font-size: 10px;
    }

    .vipTab {
        height: 20px;
    }

    .popup_li {
        padding: 0;
        padding-top: 8px;
    }

    .pay_money {
        font-size: 12px;
    }

    .pay_icon {
        font-size: 13px;
    }

    .pay_money .pay_sum {
        font-size: 16px;
    }

    .pay_num {
        font-size: 12px;
    }

    .popup_btn {
        width: 150px;
        height: 34px;
    }

    .linked {}
}

/* 其他移动端 */
@media screen and (max-width: 420px) {
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 32px;
    }

    button {
        font-size: 14px;
        padding: 8px 10px;
    }

    .banner {
        padding-bottom: .5rem;
        padding: 0 0 .5rem 0;
    }

    .btn {
        width: 300px;
    }

    .pic {
        display: none;
        width: 26.6667rem;
    }

    .pic2 {
        display: block;
    }


    .bottom_title {
        font-size: 1rem;
    }

    .h1-box2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .banner_text {
        padding: 0 50px;
        font-size: 14px;
    }

    .bottom_li {
        height: 13rem;
        margin-right: 0;
    }

    .navChat {
        display: none;
    }

    .linked_le,
    .linked_ri {
        height: 160px;
    }

    .code2 {
        width: 100px;
        height: 100px;
        margin-bottom: 3px;
    }

    .linked {}

    .popup_li {
        width: 30%;
    }

    .vipTab {
        height: 16px;
    }
}

@media screen and (max-width: 400px) {
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 28px;
    }

    button {
        font-size: 13px;
        padding: 6px 6px;
    }

    .logo {
        height: 1.5714rem;
    }

    .header_left p {
        width: 60px;
        font-size: 10px;
    }

    .btn {
        width: 260px;
    }

    .pic {
        display: none;
        width: 21.4286rem;
    }

    .pic2 {
        display: block;
    }

    .banner {
        padding: 0.5714rem 0;
    }

    .banner_text {
        padding: 0 4rem;
    }

    .bottom_li {
        margin-bottom: 3vw;
    }

    .banner_text {
        font-size: 15px;
    }

    .popup_con {
        /* height: 60vh; */
    }

    .navChat {
        display: none;
    }

    .linked_le,
    .linked_ri {
        height: 160px;
    }

    .code2 {
        width: 100px;
        height: 100px;
        margin-bottom: 3px;
    }

    .vipTab {
        height: 16px;
        margin-bottom: 10px;
    }

    .pay_num {
        padding-top: 4px;
    }

    .pay_money {
        font-size: 10px;
    }

    .pay_num {
        font-size: 10px;
    }

    .linked {}
}

@media screen and (max-width: 360px) {
    html {
        font-size: 12px;
    }

    h1 {
        font-size: 20px;
    }

    button {
        padding: 0.1429rem 0.4286rem;
        font-size: 12px;
    }

    .logo {
        height: 1.5714rem;
    }

    .btn {
        width: 14.2857rem;
    }

    .pic {
        display: none;
        width: 21.4286rem;
    }

    .pic2 {
        display: block;
    }

    .banner {
        padding: 0.5714rem 0;
    }

    .banner_text {
        padding: 0 4rem;
    }

    .bottom_li {
        margin-bottom: 3vw;
    }

    .navChat {
        display: none;
    }

    .linked_le,
    .linked_ri {
        height: 160px;
    }

    .code2 {
        width: 100px;
        height: 100px;
        margin-bottom: 3px;
    }

    .popupTitle {
        margin-top: 20px;
    }

    .linked {}

    .vipTab {
        height: 16px;
        margin-bottom: 10px;
    }

    .pay_money {
        font-size: 10px;
    }

    .pay_money .pay_sum {
        font-size: 14px;
    }
}

@media screen and (width: 1024px) {
    .popup_con {
        /* height: 80vh; */
        margin-top: 5%;
    }

    .vipTab {
        height: 30px;
    }

    .popup_li {
        padding-top: 30px;
    }

    .pay_money {
        font-size: 15px;
    }

    .pay_icon {
        font-size: 19px;
    }

    .pay_money .pay_sum {
        font-size: 28px;
    }

    .popup_iconfont p {
        font-size: 15px;
    }

    .pay_num {
        padding-top: 24px;
    }

    .linked {}

}

@media screen and (width: 1280px) {
    .vipTab {
        font-size: 35px;
    }

    .popup_li {
        width: 26%;
    }

    .pay_money {
        font-size: 16px;
    }

    .pay_icon {
        font-size: 20px;
    }

    .pay_num {
        font-size: 16px;
        padding-top: 50px;
    }
}