/* CSS Document */
*{margin:0; padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,legend,button
form,fieldset,input,textarea,p,blockquote,th,td {   
　　padding: 0;   
　　margin: 0;   
}
/* 酌情修改 */
body {background:#f7f7f7;color:#333;font-size:12px; font-family:'microsoft yahei',Verdana,Arial,Helvetica,sans-serif;}

/* 短引用的内容可取值：''或"" */
q:before,q:after {content:"";}  


fieldset,img,abbr,acronym {border: 0 none;}
abbr,acronym {font-variant: normal;}
legend {color:#000;}


address,caption,cite,code,dfn,em,strong,th,var {   
　　font-weight: normal;   
　　font-style: normal;   
}

/* 上下标 */
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {   
　　border-collapse: collapse;   
　　border-spacing: 0;   
}   

/* 表格标题及内容居左显示 */
caption,th {text-align: left;}
input,img,select {vertical-align:middle;}

/* 清除列表样式 */
ol,ul {list-style: none; margin:0px; padding:0px;}  

/* 输入控件字体 */
input,button,textarea,select,optgroup,option {
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

/* 标题元素样式清除 */ 
h1,h2,h3,h4,h5,h6 {   
　　font-weight:normal;
　　font-size: 100%;   
}   

em,i{ font-style:normal;}

/* 链接样式，颜色可酌情修改 */
a {text-decoration:none; color:#1f1f1f;}
a:link {color:#333;}
a:visited {color:#333;}
a:hover,a:active,a:focus {color:#1a8dde; text-decoration:none;} 

/* 鼠标样式 */
input[type="submit"] {cursor: pointer;}
button {cursor: pointer;}
input::-moz-focus-inner { border: 0; padding: 0;}
input{ outline:none;}
.common_buttom:hover{ background:#23a5b5;}
.common_buttom:active{ background:#107c89;}

/*隐藏*/
.hide{ display:none;}

/*外边距*/
.ml10{ margin-left:10px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml40{ margin-left:40px;}
.mt20{ margin-top:20px;}
.ml5{ margin-left:5px;}



/*宽度*/
.w1100{ width:1100px; margin:0 auto;}
.clear {clear:both;}
.cover{ position:fixed; left:0px; top:0px; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:2;}













