body,html {
    width: 100%;
    font-family: SourceHanSans
}

*,:after,:before {
    box-sizing: border-box
}

.body {
    width: 7.5rem;
    min-width: 300px;
    max-width: 750px;
    margin: 0 auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

a {
    cursor: pointer;
    text-decoration: none
}

input::-webkit-input-placeholder {
    color: #949494
}

input:-moz-placeholder,input::-moz-placeholder {
    color: #949494
}

input:-ms-input-placeholder {
    color: #949494
}

.red{
    color: #f50a0a !important;
}

.green{
    color: #00cca3 !important;
}

.msg{
    text-align: center;
    color: #e0e0e0;
    margin-top: .2rem;
}

.nodata{
    color: #959595;
    text-align: center;
    display: none;
}

.s1{
    width: 7.5rem;
    background:#000000 url(../img/bg01.jpg) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 1.98rem;
}

.s1 .inner {
    width: 7.34rem;
    height: 11.34rem;
    margin: 0 auto;
    position: relative;
    background: #23252b;
    border-radius: .15rem;
    padding: .56rem .4rem 0;
}
.s1 .lang_area{
    width: 1.83rem;
    height: .56rem;
    line-height: .56rem;
    border-radius: .1rem;
    background: #111314;
    border: .02rem solid #000000;
    position: absolute;
    top:.4rem;
    right: .08rem;
    cursor: pointer;
    color: #e0e0e0;
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 .15rem;
    font-size: .24rem;
}
.s1 .lang_area .icon_arrow{
    width: .32rem;
    margin-left: .1rem;
}
.s1 .item{
    width: 6.5rem;
    height: .8rem;
    line-height: .8rem;
    border-radius: .1rem;
    background: #111314;
    border: .02rem solid #000000;
    margin-bottom: .16rem;
    display: flex;
    align-items: center;
    padding: 0 .28rem;
}
.s1 .item .icon{
    display: block;
    width: .48rem;
    height: .48rem;
    margin: 0 .24rem 0 0;
}
.s1 .item img{
    max-width: 100%;
}
.s1 .item .ipt{
    height: .8rem;
    line-height: .8rem;
    border: none;
    background: none;
    font-size: .28rem;
    color: #fafafa;
}
.s1 .item .ipt.w1{
    width: 5.58rem;
}
.s1 .item .ipt.w2{
    width: 3rem;
}
.s1 .item .send_code{
    width: 2.5rem;
    font-size: .28rem;
    line-height: .8rem;
    color: #00ffcc;
    display: block;
    text-align: right;
    cursor: pointer;
    white-space: nowrap;
}
.s1 .btn_confirm{
    width: 6.54rem;
    height: .8rem;
    line-height: .8rem;
    border-radius: .1rem;
    background: #00cca3;
    cursor: pointer;
    font-size: .32rem;
    color: #0a0a14;
    text-align: center;
    margin: .32rem auto;
}
.s1 .text{
    font-size: .28rem;
    color: #e0e0e0;
}
.s1 .other_type{
    margin: .6rem auto 0;
    width: 5.5rem;
    display: flex;
    justify-content: space-between;
}
.s1 .other_type .third{
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.s1 .other_type .apple, .s1 .other_type .google{
    display: block;
}
.s1 .other_type .icon{
    display: flex; 
    align-items: center;
    width: .96rem;
    height: .96rem;
    border-radius: .28rem;
    background: #fff;
    margin: 0 auto;
}
.s1 .other_type .fb .icon{
    background: #3077f6;  
}
.s1 .other_type .icon img{
    width: .48rem;
    height: .48rem;
    margin: 0 auto;  
}
.s1 .other_type .text2{
    font-size: .32rem;
    color: #e0e0e0;
    margin-top: .05rem;
}
.s1 .other_type .third .g_id_signin{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.s1 .other_type .third .g_id_signin .S9gUrf-YoZ4jf{
    opacity: 0;
    width: 100%;
    height: 100%;
}
.s1 .other_type .third .g_id_signin .S9gUrf-YoZ4jf .L5Fo6c-sM5MNb{
    width: 100%;
    height: 100%;   
}
.s1 .other_type .third .fb-login-button{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
}
.s1 .other_type .third .fb-login-button span{
    width: 100% !important;
    height: 100% !important;
    display: block;
    opacity: 0;
}
.s1 .other_type .third .fb-login-button span iframe{
    width: 100% !important;
    height: 100% !important;  
}
.s1 .other_type .third #appleid-signin{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    opacity: 0;
}
.s1 .info h5{
    font-size: .28rem;
    color: #00cca3;
    margin-bottom: .25rem;
    margin-top: 1rem;
}
.s1 .info p{
    font-size: .28rem;
    color: #e0e0e0;
    margin-bottom: .2rem;
}
.s1 .info p a{
    color: #00cca3;
    text-decoration: underline;
}

.s2, .s3{
    width: 7.5rem;
    min-height: 13.34rem;
    background: #000;
    margin: 0 auto;
    position: relative;
    padding-bottom: .08rem;
    display: none;
}
.s3{
    display: block;
}

.s3 h3{
    font-size: .36rem;
    color: #e0e0e0;
    text-align: center;
}
.s3 .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
}
.s3 .btn span, .s3 .btn .btn_back_home{
    width: 2.36rem;
    height: .76rem;
    line-height: .76rem;
    text-align: center;
    border: .02rem solid #666666;
    font-size: .28rem;
    color: #e0e0e0;
    border-radius: .08rem;
    display: block;
    cursor: pointer;
}
.s3 .btn span.btn_confirm{
    background: #00cca3;
    border-color: #00cca3;
    color: #0a0a14;
    margin-left: 1rem;
}

.s2 .inner, .s3 .inner{
    width: 7.34rem;
    margin: 0 auto;
    padding-top: .08rem;
}
.s2 .box1, .s3 .box1{
    height: .96rem;
    margin: 0 auto;
    background: #23252b;
    border-radius: .15rem;
    padding: 0 .4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s2 .box1 .tit, .s3 .box1 .tit{
    color: #e0e0e0;
    font-size: .4rem;
}
.s2 .box1 .btn_logout, .s3 .box1 .btn_logout{
    color: #e0e0e0;
    font-size: .28rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.s2 .box1 .btn_logout .icon, .s3 .box1 .btn_logout .icon{
    width: .48rem;
    height: .48rem;
    display: block;
    margin-left: .08rem;
}
.s2 .box2, .s3 .box2{
    margin: .08rem auto;
    background: #23252b;
    border-radius: .15rem;
    padding: .56rem .4rem;
}
.s2 .box2 .item{
    padding-bottom: .24rem;
    border-bottom: 1px solid #111314;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto .24rem;
}
.s2 .box2 .item label{
    font-size: .28rem;
    color: #e0e0e0;
    width: 1.16rem;
    text-align: right;
}
.s2 .box2 .item .sub{
    width: 5.16rem;
    height: .8rem;
    line-height: .8rem;
    padding: 0 .23rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .28rem;
    color: #e0e0e0;
    background: #111314;
    border: .02rem solid #000000;
    border-radius: .08rem;
    cursor: pointer;
}
.s2 .box2 .item .sub .icon_arrow{
    width: .48rem;
    height: .48rem;
}
.s2 .box2 .item .sub2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 5.14rem;
}
.s2 .box2 .item .sub2 span{
    width: 2.36rem;
    height: .76rem;
    line-height: .76rem;
    text-align: center;
    font-size: .28rem;
    color: #e0e0e0;
    border: .02rem solid #666666;
    border-radius: .06rem;
    margin: 0 .4rem .16rem 0;
    cursor: pointer;
}
.s2 .box2 .item .sub2 span.active{
  background: #00cca3;
  border-color: #00cca3;
  color: #0a0a14;  
}
.s2 .box2 .item .sub2 span:nth-child(2n){
    margin-right: 0;
}
.s2 .text{
    font-size: .28rem;
    text-align: center;
    margin-top: .5rem;
}
.s2 .good_area{
    display: none;
}
.s2 .box2 .tit{
    font-size: .28rem;
    color: #e0e0e0;
    margin: .5rem auto .4rem;
}
.s2 .good_list{
    width: 6.54rem;
    margin: 0 auto;
}
.s2 .good_list li{
    width: 6.54rem;
    margin: 0 auto .25rem;
    cursor: pointer;
}
.s2 .good_list li .bg_top{
    width: 6.54rem;
    height: .4rem;
    background: url(../img/bg_box_top.png) no-repeat;
    background-size: 6.54rem .4rem;
}
.s2 .good_list li .bg_bottom{
    width: 6.54rem;
    height: .4rem;
    background: url(../img/bg_box_bottom.png) no-repeat;
    background-size: 6.54rem .4rem;
}
.s2 .good_list li .bg_middle{
    width: 6.54rem;
    background: url(../img/bg_box_middle.png) repeat-y;
    background-size: 100%;
    padding: 0 .24rem;
}
.s2 .good_list li:last-child{
    margin-bottom: 0;
}
.s2 .good_list li .bg_middle .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s2 .good_list li .basic{
    display: flex;
    align-items: center;   
}
.s2 .good_list li .thumb{
    width: .96rem;
    height: .96rem;
    border-radius: .08rem;
    background: #000;
    display: flex;
    align-items: center;
    margin-right: .2rem;
}
.s2 .good_list li .info{
    width: 3.1rem;
}
.s2 .good_list li .name{
    font-size: .32rem;
    color: #00cca3;
}
.s2 .good_list li .name span{
    font-size: .4rem;
}
.s2 .good_list li .desc{
    font-size: .24rem; 
    color: #e0e0e0;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-top: .25rem;
}
.s2 .good_list li .desc span{
    font-size: .24rem;  
}
.s2 .good_list li .price{
    font-size: .28rem;
    color: #e0e0e0;  
}


.pop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    display: none;
}

.pop .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    position: fixed;
}

