/********** pc端reset初始化样式 ***********/
@charset "utf-8";
body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,input,textarea{padding: 0;margin: 0;}
* {margin: 0;padding: 0;}
i{font-style: normal;}
a{text-decoration: none;color: inherit;}
li{list-style: none;}
img{vertical-align: middle;border: 0;}
input,textarea{outline: none;background: none;}
input,textarea,select{color: inherit;font-size: inherit;font-family: inherit;}
textarea{resize:none;}
input[type="button"],input[type="submit"],input[type="reset"]{cursor: pointer;}
/************** 公共样式 ****************/
html{font-family: "微软雅黑","宋体",Arial;font-size: 12px;color: #666;}
.w{width: 1080px;margin-left: auto;margin-right: auto;}
.sl{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.cl:after{content: "";display: block;clear: both;height:0;overflow:hidden;visibility: hidden;}
/* .cl:after,.cl{content:"after"; after:"after"} */
.cl{zoom: 1;}
.clear,.clearfix{zoom:1}
.clear:after,.clearfix:after{content:' ';display:block;clear:both;height:0;visibility:hidden}
.hidden,.hide{display:none}
/* a:hover{color: #4DB8EF;} */
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    font-size: 14px;
    color: #999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #999;
    font-size: 14px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #999;
    font-size: 14px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #999;
    font-size: 14px;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.hide {
  display: none;
}

@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('../font/iconfont.ttf') format('truetype');
}

/* @font-face {
  font-family: "hxb"; 
  src: url('../font/hxb.otf');
} */


.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hxb {
  font-family: "hxb" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



