.font-size-32 {
  font-size: 32px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-20 {
  font-size: 20px;
}
.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: #fff;
  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: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-top: 16px;
}
.msg-box .success {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #3f9f00;
  color: #fff;
  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: #222;
}
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);
}
.banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .banner-title {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 160px 0 25px;
  text-align: center;
}
.banner .banner-title h1 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: normal;
}
.banner .banner-title h2 {
  font-size: 22px;
  color: #fff;
  margin: 30px 0 20px;
  font-weight: normal;
}
.banner .banner-title .title-h2-two {
  display: none;
  line-height: 1.6;
}
.banner .banner-title h3 {
  font-size: 22px;
  color: #fff;
  margin: 20px 0 90px;
  font-weight: normal;
}
.banner .banner-title .banner-btn {
  padding: 0 50px;
  height: 50px;
  background-color: #fe4066;
  border: 0;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  margin: 30px 0 25px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}
.banner .banner-title .banner-btn:hover {
  background-color: #ff5476;
}
.banner .banner-title .banner-btn:active {
  background-color: #ff365e;
}
.banner .banner-title .banner-btna {
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: #fe4066;
  border: 0;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  margin: 30px 0 25px;
  text-decoration: none;
  font-weight: bold;
}
.banner .banner-title .banner-btna:hover {
  background-color: #ff5476;
}
.banner .banner-title .banner-btna:active {
  background-color: #ff365e;
}
.banner .banner-title p {
  font-size: 16px;
  color: #ccc;
  margin: 10px 0;
}
.banner .banner-title .banner-footer {
  font-size: 12px;
  color: #f0f0f0;
  margin-top: 100px;
}
.banner .banner-title .banner-show-time {
  color: #fe4066;
}
.content {
  padding: 120px 0 50px;
  color: #222;
}
.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: 48px;
  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: #fff;
}
.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: #fff;
  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: #fff;
  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;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.idoc-ad a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.idoc-ad .idoc-ad-title {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.idoc-ad .idoc-ad-title:hover {
  text-decoration: underline;
}
.idoc-ad .ad-close {
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.upgrade {
  padding: 163px 4% 50px;
}
.upgrade h1 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  line-height: 150%;
  text-align: center;
  padding-bottom: 31px;
}
.upgrade .list {
  position: relative;
  max-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 12px auto 0;
}
.upgrade .list .iconfont {
  position: absolute;
  right: 24px;
  top: 0;
  line-height: 38px;
  z-index: 2;
  cursor: pointer;
}
.upgrade .list span {
  display: block;
  color: #aaa;
  line-height: 38px;
  font-size: 14px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 0 52px 0 22px;
  border: 1px solid #f0f0f0;
  border-radius: 40px;
  cursor: pointer;
}
.upgrade .list span.active {
  color: #000000;
}
.upgrade .list .team-sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 44px;
  left: 0;
  z-index: 1;
  max-height: 300px;
  overflow-y: auto;
  padding: 14px 0;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 15px rgba(14, 14, 14, 0.04);
          box-shadow: 0 4px 15px rgba(14, 14, 14, 0.04);
}
.upgrade .list .team-sub-menu li {
  font-size: 14px;
  line-height: 36px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px 0 36px;
  color: #000000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.upgrade .list .team-sub-menu li:hover,
.upgrade .list .team-sub-menu li.active {
  background-color: #f0f0f0;
}
.upgrade .list p {
  text-align: center;
  font-size: 14px;
  color: #8c8889;
}
.upgrade .list .error {
  color: #fe4066;
  text-align: left;
  padding-left: 23px;
  font-size: 12px;
  line-height: 32px;
  margin: 0;
  height: 32px;
}
.upgrade .list .code {
  border: 1px solid #f0f0f0;
  height: 40px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  padding: 0 22px;
  width: 100%;
  display: block;
  border-radius: 40px;
}
.upgrade .list .code::-webkit-input-placeholder {
  color: #aaa;
}
.upgrade .list .code::-moz-placeholder {
  color: #aaa;
}
.upgrade .list .code:-ms-input-placeholder {
  color: #aaa;
}
.upgrade .list .code::-ms-input-placeholder {
  color: #aaa;
}
.upgrade .list .code::placeholder {
  color: #aaa;
}
.upgrade button {
  display: block;
  width: 160px;
  border: none;
  color: #ffffff;
  background: #fe4066;
  line-height: 40px;
  border-radius: 40px;
  font-size: 14px;
  margin: 12px auto 55px;
  cursor: pointer;
}
.upgrade button:hover {
  background-color: #ff5476;
}
.upgrade .text {
  text-align: center;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
}
.upgrade .text a {
  color: #fe4066;
}
.upgrade .text br {
  display: none;
}
.upgrade .text .a1 {
  margin-right: 28px;
  border-bottom: 1px solid #fe4066;
}
.upgrade .smile-img {
  width: 99px;
  margin: 0 auto;
  height: 103px;
}
.upgrade .upgrade-success {
  display: none;
  text-align: center;
  padding-top: 24px;
}
.upgrade .upgrade-success h1 {
  font-size: 36px;
  font-weight: 400;
  max-width: 440px;
  line-height: 150%;
  margin: 15px auto 47px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.upgrade .upgrade-success p {
  line-height: 30px;
  color: #aaa;
  font-size: 14px;
  margin: 0;
}
.upgrade .upgrade-success p i {
  width: auto;
  font-style: normal;
}
.upgrade .upgrade-success p b {
  font-weight: normal;
  color: #000000;
  letter-spacing: 0;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
}
.upgrade .upgrade-success .button-warp {
  text-align: center;
}
.upgrade .upgrade-success .button-warp a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 160px;
  line-height: 40px;
  border-radius: 40px;
  color: #5c5758;
  background: #f0f0f0;
  margin: 15px 16px 0;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.upgrade .upgrade-success .button-warp a:hover {
  color: #ffffff;
  background: #fe4066;
}
@media screen and (max-width: 1340px) {
  .banner .header-content {
    width: 94%;
  }
  .content .idoc-content {
    width: 94%;
  }
}
@media screen and (max-width: 1130px) {
  .first-content .mockpup {
    font-size: 50px;
  }
  .upgrade h1 {
    font-size: 30px;
  }
  .upgrade .upgrade-success h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1099px) {
  .banner .header-content .nav .nav-menu {
    margin-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .banner .header-content .header-user,
  .banner .header-content .nav {
    display: none;
  }
  .banner .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) {
  .about .about-item video {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .upgrade h1 {
    font-size: 26px;
  }
  .upgrade .upgrade-success h1 {
    font-size: 26px;
  }
  .upgrade button {
    width: 120px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  .upgrade {
    padding: 100px 4% 50px;
  }
  .upgrade .text {
    line-height: 24px;
  }
  .upgrade .text .a1 {
    margin-right: 0;
  }
  .upgrade .text br {
    display: block;
  }
}
@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;
  }
}
