body{
	position: relative;
}
#ticket-box>div>button#main{
	width: 100%;
	background: #ffffff;
}
form{
	background: #ffffff;
	padding-top:76px;
	overflow: hidden;
}
fieldset{
	padding: 0;
	margin: 0;
}
.am-hide{
	display:none;
}
.am-img{
	background: #FFFFFF;
	border: 1px solid #ff6600;
	cursor: pointer;
	background: url(../images/active.png) no-repeat;
	background-position:100% 100%;
	transform: none !important;
}
#edui1_iframeholder{
	height: 300px !important;
}
/*充值方式*/
#method img{
	cursor: pointer;
	border: 1px solid #b1b1b1;
	border-radius: 4px;
	/*transition: 0.4s;
	transition-timing-function:ease-in-out;*/
}
#method img:hover{
	border-color: #FF7000;
	/*transform: rotateY(0deg);*/
	
}
.am-img{
	background: #FFFFFF;
	border: 1px solid #ff6600 !important;
	background: url(../images/active.png) no-repeat;
	background-position:100% 100%;
}
/*.am-img:hover, .am-img:focus{
	transform:none !important;
}*/
#method-box{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 40px;
}
#method{
	width: 68%;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#method label{
	margin: 0 16px 16px 0;
}
#other{
	margin: 0;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
}

/*汇款凭证*/
#remittance-box{
	width: 100%;
	display: flex;
    display: -webkit-flex;
	flex-direction: row;
	flex-wrap:nowrap;
	margin-bottom: 56px;
	display: none;
}
#title{
	width: 146px;
	font-size: .16rem;
	line-height:.44rem ;
	color: #333333;
	text-align: right;
	margin-right:40px;
	border-radius: 6px;
}
#editor-box{
	width: 80%;
}


/*充值金额*/
#money-box{
	display: flex;
    display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
}
/*#monery-right{
	width: 80%;
}*/
#money{
	margin-bottom: 40px;
	margin-right: 0 !important;
	position: relative;
}
#money input{
	background: none;
	font-size: .16rem;
	line-height: 42px;
	color: #666666;
	text-indent: .1rem;
	width: 580px;
	padding: 0;
	border-radius: 3px;
	font-weight: bold;
	text-indent: 1em;
}

#money span{
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 42px;
	text-align: center;
	font-size: .16rem;
	line-height: .42rem;
	float: right;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#cccccc;
    font-weight: normal;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#cccccc;
   font-weight: normal;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#cccccc;
   font-weight: normal;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#cccccc;
   font-weight: normal;
}
#Other-amount{
	margin: 0;
	padding: 0;
	display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
#Other-amount>li{
	width: 100px;
	height: 42px;
	border: 1px solid #F37B1D ;
	border-radius: 24px;
	color: #666666;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
	font-size:.18rem;
	line-height: .42rem;
	color: #F37B1D ;
}
#Other-amount>li:hover{
	background: #F37B1D ;
	color: #ffffff;
}
#Other-amount>li:hover a{
	background: #F37B1D ;
	color: #ffffff;
}
#Other-amount>li>a{
	font-size:.18rem;
	line-height: .42rem;
	color: #F37B1D ;
}
#money-box>div>p{
	font-size: .16rem;
	color: #999999;
	line-height: .24rem;
	margin: 14px 0 40px 0;
}
#money-box>div>p span{
	color: #000000;
}
#ticket-box{
	display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/*#ticket-right{
	width: 80%;
}*/
#ticket-box>div>select{
	width: 580px;
	height: 42px;
	outline: none;
	font-size: .16rem;
	line-height: 44px;
	color: #999999;
	text-indent: .1rem;
	padding: 0;
	border-radius: 3px;
}
#ticket-box>div>button{
	height: 44px;
	color: #FFFFFF;
	font-size: .16rem;
	border: none;
	border-radius: 31px;
	outline: none;
	margin-top: 40px;
	margin-bottom:80px ;
	padding: 0 30px;
  	/*box-shadow: 0px 0px 4.68px 1.32px rgba(245, 118, 18, 0.16);*/
}

