﻿﻿/* ====首页====== */

html {
    font-size: 100px;
}

body {
    background-color: #F1F1F1;
    opacity: 0;
}


/** header **/

.header {
    position: fixed;
    width: 100%;
    background: rgba(5, 26, 101, .73);
    top: 0;
    left: 0;
    z-index: 99;
}

.loarea {
    height: 0.8rem;
    position: relative;
    z-index: 3;
    padding: 0 3%;
    position: relative;
}

.loarea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 2.5rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
}

.logo .tp {
    height: .58rem;
    width: auto;
}

.topRight {
    display: flex;
    align-items: center;
}

.topSearch {
    position: relative;
    height: 0.8rem;
    align-items: center;
    display: inline-flex;
    margin-left: .4rem;
}

.searchBtn {
    font-size: .16rem;
    color: #fff;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    display: none;
}

.searchBtn::before {
    font-size: .22rem;
    line-height: 1;
    margin-right: .03rem;
}

.searchLay {}


/* .searchLay{ position: absolute; right: 0; top: 100%;  display:none;} */

.search {
    width: 2.5rem;
    height: .4rem;
    line-height: .4rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0.1rem;
    top: 100%;
    right: 0;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 0.35rem;
    -webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    -ms-border-radius: 0.35rem;
    -o-border-radius: 0.35rem;
}

.search .text {
    width: 100%;
    box-sizing: border-box;
    flex: 1;
    line-height: 0.4rem;
}

.search .text::placeholder {
    color: #fff;
}

.search .tj {
    width: .4rem;
    height: 0.4rem;
}

.search .tj::before {
    font-size: .22rem;
    color: #fff;
    font-weight: bold;
}

.topLogin {
    margin-left: .42rem;
    font-size: 0.14rem;
    padding: 0.5em 1.6em;
    white-space: nowrap;
}


/*PC导航 begin*/

.nav {
    z-index: 5;
    margin-left: auto;
}

