.msg-box {
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 10px 20px;
  min-width: 400px;
  max-width: 900px;
  z-index: 10;
  font-size: 14px;
}
.msg-box .warning {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  background-color: #fe4066;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  margin-top: 16px;
}
.msg-box .success {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #22ac38;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 16px;
}
.msg-box p {
  color: #fe4066;
}
.idoc {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #353030;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}
button {
  outline: none;
}
ul,
li {
  list-style: none;
}
.spec {
  color: #fe4066;
}
.lan {
  color: #0074ff;
}
.zep {
  color: #ff9400;
}
.idoc-background {
  color: #fe4066;
  background-color: rgba(254, 64, 102, 0.1);
}
.lan-background {
  color: #0074ff;
  background-color: rgba(41, 120, 255, 0.1);
}
.zep-background {
  color: #ff9400;
  background-color: rgba(246, 152, 51, 0.1);
}
.header-content {
  width: 80%;
  max-width: 1100px;
  padding-top: 20px;
  margin: auto;
  position: relative;
}
.header-content .banner-title {
  width: 80%;
  max-width: 1100px;
  margin: 250px auto 0;
  padding-bottom: 25px;
  text-align: center;
}
.header-content .banner-title h1 {
  font-size: 55px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
}
.header-content .banner-title h2 {
  font-size: 22px;
  color: #ffffff;
  margin: 30px 0 20px;
  font-weight: normal;
}
.header-content .banner-title .title-h2-two {
  display: none;
  line-height: 1.6;
}
.header-content .banner-title h3 {
  font-size: 22px;
  color: #ffffff;
  margin: 20px 0 90px;
  font-weight: normal;
}
.header-content .banner-title .banner-btn {
  padding: 0 50px;
  height: 50px;
  background-color: #fe4066;
  border: 0;
  border-radius: 25px;
  color: #ffffff;
  font-size: 16px;
  margin: 30px 0 25px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}
.header-content .banner-title .banner-btn:hover {
  background-color: #ff5476;
}
.header-content .banner-title .banner-btn:active {
  background-color: #ff365e;
}
.header-content .banner-title .banner-btna {
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: #fe4066;
  border: 0;
  border-radius: 25px;
  color: #ffffff;
  font-size: 16px;
  margin: 30px 0 25px;
  text-decoration: none;
  font-weight: bold;
}
.header-content .banner-title .banner-btna:hover {
  background-color: #ff5476;
}
.header-content .banner-title .banner-btna:active {
  background-color: #ff365e;
}
.header-content .banner-title p {
  font-size: 16px;
  color: #ccc;
  margin: 10px 0;
}
.header-content .banner-title .banner-footer {
  font-size: 12px;
  color: #f0f0f0;
  margin-top: 100px;
}
.header-content .banner-title .banner-show-time {
  color: #fe4066;
}
.content {
  padding: 50px 0;
  color: #353030;
  width: 100%;
}
.content .spc {
  color: #fe4066;
}
.content .title-line {
  width: 50px;
  height: 2px;
  background-color: #fe4066;
  display: inline-block;
}
.content .title-diamond {
  width: 20px;
  height: 20px;
  background-color: #fe4066;
  display: inline-block;
}
.content .idoc-content {
  width: 80%;
  max-width: 1100px;
  margin: auto;
  text-align: center;
  position: relative;
}
.content .idoc-content h1 {
  font-size: 55px;
  font-weight: normal;
  margin-bottom: 50px;
}
.content .idoc-content p {
  font-size: 14px;
  color: #707070;
  margin-bottom: 5px;
}
.content .idoc-content ul,
.content .idoc-content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subscribe {
  padding: 150px 0;
  color: #ffffff;
}
.subscribe h1 {
  margin: 0 !important;
  font-size: 40px !important;
}
.subscribe p {
  font-size: 22px !important;
  margin: 40px 0 !important;
  color: #f0f0f0 !important;
}
.subscribe .footer-btn {
  padding: 0 70px;
  height: 40px;
  color: #ffffff;
  background-color: #fe4066;
  border: 0;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}
.subscribe .footer-btn:hover {
  background-color: #ff5476;
}
.subscribe .footer-btn:active {
  background-color: #ff365e;
}
.subscribe .footer-btna {
  padding: 0 70px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #ffffff;
  background-color: #fe4066;
  border: 0;
  border-radius: 20px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
.subscribe .footer-btna:hover {
  background-color: #ff5476;
}
.subscribe .footer-btna:active {
  background-color: #ff365e;
}
.subscribe h4 {
  font-size: 14px;
  color: #ccc;
  margin-top: 50px;
}
.about .about-item {
  margin: 50px 0;
}
.about .about-item h2 {
  font-size: 24px;
  color: #444;
  font-weight: normal;
}
.about .about-item ul {
  margin-top: 50px;
}
.about .about-item li {
  color: #fe4066;
}
.about .about-item li span {
  font-size: 14px;
  line-height: 2;
}
.about .about-item li a {
  color: #fe4066;
  text-decoration: none;
  font-size: 14px;
  line-height: 2;
}
.about .about-item.server {
  padding-top: 50px;
}
.about .about-item.wx {
  margin-bottom: 150px;
  padding-top: 50px;
}
.about .about-item.wx img {
  margin-top: 50px;
}
.about .about-item video {
  width: 700px;
  margin: 50px 0;
  -webkit-box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
          box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}
.idoc-ad {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #fe4066;
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.idoc-ad a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.idoc-ad .idoc-ad-title {
  font-size: 18px;
  font-weight: bold;
}
.idoc-ad .ad-close {
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1340px) {
  .header-content {
    width: 94%;
  }
  .content .idoc-content {
    width: 94%;
  }
  footer .footer-content {
    width: 94%;
  }
}
@media screen and (max-width: 1120px) {
  .first-content .mockpup {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .header-content .header-user,
  .header-content .nav {
    display: none;
  }
  .header-content .nav-menu-icon {
    display: inline-block;
  }
}
@media screen and (max-width: 900px) {
  .content .idoc-content h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 860px) {
  .first-content .mockpup {
    font-size: 32px;
  }
}
@media screen and (max-width: 840px) {
  .header-content {
    padding-top: 40px;
  }
  .header-content .logo {
    font-size: 18px;
  }
  .header-content .logo i {
    font-size: 26px;
  }
  .header-content .nav-menu-icon {
    top: 42px;
  }
  .about .about-item video {
    width: 98%;
  }
}
@media screen and (max-width: 640px) {
  .header-content .logo {
    font-size: 16px;
  }
  .header-content .nav-menu-icon {
    top: 40px;
  }
}
@media screen and (max-width: 460px) {
  .subscribe h1 {
    font-size: 28px !important;
  }
  .about .about-item.server {
    padding-top: 0;
  }
  .about .about-item.wx {
    margin-bottom: 60px;
    padding-top: 0;
  }
}
