/* reset */

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.5
}

body {
  background-color: #fff;
  color: #62697f;
  font-family: Microsoft YaHei, SimSun, \\5B8B\4F53, sans-serif
}

img {
  vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
li,
p,
ul {
  margin: 0
}

li,
ul {
  padding: 0;
  list-style: none
}

a {
  font-weight: 400;
  text-decoration: none;
  outline: none
}

.fl {
  float: left
}

.fr {
  float: right
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

.clear {
  clear: both
}

.app-wrapper {
  width: 1200px;
  margin: 0 auto
}

.app-main {
  padding-top: 100px;
  min-height: calc(100vh - 403px)
}

#root,
.app,
.app-layout {
  min-height: 100%
}

/* app-header */

.app-header {
  position: fixed;
  z-index: 99;
  top: 0;
  height: 100px;
  background-color: #fff;
  font-size: 18px;
  box-shadow: 0 0 27px rgba(50, 82, 96, .31);
  width: 100%
}

.app-header-logo {
  float: left;
  display: block;
  height: 43px;
  margin-top: 28px;
  margin-right: 30px;
  width: 185px
}

.app-header-logo img {
  width: 100%
}

.app-header-nav {
  float: left;
  list-style: none;
  margin: 0
}

.app-header-nav li {
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 30px 0
}
.app-header-nav li li {margin: 0px;}
.app-header-nav li a {
  padding: 0 7px;
  display: block;
  color: #62697f;
  text-decoration: none;
  transition: all .2s ease-in-out
}

.app-header-nav li a:hover {
  font-weight: 700;
  color: #62697f;
  text-decoration: none
}

.app-header-nav li a:hover:hover {
  color: #3abfbf
}

.app-header-right {
  float: right
}

.app-header-login,
.app-header-search input {
  float: right;
  height: 40px;
  line-height: 40px;
  margin: 30px 0
}

.app-header-search {
  float: right;
  width: 320px
}

.app-header-search input::-webkit-input-placeholder {
  color: #d8dfe4
}

.app-header-search input:-moz-placeholder,
.app-header-search input::-moz-placeholder {
  color: #d8dfe4
}

.app-header-search input:-ms-input-placeholder {
  color: #d8dfe4
}

.app-header-search input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 18px;
  border-bottom: 1px solid #8d99a5
}

.app-header-search input:focus {
  border-color: #3abfbf;
  transition: all .2s ease-in-out
}

.app-header-login .funs {
  cursor: pointer;
  padding: 0 15px
}

.app-header-login .funs:hover {
  font-weight: 700
}

.app-header-user {
  position: relative;
  height: 100px;
  float: right
}

.app-header-user .user-avatar {
  height: 68px;
  width: 68px;
  overflow: hidden;
  margin: 16px 0 16px 10px;
  border-radius: 100%
}

.app-header-user .user-avatar img {
  display: block;
  width: 100%;
  height: 100%
}

.app-header-user .user-dropmenu {
  position: absolute;
  z-index: 4;
  top: 100px;
  right: 0;
  font-size: 20px;
  border: 1px solid #d8dfe4
}

.app-header-user .user-dropmenu .user-dropmenu-wrapper {
  position: relative;
  z-index: 4;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px 30px;
  width: 100px;
  background-color: #fff
}

.app-header-user .user-dropmenu:before {
  content: "";
  position: absolute;
  right: 20px;
  top: -8px;
  z-index: 2;
  margin-left: -8px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10.4px solid #fff
}

.app-header-user .user-dropmenu:after {
  content: "";
  position: absolute;
  right: 18px;
  top: -10px;
  z-index: 1;
  margin-left: -10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #d8dfe4
}

.app-header-user .user-dropmenu-item {
  padding: 13px 5px;
  text-align: center;
  cursor: pointer
}

.app-header-user .user-dropmenu-item,
.app-header-user .user-dropmenu-item a {
  color: #62697f;
  transition: all .2s ease-in-out
}

.app-header-user .user-dropmenu-item:hover,
.app-header-user .user-dropmenu-item a:hover {
  color: #62697f;
  text-decoration: none
}

.app-header-user .user-dropmenu-item:hover:hover,
.app-header-user .user-dropmenu-item a:hover:hover {
  color: #3abfbf
}

.app-header-user .user-dropmenu-item.line {
  border-bottom: 1px solid #d8dfe4
}

/* app-footer */

.app-footer {
  margin-bottom: -403px;
  height: 303px;
  background-color: #34394b
}

.app-footer .app-footer-about {
  padding: 37px 0 33px;
  font-size: 13px
}

.app-footer .app-footer-about .about-left,
.app-footer .app-footer-about .about-right {
  float: left
}

.app-footer .app-footer-about .about-left {
  width: 360px;
  margin-right: 294px
}

.app-footer .app-footer-about .about-title {
  margin: 0 0 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 700
}

.app-footer .app-footer-about .about-info {
  color: #ccc;
  line-height: 22px
}

.app-footer .app-footer-copyright {
  padding: 20px 25px;
  border-top: 1px solid #62697f;
  font-size: 12px;
  color: #999
}

.app-footer .app-footer-copyright p {
  margin: 0 0 12px
}

.app-footer .app-footer-copyright .fitem {
  padding-right: 13px
}

.app-footer .app-footer-copyright a.fitem {
  padding-left: 13px;
  color: #999
}

.lazy-img {
  width: 100%;
  height: 100%;
  /* transition: all 0.3s; */
}
.app-wrapper {
    position:relative;
}

#z-ptrk {
    position: absolute;
    padding: 5px;
    display: inline-block;
    width: 80px;
    top: 27px;
    background: #25478c;
    border-radius: 5px;
    color: white;
    text-align: center;
    right: -90px;
    font-size: 16px;
    height: 23px;
    line-height: 23px;
}
