body {
    position: relative;
    padding-bottom: 380px;
    background: url(../images/body-bg.png) no-repeat right bottom #dfedf3;
}

body.page-user {
    background: #fff url('/theme/images/account-bg.jpg') fixed;
    background-size: cover;
}

.wrap {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: min(1rem, 2%);
}

.wrap-body {
    display: flex;
    justify-content: space-between;
    padding: 0;
    min-height: 80vh;
}

.wrap-body.article-details .main-right {
    margin: 0 auto;
}

/*footer*/
.footer {
    position: absolute;
    bottom: -112px;
    width: 100%;
    padding-top: 10px;
    background-color: #222;
    z-index: 99;
    /* margin-bottom: 50px; */
    margin-top: 30px;
}
.footer .terms{ margin: 1em auto;}
.footer .terms a{ color: #fff; text-decoration: underline; margin: 1em;}

.page-reg .wrap-body {
    min-height: calc(100vh - 114px);
}

.page-reg .footer {
    position: relative;
    bottom: auto;
    background: rgba(0, 0, 0, .7);
    left: auto;
    margin: 0;
    min-height: 114px;
}

.foot {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 10px auto;
    align-items: center;
    padding: 0 10px;
    flex-wrap: nowrap;
}

.foot .copy {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 260px);
    flex-wrap: wrap;
    min-width: 450px;
}

.foot .fm {
    display: flex;
    align-items: center;
}

.foot span {
    color: #fff;
    font-family: Microsoft YAHEI;
    font-size: 12px
}

.fl {
    display: flex;
    margin-right: 1.5em;
    width: auto;
    flex-wrap: wrap;
}

.footer .fl img {
    float: left;
    margin-top: 5px;
    width: 312px;
}

.fl span {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

.fr {
    margin-top: 8px;
    /* max-width: 290px; */
    /* width: 50%; */
    flex-shrink: 0;
}

.footer .fr img {
    float: left;
    margin-top: 5px;
    width: 44px;
    margin-right: 6px;
}

.fr span {
    /* width: 230px; */
    float: right;
}

form.form.form-s.cs-ask {
    width: 100%;
}


.form .form-item-label {
    width: 4rem !important;
    text-align-last: justify;
    margin-right: 1rem;
}

.index-main {
    padding: 0;
    margin-top: -46vh;
}

.index-main .swiper-container {
    height: 354px;
}

.index-main .swiper-container a {
    display: block;
    border-radius: 6px;
}

.side-left {
    width: 220px;
}

.page-index .side-left {
    width: 240px;
}

.page-terms .side-left {
    width: 220px;
}

.page-index .side-left .select-box .select-head-box {
    width: 60px;
}
.page-index .side-left .flex-x .select-area i.select-arrow::after {
    right: .2em;
}

.side-right {
    width: 200px;
    background: #fff;
    border-radius: 6px;
}

.main {
    margin-left: 14px;
    width: 946px;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

#bannerM,
#maintain-box-m {
    display: none;
}

/* activity-box S*/
.page-index .activity-box {
    margin-top: .8rem;
}
.page-index .activity-box ul {
    display: flex;
    justify-content: space-between;
}
.page-index .activity-box ul li {
    position: relative;
    padding: 4px;
    width: 304px;
    height: 134px;
    box-sizing: border-box;
}
.page-index .activity-box ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.page-index .activity-box ul li a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://ompic.neteaselab.com/respic/images/mlbb/20220223/img/border.png) no-repeat;
    background-size: 100% 100%;
}
.page-index .activity-box ul li img {
    width: 100%;
    height: auto;
    transition: transform .6s ease;
}
.page-index .activity-box ul li:hover img {
    transform: scale(1.02);
}
.page-index .activity-box ul li a p {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 99%;
    height: 99%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 8px #3072b2;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
}
/* activity-box E*/

.left-sec {
    display: block;
    margin-bottom: 0;
    padding: 1rem;
    text-align: center;
    background: #fff;
    border-radius: 6px;
}

.left-sec.maintain-box,
.left-sec.cs-box {
    padding: 0 0 1.2rem 0;
    cursor: unset;
}

.left-sec.maintain-box h3,
.left-sec.cs-box h3 {
    position: relative;
    padding: 1rem 1rem 1rem 1.6rem;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

.left-sec.maintain-box h3::after,
.left-sec.cs-box h3::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 1rem;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 16px;
    background-color: var(--main1);
}

.left-sec.maintain-box .body,
.left-sec.cs-box .body {
    padding: 1.2rem 0 0 1.2rem;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}

.page-index .left-sec {
    margin-bottom: .8rem;
    padding: 12px;
}

.left-sec.maintain-box {
    padding: 0;
}

.left-sec.maintain-box .body {
    padding-bottom: 1.2rem;
}

.page-index .left-sec.login-after {
    text-align: left;
}

.page-index .left-sec .form-title {
    margin: -12px -12px 1rem !important;
    height: 50px;
    line-height: 56px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: url(../images/login-title-bg.png) no-repeat center top;
    border-radius: 4px 4px 0 0;
    background-size: cover;
}

.page-index .left-sec .form-title span {
    position: relative;
}

.page-index .left-sec .form-title span::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -36px;
    margin: auto;
    width: 26px;
    height: 11px;
    background: url(../images/login-title-bg-1.png) no-repeat center left;
    background-size: contain;
}

.page-index .left-sec .form-title span::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -36px;
    margin: auto;
    width: 26px;
    height: 11px;
    background: url(../images/login-title-bg-1.png) no-repeat center left;
    background-size: contain;
    transform: rotate(180deg);
}

a.left-sec {
    padding: 0;
    height: 114px;
    color: rgba(255, 255, 255, 0);
}

a.left-sec.btn-game-dl {
    height: 184px;
    background: url(../images/download-game-btn.png) no-repeat center;
    background-size: contain;
}

a.left-sec.btn-fb {
    margin-bottom: 0;
    height: 184px;
    background: url(../images/fb-btn.png) no-repeat center;
    background-size: contain;
}

a.left-sec.btn-newbie-guide {
    margin-top: 10px;
    height: 128px;
    background: url(//ompic.neteaselab.com/respic/images/mlbb/common/images/newbie-guide-btn.png) no-repeat center;
    background-size: contain;
}

/* a.left-sec:hover{color: #fff; background-color: var(--main1); background-image: linear-gradient(90deg,rgba(0,155,213,.5) 100%,#4fb6ff 0); background-repeat: no-repeat; background-size: 200% 100%; transition: background-size 1s,background-color 1s,color .5s;} */
a.left-sec:hover {
    animation: flash ease-in-out .6s both 300ms 0 ease;
    animation: flash ease-in-out .6s both
}

@keyframes flash {

    0%,
    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    50% {
        opacity: .8;
        filter: alpha(opacity=80)
    }
}

.page-index .left-sec.subLeft-banner-box {
    padding: 0;
}

.page-index .left-sec.subLeft-banner-box li {
    height: 320px;
    border-radius: 6px;
}

.page-index .left-sec.subLeft-banner-box li a {
    display: block;
    width: 100%;
    height: 100%;
}

.page-index .left-sec.subLeft-banner-box img {
    border-radius: 6px;
}

.main-right {
    margin-left: 10px;
    width: 970px;
}

.sec {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 40px;
    background: url(../images/page-con-bg.png) no-repeat center top #fff;
    border-radius: 10px;
}

.sec::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url(../images/page-con-border.png) no-repeat center bottom;
}

.page-shop .sec {
    margin-top: 1rem;
    margin-bottom: 0;
    background: #fff;
    background-size: cover;
}

.page-shop .sec::after {
    background: url(../images/page-shop-border.png) no-repeat center bottom;
}
.page-shop .sec-product::after {
    bottom: -40px;
    background: url(../images/page-shop-border.png) no-repeat center bottom #fff;
    border-radius: 0 0 10px 10px;
}
.page-shop .sec-product::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 48px;
    background: url(../images/page-shop-border.png) no-repeat center top #fff;
    border-radius: 10px 10px 0 0;
}

.sec .sec-title {
    position: relative;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    font-size: 1.25em;
    color: #fff;
    background: #7a4000;
    border-radius: 10px 10px 0 0;
}

.sec .sec-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 48px;
    background: url(../images/page-con-border.png) no-repeat center top;
}

.page-shop .sec .sec-title::after {
    background: url(../images/page-shop-border.png) no-repeat center top;
}

