/*  reset  */
body,div,p,ul,li,table,tbody,tr,td,textarea,form,input,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,iframe,header,nav,section,article,footer,figure,figcaption,menu,iframe {
    margin: 0;
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    display: block;
}

em,i,s,b,th {
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
}

ol,ul {
    list-style: none;
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

*,*:before,*:after {
    word-break: break-all;
    outline: none;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input {
    user-select: auto;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -webkit-user-select: auto;
}

a {
    text-decoration: none;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

a,li,ul,div,[onclick] {
    -webkit-tap-highlight-color: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;
}

@font-face {
    font-family: "SOURCEHANSERIFCN-BOLD";
    src: url(../font/SOURCEHANSERIFCN-BOLD.ttf);
}

/* comm */
html,body {
    width: 100%;
    /* height: 100%; */
    height: auto;
}

body {
    position: relative;
    background: #fff;
    font-size: 0.14rem;
    line-height: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    /* overflow: hidden; */
}

.web {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page {
    background: no-repeat center/cover;
    display: flex;
    overflow: hidden;
}

.inner {
    margin: auto;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    position: relative;
    z-index: 1;
}

.con1 .inner{
    display: grid;
    align-content: flex-end;
    padding-bottom: 2rem;
    box-sizing: border-box;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-container,.swiper-wrapper,.swiper-pagination {
    z-index: auto !important;
}

.swiper-notification {
    display: none !important;
}

.swiper-slide {
    overflow: hidden;
    height: 100% !important;
}

.hide {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.main{
    width: 100%;
    /* aspect-ratio: 375 / 2668; */
    background: url(../img/m/bg_main.png) center center no-repeat;
    background-size: 100% 100%;
}

/* con1 */
.con1{
    width: 100%;
    /* height: 100vh; */
    position: relative;
    box-sizing: border-box;
}
.con1 .role_pc_bg{
    display: none;
}
.con1 .role_m_bg{
    width: 100%;
    position: absolute;
    top: 51px;
    left: 0;
    z-index: 0;
}
.bg_media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg_media video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.btn_video {
    position: absolute;
    left: 6.06rem;
    bottom: 4.26rem;
    width: 1.34rem;
    height: 1.34rem;
    pointer-events: all;
    /*background: url(../img/play_video.png) no-repeat 50% 0/100% 100%;*/
    animation: starScale 0.5s linear infinite alternate;
    -webkit-animation: starScale 0.5s linear infinite alternate;
    display: none;
}

@keyframes starScale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}

@-webkit-keyframes starScale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}

.slogan {
    width: 100%;
    aspect-ratio: 1920 / 960;
    pointer-events: none;
    background: url(../img/m/slogan.png) no-repeat 50% 0 / 100% 100%;
    text-indent: -999em;
}

.btn_order {
    display: block;
    width: 4.84rem;
    height: 1.22rem;
    background: url(../img/m/btn_order.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -2.42rem;
    bottom: 1.7rem;
    text-indent: -999em;
}

.btn_order.btnzhih {
    background: url(../img/m/btn_orderzhih.png) no-repeat 50% 0/100% 100%;
    pointer-events: none;
}

.btn_down {
    display: block;
    width: 4.84rem;
    height: 1.8rem;
    background: url(../img/m/btn_down.png) no-repeat 50% 0 / 100% 100%;
    left: 50%;
    bottom: 35%;
    text-indent: -999em;
    margin: 0 auto;
    margin-top: 0.8rem;
}

.pc_channel {
    display: none;
}
.m_channel{
    display: block;
}

.m_channel {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    width: 100%;
    justify-content: center;
    margin-top: 0.8rem;
    gap: 0.2rem;
}

.m_channel a {
    aspect-ratio: 637 / 202;
    display: block;
    width: 3rem;
    text-indent: -999em;
    cursor: pointer;
    background-size: 100% 100%;
}

.m_channel a:hover {
    filter: brightness(1.1);
}

.btn_androiddown {
    background: url(../img/androidbtn_down.png) no-repeat;
}

.btn_iosdown {
    background: url(../img/iosbtn_down.png) no-repeat;
}

.btn_googledown {
    background: url(../img/google_down.png) no-repeat;
}

/* con2 */
.con2{
    /* height: 100vh; */
    /* background: center center / cover no-repeat;
    background-image: url("../img/m/bg2.jpg"); */
    position: relative;
    padding-top: 2.2rem;
}

.order_main {
    width: 9.23rem;
    height: 15.84rem;
    background: url(../img/m/order_cont.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 2.63rem 0 0 0;
    position: absolute;
    left: 50%;
    margin-left: -4.615rem;
    top: 50%;
    margin-top: -7.92rem;
}

.order_pross {
    width: 8.41rem;
    height: 12.44rem;
    margin: 0 auto;
    position: relative;
}

.order_pross li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.order_pross li h3 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.order_pross li:nth-of-type(1) h3 {
    background: url(../img/m/dj1.png) no-repeat 50% 0/100% 100%;
}

.order_pross li:nth-of-type(2) h3 {
    background: url(../img/m/dj2.png) no-repeat 50% 0/100% 100%;
}

.order_pross li:nth-of-type(3) h3 {
    background: url(../img/m/dj3.png) no-repeat 50% 0/100% 100%;
}

.order_pross li:nth-of-type(4) h3 {
    background: url(../img/m/dj4.png) no-repeat 50% 0/100% 100%;
}

.order_pross li:nth-of-type(5) h3 {
    background: url(../img/m/dj5.png) no-repeat 50% 0/100% 100%;
}

.order_pross li.on:nth-of-type(1) h3 {
    background: url(../img/m/dj1_h.png) no-repeat 50% 0/100% 100%;
}

.order_pross li.on:nth-of-type(2) h3 {
    background: url(../img/m/dj2_h.png) no-repeat 50% 0/100% 100%;
}

.order_pross li.on:nth-of-type(3) h3 {
    background: url(../img/m/dj3_h.png) no-repeat 50% 0/100% 100%;
}

.order_pross li.on:nth-of-type(4) h3 {
    background: url(../img/m/dj4_h.png) no-repeat 50% 0/100% 100%;
}

.order_pross li.on:nth-of-type(5) h3 {
    background: url(../img/m/dj5_h.png) no-repeat 50% 0/100% 100%;
}

.order_pross li p {
    width: 2.55rem;
    font-size: 0.3rem;
    color: #47413c;
    line-height: 0.4rem;
    text-align: center;
    position: absolute;
    z-index: 4;
}

.order_pross li:nth-of-type(1) p {
    left: 3.67rem;
    top: 2.53rem;
}

.order_pross li:nth-of-type(2) p {
    left: 5.48rem;
    top: 5.44rem;
}

.order_pross li:nth-of-type(3) p {
    left: 1.39rem;
    top: 7.46rem;
}

.order_pross li:nth-of-type(4) p {
    left: 5.58rem;
    top: 9.92rem;
}

.order_pross li:nth-of-type(5) p {
    left: 2.32rem;
    top: 12.10rem;
}

.order_pross li.on:after {
    z-index: 3;
}

.order_pross li:nth-of-type(1).on:after {
    display: block;
    content: "";
    width: 1.47rem;
    height: 0.89rem;
    background: url(../img/m/order_success.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 4.99rem;
    top: 1.43rem;
}

.order_pross li:nth-of-type(2).on:after {
    display: block;
    content: "";
    width: 1.47rem;
    height: 0.89rem;
    background: url(../img/m/order_success.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 6.82rem;
    top: 4.37rem;
}

.order_pross li:nth-of-type(3).on:after {
    display: block;
    content: "";
    width: 1.47rem;
    height: 0.89rem;
    background: url(../img/m/order_success.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 2.69rem;
    top: 6.48rem;
}

.order_pross li:nth-of-type(4).on:after {
    display: block;
    content: "";
    width: 1.47rem;
    height: 0.89rem;
    background: url(../img/m/order_success.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 6.94rem;
    top: 9.01rem;
}

.order_pross li:nth-of-type(5).on:after {
    display: block;
    content: "";
    width: 1.47rem;
    height: 0.89rem;
    background: url(../img/m/order_success.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 3.66rem;
    top: 11.08rem;
}

.order_pross li:nth-of-type(2):before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/m/pross_bg1.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
}

.order_pross li:nth-of-type(3):before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/m/pross_bg2.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
}

.order_pross li:nth-of-type(4):before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/m/pross_bg3.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
}

.order_pross li:nth-of-type(5):before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/m/pross_bg4.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
}

.order_pross li:nth-of-type(2).on:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/m/pross_bg1h.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
}

.order_pross li:nth-of-type(3).on:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/m/pross_bg2h.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
}

.order_pross li:nth-of-type(4).on:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/m/pross_bg3h.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
}

.order_pross li:nth-of-type(5).on:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/m/pross_bg4h.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
}

.order_prosspic {
    display: none;
}

/* con3 */
.con3{
    /* height: 100vh; */
    /* background: center center / cover no-repeat;
    background-image: url("../img/m/bg2.jpg"); */
    position: relative;
    padding-top: 2.2rem;
}

.character_tit {
    width: 5.64rem;
    aspect-ratio: 260 / 78;
    background: url(../img/m/character_tit.png) no-repeat 50% 0 / 100% 100%;
    margin: 0 auto;
    text-indent: -999em;
}

.character_role {
    width: 96%;
    height: 74%;
    background: url(../img/m/tk_box_middle.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 1.1rem;
    padding: 0px 0.2rem;
}

.character_role::before{
    content: "";
    width: 100%;
    aspect-ratio: 697 / 44;
    display: block;
    background: url(../img/m/tk_box_top.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -0.62rem;
    left: 0;
}
.character_role::after{
    content: "";
    width: 100%;
    aspect-ratio: 697 / 41;
    display: block;
    background: url(../img/m/tk_box_bottom.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.58rem;
    left: 0;
    z-index: 0;
}

.character_role .character_roleSwiper{
    overflow: hidden;
}

.character_main,.character_roleSwiper,.character_roleSwiper .swiper-wrapper,.character_roleSwiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative;
    z-index: auto;
}

.role_img {
    width: 9rem;
    aspect-ratio: 240 / 209;
    position: absolute;
    left: -13%;
    top: 10%;
    background-size: 100% 100% !important;
}

.character_info{
    width: 100%;
    height: 100%;
    position: relative;
}

.character_name {
    display: block;
    width: 6rem;
    height: 3rem;
    background: url(img/character/name/zuozhu_name.png) center center no-repeat;
    background-size: 100% 100% !important;
    position: absolute;
    top: -0.3rem;
    left: 44%
}

.character_skill {
    width: 62%;
    position: absolute;
    right: 0rem;
    top: 19%;
    padding: 0 0.4rem;
}

.skill_tabbtns {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.1rem;
}

.skill_tabbtns .skill_view{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.skill_tabbtns a {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: url(../img/character/skill/avatar.png) no-repeat 50% 0 / 100% 100%;
    box-sizing: border-box;
    padding: 0.15rem;
    /* position: absolute; */
    box-shadow: 0 0 0.2rem 50% rgba(174,188,169,0.3);
}

.skill_tabbtns a:nth-of-type(1) {
    /* left: 50%;
    margin-left: -0.965rem;
    top: 2.31rem; */
}

.skill_tabbtns a:nth-of-type(2) {
    /* left: 2.96rem;
    top: 2.95rem; */
}

.skill_tabbtns a:nth-of-type(3) {
    left: 5.93rem;
    top: 2.95rem;
}

.skill_tabbtns a:nth-of-type(4) {
    left: 8.37rem;
    top: 1.31rem;
}

.skill_tabbtns a img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.character_nav {
    width: 84%;
    box-sizing: border-box;
    padding: 0 1rem;
    position: relative;
    margin: 0 auto;
    margin-top: -2rem;
}

.character_nav:before {
    display: block;
    content: "";
    width: 10.56rem;
    height: 1.39rem;
    background: url(../img/m/avatar_line.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -5.28rem;
    top: 0%;
}

.character_nav .swiper-button-prev {
    display: block;
    width: 0.94rem;
    height: 0.94rem;
    background: url(../img/m/prev.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    margin: 0;
    right: auto;
    left: 0.06rem;
    top: 50%;
    margin-top: -0.47rem;
}

.character_nav .swiper-button-next {
    display: block;
    width: 0.94rem;
    height: 0.94rem;
    background: url(../img/m/next.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    margin: 0;
    left: auto;
    right: 0.06rem;
    top: 50%;
    margin-top: -0.47rem;
}

.character_nav .swiper-button-prev:after,.character_nav .swiper-button-next:after {
    display: none;
}

.character_nav .swiper-slide {
    display: block;
    width: 1.76rem;
    overflow: visible;
    height: 1.39rem;
}

.role_avatar {
    display: block;
    width: 1.39rem;
    height: 1.39rem;
    margin: 0 auto;
    position: relative;
    background: url(../img/character/avatar/avatar_no.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 0.07rem;
}

.role_avatar img {
    display: block;
    width: 100%;
}

.role_avatar:after {
    display: block;
    content: "";
    width: 1.39rem;
    height: 1.39rem;
    background: url(../img/character/avatar/avatar_mask.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.character_nav .swiper-container {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    pointer-events: all;
    overflow: auto hidden !important;
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
}

.character_nav .swiper-slide-active .role_avatar {
    background: url(../img/character/avatar/avatar_on.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 0.1rem 0.07rem 0.08rem 0.11rem;
}

.character_nav .swiper-slide-active .role_avatar:after {
    width: 1.58rem;
    height: 1.58rem;
    background: url(../img/character/avatar/avatar_onicon.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.79rem 0 0 -0.79rem;
}

.skill_cont {
    display: none;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    pointer-events: all;
    opacity: 1;
}

/* con4 */
.con4{
    /* height: 100vh; */
    /* background: url(../img/m/bg4.jpg) center center no-repeat;
    background-size: 100% 100%; */
    position: relative;
    padding-top: 2.2rem;
}

.feature_main {
    /* width: 100%;
    height: 15.00rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7.5rem; */
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative;
    z-index: auto;
    /* padding-top: 1.8rem; */
}

.feature_tit {
    width: 5.64rem;
    aspect-ratio: 260 / 78;
    background: url(../img/m/feature_tit.png) no-repeat 50% 0 / 100% 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-indent: -999em;
}

.feature_cont {
    width: 100%;
    height: 13.00rem;
    position: relative;
    margin-top: 0.6rem;
}

.feature_Swiper {
    width: 100%;
    height: 12.14rem;
    position: relative;
    overflow: hidden;
    right: 0.18rem;
}

.feature_point{
    display: none;
}

/*.feature_Swiper .swiper-slide{width: 11.13rem;height: 6.45rem !important;background: url(../img/m/feature_contbg1.png) no-repeat 50% 0/100% 100%;box-sizing: border-box;padding: 0.71rem 1.12rem 0.73rem;margin: 0 auto;filter: brightness(0.6);-webkit-filter: brightness(0.6);transition: filter 0.5s, transform 1s;-webkit-transition: filter 0.5s, transform 1s;backface-visibility: hidden;-webkit-backface-visibility: hidden;pointer-events: none;}*/
.feature_Swiper .swiper-slide {
    width: 11.13rem;
    height: 6.45rem !important;
    background: url(../img/m/feature_contbg1.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 0.71rem 1.12rem 0.73rem;
    margin: 0 auto;
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
    transition: transform 1s;
}

.feature_Swiper img {
    display: block;
    width: 100%;
}

.feature_Swiper .swiper-slide-active img {
    border-top-right-radius: 0.2rem;
    margin-right: 0.35rem;
}

.feature_Swiper .swiper-slide-prev, .feature_Swiper .swiper-slide-next {
    z-index: 9 !important;
}

.feature_Swiper .swiper-slide-active {
    width: 11.13rem;
    height: 6.45rem !important;
    background: url(../img/feature_main.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 0.61rem 0.81rem 0.7rem 1.19rem;
    position: relative;
    margin-left: -0.05rem;
    z-index: 20 !important;
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

.feature_Swiper .swiper-slide-active:before {
    display: block;
    content: "";
    width: 0.53rem;
    height: 0.52rem;
    background: url(../img/feature_mainicon.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 10.02rem;
    top: 0.48rem;
}

.feature_cont .swiper-pagination {
    width: 100%;
    height: 0.38rem;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
}

.feature_cont .swiper-pagination .swiper-pagination-bullet {
    width: 0.38rem;
    height: 0.38rem;
    background: url(../img/feature_point.png) no-repeat 50% 0/100% 100%;
    margin: 0;
    vertical-align: top;
    margin: 0 0.4rem;
    display: inline-block;
    opacity: 1;
}

.feature_cont .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../img/feature_pointh.png) no-repeat 50% 0/100% 100%;
}

.btn_feature_prev,.btn_feature_next {
    display: block;
    width: 0.67rem;
    height: 0.68rem;
    position: absolute;
    top: 5.7rem;
    z-index: 11;
    transform: rotate(90deg);
    left: 50%;
    margin-left: -0.335rem;
}

.btn_feature_prev {
    top: 2.3rem;
}

.btn_feature_next {
    top: 9.05rem;
}

.btn_feature_prev {
    background: url(../img/m/feature_prev.png) no-repeat 50% 0/100% 100%;
    /* left: 0; */
}

.btn_feature_next {
    background: url(../img/m/feature_next.png) no-repeat 50% 0/100% 100%;
    /* right: 0; */
}

.btn_featurepic_prev {
    display: block;
    width: 100%;
    height: 3.2rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.btn_featurepic_next {
    display: block;
    width: 100%;
    height: 3.2rem;
    position: absolute;
    left: 0;
    bottom: 0.9rem;
    z-index: 10;
}

/* section5 */
.section5 {
    background: url(../img/m/bg5.jpg) no-repeat 50% 0;
    background-size: cover;
}

.news_main {
    width: 100%;
    height: 14.74rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7.37rem;
}

.news_tit {
    width: 5.64rem;
    aspect-ratio: 260 / 78;
    background: url(../img/m/news_tit.png) no-repeat 50% 0/100% 100%;
    margin: 0 auto;
    text-indent: -999em;
}

.news_cont {
    width: 10.68rem;
    height: 12.70rem;
    background: url(../img/m/news_main.png) no-repeat 50% 0/100% 100%;
    margin: 0.58rem auto 0;
    box-sizing: border-box;
    padding: 0.8rem 0.74rem 0.64rem 0.73rem;
}

.news_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news_banner {
    width: 100%;
    height: 5.64rem;
    position: relative;
}

.newsbanner {
    width: 9.06rem;
    height: 5.19rem;
    position: relative;
    overflow: hidden;
}

.newsbanner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/m/news_bannerbg.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 0.11rem 0.11rem 0.11rem 0.12rem;
}

.newsbanner .swiper-slide a div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.newsbanner .swiper-slide img {
    display: block;
    width: 100%;
}

.news_banner .swiper-pagination {
    width: 100%;
    height: 0.38rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news_banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.38rem;
    height: 0.38rem;
    background: url(../img/feature_point.png) no-repeat 50% 0/100% 100%;
    margin: 0 0.25rem;
    opacity: 1;
}

.news_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../img/feature_pointh.png) no-repeat;
    background-size: 100% 100%;
}

.news_modules {
    width: 8.4rem;
    height: 5.6rem;
    margin: 0 auto;
}

.news_nav {
    width: 100%;
    height: 0.9rem;
    border-bottom: 0.02rem solid #dbd5c6;
    font-size: 0;
}

.news_nav a {
    display: inline-block;
    vertical-align: top;
    width: 1.9rem;
    height: 0.9rem;
    font-size: 0.36rem;
    color: #383838;
    line-height: 0.9rem;
    text-align: center;
    font-weight: bold;
    margin-right: 0.1rem;
    position: relative;
}

.news_nav a:nth-of-type(1) {
    text-align: left;
    width: 1.32rem;
}

.news_nav a.on {
    color: #df7f02;
}

.news_nav a:after {
    display: block;
    content: "/";
    position: absolute;
    right: 1.9rem;
    top: 0;
    font-weight: normal;
    color: #bab6ae;
}

.news_nav a:nth-of-type(1):after {
    display: none;
}

.news_nav a:hover {
    color: #df7f02;
    font-weight: bold;
}

.news_section {
    width: 100%;
    position: relative;
}

.news_section .btn_more {
    display: block;
    width: 1.25rem;
    height: 0.58rem;
    position: absolute;
    right: 0;
    top: -0.75rem;
    text-indent: -999em;
    background: url(../img/m/btn_more.png) no-repeat 50% 0/100% 100%;
}

.news_list {
    width: 100%;
    padding-top: 0.25rem;
}

.news_list li {
    width: 100%;
    height: auto;
    font-size: 0.3rem;
}

.news_list li a {
    font-size: 0.3rem;
    color: #595650;
    line-height: 0.84rem;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.news_list li a em {
    display: none;
}

.news_list li a p {
    width: 7.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list li a span {
    color: #383838;
}

.news_list li a:hover,.news_list li a:hover span {
    color: #df7f02;
}

.news_list li:nth-of-type(1) {
    margin-bottom: 0.1rem;
}

.news_list li:nth-of-type(1) a {
    width: 8.4rem;
    height: 0.68rem;
    background: url(../img/m/news_listbg.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 0 0.4rem 0 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.news_list li:nth-of-type(1) a:before {
    display: block;
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    background: #edb87d;
    border: 1px solid #f5f3ef;
    transform: rotate(45deg);
    position: absolute;
    left: -0.1rem;
    top: 50%;
    margin-top: -0.275rem;
}

.news_list li:nth-of-type(1) a em {
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    position: absolute;
    left: -0.1rem;
    top: 50%;
    margin-top: -0.275rem;
    font-size: 0.24rem;
    color: #383838;
    line-height: 0.55rem;
    text-align: center;
    font-weight: bold;
}

.news_list li:nth-of-type(1) a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 0.68rem;
}

.news_list li:nth-of-type(1) a span {
    display: none;
}

/* con5 */
.con5{
    height: 100%;
    background: center center / cover no-repeat;
    background-image: url("../img/m/bg2.jpg");
}

.follow_tit {
    width: 5.64rem;
    aspect-ratio: 260 / 78;
    background: url(../img/m/follow_tit.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -2.82rem;
    top: 56%;
    margin-top: -7.5rem;
    text-indent: -999em;
}

.share_list {
    position: absolute;
    left: 0;
    top: 3.3rem;
    pointer-events: all;
}

.share_list li {
    width: 1.2rem;
    margin: 0 0;
    padding-bottom: 0.2rem;
}

.share_list a,.share_list a i img {
    display: block;
    width: 100%;
}

.share_list li i span {
    display: block;
    width: 100%;
    font-size: 0.4rem;
    color: #31444b;
    line-height: 0.34rem;
    text-align: center;
    padding-top: 0.25rem;
    font-weight: bold;
}

.share_list a div {
    display: none;
}

/* section7 */
.section7 {
    height: auto !important;
}

.footer {
    width: 100%;
    height: 5.8rem;
    background: url(../img/m/footer.png) no-repeat 50% 0/100% auto;
    font-size: 0.24rem;
    color: #7c7d7f;
    line-height: 0.34rem;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    padding-top: 0.2rem;
}

.footer p {
    width: 10.30rem;
    margin: 0 auto;
}

.footer p a {
    color: #7c7d7f;
    text-decoration: none;
}

.footer p a:hover {
    color: #aeafb1;
}

.footer p img {
    display: inline-block;
    vertical-align: middle;
    height: 0.45rem;
}

.footer p:nth-of-type(4) a {
    margin: 0 0.08rem;
}

.footer p:nth-of-type(4) a:nth-of-type(1) {
    margin-left: 0;
}

.footer p:last-child {
    padding-top: 0.1rem;
}

.footer p:last-child img {
    margin-right: 0.05rem;
}

.arrow {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1.51rem;
    height: 0.92rem;
    background: url(../img/m/arrow.png) no-repeat 50% 0/100% 100%;
    display: block;
    z-index: 10;
    pointer-events: all;
}

.arrow {
    animation: arrowAnim 0.6s linear infinite alternate;
    -webkit-animation: arrowAnim 0.6s linear infinite alternate;
}

@keyframes arrowAnim {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
}

@-webkit-keyframes arrowAnim {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
}

.cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 30;
}

.head_nav {
    width: 100%;
    height: 1.51rem;
    background-color: #3d261b;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: all;
    display: block;
}

.head_nav > div {
    width: 100%;
    height: 1.51rem;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0.2rem;
}

.nav_logo {
    display: block;
    width: 1.19rem;
    height: 1.2rem;
    background: url(../img/m/icon.png) no-repeat 50% 0 / 100% 100%;
}

.head_nav > div > div{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.2rem;
    gap: 0.1rem;
}

.head_nav > div > div p:first-child{
    font-size: 0.45rem;
    color: #ffffff;
    font-weight: bold;
}

.head_nav > div > div p:last-child{
    font-size: 0.35rem;
    color: #ffffff;
}

.nav_order {
    display: block;
    width: 2.08rem;
    height: 0.67rem;
    background: url(../img/m/btn_navorder.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    right: 1.6rem;
    top: 50%;
    margin-top: -0.335rem;
}

.nav_down {
    display: block;
    width: 2.8rem;
    height: 0.9rem;
    background: url(../img/m/btn_down.png) no-repeat 50% 0 / 100% 100%;
    position: absolute;
    right: 0.6rem;
    top: 50%;
    margin-top: -0.45rem;
}

.nav_order.btn_zhih {
    display: block;
    width: 2.08rem;
    height: 0.67rem;
    background: url(../img/m/btn_navorderzhih.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    right: 1.6rem;
    top: 50%;
    margin-top: -0.335rem;
    pointer-events: none;
}

/* .nav_show {
    display: block;
    width: 0.8rem;
    height: 1.5rem;
    background: url(../img/nav_show.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 12%;
    right: 0px;
    text-indent: -999em;
    pointer-events: all;
} */

/* .nav_main {
    z-index: 12;
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.nav {
    width: 100%;
    height: 11.16rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5.58rem;
    pointer-events: all;
}

.nav a {
    display: block;
    width: 100%;
    height: 1.86rem;
    margin: 0 auto;
    position: relative;
    text-indent: -999em;
}

.nav a b {
    display: none;
}

.nav a:nth-of-type(1) {
    background: url(../img/m/nav1.png) no-repeat 50% 50%/100% 100%;
}

.nav a:nth-of-type(2) {
    background: url(../img/m/nav2.png) no-repeat 50% 50%/100% 100%;
}

.nav a:nth-of-type(3) {
    background: url(../img/m/nav3.png) no-repeat 50% 50%/100% 100%;
}

.nav a:nth-of-type(4) {
    background: url(../img/m/nav4.png) no-repeat 50% 50%/100% 100%;
}

.nav a:nth-of-type(5) {
    background: url(../img/m/nav5.png) no-repeat 50% 50%/100% 100%;
}

.nav a:nth-of-type(6) {
    background: url(../img/m/nav6.png) no-repeat 50% 50%/100% 100%;
}

.nav a:before {
    display: block;
    content: "";
    width: 7.6rem;
    height: 1px;
    background: url(../img/m/nav_line.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -3.8rem;
    bottom: -1px;
}

.nav a:last-child:before {
    display: none;
}

.nav_hide {
    display: block;
    width: 1rem;
    height: 0.9rem;
    background: url(../img/m/btn_menuclose.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    right: 0.77rem;
    top: 50%;
    margin-top: -6.45rem;
    pointer-events: all;
    text-indent: -999em;
} */

.nav_hide {
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: 2rem;
    left: 2.82rem;
    text-indent: -999em;
    background: url(../img/nav_hide.png) no-repeat;
    background-size: 100% 100%;
}

.nav_main {
    width: 6rem;
    height: 13rem;
    position: absolute;
    right: 0px;
    top: 4%;
    pointer-events: all;
    box-sizing: border-box;
    background: url(../img/navbg.png) center center no-repeat;
    background-size: 100% 100%;
    FONT-WEIGHT: 200;
    padding: 3.2rem 0 0px 0px;
    z-index: 1;
    right: -0.5rem;
    padding-left: 0.02rem;
}

.btn_agetag {
    display: block;
    width: 56px;
    height: 73px;
    position: absolute;
    right: 23px;
    bottom: 20px;
    pointer-events: all;
    background: url(../img/agetag.png) no-repeat;
}

.tag_copyright {
    display: block;
    width: 537px;
    height: 21px;
    position: absolute;
    right: 88px;
    bottom: 20px;
    background: url(../img/copyright.png) no-repeat;
}

.nav a {
    display: block;
    width: 2.5rem;
    height: 1rem;
    position: relative;
    margin: 0 auto;
    text-indent: -999em;
    background-size: 100% 100% !important;
}

.nav a:before {
    display: block;
    content: "";
    width: 125px;
    height: 7px;
    background: url(../img/nav_line.png) no-repeat;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -62.5px;
    pointer-events: none;
}

.nav_show {
    display: none;
    width: 0.8rem;
    height: 1.5rem;
    background: url(../img/nav_show.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 18%;
    right: 0px;
    text-indent: -999em;
    pointer-events: all;
}

.logo {
    display: block;
    width: 2.12rem;
    height: 1.1rem;
    background: url(../img/m/logo.png) no-repeat 50% 0 / 100% 100%;
    position: absolute;
    left: 0.28rem;
    top: 1.8rem;
    pointer-events: all;
    text-indent: -999em;
}

.tag_copyright {
    display: block;
    width: 7.8rem;
    height: 0.35rem;
    background: url(../img/m/copyright.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    right: 0.34rem;
    bottom: 0.58rem;
}

.btn_agetag {
    display: block;
    width: 0.8rem;
    height: 1.03rem;
    background: url(../img/agetag.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 0.3rem;
    bottom: 0.64rem;
    pointer-events: all;
}

/* pop */
.pop_bg,.pop {
    animation: fadeIN 0.3s both;
    -webkit-animation: fadeIN 0.3s both;
}

.pop_bg.off,.pop.off {
    animation: fadeOUT 0.3s both;
    -webkit-animation: fadeOUT 0.3s both;
}

@keyframes fadeIN {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIN {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOUT {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOUT {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.pop_bg {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
}

.pop_bg.on {
    display: block;
}

.pop {
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.pop.on {
    display: block;
}

.p_close {
    position: absolute;
    right: 0%;
    top: -0.4rem;
    width: 0.68rem;
    height: 0.62rem;
    background: url(../img/m/btn_menuclose.png) no-repeat 50% 0/100% 100%;
}

.pop_video {
    width: 100%;
    height: 6.08rem;
}

.pop_video .p_close {
    left: auto;
    right: 0;
    top: -1.1rem;
}

/*适龄提示*/
.pop_age {
    width: 9.99rem;
    height: 13.11rem;
    background: url(../img/m/pop_age.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 2.5rem 0.8rem 0 0.8rem;
}

.age_scroll {
    width: 100%;
    height: 100%;
}

.age_list {
    width: 100%;
    margin: 0 auto;
    font-size: 0.28rem;
    color: #31444b;
    line-height: 0.48rem;
    text-align: left;
}

.age_list li {
    padding-left: 0.3rem;
    position: relative;
}

.age_list li em {
    position: absolute;
    left: 0;
    top: 0;
}

.pop_order {
    width: 9.15rem;
    height: 6.98rem;
    background: url(../img/m/pop_order.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 1.95rem 1.6rem 0 1.14rem;
}

.register_box {
    width: 100%;
    height: 1.22rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-content: center;
    align-items: center;
    padding-left: 1.2rem;
    box-sizing: border-box;
}

.register_box a {
    margin: 0 0;
    position: relative;
    text-indent: -999em;
}

.register_box a:nth-of-type(1) {
    display: block;
    width: 2.48rem;
    height: 0.8rem;
    background: url(../img/btn_Android.png) no-repeat 50% 0/auto 100%;
}

.register_box a:nth-of-type(2) {
    display: block;
    width: 2.18rem;
    height: 0.8rem;
    background: url(../img/btn_ios.png) no-repeat 50% 0/100% 100%;
}

.register_box a.on:nth-of-type(1) {
    display: block;
    width: 2.48rem;
    height: 0.8rem;
    background: url(../img/btn_Androidchoose.png) no-repeat 50% 0/auto 100%;
}

.register_box a.on:nth-of-type(2) {
    display: block;
    width: 2.18rem;
    height: 0.8rem;
    background: url(../img/btn_ioschoose.png) no-repeat 50% 0/100% 100%;
}

.register_list {
    width: 6.4rem;
    margin: 0 auto;
}

.register_list li {
    width: 100%;
    height: 0.59rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 0.62rem;
}

.register_list li label {
    display: block;
    width: 1.4rem;
    font-size: 0.28rem;
    color: #31444b;
    line-height: 0.59rem;
    text-align: center;
}

.register_list li .code_cont {
    width: 5.00rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.phone_input {
    display: block;
    width: 5.00rem;
    height: 0.59rem;
    background: url(../img/phone_input.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 0 0.15rem;
    text-align: left;
    font-size: 0.28rem;
    color: #ffffff;
    line-height: 0.59rem;
    border: none;
    border-radius: 0px;
}

.phone_input::-webkit-input-placeholder {
    color: #ffffff;
}

.phone_input:-ms-input-placeholder {
    color: #ffffff;
}

.phone_input::placeholder {
    color: #ffffff;
}

.code_input {
    display: block;
    width: 3.02rem;
    height: 0.59rem;
    background: url(../img/code_input.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 0 0.15rem;
    text-align: left;
    font-size: 0.28rem;
    color: #ffffff;
    line-height: 0.59rem;
    border: none;
    border-radius: 0px;
}

.code_input::-webkit-input-placeholder {
    color: #ffffff;
}

.code_input:-ms-input-placeholder {
    color: #ffffff;
}

.code_input::placeholder {
    color: #ffffff;
}

.btn_sendcode {
    display: block;
    width: 1.77rem;
    height: 0.59rem;
    background: url(../img/code_send.png) no-repeat 50% 0/100% 100%;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.59rem;
    text-align: center;
}

.countdown {
    display: block;
    width: 1.77rem;
    height: 0.59rem;
    background: url(../img/code_sendzhih.png) no-repeat 50% 0/100% 100%;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.59rem;
    text-align: center;
}

.countdown i {
    font-style: normal;
}

.pop_btns {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    padding-top: 0;
}

.btn_popsubmit {
    display: block;
    width: 2.49rem;
    height: 0.8rem;
    text-indent: -999em;
    background: url(../img/btn_poporder.png) no-repeat 50% 0/100% 100%;
    margin: 0 auto 0;
}

.btn_popsubmit.btn_popsubmitzhih {
    background: url(../img/btn_poporderzhih.png) no-repeat 50% 0/100% 100%;
}

.pop_success {
    width: 9.15rem;
    height: 6.38rem;
    background: url(../img/m/pop_success.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 0;
    text-indent: -999em;
}

.pop_successed {
    width: 9.15rem;
    height: 6.38rem;
    background: url(../img/m/pop_successed.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 0;
    text-indent: -999em;
}

.pop_comm {
    width: 9.15rem;
    height: 6.38rem;
    background: url(../img/m/pop_comm.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 1.95rem 1.6rem 0 1.14rem;
}

.pop_text {
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    color: #31444b;
    line-height: 0.48rem;
    text-align: center;
}

.pop_code {
    width: 5.16rem;
    height: 4.96rem;
    background: url(../img/m/pop_code.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 0.52rem 0.89rem 0 0.84rem;
}

.pop_code .p_close {
    right: -0.7rem;
    top: 0;
}

.code_main {
    width: 3.42rem;
    height: 3.42rem;
    background: url(../img/m/code_bg.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 0.02rem;
}

.code_main img {
    display: block;
    width: 100%;
}

.pop_codebox p {
    width: 100%;
    padding-top: 0.3rem;
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.28rem;
    text-align: center;
    font-weight: bold;
}

.pop_skill .p_close {
    right: -0.7rem;
    top: 0;
}

.pop_skillmain {
    width: 4rem;
    background: url(../img/character_txtbg1.png) no-repeat 50% 0 / 100% auto;
    z-index: 999;
    padding-top: 0.08rem;
}

.pop_skillcont {
    background: url(../img/character_txtbg3.png) no-repeat 50% 100% / 100% auto;
    box-sizing: border-box;
    padding-bottom: 0.09rem;
}

.pop_skillbg {
    background: url(../img/character_txtbg2.png) repeat 50% 0 / 100% 100%;
    box-sizing: border-box;
    padding: 0.2rem 0.25rem 0.15rem;
    font-size: 0.3rem;
    color: #484848;
    line-height: 0.48rem;
    text-align: left;
    position: relative;
}

.pop_skillbg .popskill_icon {
    width: 1.69rem;
    height: 1.69rem;
    background: url(../img/character/skill/avatar.png) no-repeat 50% 0/100% 100%;
    box-sizing: border-box;
    padding: 0.18rem;
    position: absolute;
    left: 0.5rem;
    top: 0.03rem;
}

.pop_skillbg .popskill_icon img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.pop_skillbg h3 {
    width: 100%;
    height: 1.48rem;
    position: relative;
    padding: 0 0 0.22rem 1.9rem;
}

.pop_skillbg h3 span {
    font-weight: bold;
    line-height: 0.76rem;
    font-size: 0.58rem;
}

.pop_skillbg h3 p {
    line-height: 0.52rem;
}

.pop_skillbg span {
    color: #c47a00;
}

.pop_skillbg h3:before {
    display: block;
    content: "";
    width: 7.95rem;
    height: 0.05rem;
    background: url(../img/m/popcharacter_line.png) no-repeat 50% 0/100% 100%;
    position: absolute;
    left: 0.04rem;
    bottom: 0rem;
}

.pop_skillbg ul {
    padding-top: 0.16rem;
}

.pop_skillbg li {
    padding-left: 0.44rem;
    position: relative;
}

.pop_skillbg li:before {
    display: block;
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    background: #c3b89f;
    transform: rotate(45deg);
    position: absolute;
    left: 0.02rem;
    top: 0.12rem;
}


/* store */
.store_main{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.store_main .store_view{
    width: 96%;
    height: auto;
    background: url(../img/m/store_bg_middle.png) center center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 0.7rem 0 0.5rem 0;
    position: relative;
}
.store_main .store_view::before{
    content: "";
    width: 100%;
    aspect-ratio: 697 / 182;
    display: block;
    background: url(../img/m/store_bg_top.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -2.41rem;
    left: 0;
}
.store_main .store_view::after{
    content: "";
    width: 100%;
    aspect-ratio: 697 / 42;
    display: block;
    background: url(../img/m/store_bg_bottom.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.547rem;
    left: 0;
    z-index: 0;
}
.store_main .store_view .goods_list{
    width: 82%;
    height: 100%;
    background: url(../img/m/store_box_middle.png) center center no-repeat;
    background-size: 100% 100%;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.25rem 2.6%;
    justify-content: flex-start;
    margin: 0 auto;
    align-content: flex-start;
    position: relative;
    z-index: 2;
    padding: 0.15rem 0.5rem;
    box-sizing: border-box;
    margin-top: 0.5rem;
}
.store_main .store_view .goods_list::before{
    content: "";
    width: 103.5%;
    aspect-ratio: 1155 / 64;
    display: block;
    background: url(../img/m/store_box_top.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -0.46rem;
    left: -1.8%;
}
.store_main .store_view .goods_list::after{
    content: "";
    width: 101.8%;
    aspect-ratio: 1136 / 104;
    display: block;
    background: url(../img/m/store_box_bottom.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.65rem;
    left: 0;
    z-index: -1
}
.store_main .store_view .goods_list .goods_item{
    width: 2.34rem;
    height: 3.2rem;
    background: url(../img/icon_itemBg.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.store_main .store_view .goods_list .goods_item > div:first-child{
    width: 100%;
    min-height: 2.5rem;
    display: flex
;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    padding-top: 0.42rem;
    padding-bottom: 0.2rem;
}
.store_main .store_view .goods_list .goods_item > div:first-child > div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store_main .store_view .goods_list .goods_item > div:first-child img{
    width: 1.3rem;
    height: auto;
}

/* .store_main .store_view .goods_list .grade1 > div:first-child img{
    width: 2.25rem;
    height: auto;
}

.store_main .store_view .goods_list .grade1 > div:first-child img{
    width: 2.25rem;
} */

.store_main .store_view .goods_list .goods_item > div:first-child span{
    font-size: 0.36rem;
    color: #ffffff;
}
.store_main .store_view .goods_list .goods_item .store_amt{
    color: #dca644;
    font-size: 0.45rem;
    font-weight: bold;
    text-align: center;
}
.store_main .store_view .goods_list .goods_item .result{
    position: absolute;
    top: -0.25rem;
    right: 0.49rem;
    width: 106%;
    display: flex;
    justify-content: flex-end;
    margin-right: -0.25rem;
    z-index: 1;
}
.store_main .store_view .goods_list .goods_item .result img{
    width: 72%;
}
.store_main .store_tit{
    width: 5.64rem;
    aspect-ratio: 260 / 78;
    background: url(../img/m/store_tit.png) no-repeat 50% 0 / 100% 100%;
    margin: 0 auto;
    text-indent: -999em;
}
.store_main .store_cont{
    box-sizing: border-box;
    margin-top: 2.9rem;
    position: relative;
}

.user_login{
    position: absolute;
    right: 0;
    top: 1.7rem;
    color: #000000;
    cursor: pointer;
    pointer-events: all;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
}
.u_userName{
    font-size: 0.35rem;
}

.store_user_view{
    width: 5rem;
    position: absolute;
    font-size: 0.45rem;
    right: 50%;
    top: 6.2rem;
    margin-right: -2.5rem;
    color: #edce71;
    cursor: pointer;
    pointer-events: all;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.region-con {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
}

/*选择区服*/
.region {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    width: 8.5rem;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
}

.region-tit {
    background: #ffffff;
    font-size: .5rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.3rem;
    color: #fe0000;
    border-bottom: 0.01rem solid #f3ebeb;
}

.region-box {
    padding: .4rem .8rem;
}

.region-list .region-item{
    margin-bottom: 0.3rem;
}

.region-list select {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    height: .9rem;
    line-height: 9rem;
    font-size: .32rem;
    margin-bottom: .32rem;
}

.region-list select.noMab {
    margin-bottom: 0
}

.region-list input {
    padding: 0 .1rem;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    font-size: .24rem;
    margin-bottom: .32rem;
    outline: none;
    border: 1px solid #999;
}

.region-list input.noMab {
    margin-bottom: 0
}

.region-desc {
    font-size: .36rem;
    height: .6rem;
    line-height: .6rem;
    color: #fe0000;
}

.region-btn {
    justify-content: space-around;
    display: flex;
    gap: 0.2rem;
}

.region-btn div {
    cursor: pointer;
    line-height: 1rem;
    height: 1rem;
    display: inline-block;
    width: 48%;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: .38rem;
    background: #fe0000;
    border-radius: 0.5rem;
}

/* .region-btn .d1 {
    background: #F68121;
}

.region-btn .d2 {
    background: #999;
} */

.region-qf2 {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.region-qf2 .search_btn {
    background: #F68121;
    border: none;
    overflow: hidden;
    line-height: .6rem;
    height: .6rem;
    font-size: .22rem;
    display: inline-block;
    width: 30%;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}

.region-qf2 input {
    width: 69%;
    margin-bottom: .2rem;
}

/* 超小屏幕 (手机竖屏) */
@media ((max-width: 375px) and (max-height: 667px)) or ((max-width: 414px) and (max-height: 736px)) {
    .store_main .store_view{
        width: 95%;
        height: auto;
    }
    
    .store_main .store_view .goods_list .goods_item > div:first-child img{
        width: 1.6rem;
        height: 100%;
    }

    .store_main .store_view .goods_list .grade1 > div:first-child img{
        /* width: 2.25rem; */
    }
    .store_main .store_view::after {
        width: 100%;
        height: 1.1rem;
        bottom: -1.1rem;
        left: 0;
        z-index: 0;
    }
}

@media ((min-width: 768px) and (min-height: 1024px)){

    .store_main .store_view .goods_list .goods_item > div:first-child {
        width: 100%;
        min-height: 74%;
        padding-top: 0.6rem;
    }

    .store_main .store_view .goods_list .goods_item > div:first-child span {
        font-size: 0.3rem;
    }

    .store_main .store_view .goods_list .goods_item > div:first-child > div {
        height: 70%;
    }

    /* .store_main .store_view .goods_list .goods_item > div:first-child img {
        width: 1.1rem;
    } */
    .store_main .store_view .goods_list .goods_item .store_amt {
        margin-top: 5.5%;
        font-size: 0.4rem;
    }
}

@media (max-aspect-ratio: 0.5) {
    .main {
        /* aspect-ratio: 375 / 3083; */
    }
    .store_main .store_view .goods_list .goods_item {
        width: 31%;
        aspect-ratio: 1 / 1.3;
        height: auto;
    }

    .store_main .store_cont {
        /* height: 79%;
        padding-top: 5rem; */
        height: auto;
        padding-top: 0;
    }
    .store_main .store_view .goods_list .goods_item > div:first-child {
        width: 100%;
        min-height: 74%;
    }
    .store_main .store_view .goods_list .goods_item > div:first-child span {
        font-size: 0.35rem;
    }
    /* .store_main .store_view .goods_list .goods_item > div:first-child img {
        width: 1.3rem;
    } */
    .store_main .store_view .goods_list .goods_item > div:first-child > div {
        height: 60%;
    }
    .store_main .store_view .goods_list .goods_item .store_amt {
        margin-top: 3%;
        font-size: 0.35rem;
        text-align: center;
    }
    .store_main .store_view .goods_list {
        width: 80%;
        gap: 0.2rem 3.5%;
        top: 0;
        padding: 0.38rem 0.5rem 0 0.5rem;
        z-index: 4;
    }
    /* .con4, .con2, .con3{
        padding-top: 2.3rem;
    } */
    .store_main .store_cont {
        margin-top: 3.3rem;
    }
    .character_role {
        height: 66%;
        margin-top: 1.6rem;
        padding: 0px 0.2rem;
    }
    .feature_cont {
        margin-top: 1rem;
    }
}

@media (max-aspect-ratio: 0.47) {
    .main {
        /* aspect-ratio: 375 / 3248; */
    }
    .con1 {
        /* height: 100vh; */
    }
    .con1 .role_bg {
        top: 50px;
    }
    .m_channel {
        top: 122%;
    }
    /* .con4 {
        padding-top: 2.6rem;
    } */
    /* .con2 {
        padding-top: 2.6rem;
    } */
    .store_main .store_cont {
        margin-top: 3.3rem;
    }
    .store_main .store_view {
        padding: 1.2rem 0 1.2rem 0;
    }
    .character_role {
        width: 96%;
        height: 70%;
        margin-top: 1.7rem;
        padding: 0px 0.2rem;
    }
    .feature_cont {
        margin-top: 1rem;
    }
}

@media (max-aspect-ratio: 0.451) {
    .main {
        /* aspect-ratio: 375 / 3333; */
    }
}

@media (min-aspect-ratio: 0.75) {
    .main {
        /* aspect-ratio: 375 / 2094; */
    }
    /* .store_view{
        scale: 0.75;
    } */
    .store_main .store_cont {
        margin-top: 0.9rem;
    }
    .con_tit{
        width: 4rem !important;
    }
    .character_role{
        width: 96%;
        height: 94%;
        scale: 0.8;
        margin-top: -0.6rem;
    }
    .character_nav{
        scale: 0.75;
        margin-top: -2.5rem;
    }
    .feature_cont{
        scale: 0.75;
        margin-top: -1.2rem;
    }
}

/* 1. 基础明暗闪烁动画 */
.brightness-pulse {
    /* 初始状态 */
    /* filter: brightness(1); */
    top: -0.3rem !important;
    right: 23px !important;
    scale: 1;
    animation: brightnessPulse 1s infinite alternate;
  }
  
  @keyframes brightnessPulse {
    0% {
      /*filter: brightness(1); /* 正常亮度 */
      scale: 1;
    }
    100% {
      /*filter: brightness(0.5); /* 暗态（50%亮度） */
      scale: 1.5;
    }
  }


#u_login{
    width: 100px;
    aspect-ratio: 321 / 81;
    display: block;
    background: url(../img/btn_login.png) center center no-repeat;
    background-size: 100% 100%;
}

#u_logout{
    width: 100px;
    aspect-ratio: 321 / 81;
    display: block;
    background: url(../img/btn_logout.png) center center no-repeat;
    background-size: 100% 100%;
}