/*css代码重置*/
@charset "utf-8";

ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0;
    padding:0;
    border:none;
    list-style:none;
}
input {border:none;}
.lf   {float:left;}
.rt   {float:right;}
.clear{clear:both;}
a       {color:#666;text-decoration:none;}
a:hover {color:#429DF3;text-decoration:none;}
img{
	border:none;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
}
body{
	width:100%;
	color:#fff;
     margin:0;
    padding:0;
    /*overflow:hidden;*/
	overflow-scrolling : touch;
	-webkit-overflow-scrolling : touch;
	tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	font: 100% "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

/*html {*/
  /*font-size: 20px;*/
  /*overflow:hidden;*/
  /*background: #09060D !important;*/
/*}*/
/*@media only screen and (min-width: 400px) {*/
  /*html {*/
    /*font-size: 21.33333333px !important;*/
  /*}*/
/*}*/
/*@media only screen and (min-width: 414px) {*/
  /*html {*/
    /*font-size: 22.08px !important;*/
  /*}*/
/*}*/
/*@media only screen and (min-width: 480px) {*/
  /*html {*/
    /*font-size: 25.6px !important;*/
  /*}*/
/*}*/
img{
	width: 100%;
	max-width: 100%;
}