.page-shop .sec .body {
    padding: 20px 20px 0;
    min-height: 110px;
    background: url(../images/page-shop-border-c.png) repeat center;
}

/* .sec .sec-title::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 1rem;
    width: 2px;
    height: 16px;
    background-color: #333;
} */

/* .sec .sec-title::before,.sec .sec-title::after{ content: " "; display: block; border-bottom: 1px solid #000; width: calc(50% - 5em); height: 1px; overflow: hidden;} */

.sec-body {
    padding: 20px 30px;
    min-height: 110px;
    font-size: 14px;
    line-height: 26px;
    background: url(../images/page-con-border-c.png) repeat center;
}

.sec-b {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 40px;
    border-radius: 10px;
    background: url(../images/page-con-bg.png) no-repeat center top #fff;
}

.sec-b::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url(../images/page-con-border.png) no-repeat center bottom;
}

.sec-b .sec-head h3 {
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    font-size: 1.25em;
    color: #fff;
    background: #7a4000;
    border-radius: 10px 10px 0 0;
}

.sec-b.can-reset {
    padding: 0px;
    background: #fff;
    border-radius: 6px;
}

.sec-b.can-reset .sec-body {
    background: none;
}

.sec-b.can-reset h3::after,
.sec-b.can-reset::after {
    display: none;
}

.sec-b .sec-head h3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 48px;
    background: url(../images/page-con-border.png) no-repeat center top;
}

.sec-b .sec-head h3 a {
    font-weight: normal;
    font-size: 16px;
}

.sec-b.can-reset .sec-head h3 {
    color: #7a4000;
    background: #fff;
    border-radius: 10px 0 0 0;
}

.sec-b .sec-head a.btn-reselect {
    margin-right: 1rem;
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background-color: var(--main1);
    transition: background-color .6s ease;
    cursor: pointer;
}

.sec-b .sec-head a.btn-reselect:hover {
    background-color: var(--main2);
}

.sec-b .flex-s {
    align-items: center;
}

.running-goods .item-list {
    position: relative;
    z-index: 10;
    padding: 0;
    overflow: hidden;
}

.running-goods .item-list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
}

.running-goods ul li {
    position: relative;
    margin: 0 28px 20px;
    padding: 10px;
    width: 180px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
}

.running-goods ul li img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 0;
}

.running-goods ul li p {
    margin-bottom: .3rem;
    font-size: 14px;
    text-align: left;
}

.running-goods ul li p.title {
    margin-top: .5rem;
}

.running-goods ul li p span {
    color: #999;
    line-height: 1;
}

.running-goods ul li p span.price {
    padding-right: 2px;
    font-size: 16px;
    font-weight: 600;
    color: #F60;
}

.running-goods ul li p span.origin-price {
    font-size: 12px;
    text-decoration: line-through;
}

.running-goods ul li p.count-down {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 4px 4px 0 0;
    background-color: rgba(186, 0, 0, .7);
}

.running-goods ul li p:nth-child(4) {
    position: absolute;
    bottom: 12px;
    right: 10px;
}

.running-goods ul li p:nth-child(4) a {
    width: 54px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.special-goods ul {
    display: flex;
    flex-wrap: wrap;
}

.special-goods li,
.goods-items li {
    position: relative;
    margin: 0 15px 15px 0;
    padding: 10px;
    min-width: 13rem;
    width: 14rem;
    text-align: center;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .65);
    border: 1px solid #e1e1e1;
}

.goods-items li div.item-2 .price-list {
    color: #a6a6a6;
}

.special-goods li:nth-child(5n),
.goods-items li:nth-child(5n) {
    margin-right: 0;
}

.special-goods li:last-child,
.goods-items li:last-child {
    margin-right: 0;
}

.special-goods img,
.goods-items img {
    width: 100px;
    height: 100px;
}

.special-goods p {
    margin-top: 0.5em;
    font-size: 14px;
    text-align: left;
}

.special-goods p .btn-save {
    color: #fff;
    background-color: var(--main1);
    transition: background-color .6s
}

.special-goods p .btn-save:hover {
    background-color: var(--main2);
}

.special-goods .title {}

.special-goods .price {
    font-size: 16px;
    font-weight: 600;
    color: #F60;
}

.special-goods .origin-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.special-goods .count-down {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    padding: 5px 0;
    margin: auto;
    width: 100px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 4px 4px 0 0;
    background-color: rgba(186, 0, 0, .7);
}

.special-goods li p:nth-child(4) {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.special-goods li p:nth-child(4) a {
    width: 54px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.special-goods li.empty {
    display: none;
}

.index-main .login-box {
    max-width: 100%;
}

.index-main .login-box .form-title {
    font-size: 1.2rem
}

.index-main .login-box .form-item {
    display: block;
    margin: 0 auto .6rem;
}

.index-main .login-box .form-item .select-box .select-head-box {
    border: none;
}

/* .index-main .login-box .form-item .input-c.select-box {border-right: 0;} */
.index-main .login-box {}

.login-after {}

.list-box {
    position: relative;
    margin-top: .8rem;
    padding-bottom: 40px;
    width: 100%;
    background-color:#fff;
    border-radius: 10px;
}
.list-box::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url(../images/border.png) no-repeat center bottom;
    z-index: 1;
}

.list-box h3 {
    position: relative;
    padding: 0 30px 0 20px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
    background-image: linear-gradient(#724100, #873f00);
    border-radius: 10px 10px 0 0;
}

.list-box h3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: url(../images/border.png) no-repeat center top;
    z-index: 1;
}

.list-box h3 a {
    float: right;
    position: relative;
    z-index: 10;
    color: #ffebb8;
    line-height: 46px;
    text-decoration: underline;
    font-size: 14px;
    text-align: right;
}

.list-box h3 a:hover {
    color: #e5c77c;
}

.list-box ul {
    position: relative;
    z-index: 10;
    padding: 20px 30px;
    min-height: 232px;
    background: url(../images/border-center.png) repeat center;
}

.list-box.news li:not(:last-child) {
    margin-bottom: 12px;
}

.list-box.news em {
    font-style: normal;
    white-space: nowrap;
    flex-shrink: 0;
    color: #999;
}

.list-box.news li a {
    display: flex;
    justify-content: space-between;
    transition: color .6s;
}

.list-box.news a:hover span {
    color: var(--main1);
}

.list-box.news span {
    flex: 1;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-right: 40px;
    font-size: 16px;
}

.list-box.col2 {
    width: 48%;
}


.wrap-header {
    background-color: #fff;
    width: auto;
}

.wrap-header .top-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    /* padding: 0 calc(50% - 600px) 0 0; */
    padding: 10px 100px 10px 80px;
    background: rgba(255, 255, 255, .8);
}

.page-index .wrap-header .top-nav {
    padding: 20px 80px 0 30px;
    background: none;
}

.page-index .wrap-header {
    padding: 0;
    margin-bottom: 30px;
    height: 100vh;
    background: url(../images/banner.png) no-repeat center top #dfedf3;
}

.page-terms .wrap-header,
.page-cs .wrap-header,
.page-topup .wrap-header,
.page-events .wrap-header {
    padding: 0;
    margin-bottom: 30px;
    height: 460px;
    background: url(../images/page-banner.jpg) no-repeat center top;
}
.top-user {
    display: flex;
    align-items: center;
    margin-left: 15px;
    /* padding: 10px 20px;
    background: rgba(223, 237,243, .8); */
    border-radius: 5px;
    position: relative;
}

