*{
	margin: 0;padding: 0;
}
a{
	color: #222;
	text-decoration: none;
	outline: 0;
}
img{
	border: 0;
}
.wrapper{
	position: relative;
	margin: 0 auto;
	border: none;
}
li{
	list-style: none;
}
p{
	margin: 0 0 .8em;
	line-height: 1.35em;
}
body{
	font-size: 14px;
	color: #444444;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 99997;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.header .wrapper{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	border: none;
}
.header a.logo{
	float: left;
	padding-left: 10px;
	padding-top: 15px;
	margin-right: 8px;
	line-height:50px;
}
.header a.logo img{
	display:block;
	float: left;
}
.header a.logo b{font-size:20px;color:#333;}

.header .wrapper a:first-child{
	padding-top: 5px;
}
.header a.pay{float:right;background-color:#ff5000;color:white;margin-top:10px;margin-right:10px;padding:10px 15px;border-radius:5px;}

.content{
	position: relative;
	width: 100%;
	padding-top: 60px;
	background: #212121;
}
.hero{
	background: url(../img/blur_bg.png) center center no-repeat;
	background-size: cover;
	height: 500px;
}
.content .wrapper{
	width: 992px;
	height: 570px;
}
.wrapper .pic{
	position: absolute;
	left: 60px;
	bottom: -20px;
}

.wrapper .title{
	position: absolute;
	left: 540px;
	top: 70px;
	color:white;
	font-size:40px;
}
.wrapper .download{
	position: absolute;
	top: 310px;
	left: 540px;
	width: 456px;
}

.download-btn{
	width: 90px;
	height: 48px;
	line-height:48px;
	padding-left:50px;
	border-radius:25px;
	color:white;
	font-size: 18px;
}

.android_download_btn{
	position: absolute;
	left: 140px;
	top: 5px;
	background:url('../img/icon_andriod.png') no-repeat 10px center;
	background-color:#222222;
	background-size:25px;
}
.iphone_download_btn{
	position: absolute;
	left: 140px;
	top: 60px;
	background:url('../img/icon_iphone.png') no-repeat 10px center;
	background-size:25px;
	background-color:#333333;
}

.download .info{
	margin-top:30px;
	font-size: 14px;
	color: rgba(255,255,255,0.75);
	line-height: 20px;
}

.download .info p{
	margin-bottom: 0.2em;
}

.about{
	width: 996px;
	margin: 0 auto;
	padding-top:150px;
	padding-bottom:50px;
	font-size:18px;
	color:#999;
}
.about h3{font-size:24px;margin-bottom:20px;color:#ccc;}
.about p{line-height: 1.8;}

.nav{
	height: 140px;
	text-align: center;
	background: rgb(51,51,51);
	color: #bbb;
}
.container{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.column{
	width: 200px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-top: 2.5%;
    text-align: left;
	color: #bbb;
}
.column .title{
	color: #bbb;
    display: block;
    padding-bottom: 15px;
    text-decoration: none;
}
.column a{display: block; padding-bottom: 15px;color: #bbb;}
.follow-us{
	border-left: 1px solid #666;
	width: 248px;
    text-align: left;
}
.footer{
	background: #000;
	padding: 20px;
	text-align: center;
	color: #bbb;
}


/*³äÖµ*/
.com-main-wrap {
    width: 1200px;
    margin: 0 auto;
    min-height: 600px
}

.com-main-wrap .com-main {
    padding: 0 50px;
}
.pay-wrap {
    margin-top: 60px;
    font-size: 14px;
    padding: 20px
}

.pay-wrap ul {
    width: 100%;
    margin-bottom: 40px;
    font-size: 16px
}

.pay-wrap ul .item-name {
    display: block;
    color: #5e5e5e;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.pay-wrap ul .item-amount {
    margin-top: 30px;
    margin-bottom: 4px
}

.pay-wrap ul .item-value {
    line-height: 22px;
    display: inline-block
}

.pay-wrap ul .item-value-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pay-wrap ul .ks-number {
    position: relative
}

.pay-wrap ul .ks-number .confirm-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    position: absolute;
    width: 74px;
    height: 32px;
    border-radius: 18px;
    font-size: 16px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ed5d2a;
    color: #f9eeea
}

.pay-wrap ul .ks-number .blur-status {
    background: #d8d8d8;
    color: #969798;
    cursor: default
}

.pay-wrap ul .ks-number .error-tips {
    display: none;
    position: absolute;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC,PingFangSC-Regular;
    font-weight: 400;
    color: #ff5000;
    line-height: 20px;
    top: calc(100% + 4px);
    left: 0
}

.pay-wrap ul .ks-number input {
    padding-left: 12px;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 350px;
    height: 54px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    color: #131415
}

.pay-wrap ul .ks-number input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    color: #cbcccd
}

.pay-wrap ul .ks-number input::-moz-placeholder {
    font-size: 16px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    color: #cbcccd
}

.pay-wrap ul .ks-number input:-ms-input-placeholder {
    font-size: 16px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    color: #cbcccd
}

.pay-wrap ul .ks-number input::-ms-input-placeholder {
    font-size: 16px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    color: #cbcccd
}

.pay-wrap ul .ks-number input::placeholder {
    font-size: 16px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    color: #cbcccd
}

.pay-wrap ul .fake-login {
    height: 54px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pay-wrap ul .fake-login .user-info {
    color: #131415
}

.pay-wrap ul .fake-login .checkout,.pay-wrap ul .fake-login .user-info {
    font-size: 16px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    line-height: 22px
}

.pay-wrap ul .fake-login .checkout {
    margin-left: 16px;
    color: #006fe1;
    cursor: pointer
}

.pay-wrap ul .item-user {
    color: #131415;
    font-weight: 500
}

.pay-wrap ul .pay-method {
    margin-bottom: 30px
}

.pay-wrap ul .pay-method span {
    display: inline-block;
    width: 157px;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #979797;
    margin-right: 24px;
    font-size: 16px;
    color: #5e5e5e;
    line-height: 48px;
    cursor: pointer
}

.pay-wrap ul .pay-method span.checked {
    background: #ff9000;
    border: none;
    color: #fff
}

.pay-money-wrap {
    margin-right: 20px;
    height: 20px;
    line-height: 90px;
    border: 1px solid #ccc
}

.pay-money {
    display: inline-block;
    width: 80px;
    height: 33px;
    border-bottom: .5px solid rgba(150,151,152,.5)
}

.money-desc {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 24px
}

.money-desc-bi-default {
    color: #303030;
    line-height: 20px;
    height: 20px;
    color: #919191;
    display: block
}

.money-desc-bi-more {
    display: inline-block;
    line-height: 10px;
    width: 85px
}

.remain-li {
    height: 60px
}

.color-green {
    color: #ff5000!important
}

.pay-item {
    color: #303030;
    text-align: center;
    display: inline-block;
    width: 174px;
    height: 46px;
    margin-right: 20px;
    border: 1px solid #ccc;
    line-height: 48px;
    margin-bottom: 20px;
    font-size: 0;
    cursor: pointer;
    vertical-align: top
}

.pay-item i {
    color: #ff5000;
    display: none;
    position: absolute;
    bottom: -11px;
    right: -1px;
    font-size: 28px
}

.pay-item.mr0 {
    margin-right: 0
}

.pay-item-price {
    font-size: 14px;
    color: #303030
}

.pay-item-coin {
    color: #5e5e5e;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    display: none
}

.pay-checked {
    border-color: #ff5000;
    position: relative
}

.pay-checked .pay-item-price {
    height: 26px;
    line-height: 26px
}

.pay-checked .pay-item-coin {
    display: block
}

.pay-checked i {
    display: inline-block
}

.checkout-accout {
    margin-left: 16px;
    color: #006fe1;
    font-weight: 500
}

.checkout-accout:hover {
    cursor: pointer
}

.checkout-accout span {
    color: #d5d7d8;
    cursor: default
}

.recharge {
    font-size: 0
}

.recharge .input-test {
    height: 50px;
    width: 300px
}

.recharge-gear {
    text-align: center;
    display: inline-block;
    width: 190px;
    height: 80px;
    margin: 0 24px 24px 0;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: top;
    border-radius: 4px;
    font-weight: 500
}

.recharge-gear .pay-yuan {
    height: 29px;
    color: #131415;
    font-size: 20px;
    display: block
}

.recharge-gear .kscoin {
    height: 22px;
    color: #969798;
    font-size: 16px;
    font-weight: 400
}

.recharge-gear .input-recharge {
    display: none;
}

.recharge-gear .pay-unit {
    color: #5e5e5e;
    font-size: 21px;
    display: block;
    height: 20px;
    display: inline-block
}

.recharge-gear .other-recharge {
    outline: none
}

.recharge-gear .other-recharge-text {
    font-size: 18px;
    line-height: 75px;
    color: #969798
}

.recharge-gear .com-input {
    display: none
}

.recharge-gear .input-yuan {
    height: 28px;
    color: #131415;
    font-size: 21px;
    display: block
}

.recharge-gear .input-kscoin {
    height: 22px;
    color: #969798
}

.recharge-gear:hover {
    cursor: pointer
}

.recharge .pay-gear-checked {
    border: 2px solid #ff5000;
    position: relative
}

.shold-pay {
    display: inline-block;
    color: #ff5000;
    font-size: 30px;
    height: 48px;
    line-height: 48px
}

.private {
    height: 17px;
    line-height: 17px;
    margin-top: 36px
}

.private .serve-policy {
    font-size: 12px
}

.private .serve-policy i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -22%;
    margin-right: 4px;
    cursor: pointer;
    background-image: url(../img/checkDefault.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #ccc
}

.private .serve-policy i.checked {
    background-image: url(../img/checked.png)
}

.private .serve-policy a {
    color: #006fe1
}

.go-button {
    font-size: 16px;
    display: inline-block;
    width: 176px;
    height: 48px;
    background: #666;
    text-align: center;
    line-height: 48px;
    color: #fff;
    border-radius: 24px;
    margin-top: 24px;
    cursor: pointer
}

.go-button.go-pay-checked {
    background: #ff5000
}

.loginbox{padding:25px;}
.loginbox .inputbox{margin:0 15px;}
.loginbox .pl-input-text{padding:15px 20px;border: 2px solid #ccc;border-radius: 10px;display:block; margin-bottom:20px;width:230px;}
.loginbtn{height: 42px;line-height: 42px; width: 85%;margin:0 auto;display: block;}

.payments .item-value span{
	width:100px;
	height:48px;line-height: 48px;
	border: 1px solid #eee;
	padding:0 6px;padding-left:60px;
	background-repeat: no-repeat;
	background-size: 40px 40px; 
	background-position:6px center;
	margin-right:10px;border-radius:5px;
}
.payments .item-value span.wxpay{background-image: url(../img/wxpay.png);}
.payments .item-value span.alipay{background-image: url(../img/alipay.png);}
.payments span.selected{border: 1px solid #ff5000;}

@media screen and (min-width: 980px) {
	.showmobile{
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.hidemobile{
		display:none;
	}
	.wapbox{
		margin-top:60px;
		background: url(../img/blur_bg.png) center center no-repeat;
		background-size: cover;
		padding:30px;
	}
	.wapbox .btn{
		display:block;
		padding:15px 20px;
		font-size:22px;
		margin:0 auto;
		margin-top:50px;
		background-color:#f73309;color:white; text-align:center;border-radius:5px;
	}
	.pics{margin:15px;padding-top:35px;}
	.pics img{max-width:100%;}
	
	.com-main-wrap {
		width: 100%;
	}
	.com-main-wrap .com-main {
		padding: 0;
	}
	.recharge-gear{
		width:47%;
		margin: 0 10px 10px 0;
	}

}
