@charset "utf-8";
body,div,hr,p,blockquote,ul,ol,li,table,tbody,tr,th,td,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,button,select,textarea,fieldset,legend {
    font-size:12px;
    font-weight:normal;
    margin:0px;
    padding:0px;
    font-family:'microsoft yahei',Helvetica, Tahoma, Arial, sans-serif;
    border: none;
}
body{
    color:#333;
    background-color:#fff;
}
html {
    overflow-y:auto!important;
    *overflow-y:scroll;
}
.clearfix {
    *zoom:1;
    *clear:both;
}
.clearfix:after {
    display:block;
    clear:both;
    content:".";
    visibility:hidden;
    overflow: hidden;
    height:0;
}
*+html img{
    -ms-interpolation-mode:bicubic;
}
.clearboth{
    clear:both;
}
ul,ol{
    list-style:none
}
fieldset,img{
    border:0;
}
address,cite,dfn,em,var,i{
    font-style:normal;
}
strong,.fcu {
    font-weight:bold;
}
table{
    border-collapse:collapse;
    border-spacing:0
}
button,.fhand{
    cursor:pointer;
}
button,input,select,textarea {
    font-size:12px;
    outline: 0;
}
.fl {
    float:left;
    display:inline;
}
.fr {
    float:right;
    display:inline;
}
.hide {
    display:none;
}
.show {
    display:block;
}
.fred {
    color:#f00;
}
.fblue {
    color:#00f;
}
.fgreen {
    color: #008000;
}
.fgray {
    color:#959595;
}
.cgray9{
    color: #999;
}
.fcu {
    font-weight:700;
}
.f13{
    font-size: 13px;
}
.f14 {
    font-size:14px;
}
.f15 {
    font-size:15px;
}
.f18 {
    font-size:18px;
}
.f25{
    font-size: 25px;
}
.h20 {
    height:20px;
    line-height:20px;
}
.h25 {
    height:25px;
    line-height:25px;
}
.h30 {
    height:30px;
    line-height:30px;
}
.h35 {
    height:35px;
    line-height:35px;
}
.h40 {
    height:40px;
    line-height:40px;
}
.w40 {
    width:40px;
}
.w60 {
    width:60px;
}
.w80 {
    width:80px;
}
.w100 {
    width:100px;
}
.w120 {
    width:120px;
}
.w140 {
    width:140px;
}
.w160 {
    width:160px;
}
.w180 {
    width:180px;
}
.w200 {
    width:200px;
}
.w220 {
    width:220px;
}
.w240 {
    width:240px;
}
.w260 {
    width:260px;
}
.w280 {
    width:280px;
}
.w300 {
    width:300px;
}
.w400 {
    width:400px;
}
.w500 {
    width:500px;
}
.w560{
    width: 560px;
}
.w600{
    width: 600px;
}
.wrap1200 , .warp1200{
    width: 1200px;
    margin: 0 auto;
}
.wrap1000{
    width: 1000px;
    margin: 0 auto;
}
.uinput {
    border-top:1px solid #848484;
    border-left:1px solid #848484;
    border-right:1px solid #E0E0E0;
    border-bottom:1px solid #E0E0E0;
    text-indent:5px;
}
a{
    color:#333;
    text-decoration:none;
}
a:hover {
    color:#f00;
    text-decoration:underline;
}
.tb_left10 {
    text-align: left !important;
    padding-left: 10px;
}
.tb_right10 {
    text-align: right !important;
    padding-right: 10px;
}
.fw_b {
    font-weight: bold;
}
.dis_inbk {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.fix {
    position: fixed;
}
.border_underline {
    border-bottom: 1px #f5f5f5 solid;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mtop10 {
    margin-top: 10px;
}
.mtop20 {
    margin-top: 20px;
}
.mtop30 {
    margin-top: 30px;
}
.mright10 {
    margin-right: 10px;
}
.mright20 {
    margin-right: 20px;
}
.mright30 {
    margin-right: 30px;
}
.mbottom10 {
    margin-bottom: 10px;
}
.mbottom20 {
    margin-bottom: 20px;
}
.mbottom30 {
    margin-bottom: 30px;
}
.mleft10 {
    margin-left: 10px;
}
.mleft20 {
    margin-left: 20px;
}
.mleft30 {
    margin-left: 30px;
}
.padd_10box {
    padding: 10px;
}
.padd_20box {
    padding: 20px;
}

.sw-btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d8dce5;
    border-color: #d8dce5;
    color: #5a5e66;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.sw-btn.sw-w100 {width: 100px;}
.sw-btn.sw-w120 {width: 120px;}
.sw-btn.sw-w140 {width: 140px;}
.sw-btn.is-plain:focus,.sw-btn.is-plain:hover{background:#fff;border-color:#409eff;color:#409eff;}
.sw-btn:focus,.sw-btn:hover{color:#409eff;border-color:#c6e2ff;background-color:#ecf5ff;}

.sw-btn.is-round {border-radius: 20px;padding: 12px 23px;}
.btn--default {}
.btn--primary {color: #fff;background-color: #409eff;border-color: #409eff;}
.btn--success{color:#fff;background-color:#67c23a;border-color:#67c23a;}
.btn--info{color:#fff;background-color:#878d99;border-color:#878d99;}
.btn--warning{color:#fff;background-color:#eb9e05;border-color:#eb9e05;}
.btn--danger{color:#fff;background-color:#fa5555;border-color:#fa5555;}

.btn--primary.is-plain{color:#409eff;background:#ecf5ff;border-color:#b3d8ff;}
.btn--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0;}
.btn--info.is-plain{color:#878d99;background:#f3f4f5;border-color:#cfd1d6;}
.btn--warning.is-plain{color:#eb9e05;background:oldlace;border-color:#f7d89b;}
.btn--danger.is-plain{color:#fa5555;background:#fee;border-color:#fdbbbb;}

/* hover */
.btn--primary:focus,.btn--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#fff;}
.btn--success:focus,.btn--success:hover{background:#85ce61;border-color:#85ce61;color:#fff;}
.btn--info:focus,.btn--info:hover{background:#9fa4ad;border-color:#9fa4ad;color:#fff;}
.btn--warning:focus,.btn--warning:hover{background:#efb137;border-color:#efb137;color:#fff;}
.btn--danger:focus,.btn--danger:hover{background:#fb7777;border-color:#fb7777;color:#fff;}

.btn--primary.is-plain:focus,.btn--primary.is-plain:hover{background:#409eff;border-color:#409eff;color:#fff;}
.btn--success.is-plain:focus,.btn--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff;}
.btn--info.is-plain:focus,.btn--info.is-plain:hover{background:#878d99;border-color:#878d99;color:#fff;}
.btn--warning.is-plain:focus,.btn--warning.is-plain:hover{background:#eb9e05;border-color:#eb9e05;color:#fff;}
.btn--danger.is-plain:focus,.btn--danger.is-plain:hover{background:#fa5555;border-color:#fa5555;color:#fff;}



.gamefuli_box{position: fixed;bottom:5px;right:5px;width: 360px;height: 500px;overflow: hidden;z-index: 999999;}
.gamefuli_box .fuli_title{position: relative;border:1px solid #d1d1d1;font-weight: 600;background: #e8e8e8;height: 36px;line-height: 36px;font-size: 14px;padding:0 50px 0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.gamefuli_box .fuli_title span{position: absolute;top:2px;right:0px;display:block;width: 32px;height: 32px;background: url('close.png') no-repeat;cursor: pointer;}
.gamefuli_box .fuli_fulitext{background: #fff;height:431px; ;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;padding:15px;}
.gamefuli_box .fuli_fulitext,.gamefuli_box .fuli_fulitext p,.gamefuli_box .fuli_fulitext div{line-height: 24px;font-size: 14px;}
.gamefuli_box .fuli_fulitext img,.gamefuli_box .fuli_fulitext p img,.gamefuli_box .fuli_fulitext div img{max-width: 100%;}
.gamefuli_box .fuli_fulitext{overflow: auto;}

a.pay_btn{float: right;width: 110px;height: 35px;display: block;text-indent: -999999px;background: url('pay.gif') no-repeat;margin:0 10px;}
.kflist tr.now{background-color:#FFFEED;color:#F00;}
.kflist tr:hover {background-color: #fffce9;}


/* 申请账号回收弹出层 */
.layer_recycle input{outline: 0 none;}
.layer_recycle .layer_title:before{content: '';display: inline-block;width:24px;height: 24px;background:url("account_icon.png");margin-right: 10px;vertical-align: middle;}
.layer_recycle .layer_title{width: 440px;height: 50px;font-weight: bold;font-size: 18px;line-height: 50px;padding: 0 20px;background-color: #E43F3F;color:#fff}
.layer_recycle .layer_title .close_icon{width: 20px;height: 20px;float: right;display: inline-block;font-size: 30px;font-weight: normal;color: #fff;line-height: 15px;margin-top: 15px;cursor: pointer;}
.layer_recycle .layer_content{padding: 20px;}

.layer_recycle .layer_content .stationtab{position:absolute;top:-31px;left:145px;}
.layer_recycle .layer_content .stationtab .item{float:left;height:30px;line-height:30px;padding:0 15px;color:#fff;font-size:13px;background:#D83F3E;border:1px solid #E15858;border-bottom: 0;cursor:pointer}
.layer_recycle .layer_content .stationtab .item.on{background:#fff;color:#D83F3E;border-color:#fff}
.layer_recycle .other-station1{width: 438px;height: auto;margin:10px 0 15px 0}
.layer_recycle .other-station1 dl dt{font-weight: bold;font-size:14px}
.layer_recycle .other-station1 dl dt font{color:#ff3333}
.layer_recycle .other-station1 dl dd{font-size:12px;color:#858585;margin-top:5px;line-height: 20px;}
.layer_recycle .other-station1 .login_ipt .item{margin-top:10px}
.layer_recycle .other-station1 .login_ipt label{font-size:12px;color:#333;line-height:30px;float:left}
.layer_recycle .other-station1 .login_ipt .ipt{height:28px;border:1px solid #E1E1E1;width:248px;float:left;padding-left:10px}
.layer_recycle .other-station1 .login_ipt .confirmbtn{float:left;width:100px;height:30px;line-height: 30px;text-align: center;font-size:14px;color:#fff;background:#2693E0;margin-left:10px}
.layer_recycle .other-station1 .login_ipt .loginbtn{float:left;width:98px;height:28px;line-height: 28px;border:1px solid #ECECEC;text-align: center;font-size:13px;color:#666;background:#FAFAFA;margin-left:10px}
.layer_recycle .layer_ctn_block3.station{margin:10px 0}

.layer_recycle .layer_ctn_block{width: 438px;height: auto;border: 1px solid #eeeeee;}
.layer_recycle .layer_ctn_gamename{font-size:16px;color:#006dd3;margin-bottom: 15px;}
.layer_recycle .layer_ctn_block ul li{width: 100%;height: 35px;line-height: 35px;font-size: 14px;float: left;border-bottom: 1px solid #eeeeee;}
.layer_recycle .layer_ctn_block ul li .label{width: 110px;float: left;text-align: left;text-indent: 10px;border-right: 1px solid #eee;color: #626262;font-size: 12px;}
.layer_recycle .layer_ctn_block ul li .txt{float: right;padding:0 10px;font-size: 13px;font-weight: bold;}
.layer_recycle .layer_ctn_block ul li .huodong{width:305px;color:#a54925;font-weight: normal;}
.layer_recycle .layer_ctn_block ul li .huodong .other{float:right;color:#006600}
.layer_recycle .layer_ctn_block1{border-bottom: 0 none;}
.layer_recycle .layer_ctn_block2{margin-top: 10px;}
.layer_recycle .layer_ctn_block2 .checktab{border-bottom: 1px solid #EDEDED;}
.layer_recycle .layer_ctn_block2 .checktab span{color:#8b8b8b;background-color:#F5F5F5;display: inline-block;width: 100px;line-height: 30px;margin-bottom: -1px;text-align: center;cursor: pointer;border-right: 1px solid #EDEDED;}
.layer_recycle .layer_ctn_block2 .checktab span.on{color:#626262;background-color:#FFFFFF;border-bottom: 1px solid #fff;}
.layer_recycle .layer_ctn_block2 .safe_vaild{padding-top: 30px;padding-bottom: 5px;}
.layer_recycle .layer_ctn_block2 .mobile_valid{padding-top:20px;padding-bottom: 5px;}
.layer_recycle .layer_ctn_block3{border: 0 none;text-align: center;margin: 35px 0 30px 0;}
.layer_recycle .layer_ctn_block3 input[type="button"]{width: 120px;height: 40px;line-height: 40px;border-radius: 4px;font-size: 16px;cursor: pointer;}
.layer_recycle .input_wrap{height: 40px;line-height: 40px;margin-bottom: 20px;}
.layer_recycle .input_wrap .label{width: 100px;float: left;text-align: right;color: #626262;}
.layer_recycle .input_wrap .phone{width: 178px;height: 38px;line-height: 38px;text-indent: 20px;border: 1px solid #e3e3e3;font-size: 14px;color: #919191;float: left;border-right: 0 none;}
.layer_recycle .input_wrap .get_code_btn{width: 100px;height: 38px;line-height: 38px;float: left;background-color: #ffffa5;border: 1px solid #ffe200;color: #b15400;font-size: 15px;cursor: pointer;text-align: center;}
.layer_recycle .input_wrap .get_code_btn.disabled{background-color: #fafafa;color: #7f7f7f;border: 1px solid #e8e8e8;}
.layer_recycle .input_wrap .verify_code{width: 278px;height: 38px;line-height: 38px;text-indent: 15px;border: 1px solid #e3e3e3;font-size: 14px;color: #919191;float: left;}
.layer_recycle .input_wrap .checksafecode{width: 278px;height: 38px;line-height: 38px;text-indent: 15px;border: 1px solid #e3e3e3;font-size: 14px;color: #919191;float: left;}
.layer_recycle .confirm_btn{background-color: #ff4242;color: #fff;border: 1px solid #ff4242;margin-right: 30px;}
.layer_recycle .close_btn{background-color: #fafafa;color: #7f7f7f;border: 1px solid #e8e8e8;}
.layer_recycle .hint{color: #a54925;font-size: 13px;margin-left: 5px;border-top:1px solid #EDEDED;border-bottom: 1px solid #EDEDED;line-height: 40px;}
.layer_recycle .disc{color:#666;font-size:13px;line-height: 20px;margin-top: 10px;}
.layer_recycle .disc a{color:#0033ff;text-decoration: underline;}

.layer_recycle .safe_vaild{position: relative;}
.layer_recycle .safe_vaild input#checksafecode{line-height:30px;color:transparent !important;text-shadow:0 0 0 #333;font-size: 30px;overflow:hidden;letter-spacing:37px;text-indent: 17px;width:320px}
.layer_recycle .safe_vaild>i.blink_i{position:absolute;top:35px;height: 30px;border:1px solid #EDEDED;}
.layer_recycle .safe_vaild>em.blink_e{position:absolute;top:40px;height: 20px;width:2px;background:url(/Public/Common/images/password-blink.gif);}
.layer_recycle .safe_vaild .blink_d{position:absolute;left: 400px;width:25px;height: 40px;border-left: 1px solid #E0E0E0;display: inline-block;background:#fff}

.layer_recycle .safe_vaild .setsafepage{float:right;margin:-5px 30px 10px 0px;color: #8b8b8b;}
.layer_recycle .mobile_valid .setsafe_btn{text-align: center;font-size: 13px;color:#dc0000;margin-bottom: 25px;}
.layer_recycle .mobile_valid .setsafe_btn a{color:#0048ff;}

.layer_recycle1 .layer_title{width: 600px;}
.layer_recycle1 .layer_content{padding: 14px 20px 0;}
.layer_recycle1 .layer_ctn_gamename{margin-bottom: 14px;line-height: 20px;}
.layer_recycle1 .layer_ctn_gamename .tips{float: right;font-size: 13px;color: #dd0000;}
.layer_recycle1 .layer_ctn_block{width: 598px;}
.layer_recycle1 .layer_ctn_block1{border-right: 0 none;width: 599px;}
.layer_recycle1 .layer_ctn_block1 ul li{border-bottom: 1px solid #ededed;text-align: center;border-right: 1px solid #ededed;height: auto;line-height: 100%;}
.layer_recycle1 .layer_ctn_block1 ul li .label{width: 100%;height: 35px;line-height: 35px;border-bottom: 1px solid #ededed;background-color: #f9f9f9;border-right: 0;text-align: center;}
.layer_recycle1 .layer_ctn_block1 ul li .txt{width: 100%;height: 35px;line-height: 35px;text-align: center;display: inline-block;padding: 0 10px;box-sizing: border-box;}
.layer_recycle1 .layer_coupon_manage{background-color: #fffded;margin-top: 15px;border-color: #f8eed4;}
.layer_recycle1 .layer_coupon_manage .subtitle{height: 32px;line-height: 32px;padding: 0 10px;font-size: 15px;color: #505050;border-bottom: 1px solid #f8eed4;font-weight: bold;}
.layer_recycle1 .layer_coupon_manage .subtitle span{float: right;font-size: 13px;color: #505050;font-weight: normal;}
.layer_recycle1 .layer_coupon_manage ul{padding: 0 9px 0 3px;}
.layer_recycle1 .layer_coupon_manage ul li{width: 285px;height: 50px;line-height: 50px;background: url("/Public/Common/images/coupon_bg.png") no-repeat;margin-top: 8px;margin-left: 8px;border: 0 none;}
.layer_recycle1 .layer_coupon_manage ul li .txt{float: left;width: 80px;text-align: center;font-size: 16px;color: #a58710;padding: 0;}
.layer_recycle1 .layer_coupon_manage ul li .coupon_ctn{float: left;width: 190px;padding: 0 4px 0 10px;font-size: 13px;color: #868585;}
.layer_recycle1 .layer_coupon_manage ul li .coupon_ctn input{width: 90px;height: 26px;border: 1px solid #ededed;margin-right: 8px;text-align: center;font-size: 18px;color: #ff5d5d;float:  left;margin-top: 11px;}
.layer_recycle1 .layer_coupon_manage .total_coupon_box{padding: 0 12px 3px;height: 45px;line-height: 45px;color: #505050;}
.layer_recycle1 .layer_coupon_manage .total_coupon_box .total_coupon{float: left;font-size: 13px;}
.layer_recycle1 .layer_coupon_manage .total_coupon_box .total_coupon span{color: #ff2525;}
.layer_recycle1 .layer_coupon_manage .total_coupon_box .coupon_operate{float: right;}
.layer_recycle1 .layer_coupon_manage .total_coupon_box .coupon_operate span{padding: 0 10px;height: 28px;line-height: 28px;border: 1px solid #e5e5e5;background-color: #f9f9f9;font-size: 13px;color: #5e5e5e;border-radius: 4px;display: inline-block;cursor: pointer;}
.layer_recycle1 .layer_coupon_manage .total_coupon_box .coupon_operate span.submit_set_btn{color: #fff;font-size: 14px;background-color: #336ff6;margin-left: 5px;}
.layer_recycle1 .hint{color: #505050;font-size: 12px;line-height: 42px;height: 50px;border: 0 none;}
.layer_recycle1 .hint span{color: #cd4444;}
.layer_recycle1 .layer_ctn_block2 .safe_vaild{padding-top: 20px;padding-bottom: 0;}
.layer_recycle1 .layer_ctn_block2 .safe_vaild .input_wrap{height: 40px;line-height: 40px;margin-top: 15px;margin-bottom: 40px;width: 430px;}
.layer_recycle1 .layer_ctn_block2 .mobile_valid{padding-top:20px;padding-bottom: 5px;}
.layer_recycle1 .input_wrap{height: 30px;line-height: 30px;margin-bottom: 15px;width: 425px;float: left;}
.layer_recycle1 .input_wrap .phone{width: 178px;height: 28px;line-height: 28px;text-indent: 20px;border: 1px solid #e3e3e3;font-size: 14px;color: #919191;float: left;border-right: 0 none;}
.layer_recycle1 .input_wrap .get_code_btn{width: 100px;height: 28px;line-height: 28px;float: left;background-color: #ffffa5;border: 1px solid #ffe200;color: #b15400;font-size: 15px;cursor: pointer;text-align: center;}
.layer_recycle1 .input_wrap .get_code_btn.disabled{background-color: #fafafa;color: #7f7f7f;border: 1px solid #e8e8e8;}
.layer_recycle1 .input_wrap .verify_code{width: 278px;height: 28px;line-height: 28px;text-indent: 15px;border: 1px solid #e3e3e3;font-size: 14px;color: #919191;float: left;}
.layer_recycle1 .safe_vaild .setsafepage{float: left;margin-top: 25px;}
.layer_recycle1 .layer_ctn_block3{margin: 20px 0;}
.layer_recycle1 .disc{font-size: 12px;line-height: 22px;border-top: 1px solid #ededed;padding: 5px 0 18px;}
.layer_recycle1 .disc a{color:#0033ff;text-decoration: underline;}
.layer_recycle1 .safe_vaild>i.blink_i{top: 39px;}
.layer_recycle1 .safe_vaild>em.blink_e{top: 44px;}
.layer_recycle1 .safe_vaild .blink_d{position:absolute;left: 400px;width:25px;height: 40px;border-left: 1px solid #E0E0E0;display: inline-block;background:#fff}

/* username 弹出层 */
.layer_username{ width: 516px;height: 356px;border: 2px solid #ff4141;}
.layer_username .title{height: 50px;line-height: 50px;padding-left: 15px;background-color: #ff4040;color: #fff;font-size: 17px;}
.layer_username .title span{line-height: 15px;height: 20px;float: right;margin-right: 10px;font-size: 30px;display: inline-block;cursor: pointer;margin-top: 13px;}
.layer_username .username_ctn{margin-top: 10px;text-align: center;font-size: 18px;color: #4d4d4d;}
.layer_username .username_ctn .clues{font-size:18px;margin-bottom: 5px;}
.layer_username .username_ctn .account{font-size:14px;color:#666;margin-bottom: 6px;}
.layer_username .username_ctn .ipt_item label{font-size:14px;color:#333}
.layer_username .username_ctn .ipt_item input{width: 280px;height: 38px;border: 1px solid #e9e9e9;text-indent: 10px;margin-top: 10px;font-size: 14px;outline: 0;}
.layer_username .username_ctn input[type="button"]{width: 120px;height: 40px;margin-left: 80px;margin-right: 80px;margin-top: 20px;font-size: 19px;color: #fff;background-color: #38b52f;font-weight: bold;letter-spacing: 5px;cursor: pointer;}
.layer_username .username_footer{width: auto;float: right;margin-right: 45px;color: #9f9f9f;font-size: 14px;cursor: pointer;}

/* 账号回收绑定手机号码弹出层 */
.layer_account_recycle{position: relative;}
.closelayer{position: absolute;color:#fff;font-size: 25px;font-family: '宋体';cursor: pointer;display: inline-block;width: 30px;height: 30px;line-height: 30px;text-align:center;right:10px;top:10px;}
.layer_account_recycle .title{width: 100%;height: auto;text-align: center;background-color: #ff4242;color: #fff;font-size: 33px;font-weight: bold;padding: 27px 0;}
.layer_account_recycle .title span{width: 100%;display: inline-block;font-size: 18px;font-weight: normal;margin-top: 7px;}
.layer_account_recycle .recycle_ctn{padding: 10px 30px;}
.layer_account_recycle .recycle_intro{text-indent: 20px;line-height: 22px;font-size: 14px;border-bottom: 1px solid #e5e5e5;padding: 7px 0 20px 20px;}
.layer_account_recycle .input_box_wrap{border-bottom: 1px solid #e5e5e5;padding-bottom: 30px;}
.layer_account_recycle .input_box{width: 380px;margin: 20px auto 0 auto;line-height: 40px;}
.layer_account_recycle .input_box label{width: 90px;text-align: right;display: inline-block;font-size: 14px;float: left;}
.layer_account_recycle .input_box input[type="text"]{width: 280px;height: 38px;line-height: 38px;border: 1px solid #e3e3e3;margin-left: 7px;font-size: 14px;text-indent: 15px;float: left;}
.layer_account_recycle .input_box input[type="text"].verifyCode{width: 181px;border-right: 0 none;}
.layer_account_recycle .input_box input[type="button"]{height: 40px;line-height: 40px;font-size: 17px;float: left;cursor: pointer;}
.layer_account_recycle .input_box .getCode{width: 98px;height: 38px;line-height: 38px;text-align: center;float: left;cursor: pointer;background-color: #ffffa5;color: #be5400;border: 1px solid #ffe605;font-size: 15px;display: inline-block;}
.layer_account_recycle .input_box input[type="button"].confirm_btn{width: 100px;background-color: #ff4242;color: #fff;border: 1px solid #ff4242;border-radius: 4px;margin-left: 98px;}
.layer_account_recycle .input_box input[type="button"].cancel_btn{width: 100px;background-color: #fcfbfb;color: #888;border: 1px solid #e7e7e7;margin-left: 10px;}
.layer_account_recycle .recycle_hint{line-height: 25px;font-size: 13px;margin-top: 12px;color: #7a7a7a;}

/* 账号回收绑定手机号码弹出层 */
.layer_account_recycle{position: relative;}
.closelayer{position: absolute;color:#fff;font-size: 25px;font-family: '宋体';cursor: pointer;display: inline-block;width: 30px;height: 30px;line-height: 30px;text-align:center;right:10px;top:10px;}
.layer_account_recycle .title{width: 100%;height: auto;text-align: center;background-color: #ff4242;color: #fff;font-size: 33px;font-weight: bold;padding: 27px 0;}
.layer_account_recycle .title span{width: 100%;display: inline-block;font-size: 18px;font-weight: normal;margin-top: 7px;}
.layer_account_recycle .recycle_ctn{padding: 10px 30px;}
.layer_account_recycle .recycle_intro{text-indent: 20px;line-height: 22px;font-size: 14px;border-bottom: 1px solid #e5e5e5;padding: 7px 0 20px 20px;}
.layer_account_recycle .input_box_wrap{border-bottom: 1px solid #e5e5e5;padding-bottom: 30px;}
.layer_account_recycle .input_box{width: 380px;margin: 20px auto 0 auto;line-height: 40px;}
.layer_account_recycle .input_box label{width: 90px;text-align: right;display: inline-block;font-size: 14px;float: left;}
.layer_account_recycle .input_box input[type="text"]{width: 280px;height: 38px;line-height: 38px;border: 1px solid #e3e3e3;margin-left: 7px;font-size: 14px;text-indent: 15px;float: left;}
.layer_account_recycle .input_box input[type="text"].verifyCode{width: 181px;border-right: 0 none;}
.layer_account_recycle .input_box input[type="button"]{height: 40px;line-height: 40px;font-size: 17px;float: left;cursor: pointer;}
.layer_account_recycle .input_box .getCode{width: 98px;height: 38px;line-height: 38px;text-align: center;float: left;cursor: pointer;background-color: #ffffa5;color: #be5400;border: 1px solid #ffe605;font-size: 15px;display: inline-block;}
.layer_account_recycle .input_box input[type="button"].confirm_btn{width: 100px;background-color: #ff4242;color: #fff;border: 1px solid #ff4242;border-radius: 4px;margin-left: 98px;}
.layer_account_recycle .input_box input[type="button"].cancel_btn{width: 100px;background-color: #fcfbfb;color: #888;border: 1px solid #e7e7e7;margin-left: 10px;}
.layer_account_recycle .recycle_hint{line-height: 25px;font-size: 13px;margin-top: 12px;color: #7a7a7a;}

/*礼包领取弹出层*/
.layer_game_card{position: relative;}
.layer_game_card .closelayer{position: absolute;color:#fff;font-size: 25px;font-family: '宋体';cursor: pointer;display: inline-block;width: 30px;height: 30px;line-height: 30px;text-align:center;right:10px;top:10px;}
.layer_game_card .title{width: 100%;line-height: 60px;background-color: #ff4242;color: #fff;font-size: 22px;font-weight: bold;text-indent: 20px;}
.layer_game_card .game_card_box{padding:20px 40px;}
.layer_game_card .choose_type{text-align: left;}
.layer_game_card .choose_type select{border:1px solid #dedede;height: 30px;width: 220px;vertical-align: middle;outline: 0;}
.layer_game_card .choose_type input{border:none;height: 30px;width: 90px;background: #ff4242;color:#fff;text-align: center;font-size: 14px;vertical-align: middle;cursor: pointer;}
.layer_game_card .card_box{display: none;}
.layer_game_card .card_codebbb{background-color: #4b0b0b;margin-top: 20px;padding: 10px;border-radius: 3px;}
.layer_game_card .card_code{height: 38px;line-height: 38px;background-color: #2e0000;font-size: 17px;color: #ebb031;text-align: center;}
.layer_game_card .card_copy{text-align: center;}
.layer_game_card .card_copy span{width: 100px;height: 25px;line-height: 25px;background-color: #ffc230;display: inline-block;margin-top: 10px;border-radius: 3px;color: #660000;cursor: pointer;}
.layer_game_card .card_text{color: #474747;line-height: 20px;margin-top: 5px;}
.layer_game_card .card_text b{margin-top: 10px;display: inline-block;font-size: 14px;}
.layer_game_card .card_text span{display: inline-block;margin-top: 5px;font-size: 14px;}

.toplink{width: 100%;border-bottom:1px solid #e7e7e7;background: #f6f6f6;}
.toplink .toplinks{line-height: 35px;height: 35px;overflow: hidden;}
.toplink .toplinks a{display: inline-block;height: 34px;line-height: 34px;border-right: 1px solid #e7e7e7;padding:0 20px;}
.toplink .toplinks a:last-child{border-right: none;}


/*加入公共样式*/
table.table30{margin:10px 0;}
table.table50{margin:10px 0;}
table.table70{margin:10px 0;}
table.table100{margin:10px 0;}
table.tables th,table.tables td{border: 1px solid #31849b;line-height: 20px;font-size: 16px;padding:8px 6px;}
table.tables th{background: #31849b;color: #fff;}
table.tables.tables_b tr{background: #dbeff3;}
table.tables.tables_b tr:nth-child(2n){background: #fde9d9;}
table.tables td.f13,table.tables td.\31 3{font-size: 13px;}
table.tables td.f14,table.tables td.\31 4{font-size: 14px;}
table.tables td.f15,table.tables td.\31 5{font-size: 15px;}
/*加入公共样式*/


/* 充值中心 */
#pay_account{display: none;}
.pay_subtitle{height: 55px;line-height: 55px;font-size: 19px;border-bottom: 1px solid #eee;margin-top: 8px;}
.pay_subtitle .pay_type_tabs{margin-left: 35px;}
.pay_subtitle .pay_type_tabs .tab{width: 115px;font-size: 15px;border: 1px solid #eee;display: inline-block;height: 34px;line-height: 34px;text-align: center;margin-right: 8px;color: #333;position: relative;}
.pay_subtitle .pay_type_tabs .tab.on{border-color: #fe6502;color: #fe6502}
.pay_subtitle .pay_type_tabs .tab.on em{display: inline-block;width: 15px;height: 15px;background: url("../images/icon.png") -9px -259px;position: absolute;bottom: 0;right: 0;}
.pay_left{margin-top: 65px;}
.pay_left .form_item{height: 40px;margin-bottom: 10px;}
.pay_left .form_item .ptb_balance{line-height: 36px;color: #f60;font-size: 16px;}
/*.pay_left .ppbox{width:594px;border:3px solid #e0e0e0; z-index:100; position:absolute; background:#fff; top:41px; display: none;}
.pay_left .ppbox#serversel{left:-260px;}
.pay_left .ppbox .pptit{height:40px; line-height:40px; border-bottom:1px solid #dedede; background: #f0f0f0; padding-left: 10px;}
.pay_left .ppbox .pptit span{display:inline-block;width: 63px;margin:0 3px 0 5px;cursor:pointer;height: 33px;line-height: 33px;text-align: center;font-size: 13px;margin-top:7px;}
.pay_left .ppbox .pptit span.txt{width: 78px!important;}
.pay_left .ppbox .pptit span.on{display:inline-block;width: 63px;margin:0 3px 0 5px;cursor:pointer;height: 32px;line-height: 32px;border-bottom:2px solid #f60;color:#f60;font-weight: bold;text-align: center;margin-top: 8px;}
.pay_left .ppbox .ppinfo{margin:4px 6px;overflow: auto;height: 150px;}
.pay_left .ppbox .ppinfo ul{}
.pay_left .ppbox .ppinfo li{width:125px;line-height:19px; float:left; display:inline;text-indent:6px;font-size:12px;color:#000;text-align:center;margin: 5px 7.5px;}
.pay_left .ppbox .ppinfo li a{color:#333;border: 1px solid #dfdfdf;text-indent: 0;padding: 3px 0;}
.pay_left .ppbox .ppinfo li a.on{color: #23a2de;border: 1px solid #23a2de;}
.pay_left .ppbox .pptit_2{height:40px; line-height:40px; border-bottom:1px solid #dedede; background: #f0f0f0}
.pay_left .ppbox .pptit_2 span{display:inline-block;width: 100px;margin:0 5px 0 8px;cursor:pointer;height: 33px;line-height: 33px;text-align: center;font-size: 12px;margin-top:7px;}
.pay_left .ppbox .pptit_2 span.on{display:inline-block;width: 100px;margin:0 5px 0 8px;cursor:pointer;height: 32px;line-height: 32px;border-left: 1px solid #ddd;border-top: 1px solid #ddd;border-right: 1px solid #ddd;text-align: center;font-size: 12px;background: #fff;margin-top: 8px;}
.pay_left .ppbox .ppinfo_2{margin:4px 6px;overflow: auto;height: 150px;}
.pay_left .ppbox .ppinfo_2 li{width:90px;line-height:30px; float:left; display:inline;text-indent:6px;font-size:14px;color:#000;text-align:center;margin:0 5px;}
.pay_left .ppbox .ppinfo_2 li a{color:#333;}*/
.pay_left .pay_hd{border-bottom:2px #24aceb solid;}
.pay_left .pay_hd li a{width:146px;height:47px;line-height:47px;border:1px #e6e6e6 solid;border-bottom:none;margin-right:2px;text-align:left;float:left;color:#5e5e5e;font-size:18px;text-indent: 8px;}
.pay_left .pay_hd li.on a{background-color:#24aceb;border-color:#24aceb;color:#fff;}
.pay_left .pay_hd#skin02 {border-color: #3ec04a;}
.pay_left .pay_hd#skin02 li.on a {background-color:#3ec04a;border-color:#3ec04a;}
.pay_left .pay_hd#skin03 {border-color: #C144D9;}
.pay_left .pay_hd#skin03 li.on a {background-color:#C144D9;border-color:#C144D9;}
.pay_left .pay_hd#skin04 {border-color: #00B3D0;}
.pay_left .pay_hd#skin04 li.on a {background-color:#00B3D0;border-color:#00B3D0;}
.pay_left .pay_hd li em{width: 26px;height: 26px;display:inline-block;margin-left: 10px;margin-top: 11px;float: left;background: url("/Public/Common/images/icon.png");}
.pay_left .pay_hd li.alipay em{background-position: -35px -70px;}
.pay_left .pay_hd li.weixin em{background-position: -69px -69px;}
.pay_left .pay_hd li.yeepay em{background-position: -106px -69px;}
.pay_left .pay_hd li.xiyoubi em{background-position: -140px -70px;}
.pay_left .pay_hd li.alipay.on em{background-position: -35px -100px;}
.pay_left .pay_hd li.weixin.on em{background-position: -69px -101px;}
.pay_left .pay_hd li.yeepay.on em{background-position: -106px -101px;}
.pay_left .pay_hd li.xiyoubi.on em{background-position: -143px -100px;}
.pay_left #fanli_money{font-size: 18px;color: #f60;font-weight: bold;}

/*.pay_left .chose_item .chose_itemv{width:240px;height:41px;line-height:41px;background:url('/Public/Common/images/chose_item.png') no-repeat;margin-right:20px;float:left;font-size:15px;color:#5e5e5e;cursor:pointer;position:relative;}*/
.pay_left .chose_item .chose_itemv .arrow{display: inline-block;width:0;height:0;position: absolute;top:50%;right:12px;margin-top:-4px;border: 8px solid transparent;border-top-color: #d0d0d0;}
.pay_left .chose_item .chose_itemv{width:240px;height:41px;line-height:41px;border: 1px solid #e3e3e3;background:none;margin-right:20px;float:left;font-size:15px;color:#5e5e5e;cursor:pointer;position:relative;border-radius: 4px;}
.pay_left .chose_item .chose_itemv a{display:block;text-indent:20px;color: #898989;}
.pay_left .chose_item .chose_itemv.active .arrow{border-top-color: #ff9703;}
.pay_left .chose_item .chose_itemv.active{border-color: #ff9703;}
.pay_left .ppbox{width:598px;border:1px solid #E3E3E3; z-index:100; position:absolute; background:#fff; top:46px;left:-2px; display: none;border-radius: 4px;background-color: #fff;box-shadow: 5px 5px 10px rgba(0,0,0,0.05);}
.pay_left .ppbox#serversel{left:-264px;}
.pay_left .ppbox .pptit{height:40px; line-height:40px; border-bottom:1px solid #dedede; background: #F9F9F9; padding-left: 10px;}
.pay_left .ppbox .pptit span{display:inline-block;width:auto;padding:0 10px;margin:7px 3px;cursor:pointer;height:24px;line-height:24px;text-align: center;font-size: 13px;border-radius: 5px}
.pay_left .ppbox .pptit span:hover{background:#fff}
.pay_left .ppbox .pptit span.on{display:inline-block;width:auto;padding:0 10px;margin:7px;cursor:pointer;height: 24px;line-height: 24px;color:#fff;background:#f60;font-weight: bold;text-align: center;}
.pay_left .ppbox .close-ppinfo{font-size:40px;position:absolute;right:10px;color:#999;display:inline-block;height: 40px;line-height: 35px;font-weight: 100;cursor: pointer;transition: .3s ease;}
.pay_left .ppbox .close-ppinfo:hover {transform: rotate(90deg);}
.pay_left .ppbox .ppinfo{margin:0;overflow: auto;height: 150px;position:relative;}
.pay_left .ppbox .ppinfo ul{padding:10px}
.pay_left .ppbox .ppinfo li{width:172px;line-height:20px; float:left; display:inline;text-indent:0px;font-size:12px;color:#000;text-align:left;margin: 5px 7.5px;}
.pay_left .ppbox .ppinfo li a{color:#333;border: none;text-indent: 0;padding: 3px 0px;font-size:13px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;vertical-align: middle;display: inline-block;max-width:230px}
/*.pay_left .ppbox .ppinfo li a.on,.pay_left .ppbox .ppinfo li a:hover{color: #333;border:none;background: #f6f6f6;border-radius: 4px;font-size:13px;}*/

.pay_left .ppbox .ppinfo dl{position: relative;padding-left: 30px;margin-bottom: 15px;overflow: hidden}
.pay_left .ppbox .ppinfo dl:last-child {margin-bottom: 0}
.pay_left .ppbox .ppinfo dl dt {position: absolute;top: 2px;left: 5px;width: 20px;height: 20px;line-height: 20px;font-weight: bold;color: #fff;border-radius: 4px;text-align: center}
.pay_left .ppbox .ppinfo dl dd {width:161px;display:inline-block;float: left;padding: 2px 8px;line-height: 20px;font-size: 13px;cursor: pointer;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pay_left .ppbox .ppinfo li.mygame span{display: inline-block;padding:0 5px}
.pay_left .ppbox .ppinfo dd:hover, .pay_left .ppbox .ppinfo li.mygame span.on, .pay_left .ppbox .ppinfo li.mygame span:hover {background: #f6f6f6;border-radius: 4px;}

.pay_left .ppbox .pptit_2{height:40px; line-height:40px; border-bottom:1px solid #dedede; background: #f9f9f9}
.pay_left .ppbox .pptit_2 span{display:inline-block;width: 100px;margin:7px 5px 0 8px;cursor:pointer;height: 33px;line-height: 33px;text-align: center;font-size: 12px;}
.pay_left .ppbox .pptit_2 span.on{display:inline-block;width: 100px;margin:8px 5px 0 8px;cursor:pointer;height: 32px;line-height: 32px;border-left: 1px solid #ddd;border-top: 1px solid #ddd;border-right: 1px solid #ddd;text-align: center;font-size: 12px;background: #fff;}
.pay_left .ppbox .ppinfo_2{margin:0;overflow: auto;height: 150px;position:relative;}
.pay_left .ppbox .ppinfo_2 ul{padding:13px 0px;}
.pay_left .ppbox .ppinfo_2 li{width:105px;line-height:30px; float:left; display:inline;text-indent:6px;font-size:14px;color:#000;text-align:center;margin:0 5px;position:relative}
.pay_left .ppbox .ppinfo_2 li a{color:#333;display:inline-block;max-width:79px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-indent: 0;vertical-align: middle;}

.tag-A,
.tag-I,
.tag-Q,
.tag-Y{
    background: #96f
}

.tag-B,
.tag-J,
.tag-R,
.tag-Z {
    background: #419dea
}

.tag-C,
.tag-K,
.tag-S {
    background: #42d7dc
}

.tag-D,
.tag-L,
.tag-T {
    background: #6c6
}

.tag-E,
.tag-M,
.tag-U {
    background: #f7ce0c
}

.tag-F,
.tag-N,
.tag-V {
    background: #ffa234
}

.tag-G,
.tag-O,
.tag-W {
    background: #ff5534
}

.tag-H,
.tag-P,
.tag-X {
    background: #d56fc5
}

.tag-0-9{
    width:auto !important;
    background: #96f
}


.pay_left .payway_module .cz_table{margin-top: 15px;}
.pay_left .payway_module .cz_table .tname{font-size:14px; color:#666; width:180px;}
.pay_left .payway_module .cz_table .kong td{border-bottom:1px solid #ebebeb;}
.pay_left .payway_module .cz_table .ver{ vertical-align:top;}
.pay_left .payway_module .cz_table .money{width:600px;}
.pay_left .payway_module .cz_table .money li{background:#fff; width:76px; height:36px; border:1px solid #c5c5c5; text-align:center; line-height:36px; color:#666; font-size:14px; float:left; display:inline; margin-right:20px; margin-top:20px; cursor:pointer;}
.pay_left .payway_module .cz_table .money li.cur{height: 34px;line-height: 34px;border: 2px solid #f60;}
.pay_left .payway_module .cz_table .money li:hover{ border-color:#f60; color:#f60;}
.pay_left .payway_module .cz_table .tlabel{width: 170px;text-align: right;font-size: 15px;color: #929292;margin-right: 3px;}
.pay_left .othermon{margin-top:20px; height:35px; width:360px;}
.pay_left .yuan{font-size:18px; color:#f60; font-weight:bold;}
.pay_left .yuans{font-size:12px; }
.pay_left #yuancount{font-size:16px;font-weight:bold;color:#f60;}
.pay_left .yhcheck .ytop{color:#666; font-size:14px; font-weight:bold; height:42px; line-height:42px; margin-top:30px;}
.pay_left .yhlist{width:100%;margin-right: -50px;margin-top: 20px;}
.pay_left .yhlist li{width:152px; height:47px; float:left; display:inline; margin:15px 45px 15px 0; cursor:pointer;}
.pay_left .yhlist li a{display:block; border:1px solid #ccc; padding:1px;}
.pay_left .yhlist li.cur a,.yhlist li a:hover{border:2px solid #f60; padding:0;}
.pay_left .yhlist li a img{width:148px; height:43px;}
.pay_left .toqita{height:25px; padding:5px 0;}
.pay_left .xiyoubipay td{border-bottom:1px solid #dedede; height:40px; line-height:40px;}
.pay_left .mustbi{color:#f60; font-size:16px; font-weight:bold;}
.pay_left .notenough{ padding-left:20px;color:#f00; font-size:14px;}
.pay_left .notenough a{color:#00f; text-decoration:underline;}
.pay_left .userbi{font-size:16px;color:#060;}
.pay_left .userbi.not_enough{color:#f00;font-weight:bold;}
.pay_left .uinput{border: 1px solid #e6e6e6;}
.pay_left .rbtn{color: #fff;font-size: 20px;text-align: center;background: #ff6600;border: none;cursor: pointer;width: 180px;height: 47px;}
.pay_left .rbtn.on{ background:#CCC;}
.pay_left .pay_h2 {font-size: 16px;color: #5e5e5e;}
.pay_left .pay_h2 i {width: 20px;height: 20px;line-height: 20px;text-align: center;background-color: #0ba7ff;color: #fff;font-size: 14px;border-radius: 2px;margin-right: 10px;}
.pay_left .form_name{width:140px;float:left;line-height:36px;font-size:15px;color:#929292;}
.pay_left .ppbox .ppinfo li.mygame{width: 265px;margin: 5px 7px;position:relative}

.pay_right{width: 560px;margin-top: 55px;}
.pay_right .game_name{font-size: 19px;}
.pay_right .tabs{border-bottom: 2px solid #ff3300;margin-top: 15px;}
.pay_right .tabs a{display: inline-block;width: 200px;height: 40px;line-height: 40px;text-align: center;color: #5e5e5e;font-size: 19px;border: 1px solid #dbdbdb;border-bottom: 0 none;position: relative;}
.pay_right .tabs a.on{background-color: #ff3300;border-color: #ff3300;color: #fff;}
.pay_right .tabs a.hide{display: none;}
.pay_right .tabs a img{position: absolute;width: 75px;height: 25px;top: -18px;left: 85px;}
.pay_right .fuli_ctn{background-color: #f8f8f8;padding: 20px;margin-bottom: 20px;}
.pay_right .fuli_ctn .title{margin-top: 5px;color: #333;font-size: 20px;font-weight: bold;line-height: 28px;}
.pay_right .fuli_ctn .title em{width: 28px;height: 28px;display: inline-block;float: left;margin-right: 10px;}
.pay_right .fuli_ctn .title em.fuli_icon{background: url("/Public/Common/images/chongzhi_icon.png") center center no-repeat;}
.pay_right .fuli_ctn .title em.bili_icon{background: url("/Public/Common/images/bili_icon.png") center center no-repeat;}
.pay_right .fuli_ctn .title em.vip_icon{background: url("/Public/Common/images/vip_icon.png") center center no-repeat;}
.pay_right .pay_fuli_ctn, .pay_right .vip_ctn{padding: 10px 0 30px 0;}
.pay_right .pay_bili_ctn{padding: 10px 0 30px 0;}
.pay_right .yzhd_ctn div , .pay_right .yzhd_ctn p{line-height:30px;font-size: 14px;}
.pay_right .yzhd_ctn img{max-width: 100%;}
.pay_right .fuli_ctn img{max-width: 100%;}
.fuli_loading{width: 540px;float: right;text-align: center;margin-top: 100px;}

.paycode{ padding:40px 0;}
.paycode .codeUrl{width:260px;border:1px solid #445f85;float: left;margin-left: 100px;}
.paycode .codeUrl p{text-align:center;}
.paiInfo{float: left;margin-left: 100px;border-left: 1px dashed #c7c7c7;padding-left: 80px;height: 278px;}
.paiInfo li{ height:45px; line-height:45px; font-size:16px; text-indent:10px;}
.paiInfo li span{color:#06C;}
.paiInfo li span.money{ color:#b00;}
.paiInfo li span.yuanbao{ color:#008000;}
.paiInfo li.tips{font-size: 13px;color: #cf0000;height: 16px;line-height: 16px;margin-top: 22px;text-indent: 7px;padding-left: 11px;}
.paiInfo li.tips em{width: 16px;height: 16px;background: url("/Public/Common/images/wx_pay_ico.png") center center no-repeat;float: left;}
.paiInfo li.tips span{font-weight: bold;}
.paiInfo li.tips a{color: #cf0000;}

.pay_left .payway_module .cz_table .safecode label{font-size:15px;color:#666;margin-right: 20px;}
.pay_left .payway_module .cz_table .safecode span{font-size:15px;color:#666;border:1px solid #EDEDED;background:#F9F9FA;display: inline-block;height: 40px;line-height: 40px;width:250px;text-align: center;}
.pay_left .payway_module .cz_table .safecode span a{color:#1972E8;text-decoration: underline;}

.pay_left .payway_module .cz_table .safeinpbox{position: relative;}
.pay_left .payway_module .cz_table .safeinpbox input#safeinp{line-height:40px;color:transparent !important;text-shadow:0 0 0 #333;font-size: 30px;overflow:hidden;letter-spacing:37px;text-indent: 17px;width:325px;border:1px solid #EDEDED;outline: none;}
.pay_left .payway_module .cz_table .safeinpbox>i.blink_i{position:absolute;top:5px;height: 30px;border:1px solid #EDEDED;}
.pay_left .payway_module .cz_table .safeinpbox>em.blink_e{position:absolute;top:10px;height: 20px;width:2px;background:url(/Public/Common/images/password-blink.gif);}
.pay_left .payway_module .cz_table .safeinpbox .blink_d{position:absolute;left: 425px;width:30px;height: 42px;border-left: 1px solid #E0E0E0;display: inline-block;background:#fff}
/* 充值中心 */

.diyapplay{margin: 15px 0;}
.diyapplay p{border:1px solid #dedede;padding:10px;color:#c00;font-size: 15px;height: 40px;line-height: 40px;position: relative;}
.diyapplay p a{display: inline-block;position: absolute;vertical-align: middle;top:10px;right:10px;width: 202px;height: 40px;line-height: 40px;background: url("/Public/Common/style/apply_fuli-0.jpg") center center no-repeat;}
.diyapplay p a:hover{background: url("/Public/Common/style/apply_fuli-1.jpg") center center no-repeat;}
.plate_box .box_content .diyapplay p{line-height: 40px;color: #c00;}

.moregame{width: 100%;line-height: 40px;display: inline-block;background-color: #f5f5f5;text-align: center;font-size: 16px;color: #a7a6a6;}
.pay_warning{background: #feffba;border:1px solid #ff6868;line-height: 40px;font-size: 17px;color: #f33;text-align: center;margin-bottom: 15px;}


/* 返利 */
.fanli_ctn .game-list {padding: 10px 20px;}
.fanli_ctn .apply-wrap .header{background: #f8f8f8;padding-left: 20px;position: relative;}
.fanli_ctn .apply-wrap .header .txt{font-weight: bold;font-size: 18px;line-height: 70px;}
.fanli_ctn .apply-wrap .header .fanli_des_btn{width: 78px;height: 28px;font-size: 14px;line-height: 28px;text-align: center;border-radius: 3px;margin-top: 20px;margin-right: 20px;border: 1px solid #0066ff;color: #0066ff;text-decoration: underline;}
.fanli_ctn .form_control{height: 30px;}
.fanli_ctn .form_control .form_label , .fanli_ctn .form_control_t .form_label{width: 115px;padding-right: 18px;height: 30px;line-height: 30px;color: #666;}
.fanli_ctn .form_control .Validform_checktip{height: 28px;line-height: 28px;color: #666666;background-color: #f8f8f8;font-size: 14px;padding-left: 0;text-indent: 10px;border-radius: 3px;border: 1px solid #f3f3f3;}
.fanli_ctn .form_control .form_select , .fanli_ctn .form_control .form_input{border: 1px solid #d1d1d1;height: 30px;line-height: 30px;width: 240px;color: #666;border-radius: 3px;}
.fanli_ctn .form_control .form_input{padding: 0;text-indent: 10px;}
.fanli_ctn .form_control .tips{margin-left: 10px;line-height: 30px;font-size: 13px;color: #ff0000;}
.fanli_ctn .form_control_t .form_textarea{border: 1px solid #d1d1d1;width: 608px;height: 108px;padding: 10px 15px;line-height: 25px;font-size: 14px;border-radius: 3px;resize: none;}
.fanli_ctn .form_control_t .prompt_tips{margin-left: 133px;margin-top: 10px;line-height: 22px;width: 640px;color: #666;}
.fanli_ctn .chongzhi_record{border: 1px solid #cbcbcb;width: 638px;float: left;color: #999;border-radius: 2px;}
.fanli_ctn .chongzhi_record .c_header{height: 34px;line-height:34px;padding:0 10px;font-size:15px;background: #F1F1F1;color:#2c72ca;}
.fanli_ctn .chongzhi_record .c_body{max-height: 270px;overflow-y: auto;overflow-x: hidden;}
.fanli_ctn .chongzhi_record .c_body table{width: 638px;}
.fanli_ctn .chongzhi_record .c_body tr td{padding: 0 5px;height: 40px;}
.fanli_ctn .chongzhi_record .t_header{height: 30px;line-height: 30px;background: #f7f7f7;text-align: left;}
.fanli_ctn .chongzhi_record .t_header th{padding: 0 5px;}
.fanli_ctn .chongzhi_record .c_footer{height: 50px;background: #F8F8F8;text-align: center;position: relative;}
.fanli_ctn .chongzhi_record .c_footer input{position: absolute;top: 50%;width: 100px;height: 30px;margin-top: -15px;margin-left: -50px;background: #6d99d3;border: 2px solid #87b0e0;color: #fff;border-radius: 3px;cursor: pointer;}
.fanli_ctn .choose_btn{width: 58px;height: 28px;line-height: 28px;float: left;text-align: center;color: #fff;border: 1px solid #6d99d3;border-radius: 2px;}
.fanli_ctn .choose_btn span{width:56px;height: 26px;line-height: 26px;background-color: #6d99d3;border: 1px solid #87b0e0;display: inline-block;cursor: pointer;}
.fanli_ctn .checked_data{width: 638px;float: left;border-radius: 3px;}
.fanli_ctn .checked_data ul li{border: 1px solid #ccc;height: 28px;line-height: 28px;padding-left: 10px;margin-bottom: 10px;}
.fanli_ctn .checked_data ul li .info{width: 500px;display: inline-block;height: 28px;}
.fanli_ctn .checked_data ul li .delect_btn{width: 30px;height: 28px;display: inline-block;float: right;text-align: center;font-size: 20px;line-height: 28px;color: #999;cursor: pointer;}
.fanli_ctn .form_control_t .submit_btn{margin-left: 133px;color: #fff;width: 198px;height: 43px;background-color: #66cc66;border: 1px solid #66cc66;font-size: 17px;font-weight: normal;line-height: 43px;border-radius: 3px;cursor: pointer;}
.fanli_ctn .upload_img_wrap{margin: 10px 0 30px 133px;}
.fanli_ctn .upload_img_wrap .upload_img_btn{width: 158px;height: 28px;text-align: center;color: #fff;border: 1px solid #6d99d3;border-radius: 2px;}
.fanli_ctn .upload_img_wrap .upload_img_btn span{width:156px;height: 26px;line-height: 26px;background-color: #6d99d3;border: 1px solid #87b0e0;display: inline-block;cursor: pointer;}
.fanli_ctn .upload_img_wrap .uploadKoo_box{position: relative;}
.fanli_ctn .upload_img_wrap .uploadKoo_file{position: absolute;top: 0;left: 0;width: 158px;height: 28px;opacity: 0;}
.fanli_ctn .upload_img_wrap .upload_img_box{width: 638px;height: 28px;border: 1px solid #ccc;border-radius: 3px;}
.fanli_ctn .upload_img_wrap .upload_img_box em{width: 16px;height: 16px;display: inline-block;background: url("/Public/Common/images/wenjian_icon.png") center center no-repeat;margin: 6px 8px;float: left;}
.fanli_ctn .upload_img_wrap .upload_img_box .upload_img_url{width: 510px;height: 28px;float: left;color: #999;}
.fanli_ctn .upload_img_wrap .upload_img_box .upload_again_btn{height: 14px;line-height: 14px;float: right;margin-right: 8px;display: inline-block;color: #0066ff;border-bottom: 1px solid #0066ff;margin-top: 7px;}
.fanli_ctn .upload_img_wrap .pic_link{margin-left: 175px;line-height: 28px;font-size: 14px;text-decoration: underline;color: #333;}
.fanli_ctn .fanli_module{border: 1px solid #e9d680;padding: 5px 10px;width: 370px;margin-top: 8px;}
.fanli_ctn .fanli_module .fanli_module_ctn{font-size: 13px;float: left;width: 280px;height: 145px;resize: none;line-height: 16px;color: #333;}
.fanli_ctn .fanli_module .copy_mctn_btn{float: right;width: 70px;height: 30px;text-align: center;line-height: 30px;font-size: 14px;color: #fff;background-color: #e9d680;margin-right: -10px;margin-top: -5px;cursor: pointer;}

.layer_jtsl .layer_title{line-height: 60px;font-size: 17px;padding: 0 20px;color: #333;}
.layer_jtsl .layer_title .layer_close_btn{font-size: 28px;color: #666;cursor: pointer;}
.layer_jtsl .layer_content{text-align: center;}
/* 返利 */

/* 返利申请列表 */
.fanlilog_ctn .subtitle{font-size: 18px;}
.fanlilog_ctn .tb_mygame{margin-top: 15px;}
.fanlilog_ctn .tb_mygame th{height: 30px;line-height: 30px;font-size: 13px;color: #666;background: #f2f2f2;border: 1px solid #e9e9e9;}
.fanlilog_ctn .tb_mygame td{line-height: 20px;padding: 10px;border: 1px solid #f2f2f2;font-size: 13px;color: #666;}

/* 返利详情 */
.fanlidetail_ctn .game_list {padding: 0 20px 10px 20px;margin-left: 0;}
.fanlidetail_ctn .game_list .title{height: 50px;line-height: 45px;font-size: 18px;}
.fanlidetail_ctn .game_list .title a{color: #999;font-size: 13px;}
.fanlidetail_ctn .game_list .apply-wrap{border: 1px solid #f2f2f2;}
.fanlidetail_ctn .apply-wrap .header{height: 50px;background: #f8f8f8;font-size: 18px;padding-left: 15px;padding-right: 15px;position: relative;}
.fanlidetail_ctn .apply-wrap .header .subtitle{line-height: 50px;color:#BF61F2;}
.fanlidetail_ctn .apply-wrap .header .btn_wrap a{width: 78px;height: 28px;font-size: 14px;line-height: 28px;text-align: center;margin-top: 10px;margin-left: 10px;}
.fanlidetail_ctn .apply-wrap .header .fanli_des_btn,.fanlidetail_ctn .apply-wrap .header .fanli_list_back {border: 1px solid #0066ff;color: #0066ff;text-decoration: underline;border-radius: 3px;}
.fanlidetail_ctn .apply-wrap .header .edt_info_btn , .fanlidetail_ctn .apply-wrap .header .apply_check_btn{border: 1px solid #3399ff;color: #fff;background-color: #3399ff;}
.fanlidetail_ctn .apply-wrap .header .edt_info_btn span , .fanlidetail_ctn .apply-wrap .header .apply_check_btn span{width: 76px;height: 26px;display:inline-block;border: 1px solid #45b3ff;}
.fanlides_wrap{position: absolute;right: -20px;top: 0;width: 500px;padding: 10px;background-color: #ebebeb;}
.fanlides_wrap .pay_right{width: 500px;margin-top: 0;}
.fanlides_wrap .pay_right .game_name{font-size: 18px;line-height: 20px;color: #333;margin-top: 5px;}
.fanlides_wrap .pay_right .close_btn{width: 25px;height: 25px;font-size: 35px;color: #666;margin-top: -10px;cursor: pointer;}
.fanlides_wrap .pay_right .fuli_ctn{margin-bottom: 0;max-height: 590px;overflow-y: auto;}
.fanlides_wrap .pay_right .fuli_ctn .title{font-size: 20px;line-height: 28px;height: 28px;}
.fanlides_wrap .pay_right .tabs a img{border-radius: 0;}


.fanlidetail_ctn .apply-wrap table.info_list{width: 840px;}
.fanlidetail_ctn .apply-wrap table.info_list tr{border-top: 1px solid #F2F2F2;height: 20px;}
.fanlidetail_ctn .apply-wrap table.info_list td.label{color: #999999;width: 105px;padding-right: 15px;font-size: 13px;border-right: 1px solid #F2F2F2;text-align: right;}
.fanlidetail_ctn .apply-wrap table.info_list td.ctn{padding: 10px 20px;line-height: 25px;font-size: 13px;}
.fanlidetail_ctn .hint{color: #666;font-size: 13px;line-height: 25px;margin-top: 15px;}
.fanlidetail_ctn .history_wrap{padding: 40px 20px;}
.fanlidetail_ctn .history_wrap .title{height: 40px;line-height: 40px;background-color: #ebebeb;padding-left: 15px;font-size: 15px;color: #666;}
.fanlidetail_ctn .history_wrap ul li{border: 1px solid #F2F2F2;padding: 15px;color: #666;margin-bottom: 10px;}
.fanlidetail_ctn .history_wrap ul li div{font-size: 15px;}
.fanlidetail_ctn .history_wrap ul li .details{margin-top: 10px;}
.layer_apply_check .layer_title{line-height: 50px;font-size: 18px;color: #fff;background-color: #737373;text-align: center;padding: 0 10px;}
.layer_apply_check .layer_title .layer_close_btn{font-size: 22px;line-height: 22px;margin-top: 12.5px;width: 25px;float: right;cursor: pointer;}
.layer_apply_check .layer_content{padding: 30px;font-size: 14px;color: #666;}
.layer_apply_check .layer_content .item{margin-bottom: 20px;}
.layer_apply_check .layer_content .item .label{float: left;width: 70px;text-align: right;padding-right: 10px;}
.layer_apply_check .layer_content .problem_feedback{width: 318px;height: 98px;border: 1px solid #d0d0d0;resize: none;padding: 10px;}
.layer_apply_check .layer_content .contact_qq{width: 338px;height: 28px;border: 1px solid #d0d0d0;}
.layer_apply_check .confirm_btn{width: 118px;height: 38px;line-height: 38px;border: 1px solid #3399ff;margin: 0 auto;border-radius: 3px;cursor: pointer;}
.layer_apply_check .confirm_btn span{width: 116px;height: 36px;background-color: #3399ff;border: 1px solid #43b2ff;display: inline-block;color: #fff;text-align: center;font-size: 16px;}
/* 返利详情 */

/* 我的游戏 小号 */
.mygame_wrap{padding: 20px;}
.mygame_wrap .tabs a{display: inline-block;width: 98px;height: 38px;line-height: 38px;float: left;border: 1px solid #f0f0f0;color: #707070;font-size: 15px;text-align: center;margin-right: 5px;}
.mygame_wrap .tabs a.on{border-color: #0099ff;color: #008ef2;}
.mygame_wrap .choose_game_wrap{margin-top: 30px;}
.mygame_wrap .choose_game_wrap .txt{font-size: 13px;color: #333;float: left;margin-right: 20px;line-height: 34px;}
.mygame_wrap .choose_game_wrap select{width: 238px;height: 34px;border: 1px solid #cfcfcf;margin-right: 20px;font-size: 13px;float: left;color: #666;}
.mygame_wrap .choose_game_wrap .game_name{width: 238px;height: 32px;border: 1px solid #cfcfcf;font-size: 13px;float: left;text-indent: 10px;}
.mygame_wrap .choose_game_wrap .search_btn{width: 68px;height: 34px;background-color: #008ef2;border: 1px solid #008ef2;color: #fff;font-size: 16px;cursor: pointer;}
.mygame_wrap .tb_mygame th{background-color: #F2F2F2;height: 30px;line-height: 30px;font-size: 13px;color: #666;border: 1px solid #E9E9E9;}
.mygame_wrap .tb_mygame td{border:1px solid #F2F2F2;line-height: 20px;font-size: 13px;padding: 6px 10px;color: #666;text-align: center;}
.mygame_wrap .tb_mygame td .modify_btn{width: 16px;height: 16px;display: inline-block;float: right;background: url("/Public/Common/images/modify_icon.png") center center no-repeat;margin-top: 2px;cursor: pointer;}
.mygame_wrap .tb_mygame td .btn{border: 1px solid #cccccc;display: inline-block;/* width: 68px; */height: 23px;color: #666;line-height: 23px;border-radius: 3px;cursor: pointer;padding: 0 5px;}
.mygame_wrap .tb_mygame td .cancel_tg_btn , .mygame_wrap .tb_mygame td .giveup_tg_btn , .mygame_wrap .tb_mygame td .finish_tg_btn{border-color: #ff9999;color: #ff6666;background-color: #fff;}
.mygame_wrap .tb_mygame td .initiate_tg_btn{border-color: #0066ff;color: #0066ff;background-color: #fff;}
.mygame_wrap .tb_mygame td .tg_link_btn {border-color: #ec29ec;color: #ec29ec;background-color: #fff;margin-left:5px;}
.mygame_wrap .tb_mygame td .apply_recycle_btn{margin-left: 5px;}
.mygame_wrap .tb_mygame td .start_game{border-color: #66cc66;color: #339933;background-color: #fff;}
.mygame_wrap .tb_mygame td .start_game.nostart_game{border-color: #dedede;color: #cccccc;cursor: context-menu;}
.mygame_wrap .tb_mygame td.gamename{text-align: left;text-indent: 5px;text-decoration: none;}
.mygame_wrap .tb_mygame td.trumpet{text-align: left;}
.mygame_wrap .tb_mygame td.amount{padding-right: 8px;text-align: right;}
.mygame_wrap .tb_mygame td .td_btn{height: 26px;line-height: 26px;font-size: 13px;border-radius: 3px;display: inline-block;padding: 0 8px;cursor: pointer;border: 1px solid #cccccc;color: #666;background: #fff;}
.mygame_wrap .tb_mygame td .recycle_state_0, .mygame_wrap .tb_mygame td .recycle_state_15{border: 1px solid #257cde;background: #509bef;color: #fff;}
.mygame_wrap .tb_mygame td .recycle_state_101{border: 1px solid #fff;color: #999;font-size: 12px;}
.mygame_wrap .tb_mygame td .recycle_state_0:hover, .mygame_wrap .tb_mygame td .recycle_state_15:hover{border-color: #257cde;background: #6bb1ff;color: #fff;}
.mygame_wrap .tb_mygame td .recycle_state_10:hover{border: 1px solid #cccccc;color: #666;background: #fff;}
.mygame_wrap .tb_mygame td.enter-game a{color: #3875ff;text-decoration: underline;cursor: pointer;}
.mygame_wrap .tb_mygame .loading{height: 80px;}
.mygame_wrap .tb_mygame .no-data{line-height: 67px;}
.mygame_wrap .recycle_rule_wrap{margin-top: -12px;margin-bottom: 20px;}
.mygame_wrap .recycle_rule_wrap .recycle_bili{height: 39px;line-height: 39px;background-color: #fffce0;border: 1px solid #f9eebd;padding: 0 10px;font-size: 13px;color: #4b4b4b;}
.mygame_wrap .recycle_rule_wrap .recycle_bili .txt{color: #181818;}
.mygame_wrap .recycle_rule_wrap .recycle_bili .viplevel , .mygame_wrap .recycle_rule_wrap .recycle_bili .bili{color: #ff4b4b;}
.mygame_wrap .recycle_rule_wrap .recycle_bili .link{color: #002aff;text-decoration: underline;}
.mygame_wrap .hint_wrap{color: #181818;}
.mygame_wrap .hint_box{margin-top: 10px;margin-bottom: 25px;}
.mygame_wrap .hint_box .subtitle{height: 30px;line-height: 30px;font-size: 13px;font-weight: bold;}
.mygame_wrap .hint_box .ctn{line-height: 25px;font-size: 12px;margin-top: 3px;text-indent: 25px;}
.mygame_wrap .recycle_list tr{background: #fff!important;}
.mygame_wrap .recycle_tips{bottom: 41px;box-sizing: border-box;}
.mygame_wrap .recycle_tips0{left: -45px;}
.mygame_wrap .recycle_tips1{left: -96px;width: 370px;height: 55px;}
.mygame_wrap .recycle_tips2{left: -6px;width: 280px;height: 55px;}
.mygame_wrap .recycle_tips1 em{left: 178px;}
.mygame_wrap .recycle_tips2 em{left: 87px;}
.mygame_wrap .clues{color: #cc3333;font-size: 14px;margin: 20px 0;line-height: 25px;}
.mygame_wrap .choose_box{padding-bottom: 25px;border-bottom: 1px solid #e8e8e8;}
.mygame_wrap .choose_item{margin-bottom: 20px;}
.mygame_wrap .label{width: 165px;padding-right: 10px;text-align: right;display: inline-block;line-height: 34px;font-size: 15px;color: #666;float: left;}
.mygame_wrap .choose_item input[type="text"]{width: 238px;height: 32px;border: 1px solid #c7c7c7;background-color: #f5f5f5;color: #999;text-indent: 10px;font-size: 15px;}
.mygame_wrap .tg_links_wrap{padding: 30px 0 50px 0;border-bottom: 1px solid #e8e8e8;}
.mygame_wrap .tg_links_wrap .label{margin-top: 42px;}
.mygame_wrap .tg_links_box{width: 500px;float: left;}
.mygame_wrap .tg_links_box .txt{height: 40px;line-height: 40px;font-size: 15px;color: #999;display: inline-block;}
.mygame_wrap .tg_links_box .tg_links{width: 508px;height: 38px;line-height: 38px;border: 1px solid #cfcfcf;text-indent: 10px;font-size: 15px;color: #666;display: inline-block;}
.mygame_wrap .tg_links_box .copy_links{width: 145px;height: 38px;line-height: 38px;background-color: #33baff;font-size: 16px;color: #fff;display: inline-block;text-align: center;margin-top: 15px;cursor: pointer;}
.mygame_wrap .tg_info_ctn{padding: 20px;}
.mygame_wrap .tg_info_ctn .txt{font-size: 16px;height:50px;line-height: 45px;}
.mygame_wrap .tg_info_ctn .txt span{color: #0066ff;}
.mygame_wrap .tg_info_ctn table{width: 440px;border: 1px solid #cfcfcf;}
.mygame_wrap .tg_info_ctn table tr{border-bottom: 1px solid #cfcfcf;color: #999;}
.mygame_wrap .tg_info_ctn table td{padding: 5px 0;border-right: 1px solid #cfcfcf;line-height: 30px;font-size: 15px;}
.mygame_wrap .tg_info_ctn table td.td_ctn{padding-left: 15px;color: #0066ff;}
.mygame_wrap .btn_wrap{width: 440px;text-align: center;margin-top: 25px;}
.mygame_wrap .btn_wrap span{width: 120px;height: 35px;line-height: 35px;display: inline-block;background-color: #fcfcfc;border: 1px solid #e5e5e5;color: #666;font-size: 16px;cursor: pointer;}
.mygame_wrap .btn_wrap span.accept_btn{background-color: #3dc25e;border-color: #62df90;color: #fff;margin-right: 15px;}
.mygame_wrap .tg_info_ctn .clues{width: 480px;margin-top: 30px;}

.mygame_wrap .tabs a.retrieve_btn{width:120px;float: right;background:url(/Public/Common/images/retrieve_btn.png) no-repeat;font-size:0;border:none;}
.mygame_wrap .tabs a.retrieve_btn.on,.mygame_wrap .tabs a.retrieve_btn:hover{background-position: left -44px;border:none !important;}
.mygame_wrap .tabs a.hidegame_btn{width:120px;float: right;background:url(/Public/Common/images/hidegame_btn.png) no-repeat;font-size:0;border:none;}
.mygame_wrap .tabs a.hidegame_btn.on,.mygame_wrap .tabs a.hidegame_btn:hover{background-position: left -38px;border:none !important;}

.mygame_wrap .luckybeans_area{margin-top: 30px;background: #fffee7;border: 1px solid #ffee5d;}
.mygame_wrap .luckybeans_box{width: 464px;height: 309px;border-right: 1px solid #ffee5d;float: left;padding: 13px 20px;}
.mygame_wrap .luckybeans_box .my_luckybeans{font-size: 13px;}
.mygame_wrap .luckybeans_box .my_luckybeans span{color: #f86f00;font-weight: bold;}
.mygame_wrap .luckybeans_box .luckybeans_stock{width: 425px;height: 90px;line-height: 90px;background: url(/Public/Common/images/recycle/stock_bg.png) 0px -104px no-repeat;display: inline-block;text-align: center;margin: 45px 0 0 20px;}
.mygame_wrap .luckybeans_box .luckybeans_stock.none{background-position: 0 0;font-size: 16px;color: #b0afaf;}
.mygame_wrap .luckybeans_box .luckybeans_stock .stock_label{float: left;width: 180px;font-size: 18px;color: #7b3813;}
.mygame_wrap .luckybeans_box .luckybeans_stock .stock_val{width: 240px;font-size: 24px;color: #ff3434;font-weight: bold;float: left;}
.mygame_wrap .luckybeans_box .luckybeans_info{text-align: center;margin-top: 22px;font-size: 13px;color: #6f6f6f;}
.mygame_wrap .luckybeans_box .luckybeans_info .green{font-weight: bold;color: #1d9800;}
.mygame_wrap .luckybeans_box .luckybeans_info .black{font-weight: bold;color: #333333;}
.mygame_wrap .luckybeans_box .get_btn{width: 88px;height: 30px;line-height: 30px;background: #509bef;border: 1px solid #257cde;color: #fff;font-size: 15px;text-align: center;margin: 25px auto 0 auto;border-radius: 4px;cursor: pointer;}
.mygame_wrap .luckybeans_box .get_btn:hover{background: #6bb1ff;border-color: #257cde;}
.mygame_wrap .luckybeans_box .get_btn.disabled{color: #efefef;background: #bbbbbb;border-color: #a3a3a3;cursor: no-drop;}
.mygame_wrap .instr_box{float: left;width: 247px;margin-left: 18px;padding: 30px;}
.mygame_wrap .instr_box .subtitle{font-size: 13px;font-weight: bold;margin-bottom: 8px;}
.mygame_wrap .instr_box .item{color: #656565;font-size: 13px;line-height: 24px;}
.mygame_wrap .instr_box .item .num{float: left;}
.mygame_wrap .instr_box .item .txt{float: left;width: 226px;}

.layer_special_recycle{border: 2px solid #e68d19;background: #fcfcfc;border-radius: 0!important;}
.layer_special_recycle .glorydes-box .subtitle{font-size: 15px;color: #666666;font-weight: bold;}
.layer_special_recycle .subtitle .close_btn { width: 15px; height: 15px; position: absolute;right: 0; top: 0; margin-top: 0;background: #ff5454 url(/Public/Common/images/layer_close_icon.png) center 3px no-repeat;background-size: 8px;cursor: pointer;}
.layer_special_recycle .glorydes-box{width: 460px;padding: 14px 12px;}
.layer_special_recycle .glorydes-box ul{ margin-top: 10px;margin-bottom: 5px;}
.layer_special_recycle .glorydes-box ul li{line-height: 24px;font-size: 13px;color: #666;}
.layer_special_recycle .glorydes-box ul li span{float: left;height: 100%;}

.com_layer_recycle .layer_title{text-indent: 30px;font-weight: bold;font-size: 18px;height: 50px;line-height: 50px;padding: 0 20px;background-color: #E43F3F;color:#fff;position: relative;}
.com_layer_recycle .layer_title span{position: absolute;display: block;vertical-align: middle;text-indent: 0;}
.com_layer_recycle .layer_title span.recycle_icon{width: 24px;height: 24px;left:20px;top:13px;background:url("/Public/Common/images/recycle/account_icon.png") no-repeat;}
.com_layer_recycle .layer_title span.recycle_close{width: 20px;line-height: 50px;top:0;right:20px;font-size: 30px;font-weight: normal;color: #fff;cursor: pointer;}
.com_layer_recycle .layer_content{padding: 15px 15px;}
.com_layer_recycle .com_layer_ctn_gamename{line-height: 20px;height: 20px;font-size: 15px;font-weight: bold;color: #0270d2;margin-bottom: 20px;border-bottom: 1px solid #e9e9e9;padding-bottom: 15px;}
.com_layer_recycle .com_layer_ctn_gamename span.tips{float: right;font-size: 13px;color: #dd0000;font-weight: normal;}
.com_layer_recycle .apply_recycle_ctn{width: 475px;float: left;}
.com_layer_recycle .apply_recycle_ctn .recycle_money{border-right: 1px solid #ffe99d;}
.com_layer_recycle .apply_recycle_ctn .recycle_money li{width: 300px;float: left;background: #fffce7;border-bottom: 1px solid #ffe99d;}
.com_layer_recycle .apply_recycle_ctn .recycle_money li:first-child{width: 174px;background: #f9f9f9;border-color: #ededed;text-align: right;color: #646364;}
.com_layer_recycle .apply_recycle_ctn .recycle_money li div{width: 100%;height: 40px;line-height: 40px;border-left: 1px solid #ffe99d;border-top: 1px solid #ffe99d;font-size: 13px;padding: 0 10px;box-sizing: border-box;}
.com_layer_recycle .apply_recycle_ctn .recycle_money li:first-child div{border-color: #ededed;}
.com_layer_recycle .apply_recycle_ctn .recycle_money li .money{color: #662600;font-weight: bold;}
.com_layer_recycle .apply_recycle_ctn .recycle_money li .bili , .com_layer_recycle .apply_recycle_ctn .recycle_money li .bili span , .com_layer_recycle .apply_recycle_ctn .recycle_money li .money{font-weight: bold;color: #ff2121;}
.com_layer_recycle .apply_recycle_ctn .recycle_money li .bili span{font-weight: normal;}
.com_layer_recycle .apply_recycle_ctn .recycle_money li .bili .jiacheng_des{color: #8f8f8f;margin-left: 18px;} 
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box{margin-top: 15px;border: 1px solid #ededed;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .checktab{background: #f9f9f9;border-bottom: 1px solid #ededed;border-left: 1px solid #ededed;height: 33px;margin-left: -1px;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .checktab span{width: 120px;line-height: 33px;text-align: center;cursor: pointer;float: left;font-size: 14px;color: #8b8b8b;border-right: 1px solid #ededed;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .checktab span.on{color: #4c4c4c;font-weight: bold;background-color: #fff;height: 34px;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .checktab .tab2{border-right: 0 none;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .checktab .tab2.on{border-right: 1px solid #ededed;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .mobile_valid{padding-top: 20px;padding-bottom: 4px;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .mobile_valid .input_wrap{height: 30px;line-height: 30px;margin-bottom: 15px;width: 425px;float: left;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .safe_vaild{padding-top: 20px;padding-bottom: 15px;position: relative;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .safe_vaild .input_wrap{height: 40px;line-height: 40px;margin-top: 15px;width: 100%;float: left;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .safe_vaild .input_wrap .label,
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .mobile_valid .input_wrap .label{width: 133px;float: left;text-align: right;font-size: 14px;color: #666666;padding-right: 5px;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .safe_vaild input#checksafecode{width: 323px;height: 38px;line-height: 30px;color: transparent !important;font-size: 30px;overflow: hidden;letter-spacing: 37px;text-indent: 17px;float: left;text-shadow: 0 0 0 #333;border: 1px solid #e5e5e5;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .safe_vaild>i.blink_i{position: absolute;top: 41px;height: 28px;width: 1px;background: #ededed;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .safe_vaild>em.blink_e{position: absolute;top: 45px;height: 20px;width: 2px;background:url(/Public/Common/images/password-blink.gif);}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .safe_vaild .blink_d{position: absolute;left: 437px;width: 25px;height: 40px;display: inline-block;border-left: 1px solid #e5e5e5;background: #fff;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .safe_vaild .input_wrap .checksafecode{line-height: 30px;color: transparent !important;text-shadow: 0 0 0 #333;font-size: 30px;overflow: hidden;letter-spacing: 37px;text-indent: 17px;width: 320px;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .safe_vaild .setsafepage{float: right;margin-top: 8px;margin-right: 35px;color: #8b8b8b;text-decoration: underline;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .mobile_valid .input_wrap .phone{width: 178px;height: 28px;line-height: 28px;text-indent: 20px;font-size: 14px;float: left;border: 1px solid #e3e3e3;color: #919191;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .mobile_valid .input_wrap .get_code_btn{width: 100px;height: 28px;line-height: 28px;float: left;font-size: 15px;cursor: pointer;text-align: center;background-color: #ffffa5;border: 1px solid #ffe200;color: #b15400;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .mobile_valid .input_wrap .get_code_btn.disabled{background-color: #ececec;border: 1px solid #e5e5e5;color: #a9a9a9;}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .mobile_valid .input_wrap .get_code_btn:hover{opacity:0.8;filter:alpha(opacity=80);}
.com_layer_recycle .apply_recycle_ctn .recycle_valid_box .mobile_valid .input_wrap .verify_code{width: 278px;height: 28px;line-height: 28px;text-indent: 15px;font-size: 14px;float: left;border: 1px solid #e3e3e3;color: #919191;}
.com_layer_recycle .apply_recycle_ctn .recycle_doaction{margin: 17px 0 0 0;text-align: center;}
.com_layer_recycle .apply_recycle_ctn .recycle_doaction input{width: 98px;height: 36px;line-height: 36px;border-radius: 4px;font-size: 16px;cursor: pointer;border: 1px solid #eae8e9;background: #fff;color: #7d7c7f;}
.com_layer_recycle .apply_recycle_ctn .recycle_doaction input.confirm_recycle{margin-right: 30px;background: #509bef;color: #ffffff;border-color: #257cde;}
.com_layer_recycle .apply_recycle_ctn .recycle_doaction input.confirm_recycle:hover{background: #6bb1ff;}
.com_layer_recycle .apply_recycle_ctn .recycle_doaction input.close_recycle:hover{color: #509bef;border-color: #acd3ff;}
.com_layer_recycle .apply_instr{float: left;margin-left: 20px;width: 259px;}
.com_layer_recycle .apply_instr .subtitle{font-size: 13px;color: #d81919;font-weight: bold;margin-bottom: 6px;}
.com_layer_recycle .luckybeans-instr-area .txt{font-size: 13px;color: #00880a;line-height: 20px;}
.com_layer_recycle .apply_instr .item{color: #808080;line-height: 20px;float: left;}
.com_layer_recycle .apply_instr .item .num{float: left;}
.com_layer_recycle .apply_instr .item .txt{float: left;width: 239px;}
.com_layer_recycle .recycle_instr_area{margin-top: 15px;}


.trumpet_wrap{width: 1000px;margin: 100px auto 0 auto;}
.trumpet_wrap .trumpet_box_bg{width: 660px;background-color: rgba(0, 0, 0, 0.5);float: right;}
.trumpet_wrap .trumpet_box{width: 580px;height: auto;min-height: 470px;margin: 10px;background-color: #fff;padding: 30px;}
.trumpet_wrap .user_info_ctn{line-height: 80px;border-bottom: 1px solid #e5e5e5;}
.trumpet_wrap .user_info_ctn .user_pic{width: 60px;height: 60px;float: left;margin-right: 20px;}
.trumpet_wrap .user_info_ctn .user_pic img{width: 60px;height: 60px;}
.trumpet_wrap .user_info_ctn .user_infos{font-size: 16px;color: #666;}
.trumpet_wrap .user_info_ctn .user_infos .ucenter{font-size: 14px;text-decoration: underline;color: #333;}
.trumpet_wrap .user_info_ctn .user_infos span{color: #0066ff;}
.trumpet_wrap .choose_xh_l{height: 75px;line-height: 75px;color: #0033ff;width: 100%;}
.trumpet_wrap .choose_xh_l span{display: inline-block;font-size: 20px;color: #0033ff;font-weight: bold;}
.trumpet_wrap .choose_xh_l .subtitle{color: #333;;}
.trumpet_wrap .creat_btn{width: 158px;height: 48px;line-height:48px;border: 1px solid #eeeeee;background-color: #66cc66;cursor: pointer;color: #fff;font-size: 18px;margin: 50px auto 0 auto;border-radius: 5px;}
.trumpet_wrap .creat_btn em{width: 16px;height: 16px;display: inline-block;margin: 16px 15px 16px 23px;float: left;}
.trumpet_wrap .creat_xh em{background: url("/Public/Common/images/add_w.png") center center no-repeat;}
.trumpet_wrap .creat_btn:hover{background-color: #ff912f;border-color: #ff912f;color: #fff;}
.trumpet_wrap .creat_btn:hover em{background: url("/Public/Common/images/add_w.png") center center no-repeat;}
.trumpet_wrap .creat_btn.creat_xh_n{background-color: #e6e6e6;color: #989898;border-color: #d8d8d8;cursor: default;}
.trumpet_wrap .creat_btn.creat_xh_n em{background: url("/Public/Common/images/add_g.png") center center no-repeat;}
.trumpet_wrap .xh_list ul li{width: 578px;float: left;height: 48px;line-height: 48px;border: 1px solid #e4e4e4;margin-bottom: 10px;font-size: 17px;color: #333;}
.trumpet_wrap .xh_list ul li.hide_xh_btn{background:#E4E4E4;}
.trumpet_wrap .xh_list ul li .enter_game{color: #0066ff;display: inline-block;padding: 0 10px 0 15px;width: 553px;z-index: 999;}
.trumpet_wrap .xh_list ul li:hover{border-color: #ff6666;color: #ff6666;}
.trumpet_wrap .xh_list ul li:hover .enter_game{color: #ff6666;}
.trumpet_wrap .xh_list ul li:hover .enter_game_btn{background-color: #ff953f;}
.trumpet_wrap .xh_list ul li .xh_name{font-size: 16px;float: left;}
.trumpet_wrap .xh_list ul li .ishide_xh{font-size:16px;color:#999999;float:left;margin-left:35px;cursor: pointer;}
.trumpet_wrap .xh_list ul li .edt_btn{width: 16px;height: 16px;display: inline-block;background: url("/Public/Common/images/edt_icon.png") center center no-repeat;margin: 16px 10px;z-index: 9999;}
.trumpet_wrap .xh_list ul li .enter_game_btn{width: 120px;height: 30px;background-color: #ff5a00;margin-top: 10px;line-height: 30px;font-size: 15px;color: #fff;border-radius: 3px;text-decoration: none;}
.trumpet_wrap .xh_list ul li .enter_game_btn em{width: 16px;height: 15px;display: inline-block;float: left;background: url("/Public/Common/images/enter_icon.png") center center no-repeat;margin: 7.5px 12px;}
.trumpet_wrap .about_xh{margin-top: 70px;color: #666;line-height: 25px;}
.trumpet_wrap .about_xh .title{font-size: 15px;font-weight: bold;margin-bottom: 5px;}
.trumpet_wrap .about_xh .ctn{color: #999;}
.layer_creatxh .layer_title{padding: 0 40px;line-height: 50px;font-size: 22px;color: #666;font-weight: bold;background-color: #f8f8f8;}
.layer_creatxh .layer_title .layer_close_btn{font-size: 30px;color: #999;font-weight: normal;cursor: pointer;}
.layer_creatxh .layer_content{padding: 40px 40px 70px 40px;}
.layer_creatxh .input_wrap{height: 48px;border: 1px solid #e4e4e4;}
.layer_creatxh .input_wrap .txt{width: 79px;line-height:48px;background-color: #f3f3f3;border-right: 1px solid #e4e4e4;float: left;font-size: 16px;text-align: center;}
.layer_creatxh .input_wrap .xh_nickname{width: 318px;height: 48px;line-height: 48px;text-indent: 10px;float: left;font-size: 15px;}
.layer_creatxh .layer_confirm_btn{width: 120px;height: 48px;background-color: #66cc66;font-size: 19px;color: #fff;float: left;}
.layer_creatxh .prompt{font-size: 13px;color: #999;margin-top: 25px;}


/* 我的游戏 小号 */


/* 排行榜 */
.xytj_content_wrap{padding: 20px;background-color: #fff;margin-top: 10px;}
.xytj_content_wrap .xytj_title{height: 44px;line-height: 44px;border-bottom: 1px solid #dddddd;}
.xytj_content_wrap .xytj_title em{width: 24px;height: 24px;display: inline-block;background: url("/Public/Common/images/rank_icon.png") -3px -257px;float: left;margin-top: 10px;}
.xytj_content_wrap .xytj_title .txt{font-size: 22px;font-weight: bold;color: #333;float: left;margin-left: 15px;}
.xytj_content_wrap .xytj_title ul li{padding: 0 10px;height: 45px;line-height: 45px;float: left;margin-left: 50px;font-size: 18px;cursor: pointer;}
.xytj_content_wrap .xytj_title ul li.on{height: 43px;border-bottom: 2px solid #ff3333;color: #ff3333;}
.xytj_content_wrap .xytj_title .more{float: right;font-size: 13px;color: #999;}
.xytj_content .item ul{margin-left: -12px;}
.xytj_content .item ul li{margin-top: 10px;width: 220px;border: 1px solid #ebebeb;float: left;margin-left: 12px;overflow: hidden;}
.xytj_content .item ul li .ge-hd{position: relative;width: 210px;height: 130px;padding: 5px;}
.xytj_content .item ul li .ge-hd .bty_icon{width: 50px;height: 50px;background: url(../images/icon.png) -52px -8px;display: inline-block;position: absolute;left: 5px;top: 5px;}
.xytj_content .item ul li .item-mask{position: absolute;top: 5px;}
.xytj_content .item ul li .bg-mask{background: url(../images/lg-bg.png);width: 210px;height: 130px;}
.xytj_content .item ul li .ge-txt{z-index: 3;bottom: 10px;position: absolute;padding: 0 10px;}
.xytj_content .item ul li .ge-scale{color: #ffe400;font-size: 15px;line-height: 32px;}
.xytj_content .item ul li .ge-info{font-size: 12px;color: #f3f3f3;line-height: 20px;max-height: 60px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.xytj_content .item ul li .ge-ct{height: 40px;line-height: 40px;border-bottom: 1px solid #dddddd;color: #333;padding: 0 5px;}
.xytj_content .item ul li .game_name{font-size: 16px;width: 140px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color: #333;}
.xytj_content .item ul li .bili , .xytj_content .item3 ul li .fanli{font-size: 14px;font-weight: bold;color: #ff3333;}
.xytj_content .item ul li .ge-bt{font-size: 13px;height: 30px;line-height: 30px;padding: 0 5px;}
.xytj_content .item2 ul , .xytj_content .item4 ul{margin-left: -20px;}
.xytj_content .item2 ul li , .xytj_content .item4 ul li{width: 253px;padding: 10px;margin-left: 20px;margin-top: 20px;}
.xytj_content .item2 ul li .ge-lt , .xytj_content .item4 ul li .ge-lt{width: 90px;height: 90px;float: left;margin-right: 8px;}
.xytj_content .item2 ul li .ge-rt , .xytj_content .item4 ul li .ge-rt{float: left;width: 150px;}
.xytj_content .item2 ul li .game_name , .xytj_content .item4 ul li .game_name{font-size: 15px;color: #494949;width: 100%;height: 25px;line-height: 25px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.xytj_content .item2 ul li .bili , .xytj_content .item4 ul li .bili{height: 36px;;line-height: 36px;font-size: 13px;color: #494949;display: inline-block;width: 100%;font-weight: normal;}
.xytj_content .item2 ul li .download_btn , .xytj_content .item4 ul li .download_btn{width: 83px;height: 24px;line-height: 24px;border: 1px solid #ff7200;color: #ff7200;display: inline-block;text-align: center;border-radius: 3px;}





.rank_banner_bg{width: 100%;height: 130px;background: url("/Public/Common/images/rank_banner.jpg") top center no-repeat;margin-top: 10px;}
.rank_content{margin-top: 10px;margin-left: -2.5px;margin-bottom: 20px;}
.rank_content .icon{display: inline-block;background: url("/Public/Common/images/rank_icon.png")}
.rank_content .rank_list_wrap{width: 268px;margin-left: 2.5px;padding: 0 15px 20px;background-color: #fff;}
.rank_content .rank_list_wrap .title{height: 65px;line-height: 65px;border-bottom: 1px solid #ff6666;font-size: 22px;font-weight: bold;}
.rank_content .rank_list_wrap .title em{width: 24px;height: 24px;margin-top: 20.5px;margin-right: 10px;float: left;}
.rank_content .rank_list_wrap .title .icon1{background-position: -3px -9px;}
.rank_content .rank_list_wrap .title .icon2{background-position: -3px -46px;}
.rank_content .rank_list_wrap .title .icon3{background-position: -3px -82px;}
.rank_content .rank_list_wrap .title .icon4{background-position: -3px -289px;}
.rank_content .rank_list .list_header{border-bottom: 1px solid #e8e8e8;color: #999;}
.rank_content .rank_list .list_header div{height: 34px;line-height: 40px;padding: 0 3px;font-size: 13px;}
.rank_content .rank_list .num{width: 35px;}
.rank_content .rank_list .game_name{width: 160px;}
.rank_content .rank_list .game_name.mobile{width: 160px;}
.rank_content .rank_list .type{width: 110px;text-align: center;}
.rank_content .rank_list .type.mobile{width: 80px;}
.rank_content .rank_list .pay_bili{width: 52px;}
.rank_content .rank_list .list_header .type{text-align: center;}
.rank_content .rank_list ul{margin-top: 5px;}
.rank_content .rank_list ul li{float: left;border-top: 1px dashed #d8d8d8;}
.rank_content .rank_list ul li:first-child{border: 0 none;}
.rank_content .rank_list ul li div{height: 45px;line-height: 45px;padding: 0 3px;font-size: 13px;}
.rank_content .rank_list ul li .num span.icon{width: 24px;height: 30px;margin-top: 7.5px;margin-left: 3px;}
.rank_content .rank_list ul li .num span.one{background-position: -3px -116px;}
.rank_content .rank_list ul li .num span.two{background-position: -3px -165px;}
.rank_content .rank_list ul li .num span.three{background-position: -3px -212px;}
.rank_content .rank_list ul li .num span.txt{width: 18px;height: 18px;line-height: 20px;display: inline-block;border: 1px solid #ffcccc;color: #ff6666;float: left;text-align: center;border-radius: 3px;margin-top: 12.5px;margin-left: 6px;}
.rank_content .rank_list ul li .game_name{font-size: 14px;color: #3366ff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.rank_content .rank_list ul li .game_name a{color: #36f;}
.rank_content .rank_list ul li .type{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.rank_content .rank_list ul li .pay_bili{text-align: right;}

.rank_content1{margin-left:0px;}
.rank_content1 .rank_list_wrap{width:1170px;}
.rank_content1 .rank_list .game_name,.rank_content1 .rank_list .game_name.mobile{width: 1065px;}

.rank_content2{margin-left: -10px;}
.rank_content2 .rank_list_wrap{width: 565px;margin-left: 10px;}
.rank_content2 .rank_list .game_name,.rank_content2 .rank_list .game_name.mobile{width: 460px;}

.rank_content3{margin-left: -10px;}
.rank_content3 .rank_list_wrap{width: 363px;margin-left: 10px;}
.rank_content3 .rank_list .game_name,.rank_content3 .rank_list .game_name.mobile{width: 258px;}

/* 聚合 */
.hot_labels_box , .all_label_box{padding: 10px 15px;background-color: #fff;margin-bottom: 10px;}
.hot_labels_box .title , .all_label_box .title{font-size: 16px;line-height: 50px;font-weight: bold;}
.hot_labels_box a , .all_label_box a{padding: 3px 10px;border: 1px solid #e5e5e5;margin-bottom: 10px;margin-right: 10px;font-size: 13px;color: #333;display: inline-block;}

/* login-layer reg-layer */
.login_layer_box .login_layer_form , .reg_layer_box .reg_layer_form{padding: 0 30px 20px 30px;}

.login_layer_box .title,.reg_layer_box .title{
    background: #F3F3F3;
    margin: 0 -30px 18px -30px;
    border-bottom: 1px #dedede solid;
    position: relative;
    height: 40px;
}
.login_layer_box .title span,.reg_layer_box .title span {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 90px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 15px;
    cursor: pointer;
}

.login_layer_box .title span.on,.reg_layer_box .title span.on {
    height: 41px;
    color: #F00;
    font-weight: bold;
    background-color: #fff;
    border-right: 1px #dedede solid;
}
.reg_layer_box .title span.on {
    border-left: 1px #dedede solid;
}

.login_layer_box .title span.l_reg,.reg_layer_box .title span.l_reg{
    left:120px;
}

.login_layer_box .title a,.reg_layer_box .title a{
    display: block;
    line-height: 40px;
    top:0;
    right: 10px;
    color: #666666;
    font-size: 20px;
    font-family: '宋体';
    position: absolute;
}



.login_layer_box .layer_input_item  , .reg_layer_box .layer_input_item{border: 1px solid #e0e0e0;margin-bottom: 20px;}
.login_layer_box input[type="text"] , .login_layer_box input[type="password"] , .reg_layer_box input[type="text"] , .reg_layer_box input[type="password"]{width: 238px;height: 40px;line-height: 40px;background-color: #fff;outline: 0;}
.login_layer_box .icon , .reg_layer_box .icon{display: inline-block;width: 24px;height: 22px;background: url(../images/icon.png?v=2);float: left;margin:9px 5px 0 10px;}
.login_layer_box .user_icon , .reg_layer_box .user_icon{background-position: -8px -7px;}
.login_layer_box .pwd_icon , .reg_layer_box .pwd_icon{background-position: -8px -37px;}
.login_layer_box .verify_icon , .reg_layer_box .verify_icon{background-position: -5px -286px;}
.login_layer_box .layer_remb_item , .reg_layer_box .layer_remb_item {height: 20px;margin-bottom: 20px;}
.login_layer_box .layer_remb_item a , .reg_layer_box .layer_remb_item a{font-size: 13px;color: #626262;}
.login_layer_box .layer_submit_btn , .reg_layer_box .layer_submit_btn{width: 280px;height:50px;line-height:14px;border-radius: 0;color: #fff;background-color: #FF6600;border:1px solid #FF6600;font-size: 20px;margin-bottom: 20px;}
.login_layer_box .layer_login_method_box , .reg_layer_box .layer_login_method_box{height: 20px;line-height: 20px;}
.login_layer_box .layer_login_method_box a , .reg_layer_box .layer_login_method_box a{width: auto;display: inline-block;color: #2e2e2e;padding-right: 14px;}
.login_layer_box .layer_login_method_box em , .reg_layer_box .layer_login_method_box em{float: left;margin-right: 8px;background: url("../images/icon.png")}
.login_layer_box .layer_login_method_box a.wx_login , .reg_layer_box .layer_login_method_box a.wx_login{padding-left: 14px;}
.login_layer_box .layer_login_method_box a.register_link , .reg_layer_box .layer_login_method_box a.register_link{padding-left: 18px;padding-right: 0}
.login_layer_box .layer_login_method_box .qq_login em , .reg_layer_box .layer_login_method_box .qq_login em{background-position: -9px -228px;width:17px;height: 18px;margin-top: 1px;}
.login_layer_box .layer_login_method_box .wx_login em , .reg_layer_box .layer_login_method_box .wx_login em{background-position: -35px -227px;width: 24px;height: 20px;}
.reg_layer_box .layer_remb_item label input[type="checkbox"]{vertical-align: sub;margin-right: 10px;}
.reg_layer_box .layer_submit_ajaxForm{width: 280px;height: 50px;line-height: 50px;font-size: 20px;color: #fff;background: #3c3;margin-bottom: 20px;}
.reg_layer_box .verfiy_control .verifyimg_show {width:118px;height:40px;cursor: pointer;}


/*封禁弹出窗*/
.fengjin_layer .layui-layer-title{height: 45px;line-height: 45px;background-color:#000000;color:#b9b9b9;font-size: 17px;border:none;padding: 0 15px 0 15px;}
.fengjin_layer .layui-layer-content{background:#0A0202 url(/Public/Common/images/fengjin_bg.jpg) no-repeat center center;}
.fengjin_layer .layui-layer-content .txt{color:#ffea00;font-size: 32px;font-weight: bold;text-align: center;margin-top:300px}
/*.fengjin_layer .layui-layer-close{background:none;position: absolute;top: -10px;right: 5px;color:#b9b9b9}*/
/*.fengjin_layer .layui-layer-close:after{content: '×';font-size: 30px;}*/
.fengjin_layer .closefengjin{position: absolute;top:0px;right:15px;color:#b9b9b9;font-size:28px}

/* 注册页面 */
.register-wrap , .login-wrap{
    padding: 70px 0 80px 0;
    background:url('../images/reg_bg.jpg') bottom center #a9d5f7 no-repeat;
}
.register-wrap .register-box , .login-wrap .login-box{
    background-color: #fff;
    padding: 20px 50px 60px;
    width: 1100px;
    min-height: 544px;
    margin: 0 auto;
}
.register-wrap .title , .login-wrap .title{
    height: 45px;
    line-height: 45px;
    color: #990000;
    font-size: 20px;
    font-weight: bold;
}
.register-wrap .subtitle , .login-wrap .subtitle{
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.register-wrap .register-left , .login-wrap .login-left{
    width: 870px;
    float: left;
}
.register-wrap .register-area , .login-wrap .login-area{
    padding-top: 15px;
}
.register-wrap .real-name-area{
    padding-top: 30px;
}
.register-wrap .input-item , .login-wrap .input-item{
    margin-top: 20px;
    line-height: 38px;
}
.register-wrap .input-item .label , .login-wrap .input-item .label{
    width: 100px;
    text-align: right;
    margin-right: 10px;
    font-size: 15px;
    color: #666;
    display: inline-block;
    float: left;
}
.register-wrap .input-item input[type="text"] , .register-wrap .input-item input[type="password"] , .login-wrap .input-item input[type="text"] , .login-wrap .input-item input[type="password"]{
    width: 278px;
    height: 36px;
    border: 1px solid #d6d6d6;
    margin-right: 20px;
    text-indent: 10px;
}
.register-wrap .input-item .tips , .login-wrap .input-item .tips{
    font-size: 13px;
    color: #999;
}
.register-wrap .operate-area , .login-wrap .operate-area{
    margin-left: 110px;
}
.register-wrap .agree-item{
    padding: 20px 0 25px;
    line-height: 12px;
}
.register-wrap .agree-item input[type="checkbox"]{
    float: left;
    margin-right: 8px;
}
.register-wrap .submit-btn , .login-wrap .submit-btn{
    width: 260px;
    height: 48px;
    background-color: #51c43a;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}
.register-wrap .register-right , .login-wrap .login-right{
    width: 194px;
    height: 225px;
    border-left: 1px solid #eee;
    margin-top: 18px;
    padding-left: 35px;
    float: right;
}
.register-wrap .register-right .txt , .login-wrap .login-right .txt{
    font-size: 16px;
    color: #333;
}
.register-wrap .register-right .a-btn , .login-wrap .login-right .a-btn{
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    margin: 20px 0;
    background-color: #ffa845;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.register-wrap .login-way-item em , .login-wrap .login-way-item em{
    float: left;
    margin-right: 8px;
    background: url(../images/icon.png);
}
.register-wrap .login-way-item a , .login-wrap .login-way-item a {
    width: auto;
    display: inline-block;
    color: #2e2e2e;
    padding-right: 12px;
    font-size: 14px;
}
.register-wrap .login-way-item .qq_login em , .login-wrap .login-way-item .qq_login em {
    background-position: -8px -227px;
    width: 17px;
    height: 18px;
}
.register-wrap .login-way-item .wx_login em , .login-wrap .login-way-item .wx_login em{
    background-position: -35px -228px;
    width: 24px;
    height: 20px;
}
.login-wrap .operate-area{
    margin-top: 35px;
}
.login-wrap .submit-btn{
    background-color: #ffa845;
}
.login-wrap .login-right .a-btn{
    background-color: #51c43a;
}

/* zhuanti */
.project_wrap{
    width: 1200px;
    margin: 10px auto 0 auto;
}
.project_wrap .project_tabs{
    height: 36px;
    border-bottom: 4px solid #ff3333;
    padding-top: 20px;
}
.project_wrap .project_tabs .tab{
    width: 160px;
    height: 36px;
    line-height: 36px;
    position: relative;
    font-size: 18px;
    background-color: #ffd047;
    color: #ff3333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 1px;
    text-align: center;
    float: left;
    font-weight: bold;
}
.project_wrap .project_tabs .tab.on{
    background-color: #ff3333;
    color: #fff;
}
.project_wrap .project_tabs .tab .icon{
    display: inline-block;
    width: 90px;
    height: 23px;
    position: absolute;
    top: -18px;
    left: 40px;
}
.project_wrap .project_tabs .cb_tab .icon{
    background: url("../images/zhuanti/cb_icon.png") center center no-repeat;
}
.project_wrap .project_tabs .sw_tab .icon{
    background: url("../images/zhuanti/sw_icon.png") center center no-repeat;
}
.project_wrap .project_tabs .tab.on .icon{
    display: none;
}
.project_wrap .project_tabs .tab.on .triangle{
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #ff3333;
    position: absolute;
    bottom: -10px;
    left: 75px;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.project_wrap .project_content{
    padding: 35px 39px 110px;
    border: 1px solid #ebebeb;
    background-color: #fff;
}
.project_wrap .project_content .subtitle .title{
    width: 150px;
    line-height: 32px;
    font-size: 22px;
    color: #ff3333;
    font-weight: bold;
    display: inline-block;
}
.project_wrap .project_content .subtitle .title .icon{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("../images/zhuanti/gift_icon.png") center center no-repeat;
    margin-right: 10px;
    float: left;
}
.project_wrap .project_content .subtitle .title .icon.cb_icon{
    background: url("../images/zhuanti/medal_icon.png") center center no-repeat;
}
.project_wrap .project_content .subtitle .tips{
    line-height: 32px;
    font-size: 13px;
    color: #666;
}
.project_wrap .sw_game_list{
    margin-top: 20px;
    margin-left: -40px;
}
.project_wrap .sw_game_list .list{
    width: 250px;
    height: 330px;
    margin-left: 40px;
    margin-bottom: 40px;
    float: left;
    position: relative;
}
.project_wrap .sw_game_list .list .list_t{
    padding: 14px;
    border: 1px solid #e5e2e2;
    border-bottom: 0 none;
    background-color: #fff;
}
.project_wrap .sw_game_list .list .icon{
    width: 44px;
    height: 44px;
    display: inline-block;
    background: url("../images/zhuanti/sw_game_icon.png") center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.project_wrap .sw_game_list .list .icon.cb_icon{
    background: url("../images/zhuanti/cb_game_icon.png") center center no-repeat;
}
.project_wrap .sw_game_list .list .game_pic{
    margin-bottom: 10px;
    position: relative;
}
.project_wrap .sw_game_list .list .game_pic .kaifu_time{
    width: 100%;
    height: 28px;
    line-height: 28px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: #000;
    text-indent: 8px;
}
.project_wrap .sw_game_list .list .game_pic .kaifu_time .today{
    color: #53dce6;
}
.project_wrap .sw_game_list .list .game_ctn_c{
    height: 28px;
    line-height: 28px;
    color: #666;
}
.project_wrap .sw_game_list .list .game_name{
    color: #1c0000;
    font-size: 15px;
    font-weight: bold;
}
.project_wrap .sw_game_list .list .game_line{
    color: #0066ff;
    font-size: 13px;
}
.project_wrap .sw_game_list .list .reward{
    font-size: 13px;
}
.project_wrap .sw_game_list .list .reward span{
    color: #ff6666;
    font-weight: bold;
    font-size: 13px;
}
.project_wrap .sw_game_list .list .places{
    color: #666;
    font-size: 13px;
}
.project_wrap .sw_game_list .list .game_ctn_b{
    margin-top: 13px;
    margin-bottom: 6px;
    height: 32px;
}
.project_wrap .sw_game_list .list .game_ctn_b a{
    width: 100px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 17px;
}
.project_wrap .sw_game_list .list .game_ctn_b a.details_btn{
    color: #ff6666;
    border: 2px solid #ff6666;
}
.project_wrap .sw_game_list .list .game_ctn_b a.start_game_btn{
    background-color: #ff6666;
    color: #fff;
    border: 2px solid #ff6666;
}
.project_wrap .sw_game_list .list .list_b{
    height: 40px;
    line-height: 40px;
    border: 1px solid #fded9e;
    background-color: #fffac6;
    font-size: 14px;
    color: #999999;
    padding: 0 10px;
}
.project_wrap .cb_game_list .list .list_b{
    background-color: #fff335;
}
.project_wrap .sw_game_list .list .count_down{
    float: left;
    color: #666666;
    font-size: 14px;
}
.project_wrap .sw_game_list .list .count_down span{
    font-size: 22px;
    font-weight: bold;
    color: #ff7800;
}
.project_wrap .sw_game_list .list .count_down .unit{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.project_wrap .sw_game_list .list .finish_txt{
    height: 40px;
    line-height: 45px;
    float: right;
    font-size: 14px;
    color: #999;
}
.project_wrap .reward_rule , .project_wrap .warm_prompt{
    font-size: 13px;
    color: #1c0000;
    line-height: 22px;
}
.project_wrap .warn_prompt{
    font-size: 13px;
    color: #FF2121;
    line-height: 22px;
}
.project_wrap .no_data{
    padding: 100px 0;
    text-align: center;
    font-size: 20px;
    color: #666;
}

/* union reg */
.union_reg_wrap .register_box_wrap{
    width: 600px;
    margin-top: 270px;
}
.union_reg_wrap .txt_bg{
    width: 420px;
    height: 90px;
    background: url("../images/union/txt.png") center center no-repeat;
    margin: 0 auto;
}
.union_reg_wrap .register_box{
    width: 590px;
    height: 353px;
    background: url("../images/union/box_bg.png") center center no-repeat;
    margin-top: 34px;
    position: relative;
}
.union_reg_wrap .register_box .task_tab{
    width: 320px;
    margin: 0 auto 5px auto;
    position: relative;
    top: -22px;
}
.union_reg_wrap .register_box .task_tab span{
    width: 157px;
    height: 46px;
    display: inline-block;
    float: left;
    margin-right: 3px;
    cursor: pointer;
}
.union_reg_wrap .register_box .task_tab span.register{
    background: url("../images/union/reg_tab.png") center center no-repeat;
}
.union_reg_wrap .register_box .task_tab span.entry{
    background: url("../images/union/login_tab.png") center center no-repeat;
}
.union_reg_wrap .register_box .task_tab span.register.on{
    background: url("../images/union/reg_tab_a.png") center center no-repeat;
}
.union_reg_wrap .register_box .task_tab span.entry.on{
    background: url("../images/union/login_tab_a.png") center center no-repeat;
}
.union_reg_wrap .register_box .input_wrap{
    width: 460px;
    height: 34px;
    line-height: 34px;
    margin: 20px 0 0 110px;
    float: left;
}
.union_reg_wrap .register_box .input_wrap span{
    width: 80px;
    display: inline-block;
    font-size: 15px;
    color: #d7d7d7;
}
.union_reg_wrap .register_box .input_wrap input{
    width: 220px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #fff;
}
.union_reg_wrap .register_box .submit{
    width: 160px;
    height: 58px;
    float: left;
    margin-top: 24px;
    margin-left: 190px;
    cursor: pointer;
}
.union_reg_wrap .register_box .reg_submit{
    background: url("../images/union/reg_btn.png") center center no-repeat;
}
.union_reg_wrap .register_box .login_submit{
    background: url("../images/union/login_btn.png") center center no-repeat;
}
.union_reg_wrap .game_fuli_wrap{
    width: 520px;
}
.union_reg_wrap .game_fuli_wrap .lead_bg{
    width: 272px;
    height: 88px;
    background: url(../images/union/lead_bg.png) center center no-repeat;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.union_reg_wrap .game_fuli_wrap .fuli_ctn_box{
    background-color: rgba(255,255,255,.75);
    margin-top: -10px;
    padding: 18px 28px 10px 28px;
}
.union_reg_wrap .game_fuli_wrap .fuli_ctn_box .fuli_ctn{
    width: 100%;
}
.union_reg_wrap .game_fuli_wrap .fuli_ctn .title {
    margin-top: 5px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.union_reg_wrap .game_fuli_wrap .fuli_ctn .title em{
    width: 28px;
    height: 28px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.union_reg_wrap .game_fuli_wrap .fuli_ctn .title em.fuli_icon{
    background: url(../images/union/chongzhi_icon.png) center center no-repeat;
}
.union_reg_wrap .game_fuli_wrap .fuli_ctn .title em.bili_icon{
    background: url(../images/union/bili_icon.png) center center no-repeat;
}
.union_reg_wrap .game_fuli_wrap .fuli_ctn .title em.vip_icon{
    background: url(../images/union/vip_icon.png) center center no-repeat;
}
.union_reg_wrap .game_fuli_wrap .fuli_ctn .bili_ctn , .union_reg_wrap .game_fuli_wrap .fuli_ctn .pay_fuli_ctn , .union_reg_wrap .game_fuli_wrap .fuli_ctn .vip_ctn{
    padding: 15px 0 30px 0;
}
.union_reg_wrap .game_fuli_wrap .fuli_ctn_box .more{
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: url(../images/union/arrow_g.png) 200px center no-repeat;
    background-color: rgba(255,146,57,.6);
    background-size: 20px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.union_reg_wrap .game_fuli_wrap .fuli_ctn_box .more span{
    margin-left: 80px;
}
.union_reg_wrap .game_fuli_wrap .fuli_ctn_box .more.arrow_up{
    background: url("../images/union/arrow_up_g.png") 200px center no-repeat;
    background-color: rgba(255,146,57,.6);
    background-size: 20px;
}
.union_reg_wrap table.table30 {
    margin: 10px 0;
}
.union_reg_wrap table.table50 {
    margin: 10px 0;
}
.union_reg_wrap table.table70 {
    margin: 10px 0;
}
.union_reg_wrap table.table100 {
    margin: 10px 0;
}
.union_reg_wrap table.tables th, table.tables td {
    border: 1px solid #31849b;
    line-height: 20px;
    font-size: 16px;
    padding: 8px 6px;
}
.union_reg_wrap table.tables th {
    background: #31849b;
    color: #fff;
}
.union_reg_wrap table.tables.tables_b tr {
    background: #dbeff3;
}
.union_reg_wrap table.tables.tables_b tr:nth-child(2n) {
    background: #fde9d9;
}
.union_reg_wrap table.tables td.f13, table.tables td.\31 3 {
    font-size: 13px;
}
.union_reg_wrap table.tables td.f14, table.tables td.\31 4 {
    font-size: 14px;
}
.union_reg_wrap table.tables td.f15, table.tables td.\31 5 {
    font-size: 15px;
}
.union_reg_wrap .txt_bg{
    width: 420px;
    height: 90px;
    background: url("../images/union/txt.png") center center no-repeat;
    margin: 0 auto;
}
.union_reg_wrap .tips_ad{
    padding-top: 10px;
    padding-left: 10px;
}

/* guanming */
.game-named-ctn{
    width: 1100px;
    background-color: #fff;
    margin: 425px auto 150px;
    padding: 50px;
}
.game-named-ctn .game-named-item{
    margin-top: 55px;
}
.game-named-ctn .game-named-item .title{
    font-weight: bold;
    font-size: 20px;
}
.game-named-ctn .game-named-item .ctn{
    font-size: 15px;
    padding: 20px 0;
    line-height: 30px;
}
.game-named-ctn .game-named-item .ctn p{
    font-size: 15px;
}
.game-named-ctn .game-named-item .ctn p span{
    float: right;
    width: 1075px;
}
.game-named-ctn .game-named-item .list .title{
    font-size: 17px;
    height: 20px;
    line-height: 20px;
}
.game-named-ctn .game-named-item .list .des{
    font-size: 15px;
    margin: 15px 0 35px 0;
}
.game-named-ctn .game-named-item .list .subtitle{
    font-size: 16px;
    font-weight: bold;
}
.game-named-ctn .game-named-item .list .rank-icon{
    width: 60px;
    height: 60px;
    background: url("../images/guanming/rank_icon.png") center center no-repeat;
    float: left;
}
.game-named-ctn .game-named-item .list .list-ctn{
    width: 1020px;
    float: right;
}
.game-named-ctn .game-named-item .list .effect-preview{
    margin: 7px 0 90px 0;
}
.game-named-ctn .game-named-item .list .effect-preview img{
    max-width: 100%;
}
.game-named-ctn .service-intro{
    margin-top: 0;
    margin-bottom: 60px;
}
.game-named-ctn .service-intro .ctn{
    font-size: 17px;
    line-height: 38px;
}
.game-named-ctn .named-condition{
    margin-top: -10px;
}
.game-named-ctn .named-condition .txt{
    font-size: 18px;
}
.game-named-ctn .named-condition .condition{
    line-height: 28px;
    margin-top: 30px;
}
.game-named-ctn .named-condition .condition p{
    font-size: 14px;
}

/*权益保障*/
.protection_bar{
    width: 100%;
}
.protection_bar a{
    display: inline-block;
    vertical-align: middle;
    text-indent: -99999;
    width: 100%;
    height: 36px;
    background: url('/Themes/Webgame/Common/protection/images/qy_36.jpg') #5e0802 center  center no-repeat;
}
a.protection_ico_top{
    position: absolute;
    width: 54px;
    height: 64px;
    display: block;
    vertical-align: middle;
    background: url('/Themes/Webgame/Common/protection/images/qy_ico_a.png') center  center no-repeat;
    background-size: cover;
    top:18px;
    left: 285px;
    z-index: 999999;
}
.protection_down{
    position: relative;
}
.protection_down a.protection_ico_down{
    position: absolute;
    width: 80px;
    height: 96px;
    display: block;
    vertical-align: middle;
    background: url('/Themes/Webgame/Common/protection/images/qy_ico_b.png') center  center no-repeat;
    background-size: cover;
    top:10px;
    left: 50%;
    margin-left: -40px;
    z-index: 999999;
}
.footer.protection_down{
    padding:80px 0 40px 0;
}
.protection_down span.protection_ico_img{
    position: absolute;
    width: 256px;
    height: 131px;
    display: block;
    vertical-align: middle;
    background: url('/Themes/Webgame/Common/protection/images/qy_code.png') center  center no-repeat;
    background-size: cover;
    top:-125px;
    left: 50%;
    margin-left: -128px;
    z-index: 999999;
}
.protection_down span.protection_ico_img.hide{
    display: none;
}
span.protection_ico_top_img{
    position: absolute;
    width: 256px;
    height: 131px;
    display: block;
    vertical-align: middle;
    background: url('/Themes/Webgame/Common/protection/images/qy_code.png') center  center no-repeat;
    background-size: cover;
    top:-15px;
    left: 350px;
    z-index: 999999;
}
span.protection_ico_top_img.hide{
    display: none;
}

/*我的代金券*/
.voucher_title span{font-size:14px;color:#666;font-weight:normal;}
.voucher_title span font{color:#ff3a3a;font-size:14px;font-weight: bold;}

.voucher_tab{height: 38px; margin-bottom: 10px;}
.voucher_tab a{width:auto;padding:0 10px;height: 37px;line-height: 37px;float: left;text-align: center;font-size: 15px;color: #666666;border-top: 1px solid #D2D2D2;border-right: 1px solid #D2D2D2;border-bottom: 1px solid #D2D2D2;cursor: pointer;}
.voucher_tab a.status_1{border-left: 1px solid #D2D2D2;}
.voucher_tab a.on{color: #0099ff;border-color: #0099ff;border-left: 1px solid #0099ff;}

.voucher_list ul{margin-left: -15px;}
.voucher_list ul li{position:relative;float: left;margin: 10px 0 10px 15px;overflow: hidden;line-height:normal}

.quan_box .quan_tip dt{font-size:13px;color:#333;font-weight: bold;}
.quan_box .quan_tip dd{position:relative}
.quan_box .quan_tip dd label{font-size:12px;color:#666;font-weight: bold;display: inline-block;margin-top:5px}
.quan_box .quan_tip dd span{font-size:12px;color:#666;}

.quan_box .quan_info{width:144px;height:105px;background:url(/Public/Common/images/quan/quan_bn.png?v=1) no-repeat;padding:5px 8px 0;overflow: hidden;}/*通用券*/
.quan_box .quan_info1{background:url(/Public/Common/images/quan/quan_bn1.png?v=1) no-repeat;}/*游戏券*/
.quan_box .quan_info2{background:url(/Public/Common/images/quan/quan_bn2.png?v=1) no-repeat;}/*不可使用充值券*/
.quan_box .quan_info3{background:url(/Public/Common/images/quan/quan_bn3.png?v=1) no-repeat;position:relative}/*已过期充值券*/
.quan_box .quan_info4{background:url(/Public/Common/images/quan/quan_bn4.png?v=1) no-repeat;} /*回收劵*/
.quan_box .quan_info3 .limit{display:inline-block;width:103px;height:87px;background:url(/Public/Common/images/quan/limit_ico.png?v=1) no-repeat;position:absolute;right:5px;bottom:5px;}
.quan_box .quan_info .manjian{float:left;color:#ffd4c8;font-size:12px;}
.quan_box .quan_info4 .manjian{font-size: 11px;color: #ffebac;}
.quan_box .quan_info .type{float:right;color:#ffcccc;font-size:13px;font-weight: bold;}
.quan_box .quan_info4 .type{color:#ffebac;font-size:12px;}
.quan_box .quan_info4 .money{margin-top: 4px;}
.quan_box .quan_info .money label{color:#fff;font-size:28px;vertical-align: top;line-height: 32px;}
.quan_box .quan_info .money span{color:#fff;font-size:36px;font-weight: bold;vertical-align: top;line-height: 38px;text-indent: 5px}
.quan_box .quan_info .time{font-size:12px;color:#ffd4c8;}
.quan_box .quan_info4 .time{color:#f9e38c;}
.quan_box .quan_info .gametype{margin-top:9px;color:#ff6666;font-size:13px;white-space: nowrap;overflow: hidden;}
.quan_box .quan_info4 .gametype{color: #a5a5a5;}

.quan_box .quan_info1 .manjian,.quan_box .quan_info1 .type,.quan_box .quan_info1 .time{color:#edd5ff}
.quan_box .quan_info1 .gametype{color:#b982f1}
.quan_box .quan_info1 .gametype span{display: inline-block;width: 100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.quan_box .quan_info1 .gametype .gname{max-width: 100px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.quan_box .quan_info2 .manjian,.quan_box .quan_info2 .type,.quan_box .quan_info2 .time{color:#dbdbdb}
.quan_box .quan_info2 .money label,.quan_box .quan_info2 .money span{color:#ebebeb}
.quan_box .quan_info2 .gametype{color:#afafaf}
.quan_box .quan_info3 .manjian,.quan_box .quan_info3 .type,.quan_box .quan_info3 .time,.quan_box .quan_info3 .gametype,.quan_box .quan_info3 .money label,.quan_box .quan_info3 .money span{color:#d1d1d1}

.quan_box{overflow: visible !important;position:relative;}
.quan_box .quan_ico{display:inline-block;width:18px;height:16px;background:url(/Public/Common/images/quan/quan_ico.png) no-repeat;margin-left: 5px;position:relative;top:4px}
.quan_box .quan_ico:hover+.quan_bn_show{display: inline-block;}
.quan_box .quan_bn{padding:10px;position:absolute;top:-55px;margin-left:10px;border:2px solid #FF7575;background:#FFF9DD;text-align: left;line-height:normal;white-space: normal;z-index:5;display:none;}
.quan_box .quan_bn:before{content:'';display:inline-block;width:0;height:0;border-right:8px solid #FF7575;border-top:7px solid transparent;border-bottom:7px solid transparent;position:absolute;left:-8px;top:61px}
.quan_box .quan_bn:after{content:'';display:inline-block;width:0;height:0;border-right:6px solid #FFF9DD;border-top:5px solid transparent;border-bottom:5px solid transparent;position:absolute;left:-6px;top:63px}

.pay_left .weixinpaybox .true_yuan{display:inline-block;background:#FF2E2E;color:#fff;font-size:15px;height:30px;border-radius: 3px;padding:0 10px 0 5px;vertical-align: middle;line-height: 30px}
.pay_left .weixinpaybox .true_yuan label{font-size:17px;font-weight: bold;vertical-align: top;margin-right:5px;line-height:25px;}
.pay_left .weixinpaybox .true_yuan font{font-size:22px;font-weight: bold;line-height: 30px;}


/* 防沉迷 */
.fcm-wrap .fcm-banner{
    width: 100%;
    height: 360px;
    background: url("../images/certification/banner.jpg") top center no-repeat;
}
.fcm-wrap .fcm-content{
    padding: 20px 0 40px 0;
}
.fcm-wrap .fcm-ctn-left{
    width: 850px;
    height: 600px;
    padding: 30px;
    float: left;
    background-color: #fff;
}
.fcm-wrap .fcm-ctn-left .text{
    font-size: 16px;
    line-height: 65px;
}
.fcm-wrap .fcm-ctn-left .subtitle{
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 55px;
    border-bottom: 1px solid #ebebeb;
}
.fcm-wrap .fcm-ctn-left .input-wrap{
    margin-top: 60px;
}
.fcm-wrap .fcm-ctn-left .input-item{
    margin-left: 175px;
    margin-top: 20px;
    line-height: 36px;
}
.fcm-wrap .fcm-ctn-left .input-item .label{
    font-size: 16px;
    width: 80px;
    display: inline-block;
    text-align: right;
    float: left;
}
.fcm-wrap .fcm-ctn-left .input-item input[type="text"]{
    width: 278px;
    height: 34px;
    border: 1px solid #D6D6D6;
    text-indent: 10px;
    float: left;
    font-size: 14px;
}
.fcm-wrap .fcm-ctn-left .input-item .tips{
    font-size: 13px;
    color: #666666;
    margin-left: 10px;
}
.fcm-wrap .fcm-ctn-left .input-item .sendcode{
    width: 98px;
    height: 34px;
    border: 1px solid #ffe94c;
    background-color: #fff84c;
    color: #663300;
    margin-left: 10px;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.fcm-wrap .fcm-ctn-left .input-item .sendcode.disabled{
    background-color: #E4E4E4;
    border-color: #ddd;
    color: #999;
    cursor: no-drop;
}
.fcm-wrap .fcm-ctn-left .fcm-submit-btn{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: #0092f8;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: 80px 0 0 255px;
    text-align: center;
    cursor: pointer;
}
.fcm-wrap .fcm-ctn-right{
    width: 240px;
    height: 620px;
    background-color: #fff;
    padding: 20px;
    float: right;
}
.fcm-wrap .fcm-ctn-right .subtitle{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}
.fcm-wrap .fcm-ctn-right .subtitle em{
    width: 27px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    background: url("../images/certification/card_icon.png") center center no-repeat;
}
.fcm-wrap .fcm-ctn-right .pay-voucher{
    margin-top: 30px;
    width: 252px;
    height: 120px;
    background: url("../images/certification/voucher_bg.png") center center no-repeat;
}
.fcm-wrap .fcm-ctn-right .voucher-amount{
    margin-left: 16px;
    color: #fff;
    padding-top: 20px;
}
.fcm-wrap .fcm-ctn-right .voucher-amount .mark{
    font-size: 24px;
    font-weight: bold;
    float: left;
    line-height: 20px;
}
.fcm-wrap .fcm-ctn-right .voucher-amount .money{
    font-size: 36px;
    font-weight: bold;
    float: left;
    line-height: 28px;
    margin-left: 3px;
}
.fcm-wrap .fcm-ctn-right .voucher-amount .unit{
    font-size: 24px;
    line-height: 35px;
}
.fcm-wrap .fcm-ctn-right .use-range{
    margin-right: 95px;
    margin-top: 28px;
    color: #fff;
    float: right;
}
.fcm-wrap .fcm-ctn-right .rules{
    margin-top: 17px;
}
.fcm-wrap .fcm-ctn-right .rules span{
    font-size: 14px;
    line-height: 28px;
    text-indent: 20px;
    display: inline-block;
}

/* 登录注册弹出层 */
.layui_userPop {width: 480px;height: 100%;background: #fff;overflow: hidden;}
.layui_userPop .layui_tab {font-size: 0;}
.layui_userPop .layui_tab span {width: 240px;height: 48px;line-height: 48px;text-align: center;display: inline-block;font-size: 18px;background: #8a8a8a;color: #fff;cursor: pointer;border-top: 2px #8a8a8a solid;}
.layui_userPop .layui_tab span.on {background: #fff;color: #4b4b4b;border-top-color: #ff7200;}
.layui_userPop .layui_content {text-align: center;}
.layui_userPop .ptop10 {padding-top: 10px;}
.layui_userPop .ptop25 {padding-top: 25px;}
.layui_userPop .mtop20 {margin-top: 20px;}
.layui_userPop .mtop30 {margin-top: 30px;}
.layui_userPop .row_control {margin-top: 15px;padding-right: 60px;}
.layui_userPop .row_control .label , .layui_userPop .verfiy_control .label{width: 110px;float: left;display: inline-block;line-height: 35px;text-align: right;margin-right: 10px;font-size: 14px;color: #666;}
.layui_userPop .w280ipt {width: 298px;height: 33px;border:1px #cbcbcb solid;text-indent: 12px;font-size: 14px;float: left;}
.layui_userPop input.w280ipt::-webkit-input-placeholder{color:#E8E8E8;}
.layui_userPop input.w280ipt::-moz-placeholder{color:#E8E8E8;}/* Mozilla Firefox 19+ */
.layui_userPop input.w280ipt:-moz-placeholder{color:#E8E8E8;}/* Mozilla Firefox 4 to 18 */
.layui_userPop input.w280ipt:-ms-input-placeholder{color:#E8E8E8;}/*Internet Explorer 10-11*/
.layui_userPop .lyr_btn{width:300px;height:40px;line-height:40px;display:inline-block;*display:inline;*zoom:1;font-size: 18px;color: #fff;border: none;margin-left: 120px;float: left;cursor: pointer;}
.layui_userPop .verfiy_control {margin-top: 15px;padding-right: 60px;}
.layui_userPop .verfiy_control .w280ipt {width: 180px;}
.layui_userPop .verfiy_control .verifyimg_show {width: 118px;height: 40px;cursor: pointer;}
.layui_userPop .ver_row {text-align: center;display: inline-block;}
.layui_userPop .row_control .forget_pwd{float: left;margin-left: 120px;font-size: 14px;color: #777;}
.layui_userPop .tips{float:left;width:100%;text-align:left;margin-left:120px;font-size:13px;color:#999;}
.layui_userPop .agree-item{margin-left:120px;text-align: left;margin-top: 15px;font-size: 12px;}
.layui_userPop .agree-item input{vertical-align: middle;}
.layui_userPop .threelogin_method{height: 15px;line-height: 15px;font-size: 13px;margin-top: 27px; text-align: center;margin-left: 120px;float: left;}
.layui_userPop .threelogin_method a{width: auto;display: inline-block;color: #2e2e2e;padding-right: 14px;}
.layui_userPop .threelogin_method em{float: left;margin-right: 8px;background: url("../images/icon.png")}
.layui_userPop .threelogin_method a.wx_login{padding-left: 14px;}
.layui_userPop .threelogin_method a.register_link{padding-left: 18px;padding-right: 0}
.layui_userPop .threelogin_method .qq_login em{background-position: -10px -228px;width:17px;height: 18px;}
.layui_userPop .threelogin_method .wx_login em{background-position: -35px -228px;width: 24px;height: 20px;}
.layui_userPop .btn_success {background: #40ac2f;}
.layui_userPop .btn_warn {background: #ff4e00;}
.layui_userPop .btn_disable{background:#ccc}

/* glory */
.glory-wrap{
    width: 100%;
    height: 100%;
    position: relative;
}
.glory-wrap .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24,14,11,.85);
    z-index: 1;
}
.glory-wrap .glory-content{
    position: relative;
    z-index: 99;
    padding-top: 30px;
    width: 1350px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.glory-wrap .title{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.glory-wrap .title-bg{
    width: 100%;
    height: 126px;
    background: url("../images/glory/title.png") center center no-repeat;
}
.glory-wrap .game-info{
    font-size: 15px;
    color: #e8aa46;
    font-weight: bold;
}
.glory-wrap .game-info .pay-btn{
    color: #99CC00;
    margin-left: 18px;
    font-weight: normal;
    font-size: 13px;
}
.glory-wrap .game-info span{
    color: #fdd914;
}
.glory-wrap .glory-require-box{
    width: 310px;
    height: 65px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: #1C1A1A;
    border: 1px solid #222121;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ababab;
    text-align: left;
    font-size: 14px;
    padding: 0 15px;
}
.glory-wrap .glory-require-box .glory-num{
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}
.glory-wrap .glory-require-box .glory-num .num{
    color: #FFD200;
    margin-right: 17px;
}
.glory-wrap .glory-require-box .glory-num .num span{
    font-size: 16px;
    font-weight: bold;
    margin-right: 4px;
}
.glory-wrap .glory-require-box .glory-require{
    font-size: 13px;
    color: #FF3434;
}
.glory-wrap .glory-require-box .glory-require span.item{
    color: #ababab;
}
.glory-wrap .glory-require-box .glory-require .item{
    margin-right: 12px;
}
.glory-wrap .glory-require-box .glory-require a{
    color: #FF3434;
    text-decoration: underline;
}
.glory-wrap .tips{
    font-size: 13px;
    color: #e8bb68;
    margin-top: 10px;
}
.glory-wrap .fames-list{
    padding-top: 30px;
}
.glory-wrap .fames-list li {
    position: relative;
    float: left;
    width: 240px;
    height: 520px;
    cursor: pointer;
    color: #fff3d7;
    margin: 0px 15px 11px 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.glory-wrap .fames-list li .glory-ctn{
    width: 240px;
    height: 440px;
    float: left;
    background: url(../images/glory/sp.png) top center no-repeat;
    background-size: 100%;
}
.glory-wrap .fames-list li .img-box {
    display: block;
    position: relative;
    margin: 6px auto;
    width: 175px;
    height: 175px;
}
.glory-wrap .fames-list li .img-box img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.glory-wrap .fames-list li .img-box .cir{
    position: absolute;
    width: 230px;
    height: 230px;
    left: -27px;
    top: -31px;
    z-index: 100;
}
@keyframes btnRotate {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
@keyframes btnRotate {
    0%{-webkit-transform: rotate(0deg);}
    100%{-webkit-transform: rotate(360deg);}
}
.glory-wrap .fames-list li:hover .cir{
    /*  background-size: 229px;
      background-position: 0 -229px;*/
    background: url(../images/glory/xz.png) -13px 0px no-repeat;
    animation: btnRotate 2s linear both infinite;
    -webkit-animation: btnRotate 2s linear both infinite;
}
.glory-wrap .fames-list li:hover{
    margin-top: -20px;
}
.glory-wrap .fames-list li .mobai-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*    background: url("../images/glory/mobai_success.gif") top center no-repeat;*/
}
.glory-wrap .fames-list li .mobai-success img{
    width: 100%;
    height: 100%;
}
.glory-wrap .fames-list .txt-box{
    position: relative;
    text-align: center;
}
.glory-wrap .fames-list .rank{
    width: 37px;
    position: absolute;
    z-index: 101;
    top: -29px;
    left: 50%;
    margin-left: -18.5px;
}
.glory-wrap .fames-list .name{
    padding-top: 23px;
    font-size: 20px;
    color: #66ff99;
    font-weight: bold;
}
.glory-wrap .fames-list .qf{
    font-size: 14px;
    color: #e8bb68;
    line-height: 24px;
    margin-top: 18px;
}
.glory-wrap .fames-list .mobai-ctn{
    width: 100%;
    float: left;
    text-align: center;
}
.glory-wrap .fames-list .mobai-ctn .mobai-btn{
    border: 1px solid #e8bb68;
    font-size: 14px;
    color: #e8bb68;
    width: 70px;
    height: 22px;
    line-height: 22px;
    border-radius: 20px;
    margin: 10px auto 12px auto;
}
.glory-wrap .fames-list li:hover .mobai-ctn .mobai-btn{
    background-color: #9C6B27;
    border-color: #9C6B27;
    color: #fff;
}
.glory-wrap .fames-list li .mobai-ctn .mobai-btn.disabled{
    border-color: #656565;
    color: #8c8c8c;
    background-color: transparent;
}
.glory-wrap .fames-list .mobai-ctn .count-down{
    height: 20px;
    line-height: 20px;
    color: #e16a22;
    width: auto;
    display: inline-block;
}
.glory-wrap .fames-list .mobai-ctn .count-down.hide{
    display: none;
}
.glory-wrap .fames-list .mobai-ctn .count-down .timer-simple-seconds{
    font-size: 14px;
    float: left;
}
.glory-wrap .fames-list .mobai-ctn .count-down em{
    width: 25px;
    height: 20px;
    background: url("../images/glory/clear-btn.png") center center no-repeat;
    float: left;
    margin-left: 8px;
}
.glory-wrap .time-range{
    text-align: center;
    font-size: 15px;
    color: #b18945;
    margin-top: 20px;
}
.glory-wrap .glory-intro{
    position: relative;
    z-index: 99;
    width: 100%;
    background-color: #272727;
}
.glory-wrap .glory-intro .glory-intro-ctn{
    width: 1120px;
    margin: 0 auto;
}
.glory-wrap .glory-intro .glory-rule , .glory-wrap .glory-intro .glory-reward{
    width: 560px;
    float: left;
    text-align: left;
    padding: 40px 0;
}
.glory-wrap .glory-intro .subtitle{
    font-size: 16px;
    color: #b18945;
    font-weight: bold;
}
.glory-wrap .glory-intro ul{
    padding-top: 18px;
}
.glory-wrap .glory-intro ul li{
    font-size: 13px;
    color: #b18945;
    line-height: 28px;
}


.tggame-info-box{background-color: #F5F5F5;padding: 10px;width: 830px;position: relative;display: inline-block;margin-bottom: 20px;}
.tggame-info-box .game-pic{width: 240px;float: left;}
.tggame-info-box .game-info{float: left;margin-left: 25px;width: 545px;}
.tggame-info-box .game-info .game-name{font-size: 17px;font-weight: bold;line-height: 35px;width: 400px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.tggame-info-box .game-info .pay-bili{color: #000;line-height: 20px;margin-top: 8px;font-size: 15px;}
.tggame-info-box .game-info .pay-bili span{color: #666}
.tggame-info-box .game-info .fuli{color: #f00;line-height: 20px;margin-top: 8px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 520px;font-size: 15px;}
.tggame-info-box .game-info .fuli span{color: #666;}
.tggame-info-box .game-info .enter-game{width: 115px;height: 34px;line-height: 34px;background-color: #FF7D36;color: #fff;text-align: center;position: absolute;top: 20px;right: 20px;font-size: 15px;}


.smscode-layer-wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
}
.smscode-layer-wrap .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.45);
    z-index: 100000000;
}
.smscode-layer-wrap .smscode-layer{
    width: 510px;
    height: 174px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -87px;
    margin-left: -255px;
    z-index: 100000001;
}
.smscode-layer-wrap .title{
    height: 50px;
    line-height: 80px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 0 10px;
}
.smscode-layer-wrap .close-btn{
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    font-family: 宋体;
    margin-top: 12.5px;
    float: right;
    cursor: pointer;
}
.smscode-layer-wrap .smscode-ctn{
    padding: 25px 25px 25px 30px;
    height: 70px;
}
.smscode-layer-wrap .subtitle{
    float: left;
    line-height: 37px;
}
.smscode-layer-wrap .smscode-txt{
    width: 115px;
    float: left;
}
.smscode-layer-wrap .smscode-txt .smscode{
    width: 113px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #E4E4E7;
    background-color: #f6f6f6;
    text-indent: 10px;
    font-size: 14px;
}
.smscode-layer-wrap .smscode-txt .msg{
    color: #ff0000;
    line-height: 30px;
    padding-left: 12px;
}
.smscode-layer-wrap .identify-code{
    float: left;
    width: 135px;
    margin-left: 10px;
    text-align: center;
}
.smscode-layer-wrap .identify-code .identify{
    width: 135px;
    height: 37px;
    display: inline-block;
}
.smscode-layer-wrap .identify-code .identify img{
    width: 133px;
    height: 35px;
    border: 1px solid #95A7A8;
    cursor: pointer;
}
.smscode-layer-wrap .identify-code .toggle-btn{
    color: #999;
    line-height: 30px;
    cursor: pointer;
}
.smscode-layer-wrap .start-btn{
    float: left;
    width: 120px;
    height: 35px;
    background-color: #FE6500;
    border: 1px solid #FE6500;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    margin-left: 25px;
}

.layui-layer-dialog{
    z-index: 999999999!important;
}

/* h5二维码 */
.refresh_qrcode{position: absolute;left: 10px;top: 10px;width: 140px;height: 140px;text-align: center;z-index: 999;display: none;}
.refresh_qrcode .back{position: absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity: 0.7;filter:Alpha(opacity=70);}
.refresh_qrcode span{width: 100%;height: 48px;background: url(../images/refresh_btn.png) center center no-repeat;float: left;margin-top: 34px;cursor: pointer;position: relative;z-index: 2;}
.refresh_qrcode .refreshTxt{font-size: 13px;color: #efefef;line-height: 30px;float: left;text-align: center;width: 100%;position: relative;z-index: 2}

.layui-layer-btn .layui-layer-btn1{
    background-color: #fff!important;
}