.top-user a.user-name {
    padding: 0 18px 0 6px;
    min-width: 100px;
    max-width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    background-image: linear-gradient(#019cd4, #247b9a, #4ccfff);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: opacity .6s ease;
}
.top-user a.user-name::after{
    content: ".";
    width:0;
    height:0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-user a.user-name i,.jump-list li a i{
    display: block;
    background: red;
    height: 16px;
    line-height: 15px;
    width: 16px;
    text-align: center;
    top: -6px;
    right: -6px;
    z-index: 1000;
    position: absolute;
    font-style: inherit;
    border-radius: 50%;
}
.jump-list li a i{
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 6px;
    font-size: 10px;
}
.top-user a.user-name:hover {
    opacity: .8;
}

.top-user button {
    padding: 0;
    width: 80px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    background-image: linear-gradient(#019cd4, #247b9a, #4ccfff);
    cursor: pointer;
    transition: opacity .6s ease;
    outline: none;
}

.top-user button:last-child {
    margin-left: 16px;
}

.top-user button:hover {
    opacity: .8;
}
.jump-list{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(223, 237,243, .8);
}
.jump-list li{

}
.jump-list li:not(:last-child){
    border-bottom: 1px solid #fff;
}
.jump-list li a{
    display: block;
    text-align: center;
    line-height: 38px;
    height: 38px;
    position: relative;
}

.logo {
    display: block;
    width: 270px;
    height: 100px;
    background: url('/theme/img/logo.png') no-repeat center center;
    background-size: contain;
}

.page-index .wrap-header .top-nav .logo {
    width: 396px;
    height: 154px;
}

.page-user .top-user {
    position: relative;
    top: auto;
    right: auto;
}

.nav {
    padding: 0;
    font-size: 16px;
    flex: 1
}

.nav ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    height: 88px;
}

.nav ul li {
    padding: 6px 16px;
    border-radius: 18px;
    transition: background .6s ease;
}

.nav ul li.on,
.nav ul li:hover {
    background: rgba(255, 255, 255, .65);
}


.nav ul li a {
    position: relative;
    display: block;
    width: 96px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.nav ul li:nth-child(1) a {
    background-image: url(../images/nav-1.png);
}
.nav ul li:nth-child(2) a {
    background-image: url(../images/nav-2.png);
}
.nav ul li:nth-child(3) a {
    background-image: url(../images/nav-3.png);
}
.nav ul li:nth-child(4) a {
    background-image: url(../images/nav-4.png);
}
.nav ul li:nth-child(5) a {
    background-image: url(../images/nav-5.png);
}
.nav ul li:nth-child(6) a {
    background-image: url(../images/nav-6.png);
}
.nav ul li:nth-child(7) a {
    background-image: url(../images/nav-7.png);
}

.nav ul li a.selected i,
.nav ul li a:hover span {
    color: var(--main1);
    animation: jump ease 1.5s 1;
    -webkit-animation: jump ease 1.5s 1;
}

.nav ul li a.selected,
.nav ul li a:hover {
    color: var(--main1);
}

.nav ul li span {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #4c7f96;
}

.nav ul li em {
    display: block;
    margin-top: .4rem;
    line-height: 1;
}
.nav ul li.children{
    position: relative;    
}
.nav ul li.children i{
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-top: 8px solid #2f2618;
    margin-top: 19px;
}
.nav ul li .nav-list{
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(223, 237,243, .8);
    display: flex;
    flex-direction: column;
}
.nav ul li .nav-list li{}
.nav ul li .nav-list li a{
    background: none;
    display: block;
    text-align: center;
    line-height: 38px;
    height: 38px;
    position: relative;
}
.nav ul li .nav-list li:hover{
    background: none;
}
.nav ul li .nav-list li:not(:last-child) {
    border-bottom: 1px solid #fff;
    border-radius: inherit;
}

@keyframes jump {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translateY(5px) scaleX(1.2) scaleY(.8);
        transform: translateY(5px) scaleX(1.2) scaleY(.8)
    }

    30% {
        -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);
        transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg)
    }

    50% {
        -webkit-transform: translateY(0) scale(1) rotateZ(0);
        transform: translateY(0) scale(1) rotateZ(0)
    }

    55% {
        -webkit-transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0);
        transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0)
    }

    70% {
        -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);
        transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg)
    }

    80% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0);
        transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0)
    }

    85% {
        -webkit-transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0);
        transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0)
    }

    100% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1);
        transform: translateY(0) scaleX(1) scaleY(1)
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translateY(5px) scaleX(1.2) scaleY(.8);
        transform: translateY(5px) scaleX(1.2) scaleY(.8)
    }

    30% {
        -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);
        transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg)
    }

    50% {
        -webkit-transform: translateY(0) scale(1) rotateZ(0);
        transform: translateY(0) scale(1) rotateZ(0)
    }

    55% {
        -webkit-transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0);
        transform: translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0)
    }

    70% {
        -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);
        transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg)
    }

    80% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0);
        transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0)
    }

    85% {
        -webkit-transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0);
        transform: translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0)
    }

    100% {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1);
        transform: translateY(0) scaleX(1) scaleY(1)
    }
}

/* 氓掳沤猫藛陋 fixed */
.wrap-header .top-nav.fixed {
    padding-bottom: 10px;
    background: rgba(255, 255, 255, .8);
}

.wrap-header .top-nav.fixed .logo {
    width: 270px;
    height: 100px;
}

.login-box {
    max-width: 100%%;
    margin: 0 auto;
}

.login-box a {
    color: var(--main1);
    font-size: inherit;
    transition: color .6s, text-decoration .6s;
}

.login-box a:hover {
    color: var(--main2);
    cursor: pointer;
    text-decoration: underline;
}

.login-box .form-title {
    font-size: 1.8em;
    font-weight: bold;
}

.login-box .form-info {
    margin: .5rem auto;
    text-align: center;
    font-size: 0.9em;
    color: #666;
    zoom: 1;
}

.login-box.reg-box .form-info {
    text-align: left;
}

.login-box .form-info::after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.login-box .form-info label {
    display: flex;
    align-items: center;
    float: left;
}

.login-box a.fp-link {
    float: right;
}

.login-box .form-info label input {
    margin-right: 4px;
}

.login-box .select-simple {
    margin-right: 10px;
}

/* slogan */
.wrap-header .slogan {
    position: relative;
    top: 11vh;
    left: 52%;
    width: 6.6vw;
    height: 46vh;
    background: url(../images/slogn.png) no-repeat center;
    background-size: contain;
}


@media screen and (min-width: 800px) {
    .menuBtn {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .nav em {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    body {
        padding-bottom: 160px;
        background: #dfedf3;
    }

    .index-main {
        display: block;
    }

    .index-main .main,
    .side-right {
        width: auto;
        display: block;
    }

    .index-main .list-box {
        margin: .8rem auto;
        padding-bottom: 0;
        width: 96%;
        border: 2px solid #deb450;
        box-shadow: 0 0 6px #7a4000 inset;
    }

    .list-box h3 {
        margin: 0;
        padding: 0 12px;
    }

    .list-box h3::after {
        display: none;
    }

    .list-box::after {
        display: none;
    }

    .list-box ul {
        padding: 14px;
    }

    .running-goods>div {
        height: auto;
    }

    .running-goods ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .running-goods li {}

    .running-goods p {
        margin: 0 0 0.5em 0;
    }

    .running-goods .origin-price {
        display: none;
    }
}

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

.upload-image-item {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    padding: 2px;
    margin-right: 8px;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    background: #fff
}

.menu-m-title {
    padding: 1rem 0;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background-color: #9a5e1d;
    border-radius: 4px 4px 0 0;
}

ul.menu-m {
    margin: 0 -1rem;
}

.menu-m li:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}

.menu-m li a {
    padding: 1.4rem 0;
    color: #333;
    display: block;
    line-height: 1;
    font-size: 18px;
    transition: color .6s ease;
}

.menu-m li:first-child a {
    padding-top: .2rem;
}

.menu-m li:last-child a {
    padding-bottom: 0;
}

.menu-m li a:hover,
.menu-m li.selected a {
    color: #9a5e1d;
}

article {
    padding: 1.2rem;
    background: #fff;
    border-radius: 6px;
}

article .head {
    position: relative;
    margin: 0 -1.2rem;
    padding: 0 0 1rem 1.8rem;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    border-bottom: 1px solid #e1e1e1;
}

article .head.new-head {
    font-size: 24px;
}

article .head.new-head::after {
    display: none;
}

article .head.new-head span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 6px;
    color: #c5c5c5;
}

/* article .head::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 2px;
    left: 1.2rem;
    width: 2px;
    height: 14px;
    background-color: var(--main1);
} */

article .body {
    margin-top: 1em;
    min-height: 50vh
}

.page-terms article {
    display: grid;
    position: relative;
    padding: 0 0 40px 0;
    margin-bottom: 1rem;
    background: url(../images/page-con-bg.png) no-repeat center top #fff;
    border-radius: 10px;
}

.page-terms article::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url(../images/page-con-border.png) no-repeat center bottom;
}