.pop .btn_close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    text-align: center;
}

.pop_langue .container, .pop_server .container, .pop_role .container{
    width: 6.34rem;
    height: 86%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto;
    display: flex;
    align-items: center;
    overflow-y: scroll;
    overflow-x: hidden;
}
.pop_langue .list, .pop_server .list,  .pop_role .list{
    width: 6.34rem;
    max-height: 100%;
    margin: 0 auto;
}
.pop_langue .list li, .pop_server .list li, .pop_role .list li{
    width: 6.34rem;
    height: 1.28rem;
    margin-bottom: .16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4rem;
    background: #23252b;
    border-radius: .08rem;
    cursor: pointer;
}
.pop_langue .list li:last-child, .pop_server .list li:last-child, .pop_role .list li:last-child{
    margin-bottom: 0;
}
.pop_langue .list li .name, .pop_server .list li .name, .pop_role .list li .name{
    font-size: .4rem;
    color: #fafafa;
}
.pop_langue .list li .select, .pop_server .list li .select, .pop_role .list li .select{
    width: .4rem;
    height: .4rem;
    background: url(../img/icon_select.svg) no-repeat;
    background-size: 100%;
}
.pop_langue .list li.on .select, .pop_server .list li.on .select, .pop_role .list li.on .select{
    background: url(../img/icon_select_on.svg) no-repeat;
    background-size: 100%; 
}


