body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { 
	margin:0; 
	padding:0; 
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}   
body { background:#fff; color:#333; font-size:12px; font-family:"Microsoft Yahei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Pingfang SC",  "WenQuanYi Micro Hei", sans-serif; }  
/* body {font-family: "Microsoft Yahei",Arial, "WenQuanYi Micro Hei", sans-serif; }  */  
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;}
td,th,caption { text-align: left;font-weight: normal;}   
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}   
a { color: inherit; text-decoration:none; }     
img,a img,iframe { border:none; }  
ol,ul,li { list-style:none; } 
 /* input, textarea, select, button {font-size: 100%; font-family:Verdana,Helvetica,Arial,sans-serif; }  */
input, textarea, select, button {font-size: 100%; font-family:inherit; }   
select {margin: inherit;}
input,textarea{outline: none;}

table { border-collapse:collapse; }   
html {overflow-y: scroll;}   

:focus {outline: 0;}

q:before,
q:after {
    content: "";
}


* html .clearfix {
    height: 1%;
}

/* 设置文字不能被选中 */
.select{
    -webkit-user-select:none;
     -moz-user-select:none;
     -ms-user-select:none;
     user-select:none;
}


/*滚动条样式*/
body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0.01rem;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0.01rem;
}
body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 0.05rem;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 0.05rem rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

/* 页面加载完之前的遮罩层样式 */
.load{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
	width: 100%;
	height: 100%;
	background: #fff;
}

/* --ie清除--*/

 select.sec2-select::-ms-expand{ display: none; }

/* --火狐、谷歌清除--*/

select.sec2-select{
     appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
     background: url(../img/arrow.png) no-repeat scroll 175px center transparent;
     padding-right: 30px;
     padding-left: 15px;
}
/* 清除浮动 */
.clear{
	clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}


/* 浮动 */
.fl{
	float: left;
}
.fr{
	float: right;
}

/* 定位 */
.pa{position: absolute;}
.pr{position: relative;}


.main{width: 1200px;margin: 0 auto;}