.navul {
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

.navul li {
    display: inline-block;
    white-space: nowrap;
    padding: 0 0.2rem;
    font-size: .18rem;
}

.navul li>a {
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: .8rem;
    height: .8rem;
    position: relative;
}

.navul li>a::after {
    content: "";
    display: block;
    width: 0em;
    height: .04rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -0.02rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.navul li:hover>a,
.act_nav {
    color: #fff !important;
    font-weight: bold;
}

.navul li:hover>a::after,
.act_nav::after {
    width: 0.4rem !important;
}


/*PC导航end*/

.subnav {
    position: absolute;
    display: none;
}


/* .subnavNormal{left:50%; margin-left: -0.6rem; top:.88rem; width:1.8rem;padding-top: 0rem;} */

.subnavNormal {
    left: 0%;
    top: .8rem;
    width: 100%;
    padding-top: 0rem;
}

.subnav:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: .08rem solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -0.16rem;
    left: 50%;
    margin-left: -0.06rem;
    display: none;
}

.subnav .nr {
    background: #fff;
    border-radius: 0 0 0.12rem 0.12rem;
    padding: .24rem 0.45rem 0.18rem;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 .02rem .1rem 0 #333;
    -webkit-border-radius: 0 0 0.12rem 0.12rem;
    -moz-border-radius: 0 0 0.12rem 0.12rem;
    -ms-border-radius: 0 0 0.12rem 0.12rem;
    -o-border-radius: 0 0 0.12rem 0.12rem;
}

.subnav .nr a {
    text-align: center;
    padding: .8em .15em;
    background-color: #F9FAFB;
    border-radius: 8px;
    box-sizing: border-box;
    width: 13%;
    font-size: .16rem;
    margin: 0 1% 1% 0;
    display: block;
    color: #333;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.subnav .nr a:nth-child(7n) {
    margin-right: 0;
}

.subnav .nr a:hover {
    color: #fff !important;
    background-color: #026EFF;
}


/*手机导航按钮及下拉菜单begin*/

.menubtn {
    position: absolute;
    width: 21px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    cursor: pointer;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menubtn .tp {
    width: 100%;
}

.menubtn i {
    display: block;
    width: 21px;
    height: 3px;
    background-color: #026EFF;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 2px;
}

.menubtn i:nth-child(1) {
    top: 4px;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menubtn i:nth-child(2) {
    top: 11px;
}

.menubtn i:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.menubtn.on i:nth-child(1) {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}

.menubtn.on i:nth-child(2) {
    opacity: 0;
}

.menubtn.on i:nth-child(3) {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}


/*小导航*/

.inav {
    width: 400px;
    max-width: 88%;
    height: 100vh;
    overflow-y: auto;
    background-color: #162141;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: -100%;
    z-index: 99;
    overflow-y: auto;
    display: none;
}

.navlogo {
    padding: 30px;
}

.navlogo .tp {
    max-width: 66%;
}

.inav ul {
    margin: 0 30px;
}

.inavul li {
    border-bottom: 1px solid #363636;
}

.inavul li>a {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 15px 30px 15px 15px;
    position: relative;
}

.inavul li>a .iconfont {
    position: absolute;
    right: 0;
    top: 8px;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
}

.act_inav {
    border-color: #026EFF !important;
    color: #026EFF !important;
}

.act_inav .iconfont {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.inavul .nr {
    display: none;
    padding: 5px 30px 5px 40px;
}

.inavul .nr a {
    display: inline-block;
    text-align: left;
    padding: 4px 0;
    margin-right: 10px;
    font-size: 13px;
    color: #ddd;
}


/*手机导航按钮及下拉菜单end*/

.home_ban {
    position: relative;
}

.homeSearch {
    position: absolute;
    left: 0;
    top: 15%;
    width: 100%;
    z-index: 10;
}

.homeSearch .tip {
    line-height: 1.3;
    text-align: center;
    color: #FB10F3;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.homeSearch .inner {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.hsearch {
    flex: 1;
    min-width: 0;
    display: flex;
    border-radius: 60px;
    background-clip: padding-box;
    border: 4px solid rgba(255, 255, 255, .4);
    background-color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.hsearch .text {
    flex: 1;
    min-width: 0;
    font-size: 20px;
    color: #666;
    box-sizing: border-box;
    padding: 0 25px;
}

.hsearch .tj2 {
    font-size: 20px;
    padding: 0.8em 2em;
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
}

.hsearch .tj2::before {
    margin-right: 10px;
    font-size: 24px;
}

.homeSearch .or {
    font-size: 30px;
    font-weight: bold;
    margin: 0 20px;
    color: #fff;
}

.homeSearch .linkqq {
    font-size: 20px;
    padding: 0.8em 3em;
}

.homeSearch .linkqq::before {
    margin-right: 10px;
    font-size: 24px;
}


/*banner begin*/

.banner {
    position: relative;
    z-index: 3;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.banimg {
    width: auto;
    margin: 0 auto;
    object-fit: cover;
    display: block;
    max-width: 100%;
}

.banner .swiper-pagination {
    bottom: 1rem !important;
}

.banner .swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
    padding: 0;
    background-color: #fff;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
    margin: 0 .08rem !important;
    border-radius: 0.16rem;
    -webkit-border-radius: 0.16rem;
    -moz-border-radius: 0.16rem;
    -ms-border-radius: 0.16rem;
    -o-border-radius: 0.16rem;
    opacity: .5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.banner .swiper-pagination-bullet-active {
    width: 0.34rem;
    opacity: 1 !important;
}

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


/* .banner .swiper-button-prev{ left:2%;}

.banner .swiper-button-next{ right:2%;} 



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

.banner .swiper-button-prev,.banner .swiper-button-next{ width:42px; height:42px; line-height: 42px; background-color: #F1A60A; top:50%; margin-top:-21px; color: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; opacity: .8; }

.banner .swiper-button-prev .iconfont,.banner .swiper-button-next .iconfont{ font-size:30px;}

.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{ opacity: 1;} */


/*banner end*/

.h_coo {
    margin-top: -0.6rem;
    position: relative;
    z-index: 1;
}

.h_coo .wp {
    box-sizing: border-box;
    padding: 0.6rem 0.4rem 0.2rem;
    background-color: #fff;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 1px 30px 1px rgba(0, 0, 0, 0.06);
}

.hcooItem {
    width: 12.57%;
    margin: 0 2% 0.4rem 0;
}

.hcooItem:nth-child(7n) {
    margin-right: 0;
}

.hcooItem a {
    display: block;
    font-size: 0;
    overflow: hidden;
    text-align: center;
}

.hcooItem .tp {
    height: 0.76rem;
    max-width: 80%;
    object-fit: contain;
}

.hcooItem a:hover .tp {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.h_tit {
    padding: .35rem 0;
    text-align: center;
}

.h_tit .tit {
    font-size: .66rem;
    font-weight: bold;
    line-height: 1.3;
}

.h_tit .info {
    font-size: .25rem;
    color: #717171;
    margin-top: .1rem;
}

.h_latest {
    padding: .3rem 0 .2rem;
}

.hlTit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hlTit .list {
    display: inline-block;
    font-size: .25rem;
    padding: 0.8em 2em;
    margin: 0 .09rem .18rem;
    border: .01rem solid transparent;
    background-color: #fff;
    border-radius: .04rem;
    cursor: pointer;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
}

.act_hl {
    border-color: #1890FF !important;
    color: #1890FF !important;
}

.hlContent {
    margin-top: .3rem;
}

.hlBox {
    display: none;
}

.hlBox .wrap {
    display: flex;
    flex-wrap: wrap;
}

.hlItem {
    width: 23.5%;
    margin: 0 2% 2% 0;
}

.hlItem:nth-child(4n) {
    margin-right: 0;
}

.hlItem a {
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: .1rem .1rem 0;
    background-color: #fff;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
}

.hlItem .tparea {
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.hlItem .tparea .tp {
    width: 100%;
    aspect-ratio: 360/246;
    object-fit: contain;
}

.hlItem .tparea .level {
    width: 0.46rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.hlItem .codeBox{ position: absolute; left: 0; top: 0;background-color: #fff; z-index: 10; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; opacity: 0; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.hlItem .codeBox .icon{ width: 100%;height: 100%; object-fit: contain; }
.hlItem .tparea:hover .codeBox{ opacity: 1;}
.hlItem .des {
    padding: .1rem 0;
}

.hlItem .des .tag {
    font-size: .14rem;
    color: #999;
    display: inline-flex;
    align-items: center;
}


/* .hlItem .des .tag::before{ content: ""; display: inline-block; width: .09rem; height: .09rem; margin-right: .1rem; background-color: #1890FF; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } */

.hlItem .des .tit {
    font-size: .18rem;
    margin-top: .05rem;
    word-break: break-all;
    font-weight: bold;
}

.hlItem .des .nr {
    color: #999;
    font-size: .14rem;
    margin-top: .05rem;
    padding: .1rem;
    background-color: #FAFAFA;
}

.hlItem .des .nr .box {}

.hlItem .des .quan_info {
    margin-top: .1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hlItem .des .quan_info .quan {
    color: #643308;
    font-size: .18rem;
}

.hlItem .des .quan_info .quan .num {
    font-size: .26rem;
    font-weight: bold;
}

.hlItem .des .quan_info .info {
    font-size: .18rem;
    color: #C0C0C0;
}

.hlItem .des .quan_info .info .list {
    margin-left: .12rem;
    display: inline-flex;
    align-items: center;
}

.hlItem .des .quan_info .info .list .icon {
    width: .26rem;
    margin-right: .05rem;
}

.hlItem:hover a {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.hlItem:hover .tparea .tp {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.hlItem:hover .des .tit {
    color: #1890FF;
}

.homeConfirm {}

.homeConfirm .sbtn {
    font-size: .18rem;
    font-weight: bold;
    padding: 0.8em 4em;
}

.h_isntall_desc {
    padding: .35rem 0;
}

.h_isntall_desc .wrap {
    display: flex;
    flex-wrap: wrap;
}

.h_soft {
    padding: .35rem 0;
}

.h_soft .wrap {
    display: flex;
    flex-wrap: wrap;
}

.hsoftItem {
    width: 49%;
    margin: 0 2% 2% 0;
}

.hsoftItem:nth-child(2n) {
    margin-right: 0;
}

.hsoftItem a {
    display: flex;
    padding: .2rem .12rem;
    background-color: #fff;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
}

.hsoftItem .tparea {
    font-size: 0;
    overflow: hidden;
    width: 2.8rem;
    margin-right: .2rem;
}

.hsoftItem .tparea .tp {
    width: 100%;
    aspect-ratio: 284/182;
    object-fit: contain;
}

.hsoftItem .des {
    padding: .05rem 0 0;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.hsoftItem .des .tag {
    font-size: .14rem;
    color: #999;
    display: inline-flex;
    align-items: center;
}


/* .hsoftItem .des .tag::before{ content: ""; display: inline-block; width: .09rem; height: .09rem; margin-right: .1rem; background-color: #1890FF; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } */

.hsoftItem .des .tit {
    font-size: .2rem;
    margin-top: .05rem;
    line-height: 1.4;
    font-weight: bold;
}

.hsoftItem .des .nr {
    font-size: .18rem;
    margin-top: .05rem;
}

.hsoftItem .des .downNum {
    margin-top: auto;
    font-size: .18rem;
    color: #999;
    border-top: .01rem solid #eee;
    padding-top: 0.5em;
}

.hsoftItem:hover a {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.hsoftItem:hover .tparea .tp {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.hsoftItem:hover .des .tit {
    color: #1890FF;
}

.h_summary {
    padding: .8rem 0;
}

.h_summary .wp {
    display: flex;
    justify-content: space-between;
}

.hsummaryItem {
    width: 16.66%;
    color: #fff;
    text-align: center;
}

.hsummaryItem .value {
    font-size: .4rem;
}

.hsummaryItem .value .num {}

.hsummaryItem .value .unit {
    vertical-align: super;
    position: relative;
    top: -0.1rem;
}

.hsummaryItem .name {
    font-size: .28rem;
    margin-top: .3rem;
}

.footer {
    background-color: #222;
    color: #bfbfbf;
}

.f_t {
    padding: 0.4rem 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.f_t a:hover {
    color: #026EFF;
}

.f_t .wp {
    display: flex;
    flex-wrap: wrap;
}

.fintro_flink {
    width: 40%;
    margin-right: 10%;
}

.fintro {
    font-size: .14rem;
    line-height: 1.5;
    color: #BFBFBF;
}

.flink {
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
}

.flink .mc {
    margin-right: .4rem;
}

.flink .nr {
    flex: 1;
    min-width: 0;
}

.flink .nr a {
    margin-right: .2rem;
    color: #bfbfbf;
}

.flink .nr a:hover {
    color: #fff
}

.fcode {
    width: 34%;
    justify-content: space-between;
    display: flex;
}

.fcode .list {
    width: 30%;
    text-align: center;
}

.fcode .list .tp {
    width: 1.1rem;
    aspect-ratio: 1;
}

.fcode .list .name {
    margin-top: .02rem;
}

.fchat {
    width: 3.2rem;
    position: absolute;
    right: .15rem;
    bottom: .4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.fchatItem {
    background-color: #000;
    margin-bottom: .1rem;
    padding: .06rem .12rem .06rem .06rem;
    display: flex;
    border-radius: .6rem;
    -webkit-border-radius: .6rem;
    -moz-border-radius: .6rem;
    -ms-border-radius: .6rem;
    -o-border-radius: .6rem;
}

.fchatItem .avatar {
    width: .28rem;
    height: .28rem;
    margin-right: .18rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.fchatItem .val {
    font-size: .16rem;
    color: #fff;
}

.f_b {
    padding: .15rem 0;
    color: #BFBFBF;
    background-color: #25282A;
}

.f_b .wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright {
    font-size: .14rem;
    color: #BFBFBF
}

.copyright a {
    color: #BFBFBF
}

.copyright a:hover {
    color: #026EFF
}


/* 原厂oem系统 */

.i_main {
    min-height: 5rem;
}

.i_ban {
    width: 100%;
    font-size: 0;
    position: relative;
}

.i_ban .tp {
    width: 100%;
}

.i_ban .location {
    width: 100%;
    top: 0.9rem;
    left: 0;
    position: absolute;
}

.location {
    font-size: 0.16rem;
}

.location span {
    font-size: 0.16rem;
    color: #fff;
}

.location a {
    font-size: 0.16rem;
    color: #fff;
}

.location a:hover {
    color: #026EFF;
}


/* .act_loca{ color:#026EFF !important;} */

.location i {
    margin: 0 .06rem;
    color: #fff;
    font-style: normal;
}

.ibanIntro {
    width: 100%;
    top: 28%;
    left: 0;
    position: absolute;
}

.ibanIntro .lmmc {
    width: 100%;
    text-align: center;
}

.ibanIntro .lmmc .mc {
    display: inline-block;
    position: relative;
}

.ibanIntro .lmmc .mc .icon {
    height: 0.55rem;
}

.ibanIntro .lmmc .mc .num {
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/ban_img02.png) center center/100% 100% no-repeat;
    padding-left: .15rem;
    width: .88rem;
    height: .44rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.22rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.i_main {
    margin-top: -3.9rem;
    position: relative;
    z-index: 2;
}

.sort {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.06);
    padding: 0.1rem 0;
}

.sortItem {
    display: flex;
    padding: .1rem 0 0;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: .01rem solid #F0F0F0;
}

.sortItem:nth-last-child(1) {
    border: none;
}

.sortItem .attrmc {
    width: .2rem;
    color: #333;
    padding: 0.66em 0;
    width: .9rem;
}

.sortItem .attrval {
    flex: 1;
    min-width: 0;
}

.sortItem .point {
    display: inline-block;
    margin: 0 .1rem .1rem 0;
    font-size: .16rem;
    padding: 0.46em 1.6em;
    color: #999;
    cursor: pointer;
}

.sortItem .upgradeBtn {}

.upgradeBtn {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 0.46em;
    padding: .06rem .17rem;
    background: linear-gradient(90deg, #583AEB, #A54DFA, #DA57F9);
    border-radius: 0.6rem;
    background-size: 200% 200%;
    animation: gradientBlink 3s ease infinite, textBlink 1.5s ease infinite;
    transition: all 0.3s ease;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
    -webkit-animation: gradientBlink 3s ease infinite, textBlink 1.5s ease infinite;
}

.upgradeBtn .iconarea {
    width: .22rem;
    min-width: 0.22rem;
    height: .22rem;
    background-color: #5231E3;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.upgradeBtn .iconarea {
    width: .16rem;
}

.upgradeBtn .val {
    flex: 1;
}

.upgradeBtn:hover {
    background: linear-gradient(-90deg, #583AEB, #A54DFA, #DA57F9)
}

.actSort {
    background-color: #F0F6FF;
    color: #026EFF !important;
}

.sys {
    padding: .44rem 0;
}

.sys .wrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .2rem;
}

.turnpage {
    font-size: 0;
    margin: 0 auto;
    text-align: center;
}

.turnpage a,
.turnpage span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 0.2em 0.8em;
    border-radius: 0.04rem;
    font-size: .18rem;
    margin: 0 .04rem;
    color: #666;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
}

.turnpage a:hover,
.current {
    background: linear-gradient( 162deg, #0379FF 0%, #11A7FF 100%);
    border: none;
    color: #fff !important;
}


/* 精品软件 */


/* 登录弹窗 */

.loginPup {
    width: 1185px;
    max-width: 94%;
}

.closePup {
    position: absolute;
    right: 0rem;
    top: -0.55rem;
    line-height: 1;
    cursor: pointer;
    font-size: .3rem;
    z-index: 999;
    color: #999;
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
}

.closePup:hover {
    color: #026EFF;
}

.loginMain {
    border-radius: .12rem;
    background: #f0f3f8;
    -webkit-border-radius: .12rem;
    -moz-border-radius: .12rem;
    -ms-border-radius: .12rem;
    -o-border-radius: .12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.loginMain .tparea {
    flex: 1;
    min-width: 0;
}

.loginMain .tparea .tp {
    display: inline-flex;
    align-items: center;
}

.rightPart {
    padding: .6rem .66rem;
    width: 4.14rem;
}

.loginForm {
    padding: .6rem .26rem .26rem;
    background-color: #fff;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    position: relative;
}

.wexinLoginBtn {
    display: flex;
    align-items: center;
    position: absolute;
    right: .15rem;
    top: .15rem;
}

.wexinLoginBtn .mc {
    display: inline-block;
    position: relative;
    color: #026EFF;
    background: #F0F6FF;
    font-size: .14rem;
    padding: 0.5em 1.4em;
    margin-right: .3rem;
}

.wexinLoginBtn .mc::after {
    content: "";
    display: block;
    border-left: .08rem solid #F0F6FF;
    border-top: .06rem solid transparent;
    border-bottom: .06rem solid transparent;
    position: absolute;
    right: -0.08rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wexinLoginBtn .tp {
    width: .52rem;
}

.loginTit {
    text-align: center;
}

.loginTit .tit {
    font-size: .24rem;
    font-weight: bold;
}

.loginTit .info {
    font-size: .16rem;
    color: #999;
    margin-top: .05rem;
}

.loginForm .formMain {
    margin-top: .2rem;
}

.formItem {
    margin-bottom: .12rem;
}

.formItem .text,
.formItem .textarea {
    width: 100%;
    background-color: #F6F6FA;
    padding: .1rem .18rem;
    box-sizing: border-box;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
}

.formItem .text {
    padding: 0 .15rem;
    height: .5rem;
    line-height: .5rem;
}

.formItem .textarea {
    padding: .1rem .15rem;
    height: 1.1rem;
}

.formConfirm {}

.formConfirm .sbtn {
    font-size: .16rem;
    padding: 0.8em 3em;
    font-weight: bold;
}

.formConfirm .sbtn .iconfont {
    margin-left: .2rem;
    font-size: .14rem;
}

.acc_subtit {
    font-size: .15rem;
    color: #828282;
    margin-top: .05rem;
}

.loginForm .forget {
    padding: .05rem .1rem;
}

.loginForm .forget a {}

.loginForm .forget a:hover {
    color: #2254F4;
}

.loginForm .agree_regBtn {
    display: flex;
    justify-content: space-between;
    font-size: .14rem;
    margin-top: .3rem;
}

.loginForm .agree {
    color: #999;
    font-size: .14rem;
}

.loginForm .agree input {
    margin-right: .05rem;
    position: relative;
    top: -0.02rem;
}

.loginForm .noAccount {
    font-size: .14rem;
    text-align: center;
}

.loginForm .noAccount a {
    color: #2254F4;
}

.loginForm .noAccount a:hover {
    text-decoration: underline;
}

.accReg .noAccount {
    text-align: right;
    margin-top: .15rem;
}

.accReg .loginForm {
    padding: .26rem .26rem .26rem;
}

.yzm {
    position: relative;
}

.yzm .text {
    padding-right: 1.2rem;
}

.yzm .sendBtn {
    font-size: .14rem;
    padding: 0.2em 1em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    color: #026EFF;
}

.accwexinLogin {
    text-align: center;
}

.accwexinLogin .loginForm {
    padding: .4rem .26rem;
}

.accwexinLogin .title {
    font-size: .2rem;
    color: #08C764;
}

.accwexinLogin .title .iconfont {
    margin-right: .1rem;
    color: #08C764;
}

.accwexinLogin .title span {
    margin-left: .06rem;
    color: #333;
}

.accwexinLogin .tparea {
    width: 2.7rem;
    max-width: 100%;
    margin: .1rem auto 0;
}

.accwexinLogin .tparea .tp {
    width: 100%;
}

.accwexinLogin .agree {
    margin-top: .1rem;
}

.accwexinLogin .agree .iconfont {
    color: #08C764;
}

.accLogin {}

.accReg {
    display: none;
}

.accwexinLogin {
    display: none;
}

.accForgetPwd {
    display: none;
}


/* 详情 */

.p_main {
    position: relative;
    padding-top: .8rem;
}

.p_main .bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.p_main .wp {
    position: relative;
    z-index: 2;
}

.p_main .location {
    padding: .4rem 0;
}

.p_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 5rem;
    padding-bottom: 0.4rem;
}

.p_l {
    width: 62%;
}

.p_r {
    width: 35.5%;
}

.pintro_ban {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.pintro_ban .p_l .psummary {
    box-sizing: border-box;
}

.pintro_ban .p_l .psummary,
.pintro_ban .p_r .openVip {
    height: 100%;
}

.openVip {
    font-size: 0;
    min-height: 4.2rem;
    cursor: pointer;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    background: url(../images/openVip_bg.png) center center/cover no-repeat;
    position: relative;
}

.openVip .des {
    padding: .65rem 0 0 .25rem;
    position: relative;
    z-index: 2;
    letter-spacing: .03rem;
    font-size: .34rem;
    font-weight: bold;
    color: #fff;
}

.openVip .des .vip {
    font-size: .48rem;
}

.openVip .des .sbtn {
    font-size: .24rem;
    letter-spacing: 0;
    padding: 0.4em 1.6em;
    color: #fff;
    font-weight: normal;
    border: .01rem solid #fff;
    background: linear-gradient(0, #D34FFA, #5056FF);
    margin-left: .15rem;
}

.openVip .tp1 {
    position: absolute;
    left: .2rem;
    bottom: 0;
    width: 2.29rem;
}

.openVip .tp2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3.59rem;
}


/* .openVip .tp{ width: 100%; height: 100%; object-fit: cover;} */

.latestNews {
    padding: 0 .2rem;
    margin-top: 0.2rem;
}

.i_tit {
    padding: .25rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.i_tit .mc {
    font-size: .2rem;
    font-weight: bold;
}

.i_tit .time {
    font-size: .13rem;
}

.latestNews .wrap {
    margin-top: -0.12rem;
}

.latestNewsItem {
    margin-bottom: .06rem;
}

.latestNewsItem a {
    display: flex;
    padding: .12rem 0;
    border-bottom: .01rem solid #E1E1E1;
}

.latestNewsItem .tparea {
    width: 1rem;
    margin-right: .15rem;
    font-size: 0;
    overflow: hidden;
}

.latestNewsItem .tparea .tp {
    aspect-ratio: 100/74;
    object-fit: cover;
}

.latestNewsItem .des {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.latestNewsItem .des .tit {
    font-weight: bold;
}

.latestNewsItem .des .info {
    font-size: .13rem;
    color: #C0C0C0;
}

.latestNewsItem .des .info .list {
    margin-left: .12rem;
    display: inline-flex;
    align-items: center;
}

.latestNewsItem .des .info .list .icon {
    width: .16rem;
    margin-right: .05rem;
    position: relative;
    top: -0.02rem;
}

.latestNewsItem:hover a {
    border-color: #026EFF;
}

.latestNewsItem:hover .tparea .tp {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.latestNewsItem:hover .des .tit {
    color: #1890FF;
}

.buyU {
    padding: .16rem .24rem;
    display: flex;
    justify-content: space-between;
}

.buyU .des {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.buyU .des .tit {
    font-weight: bold;
    font-size: .2rem;
}

.buyU .des .nr {
    font-size: .18rem;
    line-height: 1.5;
    color: #666;
    margin-top: .1rem;
}

.buyU .des .mandiv {
    margin-top: .1rem;
}

.buyU .des .mandiv .sbtn {
    font-size: .18rem;
    padding: 0.5em 1.4em;
}

.buyU .tparea {
    width: 1.64rem;
    margin-left: .15rem;
    font-size: 0;
    overflow: hidden;
}

.buyU .tparea .tp {
    aspect-ratio: 1;
    object-fit: contain;
}

.latestTags {
    padding: 0 .2rem;
    margin-top: 0.2rem;
}

.latestTags .wrap {
    display: flex;
    flex-wrap: wrap;
}

.latestTags .tag {
    display: inline-block;
    color: #ADADAD;
    background-color: #F6F6F6;
    border-radius: 0.04rem;
    font-size: 0.13rem;
    padding: 0.6em 0.8em;
    margin: 0 0.07rem 0.07rem 0;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
}

.qua {
    padding: 0 .3rem .2rem;
}

.i_tit2 {
    padding: .25rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i_tit2 .icon {
    height: .18rem;
}

.i_tit2 .mc {
    font-size: .24rem;
    font-weight: bold;
    margin: 0 .2rem;
}

.qua {}

.qua .wrap {
    margin-top: -0.2rem;
}

.quaItem {
    padding: .2rem 0;
    border-bottom: .01rem dashed #707070;
    position: relative;
}

.quaItem .icon {
    position: absolute;
    width: .42rem;
    top: .2rem;
}

.quaItem .title {
    display: flex;
}

.quaItem .title .tit {
    background-color: #e0e0e0;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    display: flex;
    align-items: center;
}

.quaItem .title .tit .num {
    display: inline-block;
    width: .34rem;
    height: .34rem;
    line-height: .34rem;
    text-align: center;
    color: #333;
    background-color: #ffe77c;
    border: .01rem solid #666;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
}

.quaItem .nr {
    font-size: .18rem;
    color: #666;
    margin-top: .1rem;
    line-height: 1.6;
}

.quaItem .nr .morea {}

.quaItem .nr .morea:hover {}

.quaItem:nth-child(2n+1) {
    padding-left: .64rem;
}

.quaItem:nth-child(2n+1) .icon {
    left: 0;
}

.quaItem:nth-child(2n+1) .tit {
    padding-right: .15rem;
}

.quaItem:nth-child(2n+1) .title .tit .num {
    margin-right: .1rem;
}

.quaItem:nth-child(2n) {
    padding-right: .64rem;
}

.quaItem:nth-child(2n) .icon {
    right: 0;
}

.quaItem:nth-child(2n) .title {
    flex-direction: row-reverse;
    text-align: right;
}

.quaItem:nth-child(2n) .title .tit {
    flex-direction: row-reverse;
}

.quaItem:nth-child(2n) .title .tit .num {
    margin-left: .1rem;
}

.quaItem:nth-child(2n) .tit {
    padding-left: .15rem;
}

.relateArt {
    padding: 0 .3rem .2rem;
}

.relateArt .wrap {
    display: flex;
    flex-wrap: wrap;
}

.relateArtItem {
    width: 32%;
    margin: 0 2% 2% 0;
}

.relateArtItem:nth-child(3n) {
    margin-right: 0;
}

.relateArtItem a {
    display: block;
    padding: .1rem .1rem 0;
    background-color: #fff;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
}

.relateArtItem .tparea {
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.relateArtItem .tparea .tp {
    width: 100%;
    aspect-ratio: 280/202;
    object-fit: contain;
}

.relateArtItem .des {
    padding: .1rem 0;
}

.relateArtItem .des .tag {
    font-size: .1rem;
    color: #999;
}


/* .relateArtItem .des .tag::before{ content: ""; display: inline-block; width: .09rem; height: .09rem; margin-right: .1rem; background-color: #1890FF; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } */

.relateArtItem .des .tit {
    font-size: .14rem;
    margin-top: .05rem;
    font-weight: bold;
}

.relateArtItem .des .nr {
    color: #999;
    font-size: .1rem;
    margin-top: .05rem;
    padding: .1rem;
    background-color: #FAFAFA;
}

.relateArtItem .des .nr .box {}

.relateArtItem .des .quan_info {
    margin-top: .1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.relateArtItem .des .quan_info .quan {
    color: #643308;
    font-size: .18rem;
}

.relateArtItem .des .quan_info .quan .num {
    font-size: .2rem;
    font-weight: bold;
}

.relateArtItem .des .quan_info .quan .level {
    width: .3rem;
    position: relative;
    top: -0.02rem;
}

.relateArtItem .des .quan_info .info {
    font-size: .13rem;
    color: #C0C0C0;
}

.relateArtItem .des .quan_info .info .list {
    margin-left: .12rem;
    display: inline-flex;
    align-items: center;
}

.relateArtItem .des .quan_info .info .list .icon {
    width: .16rem;
    margin-right: .05rem;
}

.relateArtItem:hover a {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.relateArtItem:hover .tparea .tp {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.relateArtItem:hover .des .tit {
    color: #1890FF;
}

.pdelIntro {
    padding: 0 .3rem .2rem;
}

.pdelIntro .inner {}

.pdelIntro .wz {
    font-size: .18rem;
    color: #999;
    line-height: 1.6;
}

.buyDesc {
    margin-top: 0.2rem;
    padding: 0.16rem;
    background-color: #fff;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
}

.buyDesc .wrap {
    border-radius: 0.12rem;
    -webkit-border-radius: 0.12rem;
    -moz-border-radius: 0.12rem;
    -ms-border-radius: 0.12rem;
    -o-border-radius: 0.12rem;
    line-height: 1.8;
    border: 1px dashed #4956FF;
    padding: .1rem .5rem;
    font-size: 0.16rem;
    color: #F1014B;
}

.ptab {
    background-color: #fff;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    overflow: hidden;
    border-top: .06rem solid #509DEB;
}

.pTit {
    padding: .15rem .2rem;
}

.pTit .list {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: .18rem;
    padding: 0.6em 0;
    margin-right: 3em;
}

.pTit .list::after {
    content: "";
    display: block;
    width: 0;
    height: .04rem;
    background-color: #0090FF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.act_pdel {
    font-weight: bold;
    font-size: .2rem;
}

.act_pdel::after {
    width: 80% !important;
}

.pContent {}

.pBox {
    display: none;
}


/* 添加付费内容 */

.fufei {}

.fufei .tit {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px !important;
    font-weight: normal;
    color: #E14D43;
}

.fufei .tit::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #0090FF;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    box-shadow: 0px 0px 10px 2px #0090FF;
}

.fufei .desc {
    margin: 38px 0 !important;
    padding: 15px 25px;
    border: 1px solid #ffffff00 !important;
    border-radius: 4px;
    background: #f5f6f8;
}


}
.fufei .desc .price {}
.fufei .desc .price .num {
    padding: 0 5px;
    color: #E14D43;
    font-weight: bold;
    font-size: 120%;
}
.fufei .desc .price .sbtn {
    font-size: 14px;
    padding: 7px 18px 8px;
    margin-left: 8px;
}
.fufei .desc .nr {
    margin-top: 10px;
    opacity: .7;
    font-size: 13px;
}
.course {
    padding: .22rem .16rem .08rem;
    display: flex;
    flex-wrap: wrap;
}
.courseItem {
    width: 15%;
    margin: 0 2% 2% 0;
}
.courseItem:nth-child(6n) {
    margin-right: 0;
}
.courseItem a {
    padding: .14rem .15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient( 130deg, #4956FF 0%, #7A9FFE 51%, #987FD6 100%);
    border-radius: 4px 4px 4px 4px;
}
.courseItem a .tp {
    width: .2rem;
    margin-right: .1rem;
}
.courseItem a .val {
    color: #fff;
    flex: 1;
    min-width: 0;
    font-size: .12rem;
    position: relative;
    z-index: 2;
}
.courseItem a:hover {
    background: linear-gradient( 130deg, #9D2EDA 0%, #523287 51%, #EB40B9 100%);
}
.courseItem a:hover .tp {
    opacity: .8;
}
.pOpa {
    padding: .24rem;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pOpa .box1 {
    display: flex;
    align-items: center;
}
.pOpa .box1 .tp {
    width: .5rem;
    height: .5rem;
    object-fit: cover;
    margin-right: .1rem;
}
.pOpa .box1 .name {
    font-size: .2rem;
    margin-right: .35rem;
}
.pOpa .box1 .info {
    font-size: .14rem;
    color: #999;
}
.pOpa .box2 {
    display: flex;
    align-items: center;
}
.pOpa .box2 .sbtn {
    font-size: .14rem;
    padding: 0.4em 1em;
    cursor: pointer;
}
.pOpa .box2 .sbtn::before {
    font-size: .2rem;
    line-height: 1;
    vertical-align: middle;
    margin-right: .05rem;
}
.plink {
    margin-left: .2rem;
}
.plink a {
    display: inline-block;
    margin-left: .1rem;
}
.plink a .tp {
    width: .35rem;
    height: .35rem;
}
.plink a:hover {
    opacity: .8;
}
.psummary {
    display: flex;
    justify-content: space-between;
    padding: .14rem;
}
.psummary .gallery {
    width: 44%;
}
.psummary .intro {
    width: 54%;
}
.psummary .gallery .tparea {
    font-size: 0;
}
.psummary .gallery .tparea .tp {
    width: 100%;
    aspect-ratio: 18/13;
    object-fit: contain;
}
.psummary .gallery .infos {
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}
.psummary .gallery .infos .lists {
    font-size: .14rem;
    width: 47%;
    border: .01rem solid #EDEDED;
}
.psummary .gallery .infos .lists .mc {
    display: inline-block;
    background-color: #FAFAFA;
    color: #7E7E7E;
    border-right: 1px solid #EDEDED;
}
.psummary .gallery .infos .lists .mc,
.psummary .gallery .infos .lists .val {
    padding: 0.4em 0.8em;
}
.psummary .gallery .tips {
    font-size: 0.14rem;
    margin-top: 0.16rem;
    color: #FF9B2F;
    border: 1px solid #FF9B2F;
    position: relative;
    padding: 0.4em 1em 0.4em 0.24rem;
}
.psummary .gallery .tips::before {
    position: absolute;
    left: 0.05rem;
    top: 0.4em;
}
.psummary .intro .tag {
    font-size: .14rem;
    color: #999;
    margin-top: .05rem;
}
.psummary .intro .tag::before {
    content: "";
    display: inline-block;
    width: .09rem;
    height: .09rem;
    margin-right: .1rem;
    background-color: #1890FF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.psummary .intro .tit {
    font-size: .18rem;
    line-height: 1.4;
    font-weight: bold;
}
.psummary .intro .infos {
    font-size: .16rem;
    color: #C0C0C0;
    margin-top: 10px;
}
.psummary .intro .infos .list {
    margin-right: .2rem;
    display: inline-flex;
    align-items: center;
}
.psummary .intro .infos .list .icon {
    margin-right: .03rem;
    height: 0.15rem;
}
.psummary .intro .nuo {
    margin-top: .15rem;
    padding: .15rem .08rem;
    justify-content: space-between;
    font-size: .13rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.psummary .intro .nuo .mc {
    font-size: .16rem;
    font-weight: bold;
    padding-right: .06rem;
    margin-right: .06rem;
    position: relative;
}
.psummary .intro .nuo .mc::after {
    content: "";
    display: block;
    width: .01rem;
    height: .16rem;
    background-color: #333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.psummary .intro .nuo .sbtn {
    margin-left: auto;
    font-size: .13rem;
    padding: 0.4em 0.8em;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
    position: relative;
    cursor: pointer;
}
.psummary .intro .nuo .sbtn::before {
    margin-right: .04rem;
}
.contactCodeLay {
    position: absolute;
    width: 1.6rem;
    background-color: #fff;
    padding: .2rem;
    box-shadow: 0 0 .04rem 0 #ddd;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    top: 110%;
    font-size: .18rem;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    opacity: 1;
    height: auto;
    align-items: center;
    text-align: center;
    border: .01rem solid #ddd;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    opacity: 0;
    visibility: hidden;
}
.contactCodeLay .tp {
    width: 100%;
}
.psummary .intro .nuo .sbtn:hover .contactCodeLay {
    opacity: 1;
    visibility: visible;
}
.psummary .intro .buyTip {
    background-color: #F8F8F8;
    display: flex;
    align-items: flex-start;
    margin-top: .12rem;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
    padding: .15rem .12rem;
    font-size: .12rem;
    color: #999;
}
.psummary .intro .buyTip .tit {
    margin-top: -0.02rem;
    display: inline-flex;
    align-items: center;
}
.psummary .intro .buyTip .icon {
    height: .16rem;
    margin-right: .1rem;
}
.psummary .intro .buyTip .mc {
    font-size: .16rem;
    color: #333;
}
.psummary .intro .buyTip .circle {
    margin: 0 .1rem;
    width: .06rem;
    height: .06rem;
    display: inline-block;
    background-color: #0090FF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.psummary .intro .buyTip .val {
    flex: 1;
    min-width: 0;
}
.psummary .intro .nr {
    color: #999;
    font-size: .14rem;
    margin-top: .05rem;
    padding: .1rem;
    background-color: #FAFAFA;
}
.psummary .intro .nr .box {}
.psummary .intro .quan_info {
    margin-top: .1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-items: center;
}
.psummary .intro .quan_info .quan {
    color: #FE0347;
    font-size: .18rem;
}
.psummary .intro .quan_info .quan .num {
    font-size: .24rem;
    font-weight: bold;
}
.psummary .intro .quan_info .quan .msg {
    font-size: 0.14rem;
    margin-left: 0.1rem;
}
.psummary .intro .quan_info .fee {
    color: #653409;
    font-weight: bold;
    display: inline-flex;
    align-items: flex-end;
    margin-left: .15rem;
    font-size: .16rem;
}
.psummary .intro .quan_info .fee .icon {
    width: .28rem;
    ;
    margin-right: .05rem;
}
.psummary .intro .quan_info .buyBtn {
    margin-left: .15rem;
    padding: 0.2em 0.8em;
    border-radius: .6rem;
    -webkit-border-radius: .6rem;
    -moz-border-radius: .6rem;
    -ms-border-radius: .6rem;
    -o-border-radius: .6rem;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    background: linear-gradient( 90deg, #4956FF 0%, #9D4DFA 51%, #D950FA 100%);
    color: #fff;
}
.psummary .intro .quan_info .buyBtn .val {
    font-size: .12rem;
    flex: 1;
    min-width: 0;
}
.psummary .intro .quan_info .buyBtn .iconfont {
    width: .18rem;
    height: .18rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .14rem;
    color: #D950FA;
    background-color: #fff;
    margin-left: .05rem;
}
.psummary .intro .quan_info .tip {
    color: #FE0347;
    font-size: .16rem;
    font-weight: bold;
    margin-left: .15rem;
}
.psummary .intro .info {
    font-size: .18rem;
    color: #C0C0C0;
    margin-top: 20px;
}
.psummary .intro .info .list {
    margin-left: .12rem;
    display: inline-flex;
    align-items: center;
}
.psummary .intro .info .list .icon {
    width: .26rem;
    margin-right: .05rem;
}
.psummary .intro .mandiv {
    margin-top: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.psummary .intro .mandiv .box1 {
    display: flex;
    justify-content: space-between;
}
.psummary .intro .mandiv .box1 .sbtn {
    padding: 0.3em 1em;
    margin-right: .2rem;
    font-size: 0.16rem;
}
.psummary .intro .mandiv .box1 .sbtn:before {
    font-size: .2rem;
    margin-right: .05rem;
}
.psummary .intro .mandiv .box2 {
    display: flex;
    justify-content: space-between;
}
.psummary .intro .mandiv .box2 .sbtn {
    padding: 0.3em 1em;
    margin-left: .1rem;
    font-size: 0.12rem;
}
.psummary .intro .mandiv .box2 .sbtn:before {
    font-size: .16rem;
    margin-right: .05rem;
}
.psummary .intro .mandiv .sbtn:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}
.psummary .intro .mandiv .sbtn {}
.psummary .placeholderImg{ text-align: center;}
.psummary .placeholderImg .tp{aspect-ratio: 52/18; object-fit: contain;}
/* 我的 */
.topLogin {
    position: relative;
}
.topLogin .avatar {
    width: .56rem;
    height: .56rem;
    border: .02rem solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.loginLay {
    position: absolute;
    right: 0;
    top: 100%;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    width: 4.22rem;
    padding: .3rem .24rem;
    background: linear-gradient( 149deg, #F1FCFF 0%, #FFFFFF 100%);
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.2);
}
.userbaseInfo {
    display: flex;
    align-items: center;
}
.userbaseInfo .tparea {
    width: .4rem;
    height: .4rem;
    margin-right: .2rem;
    position: relative;
    border: .02rem solid #fff;
}
.userbaseInfo .tparea .tp {
    width: 100%;
    height: .4rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.userbaseInfo .tparea .status {
    max-width: .74rem;
    width: .74rem;
    height: .74rem;
    position: absolute;
    left: -0.17rem;
    top: -0.22rem;
}
.userbaseInfo .des {
    flex: 1;
    min-width: 0;
}
.userbaseInfo .des .tit {
    font-size: .18rem;
    font-weight: bold;
}
.userbaseInfo .des .info {
    margin-top: .06rem;
}
.userbaseInfo .des .info .type {
    font-size: .13rem;
    padding: 0.3em 0.8em;
    border-radius: .13rem 0rem .13rem 0rem;
    -webkit-border-radius: .13rem 0rem .13rem 0rem;
    -moz-border-radius: .13rem 0rem .13rem 0rem;
    -ms-border-radius: .13rem 0rem .13rem 0rem;
    -o-border-radius: .13rem 0rem .13rem 0rem;
    color: #fff;
}
.userbaseInfo .des .info .type1 {
    background: linear-gradient(45deg, #989EA4, #AEBDC3);
}
.userbaseInfo .des .info .type2 {
    background: linear-gradient(45deg, #7A5CCE, #E5CAE4);
}
.userbaseInfo .des .info .type3 {
    background: linear-gradient(45deg, #779FD2, #779FD2);
}
.userbaseInfo .des .info .type4 {
    background: linear-gradient(-90deg, #EEA500, #FFE200);
}
.userbaseInfo .des .info .type5 {
    background: linear-gradient(-90deg, #001672, #008DED);
}
.loginLay {
    display: none;
}
.loginLay .counts {
    background-color: #fff;
    margin-top: .3rem;
    padding: 0rem .12rem;
}
.loginLay .counts .box {
    display: flex;
    justify-content: space-between;
    padding: 0.14rem 0;
}
.loginLay .counts .box .attrmc {
    font-size: 0.18rem;
}
.loginLay .counts .box .attrmc .num {
    margin-right: 0.1rem;
    font-weight: bold;
}
.loginLay .counts .box .attrval {}
.loginLay .counts .box .attrval .sbtn {
    font-size: 0.12rem;
    padding: 0 1em;
    margin-left: 0.06rem;
}
.loginLay .counts .box .attrval {}
.loginLay .counts .box:nth-child(1) {
    border-bottom: 1px solid #F3F3F3;
}
.loginLay .isVip {
    background: linear-gradient( 141deg, #FAE7CE 0%, #F8C79C 51%, #F9D9B3 100%);
    border-radius: .08rem .08rem .08rem .08rem;
    margin-top: .1rem;
    padding: .16rem .13rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.loginLay .isVip .tp {
    width: .6rem;
    margin-right: .15rem;
}
.loginLay .isVip .des {
    flex: 1;
    min-width: 0;
    color: #D8853B;
}
.loginLay .isVip .des .p1 {
    font-size: .18rem;
    font-weight: bold;
}
.loginLay .isVip .des .p2 {
    font-size: .16rem;
}
.loginLay .isVip .sbtn {
    background: linear-gradient( 304deg, #84381E 0%, #D1894A 100%);
    font-size: .16rem;
    padding: 0.4em 1em;
    color: #fff;
}
.loginLay .isVip .sbtn:hover {
    background: linear-gradient( 120deg, #84381E 0%, #D1894A 100%);
}
.loginLay .mandiv {
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}
.loginLay .mandiv .sbtn {
    width: 47%;
    padding: 0.4em 0;
    font-size: .16rem;
}
.loginLay .loginLink {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}
.loginLay .loginLink .box {
    width: 20%;
    text-align: center;
}
.loginLay .loginLink .box .icon {
    height: .23rem;
}
.loginLay .loginLink .box .name {
    font-size: .16rem;
    margin-top: .1rem;
    color: #666;
}
.loginLay .loginLink .box:hover .icon {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}
.loginLay .loginLink .box:hover .name {
    color: #026EFF;
}

/* 个人资料页面 */
.mem_header {
    background-color: #fff;
}
.mem_header .navul li>a {
    color: #333;
}
.mem_header .search {
    background-color: #e8e8e8;
}
.mem_header .search .text {
    color: #fff;
}
.mem_header .search .text::placeholder {
    color: #666;
}
.mem_header .search .tj::before {
    color: #666;
}
.mem_header .navul li:hover>a,
.mem_header .act_nav {
    color: #026EFF !important;
}
.mem_body {
    background-color: #E8F5FE;
}
.mem_main {
    padding: 1.06rem 0 1rem;
}
.userInfo {
    padding: .3rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.userInfo .box1 {
    display: flex;
}

/* .userInfo .box1 .tp{ width: 1.08rem; height: 1.08rem; object-fit: cover; margin-right: .2rem; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border: 2px solid #fff; } */
.userInfo .box1 .tparea {
    width: .8rem;
    height: .0.8rem;
    margin-right: .5rem;
    border-radius: 50%;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.userInfo .box1 .tparea .tp {
    width: 100%;
    height: 0.8rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: .02rem solid #fff;
}
.userInfo .box1 .tparea .status {
    max-width: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    left: -0.3rem;
    top: -0.36rem;
}
.userInfo .box1 .des {}
.userInfo .box1 .des .name {
    font-size: .2rem;
    font-weight: bold;
}
.userInfo .box1 .des .name .type {
    font-size: .13rem;
    padding: 0.3em 0.8em;
    border-radius: .13rem 0rem .13rem 0rem;
    -webkit-border-radius: .13rem 0rem .13rem 0rem;
    -moz-border-radius: .13rem 0rem .13rem 0rem;
    -ms-border-radius: .13rem 0rem .13rem 0rem;
    -o-border-radius: .13rem 0rem .13rem 0rem;
    color: #fff;
    margin-left: 0.2rem;
}
.userInfo .box1 .des .name .type1 {
    background: linear-gradient(45deg, #989EA4, #AEBDC3);
}
.userInfo .box1 .des .name .type2 {
    background: linear-gradient(45deg, #7A5CCE, #E5CAE4);
}
.userInfo .box1 .des .name .type3 {
    background: linear-gradient(45deg, #779FD2, #779FD2);
}
.userInfo .box1 .des .name .type4 {
    background: linear-gradient(-90deg, #EEA500, #FFE200);
}
.userInfo .box1 .des .name .type5 {
    background: linear-gradient(-90deg, #001672, #008DED);
}
.userInfo .box1 .des .info {
    font-size: .18rem;
    color: #999;
    margin-top: .05rem;
}
.userInfo .box1 .des .opa {
    margin-top: .14rem;
}
.userInfo .box1 .des .opa .sbtn {
    font-size: .16rem;
    padding: 0.4em 1em;
}
.userInfo .box1 .des .opa .userId {
    background: linear-gradient( 110deg, #DA2E73 0%, #F65480 51%, #EB406F 100%);
    border-radius: 4px 4px 4px 4px;
    font-size: 0.18rem;
    color: #fff;
    padding: 0.4em 1em;
}
.userInfo .box2 {
    width: 4rem;
    margin-right: 11%;
}
.userInfo .box2 .counts {
    display: flex;
    justify-content: space-between;
}
.userInfo .box2 .counts .box {
    text-align: center;
}
.userInfo .box2 .counts .box .num {
    font-size: .26rem;
    font-weight: bold;
    color: #0E9DFF;
}
.userInfo .box2 .counts .box .name {
    font-size: .18rem;
    color: #666;
    margin-top: .1rem;
}
.lm {
    background-color: #fff;
}
.lm a {
    display: inline-flex;
    align-items: center;
    margin: 0 0.6em 0px 0;
    color: #666;
    position: relative;
    padding: 1.2em 0;
    margin-right: 4em;
    font-size: 0.18rem;
    position: relative;
}
.lm a::after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background-color: #026EFF;
    position: absolute;
    left: 0;
    bottom: 0;
}
.lm a .icon {
    height: .22rem;
    object-fit: cover;
    margin-right: .1rem;
}
.lm a:hover,
.actlm {
    color: #026EFF !important;
}
.lm a:hover::after,
.actlm::after {
    width: 100% !important;
}
.mem_main2 {
    margin-top: .1rem;
    min-height: 4rem;
}
.m_tit {
    font-size: .24rem;
    font-weight: bold;
    padding: .12rem 0;
}
.perInfo {
    background-color: #fff;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
}
.perInfoForm {
    padding: .5rem .24rem;
    display: flex;
    justify-content: space-between;
}
.perInfoForm .partl {
    width: 70%;
}
.perInfoForm .partr {
    width: 20%;
    display: flex;
    justify-content: center;
}
.formItem2 {
    display: flex;
    margin-bottom: .2rem;
}
.formItem2 .attrmc {
    width: 1rem;
    line-height: .5rem;
    margin-right: .1rem;
    font-size: .18rem;
    color: #666;
    display: inline-block;
}
.formItem2 .attrval {
    flex: 1;
}
.formItem2 .text {
    display: block;
    width: 100%;
    padding-left: .15rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .18rem;
    background-color: #FAFBFB;
    color: #666;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
}
.perInfoForm .formConfirm {
    padding: .1rem 0 0 1.1rem;
}
.perInfoForm .formConfirm .sbtn {
    font-size: .16rem;
    padding: 0.8em 3em;
    display: inline-block;
}
.upAvatar {
    text-align: center;
    margin-top: .24rem;
    cursor: pointer;
}
.upAvatar .tp {
    width: 1.08rem;
    height: 1.08rem;
    border-radius: 50%;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.upAvatar .opa {
    margin-top: .15rem;
}
.filebtn {
    font-size: 0.14rem;
    padding: 0.3em 0.8em;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.filebtn .file {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

/* 我的收藏 */
.collect {
    display: flex;
    flex-wrap: wrap;
    margin-top: .2rem;
}
.collSort {
    display: flex;
    flex-wrap: wrap;
}
.collSort a {
    display: inline-block;
    font-size: .16rem;
    color: #666;
    padding: 0.5em 2em;
    border-radius: .06rem;
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    -ms-border-radius: .06rem;
    -o-border-radius: .06rem;
    margin: 0 .2rem .1rem 0;
    background-color: #fff;
}
.collSort a:hover,
.act_coll {
    background: linear-gradient( 111deg, #026EFF 0%, #10A6FF 100%) !important;
    color: #fff !important;
}

/* 账户安全 */
.findPwd {
    padding: .3rem .24rem;
    margin-top: .2rem;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    min-height: 5rem;
}
.findPwd .title {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
}
.findPwd .formItem2 {
    width: 70%;
}
.accBind {}
.accBind .mc {
    font-size: .2rem;
    font-weight: bold;
}
.accBind .desc {
    margin-left: .25rem;
    font-size: .16rem;
    color: #999;
}

/* 分销推广 */
.expand {}
.expandBan {
    text-align: center;
}
.expandBan .tp {}
.expandTab {
    background-color: #fff;
    border-radius: .16rem;
    -webkit-border-radius: .16rem;
    -moz-border-radius: .16rem;
    -ms-border-radius: .16rem;
    -o-border-radius: .16rem;
    overflow: hidden;
}
.expandTile {
    display: flex;
    background-color: #F0F9FF;
}
.expandTile .list {
    width: 50%;
    text-align: center;
    font-size: .22rem;
    padding: 0.8em 0;
}
.actExpand {
    background-color: #fff !important;
}
.expandContent {
    padding: .28rem .28rem .5rem;
    min-height: 3.6rem;
}
.expandBox {
    display: none;
}
.expandItem {
    display: flex;
    padding: .15rem 0;
    align-items: center;
    border-bottom: .01rem solid #F0F0F0;
}
.expandItem:nth-last-child(1) {
    border-bottom: none;
}
.expandItem .des {
    flex: 1;
    min-width: 0;
    font-size: .18rem;
    display: flex;
    align-items: center;
}
.expandItem .tp {
    width: .66rem;
    height: .66rem;
    object-fit: cover;
    margin-right: .25rem;
}
.expandItem .name {}
.expandItem .val {
    color: #999;
    margin-left: .9rem;
    flex: 1;
    min-width: 0;
}
.expandItem .time {
    margin-left: .2rem;
    color: #999;
}
.expandItem:hover .tp {
    box-shadow: 0 0 .05rem 0 rgba(0, 0, 0, 0.06);
}
.expandItem:hover {
    border-color: #026EFF;
}
.expandLists {
    display: flex;
    flex-wrap: wrap;
}
.expandItem2 {
    width: 32%;
    margin: 0 2% 2% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 15px 18px;
    box-sizing: border-box;
    background-color: #F4F4F4;
}
.expandItem2:nth-child(3n) {
    margin-right: 0;
}
.expandItem2 .des {
    flex: 1;
    min-width: 0;
    font-size: .18rem;
    display: flex;
    align-items: center;
}
.expandItem2 .tp {
    width: .66rem;
    height: .66rem;
    border: 2px solid #fff;
    object-fit: cover;
    margin-right: .25rem;
}
.expandItem2 .name {}
.expandItem2 .time {
    margin-left: .2rem;
    color: #999;
}
.expandItem2:hover .tp {
    box-shadow: 0 0 .05rem 0 rgba(0, 0, 0, 0.06);
}
.expandItem2:hover {
    border-color: #026EFF;
}

/* 会员中心1 */
.mem_body2 {
    background: linear-gradient(180deg, #F8EBF2, #F2F5FF);
}
.package {}
.package .wp {
    box-sizing: border-box;
    padding: .25rem .34rem;
}
.package .wp .title {
    height: .56rem;
}
.package .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: .4rem;
}
.packageItem {
    width: 23.5%;
    margin: 0 2% 2% 0;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    box-sizing: border-box;
    padding: .22rem .15rem .28rem;
}
.packageItem:nth-child(4n) {
    margin-right: 0;
}
.packageItem .level {
    display: flex;
    justify-content: space-between;
}
.packageItem .level .title {
    flex: 1;
    display: flex;
    align-items: center;
}
.packageItem .level .title .icon {
    width: .36rem;
    margin-right: .2rem;
}
.packageItem .level .title .mc {
    font-size: .28rem;
    font-weight: bold;
}
.packageItem .level .time {
    color: #7c7c7c;
    font-size: .18rem;
    margin-top: 1em;
}
.packageItem .intro {
    background-color: #fff;
    padding: .02rem;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    margin-top: .05rem;
}
.packageItem .intro .inner {
    background-color: #FDF6F8;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    padding: .2rem .2rem;
}
.packageItem .intro .price {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.packageItem .intro .price .newPrice {
    margin-right: .1rem;
    letter-spacing: -1px;
}
.packageItem .intro .price .newPrice .unit {
    font-size: .24rem;
}
.packageItem .intro .price .newPrice .num {
    font-size: .36rem;
    font-weight: bold;
}
.packageItem .intro .price .newPrice .unit2 {
    font-size: .18rem;
    font-style: normal;
}
.packageItem .intro .price .oldPrice {
    color: #999;
    letter-spacing: -1px;
}
.packageItem .intro .price .oldPrice .unit {
    font-size: .15rem;
}
.packageItem .intro .price .oldPrice .num {
    font-size: .2rem;
    font-weight: bold;
    text-decoration: line-through;
}
.packageItem .intro .price .oldPrice .unit2 {
    font-size: .11rem;
}
.packageItem .intro .lists {
    margin-top: .3rem;
}
.packageItem .intro .lists .list {
    font-size: .16rem;
    color: #4D4D4D;
    padding: .06rem 0 .06rem .14rem;
    position: relative;
}
.packageItem .intro .lists .list::before {
    content: "";
    display: block;
    width: .06rem;
    height: .06rem;
    position: absolute;
    left: 0;
    top: .16rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.packageItem .mandiv {
    margin-top: .22rem;
}
.packageItem .mandiv .sbtn {
    font-size: .18rem;
    padding: 0.5em 0;
    border: none;
    color: #fff;
    text-align: center;
}
.packageItem .mandiv .sbtn:hover {
    opacity: .8;
}
.packageItem:nth-child(1) {
    background: linear-gradient(180deg, #FFE5EB 0, rgba(255, 255, 255, .2) 32%);
}
.packageItem:nth-child(1) .lists .list::before {
    background: linear-gradient( 180deg, #FF9992 0%, #FF426C 51%, #987FD6 100%);
}
.packageItem:nth-child(1) .mandiv .sbtn {
    background: linear-gradient( 90deg, #FF9992 0%, #FF426C 51%, #987FD6 100%);
    color: #fff;
}
.packageItem:nth-child(2) {
    background: linear-gradient(180deg, #E7E5FF 0, rgba(255, 255, 255, .2) 32%);
}
.packageItem:nth-child(2) .lists .list::before {
    background: linear-gradient( 180deg, #4956FF 0%, #7A9FFE 51%, #987FD6 100%);
}
.packageItem:nth-child(2) .mandiv .sbtn {
    background: linear-gradient( 90deg, #4956FF 0%, #7A9FFE 51%, #987FD6 100%);
}
.packageItem:nth-child(3) {
    background: linear-gradient(180deg, #F2E6FF, rgba(255, 255, 255, .2) 32%);
}
.packageItem:nth-child(3) .lists .list::before {
    background: linear-gradient( 180deg, #9D2EDA 0%, #523287 51%, #EB40B9 100%);
}
.packageItem:nth-child(3) .mandiv .sbtn {
    background: linear-gradient( 90deg, #9D2EDA 0%, #523287 51%, #EB40B9 100%);
    color: #fff;
}
.packageItem:nth-child(4) {
    background: linear-gradient(180deg, #FBFFE5 0, rgba(255, 255, 255, .2) 32%);
}
.packageItem:nth-child(4) .lists .list::before {
    background: linear-gradient( 180deg, #9D2EDA 0%, #523287 51%, #EB40B9 100%);
}
.packageItem:nth-child(4) .mandiv .sbtn {
    background: linear-gradient( 90deg, #FFE273 0%, #FF9440 51%, #F12E31 100%);
    color: #fff;
}
.server .wp {
    box-sizing: border-box;
    margin-top: .3rem;
    padding: .35rem;
    background-color: #fff;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}
.server .title {
    text-align: center;
}
.server .title {
    height: 0.34rem;
}
.server .wrap {
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
}
.serverItem {
    border: .01rem solid #DFE2F3;
    box-sizing: border-box;
    text-align: center;
    background-color: #F3F5FE;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    width: 23.5%;
    margin: 0 2% 2% 0;
    padding: .24rem .24rem;
}
.serverItem:nth-child(4n) {
    margin-right: 0;
}
.serverItem .tp {
    height: .54rem;
    object-fit: contain;
}
.serverItem .tit {
    font-size: .2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #333;
    text-align: center;
    margin-top: .1rem;
}
.serverItem:hover {
    border-color: #026EFF;
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
    -ms-transform: translateY(-0.05rem);
    -o-transform: translateY(-0.05rem);
    box-shadow: 0 0 .08rem 0 rgba(0, 0, 0, 0.06);
}
.serverItem:hover .tp {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}

/* 浮窗 */
.floatPart {
    position: fixed;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.floatPartItemVip {}
.floatPartItemVip .tparea {
    width: 1.33rem;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    height: 1.33rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.floatPartItemVip .tparea .tp {
    width: 1.1rem;
}
.floatPartItem {
    background-color: #fff;
    position: relative;
}
.floatPartItem .tparea {
    width: .58rem;
    font-size: 0;
}
.floatPartItem .tparea .tp {
    width: .58rem;
}
.floatPartItemT {
    padding: .3rem .17rem .17rem;
    margin-top: .06rem;
    margin-bottom: .04rem;
    border-radius: .46rem .46rem 0 0;
    -webkit-border-radius: .46rem .46rem 0 0;
    -moz-border-radius: .46rem .46rem 0 0;
    -ms-border-radius: .46rem .46rem 0 0;
    -o-border-radius: .46rem .46rem 0 0;
}
.floatPartItemB {
    padding: .17rem .17rem .3rem;
    border-radius: 0 0 .46rem .46rem;
    -webkit-border-radius: 0 0 .46rem .46rem;
    -moz-border-radius: 0 0 .46rem .46rem;
    -ms-border-radius: 0 0 .46rem .46rem;
    -o-border-radius: 0 0 .46rem .46rem;
}
.floatPartItem>.tit {
    font-size: .12rem;
    margin-top: .04rem;
    text-align: center;
    color: #fff;
}
.floatPartLay {
    position: absolute;
    width: 1.8rem;
    background-color: #fff;
    padding: 0rem .15rem;
    box-shadow: 0 0 .04rem 0 #ddd;
    right: 2rem;
    box-sizing: border-box;
    top: 0;
    color: #026EFF;
    font-size: .16rem;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    opacity: 0;
    height: .66rem;
    align-items: center;
    display: flex;
    visibility: hidden;
}
.floatPartItem:hover {
    background: #026EFF;
    overflow: visible;
}
.floatPartItem:hover .tparea {}
.floatPartItem:hover .floatPartLay {
    right: .74rem;
    opacity: 1;
    visibility: visible;
}
.floatPartItem:hover .floatPartLay2 {
    right: 1.1rem;
    opacity: 1;
    visibility: visible;
}
.sideGotop {
    width: .92rem;
    margin-top: .5rem;
}
.sideGotop .tparea .tp {
    width: .92rem;
}
.floatPartLay2 {
    position: absolute;
    width: 1.6rem;
    background-color: #fff;
    padding: .06rem .06rem .1rem;
    box-shadow: 0 0 .04rem 0 #ddd;
    right: 2rem;
    box-sizing: border-box;
    top: .2rem;
    font-size: .18rem;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    opacity: 1;
    height: auto;
    align-items: center;
    text-align: center;
    border: .01rem solid #ddd;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    opacity: 0;
    visibility: hidden;
}
.floatPartLay2::after {
    content: '';
    display: block;
    border-left: .08rem solid #eee;
    border-top: .08rem solid transparent;
    border-bottom: .08rem solid transparent;
    position: absolute;
    right: -0.08rem;
    top: .2rem;
}
.floatPartLay2 .tit {
    font-size: .14rem;
    margin-top: .04rem;
}
.floatPartLay2 .tp {
    width: 1.4rem;
}

/* 搜索 */
.search_main {
    padding-top: .8rem;
    background-color: #F1F1F1;
}
.searchPage {
    padding-top: .3rem;
    padding-bottom: .2rem;
}
.search2 {
    display: flex;
    justify-content: space-between;
}
.search2 .text {
    flex: 1;
    height: .7rem;
    line-height: .7rem;
    padding: 0 .2rem;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0rem .01rem .12rem .01rem rgba(0, 0, 0, 0.05);
    border-radius: .04rem .04rem .04rem .04rem;
    border: .01rem solid #F9F9F9;
    -webkit-border-radius: .04rem .04rem .04rem .04rem;
    -moz-border-radius: .04rem .04rem .04rem .04rem;
    -ms-border-radius: .04rem .04rem .04rem .04rem;
    -o-border-radius: .04rem .04rem .04rem .04rem;
}
.search2 .tj {
    padding: 0;
    width: 1.8rem;
    height: .7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .22rem;
}
.search2 .tj::before {
    font-size: .3rem;
    margin-right: .05rem;
}
.search2 .tj:hover {}
.searchPart {
    margin: .2rem 0 .1rem;
}
.m_tit2 {
    font-size: .22rem;
    font-weight: bold;
}
.m_tit2 .icon {
    width: .22rem;
    margin-right: .1rem;
}
.searchPart .nr {
    display: flex;
    flex-wrap: wrap;
    margin-top: .15rem;
}
.searchPart .nr a {
    font-size: .18rem;
    color: #999;
    background-color: #f7f7f7;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
    margin: 0 .1rem .1rem 0;
    padding: 0.4em 2em;
    display: inline-flex;
}
.searchPart .nr a:hover {
    background-color: #026EFF;
    color: #fff;
}
.searchPart .wrap {
    display: flex;
    flex-wrap: wrap;
}
.searchPup {
    max-width: 95%;
}
.closePup {}
.searchMain {
    border-radius: .12rem;
    background: #f0f3f8;
    -webkit-border-radius: .12rem;
    -moz-border-radius: .12rem;
    -ms-border-radius: .12rem;
    -o-border-radius: .12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.searchMain .searchPage {
    max-height: 80vh;
    overflow-y: auto;
    width: 100%;
}

/* 账单明细 */
.billDetails {
    padding: .15rem .27rem 0;
    background-color: #fff;
}
.billItem {
    display: flex;
    justify-content: space-between;
    padding: .3rem 0;
    font-size: .18rem;
    border-bottom: .01rem solid #F0F0F0;
}
.billItem:nth-last-child(1) {
    border: none;
}
.billItem .time {
    margin-right: .5rem;
}
.billItem .title {
    color: #999;
    flex: 1;
    min-width: 0;
}
.billItem .num {
    margin-left: .5rem;
    font-weight: bold;
}
.billItem .num.num_add {
    color: #FF0000;
}
.billItem .num.num_reduce {
    color: #03823A;
}

/* 站内提现弹窗 */
.withdrawPup {
    width: 10rem;
    max-width: 94%;
}
.withdrawMain {
    border-radius: .17rem;
    background: #F2F5F7;
    -webkit-border-radius: .17rem;
    -moz-border-radius: .17rem;
    -ms-border-radius: .17rem;
    -o-border-radius: .17rem;
    padding: .26rem .2rem;
}
.feeTit {
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .2rem;
}
.feeForm {
    background-color: #fff;
    padding: .4rem .3rem;
}
.feeForm .formItem {
    margin-bottom: .2rem;
}
.feeForm .formItem .attrmc {
    margin-bottom: .14rem;
    font-size: .16rem;
}
.feeForm .formItem .attrval {}
.feeForm .formItem .attrval .text {
    font-size: .16rem;
    height: .6rem;
    line-height: .6rem;
    background-color: transparent;
    border: .01rem solid #EAEAEA;
}
.feeForm .tip {
    font-size: .18rem;
    color: #2878FF;
    padding: .18rem .14rem;
    background-color: #E5F2FF;
}
.feeForm .formConfirm .sbtn {
    font-size: 16px;
    padding: 0.8em 2em;
    font-weight: normal;
}

/* 充值弹窗 */
.rechargePup {
    width: 10rem;
    max-width: 94%;
}
.rechargeMain {
    border-radius: .17rem;
    background: #F2F5F7;
    -webkit-border-radius: .17rem;
    -moz-border-radius: .17rem;
    -ms-border-radius: .17rem;
    -o-border-radius: .17rem;
    padding: .26rem .2rem;
}
.payway {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .3rem;
}
.paywayItem {
    min-width: 1.25rem;
    margin-right: .18rem;
    display: inline-flex;
    align-items: center;
    padding: .1rem .2rem;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
}
.paywayItem .icon {
    width: .268rem;
}
.paywayItem .val {
    margin-left: .2rem;
}
.paywayItem .status {
    position: absolute;
    right: -0.02rem;
    top: -0.02rem;
    opacity: 0;
}
.paywayItem:nth-child(1) {
    border: .02rem solid #04D102;
}
.paywayItem:nth-child(2) {
    border: .02rem solid #35B7F0;
}
.actPayway {}
.actPayway .status {
    opacity: 1 !important;
}

/* 支付弹窗 */
.paymentPup {
    width: 7.5rem;
    max-width: 94%;
}
.paymentMain {
    border-radius: .17rem;
    background: #fff;
    -webkit-border-radius: .17rem;
    -moz-border-radius: .17rem;
    -ms-border-radius: .17rem;
    -o-border-radius: .17rem;
    padding: .26rem .2rem;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.paymentMain {
    text-align: center;
}
.paymentMain .price {
    font-size: .2rem;
    font-weight: bold;
    color: #0B80D9;
}
.paymentMain .price .num {
    font-size: .3rem;
    font-weight: bold;
    color: #F00;
}
.paymentMain .limit {
    font-size: .2rem;
    color: #999;
    margin-top: .15rem;
}
.paymentMain .limit .red {
    color: #F00;
}
.paymentMain .tparea {
    width: 4.06rem;
    margin: .3rem auto 0;
    font-size: 0;
    border-radius: .12rem;
    padding: .17rem;
    background-color: #73D6FF;
    -webkit-border-radius: .12rem;
    -moz-border-radius: .12rem;
    -ms-border-radius: .12rem;
    -o-border-radius: .12rem;
}
.paymentMain .tparea .tp {
    width: 100%;
    border-radius: .12rem;
    -webkit-border-radius: .12rem;
    -moz-border-radius: .12rem;
    -ms-border-radius: .12rem;
    -o-border-radius: .12rem;
}
.paymentMain .tip {
    margin-top: .3rem;
    font-size: .2rem;
    color: #999;
}
.paymentMain .tip .icon,
.paymentMain .tip .val {
    display: inline-block;
    vertical-align: middle;
}
.paymentMain .tip .icon {
    width: .26rem;
    margin-right: .1rem;
}
.payBox {
    display: none;
}
.payway2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.1rem;
    justify-content: center;
}
.paywayItem2 {
    min-width: 1.25rem;
    margin: 0 0.09rem;
    display: inline-flex;
    align-items: center;
    padding: .1rem .2rem;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
}
.paywayItem2 .icon {
    width: .268rem;
}
.paywayItem2 .val {
    margin-left: .2rem;
}
.paywayItem2 .status {
    position: absolute;
    right: -0.02rem;
    top: -0.02rem;
    opacity: 0;
}
.payway2 .paywayItem2:nth-child(1) {
    border: 1px solid #04D102;
}
.payway2 .paywayItem2:nth-child(2) {
    border: 1px solid #35B7F0;
}
.actPayway2 {}
.actPayway2 .status {
    opacity: 1 !important;
}

/* 添加页面-我的订单 */
.myOrder {
    background-color: #fff;
    padding-bottom: 0.6rem;
}
.myOrderTable {
    width: 100%;
}
.myOrderTable th,
.myOrderTable td {
    text-align: center;
    box-sizing: border-box;
}
.myOrderTable th {
    font-size: .2rem;
    padding: 0.6em 1em;
    background-color: #F9F9F9;
    font-weight: normal;
}
.myOrderTable td {
    font-size: .18rem;
    color: #999;
    padding: 0.8em 1em;
    border-bottom: 1px solid #EBEBEB;
}
.myOrderTable .opa {}
.myOrderTable .opa .sbtn {
    font-size: .16rem;
    padding: 0.4em 1.8em;
}
.myOrderTable tr td:nth-child(1) {
    width: 40%;
}
.myOrderTable tr td:nth-child(2) {
    width: 15%;
}
.myOrderTable tr td:nth-child(3) {
    width: 10%;
}
.myOrderTable tr td:nth-child(4) {
    width: 15%;
}
.myOrderTable tr td:nth-child(5) {
    width: 10%;
}
.myOrder .total {
    padding: 1em;
    text-align: center;
    margin-top: 0.5rem;
}
.myOrder .turnpage {
    margin-top: 0.6rem;
}

/* 下载弹窗 */
.downPup {
    width: 576px;
    max-width: 94%;
}
.downMain {
    border-radius: .17rem;
    background: #F2F5F7;
    -webkit-border-radius: .17rem;
    -moz-border-radius: .17rem;
    -ms-border-radius: .17rem;
    -o-border-radius: .17rem;
    padding: 0rem .17rem .3rem;
}
.downMain .title {
    font-size: .24rem;
    text-align: center;
    font-weight: bold;
    padding: 0.8em 0 0.6em 0;
}
.downMain .wrap {
    padding: .3rem .5rem .4rem;
    background-color: #fff;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
}
.downMain .wrap .tit {
    position: relative;
    text-align: center;
}
.downMain .wrap .tit::after {
    content: "";
    display: block;
    width: 100%;
    height: .01rem;
    background-color: #DFDDDD;
    position: absolute;
    left: 0;
    top: 50%;
}
.downMain .wrap .tit .mc {
    position: relative;
    z-index: 2;
    font-size: .24rem;
    background-color: #fff;
    padding: 0 .3rem;
    display: inline-block;
}
.downMain .wrap .desc {
    font-size: .24rem;
    margin-top: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.downMain .wrap .desc .icon {
    width: .38rem;
    margin-right: .1rem;
}
.downMain .wrap .mandiv {
    margin: .3rem 10% 0;
}
.downMain .wrap .mandiv .sbtn {
    font-size: .16rem;
    padding: 0.6em 0;
    width: 100%;
}
.downMain .wrap .result {
    margin-top: .5rem;
    font-size: .24rem;
    text-align: center;
}
.downMain .wrap .result .val {
    padding: 0.4em 1.2em;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    border: .02rem dashed #0090FF;
    background-color: #E1F1FC;
    color: #333;
    font-weight: bold;
}
.downMain .wrap .result .copy {
    margin-left: .15rem;
}

/* 商城中心 */
.shopCenter {}
.shopCenter .summary {
    margin-top: .1rem;
    display: flex;
    flex-wrap: wrap;
}
.summaryItem {
    width: 23.5%;
    margin: 0 2% 2% 0;
    padding: .2rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .08rem;
    text-align: center;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
}
.summaryItem:nth-last-child(1) {
    margin-right: 0;
}
.summaryItem .tp {
    height: .72rem;
}
.summaryItem .name {
    font-size: .18rem;
    color: #666666;
    margin-top: .15rem;
}
.summaryItem .value {
    font-size: .3rem;
    font-weight: bold;
}
.summaryItem .value .unit {
    font-size: .16rem;
    font-weight: normal;
    color: #666;
}
.shopSearch {
    padding: .3rem 1rem;
    background-color: #fff;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    display: flex;
}
.shopSearch .text {
    flex: 1;
    min-width: 0;
    padding: 0 .2rem;
    font-size: .18rem;
    color: #666;
    border: .01rem solid #E5E5E5;
    border-right: 0;
}
.shopSearch .tj {
    font-size: .16rem;
    padding: 1em 4em;
    background-color: #FF5F33;
    cursor: pointer;
    color: #fff;
}
.shopSearch .tj:hover {
    background-color: #f60;
}
.shopCenter .payway {
    margin-top: .4rem;
}
.shopCenter .package {
    box-sizing: border-box;
    padding: .25rem .34rem;
}
.m_search {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.m_search .hsearch {
    margin-bottom: .2rem;
}

/* danmu */
#ceo-danmu {
    position: fixed;
    z-index: 10;
    width: 3.2rem;
    right: .15rem;
    bottom: .4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#ceo-danmu li {
    background-color: #000;
    margin-bottom: .1rem;
    padding: .06rem;
    display: flex;
    align-items: center;
    border-radius: .6rem;
    -webkit-border-radius: .6rem;
    -moz-border-radius: .6rem;
    -ms-border-radius: .6rem;
    -o-border-radius: .6rem;
}
#ceo-danmu .icon {
    width: .28rem;
    height: .28rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#ceo-danmu .val {
    border-radius: 50%;
    font-size: .16rem;
    color: #fff;
    flex: 1;
    min-width: 0;
    padding: 0 0.1rem;
}

/* 分享二维码 */
.code {
    width: 100%;
    height: 100vh;
    background-color: rgba(14, 14, 14);
    display: flex;
    align-items: center;
    justify-content: center;
}
.code .tp {
    width: 1.5rem;
}
.sortItem .attrval .point,
.pTit .list::after,
.pTit .list,
.courseItem a .tp,
.lm a::after,
.expandItem,
.serverItem {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}