@charset "utf-8";
* {
	position: relative;
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-weight: normal;
	cursor: default;
}
html,body {
    width: 100%;
    min-width: 320px;
    height: 100%;
	color:#404040;
	font-size: 16px;
    font-family: Arial, Tahoma, "Microsoft YaHei", "SimSun";
	/*background:#F0EFF5;*/
}
#myFooter * {
	font-size: 14px;
}
@media only screen and (min-width: 320px) {
	html,body{font-size:10px;}
 }
 @media (max-width:599px) and (min-width: 375px) {
	html,body{font-size:12px;}
 }
 @media (max-width:880px) and (min-width: 600px) {
	html,body{font-size:20px;}
 }
 @media (max-width: 1024px)  and (min-width: 881px) {
	html,body{font-size:30px;}
 }
 @media (max-width: 1200px) and (min-width: 1025px)  {
	html,body{font-size:34px;}
 }
 @media (max-width: 1676px) and (min-width: 1201px) {
	html,body{font-size:32px;}
 }
 @media (min-width: 1677px) {
	html,body{font-size:38px;  }
 }
html,body,fieldset,img,iframe,abbr {
	border:0;
}
i,cite,em,var,address,dfn {
	font-style:normal;
}
ul,li,ol {
	list-style:none;
}
pre,code,kbd,samp {
	font-family:inherit;
}
label,summary {
	cursor:default;
}
h1,h2,h3,h4,h5,h6,em,strong,b {
	font-weight:bold;
}
del,ins,u,s,a,a:hover {
	text-decoration:none;
}
textarea,input,button,select,keygen,legend {
	outline:0;
}
a,a:hover {
	color:#404040;
}
i,b,u,s {
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
input[type=submit],input[type=button],[class^=btn-],a,button {
	cursor:pointer;
	border:none
}
input,button,textarea,select,optgroup,option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit
}
input,select,img {
	vertical-align:middle
}
/* 清除ios输入框默认 */
input{
	/* ios 圆角 */
    border-radius: 0 !important;
	/* ios 点击高亮 */
    outline: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
	-o-tap-highlight-color: rgba(0,0,0,0);
	-ms-tap-highlight-color: rgba(0,0,0,0);
}
img,a{
	display: block;
}