/*充值系统*/
body{
	/* background: #ececec; */
}
.pay-container{
	padding-bottom: 10px;
	position: relative;
	z-index: 99;
	background: #1f1f1f;
}
.pay-area{
	height: 100%;
	background: #313131;
	margin: 20px;
}

.tools-tabs .payico {
	width: 22px;
	height: 22px;
	background-size: 100%;
	float: left;
	margin-top: 6px;
	margin-right: 8px;
}

.pay-type{
	width: 200px;
	height: 765px;
}
.pay-type span , .pay-type a{
	display: inline-block;
	width: 175px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	cursor: pointer;
	border-top: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	color: #fff;
	position: relative;
	margin-top: -1px;
	padding-left: 25px;
}
.pay-type .symbol{
	width: 137px;
	height: 35px;
	line-height: 29px;
	background: url(../image/pay/icon.png) 0px -9px no-repeat;
	color: #fff;
	border: 0 none;
	font-size: 14px;
	margin: 20px 0 15px -5px;
	padding-left: 20px;
}
.pay-type span.active{
	background: #d1d1d1;
	color: #333333;
	font-weight: 600;
}
.pay-type span.active:after{
	width: 3px;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #e8e8e8;
}
.pay-type em.icon{
	width: 29px;
	height: 27px;
	float: left;
	background: url(../image/pay/icon.png) 0 0 no-repeat;
	margin: 12px 12px 0 0;
}
.pay-type .pay-weixin em.icon{
	background-position: 0 -61px;
}
.pay-type .pay-alipay em.icon{
	background-position: 0px -112px;
}
.pay-type .pay-xiyoubi em.icon{
	background-position: 1px -162px;
}
.pay-type .pay-voucher em.icon{
	background-position: 0 -212px;
}
.pay-type .pay-alipay i{
	width: 29px;
	height: 14px;
	background: url(../image/pay/tj_ico.png) center center no-repeat;
	display: inline-block;
	margin-left: 3px;
	position: absolute;
	top: 10px;
}
.pay-type span#for_luckydraw i{
	background: url('../image/ptb_ico.gif') no-repeat;
	height: 28px;
	top: -24px;
}
.pay-type span.gj_tip{
	float: right;
	border: 0;
	width: auto;
	font-size:13px;
	color:#606060;
	margin-right: 0;
	display: none;
}
.pay-type span.gj_tip .gj_num{
	color:#ee3f3f;
	font-weight: bold;
}
.pay-type span.gj_tip .gjpage_link{
	border:1px solid #C3DEFF;
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size:12px;
	color:#2270ff;
	margin-right: 0;
	margin-left:15px;
	border-radius: 3px;
}

.paymentBox {
	width: calc(100% - 251px);
	height: 100%;
	background: #282828;
	padding-left: 50px;
	border-left: 1px solid #282828;
	overflow-y: auto;
}

.paymentBox::-webkit-scrollbar-track {
	background-color: #1f1f1f;
}

.paymentBox::-webkit-scrollbar {
	width: 6px;
	background-color: #1f1f1f;
}

.paymentBox::-webkit-scrollbar-thumb {
	background-color: #414141;
}


.paytype-txt{
	height: 24px;
	line-height: 24px;
	font-size: 22px;
	margin: 37px 0;
	color: #cccccc;
}
.payforXiyoubi{
	display: none;
	margin-top: 80px;
	width: 700px;
	border-top: 1px solid #969696;
	padding: 8px 0 10px 0;
}
.payforXiyoubi .subtitle{
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	color: #f5f5f5;
	margin-top: 10px;
}
.payforXiyoubi .ctn{
	font-size: 13px;
	color: #f9f9f9;
	line-height: 24px;
}

/* 选择游戏、区服 */
.choose-game-server .choose-select-item{
	float:left;
	width: 153px;
	height: 38px;
	line-height: 38px;
	margin-right: 10px;
	font-size: 14px;
	position:relative;
	z-index:1000;
	border: 1px solid #969696;
	color: #cccccc;
	background: #2e2e2e;
}
.choose-game-server .choose-select-item .arrow{
	position: absolute;
	top: 13px;
	right: 8px;
	width: 12px;
	height: 12px;
	background: url(../image/pay/arrow_ico.png) 0 -24px no-repeat;
}
.choose-game-server .choose-select-item.active{
	border-color: #ff7a19;
}
.choose-game-server .choose-select-item.active .arrow{
	color: #f60;
}

.choose-game-server .choose-select-item a{
	display: block;
	text-indent: 10px;
	color: #fff;
}


