body,
html {
    margin: 0;
}

a {
    text-decoration: none;
}

.web_style {
    max-width: 120rem;
    min-width: 62.5rem;
    margin: 0 auto;
    z-index: 1;
}

.card_item {
    background-color: #e7c170;
    height: 895px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 10;
}

.card_item .left_image,
.card_item .right_title {
    position: relative;
    z-index: 10;
}

.card_item>.left_image>img {
    width: 100%;
}

.right_title>.title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.right_title>.title>h2 {
    font-size: 60px;
    color: #070707;
    font-weight: bold;
    margin-left: 30px;
}

.right_title>.title>img {
    width: 150px;
    height: 150px;
}

.web_style .bg1 {
    z-index: 1;
}

.logoTopBox {
    width: 100%;
    box-sizing: border-box;
    height: 4rem;
    background-color: #fff;
    font-size: 1.625rem;
    color: #1D1D1F;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    top: 0;
    left: 0;
}

.logoTop {
    width: 1320px;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone_logoTop {
    display: flex;
    align-items: center;
    margin-left: 20px;
    height: 70px;
    background-color: #fff;
    font-size: 26px;
    color: #1D1D1F;
    position: relative;
}

.phone_entrance {
    /* background-color: red; */
    /* opacity: 0.5; */
    display: inline-block;
    width: 15.625rem;
    height: 2.875rem;
}

.logo1 {
    margin-right: 20px;
    width: 44px;
    height: 44px;
}

.rechargeEntrance {
    display: flex;
    flex-flow: column;
    position: relative;
    top: 6.625rem;
}

.nameImg {
    width: 29.5rem;
    height: 8.5rem;
    margin-bottom: 2.5rem;
}

.buttonIcon {
    width: 22.5rem;
    height: 5rem;
}

.textBox {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/web/button.png);
    background-position: center;
    background-size: cover;
    width: 22.5rem;
    height: 5rem;
    margin-bottom: 1rem;
}

.webVersions {
    font-weight: 400;
    font-size: 1rem;
    color: #4A4A4C;
    line-height: 1.25rem;
    margin-bottom: 1rem;
}

.textP {
    font-weight: 400;
    font-size: .875rem;
    color: #4A4A4C;
    line-height: 1rem;
    margin: .25rem 0;
}

.qRcodeBox {
    width: 188px;
    height: 216px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    padding: 12px;
    box-sizing: border-box;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column
}

.qRcodeImg {
    width: 164px;
    height: 164px;
}

.qRcodeText {
    font-weight: 500;
    font-size: 14px;
    color: #1D1D1F;
    line-height: 16px;
}

.android {
    width: 3rem;
    height: 3rem;
}

.entrance {
    /* background-color: red;
            opacity: 0.5; */
    display: inline-block;
    width: 360px;
    height: 76px;
}

.card_item1 {
    background-image: url(../images/web/bg1.png);
    background-position: center;
    background-size: cover;
    height: 56.75rem;
    width: 100%;
    margin-top: 4rem;
    box-sizing: border-box;
    position: relative;
}

.card_item_content {
    width: 1320px;
}

.card_item2 {
    width: 100%;
    height: 64.125rem;
    background-color: #fff;
}

.card_item4 {
    width: 100%;
    height: 74.25rem;
    background-color: #fff;
}

.webScreenBox {
    width: 1320px;
    margin: 7.5rem 0 0;
}

.webScreenTitle {
    font-weight: 800;
    font-size: 2.25rem;
    color: #1D1D1F;
    line-height: 3.5rem;
    margin-bottom: .75rem;
}

.webScreenText {
    font-weight: 400;
    font-size: 1.25rem;
    color: #4A4A4C;
    line-height: 1.875rem;
    text-align: center;
    height: 3.75rem;
    margin-bottom: .75rem;
}

.webScreen {
    width: 25.875rem;
    height: 40.625rem;
}

.webGradeTitle {
    margin: 6.25rem 0 4.25rem;
}

.webGradeTitle .title {
    font-weight: 800;
    font-size: 3rem;
    color: #1D1D1F;
    line-height: 3.75rem;
}