#account-box{
	width: 100%;
	display: none;
	display: flex;
	margin-bottom: 56px;
}
.hint{
	font-size: .16rem;
	line-height: .24rem;
	color: #FF6600;
	margin: 0 0 26px 0;
	
}
#account{
	width: 100%;
	margin: 0;
	overflow-x: auto;
	padding: 0 20px;
	font-size: 16px;
}
#account ul{
	background: #fbfbfb;
	border: 1px dashed #cccccc;
	border-radius: 4px;
	box-sizing: border-box;
	width: 360px;
	margin-top: 20px !important;
	padding:20px;
}
#account ul{
	margin-right: 20px !important;
}
#account ul li{
	line-height: 2;
}
@media only screen and (max-width: 640px){
	#account{
		padding: 0;
	}
	#account ul{
		width: 100%;
	}
	#account ul:last-child{
		margin-left: 0 !important;
	}
}
@media only screen and (min-width:1024px) and (max-width: 1220px) {
	#title{
		width: 16%;
		margin-right: 20px;
	}
	#monery-right{
		width: 65%;
	}
	#money input{
		width: 100%;
	}
	#ticket-right{
		width: 65%;
	}
	#ticket-box>div>select{
		width: 100%;
	}
}
@media only screen and (min-width:640px) and (max-width: 1024px){
	#title{
		width: 130px;
		margin-right: 20px;
	}
	#method{
		width: 68%;
	}
	#monery-right{
		width: 65%;
	}
	#money input{
		width: 100%;
	}
	#ticket-right{
		width: 65%;
	}
	#ticket-box>div>select{
		width: 100%;
	}
}
@media (max-width:640px){
	#account-box{
		padding: 0;
	}
	#account table tr>th{
		padding: 0 20px;
	}
	#account table tr>td{
		padding: 0 20px;
	}
	.hint{
		margin: 0 0 10px 0;
	}
	form{
		padding: 20px;
	}
	#method{
		width: 68% !important;
	}
	#method label{
		margin-right: 0 !important;
		width: 100%;
		text-align: right;
	}
	#other{
		justify-content: space-between;
		margin-top: 20px !important;
	}
	#account-box{
		flex-wrap: wrap;
	}
	#account{
		width: 100% !important;
	}
	#ticket-right{
		width: 100% !important;
	}
	#ticket-box>div>select{
		width: 100% !important;
	}
	#ticket-box>div>button{
		height: 40px;
		width: 110px;
		margin: 40px 0;
	}
	#money-box>div>p{
		margin: 20px 0 20px 0;
	}
	#monery-right{
		width: 100% !important;
	}
	#money{
		width: 100% !important;
	}
	#money input{
		width: 100% !important;
	}
	#Other-amount{
		justify-content: space-between !important;
		
	}
	#Other-amount>li{
		width: 76px !important;
		margin: 0 !important;
	}
	#title{
		width: auto !important;
		text-align: left !important;
		margin-right: 0;
	}
	#remittance-box{
		flex-wrap:wrap;
	}
	#editor-box{
		width: 100% !important;
	}
}

/*微信支付模态窗口*/
#modal-box{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
#modal{
	width: 400px;
	height: 440px;
	border-radius: 10px;
	margin: 0 auto;
	vertical-align: middle;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f8f8f8;
    position: relative;
}
#modal:hover #hint{
	display: block;
}
.am-modal-hd{
	line-height: .4rem;
}
#wechat-pay{
	color: #09bb07;
	line-height: .42rem;
}
.am-modal-bd{
	padding: 20px !important;
	border: none;
}
.am-modal-ft{
	line-height: .4rem;
}
.am-modal-ft span{
	color: #09bb07;
}
#hint{
	position: absolute;
	left: -254px;
	top: -45px;
	height: 100%;
	display: none;
}
#hint img{
	width: auto;
	height: auto;
}
/*支付成功*/
#paymentOk{
	text-align: center;
	width: 500px;
}
#centered{
	padding:0 0 30px;
}
#centered svg{
	font-size: 1.8rem;
}
#centered h4{
	text-align: center;
	font-size: .2rem;
	color: #f7d856;
	margin:0;
}
ul#trench{
	width: 100%;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    display: flex;
    margin: .3rem 0;
    padding: 0 .20rem;
	color: #fafafa;
	display: flex;
	flex-direction:row ;
	flex-wrap: wrap;
}
ul#trench li{
	font-size: .16rem;
	line-height: .3rem;
	width: 50%;
}
ul#sum{
	margin: 0;
	color: #fafafa;
}
div#sum p{
	color: #fafafa;
	margin: 0;
	font-size: .16rem;
}
div#sum h2{
	color: #fafafa;
	margin: 0;
	font-size: .26rem;
	margin:20px 0 50px;
}
#paymentOk button{
	background: none;
	font-size: .16rem;
	line-height: .30rem;
	color: #fafafa;
	outline: none;
	border: 1px solid #fafafa;
	padding: 0 22px;
	border-radius: 6px;
	
}
#paymentOk button:hover{
	border-color: #f7d856;
	color: #f7d856;
}
/*模态窗口end*/