.page-terms article .head {
    position: relative;
    margin: 0;
    padding: 16px 20px;
    height: auto;
    line-height: inherit;
    font-weight: 600;
    font-size: 1.25em;
    color: #fff;
    text-align: center;
    background: #7a4000;
    border-radius: 10px 10px 0 0;
}

.page-terms article .head::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../images/page-con-border.png) no-repeat center top;
    background-size: cover;
}

.page-terms article .body {
    margin: 0;
    padding: 20px 30px;
    min-height: 110px;
    font-size: 14px;
    line-height: 26px;
    background: url(../images/page-con-border-c.png) repeat center;
    background-size: 100%;
}

.page-terms article table {
    border: 1px solid #a1c5d2 !important;
}

.page-terms article table tr:first-child {
    color: #fff;
    background-color: #237c9c;
}
.page-terms article table tr td {
    padding: 6px 10px;
}

.page-terms article table.ke-zeroborder tr td {
    padding: 0;
}
.page-terms article table.ke-zeroborder tr td img {
    height: auto;
}

.download-box {
    margin-bottom: 2rem;
}

.download-box h4 {
    margin: 1em;
    text-align: center;
    font-size: 1.2rem
}

.download-box ul {
    display: flex;
    justify-content: center;
}

.download-box ul li {
    margin: 0 1em;
}

.download-box ul a {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    border-radius: 6px;
    background: #9a5e1d;
    height: 36px;
    line-height: 36px;
    font-size: 1.1rem;
    cursor: pointer;
}

.download-box ul a:hover {
    background: var(--main2);
}

.list-c {
    display: flex;
    flex-wrap: wrap;
}

.list-c li {
    display: flex;
    align-items: center;
    margin: 0 30px 20px 0;
    padding: 12px 10px;
    width: 282px;
    font-size: 14px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e7ecef;
    background-size: 0 100%;
    transition: background-size 1s, background-color 1s, color .5s;
    cursor: pointer;
}

.list-c li:nth-child(3n) {
    margin-right: 0;
}

.list-c li:hover {
    color: #fff;
    background-color: #9a5e1d;
    background-image: linear-gradient(90deg, rgb(154 94 29) 100%, #7a4000 0);
    background-repeat: no-repeat;
    background-size: 200% 100%;
    transition: background-size 1s, background-color 1s, color .5s;
}

.list-c li.selected {
    color: #fff;
    background-color: #9a5e1d;
}

.payments img {
    margin-right: 10px;
    width: 1.8rem;
    height: 1.8rem;
}

/* .products{ justify-content: space-between;} */
.products li {
    width: 282px;
    max-width: 100%;
    text-align: center;
}

.goods-types {
    display: flex;
    grid-gap: 0.5rem;
    flex-wrap: wrap;
    margin: 0 0 30px;
}

.goods-types li {
    position: relative;
    min-width: 5rem;
    width: 8rem;
    font-size: 16px;
    font-weight: 600;
    color: #763e00;
    flex-grow: 1.5;
    flex-shrink: 0;
    text-align: center;
    line-height: 1;
    transition: all .6s ease;
}

.goods-types li:not(:last-child) {
    border-right: 1px solid #c5b4a2;
}

.goods-types li.cut,
.goods-types li:hover {
    color: var(--main1);
    cursor: pointer;
}

.goods-types li::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    border-radius: 10px;
    background-color: var(--main1);
}

.goods-types li:hover::after,
.goods-types li.cut::after {
    width: 30px;
    transition: all .5s ease;
}

.goods-items {
    display: flex;
    flex-wrap: wrap;
}

.goods-items li.empty {
    display: none;
}

.goods-items li .item-img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: #f5f1ec;
    overflow: hidden;
}

.goods-items li .item-img img {
    width: 100% !important;
    height: auto !important;
}

.goods-items li>div {
    display: flex;
    align-items: center;
}

.goods-items li div.itme-1 {
    margin: .6rem 0;
}

.goods-items li div.item-2 {
    justify-content: space-between;
}

.goods-items li p.title {
    margin-right: .5rem;
}

.goods-items li span.lave-num {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: #0896c9;
}

.goods-items li .price em {
    font-size: 16px;
    color: #F60;
    font-weight: 600;
}

.goods-items .btn-full {
    width: 54px;
    line-height: 24px;
}

/** 氓赂聬氓聫路茅隆碌 **/
.page-user .wrap-body {
    background: none;
}

.account-bg {
    flex-grow: 1;
    position: relative;
    z-index: -1;
}

.account-bg>* {
    position: absolute;
}

.account-bg .e-1 {
    top: 0;
    left: -24rem;
    width: 46.35vw;
    height: 48.73vw;
    background: url(../images/element-1.png) no-repeat left top;
    background-size: contain;
}

.account-bg .e-2 {
    right: 0;
    top: 16%;
    width: 80%;
    height: 60%;
    background-color: #99ddff;
}

.account-bg .e-3 {
    right: -2rem;
    background: url(../images/element-2.png) no-repeat center;
    background-size: contain;
    width: 150%;
    height: 100%;
    min-width: 20rem;
}

