input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #dddddd;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #dddddd;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #dddddd;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #dddddd;
}
.pay-box{
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    width: 1020px;
    padding-left:240px;
}
.pay-box>.theme-left{
    position: absolute;
    left: 0;
    top:0;
    width: 230px;
    height: 100%;
    padding-top: 10px;
    background-color: #fff;
}
.pay-box>.theme-right{
    width: 1020px;
    background-color: #fff;
    padding:10px 30px 30px 30px;
    min-height: 598px;
}
.theme-l-nav dl{
    display: block;
    width: 242px;
    right: 0;
    margin-top: 15px;
    position: absolute;
}
.theme-l-nav dl dt
{
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #f5f5f5;
    width: 200px;
    margin-left: 27px;
}
.theme-l-nav dl dd
{
    width: 100%;
    line-height: 60px;
    height: 50px;
    overflow: hidden;
}
.theme-l-nav dl dd.nav-current{
    background-image: url("../../common/images/theme-left-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}
.theme-l-nav dl dd:hover{
    background-image: url("../../common/images/theme-left-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}
.theme-l-nav dl dd:hover>a{
    color:#fff;
}
.theme-l-nav dl dd.nav-current a{
    color:#fff;
}
.theme-l-nav dl dd a {
    display: block;
    text-align: center;
    height: 40px;
}
.pay-con-top .title-box .text-title{
    width: 100%;
    border-bottom: 2px solid #eee;
    height: 45px;
    position: relative;
}
.pay-con-top .title-box .text-title span {
    display: inline-block;
    font-size: 18px;
    line-height: 44px;
    position: relative;
    top: 2px;
    height: 43px;
    color: #292727;
}

.pay-con-top .title-box .text-title span.sp1 {
    border-bottom: 2px solid transparent;
    border-color: #ffbb00;
}

.pay-con-top .title-box .text-title span.sp2{
    color:#ffbb00;
    font-weight: bolder;
}
.pay-con-top .title-box .text-title span.sp4{
    color:#ffbb00;
    font-weight: bolder;
}

.pay-con-top .title-box .text-desc{
    margin-top: 12px;
}
/*********************************************************微信、支付宝、充值卡 START***************************************/
.pay-con .pay-con-item{
    margin-top: 20px;
}
.pay-con .pay-con-item .pay-title {
    font-size: 16px;
    font-weight: normal;
    padding: 15px 0;
    display: block;
}
.pay-con .account-item
{
    background-color: #f5f5f5;
    padding: 10px;
    position: relative;
}
.pay-con .account-item .label-item-title {
    width: 30px;
    float: left;
    line-height: 38px;
}
.pay-con .account-item .input-box {
    position: relative;
    float: left;
    line-height: 33px;
    margin: 0 0 0 10px;
}
.pay-con .account-item .input-box input {
    outline: none;
    width: 360px;
    background-color: rgb(255, 255, 255);
}
.validate-code-item label{
    font-size: 16px;
    font-weight: normal;
    width: 84px;
    display: inline-block;
}
.validate-code-item .pay-zcode {
    height: 39px;
    line-height: 40px;
    border: 1px solid #eee;
    width: 220px;
    padding: 0 10px;
    outline: none;
    display: inline-block;
}
.validate-code-item img{
    display: inline-block;
    height: 40px;
}
.validate-code-item .lnk-change-validate {
    font-size: 14px;
    color: #999;
    margin-left: 15px;
}
.submit-item .pay-submit {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #ffba00;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
}
/*********************************************************微信、支付宝、充值卡 END*****************************************/
/*********************************************************微信、支付宝 START*********************************************/
.pay-con .pay-con-item .game-currency-box ul li {
    height: 43px;
    padding: 0 20px;
    line-height: 43px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    float: left;
    border: 1px solid #eee;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.pay-con .pay-con-item .game-currency-box ul li .type-cur{
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 35px;
    height: 33px;
    display: none;
    background-image: url("../../common/images/icon-cur-ok.png");
    background-repeat: no-repeat;
}
.pay-con .pay-con-item .game-currency-box ul li.current{
    border-color: #ffbb00;
}
.pay-con .pay-con-item .game-currency-box ul li.current .type-cur{
    display: inline-block;
}
.pay-con .pay-con-item .game-currency-box ul li:hover{
    border-color: #ffbb00;
}
.pay-con .pay-con-item .game-currency-box ul li:hover>.type-cur{
    display: inline-block;
}
/*充值金额*/
.pay-con .pay-money-item .pay-money-ul li.pay-money-li {
    float: left;
    width: 110px;
    height: 43px;
    border: 1px solid #eee;
    margin: 0 10px 20px 0;
    color: #292727;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    position: relative;
}
.pay-con .pay-money-item .pay-money-ul li.pay-money-li .type-cur{
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 35px;
    height: 33px;
    display: none;
    background-image: url("../../common/images/icon-cur-ok.png");
    background-repeat: no-repeat;
}
.pay-con .pay-money-item .pay-money-ul li.current .type-cur{
    display: inline-block;
}
.pay-con .pay-money-item .pay-money-ul li.current{
    border-color: #ffbb00;
}
.pay-con .pay-money-item .pay-money-ul li.pay-money-li:hover{
    border-color: #ffbb00;
}
.pay-con .pay-money-item .pay-money-ul li.pay-money-li:hover>.type-cur{
    display: inline-block;
}
/*自定义金额*/
.pay-con .pay-money-item .zdy-money-box input {
    border: 1px solid #eee;
    padding-left: 10px;
    outline: none;
    width: 272px;
    height: 43px;
    background-color: #fff;
    display: inline-block;
}
.pay-info-item{line-height: 40px;}
.pay-info-item .send_gold_coin{
    width: 50%;
    font-size: 16px;
    display: block;
}
.pay-info-item .shoud_pay_money{
    width: 50%;
    font-size: 16px;
    display: block;
}
.pay-info-item #send_gold_coin,
.pay-info-item #shoud_pay_money {
    font-weight: bold;
    color: #FF961B;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
    font-style: normal;
}
.pay-info-item em {
    font-style: normal;
}
/*********************************************************微信、支付宝 END************************************************/
/*********************************************************充值卡 START************************************************/
.czkcard-item{
    padding: 10px;
    background-color: #f5f5f5;
}
.czkcard-item .czkcard-box+.czkcard-box{
    margin-top: 20px;
}
.czkcard-item label{
    font-size: 16px;
    font-weight: normal;
    width: 74px;
    display: inline-block;
}
.czkcard-item .paycardno-input,.czkcard-item .paycardpwd-input {
    height: 39px;
    line-height: 40px;
    border: 1px solid #eee;
    width: 360px;
    padding: 0 10px;
    outline: none;
    display: inline-block;
}
/*********************************************************充值卡 END*************************************************/
/*支付扫码页面*/
.pay-con{
    width: 100%;
}
.pay-box .scan-box{
    width: 100%;
    margin-top: 30px;
}
.scan-box .order-box{
    width: 60%;
    float: left;
}
.order-box .order-li{
    font-size: 16px;
    line-height: 44px;
}
.order-box .order-li span{
    display: inline-block;
}
.order-box .order-li span.sp{
    color: #b6b6b6;
}
.order-box .order-li span.sp1{}
.scan-box .scancode-box{text-align: center; width: 40%;float: left;}
.scan-box .scancode-box .scancode-con{
    margin: 0 auto;
    width: 230px;height:253px;
    padding: 40px 15px 13px 15px;
    background:url("../../common/images/recharge/scancode-bg.png") no-repeat center;
    position: relative; text-align: center;
}
.scan-box .scancode-box .scancode-logo{
    width: 40px;height:40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top:50%;
    margin-top: -10px;
}
.scancode-box p{line-height:20px;font-size: 12px;}
.scancode-box p.p1{margin-top: 10px;font-size: 12px;}
.payres-box{margin-top: 40px;}
.payres-box .icon-charge-result {
    display: block;
    width: 200px;
    height: 200px;
    margin: auto;
}
.payres-box .icon-wait {
    background: url(../../common/images/recharge/icon-wait.png) no-repeat center;
    background-size: 100% 100%;
}
/*支付失败 订单关闭 错误信息*/
.payres-box .icon-fail{
    background: url(../../common/images/recharge/icon-fail.png) no-repeat center;
    background-size: 100% 100%;
}
/*支付成功*/
.payres-box .icon-success {
    background: url(../../common/images/recharge/icon-success.png) no-repeat center;
    background-size: 100% 100%;
}
.payres-box h3{
    font-weight: bolder;
    text-align: center;
    margin: 30px 0;
}
.payres-box .ul_resultinfo
{
    width: 300px;
    margin: 0 auto;
}
.payres-box .ul_resultinfo li
{
    line-height: 30px;
}
.gotorechargebtn-box{
    margin-top: 20px;
    text-align: center;
}
.gotorechargebtn-box .gotorechargebtn{
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #ffba00;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
}