html {
	font-size: 125%; /* 20梅16=125% min-font-size:12px bug*/
}
@media only screen and (min-width: 481px) {
html {
	font-size: 188%!important; /* 30.08梅16=188% */
}
}
@media only screen and (min-width: 561px) {
html {
	font-size: 218%!important; /* 38.88梅16=218% */
}
}
@media only screen and (min-width: 641px) {
html {
	font-size: 250%!important; /* 40梅16=250% */
}
}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font: inherit;
	vertical-align: baseline;
	font-family: "Microsoft YaHei"
}
body {
	font-family: "Microsoft YaHei";
	font-size: 0.7rem;
	color: #333;
	line-height: 0.7rem;
	width: 100%;
}
em {
	font-style: normal
}
li {
	list-style: none
}
a {
	text-decoration: none;
	outline: 0;
	color: #19b5ff;
}
img {
	border: none;
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
input, textarea {
	font-family: "Microsoft YaHei";
	padding: 0;
}
textarea {
	resize: none;
	overflow: auto;
}
textarea:focus {
	outline: none;
}
input:focus {
	outline: none;
}
.clear {
	zoom: 1
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.fl {
	float: left
}
.fr {
	float: right
}
h2{font-weight:bold}
/**充值**/
header{
	background: #19b5ff;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 0.9rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 97;
}
header a{
	color: #FFFFFF;
}
header ._left {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
header ._left img {
    height: 1rem;
    margin: 0.5rem 0 0 0.6rem;
}
.banner{
	width: 100%;
	min-height: 100px;
	background:pink;
	margin-top: 2.5rem;
	margin-bottom: 0.5rem;

}
.banner_new{
	width: 100%;
	min-height: 100px;
	max-height: 150px;;
	background:pink;
	margin-bottom: 0.3rem;
	overflow: hidden;
}
.banner_new img{
	width:100%;
	height:100%;
}
.person_wallet_recharge{
	width: 95%;
	height: auto;
	margin: 0 auto;
}
.person_wallet_recharge .ul{
	margin:  0.5rem 0;
}
.person_wallet_recharge .ul li{
	float: left;
    width: 30%;
    height: 2.9rem;
    text-align: center;
    border: 1px solid #CCCCCC;
    border-radius: 0.2rem;
    margin: 0px 1% 0.4rem 2%;
    box-sizing: border-box;
    color: #525252;
    position: relative;
}
.person_wallet_recharge .ul li h2{
	line-height:1.8rem;
}
.person_wallet_recharge .ul li p{
	line-height:1.5rem;
	margin-top:-0.7rem;
	font-size: 0.7rem;
}


.person_wallet_recharge .sel{
	background: url(../../images/iconfont-dagouxuanzhong.png);
	background-size: cover;
	height: 1rem;
    width: 1rem;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}
.person_wallet_recharge .ul li.current{
	color: #ff4c4c;
    border: #ff4c4c 1px solid;
}
.person_wallet_recharge .ul li:nth-child(1) .sel{
	display: none;
}
.Tips{
	text-align: left;
    background: #FFFAF0;
	border:1px solid #FFE4B5;
    color: #666;
    border-radius: 0.2rem;
    line-height:1rem;
	padding:1% 2%;
    height: auto;
    width: 96%;
    margin:0.5rem 0 0.5rem 0;
    font-size: 0.5rem;
}
.person_wallet_recharge .Tips span{	
    color: #FFA500;
}
.person_wallet_recharge .botton{
	text-align: center;
    background: #19b5ff;
    color: #fff;
    border-radius: 0.2rem;
    line-height: 2rem;
    height: 2rem;
    width: 100%;
    margin:0.5rem 0 0 0;
    font-size: 0.85rem;
}

.person_wallet_recharge .pic{
	width:100%;
	background: #FFFFFF;
	padding-left: 0%;
	line-height: 2rem;
	height: 2rem;
	color: #666;
    font-size:0.77rem;
    margin-bottom: 0;
	display:flex;
}
.person_wallet_recharge .pic span{	 
	width:30%;
	text-align:right;
}
.person_wallet_recharge .pic input{
	 flex:1;
	border: none;
	width: 69%;
	text-align:left;
	line-height: 1.8rem;
	height:100%;
}

.person_wallet_recharge .area_text{
	width:100%;
	background: #FFFFFF;
	padding-left: 0%;
	line-height: 1.8rem;
	height: 3.4rem;
	color: #666;
    font-size:0.77rem;
    margin-bottom: 0;
	display:inline-block;		
}

.person_wallet_recharge .area_text span{	 
	width:30%;
	float:left;
	text-align:right;
}
.person_wallet_recharge .area_text1 {
	width: 68%;
	height:100%;
	float:right;
	text-align:left;
	

}
.person_wallet_recharge .area_text1 textarea{
	border: none;
	width: 99%;
    line-height: 1.65rem;
	height:100%;

}


.platinfo{
	color: #333333;
	font-size: 0.9rem;
	font-weight:bold;
  }
.platinfonor{
	color: #333333;
	font-size: 0.9rem;
}
 input::-webkit-input-placeholder {
     /* placeholder颜色  */
        color: #cccccc;
		font-weight:normal;
		font-size: 0.7rem;
    }
.person_wallet_recharge .agreement{
	height: 1.6rem;
	padding-left: 3%;
	line-height: 1.6rem;
	font-size: 0.65rem;
}
.person_wallet_recharge .agreement p{
	color: #999999;
	font-size: 0.65rem;
}
.bott{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #eee;
	z-index: 99;
	text-align: center;
}
.p_cont{
	flex:1;-ms-flex:1;-webkit-flex:1;min-height: 10rem;padding-bottom: 2rem;
}
.disable-button{
  opacity:0.4;/*设置蒙版效果*/
  pointer-events:none;/*禁止鼠标事件*/

}
.nav{
	width:95%;
	height: 1rem;
	margin: 0 auto;
	text-align: center;
}
.nav ul li{
	float: left;
	line-height: 1rem;
	padding: 0px 4%;
	margin: 0px 2% 0px 4%;
	border-right:1px solid #CCCCCC;
}
.f-overlay{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.addvideo{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: #FFFFFF;
}
.addvideo h3{
	text-align: center;
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: 1rem;
	margin-bottom: 0.8rem;
}
.addvideo h3 span{
	color: red;
}
.addvideo ul li{
	background: #fff;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.75rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.8rem;
}
.addvideo ul li a{
	width: 90%;
	border: 1px solid red;
	display: block;
	margin: 0 auto;
	border-radius: 0.5rem;
	color: red;
}
.addvideo ul li.cal{
	background: #cccccc;
	width: 90%;
	margin: 0 auto 0.8rem auto;
	color: #FFFFFF;
}
.layui-m-layer0 .layui-m-layerchild{
	width: 50% !important; 
}
.layui-m-layercont{
	padding: 10px 20px !important;
}
.title{
	font-size:0.8rem;height:2rem;line-height:2rem;border-bottom: 1px #c2c2c2 solid;font-weight:bold;
}
.xuzhi{
	background: #FFFFFF; position: fixed;top: 6%; left: 5%;width: 90%;height: 88%; border: 1px #c2c2c2 solid; border-radius:3%;display:none;z-index:9999
}
.xuzhi_content{
	text-align: center;padding: 3%;
}
.xuzhi_content p {
	line-height:0.85rem;text-align:left;margin-top:0.5rem;
}
.xuzhi_bottom{
	position: absolute;bottom: 0;height:2rem; text-align: center;width: 100%;line-height: 2rem;font-size: 1rem;color: #19b5ff;border-top: 1px #c2c2c2 solid;
}
.xuzhi_bottom_p{
	color:#19b5ff; text-align:center;border-radius:0.2rem; line-height: 2rem; height:2rem; width:90%; margin:0 auto; font-size:0.85rem;
}