.account-setting {
    width: 40rem;
    max-width: 97%;
    padding: 3vw 1.8vw 2vw;
    margin: 3% 2% auto auto;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.account-setting .account-title {
    margin: 0 0 2.4vw -1.8vw;
    width: 35.42vw;
    height: 5.05vw;
    background: url(../images/account-title.png) no-repeat left center;
    background-size: contain;
    min-width: 80%;
    min-height: 3.5rem;
}

.account-from {
    display: flex;
    justify-content: center;
    margin-top: 1.56vw;
}

.account-from ul li {
    margin-bottom: 1.04vw;
}

.account-from ul li:last-child {
    margin-bottom: 0;
}

.account-from ul li i {
    display: block;
    margin-bottom: 0.52vw;
    color: #7d7d7d;
    font-style: normal;
    line-height: 14px;
}

.account-from ul li input {
    padding: 7px 10px;
    margin-right: 10px;
    width: 22vw;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    outline: none;
}

.account-from ul li span {
    color: #009bd5;
    cursor: pointer;
}

.account-from ul li span:hover {
    text-decoration: underline;
}

.user-info {
    font-size: 1.2rem;
    margin-top: 1em;
    min-height: 50vh;
}

.avatar-box {
    text-align: center;
    margin-bottom: 2em;
}

.avatar-box img {
    display: block;
    margin-bottom: 1em;
    width: 10em;
}

.avatar-edit {
    border: 1px solid #e1e1e1;
    margin: 1em auto;
    width: 150px;
    cursor: pointer;
}

.avatar-edit canvas {
    display: block;
}

.user-info ul {
    color: #7d7d7d;
    margin: 0 3%;
    font-size: 1rem
}

.list-info li {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.list-info li .label {
    flex-shrink: 0;
    margin-right: 1em;
}

.side-left .list-info li .label {
    width: 58px !important;
    text-align: justify;
    text-align-last: justify;
    margin-right: 6px;
}

.side-left .list-info li a {
    padding: 2px 12px;
    color: #fff;
    background-image: linear-gradient(#e8d765, #80501c);
    border-radius: 6px;
    transition: opacity .6s ease;
    cursor: pointer;
}

.side-left .box-game-accounts {
    margin-bottom: 20px;
    padding-top: 6px;
}

.side-left .box-game-accounts>div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.side-left .box-game-accounts>div span {
    position: relative;
    font-weight: bold;
}

.side-left .box-game-accounts>div .btn-save {
    padding: 2px 6px;
    background-image: linear-gradient(#eea765, #8d2f21);
    transition: opacity .6s ease;
    border-radius: 6px;
}
.side-left .box-game-accounts>div .btn-save:hover,
.side-left .box-game-accounts li a:hover,
.side-left .list-info li a:hover {
    opacity: .8;
}

.side-left .box-game-accounts li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-top: 1px solid #f1e8e6;
}

.side-left .box-game-accounts li a {
    padding: 2px 6px;
    color: #fff;
    background-image: linear-gradient(#61b2fa, #228796);
    border-radius: 6px;
    transition: opacity .6s ease;
    cursor: pointer;
}


.list-info li .body {
    flex-grow: 3;
    word-break: break-all;
}
.side-left .list-info .body {
    flex: 1;
}

.list-info li input {
    display: block;
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    padding: 0 0.5rem;
    outline: none;
}

.list-info li button {
    float: right;
    margin-left: 1em;
}

@media screen and (max-width: 320px) {
    .list-info li .label {
        width: 100%;
    }
}

i.new {
    margin-right: 6px;
    width: 30px;
    height: 15px;
    background: url(../images/new.png) no-repeat center;
    background-size: contain;
    color: rgba(255, 255, 255, 0)
}

.pagenum-blue {
    margin-top: 40px;
    text-align: center;
}

.pagenum-blue li {
    display: inline-block;
    margin: 0.5em;
    padding: 0.25em 0.5em;
    color: #fff;
    border-radius: 0.25em;
    background-color: #9a5e1d;
    cursor: pointer;
}

.pagenum-blue li.selected {
    background-color: #703b00;
    cursor: auto;
}

.pagenum-blue li.disabled {
    opacity: 0.5;
    cursor: auto;
    color: #fff;
    background: #bbb;
}
.pagenum-blue li input{
    width: 30px;
    border: 1px solid #9a5e1d;
}
.pagenum-blue li.total{
    background: none;
    color: #9a5e1d;
}
.pagenum-blue li.total a{
    display: inline-block;
    margin: 0.5em;
    padding: 0.25em 0.5em;
    color: #fff;
    border-radius: 0.25em;
    background-color: #9a5e1d;
    cursor: pointer;
}

.news-list li {
    margin: 0 0 10px;
}

.news-list a {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

.news-list a:hover {
    color: #9a5e1d;
}

.news-list .likes,
.news-list .replies {
    display: flex;
    align-items: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.news-list .title {
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 5;
    margin-right: 1em;
}

.news-list i {
    color: #ccc;
    margin-right: 0.25em;
    font-size: 0.8em
}

.page-shop .banner {
    margin-top: 150px;
    height: 320px;
    overflow: hidden;
}

.page-shop .wrap.wrap-header {
    padding: 0
}

.page-shop .wrap-body {
    margin: 40px auto 0;
}

/*
氓鈥溌伱┞犫€γ┞犅�
*/
.sec-product {
    display: flex;
    padding: 30px;
}

.page-shop .product-preview {
    width: 100px;
}

.page-shop .product-preview img {
    width: 100%;
    height: auto;
}

.product-preview {
    position: relative;
    z-index: 10;
    margin-right: 30px;
    /* border: 1px solid #eaeaea; */
    width: 356px;
}

.product-info {
    position: relative;
    flex-grow: 10;
    z-index: 10;
    margin-top: -10px;
}

.product-info .pord-name {
    font-size: 24px;
}

.product-info .pord-tips {
    padding: 5px 0 0;
    width: 78%;
    font-size: 14px;
    color: #f7554a;
    line-height: 25px;
}

.product-info .prod-detial {
    color: #888;
    padding-top: 7px;
}

.product-info .prod-detial li {
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.product-info .prod-detial span {
    color: #333;
    margin-left: 9px;
}

.product-info .prod-detial b {
    color: #f74f4a;
    font-size: 22px;
    vertical-align: 0px;
    margin-left: 10px;
}

.choose-role {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.select-m label {
    color: #888;
    margin-right: 10px;
}

.select-m select {
    background: #f2f2f2;
    border: 1px solid #eaeaea;
    border: 0;
    border-radius: 6px;
    width: 270px;
    height: 45px;
    line-height: 45px;
    padding: 0 23px;
    outline: none;
    /* -webkit-appearance: none; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.select-m select:before {
    content: " ";
    width: 100px;
    height: 100px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.choose-role .select-m {
    margin-right: 30px;
}

.goods-info-list {
    display: flex;
    padding: 13px 0;
}

.page-shop .goods-info-list {
    padding: 20px 0;
    background: url(../images/page-shop-border-c.png) repeat center;
}

.goods-info-list li {
    margin-right: 56px;
    display: flex;
    margin-left: 17px;
}

.goods-info-list li .input-t {
    border: 1px solid #ccc;
    display: block;
    position: relative;
    top: -5px;
}

.goods-info-list li .input-t input {
    border: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}

.goods-info-list li label {
    color: #888;
    margin-right: 15px;
    letter-spacing: 4px;
    font-weight: normal;
}

.goods-info-list li span {
    color: #d6365b;
}

.goods-info-list li a {
    padding: 3px 20px;
    background: #f74f4a;
    color: #fff;
    display: block;
    position: relative;
    height: 28px;
    top: -4px;
    margin-left: 25px;
    border-radius: 7px;
    border-bottom: 2px solid #c73f3b;
}

.goods-info-list li b {
    color: #f74f4a;
}

.product-right-menu {
    position: absolute;
    right: 0;
    top: 0px;
}

.product-right-menu .btn-share {
    background: #1184ea;
    color: #fff;
}

.main-bottom {
    margin-top: 16px;
    margin-left: 16px;
    padding-bottom: 20px;
}

.page-shop .main-bottom,
.page-shop .shop-tips {
    margin: 0;
    background: url(../images/page-shop-border-c.png) repeat center;
}

.page-shop .goods-box .main-bottom {
    padding: 0 20px;
}

.page-shop .shop-tips {
    padding: 20px 20px 0;
}

.button {
    padding: 10px 25px;
    border-radius: 6px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 3px;
    min-width: 141px;
    display: inline-block;
    text-align: center;
}

.button-submit {
    background: #9a5e1d;
    transition: background .6s ease;
}
.button-submit {
    background: #863f00;
}

.page-shop .sec-product {
    margin-top: 150px;
    padding-bottom: 0;
    padding-top: 40px;
    border-radius: 10px 10px 0 0;
    background: url(../images/page-shop-border-c.png) repeat center #fff;
    margin-bottom: 60px;
}


.article {
    padding: max(1em, 2%);
}

.article-title {
    font-size: 1.5em;
    margin: 1em auto;
    text-align: center;
}

body.page-user .top-user {
    padding: 10px 0 10px 20px;
    background: none;
}

.wrap-header .simple-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 360px;
    height: auto;
    background: none;
}

.music-bar {
    top: auto !important;
    bottom: 0 !important;
    left: auto !important;
    right: 0;
    width: 350px !important;
    padding: 6px 18px !important;
    border-radius: 30px 0 0 0;
    box-shadow: none !important;
}

/* 猫篓禄氓鈥犈犆┞犅� */
.page-reg {
    padding: 0;
    min-height: 100vh;
}
.page-reg .wrap-body {
    margin-top: 0 !important;
    padding-top: 2em;
}
.page-reg .wrap-body .reg-title {
    position: relative;
    margin: 0;
    font-size: 28px;
    height: 56px;
    line-height: 58px;
    font-weight: 600;
    color: #fadf95;
    text-align: center;
    background-image: linear-gradient(#724100, #873f00);
    border-radius: 14px 14px 0 0;
}
.page-reg .wrap-body .reg-title::after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    background: url(../images/pop-bg.png) no-repeat center top;
    z-index: 1;
    background-size: cover;
}
.page-reg .wrap-body .reg-box {
    position: relative;
    padding: 0 0 40px;
    border-radius: 14px;
}
.page-reg .wrap-body .reg-wrap {
    position: relative;
    padding: 0 0 40px;
    border-radius: 14px;
}
.page-reg .wrap-body .reg-box::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url(../images/pop-bg.png) no-repeat center bottom;
    z-index: 1;
    background-size: cover;
}
.page-reg .wrap-body .reg-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url(../images/pop-bg.png) no-repeat center bottom;
    z-index: 1;
    background-size: cover;
}
.page-reg .wrap-body .reg-wrap .reg-box {
    margin: 0 auto;
    padding: 20px;
    max-width: 100%;
    background: url(../images/pop-bg-center.png) repeat center;
    background-size: cover;
    border-radius: 0;
}
.page-reg .wrap-body .reg-wrap .reg-box::after {
    display: none;
}
.page-reg .wrap-body .reg-wrap .reg-box {
    margin: 0 auto;
    padding: 20px;
    max-width: 100%;
    background: url(../images/pop-bg-center.png) repeat center;
    background-size: cover;
}
.page-reg .wrap-body .reg-box .login-box {
    margin: 0 auto;
    padding: 20px;
    max-width: 100%;
    background: url(../images/pop-bg-center.png) repeat center;
    background-size: cover;
}

.page-reg .form .form-item {
    align-items: center;
}

/* 氓陆藛莽陋鈥� */
.pop-form .flex-x .select-area i.select-arrow::after {
    top: 0;
}

/* 氓鈥灺裁モ偓录莽碌聬忙啪艙茅聽聛 */
.page-topup-result .wrap-header {
    height: 120px;
}
.page-topup-result .wrap-body {
    margin-top: 60px;
    padding: 0;
    width: 970px;
    max-width: 96%;
    min-height: auto;
    border-radius: 14px;
}
.page-topup-result .wrap-body .topup-result {
    position: relative;
    width: 100%;
    padding: 0px 0 40px;
    margin: 0;
    background: url(../images/page-con-bg.png) no-repeat center top #fff;
    border-radius: 14px;
}
.page-topup-result .topup-result .head {
    position: relative;
    margin: 0;
    padding: 16px 20px;
    height: auto;
    line-height: inherit;
    font-weight: 600;
    font-size: 1.25em;
    color: #fff;
    text-align: center;
    background: #7a4000;
    border-radius: 10px 10px 0 0;
}
.page-topup-result .topup-result .head::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../images/page-con-border.png) no-repeat center top;
    background-size: cover;
}
.page-topup-result .topup-result .body {
    margin: 0;
    padding: 20px 30px;
    min-height: 300px;
    font-size: 14px;
    line-height: 26px;
    background: url(../images/page-con-border-c.png) repeat center;
    background-size: 100%;
}
.page-topup-result .topup-result .body .neck {
    margin-bottom: 20px;
}
.page-topup-result .topup-result ul {
    margin: 0 auto;
    max-width: 340px;
}
.page-topup-result .wrap-body .topup-result::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url(../images/page-con-border.png) no-repeat center bottom;
}
.page-topup-result .wrap-body .foot {
    justify-content: center;
    margin-top: 30px;
}
.page-topup-result .wrap-body .foot .btn {
    padding: 6px 40px;
}

/* 猫虏垄莽聧禄氓鈥ε捗β忊€� */
.popup-body .form.select-server-role {
    overflow: initial;
    overflow-x: initial;
}
.popup-body .form.select-server-role .select-box {
    width: 100%;
}
.popup-body .form.select-server-role .select-box .select-list {
    max-height: 8rem;
}

/* my-warehouse */
.page-warehouse .wrap-body {
    display: block;
}
.page-warehouse .sec {
    margin-top: 160px;
    margin-bottom: 0;
    background: #fff;
    background-size: cover;
}
.page-warehouse .sec .sec-title {
    height: 56px;
    line-height: 58px;
    font-size: 20px;
}
.page-warehouse .sec .sec-title::after {
    height: 56px;
    background: url(../images/page-shop-border.png) no-repeat center top;
}
.page-warehouse .sec .body {
    padding: 20px 20px 0;
    min-height: 110px;
    background: url(../images/page-shop-border-c.png) repeat center;
}
.page-warehouse .sec::after {
    background: url(../images/page-shop-border.png) no-repeat center bottom;
}
.page-warehouse .sec-title a {
    display: block;
    position: relative;
    z-index: 10;
    float: right;
    padding: 0 14px;
    margin: 11px 10px 0 0;
    height: 36px;
    font-weight: normal;
    color: #7a4000;
    line-height: 36px;
    font-size: 16px;
    background: #ffebb8;
    border-radius: 4px;
    transition: background .6s ease;
}
.page-warehouse .sec-title a:hover {
    background: #e5c77c;
}
.page-warehouse .warehouseNum {
    font-weight: normal;
    font-size: 14px;
    margin-left: 16px;
}
.page-warehouse .select-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.page-warehouse .operate-select {
    display: flex;
    align-items: center;
}
.page-warehouse .operate-select label {
    display: flex;
    align-items: center;
}
.page-warehouse .operate-select label span {
    position: relative;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    border: 1px solid #7a4000;
    border-radius: 2px;
}
.page-warehouse .operate-select label span.selected::after {
    content: '';
    position: absolute;
    left: -2px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(//ompic.neteaselab.com/respic/images/mlbb/20210524/selected.png) no-repeat center;
    background-size: contain;
    filter: invert(1);
}
.page-warehouse .operate-select label em {
    line-height: 1;
}
.page-warehouse .operate-select .on-selected {
    margin-left: 30px;
    line-height: 1;
}
.page-warehouse .btn-receive {
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #7a4000;
    border-radius: 4px;
    transition: background .6s ease, color .6s ease;
}
.page-warehouse .btn-receive:hover {
    background: #9a5e1d;
}
.page-warehouse .page {
    text-align: center;
}
.page-warehouse .page button {
    margin: 0 16px;
    width: 120px;
    height: 36px;
    color: #7a4000;
    border: 1px solid #7a4000;
    border-radius: 4px;
    background: none;
    transition: background .6s ease, color .6s ease;
}
.page-warehouse .page button:hover {
    color: #fff;
    background: #9a5e1d;
}
.page-warehouse .goods-items li {
    width: 10rem;
    min-width: 10rem;
}
.page-warehouse .goods-items li:nth-child(5n) {
    margin-right: 15px;
}
.page-warehouse .goods-items li:nth-child(7n) {
    margin-right: 0;
}
.page-warehouse .goods-items li.selected {
    background: #fff7ee;
    border: 1px solid #ffdaaf;
}
.page-warehouse .goods-items li.selected::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 24px;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url(//ompic.neteaselab.com/respic/images/mlbb/20210524/selected.png) no-repeat center;
    background-size: contain;
}
/* End my-warehouse */


/* cover */
.cover{
    display: none; 
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,0.5);
}
.cover[data-card="0"] {
    display: none;
}
.cover[data-card="1"] {
    display: block;
}
.cover-con{
    border: 1px solid #FFF;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: auto;
    margin-top: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: auto;
    max-width: 90%;
    width: 1000px;
    z-index: 2;
    background-color: #fff;
}
.ibclass {
    transform: scale(1) !important;
}
.cover-but{
    display: flex;
    align-items: center;
    flex-direction: row;
    position: absolute;
    left: 0;
    right: 0;
    top: 66%;
    z-index: 110;
    justify-content: center;
    align-content: stretch;
}
.cover-close {
    cursor: pointer;
    height: 54px;
    position: absolute;
    right: 4px;
    top: 4px;
    margin: auto;
    width: 53px;
    z-index: 110;
    background: rgba(0,0,0,0) url(//ompic.neteaselab.com/respic/images/mlbb/20210720/images/close.png) no-repeat center center/cover;
    transition: all linear 0.2s;
}
.skip-but{
    cursor: pointer;
    /* height: 45px; */
    /* margin: 0 6px; */
    /* width: 135px; */
    transition: all linear 0.2s;
    /* width: 1000px; */
    display: block;
}
.skip-but.but01{
    background: rgba(0,0,0,0) url(//ompic.neteaselab.com/respic/images/mlbb/20210721/images/title01.png) no-repeat center center/cover;
}
.skip-but.but02{
    background: rgba(0,0,0,0) url(//ompic.neteaselab.com/respic/images/mlbb/20210721/images/title02.png) no-repeat center center/cover;
}
.skip-but.but03{
    background: rgba(0,0,0,0) url(//ompic.neteaselab.com/respic/images/mlbb/20210721/images/title03.png) no-repeat center center/cover;
}
.cover-img{

}
.cover-img a{}
.cover-img img{}
.cover-pc{display: block;}
.cover-mobile{display: none;}
/* em cover */
@media (max-width: 1446px) {
    .page-index .wrap-header .top-nav .logo,
    .wrap-header .top-nav.fixed .logo,
    .wrap-header .top-nav .logo {
        width: 230px;
        height: 90px;
    }
    .page-index .wrap-header .top-nav {
        padding: 20px;
    }
    .wrap-header .top-nav {
        padding: 10px 20px;
    }
    form.form.form-s.cs-ask {
        padding-right: 10px;
        max-height: 60vh;
        overflow: auto;
    }
}

@media (max-width: 1372px) {
    .nav ul li a {
        width: 80px;
        height: 40px;
    }
    .page-index .wrap-header .top-nav .logo,
    .wrap-header .top-nav.fixed .logo,
    .wrap-header .top-nav .logo {
        width: 210px;
        height: 80px;
    }
}

@media (max-width: 1024px) {
    .cover-mobile{display: block;}
    .cover-pc{display: none;}
    .cover-con {
        /* height: 530px; */
        border: 1px solid #FFF;
        left: 0;
        right: 0;
        margin: auto;
        margin-left: auto;
        margin-top: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        min-width: auto;
        max-width: 90%;
        width: 680px;
        z-index: 2;
        background-color: #fff;
        /* transform: scale(0); */
        /* transition: all 0.4s ease; */
    }
    .cover-close{
        height: 44px;
        width: 43px;
    }
    .skip-but{
        top: 63%;
    }
    .main {
        margin: 0 auto;
        width: 96%;
    }

    form.form.form-s.cs-ask {
        padding-right: 0;
        max-height: 100%;
        overflow: auto;
    }

    .wrap-header .slogan,
    .left-sec .subLeft-banner-box,
    .left-sec .maintain-box,
    .index-main .main .swiper-container {
        display: none;
    }

    #bannerM, #maintain-box-m {
        display: block;
    }

    .list-box h3::after,
    .list-box::after {
        background-size: 100%;
    }
    .list-box ul {
        min-height: 100px;
        background: none;
    }

    .page-index .left-sec {
        margin: .8rem auto;
        width: 96%;
    }

    .page-index .left-sec.maintain-box {
        display: none;
    }
    .side-left a.left-sec.btn-fb {
        height: 114px;
        background: url(../images/fb-btn-m.png) no-repeat center;
        background-size: contain;
    }

    .page-index .left-sec.subLeft-banner-box {
        padding: 12px 0;
    }

    #maintain-box-m {
        padding: 0;
    }

    #maintain-box-m .body {
        padding-bottom: 1.2rem;
    }

    .nav {
        position: fixed;
        top: 4rem;
        left: 0;
        width: 100%;
        height: 0;
        background: rgb(0, 0, 0, .75);
        overflow: hidden;
        transition: all .5s ease-in-out;
        z-index: 10;
    }

    .nav.show {
        height: 100vh;
    }

    .nav ul {
        display: block;
        width: 100%;
        height: auto;
    }

    .nav ul li {
        width: 100%;
        border-top: 1px solid #e1e1e1;
        background-color: #fff;
        border-radius: 0;
    }

    .nav ul li:nth-child(2) {
        display: none;
    }

    .nav ul li a {
        margin: 0 auto;
        width: 100%;
        height: 36px;
    }

    .nav ul li span {
        margin-right: .4rem;
    }

    .nav ul li em {
        margin-top: 0;
        font-size: 16px;
    }

    .nav.show:after {
        content: " ";
        position: fixed;
        width: 100vw;
        height: 100vh;
        z-index: -1;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .wrap {
        width: 100%;
    }

    .wrap-header>div {
        padding: 0.5em;
    }

    .page-index .wrap-header {
        position: fixed;
        width: 100%;
        top: 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        z-index: 9999;
        margin-bottom: 0;
        height: 4rem;
        background: #fff;
    }

    .top-logo {
        margin: 0;
    }

    .page-index .wrap-header .top-nav .logo, .wrap-header .top-nav.fixed .logo, .wrap-header .top-nav .logo {
        width: 120px;
        height: 50px;
    }

    .top-user {
        padding: 0;
        background: none;
    }

    .wrap-header .top-nav,
    .page-index .wrap-header .top-nav {
        padding: 0.5em;
    }

    .login-infoWrap {
        display: flex;
        align-items: center;
    }

    .index-main {
        margin-top: 4rem;
    }

    .top-user button,
    .top-user a.user-name {
        width: auto;
        min-width: 60px;
        height: 26px;
        line-height: 26px;
    }

    .top-user button:last-child {
        margin-left: 4px;
    }

    .running-goods ul {
        justify-content: space-between;
    }

    .running-goods ul li {
        width: 40%;
        margin: 0 5% 14px;
    }

    .running-goods ul li:nth-child(3n) {
        margin-right: 0;
    }

    .running-goods ul li img {
        min-height: 110px;
    }

    .page-index .side-right {
        margin-top: 1rem;
    }

    .index-main .swiper-container {
        height: 144px;
    }

    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0 !important;
    }

    .page-terms .wrap-header,
    .page-cs .wrap-header,
    .page-topup .wrap-header,
    .page-events .wrap-header {
        margin-bottom: 1rem;
        height: 14rem;
        background-size: cover;
    }

    .main-right {
        margin: 1rem auto 0;
        width: 96%;
    }

    .main-right.event-common-bg {
        overflow: hidden;
    }

    .sec {
        padding-bottom: 0;
        border: 2px solid #deb450;
        box-shadow: 0 0 6px #7a4000 inset;
    }

    .sec .sec-title::after,
    .sec::after {
        display: none;
    }

    .sec-body {
        padding: 10px;
    }

    .sec-body .fl {
        text-align: left;
        justify-content: end;
    }

    .page-terms article .body {
        padding: 20px;
        background: none;
    }

    .news-list a span {
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    article {
        padding: 1rem;
    }

    article .head {
        margin: 0 -1rem;
        font-size: 16px;
        font-weight: 600;
    }

    article .head::after {
        top: 0;
        height: 16px;
    }

    a.left-sec.btn-game-dl {
        display: none;
    }

    a.left-sec.btn-newbie-guide {
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 999;
        margin: 0;
        padding: 0;
        width: 98px;
        height: 100px;
        background: url(../images/newbie-guide-btn-m.png) no-repeat center;
        background-size: contain;
    }

    .wrap-body {
        display: block;
    }

    .page-shop .wrap-body .sec-product {
        margin-top: 80px;
        padding: 14px 10px;
        border-radius: 10px;
    }

    .product-info .prod-detial b {
        font-size: 18px;
    }

    .page-shop .sec-product::before {
        display: none;
    }

    .choose-role {
        flex-wrap: wrap;
        padding: 0;
    }

    .choose-role .select-m {
        margin: 0 0 14px 0;
        width: 100%;
    }

    .page-shop .product-preview {
        margin-right: 10px;
    }

    .product-info {
        flex: 1;
        margin-top: 0;
    }

    .product-info .pord-name {
        line-height: 1;
    }

    .product-info .prod-detial li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 4px;
    }

    .product-info .pord-tips {
        padding: 0;
        width: 100%;
    }

    .page-shop .goods-info-list {
        padding: 20px;
    }

    .goods-info-list {
        padding: 20px 20px 0;
        flex-wrap: wrap;
    }
    .goods-info-list li {
        align-items: center;
        margin: 0 0 20px 0;
        width: 100%;
    }

    .goods-info-list li label {
        margin-right: 10px;
        width: 70px;
        letter-spacing: 0;
        text-align-last: justify;
    }

    .goods-info-list li a {
        top: 0;
        margin-left: 10px;
    }

    .select-m label {
        display: inline-block;
        margin-right: 10px;
        width: 70px;
        letter-spacing: 0;
        text-align-last: justify;
    }

    .page-shop .goods-box .main-bottom {
        margin-bottom: 20px;
    }

    .page-shop .goods-box .main-bottom .button {
        padding: 0 24px;
        height: 36px;
        line-height: 36px;
    }

    .page-shop .shop-tips {
        padding: 20px;
    }

    .product-right-menu {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 10px;
    }

    .page-index .side-left,
    .side-left {
        width: 100%;
    }

    .page-terms .side-left {
        width: 100%;
    }

    .menu-m-title {
        display: none;
    }

    .side-left .left-sec.subLeft-banner-box {
        padding: 1rem 1rem 1rem 0;
        background: rgba(255, 255, 255, .7);
    }

    .page-index .left-sec.login-after {
        padding: 12px;
    }

    ul.menu-m {
        display: flex;
        flex-wrap: unset;
        margin: 0;
        overflow-x: auto;
    }

    .menu-m li {
        position: relative;
        flex-shrink: 0;
        text-align: center;
        transition: all .6s ease;
        background-image: linear-gradient(#705133, #a46d47, #ac7148);
        border-radius: 6px;
        margin: 0 2px;

    }

    .menu-m li:not(:last-child) {
        border-bottom: none;
    }

    .menu-m li:first-child a {
        margin: 0;
        padding: 0 10px;
    }

    .menu-m li a {
        position: relative;
        padding: 0 10px;
        color: #fff;
        height: 30px;
        line-height: 30px;
    }
    .menu-m li a:hover, .menu-m li.selected a{
        color: #ffc107;
    }

    .menu-m li:not(:last-child)::after {
        display: none;
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 18px;
        background-color: #e1e1e1;
    }

    .menu-m li.selected a::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        margin: auto;
        width: 18px;
        height: 2px;
        background-color: var(--main1);
    }

    .menuBtn {
        display: block;
        width: 1.5rem;
        margin-left: 1.5em;
        position: relative;
    }

    .menuBtn span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: var(--main1);
    }

    .menuBtn span:not(:last-child) {
        margin-bottom: 6px;
    }

    .menuBtn::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -0.75em;
        width: 1px;
        height: 100%;
        background-color: #e1e1e1;
        z-index: 999;
    }

    .fl {
        align-items: center;
        margin-bottom: 8px;
        text-align: center;
        justify-content: center;
    }
    .footer .fl img {
        height: auto;
    }
    .fr {
        margin-top: 12px;
        width: auto;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
    }
    .fr span {
        width: auto;
        float: right;
    }
    .foot {
        display: block;
        margin: 0;
    }

    /* 猫篓禄氓鈥犈犆┞犅� */
    body.page-reg  {
        padding-bottom: 0;
    }
    .page-reg .wrap-body {
        margin-bottom: 40px;
    }
    .page-reg .logo {
        margin-bottom: 20px;
        height: 140px;
    }
    .page-reg .footer {
        padding: 10px 0;
    }
    .page-reg .form .form-item {
        flex-wrap: wrap;
    }
    .page-reg .form .form-item-label {
        width: 100% !important;
        text-align-last: auto;
        text-align: left;
    }
    .page-reg .wrap-body .reg-wrap .reg-box,
    .page-reg .wrap-body .reg-box .login-box {
        background-size: 100% 100%;
    }

    /* 氓陆藛莽陋鈥� */
    .pop-blue .popup-inner {
        max-width: 94%;
    }
    .pop-blue .popup-head::after,
    .pop-blue .popup-inner::after,
    .popup-body  {
        background-size: 100%;
    }
    .form .form-item {
        flex-wrap: wrap;
        margin: 0 auto 10px;
    }

    .form .form-item-label {
        width: 100% !important;
        text-align-last: auto;
        margin-right: 1rem;
        text-align: left;
    }

    /* 茅聛艩忙藛虏猫娄聫莽芦聽 */
    .page-terms article {
        border: 2px solid #deb450;
        box-shadow: 0 0 6px #7a4000 inset;
    }
    .page-terms article .head::after,
    .page-terms article::after,
    .page-terms article .head::before {
        display: none;
    }

    .page-terms article .head {
        text-align: center;
        height: auto;
        line-height: 28px;
        padding: 10px;
    }

    .page-terms article .head.new-head span {
        display: block;
        font-weight: normal;
        margin-top: 16px;
        color: #adadad;
        line-height: 1;
        margin: 5px 0 16px;
        padding: 0;
        font-size: 12px;
    }

    /* 氓鈥灺裁モ偓录盲赂颅氓驴茠 */
    .sec-b {
        padding-bottom: 0;
        border: 2px solid #deb450;
        box-shadow: 0 0 6px #7a4000 inset;
    }
    .sec-b .sec-head h3::after,
    .sec-b::after {
        display: none;
    }

    .wrap-header .simple-head {
        padding: 0;
    }

    .list-c li {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .products li {
        width: 100%;
    }
    .page-topup .sec-b.can-reset .flex-s {
        flex-wrap: wrap;
    }
    .page-topup .sec-b.can-reset .sec-head h3 {
        padding: 0 10px;
        border-radius: 10px 10px 0 0;
        background: none;
    }
    .page-topup .sec-b.can-reset .sec-head a.btn-reselect {
        margin: 10px auto 10px;
        width: 100px;
        height: 34px;
        line-height: 34px;
    }
    .page-topup .form.card-box {
        width: 100% !important;
    }

    /* 氓鈥⑩€犆ヅ概� */
    .page-shop .banner {
        margin-top: 64px;
        height: 110px;
    }
    .page-shop .sec {
        margin: 10px auto 0;
        width: 96%;
    }
    .page-shop .sec .body {
        padding: 20px 12px;
    }
    .goods-types {
        flex-wrap: unset;
        overflow-x: auto;
        margin: 0 0 20px;
    }
    .goods-types li {
        width: 6rem;
        height: 20px;
        line-height: 20px;
    }
    .goods-items {
        justify-content: space-between;
    }
    .special-goods li, .goods-items li {
        margin: 0 4% 16px 0;
        min-width: auto;
        width: 48%;
    }
    .special-goods li:nth-child(2n), .goods-items li:nth-child(2n) {
        margin-right: 0;
    }
    .special-goods li:nth-child(5n), .goods-items li:nth-child(5n) {
        margin-right: 4%;
    }
    .goods-items li .item-img {
        height: 100px;
    }
    .goods-items li div.itme-1 {
        flex-wrap: wrap;
        margin: .6rem 0 0;
        text-align: left;
    }
    .goods-items li p.title {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .goods-items li span.lave-num {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        padding: 3px 10px;
        width: auto;
        text-align: center;
        background: #0896c9;
    }
    .goods-items li div.item-2 {
        flex-wrap: wrap;
    }
    .goods-items li div.item-2 p {
        width: 100%;
    }
    .goods-items li div.item-2 .price-list {
        margin-bottom: .4rem;
        text-align: left;
    }
    .goods-items .btn-full {
        width: 100%;
    }

    /* 氓鈥灺裁モ偓录莽碌聬忙啪艙茅聽聛 */
    .page-topup-result .wrap-header {
        height: 64px;
    }
    .page-topup-result .wrap-body .topup-result {
        border: 2px solid #deb450;
        box-shadow: 0 0 6px #7a4000 inset;
    }
    .page-topup-result .topup-result .body {
        padding: 20px 10px;
    }
    .page-topup-result .topup-result .head::after,
    .page-topup-result .wrap-body .topup-result::after {
        display: none;
    }
    .page-topup-result .topup-result .body {
        background: none;
    }
    .page-topup-result .topup-result ul {
        max-width: 100%;
    }

    .page-warehouse .sec {
		margin: 120px auto 0;
		width: 96%;
    }
    .page-warehouse .sec .sec-title {
        display: flex;
        justify-content: space-between;
    }
	.page-warehouse .sec-title a {
		position: absolute;
		top: -40px;
		right: 0;
		margin: 0;
		padding: 0;
		background: none;
		text-decoration: underline;
    }
    .page-warehouse .sec .body {
        padding: 10px 10px 20px;
    }
    .page-warehouse .goods-items {
        justify-content: flex-start;
    }
    .page-warehouse .goods-items li {
        width: 32%;
        padding: 6px;
        min-width: auto;
        margin-right: 2%;
    }
    .page-warehouse .goods-items li .item-img {
        width: 100%;
    }
    .page-warehouse .goods-items li:nth-child(2n),
    .page-warehouse .goods-items li:nth-child(5n),
    .page-warehouse .goods-items li:nth-child(7n) {
        margin-right: 2%;
    }
    .page-warehouse .goods-items li:nth-child(3n) {
        margin-right: 0;
    }
    .page-warehouse .operate-select .on-selected {
        margin-left: 10px;
        color: red;
    }
}

@media (min-width: 800px) and (max-width: 1026px) {
    .nav {
        top: 104px;
    }
    .index-main .swiper-container {
        height: 388px;
    }
    .page-index .left-sec .form-title {
        line-height: 50px;
        background-image: linear-gradient(#724100, #873f00);
        border-radius: 10px 10px 0 0;
    }
    .left-sec {
        border-radius: 10px;
    }
    .running-goods .item-list ul {
        justify-content: end;
    }
    .running-goods ul li {
        margin: 0 2.85% 14px;
        width: 20%;
    }
    .pop-blue .popup-inner {
        max-width: 50%;
    }
    .list-box h3::after,
    .list-box::after,
    .list-box ul {
        background-size: cover;
    }
    #maintain-box-m {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .logo, .page-index .wrap-header .top-nav .logo, .wrap-header .top-nav .logo {
        width: 80px;
    }
    .pop-blue .popup-body {
        padding: 16px;
    }
    .pop-blue .popup-body .flex-x input.input-phone,
    body.page-reg input.input-phone {
        min-width: auto;
    }
}
@media (min-width: 1920px) {
    .page-index .wrap-header {
        background: url(../images/banner.png) no-repeat center top #dfedf3;
        background-size: contain;
    }
    body {
        background: url(../images/body-bg.png) no-repeat right bottom #dfedf3;
        background-size: contain;
    }
}