.authority {
    font-weight: 400;
    font-size: 1.25rem;
    color: #4A4A4C;
    line-height: 1.875rem;
}

.gradeImg {
    width: 82.5rem;
    height: 28.75rem;
}

.rightsBox {
    width: 82.5rem;
    height: 8.5rem;
    overflow: hidden;
    margin-top: 2.5rem;
}

.rightsOne,
.rightsTwo {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    white-space: nowrap;
}

.rightsOneWrapper,
.rightsTwoWrapper {
    display: flex;
    width: 100%;
}

.rightsOne,
.rightsTwo {
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.rightsOne {
    animation-name: scrollLeft;
}

.rightsTwo {
    animation-name: scrollRight;
}

/* 向左滚动 */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* 通过移动50%使得两部分连接 */
    }
}

/* 向右滚动 */
@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
        /* 通过移动50%使得两部分连接 */
    }
}

.rightsItem {
    padding: 0 1.5rem;
    height: 3.5rem;
    border-radius: 1.75rem 1.75rem 1.75rem 1.75rem;
    border: .0625rem solid #E6AF7A;
    margin-right: 1.5rem;
}

.rightsIcon {
    width: 1.375rem;
    height: 1.375rem;
    margin-right: .75rem;
}

.rightsText {
    font-weight: 400;
    font-size: 1.125rem;
    color: #1D1D1F;
    line-height: 1.625rem;
}

