.header {
  background: #000;
  height: 60px;
  line-height: 60px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
body {
  padding-top: 60px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  body {
    padding-top: 0px;
  }
}

.header .nav div:first-child .logo {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .nav div:last-child ul {
  float: right;
  font-size: 14px;
}

.header .nav div:last-child ul li {
  float: left;
}

.header .nav div:last-child ul li a {
  display: inline-block;
  width: 110px;
  height: 100%;
  text-align: center;
  text-decoration: none;
}

.header .nav div:last-child ul li:hover > a,
.footer nav li:hover > a {
  color: #21a07d;
}

.footer {
  background: #333;
  min-height: 204px;
}

.footer ul li {
  float: left;
}

.footer ul li a {
  display: inline-block;
  width: 120px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
}

.footer .beian p {
  padding: 5px 10px;
  color: #ccc;
  font-size: 12px;
}

.footer .wechat-code {
  position: relative;
}
.footer .wechat-code:hover > img {
  display: block;
}
.footer .wechat-code img {
  position: absolute;
  left: 0;
  top: -108px;
  padding: 10px;
  background: #333333;
  display: none;
  z-index: 99;
}

.footer .wechat-code img.active {
  display: block;
}

.frUrl {
  text-align: left;
  border-bottom: 1px solid #565656;
  padding-bottom: 10px;
}
.frUrl p {
  font-size: 16px;
  padding-left: 10px;
}
.frUrl a {
  text-decoration: none;
  padding: 0 10px;
}
.frUrl a:hover,
.frUrl a::selection {
  color: #fff;
}

.slider {
  position: fixed;
  width: 55px;
  padding: 10px 16px;
  top: 54%;
  right: 0;
  /* margin-top: -60px; */
  background: #2196f3;
  cursor: pointer;
}

.slider::before {
  content: '';
  display: block;
  background: url(../img/kefu.png) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.slider .slider-box {
  position: absolute;
  top: 0px;
  left: -280px;
  width: 256px;
  background: #fff;
  color: #aba0a0;
  display: none;
  border: 1px solid #e4e4e4;
  box-shadow: 5px 5px 10px #e2dcdc;
  z-index: 9999;
}

.slider .slider-box .close {
  padding-right: 10px;
  font-size: 18px;
}
.slider .slider-box ul {
  margin-top: 20px;
}
.slider .slider-box ul li {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  padding-top: 10px;
}

.slider .slider-box ul li a {
  color: #000;
  display: block;
}
.slider .slider-box ul li a p:first-child {
  color: #757373;
}
.slider .slider-box ul li a p:last-child {
  color: #949292;
}
.slider .slider-box .cs {
  width: 40px;
  height: 38px;
  background: #c1c1c1;
  border-radius: 20px;
}

.slider .slider-ad .code {
  width: 120px;
  height: 150px;
  font-size: 12px;
  color: #291b1b;
  font-weight: bold;
  display: none;
}

.page_banner {
  color: #fff;
  background: #000;
  width: 100%;
  height: 200px;
}

.page_banner strong {
  font-size: 30px;
  padding-top: 66px;
}
.page_banner p {
  padding-top: 16px;
}

/* 新增公众号 */
.mobile_gzh {
  text-align: center;
  margin-top: 20px;
  display: none;
}
.mobile_gzh img {
  width: 100px;
  height: 100px;
}
/* 移动端滑动菜单 背景 */
.clear.on {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent;
  z-index: 99;
}
/* 移动端滑动菜单 */
.mobiel_menu {
  width: 230px;
  display: block;
  position: absolute;
  background: #171717;
  /* padding-top: 50px; */
  top: 52px;
  bottom: 0px;
  transition: all 0.4s;
  opacity: 0.8;
  left: -230px;
  z-index: 99;
}
.mobiel_menu.on {
  display: block;
  opacity: 1;
  left: 0px;
}
.nav-bar {
  width: 20px;
  height: 30px;
  z-index: 999;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
}
.nav-bar > span {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 20px;
  height: 1px;
  margin-bottom: 6px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
}
.header li.after {
  position: relative;
}
/* .header li.after a::after {
    content: "0元试用";
    color: #fff;
    font-weight: bold;
    width: 82px;
    height: 40px;
    line-height: 45px;
    position: absolute;
    z-index: 2000;
    left: 15px;
    bottom: -21px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    background-image:url('../img/buy_img/bubbleZhuce.png');
    cursor: pointer;
    top: 38px;
} */
.header li.attract a {
  color: transparent;
  position: relative;
}
.header .nav div:last-child ul li.attract:hover > a {
  color: transparent;
}
.header li.attract a::after {
  content: '';
  position: absolute;
  width: 105px;
  height: 53px;
  background: url(/static/image/public/5-star-high-praise.gif);
  top: -1px;
  left: 0;
}
.header li.idVerify a {
  color: transparent !important;
  position: relative;
}
.header .nav div:last-child ul li.idVerify:hover > a {
  color: transparent;
}
.header li.idVerify a::after {
  content: '';
  position: absolute;
  width: 105px;
  height: 53px;
  background: url(/static/image/public/idverify.gif);
  top: -1px;
  left: 0;
}
/* 移动自适应 */
@media screen and (max-width: 1200px) {
  .header li.attract a::after {
    left: 50%;
    transform: translateX(-38%);
  }

  .header li.after a::after {
    display: none;
  }
  .logo {
    position: absolute;
    z-index: 999;
    left: 50%;
    margin-left: -53px;
  }
  .header div.pure-u-5-24 {
    width: 100%;
  }
  .header .menu {
    display: none;
  }
  .footer {
    color: #ccc;
  }
  .footer ul li a {
    color: #ccc;
    width: 90px;
  }
  .footer ul li:last-child {
    display: none;
  }
  .mobile_gzh {
    display: block;
  }
  .nav-bar {
    display: block;
  }
  .mobiel_menu ul li a {
    font-size: 14px !important;
  }
}