.pop_choose_good .container{
    width: 6.54rem;
    min-height: 5rem;
    max-height: 7rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto;
    padding: .5rem .65rem;
    background: #23252b;
    border-radius: .08rem;
    text-align: center;
}
.pop_choose_good .tit{
    font-size: .32rem;
    color: #e0e0e0;
    margin-bottom: .25rem;
}
.pop_choose_good .name{
    font-size: .32rem;
    color: #00cca3;
    margin-bottom: .1rem;
}
.pop_choose_good .name span{
    font-size: .4rem;
}
.pop_choose_good .desc{
    font-size: .24rem;
    color: #e0e0e0;
    margin-bottom: .3rem;
    margin-top: .3rem;
    text-align: left;
}
.pop_choose_good .desc span{
    font-size: .26rem;
}
.pop_choose_good .price{
    font-size: .28rem;
    color: #e0e0e0;
}
.pop_choose_good .btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .4rem;
}
.pop_choose_good .btn span{
    width: 2.36rem;
    height: .76rem;
    line-height: .76rem;
    text-align: center;
    border: .02rem solid #666666;
    font-size: .28rem;
    color: #e0e0e0;
    border-radius: .08rem;
}
.pop_choose_good .btn span.btn_confirm{
    background: #00cca3;
    border-color: #00cca3;
    color: #0a0a14;
}


.login_pop h3{
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
}
.login_pop .item{
    width: 400px;
    margin: 0 auto 20px;
}
.login_pop .item .ipt{
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    text-indent: 10px;
    box-shadow: 3px 4px 9px 0 rgba(50, 50, 50, 0.11);
    border-radius: 8px;
}
.login_pop .btn_login{
    width: 400px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: rgb(128, 130, 211);
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.login_pop .other p{
    margin-top: 20px;
    text-align: center;
}
.login_pop .other .btn-google, .login_pop .other .btn-apple{
    width: 200px;
    margin-top: 10px;
}
#appleid-signin{
    height: 40px !important;
}