@charset "utf-8";
/* base */
*{
    margin: 0;padding: 0
}
body {
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
    color: #747474;
    line-height: 1.5;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background-color: #fff;
}

body a{
    outline: none;
    -webkit-outline:none;
    -moz-outline:none;
    blr:expression(this.onFocus=this.blur());
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}
img ,
hr {
    vertical-align: middle;
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img, input {
    border: none
}
ol li, ul li {
    list-style: none
}
a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
    color: #727171;
}

.clearFix {
    *zoom: 1;
}

.clearFix:before,
.clearFix:after {
    content: "";
    display: table;
}

.clearFix:after {
    clear: both;
}
* , ::active, ::focus {
    -webkit-tap-highlight-color: transparent!important;
    -webkit-focus-ring-color: transparent!important;
    outline: 0!important
}
em, i {
    font-style: normal
}
a{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
    display: block;
    width: 100%;
}
.disn {
    display: none
}
@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1459235415_4770627.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/font_1459235415_4770627.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

    url('//at.alicdn.com/t/font_1459235415_4770627.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/font_1459235415_4770627.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/font_1459235415_4770627.svg#iconfont') format('svg'); /* iOS 4.1- */

}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?o8lg77');
  src:  url('fonts/icomoon.eot?o8lg77#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?o8lg77') format('truetype'),
    url('fonts/icomoon.woff?o8lg77') format('woff'),
    url('fonts/icomoon.svg?o8lg77#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wechat:before {
  content: "\e900";
  color: #fff;
}
.icon-sina:before {
  content: "\e901";
  color: #fff;
}
.icon-wxapp:before {
  content: "\e902";
  color: #fff;
}
