/*重置*/
*{margin:0;padding:0;font-family:"微软雅黑";}
img {border:none;outline:none;max-width:100%;}
li{ list-style:none;}
a{text-decoration:none;display:block;outline:none;color:#555;}
select::-ms-expand {display: none;}
select {
	border:none;
	background:none;
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}

.h-mobile-foot input[type=text]{width:2em !important;display:inline-block;}
input,textarea{border:none;background:none;}
input:focus,textarea:focus,select:focus{outline:none;}
input[type=text],textarea{
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari 和 Chrome */
	border-radius: 0; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}

.clear:after{clear:both; content:'.';display:block;width:0;height:0;visibility:hidden;}
.clear{zoom:1;}

.radius{
-moz-border-radius: 50%; /* Firefox */
-webkit-border-radius: 50%; /* Safari 和 Chrome */
border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}

.radius5{
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}

.radius12{
-moz-border-radius: 12px; /* Firefox */
-webkit-border-radius: 12px; /* Safari 和 Chrome */
border-radius: 12px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}

.radius15{
-moz-border-radius: 15px; /* Firefox */
-webkit-border-radius: 15px; /* Safari 和 Chrome */
border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}


.shadow{-moz-box-shadow: 10px 10px 20px #000; /* Firefox */
-webkit-box-shadow: 10px 10px 20px #000; /* Safari 和 Chrome */
box-shadow: 10px 10px 20px #000; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}

.tran{transition: all 1s;
-moz-transition: all 1s; 
-webkit-transition: all 1s; 
-o-transition: all 1s; }


.cent{
	width:1000px;
	height:auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);}

/*透明度*/
.opa{opacity:0.8;filter:alpha(opacity=80);}

.fr{float:right;}
.fl{float:left;}
