@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: 480px;height: 340px;}
.layer_username .title{height: 40px;line-height: 40px;padding-left: 5px;background-color: #FFD820;color: #363636;font-size: 15px;font-weight: bold;}
.layer_username .title span{line-height: 15px;height: 20px;float: right;margin-right: 10px;font-size: 28px;display: inline-block;cursor: pointer;margin-top: 10px;font-weight: normal;}
.layer_username .username_ctn{text-align: center;font-size: 13px;color: #363636;border: 1px solid #E7E7E7;margin: 10px;height: 278px;position:relative;}
.layer_username .username_ctn .clues{font-size:13px;margin: 15px 0;}
.layer_username .username_ctn .ipt_item label{font-size:13px;color:#363636}
.layer_username .username_ctn .ipt_item input{width: 240px;height: 34px;border: 1px solid #DFDFDF;text-indent: 10px;margin-top: 10px;font-size: 14px;outline: 0;}
.layer_username .username_ctn input[type="button"]{width: 120px;height: 40px;margin: 20px auto 0;font-size: 16px;color: #fff;background-color: #38b52f;font-weight: bold;letter-spacing: 5px;cursor: pointer;display: block;}
.layer_username .username_footer{position: absolute;right:12px;bottom:10px;color: #787878;font-size: 12px;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;}

/*礼包领取弹出层*/
.libao_layer_com .layui-layer-content{height: 100%;}
.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;}
.layer_game_card .card_text .card_content *{font-size: 14px;line-height: 22px;}
.layer_game_card .card_text .card_content img{max-width: 100%;}

.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: 16px;font-size: 14px;padding:6px 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;}
table.tables th p,table.tables td p{font-size: 14px !important;line-height: 20px !important;}
/*加入公共样式*/


/* 充值中心 */
#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: 30px;}
.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;}


.pay_left .payway_module{height: 510px;background: #fff;}
.pay_left .payway_module .subtitle{height: 50px;line-height: 50px;background: #fafafa;border-bottom: 1px solid #eeeeee;font-size: 14px;color: #6c6c6c;font-weight: bold;padding-left: 20px;}
.alipaypaybox , .weixinpaybox{width: 760px;margin: 50px auto 0 auto;}
.alipaypaybox .paycode , .weixinpaybox .paycode{width: 758px;height:273px;border: 1px solid #24aef5;position: relative;}
.weixinpaybox .paycode{border-color: #70e87b;}
.paycode .codeUrl{width: 280px;text-align: center;padding-top: 30px;float: left;height: 243px;}
.paycode .codeUrl .scanning_ico{height: 54px;line-height: 54px;text-align: right;padding-right: 35px;font-size: 14px;color: #686868;background: #f7f7f7 url(/Public/Common/images/scanning_ico.png?v=1) 12px 12px no-repeat;position: absolute;bottom: 0;left: 0;width: 245px;}
.paycode .codeUrl .scanning_ico.wx{background: #f7f7f7 url(/Public/Common/images/scanning_wx_ico.png) 10px 12px no-repeat;padding-right: 15px;width: 265px;}
.paiInfo{float: left;border-left: 1px solid #24aef5;padding-left: 40px;padding-right: 20px;height: 273px;width: 417px;}
.paiInfo ul{padding-top: 18px;height: 226px;}
.paiInfo li{height: 35px;line-height: 35px;font-size: 13px;}
.paiInfo li .label{width: 92px;float: left;text-align: right;color: #6a6a6a;margin-right: 3px;}
.paiInfo li span.true_yuan{ color:#ff2222;font-size: 14px;font-weight: bold;}
.weixinpaybox .paiInfo{border-color: #70e87b;}
.paycode .chosebtn{width: auto;position: absolute;right: 20px;bottom: 12px;}
.paycode .chosebtn a{cursor: pointer;color: #999999;}
.alipaypaybox .tips , .weixinpaybox .tips{margin-top: 24px;font-size: 12px;height: 14px;line-height: 14px;text-indent: 7px;}
.alipaypaybox .tips em , .weixinpaybox .tips em{width: 14px;height: 14px;background: url("/Public/Common/images/wx_pay_ico.png") center center no-repeat;float: left;}
.alipaypaybox .tips a , .weixinpaybox .tips a{text-decoration: underline;color: #333;}


.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-3.jpg") center center no-repeat;}
.diyapplay p a:hover{background: url("/Public/Common/style/apply_fuli-4.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{min-width: 68px;padding:0 5px;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 .qqlink{color:#3DA7F1;text-decoration: underline;}
.fanli_ctn .form_control .qqlink:hover{color:#3796D9;}
.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{min-width: 68px;padding:0 5px;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 .btn_wrap .edt_info_btn , .fanlidetail_ctn .apply-wrap .header .btn_wrap .apply_check_btn{padding:0}
.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 .tb_mygame .no-data .no-recyclelist{text-align: center;color: #a9a9a9;font-size: 15px;padding: 100px 0;line-height: 20px;}
.mygame_wrap .tb_mygame .no-data .no-recyclelist .recycle-icon {width: 96px;height: 87px;background: url(/Public/Common/images/recycle/recycle_ico.png) center center no-repeat;display: inline-block;margin-bottom: 14px;}
.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;}

/* 待领取回收福利 */
.mygame_wrap .jifenbeans-area{margin-top: 30px;background: #F8F8F8;border: 1px solid #ECECEC;}
.mygame_wrap .jifenbeans-box{width: 464px;height: 309px;border-right: 1px solid #ECECEC;float: left;padding: 13px 20px;}
.mygame_wrap .jifenbeans-box .item{font-size: 14px;color: #333;line-height: 24px;}
.mygame_wrap .jifenbeans-box .red{color: #FF0E0E;}
.mygame_wrap .jifenbeans-box .green{color: #1d9800;}
.mygame_wrap .jifenbeans-box .black{color: #333;}
.mygame_wrap .jifenbeans-box .bold{font-weight: bold;}
.mygame_wrap .jifenbeans-box .may-ptbbeans{margin-bottom: 25px;}
.mygame_wrap .jifenbeans-box .none{text-align: center;font-size: 16px;color: #999;padding-top: 80px;}
.mygame_wrap .jifenbeans-box .no-scoredata{text-align: center;color: #a9a9a9;font-size: 15px;padding: 80px 0;}
.mygame_wrap .jifenbeans-box .no-scoredata .fuli-icon {width: 94px;height: 103px;background: url(/Public/Common/images/recycle/fuli_ico.png) center center no-repeat;display: inline-block;margin-bottom: 14px;}
.mygame_wrap .jifenbeans-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: 55px auto 0 auto;border-radius: 4px;cursor: pointer;}
.mygame_wrap .jifenbeans-box .get-btn:hover{background: #6bb1ff;border-color: #257cde;}
.mygame_wrap .jifenbeans-box .get-btn.disabled{color: #efefef;background: #bbbbbb;border-color: #a3a3a3;cursor: no-drop;}

.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_box{border: 1px solid #FFE99D;background:#FFFCE7;height: 120px;color:#333;padding:0 10px;}
.com_layer_recycle .apply_recycle_ctn .recycle_money_box .txt1{font-size:15px;margin-top:8px}
.com_layer_recycle .apply_recycle_ctn .recycle_money_box .txt2{font-size:28px;color:#FF0000;text-align: center;margin:16px 0}
.com_layer_recycle .apply_recycle_ctn .recycle_money_box .txt3{font-size:13px;}

.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{margin-bottom: 15px;}
.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;}


.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;position: relative;}
.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;cursor: pointer;background: url("/Public/Common/images/gamelogin/eyes_ico.png") -28px 0px no-repeat;width: 24px;height: 20px;position: absolute;left: 328px;top: 14px;}
.trumpet_wrap .xh_list ul li .ishide_xh.ishide_xh_hide{background-position: 0px 0px;}
.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_bg1.jpg') bottom center #E1F2F8 no-repeat;
}
.register-wrap .register-box , .login-wrap .login-box{
    background-color: #fff;
    padding: 20px 50px 60px;
    width: 1100px;
    min-height: 553px;
    margin: 0 auto;
}
/* .register-wrap .title , .login-wrap .title{
    height: 45px;
    line-height: 45px;
    color: #990000;
    font-size: 20px;
    font-weight: bold;
} */
.register-wrap .title , .login-wrap .title{height: 45px;color: #999999;font-size: 15px;border-bottom: 1px solid #E0E0E0;}
.register-wrap .title span, .login-wrap .title span{margin-right: 25px;padding:0 10px;float: left;height: 45px;line-height: 45px;cursor: pointer;}
.register-wrap .title span em , .login-wrap .title span em{background:url(../images/login_ico.png?v=1) no-repeat;display: inline-block;width: 20px;height: 20px;margin-right: 8px;vertical-align: top;margin-top: 13px;}
.register-wrap .title span em.mobile_ico , .login-wrap .title span em.mobile_ico{background-position: -40px 0;}
.register-wrap .title span.on, .login-wrap .title span.on{border-bottom: 2px solid #FF6C00;height: 44px;color:#ff6c00;font-weight: bold;}
.register-wrap .title span.on em.login_ico , .login-wrap .title span.on em.login_ico{background-position: 0 -35px;}
.register-wrap .title span.on em.mobile_ico , .login-wrap .title span.on em.mobile_ico{background-position: -40px -35px;}
.login-wrap .title span em.scan_ico{background-position: 0 -70px;}
.login-wrap .title span.on em.scan_ico{background-position: -38px -70px;}

.register-wrap .subtitle , .login-wrap .subtitle{
    font-size: 14px;
    color: #666;
	padding: 15px 0 5px 0;
}
.register-wrap .subtitle .color_r , .login-wrap .subtitle .color_r{
	color:#FF6C00;
	cursor: pointer;
}
.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;
	width:800px;
}
.register-wrap .input-item.mtop10 , .login-wrap .input-item.mtop10{
	margin-top: 10px;
}
.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 input.readonly, .login-wrap .input-item input.readonly{
	color: #666;
	background: #f5f5f5;
}
.register-wrap .input-item .verify-btn, .login-wrap .input-item .verify-btn{
	display: inline-block;
	padding:0 10px;
	height: 22px;
	line-height: 22px;
	background: #FFFADF;
	border:1px solid #FEEEBD;
	color: #FF6C00;
	font-size: 12px;
	cursor: pointer;
	border-radius: 2px;
	position: absolute;
	right:417px;
	top:7px;
}
.register-wrap .input-item .verify-btn:hover, .login-wrap .input-item .verify-btn:hover{
	border-color: #FEF4BD;
	background:#FFFCEF;
	color:#FF9D3D;
}
.register-wrap .input-item .verify-btn.disabled, .login-wrap .input-item .verify-btn.disabled{
	border-color: #dcdcdc;
	background: #ededed;
	color: #999;
    cursor: no-drop;
}
.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 .agree-item a{color:#0033CC}
.register-wrap .agree-item a:hover{text-decoration: underline;}
.register-wrap .submit-btn , .login-wrap .submit-btn{
    width: 260px;
    height: 48px;
    background-color: #51c43a;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.register-wrap .submit-btn:hover, .login-wrap .submit-btn:hover{
    opacity: 0.85;
    filter:Alpha(opacity=85);
}
.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;
}

.login-wrap .scan_show{margin-top: 85px;}
.login-wrap .scan_text{line-height:18px;position:relative;padding-left:40px;width:100px;margin:0 auto;}
.login-wrap .scan_text em{background:url(/Themes/Separate_7/static/images/login_change_code.png) no-repeat -96px 0;display:inline-block;vertical-align:top;width:32px;height:34px;position:absolute;left:0;top:2px;}
.login-wrap .scan_text p{color:#767676;font-size:13px;}
.login-wrap .scan_text p .color_r{color:#ff5a00;}
.login-wrap .scan_code_box{border:1px solid #E9E9E9;border-radius: 5px;width:178px;height:178px;margin:16px auto 12px;text-align:center;}
.login-wrap .scan_code_box img{width:100%;height:100%;}
.login-wrap .scan_code_box img.loading{width:39px;height:39px;margin:69.5px auto;}
.login-wrap .text{text-align:center;font-size:12px;color:#8e8e8e;}
.login-wrap .text .downlink{cursor:pointer;text-decoration: underline;}
.login-wrap .overdue_box{margin-top:94px;text-align:center;}
.login-wrap .overdue_box .text1{color:#525252;font-size:15px;height:24px;line-height:24px;}
.login-wrap .overdue_box .text1 em{display:inline-block;width:24px;height:24px;margin-right:7px;vertical-align: top;background:url(/Themes/Separate_7/static/images/login_change_code.png) no-repeat -128px 0;}
.login-wrap .overdue_box .text2{font-size:12px;color:#8e8e8e;margin-top:12px;}
.login-wrap .overdue_box .text2 .refreshlink{color:#ff7521;cursor:pointer;text-decoration: underline;}

/* 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: 16px;
    font-size: 14px;
    padding: 6px 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-video{position: absolute;top:80px;left:0;width:100%;height:900px;overflow: hidden;}
.game-named-video video{position: absolute; top: 0; left: 50%; width: 1920px; margin-left: -960px;}
.game-named-header,.game-named-ctn{position: relative;z-index: 1;}

.game-named-ctn{width: 1000px;margin: 500px auto 0;}
.game-named-ctn .game-named-item{background-color:#fff;box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4);border-radius: 10px;padding:40px;background-repeat: no-repeat;}
.game-named-ctn .titline{width:40px;height:4px;display: inline-block;}
.game-named-ctn .titline.line_red{background:#CF1F1F}
.game-named-ctn .titline.line_brown{background:#D0AD75}
.game-named-ctn .titline.line_darkbrown{background:#A5763A}
.game-named-ctn .intro1{background-image:url(../images/guanming/gm_img1.jpg);background-position: 40px 40px;height: 320px;padding-left:360px}
.game-named-ctn .intro1 .title{font-size:30px;color:#cf1f1f;margin-bottom: 21px;}
.game-named-ctn .intro1 .ctn{font-size:15px;color:#3f3f3f;line-height: 28px;margin-top:23px}
.game-named-ctn .intro1 .btns{display: inline-block;font-size:16px;color:#ffffff;width:130px;height: 40px;line-height: 40px;margin-top:24px;border-radius: 20px;background:#FF4830;text-align: center;}
.game-named-ctn .intro1 .btns i{font-size:25px;position: relative;vertical-align: middle;top:-3px;margin-left:15px}
.game-named-ctn .intro1 .btns:hover{opacity: 0.9;filter:Alpha(opacity=90);}

.game-named-ctn .intro2{margin-top:81px;text-align: center;}
.game-named-ctn .intro2 .title{color:#ccac76;font-size:28px;font-weight: bold;margin-bottom: 14px;}
.game-named-ctn .intro2 .tabSlide{position: relative;}
.game-named-ctn .intro2 .tabSlide .nav span{color:#cf8050;font-size:14px;display: inline-block;width:84px;text-align:center;margin:22px 13px 25px;line-height: 32px;cursor: pointer;}
.game-named-ctn .intro2 .tabSlide .nav span i{display: none;margin:0 2px;}
.game-named-ctn .intro2 .tabSlide .nav span.on{color:#ccac76;font-weight: bold;}
.game-named-ctn .intro2 .tabSlide .nav span.on i{display: inline-block;}
.game-named-ctn .intro2 .tabSlide .named-slide{background:#F0F0F0;width: 920px;height: 518px;}
.game-named-ctn .intro2 .named-slide-box{display:none;width: 920px;height: 518px;position: relative;}
.game-named-ctn .intro2 .named-slide-box .bd{width: 100%;height: 100%}
.game-named-ctn .intro2 .named-slide-box .s-btn{width:64px; height:64px; position: absolute; top:50%; margin-top: -32px; display: block; background: url(../images/guanming/arrow.png?v=1) no-repeat;}
.game-named-ctn .intro2 .named-slide-box .s-prev{left:20px;}
.game-named-ctn .intro2 .named-slide-box .s-next{right:20px;background-position:-74px 0;}
.game-named-ctn .intro2 .named-slide-box .s-btn:hover{background-position-y:-74px;}

.game-named-ctn .intro3{margin-top:76px;text-align: center;}
.game-named-ctn .intro3 .title{color:#ccac76;font-size:28px;font-weight: bold;margin-bottom: 17px;}
.game-named-ctn .intro3 .condition{margin-top: 45px;padding:70px 10px;}
.game-named-ctn .intro3 .condition span{font-size:14px;color:#585858;float:left;background:url(../images/guanming/gm_ico.png?v=1) no-repeat;width:20%;height:20px;padding-top:80px;}
.game-named-ctn .intro3 .condition span.cd1{background-position: 72px 0;}
.game-named-ctn .intro3 .condition span.cd2{background-position: -100px 0;}
.game-named-ctn .intro3 .condition span.cd3{background-position: -296px 0;}
.game-named-ctn .intro3 .condition span.cd4{background-position: -498px 0;}
.game-named-ctn .intro3 .condition span.cd5{background-position: -700px 0;}

.game-named-ctn .intro4{margin-top:74px;position: relative;z-index: 5;}
.game-named-ctn .intro4 .title{color:#ccac76;font-size:28px;font-weight: bold;margin-bottom: 13px;text-align: center;}
.game-named-ctn .intro4 .ctn{margin-top: 43px;}
.game-named-ctn .intro4 .ctn p{font-size:14px;color:#454545;line-height: 28px;padding-left:22px;position: relative;}
.game-named-ctn .intro4 .ctn p label{position: absolute;left: 0;top:0}

.game-named-header .topbar{background:#fff;height: 50px;padding:15px 0}
.game-named-header .topbar .maps{line-height: 50px;color:#6c6c6c;font-size: 15px;}
.game-named-header .topbar .maps a{margin:0 15px;color:#6c6c6c;font-size: 15px;}
.game-named-header .topbar .topwords{height:50px;line-height:50px;color:#6c6c6c;font-size:13px;}
.game-named-header .topbar .topwords a{color:#6c6c6c;font-size:13px;}

.game-named-footer {background-color: #fff;height: auto;padding:38px 0;margin-top:105px;}
.game-named-footer .copyright {text-align: center;color: #666666;line-height: 28px;font-size: 14px;}
.game-named-footer .copyright p,.game-named-footer .copyright a {color: #666666;line-height: 28px;font-size: 14px;}
.game-named-footer .copyright p span,.game-named-footer .copyright a {margin: 0 4px;}
.game-named-footer .copyright p:last-child {color: #666666;font-size: 13px;}

/*权益保障*/
.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: 90px;
    height: 90px;
    display: block;
    vertical-align: middle;
    background: url('/Themes/Webgame/Common/protection/images/qy_ico_b.png?v=2') center  center no-repeat;
    background-size: cover;
    top:10px;
    left: 50%;
    margin-left: -45px;
    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?v=2') 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: 1px solid #D2D2D2;cursor: pointer;margin-right:5px;}
.voucher_tab a.on{color: #0099ff;border-color: #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}

.voucher_list .voucher_info{width: 160px;height: 110px;float: left;background: url(/Public/Common/images/quan/voucher_ico1.png) no-repeat;padding: 10px 8px 0 8px;box-sizing: border-box;position: relative;cursor: pointer;}
.voucher_list .voucher_info.active{background-position: 0 0;}
.voucher_list .voucher_info .label {font-size: 12px;color: #a07210;margin-top: 10px;}
.voucher_list .voucher_info .voucher-money-box{font-size: 24px;color: #a0500f;}
.voucher_list .voucher_info .voucher-money{font-size: 32px;vertical-align: middle;font-weight: bold;position: relative;top:-2px;}
.voucher_list .voucher_info .gametype {width: 160px;height: 25px;line-height: 25px;font-size: 12px;color: #ffdbac;position: absolute;bottom: 30px;left: 0;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.voucher_list .voucher_info .tickettype {font-size: 12px;color: #a37113;position: absolute;top: 8px;right: 10px;display: none;}
.voucher_list .voucher_info .time {font-size: 12px;color: #bc933c;white-space: nowrap;margin-top:5px;text-align: center;line-height: 24px;}
.voucher_list .none{background:url(/Public/Common/images/noticket_icon.png) no-repeat center 0;padding:140px 0 60px;font-size:14px;color:#b8b8b8;text-align: center;margin-top:75px;}
.voucher_list .use_tips{display:none;font-size:12px;color:#535353;border:1px solid #E0E0E0;background:#fff;line-height:20px;padding:8px;white-space: nowrap;position:absolute;left:115px;bottom:-18px;}
.voucher_list .quan_box:hover .use_tips{display: block;z-index:2;}

.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=2) no-repeat;padding:5px 8px 0;overflow: hidden;}/*通用券*/
.quan_box .quan_info1{}/*游戏券*/
.quan_box .quan_info2{background:url(/Public/Common/images/quan/quan_bn2.png?v=2) 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{color:#ffd4c8;font-size:12px;}
.quan_box .quan_info4 .manjian{font-size: 11px;color: #ffebac;}
.quan_box .quan_info .type{color:#ffcccc;font-size:12px;margin-left:3px;}
.quan_box .quan_info4 .type{color:#ffebac;font-size:12px;}
.quan_box .quan_info4 .money{margin-top: 4px;}
.quan_box .quan_info .money{padding-top:10px;margin-bottom: 6px;}
.quan_box .quan_info .money label{color:#fff;font-size:24px;vertical-align: top;line-height: 35px;}
.quan_box .quan_info .money span{color:#fff;font-size:30px;font-weight: bold;vertical-align: top;line-height: 38px;text-indent: 5px}
.quan_box .quan_info .time{font-size:12px;color:#ff7575;margin-top: 10px;text-align: center;}
.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_info .tickettype {font-size: 12px;color: #ffd4c8;position: absolute;top: 8px;right: 10px;}
.quan_box .quan_info2 .tickettype{color: #EBEBEB;}

.quan_box .quan_info2 .manjian,.quan_box .quan_info2 .type,.quan_box .quan_info2 .time,.quan_box .quan_info2 .money label,.quan_box .quan_info2 .money span{color:#EBEBEB}
.quan_box .quan_info2 .time{color:#C0C0C0}
.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}



/* 防沉迷 */
.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-layer.layui_user_Pop{border-radius: 10px;background-color: transparent;}
.layui_user_Pop .layui-layer-content{background-color: #FAFAFA;border-radius: 10px;overflow: hidden;box-shadow: 0px 0px 15px #000;}
.layui_user_Pop .layui-layer-setwin{right: 30px;top:30px;}
.layui_user_Pop .layui-layer-setwin .layui-layer-ico{background:url(/Public/Common/images/layer_login_btn.png?v=1.1) no-repeat 6px 6px;width: 24px;height:24px;}
.layui_user_Pop .layui-layer-setwin .layui-layer-ico:hover{background-position: -20px 6px;}

.layui_user_Pop .code_before{float:left;width:249px;margin-top:30px;border-right:1px solid #EEEEEE;text-align:center;padding:15px 0 20px;height:230px;}
.layui_user_Pop .code_before .scan_text1{font-size:15px;font-weight: bold;color:#535353;}
.layui_user_Pop .code_before .scan_text2{font-size:12px;color:#767676;margin-top:6px;}
.layui_user_Pop .code_before .scan_text2 .color_r{color:#ff5a00;}
.layui_user_Pop .code_before .scan_code_box{border:1px solid #E9E9E9;border-radius: 5px;width:138px;height:138px;margin:20px auto 12px;text-align:center;}
.layui_user_Pop .code_before .scan_code_box img{width:100%;height:100%;}
.layui_user_Pop .code_before .scan_code_box img.loading{width:39px;height:39px;margin:49.5px auto;}
.layui_user_Pop .code_before .text{text-align:center;font-size:12px;color:#8e8e8e;}
.layui_user_Pop .code_before .text .downlink{cursor:pointer;text-decoration: underline;}
.layui_user_Pop .code_before .overdue_box{margin-top:88px;text-align:center;}
.layui_user_Pop .code_before .overdue_box .text1{color:#525252;font-size:15px;height:24px;line-height:24px;}
.layui_user_Pop .code_before .overdue_box .text1 em{display:inline-block;width:24px;height:24px;margin-right:7px;vertical-align: top;background:url(/Themes/Separate_7/static/images/login_change_code.png) no-repeat -128px 0;}
.layui_user_Pop .code_before .overdue_box .text2{font-size:12px;color:#8e8e8e;margin-top:12px;}
.layui_user_Pop .code_before .overdue_box .text2 .refreshlink{color:#ff7521;cursor:pointer;text-decoration: underline;}

.layui_userPop {width: 100%;height: 100%;}
.layui_userPop .layui_tab {margin:0px 30px;height: 33px;padding-top:18px}
.layui_userPop .layui_tab span {width: 50%;height: 32px;line-height: 32px;text-align: center;display: inline-block;float: left;font-size: 15px;color: #767676;cursor: pointer;border-bottom:1px solid #D4D5D4;}
.layui_userPop .layui_tab span.on {color: #f8841c;border-bottom: 1px solid #F8841C;font-weight: bold;}
.layui_userPop .layui_content {padding:0 30px;}

.layui_userPop.loginPop{width: 300px;height: 100%;float:right;}
.layui_userPop.loginPop .layui_tab {margin:7px 30px 0;}

.layui_userPop .layui_bd{padding-top:5px;}
.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;position: relative;}
.layui_userPop .row_control .label{position: absolute;left:10px;top:10px;width: 16px;height: 16px;background:url(/Public/Common/images/layer_login_btn.png?v=1.1) no-repeat;}
.layui_userPop .row_control .label.name{background-position: -64px 0;}
.layui_userPop .row_control .label.pwd{background-position: -98px 0;}
.layui_userPop .row_control .label.repwd{background-position: -130px 0;}
.layui_userPop .row_control .label.mobile{background-position: -162px 0;}
.layui_userPop .row_control .label.verify{background-position: -194px 0;}
.layui_userPop .row_control .label.idcard{background-position: -250px 0;}
.layui_userPop .row_control .label.code{background-position: -222px 0;}
.layui_userPop .row_control .verifybtn{position: absolute;right:5px;top:7px;padding:0 10px;height: 20px;line-height: 20px;background: #FFFADF;border:1px solid #FEEEBD;color: #FF6C00;font-size: 12px;cursor: pointer;border-radius: 2px;}
.layui_userPop .row_control .verifybtn:hover{border-color: #FEF4BD;background:#FFFCEF;color:#FF9D3D;}
.layui_userPop .row_control .verifybtn.disabled{border-color: #dcdcdc;background: #ededed;color: #999;}
.layui_userPop .w280ipt {width: 100%;height: 34px;border:1px solid #E2E2E2;text-indent: 32px;font-size: 14px;display: block;border-radius: 4px;}
.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:100%;height:40px;line-height:40px;display:block;font-size: 16px;color: #fff;border: none;cursor: pointer;background:#F9910A;border-radius: 5px;background-image: linear-gradient(#FF9814,#F48A01);border:1px solid #DF7300;margin-top:15px;}
.layui_userPop .lyr_btn:hover{background:#F97000;border-color:#DF5400;background-image: linear-gradient(#FF7800,#F46800);}
.layui_userPop .verfiy_control {margin-top: 10px;position: relative;}
/* .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 .verfiy_control .w280ipt {width: 160px !important;}
.layui_userPop .verfiy_control .verifyimg_show {width: 118px;height: 36px;cursor: pointer;margin-right:0;}
.layui_userPop .ver_row {text-align: center;display: inline-block;}
.layui_userPop .row_control_remb{margin-top: 15px;}
.layui_userPop .row_control_remb .remb{font-size: 12px;color: #6c6c6c;float: left;}
.layui_userPop .row_control_remb .remb input {margin-right: 6px;vertical-align: middle;}
.layui_userPop .row_control_remb .forget_pwd{float: right;font-size: 12px;color: #888888;text-decoration: underline;}
.layui_userPop .tips{float:left;width:100%;text-align:left;margin-left:120px;font-size:13px;color:#999;}
.layui_userPop .agree-item{margin-top: 15px;font-size: 12px;color:#6c6c6c}
.layui_userPop .agree-item input{vertical-align: middle;}
.layui_userPop .agree-item a{color:#1A53FF;}
.layui_userPop .agree-item a:hover{text-decoration: underline;}
.layui_userPop .threelogin_method{height: 24px;line-height: 24px;font-size: 12px;color:#6c6c6c;margin-top: 18px;}
.layui_userPop .threelogin_method a{width: auto;display: inline-block;color: #6c6c6c;background: url(/Public/Common/images/layer_login_btn.png?v=1.1) no-repeat;width: 24px;height: 24px;vertical-align: top;}
.layui_userPop .threelogin_method a.wx_login{margin-left: 10px;}
.layui_userPop .threelogin_method .qq_login{background-position:0 -118px;}
.layui_userPop .threelogin_method .wx_login{background-position: -92px -118px;}
.layui_userPop .threelogin_method .changebtn{float:right;text-decoration: underline;color: #2c79e5;cursor: pointer;}
.layui_userPop .btn_disable{-webkit-filter:grayscale(100%);-o-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);filter:grayscale(100%);filter:gray;cursor: no-drop;}
.layui_userPop .register_box_bd{padding-top: 10px;}
.layui_userPop .register_box_bd .bottom_change{margin-top:10px;}
.layui_userPop .register_box_bd .top_tip{text-align: center;color:#9b9b9b;font-size: 12px;margin-top: 3px;}
.layui_userPop .register_box_bd .top_tip span{color:#f85029;text-decoration: underline;cursor: pointer;}
.layui_userPop .register_box_bd .row_control{margin-top: 10px;}
.layui_userPop .register_box_bd .mobile_show .row_control{padding-bottom: 5px;}
.layui_userPop .register_box_bd .agree-item{margin-top:10px;width:290px;}
.layui_userPop .register_box_bd .threelogin_method{margin-top: 14px;}
.layui_userPop .bottom_change{text-align: center;font-size: 12px;color: #6c6c6c;margin-top: 18px;}
.layui_userPop .bottom_change .changebtn{text-decoration: underline;color: #2c79e5;cursor: pointer;}

/* 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;
}

/* 弹出广告位 */
.popup-poster-box{
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}
.popup-poster-box.hide{
    display: none;
}
.popup-poster-box .popup-poster{
    width: 990px;
    height: 600px;
    position: relative;
}
.popup-poster-box .popup-poster .subtitle{
    position: absolute;
    right: 0px;
    top: 0px;
}
.popup-poster-box .popup-poster .subtitle .close-btn{
    width: 44px;
    height: 44px;
    display: inline-block;
    background: url(../images/poster_close.png?v=1) center center no-repeat;
    cursor: pointer;
}
.popup-poster-box .popup-poster .subtitle .close-countdown{
    margin-left: 5px;
}
.popup-poster-box .popup-poster .pic img{
	vertical-align:middle;
	object-fit: contain;
}
.popup-poster-box .popup-poster .poster-box{
    width: 760px;
    height: 420px;
    display: inline-block;
}
.popup-poster-minbox{
	width:50px;
	height:120px;
	margin-bottom: 10px;
	cursor: pointer;
}

/* 礼包 */
.package-area{
    width: 850px;
    height: 140px;
    background: url(../images/package_banner.png) 0 0 no-repeat;
    background-size: cover;
    margin: -5px 0 25px 0;
}
.package-box{
    width: 552px;
    height: 122px;
    background: url(../images/package_bg.png) center center no-repeat;
    float: right;
    margin: 9px 9px 9px 0;
}
.package-box .package-box-left{
    width: 170px;
    height: 100%;
    float: left;
    text-align: center;
}
.package-box .gamename{
    height: 18px;
    line-height: 18px;
    color: #fffe93;
    font-size: 18px;
    font-weight: bold;
    margin: 24px 0 10px 0;
}
.package-box .title{
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #fffcd4;
    font-weight: bold;
}
.package-box .tips{
    height: 12px;
    line-height: 12px;
    color: #ffd4c5;
    margin-top: 13px;
}
.package-box .package-ctn-box{
    width: 345px;
    height: 107px;
    float: left;
    padding: 18px 15px 0 20px;
}
.package-box .package-ctn-box ul{
    float: left;
    width: 200px;
    margin-top: 3px;
}
.package-box .package-ctn-box ul li{
    width: 100%;
    height: 16px;
    line-height: 16px;
    float: left;
    margin-bottom: 7px;
    position: relative;
}
.package-box .package-ctn-box ul li em{
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
    background: url(../images/card_ico.png) 0 2px no-repeat;
}
.package-box .package-ctn-box ul li.list_2 em{
    background-position: 0 -21px;
}
.package-box .package-ctn-box ul li.list_3 em{
    background-position: 0 -46px;
}
.package-box .package-ctn-box ul li .txt{
    color: #e40000;
    font-weight: bold;
    font-size: 13px;
}
.package-box .package-ctn-box ul li .tips{
    color: #aa7229;
    font-size: 13px;
}
.package-box .package-ctn-box .package-price-box{
    width: 140px;
    float: right;
    text-align: right;
}
.package-box .package-ctn-box .package-price{
    width: auto;
    height: 12px;
    line-height: 12px;
    color: #8d642e;
    position: relative;
    display: inline-block;
}
.package-box .package-ctn-box .package-price::after{
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 1px;
    background: #a98545;
}
.package-box .package-ctn-box .package-discount-price{
    font-size: 13px;
    font-weight: bold;
    color: #f10000;
    height: 30px;
    margin-top: 9px;
}
.package-box .package-ctn-box .package-discount-price span.price{
    height: 30px;
    line-height: 26px;
    font-size: 30px;
    float: right;
    margin-left: 2px;
}
.package-box .package-ctn-box .package-discount-price span.unit{
    font-size: 26px;
    margin-left: 0;
    display: inline-block;
    vertical-align: bottom;
}
.package-box .package-ctn-box .package-buy-btn{
    width: 85px;
    height: 30px;
    line-height: 30px;
    background: #ff4014;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    float: right;
    border-radius: 5px;
    margin-top: 8px;
    cursor: pointer;
}
.package-box .package-ctn-box .package-buy-btn:hover{
    background: #ff7200;
}
.package-box .sunspend_quan{
    position: absolute;
    left: 0;
    top: 22px;
    z-index: 99;
    border: 2px solid #FFCB4E;
    padding: 9px;
    background: #FFFFDD;
    width: 160px;
}
.package-box .sunspend_quan:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid #FFFFDD;
    position: absolute;
    top: -14px;
    left: 23px;
    z-index: 101;
}
.package-box .sunspend_quan:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    border-bottom: 9px solid #FFCB4E;
    position: absolute;
    top: -18px;
    left: 21px;
    z-index: 100;
}
.package-box .voucher_box .voucher_info {
    line-height: normal;
}
/* .package-box .quan_box .quan_info .gametype{
    margin-top: 11px;
}
.package-box .voucher_box .voucher_info {
    width: 160px;
    height: 80px;
    float: left;
    background: url(/Public/Payment/images/voucher/voucher_ico.png) -190px -10px no-repeat;
    padding: 12px 12px 0 10px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.package-box .voucher_box .voucher_info .label {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}
.package-box .voucher_box .voucher_info .voucher-money-box {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.package-box .voucher_box .voucher_info .voucher-money {
    font-size: 24px;
    vertical-align: middle;
}
.package-box .voucher_box .voucher_info .time{
    width: 152px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #ffdbac;
    position: absolute;
    bottom: 0px;
    left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.package-box .voucher_box .gametype{
    float: left;
    color: #FF674C;
    background: #fff;
    border: 2px solid #FF6D54;
    border-top: 0 none;
    width: 144px;
    height: 28px;
    line-height: 28px;
    padding: 0px 6px;
    font-size: 13px;
} */
.package-box .jifen_tip{
    padding: 5px 2px 5px 10px;
    width: 156px;
    text-align: left;
    line-height: 18px;
    color: #FF674C;
}
.package-box .jifen_tip .tit{
    display: block;
    font-weight: bold;
    font-size: 12px;
}
.package-box .jifen_tip .note{
    white-space: normal;
    font-size: 12px;
}
.package-pay-layer{border: 2px solid #484848;}
.package-pay-layer .layui-layer-content .title{height: 32px;line-height: 32px;background: #484848;font-size: 14px;color: #ffffff;padding: 0 5px 0 12px;}
.package-pay-layer .layui-layer-content .close-btn{position: absolute;right: 5px;top: 6px;color: #fff;font-size: 24px;cursor: pointer;width: 16px;height: 16px;line-height: 13px;text-align: center;z-index: 10;}
.package-pay-layer .package_pay_box{width: 356px;padding: 10px 10px 29px 10px;}
.package-pay-layer .package_pay_box .nav_tab{height: 37px;line-height: 37px;background: #f7f7f7;border-bottom: 1px solid #3ec04a;color: #585858;}
.package-pay-layer .package_pay_box .nav_tab.zfb{border-color: #11a9ff;}
.package-pay-layer .package_pay_box .nav_tab .tab{width: 50%;height: 37px;line-height: 37px;float: left;text-align: center;color: #585858;font-size: 14px;cursor: pointer;}
.package-pay-layer .package_pay_box .nav_tab .tab.tab_aggregate{width: 100%;text-align: left;text-indent: 30px;background: #3ec04a;color: #fff;font-size: 16px;}
.package-pay-layer .package_pay_box .nav_tab .tab em{width: 20px;height: 20px;display: inline-block;margin-right: 5px;background: url(../images/card_pay_ico.png) 0 0 no-repeat;margin-top: 9px;vertical-align: top;}
.package-pay-layer .package_pay_box .nav_tab .tab.tab_weixin em{background-position: -48px 1px;}
.package-pay-layer .package_pay_box .nav_tab .tab.tab_alipay em{background-position: -48px -36px;}
.package-pay-layer .package_pay_box .nav_tab .tab.tab_weixin.active{background:#3ec04a;color: #fff;font-weight: bold;}
.package-pay-layer .package_pay_box .nav_tab .tab.tab_weixin.active em{background-position: 0px 1px;}
.package-pay-layer .package_pay_box .nav_tab .tab.tab_alipay.active{background:#11a9ff;color: #fff;font-weight: bold;}
.package-pay-layer .package_pay_box .nav_tab .tab.tab_alipay.active em{background-position: 0 -36px;}
.package-pay-layer .package_pay_box .payqrcode_box{width: 205px;height: 229px;text-align: center;margin: 38px auto 0 auto;position: relative;z-index: 5;}
.package-pay-layer .package_pay_box .payqrcode_box .aggregate_tips{position: absolute;top: -27px;font-size: 16px;color: #FF0000;width: 300px;left: -47px;text-align: center;}
.package-pay-layer .package_pay_box .payqrcode_box #packagePayQrcode{width: 205px;height: 205px;}
.package-pay-layer .package_pay_box .payqrcode_box .txt{height: 14px;line-height: 14px;font-size: 14px;color: #4e4e4e;margin-top: 10px;}
.package-pay-layer .package_pay_box .payqrcode_box .aggregate_way{width: 140px;height: 30px;background: url(../images/juhe_pay.png) center center no-repeat;margin: 6px auto 0 auto;}
.package-pay-layer .package_pay_box .qrcode_loading{width: 39px;height: 39px;position: absolute;left: 172px;top: 190px;z-index: 1;}
.package-pay-layer .package_paysuccess_box{padding: 10px 10px 24px 10px;width: 356px;}
.package-pay-layer .package_paysuccess_box .subtitle{height: 75px;line-height: 75px;background: #F7F7F7;border-bottom: 1px solid #EBEBEB;font-size: 24px;text-align: center;font-weight: bold;color: #666;}
.package-pay-layer .package_paysuccess_box .subtitle em{width: 35px;height: 35px;display: inline-block;vertical-align: middle;margin-right: 18px;background: url(../images/package_success.png) center center no-repeat;}
.package-pay-layer .package_paysuccess_box .biggift_ctn{padding: 18px 0 12px 2px;border-bottom: 1px solid #F9F9F9;}
.package-pay-layer .package_paysuccess_box .biggift_ctn .txt{margin-bottom: 26px;font-size: 14px;height: 14px;line-height: 14px;font-weight: bold;}
.package-pay-layer .package_paysuccess_box .biggift_ctn ul li{height: 13px;line-height: 13px;font-size: 13px;color: #C84C4C;position: relative;padding: 0 0 10px 22px;}
.package-pay-layer .package_paysuccess_box .biggift_ctn ul li:after{width: 4px;height: 4px;content: '';position: absolute;left: 12px;top: 5px;border-radius: 50%;background: #C84C4C;}
.package-pay-layer .package_paysuccess_box .biggift_ctn .tips{margin-top: 5px;color: #666;}
.package-pay-layer .package_paysuccess_box .operate_btn{margin-top: 20px;text-align: center;}
.package-pay-layer .package_paysuccess_box .operate_btn .btn{display: inline-block;height: 28px;line-height: 28px;border: 1px solid #E4E4E4;background: #F6F6F6;color: #333;padding: 0 17px;min-width: 34px;font-size: 13px;margin: 0 10px;}
.package-pay-layer .package_paysuccess_box .operate_btn .btn.check_btn{background: #609CEE;border-color: #609CEE;color: #fff;margin: 0 8px;}

/* 充值页面头部 */
.pay_head.topcollect{height: 80px;line-height: 80px;padding: 5px 0;}
.pay_head.topcollect .index_topwords{margin: 22px 0;}

/* 下载盒子领取礼包弹出框 */
.downbox_layer_area{width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 999;}
.downbox_layer_area .layer_cn_shad{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.3);z-index: 1000;}
.downbox_layer_area .layer_cn {width: 540px;height: 510px;background: #323232;box-shadow: 0 0 3px 0 #2a2a2a;position: absolute;left: 50%;top: 50%;margin-top: -255px;margin-left: -270px;z-index: 1001;}
.downbox_layer_area .layer_cn .close {position: absolute;top: 5px;right: 8px;font-size: 28px;color: #A6A6A6;transition: all .2s;transform-origin: center center;background: #484848;cursor: pointer;width: 16px;height: 16px;line-height: 13px;text-align: center;z-index: 10;}
.downbox_layer_area .layer_cn .title {background: #484848;font-size: 13px;color: #fff;text-align: left;padding-left: 8px;height: 32px;line-height: 32px;position: relative;box-shadow: 0 2px 2px 0 #2a2a2a;}
.downbox_layer_area .downbox_cn {text-align: center;}
.downbox_layer_area .downbox_cn .txt1{margin-top:30px;color:#eaeaea;font-size:24px;text-align: center;}
.downbox_layer_area .downbox_cn .downbtn{display: inline-block;width:181px;height: 50px;background:url(../images/down_btn.png) no-repeat 0 -131px;margin:25px 0;}
.downbox_layer_area .downbox_cn .downbtn:hover{background-position: -196px -131px;}
.downbox_layer_area .downbox_cn .txt2,.downbox_layer_area .downbox_cn .txt2 a{font-size: 13px;color:#bdbdbd;text-align: center;margin-top:15px;text-align: center;}

/* 领取微信礼包弹出框 */
.weixin_layer_area{width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 999;}
.weixin_layer_area .layer_cn_shad{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.3);z-index: 1000;}
.weixin_layer_area .layer_cn {width: 480px;height: 300px;background: #fff;box-shadow: 0 0 3px 0 #2a2a2a;position: absolute;left: 50%;top: 50%;margin-top: -150px;margin-left: -240px;z-index: 1001;}
.weixin_layer_area .layer_cn .close {position: absolute;top: 5px;right: 8px;font-size: 20px;color: #949494;cursor: pointer;width: 20px;height: 20px;line-height: 18px;text-align: center;z-index: 10;}
.weixin_layer_area .weixin_cn_fl{text-align: center;width:330px;background:#fff;float: left;}
.weixin_layer_area .weixin_cn_fl .txt1{font-size: 15px;font-weight: bold;color:#484848;padding: 35px 0 7px 0;}
.weixin_layer_area .weixin_cn_fl .txt2{font-size: 14px;color:#24211d;margin-top: 6px;}
.weixin_layer_area .weixin_cn_fr{background:#F8F8F8;float: right;width:149px;border-left:1px solid #EBEBEB;height: 100%;}
.weixin_layer_area .weixin_cn_fr .title{margin-top:50px;font-size: 14px;color:#585858;font-weight: bold;position:relative;padding-left:20px;}
.weixin_layer_area .weixin_cn_fr .title em{display: inline-block;width:5px;height: 5px;background:#C0C0C0;border-radius: 50%;position: absolute;left:-3px;top:8px;}
.weixin_layer_area .weixin_cn_fr .item{margin-top:20px;font-size: 12px;color:#585858;height: 24px;line-height: 24px;padding-left:20px;position: relative;}
.weixin_layer_area .weixin_cn_fr .item span{display: inline-block;width:22px;height:22px;background:#fff;border-radius: 50%;position: absolute;left:-12px;top:0px;text-align: center;line-height: 22px;border:1px solid #DCDCDC;font-size: 13px;color: #8d8d8d;font-weight: bold;}

/* 领取客服礼包弹出框 */
.servicelibao_layer{width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 999;}
.servicelibao_layer .layer_cn_shad{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.3);z-index: 1000;}
.servicelibao_layer .layer_cn {width: 480px;height: 340px;background: #fff;box-shadow: 0 0 6px 0px rgba(0,0,0,0.3);position: absolute;left: 50%;top: 50%;margin-top: -170px;margin-left: -240px;z-index: 1001;text-align: center;}
.servicelibao_layer .layer_cn .close {position: absolute;top: 10px;right: 10px;font-size: 18px;color: #373737;cursor: pointer;width: 20px;height: 20px;line-height: 18px;text-align: center;z-index: 10;font-weight: bold;}
.servicelibao_layer .layer_cn .close:hover{color:#A40800;}
.servicelibao_layer .layer_cn .title{font-size: 15px;color:#201f24;height: 40px;line-height: 40px;text-indent: 18px;text-align: left;background:#FAD729;}
.servicelibao_layer .layer_cn .img{margin-top:30px;}
.servicelibao_layer .layer_cn .txt1{font-size: 16px;color:#ff4800;margin-top: 23px;}
.servicelibao_layer .layer_cn .txt1 span{color:#0042ff;font-weight:bold;}
.servicelibao_layer .layer_cn .txt2{font-size: 13px;color:#201f24;margin-top: 6px;}

/* 盒子下载引导弹框 */
.downboxGuide_layer{background:url(/Public/Common/images/gamelogin/layer/guide_bg.jpg) no-repeat;width:100%;height:100%;position:relative;}
.downboxGuide_layer .closebtn{position: absolute;right:8px;top:2px;font-size:18px;color:#fff;cursor: pointer;}
.downboxGuide_layer .guide_cn{width:330px;color:#fff;}
.downboxGuide_layer .guide_cn .text1{font-size:16px;padding-top: 78px;text-align: right;}
.downboxGuide_layer .guide_cn .text2{font-size:42px;text-align: right;font-weight: bold;}
.downboxGuide_layer .guide_cn .text3{font-size:16px;text-align: right;margin-top: 3px;}
.downboxGuide_layer .guide_cn ul{width: 270px;margin: 16px 0 0 60px;}
.downboxGuide_layer .guide_cn ul li{margin:0 0 8px 12px;width:78px;height:34px;padding:0 10px 0 35px;line-height:34px;background:url(/Public/Common/images/gamelogin/layer/guide_ico_bg.png) no-repeat;float:left;font-size:12px;color:#ffe4cf;text-align: center;position:relative;}
.downboxGuide_layer .guide_cn ul li em{position:absolute;left:15px;top:0;width:20px;height:100%;background:url(/Public/Common/images/gamelogin/layer/guide_ico.png) no-repeat;}
.downboxGuide_layer .guide_cn ul li.item1 em{background-position:0 7px;}
.downboxGuide_layer .guide_cn ul li.item2 em{background-position:-30px 7px;}
.downboxGuide_layer .guide_cn ul li.item3 em{background-position:0 -35px;}
.downboxGuide_layer .guide_cn ul li.item4 em{background-position:-30px -35px;}
.downboxGuide_layer .guide_cn ul li.item5 em{background-position:0 -77px;}
.downboxGuide_layer .guide_cn ul li.item6 em{background-position:-32px -77px;}
.downboxGuide_layer .code_cn{position:absolute;right:43px;top:72px;width:164px;text-align: center;}
.downboxGuide_layer .code_cn .logo_img{background:url(/Public/Common/images/gamelogin/layer/logo.png) no-repeat center center;width:100%;height:37px;}
.downboxGuide_layer .code_cn .codeimg{width: 114px;height:114px;background:#fff url(/Public/Common/images/gamelogin/layer/guide_bg.gif) no-repeat -1px -1px;margin:10px auto 0;padding:3px;}
.downboxGuide_layer .code_cn .codeimg img{width:100%;height:100%;}
.downboxGuide_layer .code_cn .codeimg .loading{width: 40px;height:40px;padding-top:37px;}
.downboxGuide_layer .fuli_text1{font-size:16px;color:#170a07;font-weight: bold;margin-top:18px;margin-bottom: 5px;}
.downboxGuide_layer .fuli_text2{color:#fd6500;font-size: 18px;font-weight: bold;text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;}
.downboxGuide_layer .tip_text{position: absolute;bottom:0;left:0;width:80%;height:46px;line-height: 46px;padding-left:20px;font-size:14px;color:#888888;}
.downboxGuide_layer .code_cn1{top:110px;}
.downboxGuide_layer .code_cn1 .fuli_text{display:none}
.downboxGuide_layer .code_cn1 .codeimg{margin:13px auto 0;}

.downappGuide_layer{background:#FDF1D3;width:100%;height:100%;position:relative;}
.downappGuide_layer .title{background:#E96124;font-size:13px;color:#fff;text-align: left;padding-left:8px;height:30px;line-height: 30px;position: relative;}
.downappGuide_layer .title .closebtn{position: absolute;top:0;right: 12px;font-size:14px;color:#fff;font-weight: bold;transition: all .2s;transform-origin:center center;cursor:pointer;}
.downappGuide_layer .title .closebtn:hover{transform: rotate(90deg);}
.downappGuide_layer .guide_cn{text-align: center;width:370px;}
.downappGuide_layer .guide_cn .text1{margin-top:32px;color:#b5672f;font-size:20px;font-weight:bold;}
.downappGuide_layer .guide_cn .text2{font-size: 16px;color:#b5672f;margin-top:10px;}
.downappGuide_layer .guide_cn .codeimg{width: 150px;height:150px;padding:5px;background:#fff url(/Public/Common/images/gamelogin/layer/guide_bg_160.gif) no-repeat;margin:17px auto 0;}
.downappGuide_layer .guide_cn .codeimg img{width: 150px;height:150px;}
.downappGuide_layer .guide_cn .codeimg .loading{width: 40px;height:40px;margin: 55px auto;}
.downappGuide_layer .guide_cn .scan_text{font-size: 12px;color:#b5672f;width:270px;height: 32px;padding:9px 0;margin: 0 auto;background:#FBE3B6;border-radius: 25px;margin-top:25px;position:relative;}
.downappGuide_layer .guide_cn .scan_text em.scan_ico{position:absolute;left:20px;top:13px;background:url(/Public/Common/privilege/images/scan_icon.png) no-repeat center center;width:24px;height:24px;}
.downappGuide_layer .guide_cn .scan_text p{margin-left:52px;line-height:16px;font-size:12px;color:#b5672f;text-align: left;}
.downappGuide_layer .guide_cn .scan_text em.model_ico{position:absolute;right:12px;top:10px;background:url(/Public/Common/privilege/images/model_icon.png) no-repeat center center;width:63px;height:30px;}
.downappGuide_layer .appimg{width:280px;height:335px;position:absolute;right:30px;bottom:18px;background:url(/Public/Common/privilege/images/app_guide_5.png?v=1.6) no-repeat;}

/* 手机验证滑块 */
.tncode_div_bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index:99999999;
    background-color: rgba(0,0,0,0.5);
    opacity:0.3;
    filter: alpha(opacity=30); background-color:#000;
    *zoom:1;
    display: none;
}
.tncode_div{
    display: none;
    background-color: white;
    z-index: 100000000;
    width: 260px;
    height: 260px;
    position: fixed;
    left: 50%;
    top:50%;
    margin-top: -130px;
    margin-left: -130px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696',Direction=135, Strength=5);/*for ie6,7,8*/
    -moz-box-shadow:2px 2px 5px #969696;/*firefox*/
    -webkit-box-shadow:2px 2px 5px #969696;/*webkit*/
    box-shadow:2px 2px 5px #969696;/*opera或ie9*/
}
.tncode_div .tncode_canvas_bg{
    z-index: 0;
}
.tncode_div .tncode_canvas_mark{
    z-index: 10000;
}
.tncode_div canvas{
    position: absolute;
    left: 10px;
    top: 10px;
}
.tncode_div .loading{
    padding-top: 60px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #ccc;
    width: 240px;
    height: 150px;
    text-align: center;
    box-sizing:border-box;
}
/* 手机验证滑块拉条 */
.tncode_slide,.tncode_slide_block,.tncode_tools .tncode_close,.tncode_tools .tncode_refresh {
    background-repeat: no-repeat;
    background-image: url('/Public/Common/images/tncode_icon.png');
}
.tncode_msg_ok {
    background-color: #24C628;
}
.tncode_msg_error {
    background-color: #DE5145;
}
.tncode_msg_ok,.tncode_msg_error {
    position: absolute;
    top: 136px;
    left: 10px;
    width: 220px;
    height: 20px;
    color: #fff;
    margin: 0;
    padding: 2px 10px;
    overflow: visible;
    background-position: 0px 0px;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10000;
}
.tncode_slide {
    position: absolute;
    top: 160px;
    width: 93.52%;
    height: 0px;
    background-color: white;
    background-size: 100%;
    margin: 5.39% 3.24%;
    padding: 0px 0px 13.67%;
    overflow: visible;
    background-position: 0px 0px;
}
.tncode_tools {
    position: absolute;
    top: 210px;
    width: 93.52%;
    height: 0px;
    background-color: white;
    background-size: 100%;
    margin: 5.39% 3.24%;
    padding: 5px 0px 13.67%;
    overflow: visible;
    background-position: 0px 0px;
    border-top: 1px solid #EEEEEE;
}
.tncode_slide_block {
    background-position: 0px 12.9794%;
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: -4.62% 0 0 -2.31%;
    cursor: pointer;
}
.tncode_slide_block_text {
    background-position: 0px 12.9794%;
    height: 65px;
    position: absolute;
    left: 65px;
    top: 20px;
    margin: -4.62% 0 0 -2.31%;
    cursor: pointer;
    font-size: 14px;
    color: rgb(136, 148, 157);
}
.tncode_canvas_bg,.tncode_canvas_mark {
    /* width: 240px;*/
}
.tncode_tools .tncode_close {
    background-position: 0 50%;
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.tncode_tools .tncode_refresh {
    background-position: 0 94%;
    height: 30px;
    width: 30px;
    float: left;
    cursor: pointer;
}
.tncode_tools .tncode_tips {
    float: right;
}
.tncode_tools .tncode_tips a {
    text-decoration: none;
    font-size: 10px;
    color: rgb(136, 148, 157);
}
