@font-face {
  font-family: 'Metropolis-Bold';
  src: url('./fonts/Metropolis-Bold.woff2');
}
.idoc-buy-body {
  padding-top: 188px;
}
.idoc-buy-body .idoc-buy-price {
  max-width: 1184px;
  margin: 0 auto;
  width: 92%;
  padding-top: 90px;
}
.idoc-buy-body .idoc-buy-price,
.idoc-buy-body .idoc-buy-price * {
  box-sizing: border-box;
}
.idoc-buy-body .idoc-buy-price::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.idoc-buy-body .idoc-buy-price .cloud-item {
  float: left;
  width: 25%;
  padding: 0 8px;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border: 1px solid #D8D9DB;
  border-radius: 8px;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-head {
  position: relative;
  border-radius: 8px 8px 0 0;
  padding: 41px 31px 0;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-head::before {
  content: '';
  width: 100%;
  left: 0;
  top: 0;
  height: 8px;
  position: absolute;
  border-radius: 8px 8px 0px 0px;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-head .title {
  font-size: 24px;
  color: #151B26;
  line-height: 34px;
  font-weight: 600;
  display: block;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-head .title .item-head-right {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 8px;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-head .text {
  font-size: 14px;
  color: #151B26;
  line-height: 24px;
  margin-top: 7px;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content {
  padding: 11px 24px 10px;
  min-height: 761px;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-price {
  padding-bottom: 38px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-price .price-now {
  color: #8c8889;
  font-size: 14px;
  padding-left: 15px;
  height: 55px;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-price .price-now .price {
  font-weight: 600;
  font-size: 48px;
  color: #000;
  position: relative;
  padding-right: 5px;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-price .price-now .price:before {
  content: '￥';
  font-size: 16px;
  position: absolute;
  left: -18px;
  top: -4px;
  line-height: 36px;
  bottom: 0;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-price .price-now .ent {
  line-height: 55px;
  font-size: 16px;
  color: #000;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-price .price-text {
  font-size: 12px;
  color: #8c8889;
  line-height: 18px;
  height: 18px;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-price .button {
  display: block;
  text-align: center;
  max-width: 216px;
  border: 2px solid transparent;
  line-height: 44px;
  font-size: 15px;
  margin: 14px auto 0;
  border-radius: 8px;
  transition: 0.3s;
  color: #ffffff;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-price .button:hover {
  color: #ffffff;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-text {
  padding: 25px 6px 22px 6px;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-text p {
  font-size: 14px;
  line-height: 22px;
  color: #151B26;
  margin-top: 10px;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-text p:first-child {
  margin-top: 0;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-text p .word-right {
  float: right;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-title {
  margin-top: 12px;
  position: relative;
  text-align: center;
  font-size: 0;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-title::before {
  top: 10px;
  content: '';
  width: 100%;
  left: 0;
  background: #f0f0f0;
  position: absolute;
  height: 1px;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #ffffff;
  font-size: 14px;
  line-height: 20px;
  color: #151B26;
  padding: 0 15px;
  font-weight: 600;
}
.idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-title p {
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
  color: #727F8A;
}
.idoc-buy-body .idoc-buy-price .cloud-item-basic .item-wrap .item-head::before {
  background-color: #6D7278;
}
.idoc-buy-body .idoc-buy-price .cloud-item-basic .item-wrap .item-content .item-price .price-now .price {
  color: #151B26;
}
.idoc-buy-body .idoc-buy-price .cloud-item-basic .item-wrap .item-content .item-price .button {
  border-color: #151B26;
  color: #151B26;
}
.idoc-buy-body .idoc-buy-price .cloud-item-basic .item-wrap .item-content .item-price .button:hover {
  background-color: #151B26;
}
.idoc-buy-body .idoc-buy-price .cloud-item-pro .item-wrap .item-head::before {
  background-color: #FF2A6C;
}
.idoc-buy-body .idoc-buy-price .cloud-item-pro .item-wrap .item-content .item-price .button {
  border-color: #FF2A6C;
  color: #FF2A6C;
}
.idoc-buy-body .idoc-buy-price .cloud-item-pro .item-wrap .item-content .item-price .button:hover {
  background-color: #FF2A6C;
}
.idoc-buy-body .idoc-buy-price .cloud-item-ultimate .item-wrap .item-head::before {
  background-color: #F7A600;
}
.idoc-buy-body .idoc-buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .button {
  border: none;
  line-height: 48px;
  color: #ffffff;
  background-color: #F7A600;
}
.idoc-buy-body .idoc-buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.idoc-buy-body .idoc-buy-price .cloud-item-Enterprise .item-wrap .item-head::before {
  background-color: #0066E5;
}
.idoc-buy-body .idoc-buy-price .cloud-item-Enterprise .item-wrap .item-content .item-price {
  border-bottom-color: transparent;
}
.idoc-buy-body .idoc-buy-price .cloud-item-Enterprise .item-wrap .item-content .item-price .price-now {
  padding-left: 0;
}
.idoc-buy-body .idoc-buy-price .cloud-item-Enterprise .item-wrap .item-content .item-price .button {
  border: none;
  line-height: 48px;
  background-color: #0066E5;
}
.idoc-buy-body .idoc-buy-price .cloud-item-Enterprise .item-wrap .item-content .item-price .button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.idoc-buy-body .idoc-buy-price .cloud-item-Enterprise .item-wrap .item-content .item-text {
  text-align: center;
}
.idoc-buy-body .go-to-duibi {
  display: block;
  width: 110px;
  margin: 50px auto 0;
  text-align: center;
  color: #fe4066;
}
.idoc-buy-body .go-to-duibi span {
  font-size: 16px;
  display: block;
  line-height: 26px;
  margin-bottom: 3px;
}
.buy {
  padding-top: 188px;
}
.buy .buy-title1 {
  text-align: center;
  padding: 0 4%;
  letter-spacing: 0;
}
.buy .buy-title1 .get-btn {
  display: inline-block;
  width: 240px;
  height: 56px;
  background: #fe4066;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 56px;
}
.buy .buy-title1 .get-btn:hover {
  opacity: 0.8;
}
.buy .buy-title1 h1 {
  font-size: 48px;
  line-height: 150%;
  color: #000000;
  font-weight: 600;
}
.buy .buy-title1 p {
  font-size: 20px;
  line-height: 150%;
  color: #5C5758;
  margin-top: 7px;
}
.buy .buy-title1 p.h2-title-phone {
  display: none;
}
.buy .buy-title1 .title-h-tip {
  font-size: 16px;
  text-align: center;
  color: #8c8889;
  line-height: 24px;
  font-weight: normal;
  margin-top: 8px;
}
.buy .buy-title2 {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  padding-top: 56px;
  margin-bottom: 64px;
}
.buy .buy-title2:before {
  width: 20px;
  height: 20px;
  background: #fe4066;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -10px;
  content: '';
  border-radius: 4px;
}
.buy .idoc-buy {
  max-width: 936px;
  margin: 82px auto 80px;
  width: 92%;
  letter-spacing: 0;
}
.buy .idoc-buy::after {
  clear: both;
  display: block;
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
}
.buy .idoc-buy .buy-item {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
  padding: 0 16px;
}
.buy .idoc-buy .buy-item:nth-of-type(1) .buy-item-content .buy-btn {
  background: #ffffff;
  color: #fe4066;
}
.buy .idoc-buy .buy-item:nth-of-type(1) .buy-item-content .buy-btn:hover {
  opacity: 0.8;
  color: #fe4066;
  background: #ffffff;
  border: 2px solid #fe4066;
}
.buy .idoc-buy .buy-item:nth-of-type(3) .buy-item-content {
  border-top: 8px solid #009dff;
}
.buy .idoc-buy .buy-item:nth-of-type(3) .buy-item-content .buy-btn {
  color: #ffffff;
  background: #009dff;
  border: 2px solid #009dff;
  margin: 0 auto 24px;
}
.buy .idoc-buy .buy-item:nth-of-type(3) .buy-item-content .buy-btn:hover {
  opacity: 0.8;
  background: #009dff;
  border: 2px solid #009dff;
}
.buy .idoc-buy .buy-item.ent .buy-item-content .buy-btn {
  margin: 30px auto 20px;
}
.buy .idoc-buy .buy-item .buy-item-content {
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  height: 600px;
  text-align: center;
  padding: 50px 10px 20px;
  border-radius: 4px;
  border-top: 8px solid #fe4066;
}
.buy .idoc-buy .buy-item .buy-item-content h2 {
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  font-weight: 600;
}
.buy .idoc-buy .buy-item .buy-item-content .price {
  margin: 28px 0 35px;
  text-align: center;
  line-height: 40px;
}
.buy .idoc-buy .buy-item .buy-item-content .price b {
  color: #fe4066;
  font-size: 32px;
  position: relative;
  vertical-align: bottom;
  display: inline-block;
}
.buy .idoc-buy .buy-item .buy-item-content .price b::before {
  content: '￥';
  position: absolute;
  font-size: 12px;
  left: -13px;
  top: -8px;
  font-weight: 400;
}
.buy .idoc-buy .buy-item .buy-item-content .price strong {
  color: #fe4066;
  font-size: 32px;
  position: relative;
  vertical-align: bottom;
  display: inline-block;
}
.buy .idoc-buy .buy-item .buy-item-content .price span {
  font-size: 14px;
  color: #8c8889;
  vertical-align: bottom;
  display: inline-block;
  line-height: 30px;
}
.buy .idoc-buy .buy-item .buy-item-content .buy-btn {
  cursor: pointer;
  width: 120px;
  line-height: 36px;
  border: 2px solid #fe4066;
  font-size: 16px;
  border-radius: 40px;
  display: block;
  background: #fe4066;
  box-sizing: border-box;
  margin: 0 auto 64px;
  color: #ffffff;
}
.buy .idoc-buy .buy-item .buy-item-content .buy-btn:hover {
  background: #ff5476;
  border-color: #ff5476;
  color: #ffffff;
}
.buy .idoc-buy .buy-item .buy-item-content h3 {
  padding: 10px 0;
  position: relative;
}
.buy .idoc-buy .buy-item .buy-item-content h3::before {
  content: '';
  position: absolute;
  width: 144px;
  left: 50%;
  top: 50%;
  background: #8c8889;
  height: 1px;
  margin: -1px 0 0 -72px;
}
.buy .idoc-buy .buy-item .buy-item-content h3 span {
  display: block;
  max-width: 92px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #000000;
  line-height: 27px;
}
.buy .idoc-buy .buy-item .buy-item-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #8c8889;
  margin-bottom: 8px;
}
.buy .idoc-buy .buy-item .buy-item-content p .spec-span {
  font-size: 12px;
  color: #aaa;
  display: block;
}
.buy .idoc-buy .buy-item .buy-item-content .other {
  margin-bottom: 10px;
}
.buy .idoc-buy .buy-item .buy-item-content .other p {
  font-size: 14px;
  line-height: 24px;
}
.buy .idoc-buy .buy-item .buy-item-content:hover {
  transition: 0.3s;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.buy .idoc-list .tab {
  text-align: center;
  margin-top: 35px;
}
.buy .idoc-list .tab span {
  font-size: 18px;
  color: #8C8889;
  line-height: 22px;
  margin: 0 40px;
  padding-bottom: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.buy .idoc-list .tab span:hover {
  color: #fe4066;
}
.buy .idoc-list .tab .active {
  position: relative;
  color: #fe4066;
}
.buy .idoc-list .tab .active::after {
  content: '';
  width: 40px;
  height: 5px;
  background: #fe4066;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.buy .idoc-list .function-box {
  background-color: #F9F9F9;
  padding-bottom: 74px;
}
.buy .idoc-list .idoc-function {
  display: none;
  text-align: center;
  max-width: 1230px;
  box-sizing: border-box;
  padding-left: 3%;
  margin: 0 auto;
  font-size: 0;
}
.buy .idoc-list .idoc-function.active {
  display: block;
}
.buy .idoc-list .idoc-function .function-item {
  margin-top: 56px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20%;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}
.buy .idoc-list .idoc-function .function-item h5 {
  font-size: 18px;
  color: #000000;
  position: relative;
  line-height: 28px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.buy .idoc-list .idoc-function .function-item h5::before {
  content: '';
  width: 11px;
  height: 3px;
  background: #fe4066;
  position: absolute;
  left: 0;
  bottom: 0;
}
.buy .idoc-list .idoc-function .function-item p {
  font-size: 12px;
  line-height: 22px;
  color: #8c8889;
}
.buy .idoc-problem {
  letter-spacing: 0;
  margin: 96px 0 115px;
}
.buy .idoc-problem .que-content {
  overflow: hidden;
  width: 92%;
  max-width: 1090px;
  margin: 0 auto;
  text-align: center;
}
.buy .idoc-problem .que-content .que-item {
  vertical-align: top;
  width: 44%;
  display: inline-block;
  text-align: left;
}
.buy .idoc-problem .que-content .que-item:nth-child(2n) {
  margin-left: 10%;
}
.buy .idoc-problem .que-content .que-item h3 {
  margin: 49px 0 18px;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.buy .idoc-problem .que-content .que-item p {
  font-size: 14px;
  line-height: 24px;
  color: #8c8889;
}
.buy .idoc-problem .que-content .que-item p a {
  color: #fe4066;
}
.buy .mock-table {
  letter-spacing: 0;
  margin: 120px auto;
  max-width: 1250px;
  width: 92%;
}
.buy .mock-table .table-box {
  margin-bottom: 40px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.buy .mock-table .table-head {
  border: 1px solid #eee;
}
.buy .mock-table table {
  border-collapse: collapse;
  width: 100%;
  color: #5c5758;
}
.buy .mock-table table th {
  width: 16%;
  padding: 19px 0;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #F9F9F9;
  border-bottom: 1px solid #eee;
  line-height: 22px;
}
.buy .mock-table table th.th-first {
  width: 20%;
  text-align: left;
  background-color: #ffffff;
  font-size: 22px;
  color: #353030;
}
.buy .mock-table table th.th-first::before {
  content: '';
  display: inline-block;
  height: 22px;
  width: 4px;
  background-color: #fe4066;
  vertical-align: bottom;
  margin-right: 10%;
}
.buy .mock-table table td {
  width: 15%;
  padding: 10px 0;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.buy .mock-table table td .iconfont {
  color: #fe4066;
  font-size: 20px;
}
.buy .mock-table table .first {
  width: 20%;
  padding-left: 3%;
  text-align: left;
  font-size: 14px;
  word-wrap: break-word;
  word-break: normal;
  box-sizing: border-box;
}
.buy .mock-table table .title {
  font-weight: bold;
  position: relative;
  display: table-cell;
}
.buy .mock-table table .title::before {
  content: '';
  position: absolute;
  color: #fe4066;
  left: 2%;
  top: 50%;
  margin-top: -2px;
  font-size: 22px;
  width: 4px;
  height: 4px;
  background-color: #fe4066;
  border-radius: 3px;
}
.buy .mock-table table .title a {
  color: #fe4066;
}
.buy .mock-table table .line {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #8c8889;
  vertical-align: middle;
}
.buy .mock-table table tbody tr:first-child td {
  padding-top: 18px;
}
.buy .mock-table table tbody tr:first-child td.title::before {
  margin-top: 2px;
}
.buy .mock-table table tbody tr:last-child td {
  padding-bottom: 18px;
}
.buy .warp {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 3;
  left: 0;
  top: 0;
}
.buy .warp .warp-content {
  max-width: 1250px;
  width: 92%;
  margin: 0 auto;
}
.buy .go-super-content {
  max-width: 1168px;
  width: 92%;
  margin: 60px auto 0;
  background: url('/images/buy/pic1.png') no-repeat right center #FBFCFC;
  background-size: auto 100%;
  border-radius: 16px;
  padding: 45px 30px 40px 48px;
  box-sizing: border-box;
}
.buy .go-super-content .titles {
  overflow: hidden;
}
.buy .go-super-content .titles span {
  display: block;
  font-size: 28px;
  line-height: 38px;
  color: #151B26;
  float: left;
}
.buy .go-super-content .titles img {
  display: block;
  float: left;
  width: 24px;
  margin: 7px 0 0 12px;
}
.buy .go-super-content p {
  margin: 16px 0 23px;
  line-height: 22px;
  color: #151B26;
  font-size: 14px;
}
.buy .go-super-content a {
  display: block;
  width: 120px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(145deg, #3f3e3e 7%, #000000 95%);
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
}
.buy .contact-us {
  background-color: #F6F7F8;
  padding: 120px 0 85px;
  margin: 120px 0 0;
  text-align: center;
  font-size: 0;
}
.buy .contact-us .contact-item {
  display: inline-block;
  width: 50%;
  max-width: 460px;
  padding: 28px 0 28px 32px;
  background-color: #ffffff;
  border: 1px solid #F0F0F0;
  margin: 0 16px 35px;
  text-align: left;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.buy .contact-us .contact-item:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.buy .contact-us .contact-item:hover .desc h3 {
  color: #fe4066;
}
.buy .contact-us .contact-item img {
  width: 70px;
  vertical-align: top;
}
.buy .contact-us .contact-item .desc {
  display: inline-block;
  margin-left: 20px;
}
.buy .contact-us .contact-item .desc h3 {
  color: #353030;
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 10px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.buy .contact-us .contact-item .desc p {
  font-size: 14px;
  color: #8c8889;
}
.buy .contact-us a::before {
  position: absolute;
  content: '推荐';
  width: 48px;
  height: 20px;
  top: 0;
  left: 0;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  background-color: #fe4066;
  border-bottom-right-radius: 8px;
}
.buy .contact-us .collaboration-item::before {
  display: none;
}
.buy .contact-us .holder {
  display: none;
}
.idoc .hotline {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.idoc .hotline .hotline-box {
  width: 330px;
  padding: 48px;
  border-radius: 8px;
  background-color: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.idoc .hotline .hotline-box i {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 16px;
  color: #8C8889;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.idoc .hotline .hotline-box i:hover {
  color: #fe4066;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.idoc .hotline .hotline-box img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
.idoc .hotline .hotline-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #3d3838;
}
.idoc .hotline .hotline-box .name {
  margin: 38px 0 5px;
}
.idoc .hotline .hotline-box .tel {
  font-size: 30px;
  margin-bottom: 20px;
}
.idoc .hotline .hotline-box .line {
  width: 16px;
  height: 4px;
  background: #fe4066;
  margin: 24px 0 58px;
}
.idoc .hotline .hotline-box p {
  font-size: 14px;
  color: #8c8889;
  line-height: 21px;
}
.idoc .buy-title2 {
  margin-bottom: 64px;
}
.idoc .idoc-list {
  background-color: #F9F9F9;
  padding-top: 80px;
}
.idoc .idoc-list .idoc-function {
  width: 90%;
}
.idoc .idoc-problem {
  margin: 120px auto;
}
.idoc .idoc-problem .que-item {
  border-top: 1px solid #F0F0F0;
  padding: 34px 47px;
  cursor: pointer;
}
.idoc .idoc-problem .que-item:hover h3 {
  color: #fe4066;
}
.idoc .idoc-problem .que-item:hover h3 i {
  color: #fe4066;
}
.idoc .idoc-problem .que-item:last-of-type {
  border-bottom: 1px solid #f0f0f0;
}
.idoc .idoc-problem .que-item h3 {
  color: #353030;
  font-size: 16px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
}
.idoc .idoc-problem .que-item h3 i {
  position: absolute;
  right: 0;
  top: 0;
  color: #BBBBBB;
  font-size: 22px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.idoc .idoc-problem .que-item .answer {
  display: none;
}
.idoc .idoc-problem .que-item .answer p {
  font-size: 14px;
  color: #5C5758;
  line-height: 22px;
  margin-top: 22px;
}
.idoc .idoc-problem .que-item .answer p a {
  color: #fe4066;
}
.idoc .idoc-problem .que-item .answer p a:hover {
  text-decoration: underline;
}
.idoc .idoc-problem .que-item .answer p span {
  display: inline-block;
  margin: 0 20px;
  width: 1px;
  height: 16px;
  background-color: #8c8889;
  vertical-align: middle;
}
.mockplus .idoc-buy .buy-item .buy-item-content {
  height: 860px;
}
.mockplus .idoc-buy .buy-item .buy-item-content h2 {
  padding-bottom: 10px;
}
.mockplus .idoc-buy .buy-item .buy-item-content .price {
  text-align: left;
  padding-left: 34%;
  position: relative;
  margin: 17px 0 0;
}
.mockplus .idoc-buy .buy-item .buy-item-content .price b {
  font-size: 24px;
  color: #8c8889;
  line-height: 35px;
  vertical-align: bottom;
}
.mockplus .idoc-buy .buy-item .buy-item-content .price .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 10%;
  top: 0;
  cursor: pointer;
  transition: 0.3s;
}
.mockplus .idoc-buy .buy-item .buy-item-content .price .icon::before {
  display: block;
  content: '';
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  margin: 13px auto 0;
  border: 1px solid #8c8889;
  border-radius: 100%;
}
.mockplus .idoc-buy .buy-item .buy-item-content .price .mark {
  display: inline-block;
  vertical-align: bottom;
  line-height: 26px;
  cursor: pointer;
}
.mockplus .idoc-buy .buy-item .buy-item-content .price.active b {
  font-size: 32px;
  color: #fe4066;
  line-height: 40px;
}
.mockplus .idoc-buy .buy-item .buy-item-content .price.active .icon::before {
  background: #8c8889;
}
.mockplus .idoc-buy .buy-item .buy-item-content p {
  min-height: 16px;
}
.mockplus .idoc-buy .buy-item .buy-item-content .buy-btn {
  margin: 30px auto 20px;
}
.mockplus .idoc-buy .buy-item:nth-of-type(3) .buy-item-content .active b {
  color: #009dff;
}
.mockplus .mock-list {
  text-align: center;
  margin-top: 120px;
}
.mockplus .mock-list p {
  width: 92%;
  margin: 35px auto 0;
  font-size: 16px;
  color: #8c8889;
  line-height: 34px;
}
.mockplus .mock-list p a {
  color: #fe4066;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: 0.3s;
}
.mockplus .mock-list p a:hover {
  border-color: #fe4066;
}
.mockplus .mock-list .more {
  width: 120px;
  line-height: 40px;
  color: #ffffff;
  background: #fe4066;
  border-radius: 40px;
  display: block;
  margin: 23px auto 0;
}
.pay {
  letter-spacing: 0;
  padding: 56px 0 220px;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.pay .clear-space {
  width: 92%;
  margin: 0 auto;
  max-width: 800px;
}
.pay .clear-space .logo {
  font-size: 32px;
  color: #fe4066;
  margin-bottom: 30px;
  text-align: center;
}
.pay .clear-space h1 {
  font-size: 18px;
  background: #f8f6f6;
  color: #000000;
  line-height: 50px;
  border-radius: 4px;
  padding: 0 16px;
}
.pay .clear-space .pay-list {
  padding-top: 7px;
}
.pay .clear-space .pay-list .item {
  margin-top: 28px;
  padding-left: 110px;
  position: relative;
}
.pay .clear-space .pay-list .item::after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.pay .clear-space .pay-list .item .left {
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  color: #8c8889;
}
.pay .clear-space .pay-list .item .buy-version {
  width: 73px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-right: 12px;
}
.pay .clear-space .pay-list .item .buy-version.active-version {
  background: #ecf6ff;
  color: #353030;
  border: 1px solid #009DFF;
}
.pay .clear-space .pay-list .item .buy-version.disabled {
  pointer-events: none;
  color: #d2d2d2;
  cursor: default;
}
.pay .clear-space .pay-list .item .version-duibi {
  color: #fe4066;
  font-size: 14px;
  line-height: 40px;
  margin-left: 20px;
}
.pay .clear-space .pay-list .item .version-duibi:hover {
  text-decoration: underline;
}
.pay .clear-space .pay-list .item .account {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.pay .clear-space .pay-list .item .team {
  box-sizing: border-box;
  width: 240px;
  border: 1px solid #f0f0f0;
  height: 40px;
  position: relative;
}
.pay .clear-space .pay-list .item .team span {
  padding: 0 12px;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
}
.pay .clear-space .pay-list .item .team .select {
  padding-right: 20px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pay .clear-space .pay-list .item .team .iconfont {
  position: absolute;
  right: 14px;
  font-size: 14px;
  top: 0;
  color: #000000;
  line-height: 38px;
}
.pay .clear-space .pay-list .item .team .drop-select {
  padding: 0 0 10px;
  display: none;
  background: #ffffff;
  position: absolute;
  width: 100%;
  top: 38px;
  left: -1px;
  border: 1px solid #f0f0f0;
  z-index: 10;
  max-height: 220px;
  overflow-y: auto;
}
.pay .clear-space .pay-list .item .team .drop-select span {
  line-height: 22px;
  margin-top: 10px;
  transition: 0.3s;
}
.pay .clear-space .pay-list .item .team .drop-select span:hover {
  color: #fe4066;
}
.pay .clear-space .pay-list .item .team .drop-select .active {
  color: #fe4066;
}
.pay .clear-space .pay-list .item .team .drop-select::-webkit-scrollbar {
  width: 5px;
}
.pay .clear-space .pay-list .item .team .drop-select::-webkit-scrollbar-track {
  background: url("/images/scroll-line.png") repeat-y center;
  width: 1px;
}
.pay .clear-space .pay-list .item .team .drop-select::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.pay .clear-space .pay-list .item .note {
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  color: #8C8889;
}
.pay .clear-space .pay-list .item .team-version-tip {
  font-size: 14px;
  line-height: 24px;
}
.pay .clear-space .pay-list .item.item-tab {
  padding-left: 0;
  margin-bottom: 36px;
}
.pay .clear-space .pay-list .item.item-tab span {
  margin: 0 16px;
  display: inline-block;
  padding-bottom: 5px;
  cursor: pointer;
}
.pay .clear-space .pay-list .item.item-tab span:first-of-type {
  margin-left: 0;
}
.pay .clear-space .pay-list .item.item-tab span.active {
  color: #fe4066;
  border-bottom: 2px solid #fe4066;
}
.pay .clear-space .pay-list .item .count {
  cursor: pointer;
  width: 20px;
  height: 40px;
  float: left;
  position: relative;
  color: rgba(53, 48, 48, 0.8);
  font-size: 16px;
  line-height: 40px;
}
.pay .clear-space .pay-list .item .input-count {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin: 0 11px;
  float: left;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.pay .clear-space .pay-list .item .people-text {
  float: left;
  padding: 8px 0 0 30px;
  font-size: 12px;
  line-height: 24px;
  color: #8c8889;
  opacity: 0;
}
.pay .clear-space .pay-list .item .people-text a {
  color: #fe4066;
}
.pay .clear-space .pay-list .item .price {
  position: relative;
  font-size: 32px;
  line-height: 42px;
  color: #fe4066;
  padding: 0 0 0 18px;
  font-family: Metropolis-Bold;
}
.pay .clear-space .pay-list .item .price::before {
  content: '￥';
  font-size: 20px;
  position: absolute;
  left: 0;
  line-height: 36px;
  bottom: 0;
}
.pay .clear-space .pay-list .buy-method .buy-method-list {
  cursor: pointer;
  position: relative;
  width: 200px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  padding: 9px 12px 0 12px;
  height: 64px;
  float: left;
  margin-right: 16px;
  border-radius: 4px;
}
.pay .clear-space .pay-list .buy-method .buy-method-list h6 {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}
.pay .clear-space .pay-list .buy-method .buy-method-list p {
  font-size: 14px;
  color: #fe4066;
  line-height: 24px;
}
.pay .clear-space .pay-list .buy-method .buy-method-list p .price-del {
  color: #8c8889;
  text-decoration: line-through;
}
.pay .clear-space .pay-list .buy-method .buy-method-list .discount {
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  background: #ffb300;
  right: 12px;
  top: 8px;
  border-radius: 4px;
  text-align: center;
  width: 40px;
}
.pay .clear-space .pay-list .buy-method .active {
  background: #ecf6ff;
  border-color: #009dff;
}
.pay .clear-space .pay-list .top-line {
  border-top: 1px solid #f0f0f0;
  margin: 40px 0;
}
.pay .clear-space .pay-list .limit-box {
  display: none;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  padding: 50px 0;
  margin-top: 32px;
}
.pay .clear-space .pay-list .limit-box img {
  width: 50%;
  max-width: 194px;
}
.pay .clear-space .pay-list .limit-box p {
  font-size: 16px;
  color: #8c8889;
  margin: 33px auto;
  padding: 0 20px;
}
.pay .clear-space .pay-list .limit-box p a {
  color: #fe4066;
}
.pay .clear-space .pay-list .limit-box .btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #fe4066;
  border-radius: 6px;
  color: #ffffff;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pay .clear-space .pay-list .limit-box .btn:hover {
  opacity: 0.8;
}
.pay .clear-space .button-warp {
  text-align: center;
  margin-top: 40px;
}
.pay .clear-space .button-warp button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 142px;
  line-height: 42px;
  height: 42px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 13px;
  border: none;
  background: #009dff;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #009dff;
}
.pay .clear-space .button-warp button:hover {
  opacity: 0.8;
}
.pay .clear-space .button-warp .wx {
  background: #22ac38;
  border-color: #22ac38;
}
.pay .clear-space .button-warp .mock {
  background-color: #fff;
  border-color: #fe4066;
  color: #fe4066;
}
.pay .clear-space .order-footer-tip {
  font-size: 14px;
  text-align: center;
  color: #969798;
  line-height: 22px;
  margin-top: 24px;
}
.pay .clear-space .order-footer-tip a:hover {
  text-decoration: underline;
}
.pay .dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}
.pay .dialog-content {
  width: 96%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 40px 50px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  text-align: center;
  border-radius: 6px;
}
.pay .dialog-content .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.pay .dialog-content .close:hover {
  color: #fe4066;
}
.pay .dialog-content h2 {
  font-size: 18px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  font-weight: normal;
  margin-top: 0;
}
.pay .dialog-content .qrcode {
  width: 100%;
  max-width: 200px;
  display: none;
  margin: auto;
}
.pay .dialog-content .loading {
  display: block;
  margin: 50px auto;
}
.pay .dialog-content p {
  font-size: 14px;
  text-align: center;
  color: #000000;
  margin: 0 auto;
}
.order-perpetual .clear-space .pay-list .item {
  margin-top: 40px;
}
.order-perpetual .clear-space .pay-list .item .buy-duration {
  margin-top: 0 !important;
  line-height: 20px;
}
.order-perpetual .clear-space .pay-list .item .contact-us {
  font-size: 14px;
  font-weight: 400;
  color: #969798;
  line-height: 20px;
  width: 91%;
  text-align: center;
  margin-top: 20px;
}
.order-perpetual .clear-space .pay-list .item .contact-us a {
  color: #fe4066;
}
.order-perpetual .clear-space .pay-list .item-weal {
  padding-top: 32px;
  border-top: 1px solid #f0f0f0;
}
.order-perpetual .clear-space .pay-list .item-weal .left {
  margin-top: 14px;
  transform: translateY(-50%);
}
.order-perpetual .clear-space .pay-list .item-weal .price {
  padding-left: 54px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.order-perpetual .clear-space .pay-list .item-weal .price::before {
  font-size: 14px;
  line-height: unset;
  left: 40px;
}
.order-perpetual .clear-space .pay-list .item-weal .price::after {
  position: absolute;
  top: -2px;
  left: 0;
  content: '立减';
  width: 38px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #fe4066;
  color: #ffffff;
  border-radius: 4px;
}
.order-perpetual .clear-space .pay-list .item-people {
  margin-top: 40px;
}
.order-perpetual .clear-space .pay-list .price-warp {
  border-top: none;
  margin-top: 0;
}
.order-perpetual .clear-space .pay-list .price-warp .price {
  font-size: 24px;
}
.order-perpetual .clear-space .pay-list .price-warp .price::before {
  font-size: 14px;
  line-height: unset;
  top: -2px;
  font-weight: 600;
}
.order-perpetual .clear-space .pay-list .add-buy {
  display: none;
}
.dialog-perpetual {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.dialog-perpetual .close {
  width: auto;
  height: auto;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 100;
}
.dialog-perpetual .content {
  background: #ffffff;
  width: 80%;
  max-width: 850px;
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 90%;
  overflow: auto;
}
.dialog-perpetual .content .qas {
  padding: 0 20px;
}
.dialog-perpetual .content .qa {
  margin: 20px 0;
}
.dialog-perpetual .content h3 {
  font-size: 24px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.dialog-perpetual .content h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.4em;
  color: #000000;
}
.dialog-perpetual .content .ans {
  line-height: 2em;
  color: #5c5758;
  font-size: 13px;
}
.dialog-perpetual .content ul {
  line-height: 2em;
  color: #8c8889;
  font-size: 13px;
  list-style: decimal;
}
.rp-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content {
  min-height: 705px;
}
.rp-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-price {
  padding-bottom: 54px;
}
.rp-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-price .go-rp-event {
  position: absolute;
  display: block;
  left: 50%;
  font-size: 14px;
  line-height: 22px;
  color: #151B26;
  overflow: hidden;
  transform: translateX(-50%);
  bottom: 16px;
}
.rp-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-price .go-rp-event img {
  display: block;
  width: 23px;
  float: left;
}
.rp-buy-body .idoc-buy-price .cloud-item-pro .item-wrap .item-head::before {
  background-color: #009DFF;
}
.rp-buy-body .idoc-buy-price .cloud-item-pro .item-wrap .item-content .item-price .button {
  border-color: #009DFF;
  color: #009DFF;
}
@media (max-width: 1299px) {
  .idoc-buy-body .idoc-buy-price {
    max-width: 592px;
    padding-top: 50px;
  }
  .idoc-buy-body .idoc-buy-price .cloud-item {
    width: 50%;
    margin-top: 40px;
  }
}
@media (max-width: 1130px) {
  .buy .buy-title1 h1 {
    font-size: 38px;
  }
  .buy .idoc-list .idoc-function .function-item {
    width: 26%;
  }
}
@media (max-width: 999px) {
  .buy .contact-us .contact-item {
    max-width: 390px;
    padding: 28px 32px;
  }
  .buy .idoc-buy .buy-item {
    padding: 0 8px;
  }
  .buy .idoc-list .idoc-function {
    padding-left: 0;
    text-align: right;
  }
  .buy .idoc-list .idoc-function .function-item {
    width: 24%;
    text-align: left;
    padding-right: 10px;
  }
  .mockplus .idoc-buy .buy-item .buy-item-content .price {
    max-width: 200px;
    padding-left: 25%;
    box-sizing: border-box;
    margin: 17px auto 0;
  }
  .mockplus .idoc-buy .buy-item .buy-item-content .price .icon {
    left: 0;
  }
  .mockplus .idoc-buy .buy-item .buy-item-content .price b {
    font-size: 20px;
  }
  .mockplus .idoc-buy .buy-item .buy-item-content .price.active b {
    font-size: 24px;
  }
  .mockplus .idoc-buy .buy-item:first-child .buy-item-content .price {
    padding-left: 29%;
  }
  .idoc .idoc-list .idoc-function {
    font-size: 16px;
    text-align: left;
  }
  .pay .clear-space .pay-list .buy-method {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .buy {
    padding-top: 120px;
  }
  .buy .buy-title1 h1 {
    font-size: 28px;
  }
  .buy .mock-table {
    margin: 80px auto;
  }
  .buy .buy-title2 {
    font-size: 20px;
    padding-top: 50px;
  }
  .buy .buy-title2::before {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    top: 24px;
  }
  .buy .idoc-list .buy-title2 {
    padding-top: 50px;
  }
  .buy .go-super-content {
    background-image: none;
  }
  .order-perpetual .clear-space .pay-list .item .contact-us {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 720px) {
  .mockplus .idoc-buy .buy-item .buy-item-content .price {
    padding-left: 25%;
  }
  .mockplus .idoc-buy .buy-item .buy-item-content .price .icon {
    left: -5px;
  }
  .pay {
    padding-top: 60px;
  }
  .pay .clear-space .pay-list .item .people-text {
    padding-left: 0;
    width: 100%;
    padding-top: 12px;
  }
  .pay .clear-space .pay-list .item .team {
    max-width: 240px;
    width: 90%;
  }
  .pay .clear-space .pay-list .buy-method .buy-method-list {
    float: none;
    margin: 0 0 10px;
    width: 90%;
    max-width: 200px;
  }
}
@media (max-width: 657px) {
  .idoc-buy-body .idoc-buy-price {
    max-width: 296px;
    padding-top: 30px;
  }
  .idoc-buy-body .idoc-buy-price .cloud-item {
    width: 100%;
    float: none;
  }
  .idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content {
    min-height: 0;
  }
  .idoc-buy-body .idoc-buy-price .cloud-item .item-wrap .item-content .item-price .price-text {
    height: auto;
  }
  .buy .idoc-buy {
    max-width: 300px;
    margin-top: 40px;
  }
  .buy .idoc-buy .buy-item {
    width: 100%;
    margin-top: 30px;
  }
  .buy .idoc-buy .buy-item .buy-item-content {
    padding: 30px 5px;
    float: none;
    height: auto;
  }
  .buy .idoc-buy .buy-item .buy-item-content h2 {
    font-size: 18px;
  }
  .buy .idoc-buy .buy-item .buy-item-content .price {
    margin: 30px auto;
  }
  .buy .idoc-buy .buy-item .buy-item-content .buy-btn {
    width: 100px;
    font-size: 14px;
    line-height: 30px;
    border-width: 1px;
    margin-bottom: 20px;
  }
  .buy .mock-table table th {
    font-size: 14px;
  }
  .buy .mock-table table th.th-first {
    font-size: 18px;
  }
  .buy .idoc-list .idoc-function {
    max-width: 500px;
    text-align: center;
    padding-left: 10%;
  }
  .buy .idoc-list .idoc-function .function-item {
    width: 49%;
  }
  .buy .idoc-list .idoc-function .function-item:nth-child(4n) {
    width: 49%;
  }
  .buy .idoc-problem .que-content .que-item {
    width: 100%;
    display: block;
  }
  .buy .idoc-problem .que-content .que-item:nth-child(2n) {
    margin-left: 0;
  }
  .buy .idoc-problem .que-content .que-item h3 {
    font-size: 16px;
    margin: 30px 0 10px;
  }
  .mockplus .idoc-buy .buy-item .buy-item-content .price {
    padding-left: 26%;
  }
  .mockplus .idoc-buy .buy-item .buy-item-content .price .icon {
    left: 10%;
  }
  .mockplus .mock-list .more {
    width: 100px;
    font-size: 14px;
    line-height: 32px;
  }
  .idoc .idoc-problem .que-item {
    padding: 25px 14px;
  }
  .idoc .idoc-problem .que-item h3 {
    font-size: 14px;
  }
  .idoc .idoc-problem .que-item h3 i {
    font-size: 16px;
  }
  .idoc .idoc-problem .que-item .answer p {
    font-size: 12px;
  }
  .pay .clear-space .button-warp button {
    margin: 0 10px 10px;
  }
}
@media (max-width: 600px) {
  .buy .contact-us .contact-item .desc {
    margin-left: 8px;
  }
  .buy .contact-us .contact-item .desc h3 {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .buy .buy-title1 h1 {
    font-size: 24px;
  }
  .buy .buy-title1 p {
    font-size: 16px;
  }
  .buy .buy-title1 p.h2-title-web {
    display: none;
  }
  .buy .buy-title1 p.h2-title-phone {
    display: block;
  }
}
@media (max-width: 500px) {
  .idoc .idoc-problem {
    width: 86%;
    margin: 80px auto;
  }
  .idoc .hotline .hotline-box {
    max-width: 300px;
    width: 70%;
    padding: 30px;
  }
  .idoc .hotline .hotline-box .name {
    font-size: 20px;
  }
  .idoc .hotline .hotline-box .tel {
    font-size: 22px;
  }
  .idoc .hotline .hotline-box .line {
    margin: 24px 0 38px;
  }
  .buy .contact-us {
    margin-bottom: 80px;
    padding-bottom: 40px;
  }
  .buy .buy-title1 h1 {
    font-size: 20px;
  }
  .buy .buy-title1 p {
    font-size: 16px;
  }
  .buy .buy-title1 .get-btn {
    width: 180px;
  }
  .buy .buy-title2 {
    font-size: 16px;
  }
  .buy .buy-title2::before {
    width: 10px;
    height: 10px;
    margin-left: -5px;
  }
  .buy .idoc-problem {
    margin: 80px 0 90px;
  }
  .buy .mock-table {
    margin-top: 80px;
  }
  .buy .mock-table table th {
    width: 36px;
    font-size: 14px;
  }
  .buy .mock-table table th.th-first {
    max-width: 100px;
    font-size: 14px;
  }
  .buy .mock-table table td.first {
    max-width: 100px;
  }
  .buy .mock-list {
    margin-top: 80px;
  }
  .buy .mock-list p {
    font-size: 14px;
    line-height: 24px;
  }
  .dialog-perpetual .close {
    right: 10px;
    top: 10px;
  }
  .dialog-perpetual .content {
    padding: 30px 10px 20px;
    width: 92%;
  }
  .pay .clear-space .pay-list .item {
    padding-left: 82px;
  }
  .pay .clear-space .pay-list .item .buy-version {
    margin-right: 4px;
  }
  .pay .clear-space .pay-list .price-warp {
    padding-left: 110px;
  }
  .order-perpetual .clear-space .pay-list .item {
    padding-left: 110px;
  }
}
@media (max-width: 450px) {
  .idoc .mock-table table th {
    font-size: 12px;
  }
  .idoc .mock-table table td.first {
    max-width: 72px;
    padding-left: 12px;
  }
  .idoc .mock-table table td.title {
    font-size: 12px;
  }
  .idoc .mock-table table td .iconfont {
    font-size: 13px;
  }
  .idoc .idoc-list .tab span {
    font-size: 16px;
  }
  .idoc .idoc-list .function-box {
    margin-top: 20px;
  }
  .idoc .idoc-list .idoc-function .function-item h5 {
    font-size: 16px;
  }
  .idoc .idoc-problem {
    width: 90%;
  }
  .idoc .idoc-problem .que-item {
    padding: 20px 12px;
  }
  .idoc .idoc-problem .que-item h3 {
    padding-right: 50px;
  }
}
@media (max-width: 320px) {
  .buy .idoc-list .idoc-function {
    padding-left: 5%;
  }
  .pay .clear-space .pay-list .item .buy-version {
    margin: 8px 8px 8px 0;
  }
}
