html {
	font-size: 16px;
}

@media only screen and (min-width: 319px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 359px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 374px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 383px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 411px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 413px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 479px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 559px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 599px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 639px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 719px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 767px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 799px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 958px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 1078px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 1279px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 1439px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 1599px) {
	html {
		font-size: 100px !important;
	}
}

@media only screen and (min-width: 1910px) {
	html {
		font-size: 120px !important;
	}
}

/*@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('iconfont1.otf');
  
}*/

*{
	margin: 0;
	padding: 0;
}

*:hover{
	-webkit-tap-highlight-color: transparent;
}
a{ text-decoration: none!important;}
a:active,a:visited,a:hover{
	text-decoration: none!important;
	-webkit-tap-highlight-color: transparent;
}
input,button,select,textarea{
	outline:none;
}

body{
	margin: 0!important;
	width: 100%;
	/*font-family: "方正兰亭准黑";*/
}
li{
	list-style-type: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#A6A7B2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#A6A7B2;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#A6A7B2;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#A6A7B2;
}
.ValidateBox1 {
	font-size: 0.15rem;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 10px;
	border: 0;
	border-bottom: 1px solid #EFEFEF;
	outline: none;
	letter-spacing: 1px;
}
.ValidateBox1{
	width: 100%;
	font-size: 0.15rem;
	padding: 10px 0;
	margin-bottom: 10px;
	border: 0;
	border-bottom: 1px solid #EFEFEF;
	outline: none;
}
.yan {
	position: absolute;
	top: 0;
	right: 0;
	width: 1rem;
	cursor: pointer;
	vertical-align: middle;
	height: 0.32rem;
}