.choose-select-item .ppbox {
	width: 638px;
	z-index: 100;
	position: absolute;
	top: 44px;
	left: 0px;
	display: none;
	border-radius: 0px;
	border: 1px solid #E3E3E3;
	background-color: #fff;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4);
}

.choose-select-item .ppbox#serversel {
	left: -263px;
}

.choose-select-item .ppbox .pptit {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-bottom: 1px solid #dedede;
	background: #F9F9F9;
}

.choose-select-item .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;
	color: #5e5e5e;
}
.choose-select-item .ppbox .pptit span:hover {
	background: #fff;
}
.choose-select-item .ppbox .pptit span.on {
	display: inline-block;
	width: auto;
	padding: 0 10px;
	margin: 7px;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #f60;
}

.choose-select-item .ppbox .close-ppinfo {
	font-size: 23px;
	position: absolute;
	right: 10px;
	display: inline-block;
	height: 40px;
	line-height: 35px;
	font-weight: 100;
	cursor: pointer;
	transition: .3s ease;
	color: #999;
}

.choose-select-item .ppbox .close-ppinfo:hover {
	transform: rotate(90deg);
}

.choose-select-item .ppbox .ppinfo {
	margin: 0;
	overflow: auto;
	height: 190px;
	position: relative;
}

.choose-select-item .ppbox .ppinfo ul {
	padding: 10px
}

.choose-select-item .ppbox .ppinfo li {
	width: 33.33%;
	line-height: 25px;
	float: left;
	display: inline;
	text-indent: 0px;
	font-size: 12px;
	text-align: left;
	margin: 0;
	position: relative;
	color: #000;
	border-bottom: 1px dashed #dedede;
}

.choose-select-item .ppbox .ppinfo li a {
	border: none;
	text-indent: 0;
	padding: 3px 0px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	display: inline-block;
	max-width: 230px;
	color: #333;
}
.choose-select-item .ppbox .ppinfo li a:hover {
	color: #f60;
}
.choose-select-item .ppbox .ppinfo dl {
	position: relative;
	padding-left: 45px;
	margin-bottom: 12px;
}
.choose-select-item .ppbox .ppinfo dl:last-child {
	margin-bottom: 0
}
.choose-select-item .ppbox .ppinfo dl dt {
	position: absolute;
	top: 3px;
	left: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border-radius: 4px;
	text-align: center;
	color: #fff;
}

.choose-select-item .ppbox .ppinfo dl dd {
	width: 103px;
	float: left;
	padding-left: 8px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	border-bottom: 1px dashed #dedede;
}
.choose-select-item .ppbox .ppinfo dl dd .gname {
	max-width: 80px;
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align:middle;
	color: #5e5e5e;
}
.choose-select-item .ppbox .ppinfo li.mygame span {
	display: inline-block;
	padding: 0 5px
}
.choose-select-item .ppbox .ppinfo dd:hover,
.choose-select-item .ppbox .ppinfo li.mygame span.on,
.choose-select-item .ppbox .ppinfo li.mygame span:hover {
	color: #f60;
}