.card_item3 {
    background-image: url(../images/web/bg2.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 56.25rem;
    box-sizing: border-box;
    position: relative;
}

.webWelfareBox {
    width: 1320px;
}

.card_item3_text {
    position: relative;
    top: 14.25rem;
    left: 10.375rem;
}

.webWelfareImg {
    width: 42.1875rem;
    height: 43.125rem;
    position: relative;
    top: 6.5rem;

}

.greatWelfare {
    font-weight: 800;
    font-size: 3rem;
    color: #1D1D1F;
    line-height: 4.25rem;
    margin-bottom: 2.5625rem;
}

.dowGive {
    font-weight: bold;
    font-size: 1.75rem;
    color: #1D1D1F;
    line-height: 2.0625rem;
    margin-bottom: 1.0625rem;
}

.dowGive .num {
    font-weight: bold;
    font-size: 1.75rem;
    color: #FF4164;
}

.dowGiveName {
    display: inline-block;
    width: 83px;
    height: 48px;
    background: #FF4164;
    border-radius: 30px 30px 30px 30px;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 48px;
    box-sizing: border-box;
    text-align: center;
}

.pageImg {
    width: 41.25rem;
    height: 48.75rem;
    position: relative;
    left: 2.0625rem;
    top: 3.3125rem;
}

.card_item1 .bg1 {
    top: -18vw;
}

.cantain {
    max-width: 1200px;
    margin: 5.21vw auto 9.38vw;
}

.card_item1>.cantain>.left_title,
.card_item1>.cantain>.right_image {
    display: inline-block;
    /* width: 48%; */
    vertical-align: top;
}

.title_value {
    font-size: 72px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.card_item1_cycle,
.card_item2_cycle {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background: #f4c96f;
    position: absolute;
    right: 10px;
    bottom: -30px;
    z-index: -1;
}

.card_item2_cycle {
    background: #fff;
    left: -45px;
}

.sec_value {
    font-size: 32px;
    color: #555555;
}

.card_item1>.cantain>.right_image {
    margin: 50px 0px 0px -150px;
    width: 55%;
}

.card_item1>.cantain>.right_image>img {
    width: 100%;
}

.phone_style {
    width: 100%;
    display: none;
    box-sizing: border-box;
}

.bottom_title {
    max-width: 1200px;
    margin: 40px auto;
}

.bottom_title h3 {
    font-size: 18px;
    color: #010101;
    margin-bottom: 30px;
}

.webSloganBox {
    max-width: 120rem;
    min-width: 120rem;
    height: 8.25rem;
    background: linear-gradient(90deg, #F7C7A7 0%, #F9DAC6 100%);
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: 0;
}

.webSloganContent {
    width: 82.5rem;
    height: 8.25rem;
    position: relative;
}

.webExplainImg {
    width: 832px;
    height: 37px;
    margin-right: 3.9375rem;
}

.webDownload {
    width: 11.375rem;
    height: 3.25rem;
    background: #171414;
    padding: 0 1.5rem;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 1.625rem 1.625rem 1.625rem 1.625rem;
}

.webDownload2 {
    width: 11.375rem;
    height: 3.25rem;
    background: linear-gradient(to bottom, #fddfc1, #e8b27f);
    box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2),
        /* 内阴影 */
        0 2px 2px rgba(0, 0, 0, 0.1);
    /* 外阴影 */
    padding: 0 1.5rem;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 1.625rem 1.625rem 1.625rem 1.625rem;
}

.webDownload2:hover .iosQrCodeBox {
    display: block;
}

.iosQrCodeBox {
    display: none;
    position: absolute;
    right: 88px;
    top: 238px;
    width: 188px;
    height: 216px;
    background: #FFFFFF;
    text-align: center;
    border-radius: 12px 12px 12px 12px;
    padding: 12px;
    box-sizing: border-box;
}

.iosQrCode {
    width: 164px;
    height: 164px;
}

.webqRcodeBox {
    width: 10.5rem;
    height: 11.625rem;
    background: #FCE3D2;
    border-radius: 1rem 1rem 0rem 0rem;
    padding: 1rem 1.25rem;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}

.webqRcodeText {
    font-weight: 500;
    font-size: .875rem;
    color: #000000;
    text-align: center;
}

.webqRcodeImg {
    width: 128px;
    height: 128px;
    border-radius: 6px 6px 6px 6px;
}

.webAndroid2 {
    width: 32px;
    height: 32px;
}

.webAndroidText {
    font-weight: 600;
    font-size: 16px;
    color: #F9D5BE;
    line-height: 19px;
}

.webAndroidText2 {
    font-weight: 600;
    font-size: 16px;
    color: #363638;
    line-height: 19px;
}

.webFooterBox {
    width: 100%;
    height: 19.5625rem;
    display: flex;
    justify-content: center;
    padding: 1.875rem 0 3.75rem;
    box-sizing: border-box;
    line-height: 20px;
    background: #262829;
}

.webFooterContent {
    width: 82.5rem;
}

.webFootText {
    margin: 0;
    font-weight: 400;
    font-size: .875rem;
    color: #999999;
    line-height: 1.25rem;
}

.textHover:hover {
    color: #D9D9D9;
}

.webFootText2 {
    margin: 0;
    font-weight: 400;
    font-size: .875rem;
    color: #ECBB8C;
    line-height: 1.25rem;
}

.webFoB {
    margin-bottom: .375rem;
}

.webFootLine {
    width: .0625rem;
    height: .75rem;
    display: inline-block;
    margin: 0 1.25rem;
}

/* 流式布局 */
.flex {
    display: flex;
}

.flex-ajcenter {
    align-items: center;
    justify-content: center;
}

.flex-row {
    flex-flow: row;
}

.flex-column {
    flex-flow: column
}

.align-stretch {
    align-items: stretch;
}

.align-center {
    align-items: center;
}

.alignicon-start {
    align-items: flexicon-start;
}

.align-end {
    align-items: flex-end;
}

.align-baseline {
    align-items: baseline;
}

.align-inherit {
    align-items: inherit;
}

.justifyicon-start {
    justify-content: flexicon-start;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around !important;
}

.justify-inherit {
    justify-content: inherit;
}

.self-align-stretch {
    align-self: stretch;
}

.self-align-center {
    align-self: center;
}

.self-alignicon-start {
    align-self: start;
}

.self-align-end {
    align-self: end;
}

.self-align-inherit {
    align-self: inherit;
}

.self-justifyicon-start {
    justify-self: start;
}

.self-justify-center {
    justify-self: center
}

.self-justify-end {
    justify-self: end
}

.self-justify-between {
    justify-self: between
}

.self-justify-around {
    justify-self: around
}

.self-justify-inherit {
    justify-self: inherit
}

.flex-1 {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
}


.webFootLine2 {
    width: .0625rem;
    height: .75rem;
    display: inline-block;
    margin: 0 .625rem;
}

.beianImg {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .25rem;
}

p {
    margin: 0;
}

.blogrollBox {
    padding: .5rem 0 1rem;
    width: 100%;
    box-sizing: border-box;
    border-bottom: .0625rem rgba(255, 255, 255, 0.1) solid;
}

.webFooterRight {
    width: 420px;
}

.cursorP {
    cursor: pointer;
}

.webServiceBox {
    padding: 1.25rem 0;
}

.serviceImg {
    width: 1.25rem;
    height: 1.25rem;
}

.webService {
    width: 6.75rem;
    height: 2.75rem;
    padding: 0 .75rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border-radius: .375rem .375rem .375rem .375rem;
}

.webMailbox {
    width: 18.5rem;
    height: 2.75rem;
    padding: 0 .75rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border-radius: .375rem .375rem .375rem .375rem;
}

.aboutMy {
    padding: 1rem 0 .5rem;
}

.marginR {
    margin-right: 24px;
}

.blogroll {
    font-weight: 400;
    font-size: .875rem;
    color: #999999;
    line-height: 1.25rem;
}

.span_value {
    font-size: 14px;
    color: #333333;
    padding: 0px 10px;
    border-right: 1px solid #000000;
}

.span_value:last-of-type {
    border-right: none;
}

.span_value:first-of-type {
    padding-left: 0px;
}

.tip_name {
    font-size: 0.63vw;
    color: #888888;
    cursor: pointer;
}

.phone_style {
    width: 100%;
    box-sizing: border-box;
}

.first_card,
.their_card {
    position: relative;
    background-color: #e7c170;
    text-align: center;
    border: 1px solid #e7c170;
    box-sizing: border-box;
    z-index: 0;
}

.bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.first_card .logos {
    width: 17.5vw;
    height: 17.5vw;
    margin: 9.3vw auto 2.6vw;
    border-radius: 4vw;
}

.first_card .name {
    font-size: 6.4vw;
    color: #070707;
    margin: 0 0 6.7vw;
}

.down_btns {
    display: block;
    width: 56%;
    background-color: #ffffff;
    border-radius: 6.6vw;
    text-align: center;
    margin: 8vw auto;
    border: 1px solid #fff;
    z-index: 2;
}

.down_btns .down_logo,
.down_btns .down_value {
    display: inline-block;
    vertical-align: middle;
}

.down_btns .down_logo {
    width: 5vw;
    height: 6vw;
    margin-right: 2vw;
}

.down_btns .down_value {
    font-size: 5vw;
    color: #e0bc6f;
    margin: 0;
}

.verson {
    margin: 0 0 1.6vw;
    color: #777777;
    font-size: 2.6vw;
}

.images1 {
    width: 80%;
    margin-bottom: 8vw;
}

.second_card {
    text-align: center;
    position: relative;
    background-image: url(../images/phone/page1.png);
    background-position: center;
    background-size: cover;
    height: 52.5rem;
    width: 100%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    position: relative;
}

.logoNameImg {
    margin-top: 3.75rem;
    width: 8.25rem;
    height: 2.875rem;
}

.welfareImg {
    margin-top: 2.1563rem;
    width: 19.2813rem;
    height: 5.75rem;
}

.swiper_container {
    margin-top: 2.375rem;
    width: 100%;
    height: 29.6666rem;
}

.carousel {
    width: 100%;
    height: 29.6666rem;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}

.carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide {
    width: 230px;
    /* 非选中状态的宽度 */
    height: 408.89px;
    /* 非选中状态的高度 */
    margin: 0 10px;
    /* 调整间距 */
    transition: transform 0.5s ease, width 0.5s ease, height 0.5s ease;
}

.carousel-slide.active {
    width: 300px;
    /* 选中状态的宽度 */
    height: 500px;
    /* 选中状态的高度 */
    transform: scale(1.1);
    /* 添加缩放效果 */
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sloganBox {
    width: 100%;
    height: 4.375rem;
}

.downloadBox {
    position: fixed;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    width: 20.9375rem;
    height: 5rem;
    background: #FFFFFF;
    box-shadow: 0rem .125rem .75rem 0rem rgba(0, 0, 0, 0.18);
    border-radius: .75rem;
    display: flex;
    z-index: 100;
    justify-content: space-between;
    align-items: center;
    padding: .75rem;
    box-sizing: border-box;
}

.downloadLeft {
    display: flex;
    justify-content: space-between;
}

.dowBox {
    display: flex;
    flex-flow: column;
    padding: .125rem 0;
    box-sizing: border-box;
}

.dowName {
    font-weight: 600;
    font-size: 1.125rem;
    color: #1D1D1F;
    line-height: 1.25rem;
}

.dowText {
    font-weight: 400;
    margin-top: .1875rem;
    font-size: .6875rem;
    color: rgba(29, 29, 31, 0.75);
    line-height: .8125rem;
}

.dowImg {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: .625rem;
}

.downloadRight {
    width: 5.375rem;
    height: 2rem;
    background: #E6AF7A;
    border-radius: 1rem;
    font-weight: 500;
    font-size: .875rem;
    color: #FFFFFF;
}

.sloganImg {
    width: 100%;
    height: 4.375rem;
}

.second_card h2,
.second_card p,
.their_card h2,
.their_card p {
    font-size: 6.4vw;
    text-align: left;
    width: 80%;
    margin: 14vw auto 4vw;
    position: relative;
}

.second_card p::before {
    width: 5.33vw;
    height: 1.07vw;
    position: absolute;
    background: #f4c96f;
    content: '';
    bottom: -2.67vw;
    left: 0;
    border-radius: 4px;
}

.second_card_cycle {
    display: inline-block;
    vertical-align: middle;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    background: #f4c96f;
    margin: 2.67vw 0 0 -6vw;
    position: relative;
    z-index: -1;
}

.their_card .second_card_cycle {
    background: #fff;
    margin: 0 -4.27vw 0 0;
}

.second_card p,
.their_card p {
    font-size: 3.7vw;
    margin: 0 auto 14vw;
}

.second_card .bg1 {
    top: -42.7vw;
    z-index: -1;
}

.second_card .images1 {
    width: 87%;
    margin-bottom: 8vw;
}

.their_card h2,
.their_card p {
    text-align: right;
    position: relative;
    z-index: 2;
}

.their_card p::after {
    width: 5.33vw;
    height: 1.07vw;
    position: absolute;
    background: #fff;
    content: '';
    bottom: -2.67vw;
    right: 0;
    border-radius: 4px;
}

.their_card .images1 {
    position: relative;
    z-index: 2;
    margin-bottom: 14.5vw;
}

.their_card .bg1 {
    top: 17vw;
    z-index: 1;
}

.bottom_downbtn {
    display: block;
    width: 42.6vw;
    border-radius: 5.3vw;
    margin: 8vw auto 8vw;
    background-image: linear-gradient(to right, #ffd57c, #ddb96b);
    padding: 2.67vw 0px;
    text-align: center;
}

.bottom_downbtn img,
.bottom_downbtn span {
    display: inline-block;
    vertical-align: middle;
}

.bottom_downbtn img {
    width: 5vw;
    height: 5.6vw;
    margin-right: 1.73vw;
}

.bottom_downbtn span {
    font-size: 4vw;
    color: #fff;
}

.bottom_sharebtn {
    background-image: none;
    border: 2px solid #ddb96b;
    margin: 3.33vw auto 8vw;
}

.bottom_sharebtn span {
    color: #ddb96b;
}

.footer {
    background-color: #262829;
    text-align: center;
    overflow: hidden;
    padding: 1.25rem 1.25rem 6.25rem;
}

.footer_about_box {
    width: 20.9375rem;
    box-sizing: border-box;
    padding: 0 2.9688rem;
    display: flex;
    justify-content: space-between;
}

.footer_function {
    width: 20.9375rem;
    box-sizing: border-box;
    padding: .25rem 2.9688rem 1rem;
    display: flex;
    justify-content: space-between;
}

.footer_text {
    font-size: .75rem;
    color: #999999;
    line-height: .875rem;
    margin: 0 0 .375rem;
}

.footer_text2 {
    font-size: .75rem;
    color: #E6AF7A;
    line-height: .875rem;
    margin: 0 0 .375rem;
}

.footer_title {
    font-size: 3.2vw;
    color: #010101;
    margin: 6vw 0px 4vw;
}

.footer_tip {
    font-size: 2.67vw;
    color: #333333;
    margin: 0px 0px 4.67vw;
}

.footer_items {
    margin-bottom: 2.67vw;
}

.footer_items span {
    padding: 0 2vw;
    font-size: 2.67vw;
    color: #888888;
    border-right: 1px solid #888888;
}

.footer_items span:last-of-type {
    border-right: none;
}

.footer_items span:first-of-type {
    padding-left: 0;
}

.footer_tip_name {
    font-size: 2.13vw;
    color: #888888;
    margin: 0.8vw 0;
    cursor: pointer;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.mask_img {
    position: absolute;
    right: 6.67vw;
    top: 0;
    width: 18.67vw;
    height: 24vw;
}

.mask_we_title {
    margin: 13.73vw 18vw;
}

.mask_h2 {
    font-size: 6.4vw;
    color: #fff;
    margin-bottom: 2.67vw;
}

.other_color {
    color: #edbc5e;
}

.mask_btn {
    border: 0.4vw dashed #fff;
    background: none;
    width: 38vw;
    height: 14.93vw;
    color: #fff;
    font-size: 5.6vw;
    box-shadow: 0 1.07vw 0 #fff;
    border-radius: 4vw;
    position: absolute;
    bottom: 20vw;
    left: calc(50% - 19vw);
}

#weChatMask {
    display: none;
}

@media screen and (max-width: 1000px) {
    .web_style {
        display: none;
    }

    .phone_style {
        display: block;
    }
}

.navBox {
    width: 8.5rem;
    height: 1.375rem;


}

.navText {
    font-size: 16px;
    color: #666666;
    line-height: 19px;
    cursor: pointer;
}

.navTextNow {
    font-weight: 600;
    color: #1D1D1F;
}

.swipeBox {
    margin-top: 2.375rem;

    ::v-deep .van-swipe-item {
        width: 130px;
    }

}

.slideshowImg {
    width: 230px;
    /* margin-top: 2.0625rem; */
}

.activeImg {
    margin-top: 0;
    width: 267px;
}

.phoneBugleBox {
    height: 1.875rem;
    background: rgba(34, 192, 242, 0.06);
    border-radius: .9375rem;
    margin: 1.6406rem 1rem 0;
    padding: 0 .625rem;
    box-sizing: border-box;

    .bugleText {
        height: 1.875rem;
        font-weight: 400;
        font-size: .6875rem;
        color: rgba(34, 192, 242, 0.7);
    }

}

.look {
    font-weight: 400;
    font-size: .625rem;
    color: #A5A5A5;
    line-height: .75rem;
}

.bugleIcon {
    width: 1rem;
    height: 1rem;
    margin-right: .25rem;
}

.bugleBox {
    margin-top: 22px;
    font-weight: 400;
    font-size: .75rem;
    color: rgba(34, 192, 242, 0.7);
    line-height: .875rem;

}

.bugle {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

.aboutBox {
    width: 100%;
    min-height: 100vh;
    background: #F5F5F5;
    padding-top: 4rem;
    box-sizing: border-box;
}

.aboutBox .abouLevelBox {
    width: 100%;
    min-height: 100vh;
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
}

.aboutBox .abouLevelBox .abouLevelContent {
    width: 1320px;
}

.aboutBox .abouLevelBox .levelNav {
    width: 12.5rem;
    height: 22.5rem;
    background: #FFFFFF;
    border-radius: .375rem;
    padding: 12px;
    box-sizing: border-box;
}

.aboutBox .abouLevelBox .levelNav .levelNavItem {
    width: 11rem;
    height: 3.5rem;
    background: #FFFFFF;
    border-radius: .375rem;
}

.aboutBox .abouLevelBox .levelNav .levelNavItem .aboutImg {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .5rem;
}

.aboutBox .abouLevelBox .levelNav .levelNavItem .routerText {
    font-weight: 400;
    width: 11rem;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    padding: 1.1875rem 1.25rem;
    box-sizing: border-box;
}

.aboutBox .abouLevelBox .levelNav .levelNavItem .routerText.textActive {
    color: #1D1D1F;
}

.aboutBox .abouLevelBox .levelNav .active {
    background: #ECBB8C;
}

.aboutBox .abouLevelBox .levelNav .levelNavItem:hover {
    background: #F5F5F5;
}

.aboutBox .abouLevelBox .levelNav .active:hover {
    background: #ECBB8C;
}

.aboutBox .abouLevelBox .content {
    margin-left: 1.25rem;
    margin-bottom: 2.5rem;
    background-color: #fff;
    border-radius: .375rem;
    padding: 1.5rem 2.5rem;
    box-sizing: border-box;
}

.aboutBox .navBox {
    width: 8.5rem;
    height: 1.375rem;
}

.aboutBox .navBox .navText {
    font-size: 16px;
    color: #666666;
    line-height: 19px;
    cursor: pointer;
}

.aboutBox .navBox .navTextNow {
    font-weight: 600;
    color: #1D1D1F;
}

.aboutBox {
    width: 100%;
    min-height: 100vh;
    background: #F5F5F5;
    padding-top: 4rem;
    box-sizing: border-box;
}

.abouLevelBox {
    width: 100%;
    min-height: 100vh;
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
}

.abouLevelContent {
    width: 1320px;
    display: flex;
    justify-content: space-between;
}

.levelNav {
    width: 12.5rem;
    height: 22.5rem;
    background: #FFFFFF;
    border-radius: .375rem;
    padding: 12px;
    box-sizing: border-box;
}

.levelNavItem {
    width: 11rem;
    height: 3.5rem;
    background: #FFFFFF;
    border-radius: .375rem;
    display: flex;
    align-items: center;
}

.aboutImg {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .5rem;
}

.routerText {
    font-weight: 400;
    width: 11rem;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    padding: 1.1875rem 1.25rem;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.routerText.textActive {
    color: #1D1D1F;
}

.levelNavItem.active {
    background: #ECBB8C;
}

.levelNavItem:hover {
    background: #F5F5F5;
}

.levelNavItem.active:hover {
    background: #ECBB8C;
}

.content {
    margin-left: 1.25rem;
    margin-bottom: 2.5rem;
    background-color: #fff;
    border-radius: .375rem;
    padding: 1.5rem 2.5rem;
    box-sizing: border-box;
    flex: 1;
}

.navBox {
    width: 8.5rem;
    height: 1.375rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navText {
    font-size: 16px;
    color: #666666;
    line-height: 19px;
    cursor: pointer;
}

.navTextNow {
    font-weight: 600;
    color: #1D1D1F;
}

.logoTopBox {
    background: #fff;
    padding: 1rem 2rem;
}

.logoTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}
.title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #1D1D1F;
    line-height: 1.75rem;
    padding-bottom: .75rem;
    border-bottom: #F5F5F5 .0625rem solid;
}

.subTitle {
    font-weight: 600;
    font-size: 1.125rem;
    color: #1D1D1F;
    line-height: 1.5rem;
    padding: 2.5rem 0 .75rem;
}

.subText {
    font-weight: 400;
    font-size: .875rem;
    color: #666666;
    line-height: 1.375rem;
}

.swipeBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}

.swiper-slide {
    flex: 0 0 auto;
    width: 70%;
    margin: 0 10px;
    transition: all 0.3s ease;
    opacity: 0.5;
    transform: scale(0.9);
    border-radius: 10px;
    touch-action: pan-y;
    user-select: none;
}

.swiper-slide.active {
    opacity: 1;
    transform: scale(1);
}

.slideshowImg {
    width: 100%;
    display: block;
    border-radius: 10px;
}
