body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, ul, dl, dt, dd, a, i, b, em, strong, img, input {
  margin: 0;
  padding: 0;
}

b, strong, i, em {
  font-weight: normal;
}

body, html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1200px;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::selection {
  background: #D03333;
  color: white;
  text-shadow: none;
}

/* ::-webkit-scrollbar-track-piece {
  width: 6px;
  background-color: #f2f2f2
} */

/* ::-webkit-scrollbar {
  width: 8px;
  height: 8px
} */

/* ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, .3);
} */

/* ::-webkit-scrollbar-thumb:hover {
  background: #707070;
} */

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.clearfix {
  zoom: 1;
}

input {
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
}

textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}

body {
  /* letter-spacing: 0.8px; */
  /* font-size: 18px; */
  color: #333;
  font-family: "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img, input, select {
  vertical-align: top;
}

img {
  display: block;
  border: none;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.wrapwedrive {
  width: 1200px;
  margin: 0 auto;
}

/*common*/
.ht_top {
  width: 100%;
  background: #fafafa url(../images/nav_bg.gif) repeat-x 0 0;
}

.ht_top .zt_top {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
}

.ht_top h1 a {
  float: left;
  width: 131px;
  height: 40px;
  overflow: hidden;
  text-indent: -100em;
  background: url(../images/logo.gif) no-repeat;
  font-size: 12px;
}

.ht_top .topnav {
  float: right;
  color: #333;
  font-size: 12px;
  line-height: 40px;
}

.ht_top .topnav a {
  padding: 0 8px;
  color: #333;
}

.ht_top .topnav a:hover {
  color: #e4393c;
  text-decoration: underline;
}

/* .footer {
  min-width: 1200px;
  clear: both;
  text-align: center;
  border-top: 1px solid #d1d1d1;
  padding: 40px 0 40px 0;
  position: relative;
}

.footer p {
  line-height: 36px;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.footer p a {
  font-size: 16px;
}

.footer p span {
  padding: 0 5px;
} */

.mob_header, .m-footer {
  display: none;
}

.header_btn.active {
  display: none;
}

.header_login {
  position: relative;
  float: left;
  margin-left: 14px;
}

.header_login ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  box-shadow: 0 0 10px #ddd;
  z-index: 4;
}

.header_login ul li {
  width: 100px;
  height: 40px;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  transition: background .5s ease;
}

.header_login ul a {
  display: block;
}

.header_login ul li:hover {
  background-color: #5266d4;
}

.header_login ul li:last-child {
  border-bottom: none;
}

.ht_top .header_login ul li:hover a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1080px) {
  .header_login.active:hover ul {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  body, html {
    min-width: auto;
    font-size: 1.2rem;
  }

  .wrapwedrive {
    width: 94%;
  }

  .ht_top {
    display: none;
  }

  .mob_header {
    display: block;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: .3rem 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    font-size: .65rem;
  }

  .m_logo {
    display: block;
    width: 6rem;
    height: 1.5rem;
    margin-left: .5rem;
    background-image: url(../images/mob_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: -999em;
  }

  .m-footer {
    display: block;
    color: #fff;
    text-align: center;
    height: 2.5rem;
    width: 100%;
    font-size: 0.7rem;
    line-height: 2.5rem;
    background-color: #333;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }

  .header_login {
    display: block;
    float: right;
    margin: 0 .5rem 0 0;
    text-align: right;
  }

  .header_login ul {
    top: 1.8rem;
    left: auto;
    right: -.5rem;
  }

  .header_login ul li {
    width: 4rem;
    height: 1.5rem;
    border-bottom: 0.025rem solid #ddd;
    line-height: 1.5rem;
    font-size: .7rem;
  }

  .user_name {
    float: right;
  }

  .index {
    margin-right: 1rem;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
