/*reset*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}
sub {
  vertical-align: baseline;
}
ul,
ol {
  list-style: none;
}
a img {
  border: none;
}
button {
  overflow: visible;
  outline: none;
  padding: 0;
}
button::-moz-focus-inner {
  padding: 0;
}
a,
input,
button,
select,
textarea,
div,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}
a {
  text-decoration: none;
}
/*common*/
html {
  -webkit-transform: traslateZ(0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
}
body {
  font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.clear-fix {
  *zoom: 1;
}
.clear-fix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.ofh {
  white-space: nowrap;
  word-wrap: normal;
  word-break: normal;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
html,
body {
  background: #fff;
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}
.loginMobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1501;
  margin-left: 0;
  padding: 0;
}
.loginPC {
  position: fixed;
  top: 160px;
  left: 50%;
  width: 622px;
  height: 368px;
  padding: 0;
  margin-left: -311px;
  z-index: 1501;
}
.loginMask {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1499;
  background-color: #000000;
  opacity: 0.4;
}
.nav {
  width: 100%;
  background: #000;
  height: 60px;
  position: relative;
}
.nav .nav-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 60px;
}
.nav .nav-logo {
  position: absolute;
  top: 14px;
  left: 15px;
  background: url("/img/logo.png") center center no-repeat;
  width: 168px;
  height: 32px;
  background-size: contain;
}
.nav .nav-list {
  overflow: hidden;
  padding-left: 220px;
}
.nav .nav-list .nav-item {
  float: left;
}
.nav .nav-list .nav-item a {
  display: block;
  padding: 0 10px;
  margin: 0 20px;
  height: 59px;
  line-height: 59px;
  font-size: 15px;
  color: #fff;
}
.nav .nav-list .nav-item a.active {
  border-bottom: 1px solid #006eff;
}
.nav .login-btn {
  cursor: pointer;
  width: 86px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #006fff;
  border-radius: 4px;
}
.nav .login-btn:hover {
  background: #157bff;
}
.nav .login-btn-pc {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #006fff;
  border-radius: 4px;
  display: inline-block;
  margin-left: 20px;
  width: 86px;
}
.nav .login-btn-pc:hover {
  background: #157bff;
}
.nav .login-bar-pc {
  position: absolute;
  top: 0;
  right: 15px;
}
.nav .login-bar-pc .new-xiaowei {
  display: flex;
  align-items: center;
  display: inline;
  border: 1px solid #8e8e8e;
  color: #8e8e8e;
  border-radius: 20px;
  padding: 3px 15px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}
.nav .user-name,
.nav .logout {
  display: inline-block;
  color: #fff;
  line-height: 60px;
  margin-left: 30px;
  cursor: pointer;
}
.nav .logout {
  cursor: pointer;
  margin-right: 15px;
}
.nav .nav-drop {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav .nav-inner {
    width: 100%;
  }
  .nav .nav-list,
  .nav .login-bar-pc {
    display: none;
  }
  .nav .nav-logo {
    position: absolute;
    top: 18px;
    left: 15px;
    background: url("/img/logo.png") center center no-repeat;
    width: 130px;
    height: 24px;
    background-size: contain;
  }
  .nav .icon-nav {
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 18px;
  }
  .nav .icon-open-nav {
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 18px;
    background: url("/img/nav-open.png") center center no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .nav .icon-close-nav {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 18px;
    background: url("/img/nav-close.png") center center no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .nav .nav-drop {
    z-index: 999;
    position: absolute;
    top: 60px;
    width: 100%;
    background: #000;
    color: #fff;
  }
  .nav .nav-drop-item {
    height: 60px;
    border-bottom: 1px solid #383838;
  }
  .nav .nav-drop-item a {
    padding-left: 30px;
    display: block;
    color: #fff;
    line-height: 60px;
    font-size: 16px;
  }
  .nav .nav-drop-item .new-xiaowei {
    display: flex;
    align-items: center;
    display: inline;
    border: 1px solid #8e8e8e;
    color: #8e8e8e;
    border-radius: 20px;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
  }
  .nav .login-btn-mobile {
    cursor: pointer;
    width: 86px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #006fff;
    border-radius: 4px;
    transform: translate(30px, 15px);
  }
  .nav .login-btn-mobile:hover {
    background: #157bff;
  }
}
.footer {
  text-align: center;
  margin: 20px 0;
}
a {
  text-decoration: none !important;
}
