@charset "utf-8";
/* 公共样式*/
*{margin: 0;padding: 0;}
html {border:0px;-webkit-font-smoothing: antialiased; /* 字体优化反锯齿 */}
/* 清除默认margin与padding */
body,h1,h2,h3,h4,h5,h6,p,figure,pre,dl,dd,blockquote {margin:0;}
input,legend,input,textarea,button {padding:0;}
ul,ol,form,fieldset,th,td {margin:0;padding:0;}
body,div,td ,p{margin:0px; padding:0px; border:0px; font-family:微软雅黑,Microsoft yahei,Arial,Verdana,Tahoma,sans-serif;}
input,select,textarea {margin:0px; padding:0px; font-family:微软雅黑,Microsoft yahei,Arial,Verdana,Tahoma,sans-serif;}
form,img,dl,dt,dd,iframe {margin:0px; padding:0px; border:0px;}
ul,li,ol {margin:0px; padding:0px; border:0px; list-style-type:none;}
a,input,textarea {outline:none;}
html { font-size: 62.5% }
body { font-size: 12px; font-size: 1.2rem;}

/* 去除a默认的链接下划线，链接默认为黑色。 */
a {color:inherit;text-decoration:none; cursor:pointer;}
a:hover {text-decoration:none; cursor:pointer;}
a:active {color:inherit;}
img,input,button,label {vertical-align:middle;}
em,i,address {font-style:normal;}
[disabled] {cursor:not-allowed;}

/* 使webkit内核搜索框样式可自定义 */
input[type='search'] { -webkit-appearance:textfield;}

/* 移除IE默认滚动条，禁止水平拖动  */
textarea {overflow:auto;resize:none;}

/* table */
table {border-collapse:collapse;border-spacing:0;}
.table {width:100%;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.table th,.table td {padding:10px;line-height:1.4em;border-right:1px solid #ddd;border-bottom:1px solid #ddd;text-align:left;border-collapse: collapse;}
/* h1-h6字号更改  */

h1, h2, h3, h4, h5, h6 { font-weight: 500; }


/*浮动的样式 */
.fl { float: left; }
.fr { float: right; }
.clear:after{ content: ''; line-height: 0; font-size: 0; clear: both; display: block; visibility: hidden}

/*文本溢出隐藏并出现省略号*/
.ellipsis{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.clamp{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}

/*去除点击超链接时的蓝色背景色*/
a,a:hover,a:active,a:visited,a:link,a:focus{
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
body{background: #f5f5f5;}

/*公共样式*/
.center{width: 1200px;margin: 0 auto}