.choose-select-item .ppbox .ppinfo .pay_tips{position:relative;display: inline-block;margin-left: 3px;vertical-align: middle;cursor: pointer;}
.choose-select-item .ppbox .ppinfo .pay_tips em{display: inline-block;width: 10px;height: 10px;background: url(../image/pay/tips_ico.jpg) no-repeat;}
.choose-select-item .ppbox .ppinfo .pay_tips div{display: none;position:absolute;top:-25px;left:-16px;border:1px solid #DCDCDC;background:#fff;white-space: nowrap;height:20px;line-height:20px;padding:0 5px;color:#646464;border-radius: 3px;}
.choose-select-item .ppbox .ppinfo .pay_tips div:before{content: '';position: absolute;bottom:-6px;left:18px;border-top:6px solid #DCDCDC;border-right:7px solid transparent;}
.choose-select-item .ppbox .ppinfo .pay_tips div:after{content: '';position: absolute;bottom:-3px;left:19px;border-top:4px solid #fff;border-right:5px solid transparent;}
.choose-select-item .ppbox .ppinfo .pay_tips:hover div{display: block;}
.choose-select-item .ppbox .ppinfo li:nth-child(3n) .pay_tips div{left:-70px;}
.choose-select-item .ppbox .ppinfo li:nth-child(3n) .pay_tips div:before{left:72px;}
.choose-select-item .ppbox .ppinfo li:nth-child(3n) .pay_tips div:after{left:73px;}
.choose-select-item .ppbox .ppinfo dl dd:nth-child(5n+1) .pay_tips div{left:-100px;}
.choose-select-item .ppbox .ppinfo dl dd:nth-child(5n+1) .pay_tips div:before{left:102px;}
.choose-select-item .ppbox .ppinfo dl dd:nth-child(5n+1) .pay_tips div:after{left:103px;}

.choose-select-item .ppbox .pptit_2{
	border-bottom: 1px solid #dedede;
	background: #f9f9f9
}
.choose-select-item .ppbox .pptit_2 span.on{
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
}
.choose-select-item .ppbox .ppinfo_2 li{
	color: #000;
	border-bottom: 1px dashed #dedede;
}
.choose-select-item .ppbox .ppinfo_2 li a{
	color: #333;
}
.choose-select-item .ppbox .search-box{
	height: 44px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 12px;
	background: #F9F9F9;
	border-bottom: 1px solid #dedede;
	color: #5e5e5e;
}
.choose-select-item .ppbox .search-box .zxkf-type{
	width: 118px;
	height: 26px;
	border: 1px solid #E0E0E0;
	margin-top: 9px;
	margin-left: 25px;
	font-size: 13px;
	color: #666;
	float: left;
}
.choose-select-item .ppbox .search-box .chose-input{
	width: 55px;
	height: 24px;
	border: 1px solid #E0E0E0;
	margin: 9px 5px 0 5px;
	font-size: 13px;
	color: #666;
	float: left;
	text-indent: 5px;
}
.choose-select-item .ppbox .search-box .quick-enter{
	width: 48px;
	height: 26px;
	border: 1px solid #C3D5EF;
	background-image: linear-gradient(#EBF4FD, #E1ECF9);
	color: #4B5C6C;
	margin-top: 9px;
	cursor: pointer;
}
.choose-select-item .ppbox .serversel-tab-area{
	width: 100%;
	border-bottom: 1px solid #dedede;
}
.choose-select-item .ppbox .serversel-tab-area .recently-played{
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: center;
	border-right: 1px solid #dedede;
	float: left;
}
.choose-select-item .ppbox .serversel-tab-area .recently-played.active{
	color: #0097ec;
}
.choose-select-item .ppbox .serversel-tab-box{
	width: 507px;
	height: 40px;
	padding: 0 15px;
	float: left;
}
.choose-select-item .ppbox .serversel-tab-area .prev-btn , .choose-select-item .ppbox .serversel-tab-area .next-btn{
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-position: -524px -6px;
	float: left;
	margin-top: 10px;
}
.choose-select-item .ppbox .serversel-tab-area .next-btn{
	background-position: -556px -6px;
}
.choose-select-item .ppbox .serversel-tab-area .serversel-tabs {
	width: 455px;
	margin: 0 6px;
	overflow: hidden;
	float: left;
}
.choose-select-item .ppbox .serversel-tab-area .serversel-tabs ul{
	height: 40px;
	position: relative;
}
.choose-select-item .ppbox .serversel-tab-area .serversel-tabs ul li{
	width: 68px;
	height: 21px;
	line-height: 21px;
	border: 1px solid transparent;
	background: #fff;
	font-size: 13px;
	color: #666666;
	float: left;
	text-align: center;
	border-radius: 3px;
	margin: 9px 3px 0;
	cursor: pointer;
}
.choose-select-item .ppbox .serversel-tab-area .serversel-tabs ul li.active{
	border-color: #3C98EB;
	background: #3C98EB;
	color: #fff;
}
.choose-select-item .ppbox .serversel-list-box .num-tabs{
	width: 100px;
	float: left;
}
.choose-select-item .ppbox .serversel-list-box .num-tabs span{
	width: 100%;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #dedede;
	text-align: center;
	font-size: 13px;
	color: #888;
	float: left;
}
.choose-select-item .ppbox .serversel-list-box .num-tabs span.active{
	color: #0097ec;
}
.choose-select-item .ppbox .serversel-list-box .zxkf-list{
	float: right;
	width: 497px;
	min-height: 255px;
	max-height: 383px;
	padding: 5px 20px 15px 20px;
	border-left: 1px solid #dedede;
	overflow-y: auto;
	overflow-x: hidden;
}
.choose-select-item .ppbox .serversel-list-box .zxkf-list::-webkit-scrollbar{
	width: 9px;
	border-radius: 10px;
	background-color: #f5f5f5;
}
.choose-select-item .ppbox .serversel-list-box .zxkf-list::-webkit-scrollbar-thumb{
	background-color: #bdbdbd;
	border-radius: 10px;
}
.choose-select-item .ppbox .serversel-list-box .zxkf-list::-webkit-scrollbar-track{
	background-color: #f5f5f5;
	border-radius: 10px;
}
.choose-select-item .ppbox .serversel-list-box .zxkf-list li {
	width: 110px;
	height: 29px;
	line-height: 29px;
	float: left;
	display: inline;
	text-indent: 6px;
	font-size: 12px;
	margin: 0 5px;
	position: relative;
	border-bottom: 1px dashed #dedede;
}
.choose-select-item .ppbox .serversel-list-box .zxkf-list li:nth-child(4n+0) .naming{
	left: auto;
	right: -25px;
}
.choose-select-item .ppbox .serversel-list-box .zxkf-list li:nth-child(4n-1) .naming{
	left: auto;
	right: -100px;
}
.choose-select-item .ppbox .serversel-list-box .zxkf-list li:nth-child(4n-2) .naming{
	left: auto;
	right: -200px;
}
.choose-select-item .ppbox .serversel-list-box .zxkf-list li:nth-child(-n+4) .naming {
	top: 29px;
}
.choose-select-item .ppbox .serversel-list-box .zxkf-list li a {
	max-width: 77px;
	color: #333;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 0;
	vertical-align: middle;
	padding-left: 7px;
}

/* 冠名、包服 */
i.naming_icon,
i.packs_icon,
i.naming_icon .naming_tip i,
i.packs_icon .packs_tip i {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 3px;
	vertical-align: middle;
	background: url(../image/naming_tip.png) no-repeat;
}
i.naming_icon {
	background-position: 0 0;
}
i.packs_icon {
	background-position: 0 -24px;
}
i.naming_icon:hover {
	background-position: -24px 0;
}
i.packs_icon:hover {
	background-position: -24px -24px;
}
i.naming_icon .naming,
i.packs_icon .naming {
	position: absolute;
	top: -20px;
	left: 0;
	display: none;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	border-radius: 2px;
	padding: 0 0 0 5px;
	overflow: visible;
	white-space: nowrap;
	z-index: 10;
	text-indent: 0;
}
i.naming_icon .naming_tip {
	background: #CF2222;
	color: #fff
}
i.packs_icon .packs_tip {
	background: #9235F0;
	color: #fff
}
i.naming_icon .naming_tip i {
	margin-left: -3px;
	vertical-align: text-top;
	background-position: -48px 0;
}

i.packs_icon .packs_tip i {
	margin-left: -3px;
	vertical-align: text-top;
	background-position: -48px -24px;
}



.payform-item {
	margin-bottom: 20px;
	margin-left: 13px;
}
.payform-item .label {
	width: 70px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	text-align: right;
	margin-right: 10px;
}
.payform-item .input {
	float: left;
	width: 155px;
}
.payform-item .input input {
	width: 153px;
	height: 36px;
	line-height: 36px;
	text-indent: 10px;
	font-size: 14px;
	border: 1px solid #969696;
	color: #fff;
	background: #2e2e2e;
}
.payform-item .member-xiyoubi{
	float: left;
	margin-left: 25px;
	color: #999999;
	line-height: 38px;
}
.payform-item .select {
	float: left;
}
.payform-item .select select {
	width: 155px;
	height: 40px;
	line-height: 40px;
	text-indent: 5px;
	font-size: 14px;
	border:1px solid #dadada;
}
.payform-item .tips {
	float: left;
	width: 230px;
	margin-left: 10px;
	line-height: 40px;
	font-size: 13px;
	color:#eae9e9;
}
.payform-item .tips.error{
	color:#c00;
}
.payform-item .tips.success{
	color:#06de06;
}
.payform-item .money-show{
	float: left;
	width: 460px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	position: relative;
}
.payform-item .money-show span{
	float: left;
}
.payform-item .money-show .icon{
	width: 15px;
	height: 15px;
	background: url(../image/pay/add_ico.png) 0 0 no-repeat;
	margin: 11px 0 0 10px;
	cursor: pointer;
	display: none;
}
.payform-item .money-show .icon:hover{
	background-position: 0 -15px;
}
.payform-item .money-show .bili-tips{
	font-size: 12px;
	line-height: 36px;
}
.payform-item .money-show .ptbUseTips:hover + .ptbUseTipBox{display: block;animation: showPtbTipsAnimate .3s;}
@keyframes showPtbTipsAnimate
{
	from {opacity:0;}
	to {opacity:1;}
}
.payform-item .money-show .ptbUseTipBox{position: absolute;top:38px;left:40px;background: #FFFDF5;border: 1px solid #FFCDBA;line-height: 20px;font-size: 12px;color: #3a3a3a;padding: 5px 8px;white-space: nowrap;border-radius: 2px;display: none;}
.payform-item .money-show .ptbUseTipBox .color_r{color:#ff3c00;float:none;}
.payform-item .money-show .ptbUseTipBox .color_g{color:#5c5c5c}
.payform-item .money-show .ptbUseTipBox:before {content: '';position: absolute;top: -10px;left: 15px;width: 0;height: 0;border-bottom: 10px solid #FFCDBA;border-right: 10px solid transparent;}
.payform-item .money-show .ptbUseTipBox:after {content: '';position: absolute;top: -7px;left: 16px;width: 0;height: 0;border-bottom: 8px solid #FFFDF5;border-right: 8px solid transparent;}
.payform-item .values{
	height: 38px;
	line-height: 38px;
	float: left;
	color: #ff9600;
	font-size: 14px;
}
.payform-item .pay_yuanbao{
	font-size: 16px;
	font-weight: bold;
}
.payform-item .pay_yuanbao.xiyoubi{
	font-weight: normal;
}
.payform-item .unit{
	font-size: 14px;
}
.payform-item .unit.xiyoubi{
	font-size: 14px;
	/* color: #ff6600; */
}
.payform-item .giveJifenText{
	float: left;
	line-height: 38px;
}
.payform-item .pay-values{
	width: auto;
	height: 28px;
	line-height: 28px;
	float: left;
	background: #ff4242;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 5px 0;
	padding: 0 10px;
}
.payform-item .bili-tips{
	float: left;
	line-height: 40px;
	color: #eae9e9;
	margin-left: 5px;
}

/*选择支付目标*/
.payment-target{

}
.payment-target li{
	width: 153px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #969696;
	background: #2e2e2e;
	font-size: 14px;
	text-align: center;
	float: left;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	color: #fff;
}
.payment-target li.active{
	border-color: #ff7a19;
	color: #ff6600;
	background: #3c3c3c url(../image/pay/mark_ico.png) right bottom no-repeat;
}
.payment-target li i{
	position: absolute;
	left: 68px;
	top: -15px;
	width: 68px;
	height: 24px;
}
.payment-target li i.sc_ico{
	background: url(../image/pay/sc_ico.gif?v=2) no-repeat center top;
}
.payment-target li i.gj_ico{
	background: url(../image/pay/gj_ico1.gif) no-repeat center top;
}
.payment-target li .game-ico , .payment-target li .xiyoubi-ico{
	width: 24px;
	height: 24px;
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.payment-target li .game-ico{
	background: url(../image/pay/game_ico.png) no-repeat center center;
}
.payment-target li .xiyoubi-ico{
	background: url(../image/pay/xiyoubi_ico.png) no-repeat center center;
}

/*支付规格*/
.payment-spec{
	width: 550px;
}
.payment-spec li{
	background: #2e2e2e;
	width: 98px;
	height: 36px;
	border: 1px solid #969696;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.payment-spec li:hover{
	border-color: #ff9933;
	background: #393939;
}
.payment-spec li.active{
	color: #ff6600;
	border-color: #ff7a19;
	font-weight: bold;
	background: #3c3c3c url(../image/pay/mark_ico.png) right bottom no-repeat;
}
.payment-spec li.input-label{
	border-color:#fff;
}
.payment-spec li.input-money-box{
	width: 208px;
	text-align: left;
	margin-bottom: 0;
	background: #2e2e2e;
	border-color: #969696;
}
.payment-spec li.input-money-box input{
	width: 152px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #3e3e3e;
	margin: 0 12px 0 5px;
	padding-left: 8px;
	font-size: 14px;
	color: #000;
	background: #a2a2a2;
}
.payment-spec li.input-money-box input::-webkit-input-placeholder{
	color: #000;
}
.payment-spec li.spec-tips{
	width: 196px;
	border-color: #282828;
	text-align: left;
	font-size: 12px;
	color: #eae9e9;
	margin-bottom: 0;
	display: none;
	background: #282828;
}
.payment-spec li.spec-tips.error{
	color:#f00;
}

.payment-get {
	margin-top: 30px;
	border-top: 1px solid #dedede;
}

/* 安全码 */
.input-safecode {
	display: none;
}
.input-safecode .safe-code-input{
	float: left;
}
.input-safecode .forget-safecode{
	float: left;
	font-size: 13px;
	color: #d0cfcf;
	margin: 10px 0 17px 10px;
	line-height: 18px;
}
.input-safecode .set-safecode-tips{
	float: left;
	font-size: 13px;
	color: #ef5353;
	line-height: 38px;
}
.input-safecode .set-safecode-btn{
	width: 68px;
	height: 22px;
	line-height: 22px;
	float: left;
	border: 1px solid #7dadff;
	text-align: center;
	color: #186eff;
	font-size: 13px;
	margin: 7px 0 7px 4px;
}

/* 支付按钮 */
.payment-submit {
	margin-top: 50px;
	padding-left: 215px;
	margin-bottom: 40px;
}
.payment-submit.xiyoubi{
	margin-top: 35px;
}
.payment-submit .payment-submit-button {
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #ff7a19;
	border: 2px solid #ff7a19;
	font-size: 22px;
	cursor: pointer;
	font-weight: bold;
}

.payment-submit .payment-submit-button:hover{
	background: #ff6000;
}
.payment-submit .payment-submit-button.disabled{
	background: #dadada;
	border-color: #dadada;
}

/*优惠券*/
.get-ticket-rows , .get-voucher-rows{
	position: relative;
}
.get-ticket-rows .ticket-values , .get-voucher-rows .voucher-values{
	float: left;
	width: 208px;
	border: 1px solid #969696;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #cccccc;
	text-indent: 14px;
	position: relative;
	cursor: pointer;
}
.get-voucher-rows .voucher-values{
	width: 153px;
}
.get-ticket-rows .ticket-values i , .get-voucher-rows .voucher-values i{
	position: absolute;
	top:13px;
	right: 12px;
	width: 12px;
	height: 12px;
	background: url(../image/pay/arrow_ico.png) 0 -24px no-repeat;
}
.get-ticket-rows .ticket-values i.arrow-up , .get-voucher-rows .voucher-values i.arrow-up{
	background-position: 0 3px;
}
.get-ticket-rows .ticket-can , .get-voucher-rows .voucher-can{
	float: left;
	width: 180px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #eae9e9;
	margin-left: 20px;
}
.get-ticket-rows .ticket-can span , .get-voucher-rows .voucher-can span{
	margin: 0px 5px;
	color: #ff3333;
}
.get-ticket-rows .ticket-list , .get-voucher-rows .voucher-list{
	width: 583px;
	border: 1px solid #969696;
	transition: all 0.5s;
	background: #282828;
	padding: 5px 0 15px 5px;
	position: absolute;
	top: 40px;
	left: 80px;
	z-index: 1001;
	max-height: 260px;
	overflow-y: auto;
}
.get-ticket-rows .ticket-list{
	max-height: 200px;
}
.get-ticket-rows .ticket-list::-webkit-scrollbar-track , .get-voucher-rows .voucher-list::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f5f5f5;
}

.get-ticket-rows .ticket-list::-webkit-scrollbar , .get-voucher-rows .voucher-list::-webkit-scrollbar {
	width: 9px;
	border-radius: 10px;
	background-color: #f5f5f5;
}

.get-ticket-rows .ticket-list::-webkit-scrollbar-thumb , .get-voucher-rows .voucher-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #bdbdbd;
}

.ticket_info {
	float: left;
	width: 160px;
	height: 110px;
	background: #fff url(../image/quan/quan_bn.png?v=1) no-repeat;
	overflow: hidden;
	color: #fff;
	margin-left: 10px;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
	border: 5px solid #fff;
}
.ticket_info.active{
	border-color: #ff0;
	background-color: #ff0;
}
.ticket_info.can_use0{
  background: url(../image/quan/quan_bn2.png?v=1) no-repeat;/* 不可用充值券 */
}
.ticket_info.can_use2{
  /* 游戏券充值券 */
}
.ticket_info.can_use3{
  background: url(../image/quan/quan_bn4.png) no-repeat;/* 回收充值券 */
}

.ticket_info p{
	padding: 0 8px;
	line-height: 20px;
}
.ticket_info .manjian{
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 12px;
	color: #ffd4c8;
}
.ticket_info p.moneytip{
	margin-top: 5px;
	color: #ffd4c8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ticket_info.can_use0 .manjian, .ticket_info.can_use0 p.moneytip{
	color: #fff;
}
.ticket_info p.tmoney{
	height: 35px;
	line-height: 35px;
	margin-bottom: 5px;
	padding: 12px 8px 0;
}
.ticket_info p.exptime{
	text-align: center;
	color: #ff5858;
	margin-top: 11px;
	font-size: 12px;
}
.ticket_info p.gamelimit{
	color: #ff7575;
	line-height: 30px;
	height: 30px;
}
.ticket_info.can_use0 p.gamelimit{
	color: #999;
}
.ticket_info.can_use0 p.exptime{
	color: #C0C0C0;
}
.ticket_info.can_use0 p.moneytip .manjian, .ticket_info.can_use0 p.moneytip .type{
	color: #EBEBEB;
}
.ticket_info.can_use3 p.gamelimit{
	color: #a5a5a5;
}
.ticket_info.can_use3 p.exptime{
	color: #f9e38c;
}
.ticket_info.can_use3 p.moneytip .manjian, .ticket_info.can_use3 p.moneytip .type{
	color: #ffebac;
}
.ticket_info .tmoney .unit{
	font-size: 24px;
	vertical-align: top;
	line-height: 32px;
}
.ticket_info .tmoney .vos{
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}
.ticket_info .tmoney .type{
	font-size: 20px;
	vertical-align: top;
	line-height: 32px;
}

.get-voucher-rows .voucher-list li{
	width: 160px;
	height: 110px;
	float: left;
	background: url(../image/quan/voucher_ico.png) center center no-repeat;
	padding: 8px;
	position: relative;
	margin-left: 5px;
	margin-top: 10px;
	cursor: pointer;
	list-style: none;
	border:2px solid transparent;
}
.get-voucher-rows .voucher-list li.active{
	background-color:#FFFFDD;
	border-color:#FFCB4E;
}
.get-voucher-rows .voucher-list li .label{
	font-size: 12px;
	color: #9c6a0b;
	margin: 11px 0 14px 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 145px;
	text-align: left;
	line-height: 12px;
}
.get-voucher-rows .voucher-list li .voucher-money-box{
	font-size: 22px;
	color: #a44b03;
	padding: 10px 7px 0 7px;
	display: block;
}
.get-voucher-rows .voucher-list li .voucher-money{
	font-size: 30px;
	vertical-align: middle;
	font-weight: bold;
	position: relative;
	top: -2px;
}
.get-voucher-rows .voucher-list li .expirtime{
	font-size: 12px;
	color: #bf923c;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 确认弹出层 */
.Pay_info {
	width: 460px;
	text-align: center;
	padding: 20px 20px 25px 20px;
}

.pay_title {
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.pay_title .close_layer {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 10px;
	line-height: 16px;
	cursor: pointer;
	text-indent: -999999px;
}

.info_table td {
	height:30px;
	line-height:30px;
	border: 1px solid #e5e5e5;
	text-align:left;
	padding:0 10px;
	font-size:13px;
}

.info_table td.tip {
	color: #6a6a6a;
	text-align:right;
	padding-right:15px;
	font-size:12px;
	background: #fbfbfb;
}

.pay_btn {
	padding: 20px 0 0 0;
	height: 32px;
	line-height: 32px;
}

.ajax-loading{
	margin-left: -192px;
}

/* 平台币首充福利弹框 */
.ptbFirst_layer{background:url(../image/pay/ptb_firstpay.png?v=1.1) no-repeat;box-shadow: none;}
.ptbFirst_layer .title{display: none;}
.ptbFirst_layer .layui-layer-setwin .layui-layer-close2{width: 28px;height: 28px;cursor: pointer;background:url(../image/pay/ptb_firstpay_close.png?v=1.1) no-repeat;top: 4px;right: -30px;}
.ptbFirst_layer .layui-layer-setwin .layui-layer-close2:hover{background-position: -28px 0;}
.ptbFirst_layer .ptbFirstPaybox .ctn{margin: 140px 0 0;color:#fffae0;font-size:14px;line-height: 24px;text-align: center;}
.ptbFirst_layer .ptbFirstPaybox .ctn p{color:#fffcdf;font-size:15px;}
.ptbFirst_layer .ptbFirstPaybox .ctn .text1{font-size:14px;margin-bottom: 9px;line-height: 26px;margin-left:8px;}
.ptbFirst_layer .ptbFirstPaybox .ctn .bold{font-weight: bold;}
.ptbFirst_layer .ptbFirstPaybox .ctn .boldcolor{font-weight: bold;color:#ffea00;font-size:16px;}
.ptbFirst_layer .ptbFirstPaybox .ptbpaybtn{display: block;width: 110px;height: 36px;background:url(../image/pay/ptb_firstpay_btn.png?v=1.1) no-repeat;margin: 25px auto 0;text-indent: -9999px;}
.ptbFirst_layer .ptbFirstPaybox .ptbpaybtn:hover{background-position: 0 -36px;}

/* 平台币刮奖比例 */
.showbili_pay_area{float: left;width: 125px;line-height: 20px;margin: 110px 0 0 -125px;position: relative;}
.showbili_pay_area .txt{color: #eae9e9;text-decoration: underline;cursor: pointer;font-size: 13px;}
.showbili_pay_area:hover .txt{color: #00ccff;}
.showbili_pay_area:hover .showbili_pay_box{display: block;}
.showbili_pay_box{display: none;position: absolute;right:-30px;bottom:28px;border:1px solid #E2E2E2;background:#FFFFFF;border-radius: 3px;box-shadow: 0 0 2px 0px #d2d2d2;padding:5px;width: 357px;z-index: 99;}
.showbili_pay_box .gjbili_list{display: inline-block;margin-right:5px;}
.showbili_pay_box .gjbili_list li{border: 1px solid #F0F0F0;border-top:0;height: 29px;line-height: 29px;font-size:13px;color:#535353;}
.showbili_pay_box .gjbili_list .title{background:#F0F0F0;font-size:13px;color:#535353;height: 28px;line-height: 28px;border:0}
.showbili_pay_box .gjbili_list .money{width:95px;float:left;text-align: left;padding:0 10px}
.showbili_pay_box .gjbili_list .bili{width:60px;float:right;text-align: right;padding:0 10px}
.showbili_pay_box .vipbili_list{display: inline-block;}
.showbili_pay_box .vipbili_list li{border: 1px solid #FAECD3;border-top:0;height: 29px;line-height: 29px;font-size:13px;color:#535353;background:#FDF8ED;}
.showbili_pay_box .vipbili_list .title{background:#EFDEC3;font-size:13px;color:#733F2B;height: 28px;line-height: 28px;border:0}
.showbili_pay_box .vipbili_list .viplevel{width:50px;float:left;text-align: left;padding:0 10px}
.showbili_pay_box .vipbili_list .jiacheng{width:58px;float:right;text-align: right;padding:0 10px}
.showbili_pay_box .vipbili_list li.active{background:url(../image/pay/scratch/vipbili_bg.png) no-repeat;border:0}

.payform-item .ptbFirstPayMoney,.payform-item .ptbGjPayMoney{position: relative;font-size: 16px;}
.payform-item .ptbFirstPayMoney .ptb_gj_ico{position: absolute;top:-28px;left:10px;width:125px;height: 32px;background:url(../image/pay/ptb_gj_ico.gif) no-repeat;}

.layer-com.pay-layer{
	margin: 0!important;
}
/* 充值返利弹框 */
.paybiliLayer .layui-layer-title{font-size:14px;color:#2b2b2b;font-weight: bold;border-bottom: 0;background:#ECECEC;}
.paybiliLayer .layui-layer-setwin .layui-layer-close1{background:url(../image/pay/close_ico1.png) no-repeat center center;}
.paybiliLayer .layui-layer-content{padding:20px}
.paybiliLayer .viplevelbox{background:url(../image/pay/vip_info_bg.png) no-repeat;height: 102px;padding:10px 10px 0 10px;}
.paybiliLayer .viplevelbox .level_stage{font-size:14px;color:#fff9e3;text-align: center;margin-bottom: 3px;}
.paybiliLayer .viplevelbox .level_progress{width:390px;height:12px;border:1px solid #3A2608;background-color: #62481F;border-radius: 2px;position:relative;margin: 5px 4px 0 4px;}
.paybiliLayer .viplevelbox .level_progress .progress_bar{height:8px;background:#32D526;border: 1px solid #50B349;box-shadow: 0 0 0 1px #99EA93;margin: 1px;max-width: 386px;}
.paybiliLayer .viplevelbox .level_progress span{color:#fff;font-size: 12px;position:absolute;top:0;width: 100%;text-align: center;transform: scale(0.9);line-height: 10px;}
.paybiliLayer .tq_box{height: 40px;line-height: 40px;margin-top: 16px;font-size:13px;color:#333333;padding:0 12px}
.paybiliLayer .tq_box .item1{margin-right: 20px;}
.paybiliLayer .tq_box .item2{margin-right: 12px;}
.paybiliLayer .tq_box .item3{background:url(../image/pay/arrow.gif) no-repeat 0 center;padding-left:28px}
.paybiliLayer .tq_box .vip_icon_medium{vertical-align: middle;}
.paybiliLayer .color_g{color:#84ff00;font-weight: bold;}
.paybiliLayer .color_o{color:#ffde00;}
.paybiliLayer .color_p{color:#bd00ec}
.paybiliLayer .color_p{color:#bd00ec}
.paybiliLayer .color_r{color: #dd0000;}
.paybiliLayer .color_r1{color: #ff3333;}
.paybiliLayer .showbilipay_box{margin-top: 10px;}
.paybiliLayer .showbilipay_box li{border:1px solid #DDDDDD;height: 30px;line-height: 30px;float:left;width:269px;text-align: center;margin:0 0 -1px -1px;font-size: 13px;color:#333;}
.paybiliLayer .showbilipay_box .headerul li{color:#666;font-weight: bold;}

/* 充值返利链接 */
.leichonglink{position: fixed;left: 1160px;top: 90px;width:64px;height: 76px;background:url(../image/pay/leichong_ico.gif?v=3) no-repeat;cursor: pointer;}
.leichonglink .fanli-icon{position: absolute;left: -42px;top: -25px;width:78px;height: 22px;background:url(../image/pay/fanli_ico.gif) no-repeat;}