@font-face {
  font-family: 'Metropolis-Bold';
  src: url('./fonts/Metropolis-Bold.woff2');
}
.buy-body {
  padding-top: 188px;
}
.buy-body .clear-space * {
  box-sizing: border-box;
}
.buy-body .buy-title1 {
  text-align: center;
  padding: 0 4%;
  letter-spacing: 0;
}
.buy-body .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-body .buy-title1 .get-btn:hover {
  opacity: 0.8;
}
.buy-body .buy-title1 h1 {
  font-size: 48px;
  line-height: 150%;
  color: #353030;
  font-weight: 600;
}
.buy-body .buy-title1 p {
  font-size: 20px;
  line-height: 150%;
  color: rgba(53, 48, 48, 0.7);
  margin-top: 7px;
}
.buy-body .buy-title1 p.h2-title-phone {
  display: none;
}
.buy-body .buy-title1 .title-h-tip {
  font-size: 16px;
  text-align: center;
  color: #8c8889;
  line-height: 24px;
  font-weight: normal;
  margin-top: 8px;
}
.buy-body .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-body .buy-title2:before {
  width: 20px;
  height: 20px;
  background: #fe4066;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -10px;
  content: '';
  border-radius: 4px;
}
.buy-body .buy-price {
  max-width: 1184px;
  margin: 0 auto;
  width: 92%;
  padding-top: 48px;
}
.buy-body .buy-price,
.buy-body .buy-price * {
  box-sizing: border-box;
}
.buy-body .buy-price::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.buy-body .buy-price .cloud-item {
  float: left;
  width: 25%;
  padding: 0 8px;
}
.buy-body .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;
}
.buy-body .buy-price .cloud-item .item-wrap:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}
.buy-body .buy-price .cloud-item .item-wrap .item-head {
  position: relative;
  border-radius: 8px 8px 0 0;
  padding: 40px 24px 0;
}
.buy-body .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;
}
.buy-body .buy-price .cloud-item .item-wrap .item-head .title {
  font-size: 24px;
  color: #353030;
  line-height: 34px;
  font-weight: 600;
  display: block;
  max-width: 196px;
  margin: 0 auto;
}
.buy-body .buy-price .cloud-item .item-wrap .item-head .title .item-head-right {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 8px;
}
.buy-body .buy-price .cloud-item .item-wrap .item-head .text {
  font-size: 14px;
  color: #353030;
  line-height: 24px;
  max-width: 196px;
  margin: 7px auto 0;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content {
  padding: 11px 24px 10px;
  min-height: 761px;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-price {
  padding-bottom: 38px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .price-now {
  color: #8c8889;
  font-size: 14px;
  padding-left: 15px;
  height: 55px;
  max-width: 196px;
  margin: 0 auto;
}
.buy-body .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;
}
.buy-body .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;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .price-now .ent {
  line-height: 55px;
  font-size: 16px;
  color: #000;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .price-text {
  font-size: 12px;
  color: #8c8889;
  line-height: 18px;
  height: 18px;
  max-width: 180px;
  margin: 0 auto;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .button {
  display: block;
  text-align: center;
  border: 2px solid transparent;
  line-height: 44px;
  font-size: 15px;
  max-width: 196px;
  margin: 32px auto 0;
  border-radius: 8px;
  transition: 0.3s;
  color: #ffffff;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .button:hover {
  color: #ffffff;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-text {
  padding: 16px 6px 12px 6px;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-text p {
  font-size: 14px;
  line-height: 22px;
  color: #353030;
  margin-top: 8px;
  min-height: 22px;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-text p:first-child {
  margin-top: 0;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-text p .word-right {
  float: right;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-text p .new-img {
  display: inline-block;
  height: 16px;
  vertical-align: top;
  line-height: 16px;
  margin: 3px 0 0 4px;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-title {
  margin-top: 12px;
  position: relative;
  text-align: center;
  font-size: 0;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-title::before {
  top: 10px;
  content: '';
  width: 100%;
  left: 0;
  background: #f0f0f0;
  position: absolute;
  height: 1px;
}
.buy-body .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: #353030;
  padding: 0 15px;
  font-weight: 600;
}
.buy-body .buy-price .cloud-item .item-wrap .item-content .item-title p {
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
  color: #727F8A;
}
.buy-body .buy-price .cloud-item-basic .item-wrap .item-head::before {
  background-color: #6D7278;
}
.buy-body .buy-price .cloud-item-basic .item-wrap .item-content .item-price .price-now .price {
  color: #353030;
}
.buy-body .buy-price .cloud-item-basic .item-wrap .item-content .item-price .button {
  border-color: #353030;
  color: #353030;
}
.buy-body .buy-price .cloud-item-basic .item-wrap .item-content .item-price .button:hover {
  background-color: #353030;
}
.buy-body .buy-price .cloud-item-pro .item-wrap .item-head::before {
  background-color: #FF2A6C;
}
.buy-body .buy-price .cloud-item-pro .item-wrap .item-content .item-price .button {
  border-color: #FF2A6C;
  color: #FF2A6C;
}
.buy-body .buy-price .cloud-item-pro .item-wrap .item-content .item-price .button:hover {
  background-color: #FF2A6C;
}
.buy-body .buy-price .cloud-item-ultimate .item-wrap .item-head::before {
  background-color: #F7A600;
}
.buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .button {
  border: none;
  line-height: 48px;
  color: #ffffff;
  background-color: #F7A600;
}
.buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .ent-buy-button::after {
  clear: both;
  content: '';
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .ent-buy-button .button {
  float: left;
  width: calc((100% - 8px) / 2);
  position: relative;
  z-index: 3;
}
.buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .ent-buy-button .trial-wrap {
  float: right;
  width: calc((100% - 8px) / 2);
  position: relative;
}
.buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .ent-buy-button .trial-wrap .but {
  border-radius: 8px;
  border: 2px solid #F7A600;
  line-height: 44px;
  color: #F7A600;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
  text-align: center;
  margin-top: 32px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .ent-buy-button .trial-wrap .but:hover {
  background-color: #F7A600;
  color: #ffffff;
}
.buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .ent-buy-button .trial-wrap .trial-pic {
  position: absolute;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  bottom: 17px;
  text-align: center;
  height: 340px;
  padding-top: 26px;
  background: url('/images/buy/ent-ewm-pic1.png') no-repeat center top;
  background-size: 100% auto;
  z-index: 2;
  display: none;
}
.buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .ent-buy-button .trial-wrap .trial-pic img {
  display: block;
  width: 156px;
  border: 1px solid #f0eeee;
  border-radius: 8px;
  margin: 16px auto;
}
.buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .ent-buy-button .trial-wrap .trial-pic .tit {
  font-size: 16px;
  line-height: 24px;
  color: #353030;
  font-weight: bold;
}
.buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .ent-buy-button .trial-wrap .trial-pic .des {
  color: rgba(53, 48, 48, 0.7);
  font-size: 14px;
  line-height: 22px;
}
.buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .ent-buy-button .trial-wrap:hover .trial-pic {
  display: block;
}
.buy-body .buy-price .cloud-item-Enterprise .item-wrap .item-head::before {
  background-color: #0066E5;
}
.buy-body .buy-price .cloud-item-Enterprise .item-wrap .item-content .item-price {
  border-bottom-color: transparent;
}
.buy-body .buy-price .cloud-item-Enterprise .item-wrap .item-content .item-price .price-now {
  padding-left: 0;
}
.buy-body .buy-price .cloud-item-Enterprise .item-wrap .item-content .item-price .button {
  border: none;
  line-height: 48px;
  background-color: #0066E5;
}
.buy-body .buy-price .cloud-item-Enterprise .item-wrap .item-content .item-price .button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.buy-body .buy-price .cloud-item-Enterprise .item-wrap .item-content .item-text {
  text-align: center;
}
.buy-body .go-to-duibi {
  display: block;
  width: 110px;
  margin: 50px auto 0;
  text-align: center;
  color: #fe4066;
}
.buy-body .go-to-duibi span {
  font-size: 16px;
  display: block;
  line-height: 26px;
  margin-bottom: 3px;
}
.buy-body .go-super-content {
  display: block;
  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;
  transition: 0.3s;
}
.buy-body .go-super-content:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
}
.buy-body .go-super-content .titles {
  overflow: hidden;
}
.buy-body .go-super-content .titles span {
  display: block;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  float: left;
}
.buy-body .go-super-content .titles img {
  display: block;
  float: left;
  width: 24px;
  margin: 7px 0 0 12px;
}
.buy-body .go-super-content p {
  margin: 16px 0 23px;
  line-height: 22px;
  color: #ffffff;
  font-size: 14px;
}
.buy-body .go-super-content .button {
  width: 120px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(138deg, #fae5c8 0%, #d19a55);
  border-radius: 8px;
  color: #030303;
  font-size: 14px;
}
.buy-body .contact-us {
  background-color: #F6F7F8;
  padding: 120px 0 85px;
  margin: 120px 0 0;
  text-align: center;
  font-size: 0;
}
.buy-body .contact-us .contact-list {
  max-width: 1200px;
  margin: 0 auto;
  width: 92%;
}
.buy-body .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-body .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-body .contact-us .contact-item:hover .desc h3 {
  color: #fe4066;
}
.buy-body .contact-us .contact-item img {
  width: 70px;
  vertical-align: top;
}
.buy-body .contact-us .contact-item .pic2 {
  display: none;
}
.buy-body .contact-us .contact-item .desc {
  display: inline-block;
  margin-left: 20px;
}
.buy-body .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-body .contact-us .contact-item .desc p {
  font-size: 14px;
  color: #8c8889;
}
.buy-body .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-body .contact-us .collaboration-item::before {
  display: none;
}
.buy-body .contact-us .holder {
  display: none;
}
.buy-body .hotline {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.buy-body .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%);
}
.buy-body .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;
}
.buy-body .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);
}
.buy-body .hotline .hotline-box img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
.buy-body .hotline .hotline-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #3d3838;
}
.buy-body .hotline .hotline-box .name {
  margin: 38px 0 5px;
}
.buy-body .hotline .hotline-box .tel {
  font-size: 30px;
  margin-bottom: 20px;
}
.buy-body .hotline .hotline-box .line {
  width: 16px;
  height: 4px;
  background: #fe4066;
  margin: 24px 0 58px;
}
.buy-body .hotline .hotline-box p {
  font-size: 14px;
  color: #8c8889;
  line-height: 21px;
}
.buy-body .mock-table {
  letter-spacing: 0;
  margin: 0 auto 120px;
  max-width: 1250px;
  width: 92%;
  padding-top: 120px;
}
.buy-body .mock-table .table-box {
  margin-bottom: 40px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.buy-body .mock-table .table-head {
  border: 1px solid #eee;
}
.buy-body .mock-table table {
  border-collapse: collapse;
  width: 100%;
  color: rgba(53, 48, 48, 0.7);
}
.buy-body .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-body .mock-table table th.th-first {
  width: 20%;
  text-align: left;
  background-color: #ffffff;
  font-size: 22px;
  color: #353030;
}
.buy-body .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-body .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-body .mock-table table td .iconfont {
  color: #fe4066;
  font-size: 20px;
}
.buy-body .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-body .mock-table table .title {
  font-weight: bold;
  position: relative;
  display: table-cell;
}
.buy-body .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-body .mock-table table .title a {
  color: #fe4066;
}
.buy-body .mock-table table .line {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #8c8889;
  vertical-align: middle;
}
.buy-body .mock-table table tbody tr:first-child td {
  padding-top: 18px;
}
.buy-body .mock-table table tbody tr:first-child td.title::before {
  margin-top: 2px;
}
.buy-body .mock-table table tbody tr:last-child td {
  padding-bottom: 18px;
}
.buy-body .mock-table .comparison-container .comparison-list {
  display: none;
}
.buy-body .mock-table .comparison-container .comparison-list.active {
  display: block;
}
.buy-body .task-list-container {
  background-color: #F9F9F9;
  padding: 120px 0 90px;
}
.buy-body .task-list-container .task-list-content {
  max-width: 1230px;
  box-sizing: border-box;
  padding-left: 3%;
  margin: 0 auto;
  font-size: 0;
}
.buy-body .task-list-container .task-list-content .function-item {
  margin-bottom: 56px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20%;
  vertical-align: top;
  box-sizing: border-box;
}
.buy-body .task-list-container .task-list-content .function-item h5 {
  font-size: 18px;
  color: #000000;
  position: relative;
  line-height: 28px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.buy-body .task-list-container .task-list-content .function-item h5::before {
  content: '';
  width: 11px;
  height: 3px;
  background: #fe4066;
  position: absolute;
  left: 0;
  bottom: 0;
}
.buy-body .task-list-container .task-list-content .function-item p {
  font-size: 12px;
  line-height: 22px;
  color: #8c8889;
}
.buy-body .task-list-container .task-tab-title {
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0;
  margin-bottom: 56px;
}
.buy-body .task-list-container .task-tab-title span {
  display: inline-block;
  font-size: 18px;
  color: #8c8889;
  transition: 0.3s;
  line-height: 22px;
  padding-bottom: 24px;
  margin: 0 40px;
  position: relative;
}
.buy-body .task-list-container .task-tab-title span::before {
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  background-color: #fe4066;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.3s;
}
.buy-body .task-list-container .task-tab-title span:not(.active):hover {
  color: #fe4066;
  cursor: pointer;
}
.buy-body .task-list-container .task-tab-title span.active {
  color: #fe4066;
}
.buy-body .task-list-container .task-tab-title span.active::before {
  width: 40px;
}
.buy-body .task-list-container .task-list-tab-container .task-list-content {
  display: none;
}
.buy-body .task-list-container .task-list-tab-container .task-list-content:first-child {
  display: block;
}
.buy-body .super-price {
  width: 92%;
  margin: 80px auto 32px;
  max-width: 960px;
  border-radius: 16px;
  padding: 60px 0 47px 0;
  background-size: cover;
  position: relative;
  background: linear-gradient(45deg, #121212, #22211f);
}
.buy-body .super-price::after {
  clear: both;
  content: '';
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.buy-body .super-price::before {
  content: '';
  left: 0;
  top: 0;
  background: url('/images/buy/pic2.png') no-repeat left top;
  background-size: 326px;
  width: 326px;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.buy-body .super-price .top-sale-icon {
  width: 100%;
  position: absolute;
  top: -44px;
  left: 0;
  z-index: -1;
}
.buy-body .super-price .top-sale-icon img {
  width: 100%;
}
.buy-body .super-price .top-sale-icon img.phone {
  display: none;
}
.buy-body .super-price .price-top {
  position: absolute;
  height: 56px;
  left: 42px;
  top: -9px;
  z-index: 2;
}
.buy-body .super-price .left-item {
  float: left;
  width: 31.25%;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 10px;
  font-size: 0;
}
.buy-body .super-price .left-item .title {
  font-size: 26px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 28px;
}
.buy-body .super-price .left-item .sub-title {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin: 8px 0 16px;
}
.buy-body .super-price .left-item .price-now {
  position: relative;
  line-height: 35px;
  font-size: 13px;
  padding-top: 10px;
  color: #ffffff;
  display: inline-block;
}
.buy-body .super-price .left-item .price-now .price {
  font-size: 48px;
  color: #FAD58D;
  padding-right: 5px;
  display: block;
}
.buy-body .super-price .left-item .price-through {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: line-through;
  margin: 16px 0 13px;
}
.buy-body .super-price .left-item .button {
  max-width: 168px;
  border-radius: 8px;
  color: #ffffff;
  line-height: 48px;
  display: block;
  background: linear-gradient(138deg, #fae5c8 0%, #d19a55);
  font-size: 14px;
  color: #353030;
  text-align: center;
  margin: 22px auto 0;
  font-weight: bold;
}
.buy-body .super-price .left-item .rp-sale-slogan {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 8px;
}
.buy-body .super-price .left-item .rp-sale-slogan img {
  margin-right: 4px;
  vertical-align: middle;
}
.buy-body .super-price .left-item .rp-sale-slogan span {
  vertical-align: middle;
}
.buy-body .super-price .right-item {
  float: left;
  width: 22.91%;
  padding-left: 32px;
  padding-right: 10px;
  border-left: 1px solid #343332;
  position: relative;
  z-index: 2;
}
.buy-body .super-price .right-item .title {
  position: relative;
  padding-left: 32px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.buy-body .super-price .right-item .title img {
  display: block;
  width: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.buy-body .super-price .right-item .sub-title {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin: 8px 0 18px;
}
.buy-body .super-price .right-item .text {
  max-width: 151px;
}
.buy-body .super-price .right-item .text p {
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  color: #ffffff;
}
.buy-body .super-price .right-item .text p:first-child {
  margin-top: 0;
}
.buy-body .super-price .right-item .text p .iconfont {
  color: #FAD58D;
  float: right;
}
.buy-body .go-ent-con {
  max-width: 960px;
  width: 92%;
  margin: 0 auto;
  background: linear-gradient(0deg, rgba(216, 217, 221, 0.5), rgba(245, 241, 241, 0.2) 97%);
  border: 0.5px solid #d8d9db;
  border-radius: 8px;
  overflow: hidden;
  padding: 30px 0 30px 0;
}
.buy-body .go-ent-con .first-item {
  float: left;
  width: 31.25%;
  padding: 12px 10px 0;
  text-align: center;
}
.buy-body .go-ent-con .first-item span {
  font-size: 26px;
  line-height: 32px;
  color: #151B26;
}
.buy-body .go-ent-con .first-item p {
  font-size: 16px;
  line-height: 22px;
  color: #151B26;
  margin: 8px 0 24px;
}
.buy-body .go-ent-con .first-item a {
  display: block;
  max-width: 168px;
  color: #ffffff;
  line-height: 48px;
  border-radius: 8px;
  text-align: center;
  background-color: #0066E5;
  margin: 0 auto;
}
.buy-body .go-ent-con .item {
  float: left;
  width: 22.91%;
  border-left: 1px solid #f0f0f0;
  padding: 18px 10px 0 48px;
  min-height: 160px;
}
.buy-body .go-ent-con .item span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #151B26;
  margin-bottom: 32px;
}
.buy-body .go-ent-con .item p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #8c8889;
}
.buy-price-body.clear-space *,
.buy-price-body .clear-space * {
  box-sizing: border-box;
}
.buy-price-body .header-of-page {
  background: rgba(255, 255, 255, 0.3);
}
.buy-price-body .header-of-rp {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  height: 80px;
}
.buy-price-body .buy-section-container {
  padding: 174px 0 60px;
  background: url('/images/buy/img_bg_cc.webp') no-repeat center bottom;
  background-size: cover;
}
.buy-price-body .buy-title1 {
  text-align: center;
  padding: 0 4%;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
.buy-price-body .buy-title1 h1 {
  font-size: 56px;
  line-height: 68px;
  color: #353030;
  font-weight: 600;
}
.buy-price-body .buy-title1 p {
  font-size: 24px;
  line-height: 32px;
  color: rgba(42, 53, 69, 0.7);
  margin-top: 20px;
}
.buy-price-body .buy-title1 p.h2-title-phone {
  display: none;
}
.buy-price-body .buy-title1 .title-h-tip {
  font-size: 16px;
  text-align: center;
  color: #8c8889;
  line-height: 24px;
  font-weight: normal;
  margin-top: 8px;
}
.buy-price-body .buy-title2 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  color: #1B1B1B;
  padding: 80px 4% 40px;
  font-weight: bold;
}
.buy-price-body .buy-price-container {
  position: relative;
  z-index: 2;
  display: flex;
  width: 92%;
  max-width: 1280px;
  margin: 96px auto 0;
  justify-content: space-between;
}
.buy-price-body .buy-price-container .item-wrap {
  width: calc((100% - 48px) / 4);
  box-shadow: 0px 16px 32px 0px rgba(54, 63, 82, 0.16);
  background-color: #ffffff;
  border-radius: 16px;
  position: relative;
}
.buy-price-body .buy-price-container .item-wrap .right-discount-icon {
  position: absolute;
  right: 0;
  top: 0;
  background: #ff3939 linear-gradient(82deg, #f51818 0%, #ff5d30 100%);
  border-radius: 0px 16px 0px 16px;
  font-size: 16px;
  text-align: CENTER;
  color: #ffffff;
  line-height: 24px;
  padding: 4px 10px;
}
.buy-price-body .buy-price-container .item-wrap .right-discount-img {
  position: absolute;
  right: 0;
  top: 0;
}
.buy-price-body .buy-price-container .item-wrap .right-discount-img img {
  height: 34px;
}
.buy-price-body .buy-price-container .item-wrap .top-sale-icon {
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}
.buy-price-body .buy-price-container .item-wrap .top-sale-icon img {
  width: 100%;
}
.buy-price-body .buy-price-container .item-wrap .item-head {
  border-radius: 16px 16px 0 0;
  padding: 40px 32px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.buy-price-body .buy-price-container .item-wrap .item-head .title {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  display: block;
}
.buy-price-body .buy-price-container .item-wrap .item-head .title .item-head-right {
  display: inline-block;
  vertical-align: top;
  line-height: 29px;
  margin-left: 8px;
}
.buy-price-body .buy-price-container .item-wrap .item-head .text {
  font-size: 14px;
  line-height: 22px;
  margin-top: 7px;
  color: #ffffff;
}
.buy-price-body .buy-price-container .item-wrap .item-head .price-now {
  margin: 26px 0 0;
}
.buy-price-body .buy-price-container .item-wrap .item-head .price-now::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.buy-price-body .buy-price-container .item-wrap .item-head .price-now .price {
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
  font-weight: bold;
}
.buy-price-body .buy-price-container .item-wrap .item-head .price-now .year {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0 0 8px;
  position: relative;
}
.buy-price-body .buy-price-container .item-wrap .item-head .price-now .price-del {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  font-style: normal;
}
.buy-price-body .buy-price-container .item-wrap .item-head .ent {
  font-size: 20px;
  line-height: 28px;
  height: 48px;
  color: #ffffff;
  margin: 26px 0;
}
.buy-price-body .buy-price-container .item-wrap .item-head .rp-sale-slogan {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}
.buy-price-body .buy-price-container .item-wrap .item-head .rp-sale-slogan img {
  margin-right: 4px;
  vertical-align: middle;
}
.buy-price-body .buy-price-container .item-wrap .item-head .rp-sale-slogan span {
  vertical-align: middle;
}
.buy-price-body .buy-price-container .item-wrap .item-head .rp-sale-slogan2 {
  font-size: 12px;
  color: #464647;
  background-color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  padding: 4px 7px;
}
.buy-price-body .buy-price-container .item-wrap .item-head .rp-sale-slogan2 img {
  vertical-align: middle;
}
.buy-price-body .buy-price-container .item-wrap .item-head .rp-sale-slogan2 span {
  vertical-align: middle;
  line-height: 16px;
}
.buy-price-body .buy-price-container .item-wrap .item-head .rp-sale-slogan2 span.spec {
  vertical-align: bottom;
  font-weight: 600;
  line-height: 16px;
}
.buy-price-body .buy-price-container .item-wrap .item-head .button {
  display: block;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 48px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  color: #1B1B1B;
  transition: 0.2s;
  margin-top: 32px;
}
.buy-price-body .buy-price-container .item-wrap .item-head .button:hover {
  transform: translateY(-2px);
}
.buy-price-body .buy-price-container .item-wrap .item-head .member-type {
  position: absolute;
  top: 40px;
  right: 16px;
  background-color: #068CD8;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
}
.buy-price-body .buy-price-container .item-wrap .item-head .member-type span {
  line-height: 28px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  width: 64px;
  position: relative;
}
.buy-price-body .buy-price-container .item-wrap .item-head .member-type span img {
  width: 72px;
  position: absolute;
  top: -26px;
  right: 0;
}
.buy-price-body .buy-price-container .item-wrap .item-head .member-type span.active {
  background-color: #fff;
  color: #009DFF;
  border-radius: 50px;
}
.buy-price-body .buy-price-container .item-wrap .item-head .priceLessTenPeoples {
  display: none;
}
.buy-price-body .buy-price-container .item-wrap .item-content {
  padding: 10px 32px 33px;
}
.buy-price-body .buy-price-container .item-wrap .item-content .item-text {
  margin-top: 14px;
}
.buy-price-body .buy-price-container .item-wrap .item-content .item-text::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.buy-price-body .buy-price-container .item-wrap .item-content .item-text p {
  float: left;
  font-size: 14px;
  line-height: 22px;
  color: #1B1B1B;
}
.buy-price-body .buy-price-container .item-wrap .item-content .item-text .word-right {
  float: right;
  color: #1B1B1B;
  font-size: 14px;
  line-height: 22px;
}
.buy-price-body .buy-price-container .item-wrap .item-content .item-text .icon_price_tick {
  float: right;
  font-size: 16px;
  line-height: 22px;
  color: #00AD74;
}
.buy-price-body .buy-price-container .item-wrap .priceLessTenPeoples {
  display: none;
}
.buy-price-body .buy-price-container .item-wrap-first .item-head {
  background-color: #ffffff;
  position: relative;
}
.buy-price-body .buy-price-container .item-wrap-first .item-head::before {
  content: '';
  bottom: 0;
  left: 24px;
  right: 24px;
  position: absolute;
  background-color: #F0EEEE;
  height: 1px;
}
.buy-price-body .buy-price-container .item-wrap-first .item-head .title {
  color: #1B1B1B;
}
.buy-price-body .buy-price-container .item-wrap-first .item-head .text {
  color: #1B1B1B;
}
.buy-price-body .buy-price-container .item-wrap-first .item-head .price-now .price {
  color: #1B1B1B;
}
.buy-price-body .buy-price-container .item-wrap-first .item-head .price-now .year {
  color: #1B1B1B;
}
.buy-price-body .buy-price-container .item-wrap-first .item-head .button {
  border: 2px solid #1b1b1b;
  line-height: 44px;
}
.buy-price-body .buy-price-container .item-wrap-second .item-head {
  background-image: url('/images/buy/img_bg_startup.png');
}
.buy-price-body .buy-price-container .item-wrap-second .item-head .button {
  color: #FF2A6C;
  box-shadow: 0px 4px 16px 0px rgba(242, 41, 105, 0.7);
  position: relative;
}
.buy-price-body .buy-price-container .item-wrap-three .item-head {
  background-image: url('/images/buy/img_bg_enterprise.png');
}
.buy-price-body .buy-price-container .item-wrap-three .item-head .button {
  color: #2C80FF;
  box-shadow: 0px 4px 16px 0px #0248b0;
}
.buy-price-body .buy-price-container .item-wrap-four .item-head {
  background-image: url('/images/buy/img_bg_deployment.png');
}
.buy-price-body .buy-price-container .item-wrap-four .item-head .button {
  color: #6D4B09;
  background: linear-gradient(90deg, #ffe6a6, #fff4d8 100%);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.5);
}
.buy-price-body .space-type-wrap {
  font-size: 0;
  margin: 48px auto 0;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #FFC625;
  border-radius: 38px;
  padding: 9px 12px;
  width: 260px;
}
.buy-price-body .space-type-wrap .types {
  width: 50%;
  display: inline-block;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  position: relative;
  padding: 9px 0;
  border-radius: 56px;
}
.buy-price-body .space-type-wrap .types .type-name {
  display: inline-block;
  font-size: 18px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  position: relative;
  font-weight: bold;
}
.buy-price-body .space-type-wrap .types .space-icon-wrap {
  display: none;
  position: relative;
  line-height: 14px;
  margin-left: 4px;
  vertical-align: top;
  padding-top: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
.buy-price-body .space-type-wrap .types .space-icon-wrap .icons {
  display: block;
  width: 16px;
  color: #353030;
}
.buy-price-body .space-type-wrap .types .space-icon-wrap .tips {
  position: absolute;
  display: none;
  width: 466px;
  border-radius: 8px;
  padding: 16px 24px 20px;
  background-color: #353030;
  margin-left: -225px;
  bottom: 25px;
  text-align: left;
}
.buy-price-body .space-type-wrap .types .space-icon-wrap .tips::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -6px;
  background: url('/images/buy/pic4.png') no-repeat center;
  background-size: 12px auto;
  width: 12px;
  height: 6px;
}
.buy-price-body .space-type-wrap .types .space-icon-wrap .tips span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
}
.buy-price-body .space-type-wrap .types .space-icon-wrap .tips p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
  margin-top: 8px;
}
.buy-price-body .space-type-wrap .types .space-icon-wrap .tips p.p1 {
  padding-left: 8px;
  position: relative;
}
.buy-price-body .space-type-wrap .types .space-icon-wrap .tips p.p1::before {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
  content: '';
  background-color: #fe4066;
}
.buy-price-body .space-type-wrap .types.active {
  cursor: default;
  background-color: #FFC625;
}
.buy-price-body .space-type-wrap .types.active .type-name {
  color: #353030;
  font-weight: bold;
}
.buy-price-body .space-type-wrap .types.active .type-name::before {
  width: 100%;
}
.buy-price-body .space-type-wrap .types.active .type-name .iconfont {
  color: #353030;
  font-weight: 400;
}
.buy-price-body .space-type-wrap .types.active .space-icon-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
}
.buy-price-body .space-type-wrap .types.active .space-icon-wrap .icons {
  cursor: pointer;
}
.buy-price-body .space-type-wrap .types.active .space-icon-wrap .tips.show {
  display: block;
}
.buy-price-body .go-super-content {
  max-width: 1280px;
  width: 92%;
  margin: 40px auto 0;
  background: url('/images/buy/img_bg_super.webp') no-repeat center left #020100;
  background-size: auto 100%;
  padding: 43px 48px 40px;
  display: block;
  border-radius: 16px;
}
.buy-price-body .go-super-content .titles span {
  display: block;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  font-weight: bold;
}
.buy-price-body .go-super-content p {
  margin: 19px 0 24px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.buy-price-body .go-super-content .button {
  width: 120px;
  line-height: 40px;
  background: linear-gradient(110deg, #fae5c8 0%, #d19a55 100%);
  border-radius: 8px;
  color: #030303;
  font-size: 14px;
  text-align: center;
}
.buy-price-body .version-table-container {
  position: relative;
  padding-bottom: 31px;
}
.buy-price-body .version-table-container .buy-title2 {
  padding-bottom: 0;
}
.buy-price-body .version-table-container .table-box-some {
  height: 714px;
}
.buy-price-body .version-table-container .detailed-comparison-button {
  font-size: 0;
  width: 140px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  margin: 0 auto;
  padding: 11px 0 11px 15px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.2s;
}
.buy-price-body .version-table-container .detailed-comparison-button span {
  font-size: 14px;
  color: #000;
  line-height: 23px;
  display: block;
}
.buy-price-body .version-table-container .detailed-comparison-button img {
  display: block;
  width: 20px;
  position: absolute;
  right: 14px;
  top: 12px;
}
.buy-price-body .version-table-container .detailed-comparison-button:hover {
  transform: translateY(-2px);
}
.buy-price-body .version-table-container .table-box-hide-cover {
  position: absolute;
  left: 0;
  right: 0;
  height: 500px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 100%);
  bottom: 0;
  display: none;
}
.buy-price-body .version-table-container.hide-some-table .table-box-hide-cover {
  display: block;
}
.buy-price-body .version-table-container.hide-some-table .detailed-comparison-button img {
  transform: rotate(180deg);
  top: 9px;
}
.buy-price-body .version-table-head {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(53, 48, 48, 0.08);
  padding: 20px 0 18px;
  top: -140px;
  transition: 0.3s;
}
.buy-price-body .version-table-head .list {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
.buy-price-body .version-table-head .list::after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.buy-price-body .version-table-head .list .item {
  float: right;
  padding: 0 10px;
  text-align: center;
}
.buy-price-body .version-table-head .list .item span {
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 24px;
  margin-top: 4px;
}
.buy-price-body .version-table-head .list .item .button {
  display: block;
  transition: 0.2s;
  max-width: 116px;
  margin: 10px auto 0;
  border: 2px solid #1B1B1B;
  border-radius: 8px;
  line-height: 32px;
  color: #1B1B1B;
  font-size: 14px;
  min-width: 100px;
}
.buy-price-body .version-table-head .list .item .button:hover {
  transform: translateY(-2px);
}
.buy-price-body .version-table-head .list .version-head-second .button {
  border-color: #fe4066;
  color: #fe4066;
}
.buy-price-body .version-table-head .list .version-head-three .button {
  border-color: #2C80FF;
  color: #2C80FF;
}
.buy-price-body .version-table-head .list .version-head-four .button {
  border-color: #DABB68;
  color: #6D4B09;
  background: linear-gradient(90deg, #ffe6a6, #fff4d8 100%);
}
.buy-price-body .version-table-head.version-table-head-show {
  top: 0;
}
.buy-price-body .buy-section-person {
  display: none;
}
.buy-price-body .buy-section-person.show {
  display: block;
}
.buy-price-body .buy-section-person .buy-section-container {
  background-image: url('/images/buy/img_bg_rp_personal.webp');
}
@media (min-width: 700px) {
  .buy-price-body .buy-section-person .buy-section-container .buy-price-container {
    max-width: 956px;
    margin-top: 32px;
  }
  .buy-price-body .buy-section-person .buy-section-container .buy-price-container .item-wrap {
    width: calc((100% - 32px) / 3);
    min-height: 728px;
  }
}
.buy-price-body .buy-section-person .buy-section-container .buy-price-container .item-wrap-second .item-head {
  background-image: url('/images/buy/img_bg_annual.png');
}
.buy-price-body .buy-section-person .buy-section-container .buy-price-container .item-wrap-second .item-head .button {
  color: #008EE7;
  box-shadow: 0px 4px 16px 0px #0798ea;
  position: relative;
}
.buy-price-body .buy-section-person .buy-section-container .buy-price-container .item-wrap-second .item-head .button .top_right_icon {
  position: absolute;
  right: 0;
  top: 0%;
  transform: translateY(-50%);
  width: 80px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 10px 0px 16px;
}
.buy-price-body .buy-section-person .buy-section-container .buy-price-container .item-wrap-second .item-head .button .top_right_icon span {
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
  text-align: center;
}
.buy-price-body .buy-section-person .buy-section-container .buy-price-container .item-wrap-three .item-head {
  background-image: url('/images/buy/img_bg_perpetual.png');
}
.buy-price-body .buy-section-person .buy-section-container .buy-price-container .item-wrap-three .item-head .button {
  color: #D28004;
  box-shadow: 0px 4px 16px 0px #e09513;
  position: relative;
}
.buy-price-body .buy-section-person .buy-section-container .buy-price-container .item-wrap-three .item-head .button .top_right_icon {
  position: absolute;
  right: 0;
  top: 0%;
  transform: translateY(-50%);
  width: 80px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 10px 0px 16px;
}
.buy-price-body .buy-section-person .buy-section-container .buy-price-container .item-wrap-three .item-head .button .top_right_icon span {
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
  text-align: center;
}
.buy-price-body .buy-section-person .version-table-head .list .version-head-second .button {
  border-color: #009DFF;
  color: #009DFF;
}
.buy-price-body .buy-section-person .version-table-head .list .version-head-three .button {
  border-color: #F6A517;
  color: #F6A517;
}
.buy-price-body .buy-section-team {
  display: none;
}
.buy-price-body .buy-section-team.show {
  display: block;
}
.buy-price-body .buy-section-team .buy-section-container {
  background-image: url('/images/buy/img_bg_rp_team.webp');
}
.buy-price-body .buy-section-team .buy-section-container .buy-price-container {
  margin-top: 32px;
}
.buy-price-body .buy-section-team .buy-section-container .buy-price-container .item-wrap .ent-buy-button::after {
  clear: both;
  content: '';
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.buy-price-body .buy-section-team .buy-section-container .buy-price-container .item-wrap .ent-buy-button .button {
  float: left;
  width: calc((100% - 8px) / 2);
  position: relative;
  z-index: 3;
}
.buy-price-body .buy-section-team .buy-section-container .buy-price-container .item-wrap .ent-buy-button .trial-wrap {
  float: right;
  width: calc((100% - 8px) / 2);
  position: relative;
}
.buy-price-body .buy-section-team .buy-section-container .buy-price-container .item-wrap .ent-buy-button .trial-wrap .but {
  border-radius: 8px;
  border: 2px solid #ffffff;
  line-height: 44px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
  margin-top: 32px;
}
.buy-price-body .buy-section-team .buy-section-container .buy-price-container .item-wrap .ent-buy-button .trial-wrap .but:hover {
  background-color: #ffffff;
  color: #2C80FF;
  transform: translateY(-2px);
}
.buy-price-body .buy-section-team .buy-section-container .buy-price-container .item-wrap .ent-buy-button .trial-wrap .trial-pic {
  position: absolute;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  bottom: 17px;
  text-align: center;
  height: 340px;
  padding-top: 26px;
  background: url('/images/buy/ent-ewm-pic1.png') no-repeat center top;
  background-size: 100% auto;
  z-index: 2;
  display: none;
}
.buy-price-body .buy-section-team .buy-section-container .buy-price-container .item-wrap .ent-buy-button .trial-wrap .trial-pic img {
  display: block;
  width: 156px;
  border: 1px solid #f0eeee;
  border-radius: 8px;
  margin: 16px auto;
}
.buy-price-body .buy-section-team .buy-section-container .buy-price-container .item-wrap .ent-buy-button .trial-wrap .trial-pic .tit {
  font-size: 16px;
  line-height: 24px;
  color: #353030;
  font-weight: bold;
}
.buy-price-body .buy-section-team .buy-section-container .buy-price-container .item-wrap .ent-buy-button .trial-wrap .trial-pic .des {
  color: rgba(53, 48, 48, 0.7);
  font-size: 14px;
  line-height: 22px;
}
.buy-price-body .buy-section-team .buy-section-container .buy-price-container .item-wrap .ent-buy-button .trial-wrap:hover .trial-pic {
  display: block;
}
.buy-price-body .buy-section-team .buy-section-container .buy-price-container .item-wrap-second .item-head {
  background-image: url(/images/buy/img_bg_annual.png);
}
.buy-price-body .buy-section-team .buy-section-container .buy-price-container .item-wrap-second .item-head .button {
  box-shadow: 0px 4px 16px 0px #0798ea;
  color: #008EE7;
  position: relative;
}
.buy-price-body .buy-section-team .version-table-head .list .version-head-second .button {
  border-color: #009DFF;
  color: #009DFF;
}
.buy-price-body .task-list-content {
  width: 92%;
  max-width: 1230px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-left: 3%;
  padding-bottom: 70px;
}
.buy-price-body .task-list-content .function-item {
  width: 20%;
  margin-bottom: 56px;
}
.buy-price-body .task-list-content .function-item h5 {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.buy-price-body .task-list-content .function-item h5::before {
  content: '';
  width: 11px;
  height: 3px;
  background-color: #3988FF;
  position: absolute;
  left: 0;
  bottom: 0;
}
.buy-price-body .task-list-content .function-item p {
  font-size: 12px;
  line-height: 22px;
  color: #8c8889;
}
.buy-price-body .faq-section-container {
  padding: 0 0 64px;
  background-color: #F8F6F6;
}
.buy-price-body .faq-section-container .faq-content {
  max-width: 800px;
  width: 92%;
  margin: 0 auto;
}
.buy-price-body .faq-section-container .faq-content .list {
  background: url("/images/buy/icon_plus.png") no-repeat right 28px;
  background-size: 24px;
  transition: 0.2s;
}
.buy-price-body .faq-section-container .faq-content .list .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  color: #1B1B1B;
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  padding: 28px 50px 28px 0;
}
.buy-price-body .faq-section-container .faq-content .list .title:hover {
  transform: translateX(4px);
  transition-duration: 0.7s;
}
.buy-price-body .faq-section-container .faq-content .list .con {
  font-size: 15px;
  line-height: 28px;
  color: rgba(53, 48, 48, 0.7);
  display: none;
  padding-bottom: 24px;
}
.buy-price-body .faq-section-container .faq-content .list .con .spec-hover {
  color: #0066E5;
  font-weight: bold;
}
.buy-price-body .faq-section-container .faq-content .list .con .spec-hover:hover {
  text-decoration: underline;
}
.buy-price-body .faq-section-container .faq-content .list .con .other-text .ewm-text {
  display: inline-block;
  position: relative;
  color: #0066E5;
  cursor: pointer;
}
.buy-price-body .faq-section-container .faq-content .list .con .other-text .ewm-text .ewm-wrap {
  display: none;
  width: 232px;
  height: 256px;
  position: absolute;
  bottom: 15px;
  text-align: center;
  padding: 0 10px 20px;
  border-radius: 4px;
  left: 50%;
  margin-left: -116px;
  background: url("/images/buy_guide3.png") no-repeat center;
  background-size: 100%;
}
.buy-price-body .faq-section-container .faq-content .list .con .other-text .ewm-text .ewm-wrap img {
  display: block;
  width: 152px;
  margin: 28px auto 12px;
}
.buy-price-body .faq-section-container .faq-content .list .con .other-text .ewm-text .ewm-wrap span {
  font-size: 14px;
  color: #353030;
  line-height: 22px;
}
.buy-price-body .faq-section-container .faq-content .list .con .other-text .ewm-text:hover .ewm-wrap {
  display: block;
}
.buy-price-body .faq-section-container .faq-content .active {
  background-image: url('/images/buy/icon_min.png');
}
.buy-price-body .faq-section-container .faq-content .active .title {
  transform: translateX(0) !important;
}
.buy-price-body .service-section-container {
  padding: 4px 0 180px;
}
.buy-price-body .service-section-container .list {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: 32px auto 0;
  max-width: 1140px;
}
.buy-price-body .service-section-container .list .item {
  max-width: 300px;
  width: 33%;
  text-align: center;
}
.buy-price-body .service-section-container .list .item .pic {
  display: block;
  width: 56px;
  margin: 0 auto;
}
.buy-price-body .service-section-container .list .item span {
  font-size: 20px;
  font-weight: bold;
  color: #1B1B1B;
  line-height: 28px;
  margin: 24px 0 12px;
  display: block;
}
.buy-price-body .service-section-container .list .item p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(53, 48, 48, 0.7);
  height: 48px;
}
.buy-price-body .service-section-container .list .item .button {
  display: block;
  border-radius: 8px;
  color: #ffffff;
  line-height: 48px;
  background-color: #1B1B1B;
  cursor: pointer;
  transition: 0.2s;
  font-size: 14px;
  margin: 4px auto 0;
  max-width: 224px;
}
.buy-price-body .service-section-container .list .item .button:hover {
  transform: translateY(-2px);
}
.buy-price-body .service-section-container .list .item .button-border {
  border: 2px solid #1B1B1B;
  line-height: 44px;
  background-color: transparent;
  color: #1B1B1B;
}
.buy-price-body .bottom-banner-container {
  text-align: center;
  padding: 160px 4% 164px;
  background: url('/images/buy/img_bg_bottom.webp') no-repeat center;
  background-size: cover;
}
.buy-price-body .bottom-banner-container .title {
  font-size: 48px;
  color: #1B1B1B;
  line-height: 56px;
  font-weight: bold;
}
.buy-price-body .bottom-banner-container .text {
  font-size: 20px;
  line-height: 28px;
  color: #1B1B1B;
  margin: 32px 0 64px;
}
.buy-price-body .bottom-banner-container .button {
  display: block;
  width: 240px;
  line-height: 52px;
  border: 2px solid #1b1b1b;
  border-radius: 8px;
  font-size: 16px;
  color: #1B1B1B;
  margin: 0 auto;
  transition: 0.2s;
}
.buy-price-body .bottom-banner-container .button:hover {
  transform: translateY(-2px);
}
.buy-price-body .hotline {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.buy-price-body .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%);
}
.buy-price-body .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;
}
.buy-price-body .hotline .hotline-box i:hover {
  color: #009dff;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.buy-price-body .hotline .hotline-box img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
.buy-price-body .hotline .hotline-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #3d3838;
}
.buy-price-body .hotline .hotline-box .name {
  margin: 38px 0 5px;
}
.buy-price-body .hotline .hotline-box .tel {
  font-size: 30px;
  margin-bottom: 20px;
}
.buy-price-body .hotline .hotline-box .line {
  width: 16px;
  height: 4px;
  background: #009dff;
  margin: 24px 0 58px;
}
.buy-price-body .hotline .hotline-box p {
  font-size: 14px;
  color: #8c8889;
  line-height: 21px;
}
.buy-price-body .rp-sale-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 80px;
  background: url('/images/rpSale/rp-buy-pic1.png') no-repeat top center;
  background-size: cover;
}
.buy-price-body .rp-sale-footer .wx-con {
  position: absolute;
  right: 20%;
  top: 12px;
}
.buy-price-body .rp-sale-footer .wx-con .wx-pic {
  position: absolute;
  top: -276px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.buy-price-body .rp-sale-footer .wx-con:hover .wx-pic {
  display: block;
}
.buy-price-body .footer_banner {
  background: url('/images/banner/footer_banner.png?v=607') no-repeat center;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.buy-price-body .footer_banner img {
  height: 80px;
}
.buy-price-body .footer_banner .countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.buy-price-body .footer_banner .countdown span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
}
.buy-price-body .footer_banner .countdown .countdown_time {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  color: #1a7ebf;
  line-height: 11px;
}
.buy-price-body .customer-service {
  bottom: 140px;
}
.rp-buy-body .buy-price {
  display: none;
}
.rp-buy-body .buy-price.active-space-price {
  display: block;
}
.rp-buy-body .buy-price .cloud-item .item-wrap .item-head .title {
  max-width: 216px;
}
.rp-buy-body .buy-price .cloud-item .item-wrap .item-head .text {
  max-width: 216px;
}
.rp-buy-body .buy-price .cloud-item .item-wrap .item-content {
  min-height: 910px;
  padding-bottom: 20px;
}
.rp-buy-body .buy-price .cloud-item .item-wrap .item-content .item-price {
  padding-bottom: 48px;
  margin-bottom: 9px;
}
.rp-buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .price-now {
  max-width: 216px;
  overflow: hidden;
}
.rp-buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .price-now .price {
  float: left;
}
.rp-buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .price-now .prev-pri {
  float: left;
  font-size: 14px;
  line-height: 22px;
  color: rgba(53, 48, 48, 0.7);
  margin-top: 5px;
}
.rp-buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .price-now .prev-pri span {
  display: block;
}
.rp-buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .price-text {
  color: #fe4066;
  font-size: 14px;
  line-height: 22px;
  max-width: 216px;
  height: 22px;
}
.rp-buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .button {
  max-width: 216px;
}
.rp-buy-body .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 .buy-price .cloud-item .item-wrap .item-content .item-price .go-rp-event img {
  display: block;
  width: 22px;
  float: left;
}
.rp-buy-body .buy-price .off-top-pic {
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  height: 28px;
  z-index: 2;
  padding-top: 7px;
  background-color: #009DFF;
  border-radius: 8px 8px 0 0;
}
.rp-buy-body .buy-price .off-top-pic img {
  display: block;
  height: 14px;
  margin: 0 auto;
}
.rp-buy-body .buy-price .cloud-item-ultimate .off-top-pic {
  background-color: #F7A600;
}
.rp-buy-body .buy-price .cloud-item-pro .item-wrap .item-head::before {
  background-color: #009DFF;
}
.rp-buy-body .buy-price .cloud-item-pro .item-wrap .item-content .item-price .button {
  border-color: #009DFF;
  color: #009DFF;
}
.rp-buy-body .buy-price .cloud-item-pro .item-wrap .item-content .item-price .button:hover {
  background-color: #009DFF;
}
.rp-buy-body .buy-price.buy-price-person {
  font-size: 0;
  text-align: center;
}
.rp-buy-body .buy-price.buy-price-person .cloud-item {
  display: inline-block;
  float: none;
  text-align: left;
  vertical-align: top;
}
.rp-buy-body .buy-price.buy-price-person .cloud-item .item-wrap .item-content {
  min-height: 566px;
}
.rp-buy-body .buy-price.buy-price-person .cloud-item-pro .item-wrap .item-head .off-top-pic {
  background-color: #3FC095;
}
.rp-buy-body .buy-price.buy-price-person .cloud-item-pro .item-wrap .item-head::before {
  background-color: #3FC095;
}
.rp-buy-body .buy-price.buy-price-person .cloud-item-pro .item-wrap .item-content .item-price .button {
  border-color: #3FC095;
  color: #3FC095;
}
.rp-buy-body .buy-price.buy-price-person .cloud-item-pro .item-wrap .item-content .item-price .button:hover {
  background-color: #3FC095;
  color: #ffffff;
}
.rp-buy-body .buy-price.buy-price-person .cloud-item-ultimate .item-wrap .item-head .off-top-pic {
  background-color: #fe4066;
}
.rp-buy-body .buy-price.buy-price-person .cloud-item-ultimate .item-wrap .item-head::before {
  background-color: #fe4066;
}
.rp-buy-body .buy-price.buy-price-person .cloud-item-ultimate .item-wrap .item-content .item-price .button {
  background-color: #fe4066;
}
.rp-buy-body .buy-price.buy-price-person .cloud-item-ultimate .item-wrap .item-content .item-price .button:hover {
  background-color: #ff5476;
}
.rp-buy-body .space-type-wrap {
  font-size: 0;
  margin: 48px auto 0;
  text-align: center;
  padding-left: 20px;
}
.rp-buy-body .space-type-wrap .types {
  display: inline-block;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  position: relative;
  margin: 0 14px;
}
.rp-buy-body .space-type-wrap .types .type-name {
  display: inline-block;
  font-size: 20px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 28px;
  position: relative;
  padding-bottom: 8px;
}
.rp-buy-body .space-type-wrap .types .type-name .iconfont {
  font-size: 20px;
  padding-right: 4px;
  color: rgba(53, 48, 48, 0.4);
}
.rp-buy-body .space-type-wrap .types .type-name::before {
  height: 4px;
  bottom: 0;
  content: '';
  width: 0;
  transition: 0.3s;
  background-color: #009dff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}
.rp-buy-body .space-type-wrap .types .space-icon-wrap {
  display: inline-block;
  position: relative;
  line-height: 14px;
  margin-left: 4px;
  vertical-align: top;
  padding-top: 7px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rp-buy-body .space-type-wrap .types .space-icon-wrap .icons {
  display: block;
  width: 16px;
  color: rgba(53, 48, 48, 0.7);
}
.rp-buy-body .space-type-wrap .types .space-icon-wrap .tips {
  position: absolute;
  display: none;
  width: 466px;
  border-radius: 8px;
  padding: 16px 24px 20px;
  background-color: #353030;
  margin-left: -225px;
  bottom: 25px;
  text-align: left;
}
.rp-buy-body .space-type-wrap .types .space-icon-wrap .tips::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -6px;
  background: url('/images/buy/pic4.png') no-repeat center;
  background-size: 12px auto;
  width: 12px;
  height: 6px;
}
.rp-buy-body .space-type-wrap .types .space-icon-wrap .tips span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
}
.rp-buy-body .space-type-wrap .types .space-icon-wrap .tips p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
  margin-top: 8px;
}
.rp-buy-body .space-type-wrap .types .space-icon-wrap .tips p.p1 {
  padding-left: 8px;
  position: relative;
}
.rp-buy-body .space-type-wrap .types .space-icon-wrap .tips p.p1::before {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
  content: '';
  background-color: #fe4066;
}
.rp-buy-body .space-type-wrap .types.active {
  cursor: default;
}
.rp-buy-body .space-type-wrap .types.active .type-name {
  color: #009dff;
  font-weight: bold;
}
.rp-buy-body .space-type-wrap .types.active .type-name::before {
  width: 100%;
}
.rp-buy-body .space-type-wrap .types.active .type-name .iconfont {
  color: #009dff;
  font-weight: 400;
}
.rp-buy-body .space-type-wrap .types.active .space-icon-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
}
.rp-buy-body .space-type-wrap .types.active .space-icon-wrap .icons {
  cursor: pointer;
}
.rp-buy-body .space-type-wrap .types.active .space-icon-wrap .tips.show {
  display: block;
}
.rp-buy-body .go-to-duibi span,
.rp-buy-body .go-to-duibi .iconfont {
  color: #009dff;
}
.rp-buy-body .buy-title2::before {
  background-color: #009dff;
}
.rp-buy-body .contact-us .contact-list .contact-item .pic1 {
  display: none;
}
.rp-buy-body .contact-us .contact-list .contact-item .pic2 {
  display: inline;
}
.rp-buy-body .contact-us .contact-list .contact-item:hover .desc h3 {
  color: #009dff;
}
.rp-buy-body .mock-table .table-box table td .iconfont {
  color: #009dff;
}
.rp-buy-body .mock-table .table-box table th.th-first::before {
  background-color: #009dff;
}
.rp-buy-body .mock-table .table-box:first-child table tbody tr:nth-child(2) td:last-child {
  color: #009dff;
}
.rp-buy-body .task-list-container .task-list-content .function-item h5::before {
  background-color: #009dff;
}
.dt-buy-body .buy-price .cloud-item .item-wrap .item-content {
  min-height: 473px;
  padding-top: 25px;
}
.dt-buy-body .buy-price .cloud-item .item-wrap .item-content .item-price {
  padding-bottom: 40px;
}
.dt-buy-body .buy-price .cloud-item-pro .item-wrap .item-head::before {
  background-color: #9820E0;
}
.dt-buy-body .buy-price .cloud-item-pro .item-wrap .item-content .item-price .button {
  border-color: #9820E0;
  color: #9820E0;
}
.dt-buy-body .buy-price .cloud-item-pro .item-wrap .item-content .item-price .button:hover {
  background-color: #9820E0;
}
.dt-buy-body .task-list-container {
  background-color: #ffffff;
}
.order-body .clear-space {
  max-width: 800px;
  width: 92%;
  margin: 0 auto;
  padding: 50px 0;
  min-height: 108vh;
}
.order-body .clear-space,
.order-body .clear-space * {
  box-sizing: border-box;
}
.order-body .logo {
  color: #fe4066;
  font-size: 32px;
  display: block;
  text-align: center;
}
.order-body h1 {
  background-color: #f8f6f6;
  font-size: 18px;
  line-height: 50px;
  margin-top: 32px;
  font-weight: bold;
  padding-left: 14px;
}
.order-body .order-container {
  padding-top: 2px;
}
.order-body .order-container .order-content {
  position: relative;
  padding-left: 110px;
  min-height: 22px;
  margin-top: 30px;
}
.order-body .order-container .order-content .left-title {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  line-height: 22px;
  font-size: 14px;
  color: rgba(53, 48, 48, 0.7);
}
.order-body .order-container .order-content .text {
  font-size: 14px;
  line-height: 22px;
  color: #353030;
}
.order-body .order-container .order-content .text-b {
  font-weight: bold;
}
.order-body .order-container .order-content .team-container {
  position: relative;
  border: 1px solid #DCDDDE;
  border-radius: 2px;
  max-width: 240px;
  cursor: pointer;
  border-radius: 8px;
}
.order-body .order-container .order-content .team-container .current-team {
  font-size: 15px;
  line-height: 38px;
  color: #353030;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  padding: 0 30px 0 14px;
  position: relative;
  z-index: 2;
}
.order-body .order-container .order-content .team-container .icon_broad_back {
  position: absolute;
  right: 15px;
  top: 12px;
  font-weight: bold;
  font-size: 12px;
}
.order-body .order-container .order-content .team-container .team-drop {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  background-color: #ffffff;
  top: 38px;
  z-index: 2;
  border: 1px solid #DCDDDE;
  padding: 6px 0;
  max-height: 235px;
  overflow-y: auto;
}
.order-body .order-container .order-content .team-container .team-drop::-webkit-scrollbar {
  width: 5px;
}
.order-body .order-container .order-content .team-container .team-drop::-webkit-scrollbar-track {
  background: url("/images/scroll-line.png") repeat-y center;
  width: 1px;
}
.order-body .order-container .order-content .team-container .team-drop::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.order-body .order-container .order-content .team-container .team-drop .team-list {
  padding: 0 14px;
  line-height: 32px;
  font-size: 14px;
  color: #353030;
  transition: 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.order-body .order-container .order-content .team-container .team-drop .team-list:hover {
  background-color: #e5e5e5;
}
.order-body .order-container .order-content .team-container .team-drop .not-upgrade {
  cursor: default;
}
.order-body .order-container .order-content .team-container .team-drop .not-upgrade::after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.order-body .order-container .order-content .team-container .team-drop .not-upgrade span {
  padding: 0 4px 0 14px;
  line-height: 32px;
  font-size: 14px;
  float: left;
  color: #353030;
  opacity: 0.3;
  white-space: nowrap;
  max-width: calc(100% - 30px);
  text-overflow: ellipsis;
  overflow: hidden;
  height: 32px;
}
.order-body .order-container .order-content .team-container .team-drop .not-upgrade .mark-icon {
  float: left;
  height: 32px;
  width: 30px;
  background: url('/images/que-mark.png') no-repeat left center;
  background-size: 12px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.order-body .order-container .order-content .version-list::after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.order-body .order-container .order-content .version-list .item {
  float: left;
  padding: 9px 16px;
  line-height: 22px;
  border: 1px solid #ebedee;
  border-radius: 2px;
  margin-right: 16px;
  font-size: 14px;
  color: #353030;
  border-radius: 8px;
}
.order-body .order-container .order-content .version-list .item:not(.active) {
  cursor: pointer;
  transition: 0.3s;
}
.order-body .order-container .order-content .version-list .item:not(.active):hover {
  background-color: #ECF6FF;
}
.order-body .order-container .order-content .version-list .item.disabled {
  color: #d2d2d2;
  cursor: default;
  display: none;
}
.order-body .order-container .order-content .version-list .item.disabled:hover {
  background-color: #ffffff;
}
.order-body .order-container .order-content .version-list .item.active {
  background-color: #ECF6FF;
  border-color: #009DFF;
}
.order-body .order-container .order-content .version-list .go-version-compare {
  float: left;
  line-height: 40px;
  margin-left: 16px;
  color: #fe4066;
  font-size: 14px;
  cursor: pointer;
}
.order-body .order-container .order-content .version-list .go-version-compare:hover {
  text-decoration: underline;
}
.order-body .order-container .order-content .space-list::after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.order-body .order-container .order-content .space-list .item {
  float: left;
  padding: 9px 16px;
  line-height: 22px;
  border: 1px solid #ebedee;
  border-radius: 2px;
  margin-right: 16px;
  font-size: 14px;
  color: #353030;
  border-radius: 8px;
}
.order-body .order-container .order-content .space-list .item:not(.active) {
  cursor: pointer;
  transition: 0.3s;
}
.order-body .order-container .order-content .space-list .item:not(.active):hover {
  background-color: #ECF6FF;
}
.order-body .order-container .order-content .space-list .item.disabled {
  color: #d2d2d2;
  cursor: default;
  display: none;
}
.order-body .order-container .order-content .space-list .item.disabled:hover {
  background-color: #ffffff;
}
.order-body .order-container .order-content .space-list .item.active {
  background-color: #ECF6FF;
  border-color: #009DFF;
}
.order-body .order-container .order-content .space-list .go-version-compare {
  float: left;
  line-height: 40px;
  margin-left: 16px;
  color: #fe4066;
  font-size: 14px;
  cursor: pointer;
}
.order-body .order-container .order-content .space-list .go-version-compare:hover {
  text-decoration: underline;
}
.order-body .order-container .order-content .version-duration,
.order-body .order-container .order-content .version-duration-person {
  display: none;
  margin: -16px 0 0 0;
}
.order-body .order-container .order-content .version-duration.active,
.order-body .order-container .order-content .version-duration-person.active {
  display: block;
}
.order-body .order-container .order-content .version-duration::after,
.order-body .order-container .order-content .version-duration-person::after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.order-body .order-container .order-content .version-duration .item,
.order-body .order-container .order-content .version-duration-person .item {
  float: left;
  padding: 8px 16px;
  border: 1px solid #ebedee;
  margin: 16px 16px 0 0;
  min-width: 192px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.order-body .order-container .order-content .version-duration .item:not(.active),
.order-body .order-container .order-content .version-duration-person .item:not(.active) {
  cursor: pointer;
  transition: 0.3s;
}
.order-body .order-container .order-content .version-duration .item:not(.active):hover,
.order-body .order-container .order-content .version-duration-person .item:not(.active):hover {
  background-color: #ECF6FF;
}
.order-body .order-container .order-content .version-duration .item.active,
.order-body .order-container .order-content .version-duration-person .item.active {
  background-color: #ECF6FF;
  border-color: #009DFF;
}
.order-body .order-container .order-content .version-duration .item .names,
.order-body .order-container .order-content .version-duration-person .item .names {
  font-size: 14px;
  color: #353030;
  line-height: 22px;
  display: block;
  font-weight: 600;
}
.order-body .order-container .order-content .version-duration .item .now-price::after,
.order-body .order-container .order-content .version-duration-person .item .now-price::after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.order-body .order-container .order-content .version-duration .item .now-price .s1,
.order-body .order-container .order-content .version-duration-person .item .now-price .s1 {
  display: block;
  float: left;
  font-size: 14px;
  color: #fe4066;
  line-height: 24px;
  margin-top: 3px;
}
.order-body .order-container .order-content .version-duration .item .now-price .s2,
.order-body .order-container .order-content .version-duration-person .item .now-price .s2 {
  display: block;
  float: left;
  font-size: 20px;
  color: #fe4066;
  line-height: 28px;
  margin-right: 3px;
}
.order-body .order-container .order-content .version-duration .item .now-price .s3,
.order-body .order-container .order-content .version-duration-person .item .now-price .s3 {
  margin-top: 4px;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: rgba(53, 48, 48, 0.4);
  text-decoration: line-through;
}
.order-body .order-container .order-content .version-duration .item .now-price .s4,
.order-body .order-container .order-content .version-duration-person .item .now-price .s4 {
  margin-top: 4px;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: rgba(53, 48, 48, 0.4);
}
.order-body .order-container .order-content .version-duration .item .off-pic,
.order-body .order-container .order-content .version-duration-person .item .off-pic {
  display: block;
  height: 20px;
  right: 0;
  top: 0;
  position: absolute;
}
.order-body .order-container .order-content .version-duration .item .off-pic.off-new-pic,
.order-body .order-container .order-content .version-duration-person .item .off-pic.off-new-pic {
  height: 20px;
}
.order-body .order-container .order-content .version-duration .item .off-pic.priceTenPeoples,
.order-body .order-container .order-content .version-duration-person .item .off-pic.priceTenPeoples {
  display: none;
}
.order-body .order-container .order-content .version-duration .item .off-pic-top,
.order-body .order-container .order-content .version-duration-person .item .off-pic-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 20px;
  border-radius: 0px 8px 0px 8px;
  background-color: #FF2A6C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-body .order-container .order-content .version-duration .item .off-pic-top span,
.order-body .order-container .order-content .version-duration-person .item .off-pic-top span {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}
.order-body .order-container .order-content .version-duration .item .off-pic-top-rp,
.order-body .order-container .order-content .version-duration-person .item .off-pic-top-rp {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 20px;
  border-radius: 0px 8px 0px 8px;
  background-color: #FF2A6C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-body .order-container .order-content .version-duration .item .off-pic-top-rp span,
.order-body .order-container .order-content .version-duration-person .item .off-pic-top-rp span {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  font-family: Alimama FangYuanTi VF;
}
.order-body .order-container .order-content .version-duration .item .priceTenPeoples,
.order-body .order-container .order-content .version-duration-person .item .priceTenPeoples {
  display: none !important;
}
.order-body .order-container .order-content .version-duration-person {
  display: block;
}
.order-body .order-container .order-content .version-duration-person .item .red {
  font-weight: normal;
}
.order-body .order-container .order-content .version-compare {
  margin: 39px 0 0 16px;
  color: #fe4066;
  font-size: 14px;
  display: block;
  line-height: 22px;
  cursor: pointer;
  float: left;
}
.order-body .order-container .order-content .version-compare:hover {
  text-decoration: underline;
}
.order-body .order-container .order-content .people-count {
  min-height: 40px;
  position: relative;
  overflow: hidden;
}
.order-body .order-container .order-content .people-count .count-contianer {
  overflow: hidden;
  float: left;
  padding-right: 30px;
}
.order-body .order-container .order-content .people-count .count-contianer .iconfont {
  float: left;
  line-height: 40px;
}
.order-body .order-container .order-content .people-count .count-contianer .iconfont:not(.disabled) {
  cursor: pointer;
  transition: 0.3s;
}
.order-body .order-container .order-content .people-count .count-contianer .iconfont:not(.disabled):hover {
  color: #fe4066;
}
.order-body .order-container .order-content .people-count .count-contianer .iconfont.disabled {
  opacity: 0.3;
}
.order-body .order-container .order-content .people-count .count-contianer .count-input {
  height: 40px;
  float: left;
  border: 1px solid #EBEDEE;
  border-radius: 2px;
  padding: 0 10px;
  width: 62px;
  text-align: center;
  margin: 0 12px;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 8px;
}
.order-body .order-container .order-content .people-count .people-explain {
  font-size: 12px;
  line-height: 20px;
  color: #8c8889;
  padding: 10px 0 0 0;
  float: left;
}
.order-body .order-container .order-content .people-count .people-explain .red {
  color: #fe4066;
}
.order-body .order-container .order-content .people-count .people-explain a {
  color: #fe4066;
}
.order-body .order-container .order-content .people-count .people-explain a:hover {
  text-decoration: underline;
}
.order-body .order-container .order-content .people-count .people-explain .go-entRP-change {
  cursor: pointer;
}
.order-body .order-container .order-content .people-count .people-explain .go-entRP-change:hover {
  text-decoration: underline;
}
.order-body .order-container .order-content .sum-price::after,
.order-body .order-container .order-content .sum-price-person::after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.order-body .order-container .order-content .sum-price .off-sum-price,
.order-body .order-container .order-content .sum-price-person .off-sum-price {
  float: left;
  padding-left: 20px;
  position: relative;
  font-size: 34px;
  color: #FF2A6C;
  line-height: 38px;
  font-weight: bold;
  min-height: 38px ;
}
.order-body .order-container .order-content .sum-price .off-sum-price::before,
.order-body .order-container .order-content .sum-price-person .off-sum-price::before {
  content: '￥';
  position: absolute;
  left: 0;
  font-size: 22px;
  color: #FF2A6C;
  line-height: 20px;
  bottom: 5px;
}
.order-body .order-container .order-content .sum-price .other-sum,
.order-body .order-container .order-content .sum-price-person .other-sum {
  float: left;
  margin-left: 4px;
}
.order-body .order-container .order-content .sum-price .other-sum .con1::after,
.order-body .order-container .order-content .sum-price-person .other-sum .con1::after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.order-body .order-container .order-content .sum-price .other-sum .con1 .icon-pic1,
.order-body .order-container .order-content .sum-price-person .other-sum .con1 .icon-pic1 {
  display: block;
  float: left;
  height: 16px;
}
.order-body .order-container .order-content .sum-price .other-sum .con1 .icon-span,
.order-body .order-container .order-content .sum-price-person .other-sum .con1 .icon-span {
  height: 16px;
  display: block;
  background: #ff2a6c;
  padding: 0 4px;
  border-radius: 8px 8px 8px 0;
  font-size: 12px;
  text-align: CENTER;
  color: #ffffff;
  line-height: 16px;
}
.order-body .order-container .order-content .sum-price .other-sum .con1 .icon-more-course,
.order-body .order-container .order-content .sum-price-person .other-sum .con1 .icon-more-course {
  float: left;
  position: relative;
  margin-left: 4px;
}
.order-body .order-container .order-content .sum-price .other-sum .con1 .icon-more-course .icon_demo_course,
.order-body .order-container .order-content .sum-price-person .other-sum .con1 .icon-more-course .icon_demo_course {
  color: rgba(53, 48, 48, 0.4);
  display: block;
  float: left;
  line-height: 16px;
}
.order-body .order-container .order-content .sum-price .other-sum .con1 .icon-more-course .course-wrap,
.order-body .order-container .order-content .sum-price-person .other-sum .con1 .icon-more-course .course-wrap {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26px;
  width: 192px;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
  background-color: #ffffff;
  padding: 12px 16px;
}
.order-body .order-container .order-content .sum-price .other-sum .con1 .icon-more-course .course-wrap::before,
.order-body .order-container .order-content .sum-price-person .other-sum .con1 .icon-more-course .course-wrap::before {
  position: absolute;
  background: url('/images/buy/icon1.png') no-repeat center;
  background-size: 12px auto;
  width: 12px;
  height: 6px;
  content: '';
  left: 50%;
  margin-left: -6px;
  bottom: -6px;
}
.order-body .order-container .order-content .sum-price .other-sum .con1 .icon-more-course .course-wrap .text,
.order-body .order-container .order-content .sum-price-person .other-sum .con1 .icon-more-course .course-wrap .text {
  margin-top: 8px;
}
.order-body .order-container .order-content .sum-price .other-sum .con1 .icon-more-course .course-wrap .text:first-child,
.order-body .order-container .order-content .sum-price-person .other-sum .con1 .icon-more-course .course-wrap .text:first-child {
  margin-top: 0;
}
.order-body .order-container .order-content .sum-price .other-sum .con1 .icon-more-course .course-wrap .text .red,
.order-body .order-container .order-content .sum-price-person .other-sum .con1 .icon-more-course .course-wrap .text .red {
  color: #fe4066;
}
.order-body .order-container .order-content .sum-price .other-sum .con1 .icon-more-course:hover .course-wrap,
.order-body .order-container .order-content .sum-price-person .other-sum .con1 .icon-more-course:hover .course-wrap {
  display: block;
}
.order-body .order-container .order-content .sum-price .other-sum .con2,
.order-body .order-container .order-content .sum-price-person .other-sum .con2 {
  font-size: 14px;
  line-height: 22px;
  color: rgba(53, 48, 48, 0.4);
  text-decoration: line-through;
}
.order-body .order-container .order-content .select {
  position: relative;
  margin-bottom: 20px;
}
.order-body .order-container .order-content .select .selected-box {
  cursor: default;
  display: inline-block;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  line-height: 22px;
  text-align: left;
}
.order-body .order-container .order-content .select .selected-box i {
  color: #222222;
  margin-left: 4px;
}
.order-body .order-container .order-content .select .selected-val {
  color: #FF2A6C;
  display: inline-block;
  font-size: 14px;
  background-color: #FFEEF3;
  height: 22px;
  line-height: 22px;
  border-radius: 6px;
  padding: 0 10px;
}
.order-body .order-container .order-content .select .selected-val i {
  float: none;
  color: #FF2A6C;
  font-size: 14px;
  margin-right: 4px;
  margin-left: 0;
}
.order-body .order-container .order-content .select .select-menu {
  margin: 0;
  padding: 10px 0;
  width: 227px;
  position: absolute;
  top: 28px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 100;
  max-height: 200px;
  overflow: hidden;
  display: none;
  border-radius: 8px;
}
.order-body .order-container .order-content .select .select-menu li {
  display: block;
  padding: 4px 10px;
  box-sizing: border-box;
  color: #353030;
  line-height: 22px;
  font-size: 14px;
}
.order-body .order-container .order-content .select .select-menu li:hover {
  background-color: #F8F6F6;
}
.order-body .order-container .order-content-line {
  width: 100%;
  height: 3px;
  border-top: 1px solid #DCDDDE;
  margin-top: 32px;
}
.order-body .order-container .order-content-upgrade-type {
  margin-top: 30px;
}
.order-body .order-container .order-content-upgrade-type::after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.order-body .order-container .order-content-upgrade-type .upgrade-type {
  float: left;
  border-bottom: 2px solid transparent;
  line-height: 26px;
  font-size: 16px;
  padding-bottom: 4px;
  margin-right: 36px;
}
.order-body .order-container .order-content-upgrade-type .upgrade-type.active {
  border-color: #fe4066;
  color: #fe4066;
}
.order-body .order-container .order-content-upgrade-type .upgrade-type:not(.active) {
  cursor: pointer;
  transition: 0.3s;
}
.order-body .order-container .order-content-upgrade-type .upgrade-type:not(.active):hover {
  color: #fe4066;
}
.order-body .order-container .lifetime-upgrade-tips {
  display: none;
  margin: 50px 0 -18px;
  border: 1px solid #FF3A77;
  border-radius: 4px;
  color: #262626;
  line-height: 22px;
  padding: 9px 15px;
  background-color: #FFF6F9;
  font-size: 14px;
}
.order-body .order-container .lifetime-upgrade-tips .contact-service {
  position: relative;
  color: #2365ED;
  text-decoration: underline;
  cursor: pointer;
}
.order-body .order-container .lifetime-upgrade-tips .contact-service img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 39px;
  transform: translateX(-50%);
  width: 184px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  z-index: 5;
}
.order-body .order-container .lifetime-upgrade-tips .contact-service:hover img {
  display: block;
}
.order-body .order-container .order-pay-button {
  text-align: center;
  font-size: 0;
  margin: 50px 0 0;
}
.order-body .order-container .order-pay-button .order-pay-invoice {
  display: none;
}
.order-body .order-container .order-pay-button .button {
  display: inline-block;
  border-radius: 6px;
  line-height: 44px;
  font-size: 16px;
  width: 144px;
  font-weight: bold;
  margin: 0 15px;
}
.order-body .order-container .order-pay-button .button.zfb {
  background-color: #399FFC;
  color: #ffffff;
  position: relative;
  transition: 0.3s;
}
.order-body .order-container .order-pay-button .button.zfb .off-pic-top {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 0;
  width: 80px;
  height: 18px;
  border-radius: 16px 10px 0px 16px;
  background-color: #FFB938;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-body .order-container .order-pay-button .button.zfb .off-pic-top span {
  color: #353030;
  font-size: 11px;
  font-weight: 600;
  line-height: 10px;
  white-space: nowrap;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text {
  position: absolute;
  cursor: default;
  top: 100%;
  margin-top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 336px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%) translateY(-10px);
  margin-bottom: 32px ;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text p {
  color: #353030;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text .hover_text_list {
  display: flex;
  align-items: center;
  margin: 16px 0  ;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text .hover_text_list .button-item {
  border-radius: 6px;
  border: 1px solid #DEE2E1;
  width: 96px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  margin-right: 16px;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text .hover_text_list .button-item span {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #353030;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text .hover_text_list .button-item .off-pic-top {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 0;
  width: 48px;
  height: 14px;
  border-radius: 8px 7px 0px 8px;
  background-color: #FE4066;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text .hover_text_list .button-item .off-pic-top span {
  color: #FFFFFF;
  font-size: 9px;
  font-weight: 400;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text .hover_text_list .button-item.active {
  border-color: #FE4066;
  background-color: #fff1f4;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text .hover_text_list .button-item.active .off-pic-top span {
  color: #FFFFFF;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text .hover_text_list .button-item.active span {
  color: #FE4066;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text .submit_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text .submit_list button {
  border-radius: 6px;
  border: 1px solid #DEE2E1;
  width: 56px;
  height: 32px;
  cursor: pointer;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text .submit_list button:nth-child(1) {
  background-color: #FE4066;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.order-body .order-container .order-pay-button .button.zfb .hover_text .submit_list button:nth-child(2) {
  background-color: #F6F8F8;
  color: #353030;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-body .order-container .order-pay-button .button.zfb:hover .hover_text {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.order-body .order-container .order-pay-button .button.wx {
  background-color: #33AC39;
  color: #ffffff;
}
.order-body .order-container .order-pay-button .button.dg {
  border: 1px solid #FF3A77;
  color: #FF3A77;
  line-height: 42px;
}
.order-body .order-container .order-pay-button .button:not(.disabled) {
  cursor: pointer;
  transition: 0.3s;
}
.order-body .order-container .order-pay-button .button:not(.disabled).zfb:hover,
.order-body .order-container .order-pay-button .button:not(.disabled).wx:hover {
  opacity: 0.8;
}
.order-body .order-container .order-pay-button .button:not(.disabled).dg:hover {
  background-color: #FF3A77;
  color: #ffffff;
}
.order-body .order-container .order-last-content {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #969798;
  margin-top: 24px;
}
.order-body .order-container .order-last-content .go-my-info {
  color: #418FD7;
  text-decoration: underline;
  transition: 0.3s;
  cursor: pointer;
}
.order-body .order-container .order-last-content .go-my-info:hover {
  color: #fe4066;
}
.order-body .special-tips-container {
  position: fixed;
  z-index: 10;
  display: none;
  padding-left: 28px;
  height: 32px;
}
.order-body .special-tips-container .mark-container {
  cursor: default;
  z-index: 3;
  padding: 9px 15px;
  width: 220px;
  color: #262626;
  line-height: 22px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  height: 108px;
  margin-top: -38px;
}
.order-body .special-tips-container .mark-container::before {
  background: url('/images/triangle-icon.png') no-repeat center;
  background-size: 100%;
  width: 12px;
  height: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  content: '';
}
.order-body .special-tips-container .mark-container a {
  color: #2365ED;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.3s;
}
.order-body .special-tips-container .mark-container a:hover {
  color: #fe4066;
}
.order-body .current-team-not-buy {
  border-top: 1px solid #DCDDDE;
  margin-top: 32px;
  padding-top: 64px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #353030;
}
.order-body .current-team-not-buy a {
  display: block;
  border-radius: 6px;
  color: #ffffff;
  background-color: #fe4066;
  width: 144px;
  line-height: 44px;
  transition: 0.3s;
  margin: 64px auto 0;
}
.order-body .current-team-not-buy a:hover {
  background-color: #ff5476;
}
.order-body .dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}
.order-body .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;
}
.order-body .dialog-content .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.order-body .dialog-content .close:hover {
  color: #fe4066;
}
.order-body .dialog-content h2 {
  font-size: 18px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  font-weight: normal;
  margin-top: 0;
}
.order-body .dialog-content .qrcode {
  width: 100%;
  max-width: 200px;
  display: none;
  margin: auto;
}
.order-body .dialog-content .loading {
  display: block;
  margin: 50px auto;
}
.order-body .dialog-content p {
  font-size: 14px;
  text-align: center;
  color: #000000;
  margin: 0 auto;
}
.order-body .back-before-page {
  display: none;
}
.order-body .close-this-page {
  display: none;
}
.order-body-rp-app {
  background-color: #F9F9F9;
  color: #2E2F30;
}
.order-body-rp-app::-webkit-scrollbar {
  width: 0;
}
.order-body-rp-app .clear-space {
  padding-bottom: 100px;
}
.order-body-rp-app .logo {
  display: none;
}
.order-body-rp-app h1 {
  font-size: 16px;
  line-height: 24px;
  left: 56px;
  position: fixed;
  top: 19px;
  margin-top: 0;
  z-index: 5;
  background-color: transparent;
  padding-left: 0;
}
.order-body-rp-app .back-before-page {
  display: block;
  position: fixed;
  left: 24px;
  width: 30px;
  text-align: center;
  line-height: 24px;
  top: 18px;
  cursor: pointer;
  font-size: 16px;
  z-index: 5;
  color: #99A5BE;
}
.order-body-rp-app .close-this-page {
  display: block;
  position: fixed;
  right: 9px;
  width: 30px;
  text-align: center;
  line-height: 26px;
  top: 11px;
  cursor: pointer;
  font-size: 16px;
  z-index: 5;
  color: #696B6C;
  font-weight: bold;
}
.order-body-rp-app .order-container {
  padding-top: 24px;
}
.order-body-rp-app .order-container .order-content {
  margin-top: 16px;
  min-height: 18px;
}
.order-body-rp-app .order-container .order-content .left-title {
  line-height: 18px;
  font-size: 13px;
  color: #696B6C;
  margin-top: -9px;
}
.order-body-rp-app .order-container .order-content .text {
  font-size: 13px;
  line-height: 18px;
  color: #2E2F30;
}
.order-body-rp-app .order-container .order-content .team-container {
  border-color: #EFEFEF;
  background-color: #ffffff;
}
.order-body-rp-app .order-container .order-content .team-container .current-team {
  line-height: 36px;
  padding-left: 11px;
  font-size: 13px;
}
.order-body-rp-app .order-container .order-content .version-list .item {
  border-color: #EFEFEF;
  line-height: 18px;
  font-size: 13px;
  padding: 8px 15px;
  background-color: #ffffff;
  margin-right: 8px;
}
.order-body-rp-app .order-container .order-content .version-list .go-version-compare {
  line-height: 36px;
}
.order-body-rp-app .order-container .order-content .version-duration .item,
.order-body-rp-app .order-container .order-content .version-duration-person .item {
  background-color: #ffffff;
  margin-right: 8px;
}
.order-body-rp-app .order-container .order-content .version-duration .item .names,
.order-body-rp-app .order-container .order-content .version-duration-person .item .names {
  font-size: 13px;
  line-height: 18px;
}
.order-body-rp-app .order-container .order-content .version-duration .item .now-price,
.order-body-rp-app .order-container .order-content .version-duration-person .item .now-price {
  margin-top: 4px;
}
.order-body-rp-app .order-container .order-content .version-duration .item .now-price .s1,
.order-body-rp-app .order-container .order-content .version-duration-person .item .now-price .s1 {
  font-size: 11px;
  line-height: 18px;
  margin-top: 0;
}
.order-body-rp-app .order-container .order-content .version-duration .item .now-price .s2,
.order-body-rp-app .order-container .order-content .version-duration-person .item .now-price .s2 {
  font-size: 16px;
  line-height: 18px;
}
.order-body-rp-app .order-container .order-content .version-duration .item .now-price .s4,
.order-body-rp-app .order-container .order-content .version-duration-person .item .now-price .s4,
.order-body-rp-app .order-container .order-content .version-duration .item .now-price .s3,
.order-body-rp-app .order-container .order-content .version-duration-person .item .now-price .s3 {
  margin-top: 0;
  line-height: 18px;
}
.order-body-rp-app .order-container .order-content .version-duration .item.active,
.order-body-rp-app .order-container .order-content .version-duration-person .item.active {
  background-color: #ECF6FF;
}
.order-body-rp-app .order-container .order-content .people-count {
  min-height: 36px;
}
.order-body-rp-app .order-container .order-content .people-count .count-contianer {
  padding: 0 10px;
  margin-right: 24px;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  background-color: #ffffff;
}
.order-body-rp-app .order-container .order-content .people-count .count-contianer .iconfont {
  line-height: 34px;
}
.order-body-rp-app .order-container .order-content .people-count .count-contianer .count-input {
  border: none;
  height: 34px;
  width: 48px;
  margin: 0 10px;
  padding: 0;
}
.order-body-rp-app .order-container .order-content .sum-price .off-sum-price,
.order-body-rp-app .order-container .order-content .sum-price-person .off-sum-price {
  font-size: 24px;
  line-height: 38px;
  min-height: 38px;
}
.order-body-rp-app .order-container .order-content .sum-price .off-sum-price::before,
.order-body-rp-app .order-container .order-content .sum-price-person .off-sum-price::before {
  font-size: 24px;
  line-height: 36px;
  bottom: 0;
}
.order-body-rp-app .order-container .order-content-space {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 4;
  margin-top: 0;
  padding: 16px 0;
  border-bottom: 1px solid #EFEFEF;
}
.order-body-rp-app .order-container .order-content-space .left-title {
  display: none;
}
.order-body-rp-app .order-container .order-content-space .space-list {
  width: 164px;
  margin: 0 auto;
  background-color: #EEF0F4;
  border-radius: 50px;
  padding: 2px;
}
.order-body-rp-app .order-container .order-content-space .space-list .item {
  border: none;
  width: 80px;
  line-height: 28px;
  width: 50%;
  font-size: 14px;
  color: #2E2F30;
  margin-right: 0;
  padding: 0;
  text-align: center;
}
.order-body-rp-app .order-container .order-content-space .space-list .item.active {
  background-color: #009dff;
  color: #ffffff;
  border-radius: 50px;
}
.order-body-rp-app .order-container .order-content-space .customer-list {
  position: absolute;
  right: 54px;
  top: 16px;
}
.order-body-rp-app .order-container .order-content-space .customer-list .customer-list-btn {
  text-align: center;
  width: 104px;
  height: 28px;
  background: #eef0f4;
  border: 1px solid #efefef;
  border-radius: 16px;
  line-height: 26px;
  cursor: pointer;
}
.order-body-rp-app .order-container .order-content-space .customer-list .customer-list-btn i {
  color: #99A5BE;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 4px;
}
.order-body-rp-app .order-container .order-content-space .customer-list .customer-list-btn span {
  font-size: 12px;
  font-weight: 600;
  color: #2e2f30;
  vertical-align: middle;
}
.order-body-rp-app .order-container .order-content-space .customer-list .message {
  position: absolute;
  right: 0;
  top: 32px;
  text-align: center;
  display: none;
}
.order-body-rp-app .order-container .order-content-space .customer-list .message .message-warp {
  cursor: default;
  box-sizing: border-box;
  width: 310px;
  max-height: 397px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
  border: 1px solid #e9e9e9;
  background: #ffffff;
  border-radius: 6px;
  padding: 28px 4px 24px;
}
.order-body-rp-app .order-container .order-content-space .customer-list .message .message-warp.warp-phone {
  width: 214px;
}
.order-body-rp-app .order-container .order-content-space .customer-list .message .message-warp h5 {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin: 0 0 3px;
  font-weight: 600;
}
.order-body-rp-app .order-container .order-content-space .customer-list .message .message-warp p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  color: rgba(53, 48, 48, 0.7);
}
.order-body-rp-app .order-container .order-content-space .customer-list .message .message-warp p.p1 {
  color: #353030;
}
.order-body-rp-app .order-container .order-content-space .customer-list .message .message-warp p .red {
  color: #fe4066;
  font-style: normal;
}
.order-body-rp-app .order-container .order-content-space .customer-list .message .message-warp p a {
  color: #8c8889;
  transition: 0.3s;
}
.order-body-rp-app .order-container .order-content-space .customer-list .message .message-warp p a:hover {
  color: #fe4066;
  text-decoration: underline;
}
.order-body-rp-app .order-container .order-content-space .customer-list .message .message-warp .user {
  color: #000;
}
.order-body-rp-app .order-container .order-content-space .customer-list .message .message-warp .user span {
  color: #fe4066;
  font-weight: 600;
}
.order-body-rp-app .order-container .order-content-space .customer-list .message .message-warp .QRcode {
  width: 160px;
  height: 160px;
  margin: 14px auto 7px;
  background-size: cover;
  background-position: center;
  background-color: #d8d8d8;
}
.order-body-rp-app .order-container .order-content-space .customer-list:hover .message {
  display: block;
}
.order-body-rp-app .order-container .order-pay-button {
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  z-index: 4;
  left: 0;
  right: 0;
  padding: 16px 21px 16px 16px;
  text-align: right;
}
.order-body-rp-app .order-container .order-pay-button .button {
  text-align: center;
  font-size: 14px;
  width: 112px;
  margin: 0 8px 0 0;
  line-height: 40px;
}
.order-body-rp-app .order-container .order-pay-button .button.dg {
  border: 2px solid #fe4066;
  line-height: 36px;
}
.order-body-rp-app .order-container .order-pay-button .order-pay-invoice {
  display: inline-block;
  position: relative;
  margin-right: 14px;
  padding: 10px 10px 0;
}
.order-body-rp-app .order-container .order-pay-button .order-pay-invoice .icon_icon_course02 {
  font-size: 16px;
  line-height: 26px;
  color: #99A5BE;
  display: block;
}
.order-body-rp-app .order-container .order-pay-button .order-pay-invoice .invoice-con {
  position: absolute;
  width: 218px;
  left: 50%;
  margin-left: -109px;
  bottom: 40px;
  border-radius: 8px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15), 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
  background-color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  color: #353030;
  text-align: left;
  padding: 10px 16px;
  display: none;
}
.order-body-rp-app .order-container .order-pay-button .order-pay-invoice .invoice-con::before {
  content: '';
  background: url('/images/buy/icon1.png') no-repeat center;
  background-size: 100% auto;
  width: 12px;
  height: 6px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -6px;
}
.order-body-rp-app .order-container .order-pay-button .order-pay-invoice .invoice-con .go {
  color: #009DFF;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}
.order-body-rp-app .order-container .order-pay-button .order-pay-invoice:hover .invoice-con {
  display: block;
}
.order-body-rp-app .order-container .order-content-price {
  position: fixed;
  bottom: 16px;
  left: 32px;
  z-index: 5;
}
.order-body-rp-app .order-container .order-content-line {
  margin-top: 24px;
  border-color: #EAE8E8;
}
.order-body-rp-app .order-container .order-content-upgrade-type {
  margin-top: 24px;
}
.order-body-rp-app .order-container .order-content-line-none {
  display: none;
}
.order-body-rp-app .order-container .order-last-content {
  display: none;
}
.buy-body-rp-app {
  background-color: #F9F9F9;
  padding: 88px 0 16px;
}
.buy-body-rp-app::-webkit-scrollbar {
  width: 0;
}
.buy-body-rp-app * {
  box-sizing: border-box;
}
.buy-body-rp-app .close-this-page {
  display: block;
  position: fixed;
  right: 9px;
  width: 30px;
  text-align: center;
  line-height: 26px;
  top: 11px;
  cursor: pointer;
  font-size: 16px;
  z-index: 5;
  color: #696B6C;
  font-weight: bold;
}
.buy-body-rp-app .space-list-container {
  border-bottom: 1px solid #EFEFEF;
  padding: 16px 0 15px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 4;
}
.buy-body-rp-app .space-list {
  width: 164px;
  margin: 0 auto;
  background-color: #EEF0F4;
  border-radius: 50px;
  padding: 2px;
  font-size: 0;
}
.buy-body-rp-app .space-list .item {
  display: inline-block;
  width: 80px;
  line-height: 28px;
  width: 50%;
  font-size: 14px;
  color: #2E2F30;
  margin-right: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.buy-body-rp-app .space-list .item.active {
  background-color: #009dff;
  color: #ffffff;
  border-radius: 50px;
  cursor: default;
}
.buy-body-rp-app .customer-list {
  position: absolute;
  right: 54px;
  top: 16px;
}
.buy-body-rp-app .customer-list .customer-list-btn {
  text-align: center;
  width: 104px;
  height: 28px;
  background: #eef0f4;
  border: 1px solid #efefef;
  border-radius: 16px;
  line-height: 26px;
  cursor: pointer;
}
.buy-body-rp-app .customer-list .customer-list-btn i {
  color: #99A5BE;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 4px;
}
.buy-body-rp-app .customer-list .customer-list-btn span {
  font-size: 12px;
  font-weight: 600;
  color: #2e2f30;
  vertical-align: middle;
}
.buy-body-rp-app .customer-list .message {
  position: absolute;
  right: 0;
  top: 32px;
  text-align: center;
  display: none;
}
.buy-body-rp-app .customer-list .message .message-warp {
  cursor: default;
  box-sizing: border-box;
  width: 310px;
  max-height: 397px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
  border: 1px solid #e9e9e9;
  background: #ffffff;
  border-radius: 6px;
  padding: 28px 4px 24px;
}
.buy-body-rp-app .customer-list .message .message-warp.warp-phone {
  width: 214px;
}
.buy-body-rp-app .customer-list .message .message-warp h5 {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin: 0 0 3px;
  font-weight: 600;
}
.buy-body-rp-app .customer-list .message .message-warp p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  color: rgba(53, 48, 48, 0.7);
}
.buy-body-rp-app .customer-list .message .message-warp p.p1 {
  color: #353030;
}
.buy-body-rp-app .customer-list .message .message-warp p .red {
  color: #fe4066;
  font-style: normal;
}
.buy-body-rp-app .customer-list .message .message-warp p a {
  color: #8c8889;
  transition: 0.3s;
}
.buy-body-rp-app .customer-list .message .message-warp p a:hover {
  color: #fe4066;
  text-decoration: underline;
}
.buy-body-rp-app .customer-list .message .message-warp .user {
  color: #000;
}
.buy-body-rp-app .customer-list .message .message-warp .user span {
  color: #fe4066;
  font-weight: 600;
}
.buy-body-rp-app .customer-list .message .message-warp .line {
  width: 100%;
  height: 1px;
  margin: 18px 0;
  background-color: #f0f0f0;
}
.buy-body-rp-app .customer-list .message .message-warp .QRcode {
  width: 160px;
  height: 160px;
  margin: 14px auto 7px;
  background-size: cover;
  background-position: center;
  background-color: #d8d8d8;
}
.buy-body-rp-app .customer-list:hover .message {
  display: block;
}
.buy-body-rp-app .buy-price-container .buy-price {
  display: none;
  justify-content: space-around;
  width: 840px;
  margin: 0 auto;
}
.buy-body-rp-app .buy-price-container .buy-price.active-space-price {
  display: flex;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap {
  width: calc((100% - 96px) / 3);
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
  background-color: #ffffff;
  padding: 24px;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .top-line {
  background-color: #009dff;
  border-radius: 8px 8px 0px 0px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .top-line.top-line-text {
  background-color: #FF2A6C;
  color: #ffffff;
  height: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .names {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #2E2F30;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .names .rec {
  display: inline-block;
  width: 44px;
  vertical-align: top;
  margin: 2px 0 0 4px;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .price-num {
  margin: 8px 0 16px;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .price-num::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .price-num .left {
  font-size: 24px;
  color: #2E2F30;
  line-height: 32px;
  font-weight: bold;
  float: left;
  position: relative;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .price-num .left .s1 {
  font-size: 13px;
  color: #696B6C;
  line-height: 24px;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .price-num .left .s1_1 {
  color: #FF2A6C;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: bottom;
  display: inline-block;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .price-num .left .s2 {
  font-size: 13px;
  color: #969798;
  line-height: 24px;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  text-decoration: line-through;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .price-num .right {
  float: right;
  font-size: 13px;
  line-height: 18px;
  color: #696B6C;
  margin-top: 11px;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button {
  display: block;
  background-color: #009dff;
  color: #ffffff;
  line-height: 40px;
  border-radius: 8px;
  font-size: 14px;
  margin: 16px 0 24px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button.disabled {
  cursor: default;
  color: #009dff;
  background-color: #EEF0F4;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button .top_right_icon {
  position: absolute;
  right: 0;
  top: 0%;
  transform: translateY(-50%);
  width: 80px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 10px 0px 16px;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button .top_right_icon span {
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
  text-align: center;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button-wrap {
  position: relative;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button-wrap::after {
  clear: both;
  content: '';
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button-wrap .button {
  float: left;
  width: calc((100% - 8px) / 2);
  position: relative;
  z-index: 3;
  margin: 0 0 12px;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button-wrap .trial-wrap {
  float: right;
  width: calc((100% - 8px) / 2);
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button-wrap .trial-wrap .but {
  border-radius: 8px;
  border: 2px solid #009dff;
  line-height: 36px;
  color: #009dff;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 0 0 12px;
  z-index: 3;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button-wrap .trial-wrap .but:hover {
  background-color: #009dff;
  color: #ffffff;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button-wrap .trial-wrap .trial-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
  text-align: center;
  background-color: #ffffff;
  z-index: 2;
  display: none;
  padding-top: 22px;
  padding-bottom: 30px;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button-wrap .trial-wrap .trial-pic img {
  display: block;
  width: 156px;
  border: 1px solid #f0eeee;
  border-radius: 8px;
  margin: 16px auto;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button-wrap .trial-wrap .trial-pic .tit {
  font-size: 16px;
  line-height: 24px;
  color: #353030;
  font-weight: bold;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button-wrap .trial-wrap .trial-pic .des {
  color: rgba(53, 48, 48, 0.7);
  font-size: 14px;
  line-height: 22px;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .button-wrap .trial-wrap:hover .trial-pic {
  display: block;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .text {
  color: #696B6C;
  font-size: 13px;
  line-height: 18px;
  margin-top: 12px;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .text::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .text .word-right {
  float: right;
  color: #2E2F30;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .text .icon_price_tick {
  float: right;
  color: #009dff;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .member-type {
  position: absolute;
  top: 28px;
  right: 24px;
  background-color: #EEF0F4;
  border-radius: 18px;
  text-align: center;
  cursor: pointer;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .member-type span {
  line-height: 20px;
  color: #2E2F30;
  display: inline-block;
  font-size: 12px;
  width: 36px;
  position: relative;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .member-type span.active {
  background-color: #009DFF;
  color: #fff;
  border-radius: 18px;
}
.buy-body-rp-app .buy-price-container .buy-price .item-wrap .priceLessTenPeoples {
  display: none;
}
.buy-body-rp-app .go-to-duibi {
  display: block;
  width: 170px;
  margin: 16px auto 0;
  text-align: center;
}
.buy-body-rp-app .go-to-duibi span {
  color: #2E2F30;
  font-size: 14px;
  line-height: 22px;
}
.buy-body-rp-app .go-to-duibi .iconfont {
  font-size: 12px;
  color: #99A5BE;
  line-height: 12px;
}
.buy-body-rp-app .table-container .rp-table-box {
  display: none;
  padding-top: 40px;
}
.buy-body-rp-app .table-container .rp-table-box.active {
  display: block;
}
.buy-body-rp-app .table-container .rp-table-box table thead th::before {
  background-color: transparent;
}
.buy-body-rp-app .table-container .rp-table-box table tbody tr {
  transition: 0.2s;
}
.buy-body-rp-app .table-container .rp-table-box table tbody tr:hover {
  background-color: #ffffff;
}
.buy-body-rp-app .bottom-other-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 3;
  border-top: 1px solid #EFEFEF;
  padding: 9px 18px 10px 24px;
}
.buy-body-rp-app .bottom-other-container::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.buy-body-rp-app .bottom-other-container .button {
  font-size: 0;
  cursor: pointer;
}
.buy-body-rp-app .bottom-other-container .button span {
  font-size: 13px;
  display: inline-block;
  color: #2E2F30;
  vertical-align: middle;
  line-height: 18px;
}
.buy-body-rp-app .bottom-other-container .button .icon {
  display: inline-block;
  width: 16px;
  margin-right: 4px;
  vertical-align: top;
}
.buy-body-rp-app .bottom-other-container .button .iconfont {
  font-size: 16px;
  color: #99A5BE;
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
}
.buy-body-rp-app .bottom-other-container .left1 {
  float: left;
  padding: 5px 10px;
  background: linear-gradient(284deg, #c2d9f4 0%, #eff6ff);
  border-radius: 16px;
  margin-left: 8px;
}
.buy-body-rp-app .bottom-other-container .left2 {
  background: linear-gradient(104deg, #fff2e2, #f4d7b4 100%);
}
.buy-body-rp-app .bottom-other-container .right {
  float: right;
  padding: 5px 0;
  margin-right: 24px;
}
.buy-body-rp-app .comparison-pup-container {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.buy-body-rp-app .comparison-pup-container .ewm-contents {
  max-width: 248px;
  width: 92%;
  position: relative;
}
.buy-body-rp-app .comparison-pup-container .ewm-contents .icon_icon_close {
  color: transparent;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  font-size: 16px;
}
.buy-body-rp-app .comparison-pup-container .ewm-contents .pic {
  display: block;
  width: 100%;
}
.buy-success-body {
  text-align: center;
  padding-top: 211px;
}
.buy-success-body h1 {
  font-size: 16px;
  line-height: 24px;
  margin: 13px 0 3px;
  font-weight: bold;
  color: #353030;
}
.buy-success-body .icon_check_tick {
  font-size: 72px;
  color: #3FC095;
  display: block;
  margin: 0 auto;
}
.buy-success-body .text {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  color: rgba(53, 48, 48, 0.7);
}
.buy-success-body .button {
  width: 88px;
  border-radius: 8px;
  background-color: #009dff;
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  margin: 30px auto 0;
}
.rp-table-box {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto 40px !important;
  overflow: hidden;
  transition: 0.3s;
}
.rp-table-box table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.rp-table-box table thead th {
  position: relative;
  font-size: 16px;
  color: rgba(27, 27, 27, 0.6);
  line-height: 24px;
  padding: 61px 10px 21px;
  background-color: #F9F9F9;
  border-bottom: 1px solid #E9E9E9;
  width: 18%;
}
.rp-table-box table thead th::before {
  background-color: #ffffff;
  left: 0;
  top: 0;
  right: 0;
  height: 40px;
  content: '';
  position: absolute;
}
.rp-table-box table thead .th-first {
  text-align: left;
  padding: 58px 20px 18px;
  overflow: hidden;
  color: #1B1B1B;
  line-height: 30px;
  width: 28%;
}
.rp-table-box table thead .th-first::after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.rp-table-box table thead .th-first img {
  display: block;
  width: 30px;
  float: left;
  margin-right: 12px;
}
.rp-table-box table tbody tr td {
  border-bottom: 1px solid #E9E9E9;
  font-size: 14px;
  line-height: 22px;
  color: #1B1B1B;
  padding: 22px 10px;
}
.rp-table-box table tbody tr td .icon_price_tick {
  color: #00AD74;
  font-weight: bold;
}
.rp-table-box table tbody tr td .show-in-app {
  display: none;
}
.rp-table-box table tbody tr .first {
  padding-left: 20px;
  text-align: left;
}
.rp-table-box table tbody tr .first .news {
  display: inline-block;
  height: 16px;
  margin: 2px 0 0 2px;
  vertical-align: top;
}
.rp-new-body {
  background: url('/images/buy/rp-new1.webp');
  background-size: 1920px auto;
  background-position: center top;
  background-color: #FFECD3;
  background-repeat: no-repeat;
}
.rp-new-body .banner-container {
  position: relative;
  padding: 48px 0 12px;
}
.rp-new-body .banner-container .pic1 {
  width: 92%;
  max-width: 912px;
  margin: 0 auto;
  display: block;
}
.rp-new-body .banner-container .other-con {
  max-width: 568px;
  width: 92%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}
.rp-new-body .banner-container .other-con .top-title {
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  color: #472F33;
  margin-bottom: 18px;
}
.rp-new-body .banner-container .other-con .day-count {
  overflow: hidden;
  padding: 12px 16px 12px 28px;
  background: #ffffff;
  border-radius: 50px;
}
.rp-new-body .banner-container .other-con .day-count .title {
  display: block;
  float: left;
  font-size: 20px;
  line-height: 32px;
  color: #472F33;
}
.rp-new-body .banner-container .other-con .day-count .txt1 {
  display: block;
  float: left;
  font-size: 16px;
  color: #472F33;
  line-height: 32px;
  margin: 0 6px;
}
.rp-new-body .banner-container .other-con .day-count .txt2 {
  float: left;
  display: block;
  font-size: 20px;
  color: #FE3F60;
  font-weight: bold;
  line-height: 32px;
  margin: 0 2px;
  width: 32px;
  border-radius: 4px;
  text-align: center;
  background-color: #FFEEE5;
}
.rp-new-body .buy-price-container {
  max-width: 1116px;
}
.rp-new-body .buy-price-container .item-wrap {
  width: calc((100% - 96px) / 3);
}
.rp-new-body .buy-price-container .item-wrap .item-head {
  padding-bottom: 36px;
  position: relative;
}
.rp-new-body .buy-price-container .item-wrap .item-head .top-pic2 {
  display: block;
  width: 117px;
  top: 34px;
  right: -4px;
  position: absolute;
}
.rp-new-body .buy-price-container .item-wrap .item-head .price-now .price {
  float: left;
}
.rp-new-body .buy-price-container .item-wrap .item-head .price-now .prev-pri {
  float: left;
  margin-left: 8px;
}
.rp-new-body .buy-price-container .item-wrap .item-head .price-now .prev-pri span {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
.rp-new-body .buy-price-container .item-wrap .item-head .price-now .prev-pri span:last-child {
  font-size: 16px;
}
.rp-new-body .buy-price-container .item-wrap .item-head .button {
  background-color: transparent;
  border: 2px solid #ffffff;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
}
.rp-new-body .buy-price-container .item-wrap .item-head .button.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.rp-new-body .buy-price-container .item-wrap .item-head .button.disabled:hover {
  transform: translateY(0);
}
.rp-new-body .buy-price-container .item-wrap .item-head .other-txt {
  text-align: center;
  font-size: 0;
  margin-top: 8px;
  height: 22px;
}
.rp-new-body .buy-price-container .item-wrap .item-head .other-txt span {
  display: inline-block;
  padding-left: 20px;
  background: url('/images/buy/rp-new9.png') no-repeat left center;
  background-size: 16px auto;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.rp-new-body .buy-price-container .item-wrap .item-content {
  background: #ffffff;
  border-radius: 16px;
  margin-top: -20px;
  position: relative;
  z-index: 3;
}
.rp-new-body .buy-price-container .item-wrap-perpetual {
  position: relative;
}
.rp-new-body .buy-price-container .item-wrap-perpetual .top-pic1 {
  position: absolute;
  left: 0;
  width: 100%;
  top: -32px;
  z-index: 1;
  display: block;
}
.rp-new-body .buy-price-container .item-wrap-perpetual .item-head {
  background-image: url('/images/buy/rp-new3.png');
  position: relative;
  z-index: 2;
}
.rp-new-body .buy-price-container .item-wrap-perpetual .item-head .button {
  background-color: #353030;
  color: #ffffff;
  line-height: 46px;
  border: none;
}
.rp-new-body .buy-price-container .item-wrap-startup .item-head {
  background-image: url('/images/buy/rp-new4.png');
}
.rp-new-body .buy-price-container .item-wrap-ent .item-head {
  background-image: url('/images/buy/rp-new5.png');
}
.rp-new-body .the-version-container {
  display: none;
}
.rp-new-body .the-version-container .buy-title2 {
  padding: 64px 0;
}
.rp-new-body .rp-table-box {
  background-color: #ffffff;
  border-radius: 24px;
  max-width: 1296px;
  padding: 8px 48px 48px;
  width: 92%;
}
.rp-new-body .detailed-version-button {
  width: 140px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 0;
  padding-top: 12px;
  cursor: pointer;
}
.rp-new-body .detailed-version-button span {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
}
.rp-new-body .detailed-version-button img {
  display: inline-block;
  width: 20px;
  vertical-align: top;
  margin: 1px 0 0 1px;
}
.rp-new-body .buy-title2 {
  font-size: 40px;
  line-height: 48px;
}
.rp-new-body .big-gift-container {
  background-color: #FE3F60;
  margin-top: 128px;
  position: relative;
  padding: 16px 0 128px;
}
.rp-new-body .big-gift-container::before {
  width: 444px;
  height: 200px;
  background: url('/images/buy/rp-new10.png') no-repeat center;
  position: absolute;
  content: '';
  left: 0;
  top: -200px;
  background-size: 100% auto;
}
.rp-new-body .big-gift-container::after {
  width: 194px;
  height: 176px;
  background: url('/images/buy/rp-new23.png') no-repeat center;
  position: absolute;
  content: '';
  right: 60px;
  bottom: -88px;
  background-size: 100% auto;
}
.rp-new-body .big-gift-container .buy-title2 {
  color: #ffffff;
  padding-bottom: 16px;
}
.rp-new-body .big-gift-container .gift-ewm {
  width: 272px;
  background-color: #ffffff;
  border-radius: 16px;
  margin: 0 auto 0;
  display: flex;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
}
.rp-new-body .big-gift-container .gift-ewm img {
  display: block;
  width: 88px;
}
.rp-new-body .big-gift-container .gift-ewm .con {
  margin-left: 16px;
}
.rp-new-body .big-gift-container .gift-ewm .con span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #353030;
}
.rp-new-body .big-gift-container .gift-ewm .con p {
  margin-top: 4px;
  font-size: 20px;
  line-height: 28px;
  color: #FE3F60;
}
.rp-new-body .big-gift-container .text1 {
  text-align: center;
}
.rp-new-body .big-gift-container .text1 span {
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
.rp-new-body .big-gift-container .text1 .s2 {
  color: #ffffff;
}
.rp-new-body .big-gift-container .list {
  display: flex;
  justify-content: space-between;
  max-width: 1008px;
  width: 92%;
  margin: 0 auto;
  padding-top: 32px;
  flex-wrap: wrap;
}
.rp-new-body .big-gift-container .list li {
  width: calc((100% - 96px) / 4);
  background-color: #ffffff;
  border-radius: 24px;
  margin-top: 32px;
  text-align: center;
  padding: 32px 10px 32px;
}
.rp-new-body .big-gift-container .list li img {
  display: block;
  width: 82px;
  margin: 0 auto;
  border: 1px solid #E9E9E9;
  border-radius: 16px;
}
.rp-new-body .big-gift-container .list li .title {
  font-size: 24px;
  line-height: 32px;
  color: #363431;
  margin: 16px 0 8px;
}
.rp-new-body .big-gift-container .list li .text {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  padding: 3px 12px;
  border-radius: 14px;
  display: inline-block;
}
.rp-new-body .faq-section-container {
  background-color: transparent;
}
.rp-new-body .faq-section-container .faq-content .list .con .spec-hover {
  color: #0066E5;
  font-weight: normal;
}
.buy-price-pup-body {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.buy-price-pup-body .buy-price-pup-con {
  width: 820px;
  height: 680px;
  padding: 18px 50px 18px 58px;
  box-sizing: border-box;
  margin: auto;
  background: url('/images/rpSale/buy-price-pup-bg.png') no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.buy-price-pup-body .buy-price-pup-con .pos-right {
  position: absolute;
  width: 186px;
  height: auto;
  top: 0;
  right: 0;
  z-index: 1;
}
.buy-price-pup-body .buy-price-pup-con h2 {
  text-align: center;
  margin-bottom: 24px;
}
.buy-price-pup-body .buy-price-pup-scroll {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin-top: 16px;
  padding-right: 8px;
}
.buy-price-pup-body .buy-price-pup-scroll::-webkit-scrollbar {
  width: 5px;
}
.buy-price-pup-body .buy-price-pup-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.buy-price-pup-body .letter-con {
  padding: 0 32px;
  opacity: 0;
  animation: page-fade-in 0.5s forwards;
}
@keyframes page-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.buy-price-pup-body .letter-con h3 {
  font-size: 17px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: LEFT;
  color: #353030;
  line-height: 24px;
  margin-bottom: 8px;
}
.buy-price-pup-body .letter-con p {
  margin: 0;
  font-size: 15px;
  text-align: left;
  color: rgba(53, 48, 48, 0.9);
  line-height: 32px;
  text-indent: 32px;
}
.buy-price-pup-body .letter-con p span {
  color: #fe4066;
  font-weight: bold;
}
.buy-price-pup-body .letter-con p.line {
  background: conic-gradient(from 90deg at 2px 31px, #FFE3CF 90deg, transparent 0deg);
  background-size: 8px 32px;
}
.buy-price-pup-body .letter-con .letter-right {
  text-align: right;
  margin-bottom: 64px;
}
.buy-price-pup-body .letter-con .letter-right h3 {
  text-align: right;
  margin: 24px auto 0;
}
.buy-price-pup-body .letter-con .letter-right span {
  font-size: 15px;
  color: rgba(53, 48, 48, 0.9);
}
.buy-price-pup-body .price-con {
  margin-top: 64px;
  text-align: center;
}
.buy-price-pup-body .price-con .hide {
  display: none;
}
.buy-price-pup-body .price-con ul {
  padding: 0;
  margin: auto;
}
.buy-price-pup-body .price-con li {
  box-shadow: 0 4px 16px rgba(232, 217, 205, 0.7);
  display: inline-block;
  max-width: 260px;
  width: calc((100%-32px)/2);
  border-radius: 16px;
}
.buy-price-pup-body .price-con li img {
  width: 100%;
}
.buy-price-pup-body .price-con li:first-of-type {
  margin-right: 32px;
}
.buy-price-pup-body .price-con .rp-tab {
  margin: 0 auto 24px;
  background: #f8f6f6;
  border: 1px solid #e9e9e9;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
}
.buy-price-pup-body .price-con .rp-tab span {
  font-size: 14px;
  color: #353030;
  line-height: 32px;
  padding: 0 16px;
  display: inline-block;
  cursor: pointer;
}
.buy-price-pup-body .price-con .rp-tab span.active {
  background: #009dff;
  border-radius: 50px;
  color: #fff;
}
.buy-price-pup-body .price-con.superent .price-img {
  width: 100%;
  max-width: 704px;
  border-radius: 16px;
}
.buy-price-pup-body .buy-price-pup-footer {
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('/images/rpSale/buy-price-pup-position2.webp') no-repeat center;
  background-size: cover;
  pointer-events: none;
}
.buy-price-pup-body .buy-price-pup-footer .buy-price-pup-footer-con {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  pointer-events: all;
}
.buy-price-pup-body .buy-price-pup-footer .buy-price-pup-footer-con .btn {
  cursor: pointer;
  width: 220px;
  height: 56px;
  line-height: 56px;
  box-shadow: 0px 4px 8px 0px rgba(14, 45, 39, 0.7);
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  color: #232a28;
  border-radius: 32px;
  background: linear-gradient(106deg, #fad58d, #ad6a38 100%);
}
.buy-price-pup-body .buy-price-pup-footer .buy-price-pup-footer-con .btn.disable {
  background: linear-gradient(104deg, #bdbdbd, #575757 100%);
}
.buy-price-pup-body .buy-price-pup-footer .buy-price-pup-footer-con p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 16px;
}
@media (max-width: 1820px) {
  .buy-price-body .rp-sale-footer .wx-con {
    right: 18%;
  }
}
@media (max-width: 1740px) {
  .buy-price-body .rp-sale-footer .wx-con {
    right: 16%;
  }
}
@media (max-width: 1640px) {
  .buy-price-body .rp-sale-footer .wx-con {
    right: 13%;
  }
}
@media (max-width: 1540px) {
  .buy-price-body .rp-sale-footer .wx-con {
    right: 10%;
  }
}
@media (max-width: 1599px) {
  .buy-price-body .buy-title1 h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .buy-price-body .buy-title1 p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
  }
  .buy-price-body .buy-price-container {
    max-width: 1180px;
  }
  .buy-price-body .buy-price-container .item-wrap .item-head {
    padding: 40px 22px;
    background-size: 100% 100%;
  }
  .buy-price-body .buy-price-container .item-wrap .item-head .price-now .price {
    font-size: 44px;
  }
  .buy-price-body .buy-price-container .item-wrap .item-head .ent {
    font-size: 18px;
  }
  .buy-price-body .buy-price-container .item-wrap .item-content .item-text {
    margin-top: 12px;
  }
  .buy-price-body .go-super-content {
    max-width: 1180px;
  }
  .buy-price-body .version-table-head .list {
    max-width: 1000px;
  }
  .buy-price-body .service-section-container .list {
    max-width: 990px;
  }
  .rp-table-box {
    max-width: 1000px;
  }
}
@media (max-width: 1400px) {
  .buy-price-body .rp-sale-footer .wx-con {
    right: 90px;
  }
}
@media (max-width: 1280px) {
  .buy-price-body .rp-sale-footer .wx-con {
    right: 56px;
  }
}
@media (max-width: 1199px) {
  .buy-body .buy-title1 h1 {
    font-size: 38px;
  }
  .buy-body .buy-title1 p {
    font-size: 18px;
  }
  .buy-body .buy-price {
    max-width: 600px;
    padding-top: 60px;
  }
  .buy-body .buy-price .cloud-item {
    width: 50%;
    margin-top: 30px;
  }
  .buy-section-container .buy-title1 h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .buy-section-container .buy-title1 p {
    font-size: 18px;
    line-height: 26px;
  }
  .buy-section-container .buy-price-container {
    flex-wrap: wrap;
    max-width: 600px;
    margin-top: 52px;
  }
  .buy-section-container .buy-price-container .item-wrap {
    width: calc((100% - 24px) / 2);
    margin-top: 36px;
  }
  .rp-new-body .buy-price-container .item-wrap {
    width: calc((100% - 40px) / 3);
  }
  .buy-price-body .rp-sale-footer .wx-con {
    right: 24px;
  }
}
@media (max-width: 1099px) {
  .buy-body .go-super-content {
    background-position: left center;
  }
  .buy-price-body .rp-sale-footer {
    display: none;
  }
}
@media (max-width: 999px) {
  .buy-body .contact-us .contact-item {
    display: block;
    width: 100%;
    margin: 0 auto 35px;
  }
  .buy-body .mock-table table tbody td.title::before {
    left: 10px;
  }
  .buy-body .super-price {
    padding-left: 30px;
    padding-right: 20px;
  }
  .buy-body .super-price .left-item {
    width: 25%;
  }
  .buy-body .super-price .right-item {
    width: 25%;
    border-left: none;
  }
  .buy-body .go-ent-con {
    padding-left: 30px;
    padding-right: 20px;
  }
  .buy-body .go-ent-con .first-item {
    width: 25%;
  }
  .buy-body .go-ent-con .item {
    width: 25%;
    border-left: none;
  }
  .buy-body .task-list-container .task-list-content {
    padding-left: 10%;
  }
  .buy-body .task-list-container .task-list-content .function-item {
    width: 25%;
  }
  .buy-price-body .version-table-head .list .item span {
    font-size: 15px;
    line-height: 23px;
    margin-top: 2px;
  }
  .buy-price-body .task-list-content .function-item {
    width: 25%;
  }
  .buy-price-body .service-section-container {
    padding-bottom: 120px;
  }
  .buy-price-body .service-section-container .list {
    display: block;
    margin-top: 20px;
  }
  .buy-price-body .service-section-container .list .item {
    width: 100%;
    margin: 64px auto 0;
  }
  .buy-price-body .service-section-container .list .item:first-child {
    margin-top: 0;
  }
  .buy-price-body .bottom-banner-container {
    padding: 96px 4%;
  }
  .buy-price-body .bottom-banner-container .title {
    font-size: 38px;
    line-height: 46px;
  }
  .buy-price-body .bottom-banner-container .text {
    margin: 24px 0 32px;
  }
  .rp-table-box table thead th {
    font-size: 14px;
    line-height: 22px;
  }
  .rp-new-body .banner-container {
    padding-bottom: 60px;
  }
  .rp-new-body .banner-container .other-con {
    bottom: 0;
    max-width: 444px;
  }
  .rp-new-body .banner-container .other-con .top-title {
    font-size: 26px;
    line-height: 34px;
  }
  .rp-new-body .banner-container .other-con .day-count {
    padding: 6px 10px 6px 18px;
    border-radius: 30px;
  }
  .rp-new-body .banner-container .other-con .day-count .title {
    font-size: 16px;
    line-height: 24px;
  }
  .rp-new-body .banner-container .other-con .day-count .txt2 {
    width: 24px;
    line-height: 24px;
    margin: 0 1px;
    font-size: 14px;
  }
  .rp-new-body .banner-container .other-con .day-count .txt1 {
    line-height: 24px;
    font-size: 14px;
  }
  .rp-new-body .buy-price-container {
    display: block;
  }
  .rp-new-body .buy-price-container .item-wrap {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 48px;
  }
  .rp-new-body .buy-price-container .item-wrap .item-head .top-pic2 {
    width: 90px;
  }
  .rp-new-body .big-gift-container::before,
  .rp-new-body .big-gift-container::after {
    display: none;
  }
  .rp-new-body .big-gift-container .list li {
    width: calc((100% - 32px) / 3);
    border-radius: 16px;
    max-width: 230px;
  }
}
@media (max-width: 799px) {
  .buy-body .super-price {
    max-width: 300px;
    padding: 60px 30px;
  }
  .buy-body .super-price .top-sale-icon {
    top: -28px;
  }
  .buy-body .super-price .top-sale-icon img.web {
    display: none;
  }
  .buy-body .super-price .top-sale-icon img.phone {
    display: block;
  }
  .buy-body .super-price .left-item {
    width: 100%;
    padding: 0;
  }
  .buy-body .super-price .right-item {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .buy-body .super-price .right-item .text {
    max-width: 100%;
  }
  .buy-body .go-ent-con {
    max-width: 300px;
    padding: 40px 30px;
  }
  .buy-body .go-ent-con .first-item {
    width: 100%;
    padding: 0;
  }
  .buy-body .go-ent-con .item {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-top: 40px;
  }
  .buy-body .go-ent-con .item span {
    margin-bottom: 16px;
  }
  .buy-body .task-list-container .task-list-content .function-item {
    width: 33.33%;
  }
  .rp-buy-body .space-type-wrap {
    padding-left: 0;
  }
  .rp-buy-body .space-type-wrap .types .space-icon-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .buy-price-body .buy-title1 h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .buy-price-body .version-table-head {
    display: none;
  }
  .buy-price-body .buy-title2 {
    font-size: 28px;
    line-height: 36px;
  }
  .buy-price-body .task-list-content {
    padding-left: 10%;
  }
  .buy-price-body .task-list-content .function-item {
    width: 33.33%;
  }
}
@media (max-width: 699px) {
  .buy-price-body .buy-title1 h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .buy-price-body .buy-title1 p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .buy-price-body .buy-price-container {
    max-width: 300px;
    margin-top: 32px;
  }
  .buy-price-body .buy-price-container .item-wrap {
    width: 100%;
  }
  .buy-price-body .go-super-content .titles span {
    font-size: 24px;
    line-height: 32px;
  }
  .buy-price-body .go-super-content .titles p {
    margin: 12px 0 16px;
  }
  .rp-table-box {
    width: 100%;
  }
  .rp-table-box table thead tr th {
    width: auto;
    min-width: 60px;
    padding: 58px 5px 10px;
    font-size: 13px;
    line-height: 22px;
  }
  .rp-table-box table thead tr .th-first {
    width: auto;
    padding: 58px 5px 10px 15px;
  }
  .rp-table-box table thead tr .th-first img {
    display: none;
  }
  .rp-table-box table tbody tr td {
    word-break: break-all;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .rp-table-box table tbody tr .first {
    padding-left: 15px;
  }
  .rp-new-body .banner-container {
    padding-top: 96px;
  }
  .rp-new-body .banner-container .other-con {
    position: relative;
    transform: translate(0);
    left: auto;
    bottom: auto;
    margin: 0 auto;
    text-align: center;
  }
  .rp-new-body .banner-container .other-con .top-title {
    font-size: 20px;
    line-height: 22px;
  }
  .rp-new-body .banner-container .other-con .day-count {
    display: inline-block;
  }
  .rp-new-body .banner-container .other-con .day-count .title {
    display: none;
  }
  .rp-new-body .the-version-container .buy-title2 {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .rp-new-body .the-version-container .rp-table-box {
    border-radius: 8px;
    padding: 0 16px 24px;
  }
  .rp-new-body .big-gift-container {
    margin-top: 64px;
    padding-top: 0;
    padding-bottom: 64px;
  }
  .rp-new-body .big-gift-container .list {
    padding-top: 8px;
    max-width: 460px;
  }
  .rp-new-body .big-gift-container .list li {
    width: calc((100% - 12px) / 2);
    padding: 24px 10px;
    border-radius: 8px;
    margin-top: 24px;
  }
  .rp-new-body .big-gift-container .list li img {
    width: 60px;
  }
  .rp-new-body .big-gift-container .list li .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .rp-new-body .big-gift-container .list li .text {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .buy-body {
    padding-top: 120px;
  }
  .buy-body .buy-title1 h1 {
    font-size: 28px;
  }
  .buy-body .buy-title1 p {
    font-size: 16px;
  }
  .buy-body .buy-price {
    max-width: 300px;
    padding-top: 30px;
  }
  .buy-body .buy-price .cloud-item {
    width: 100%;
    float: none;
  }
  .buy-body .buy-price .cloud-item .item-wrap .item-content {
    min-height: 0 !important;
  }
  .buy-body .buy-price .cloud-item .item-wrap .item-content .item-price {
    padding-bottom: 16px;
  }
  .buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .go-rp-event {
    position: relative;
    bottom: auto;
    transform: translateX(0);
    left: auto;
    text-align: center;
    margin-top: 20px;
  }
  .buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .go-rp-event img {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  .buy-body .buy-price .cloud-item .item-wrap .item-content .item-price .price-text {
    height: auto;
  }
  .buy-body .buy-price .cloud-item .item-wrap .item-content .item-text {
    padding: 12px 0;
  }
  .buy-body .buy-price .cloud-item .item-wrap .item-content .item-text p {
    min-height: 0;
  }
  .buy-body .buy-price .cloud-item .item-wrap .item-content .item-title {
    margin-top: 0;
  }
  .buy-body .mock-table table th {
    font-size: 14px;
    padding: 10px 0;
  }
  .buy-body .mock-table table th.th-first {
    font-size: 14px;
  }
  .buy-body .mock-table table tr td.title::before {
    display: none;
  }
  .buy-body .task-list-container .task-list-content .function-item {
    width: 50%;
  }
  .order-body .clear-space {
    padding-bottom: 30px;
  }
  .order-body h1 {
    font-size: 16px;
    margin-top: 24px;
    line-height: 40px;
  }
  .order-body .order-container .order-pay-button {
    margin-top: 30px;
  }
  .order-body .order-container .order-pay-button .button {
    width: 100px;
    font-size: 14px;
    line-height: 40px;
    margin: 0 5px;
  }
  .order-body .order-container .order-pay-button .button.dg {
    line-height: 38px;
  }
  .order-body .order-container .order-content-line {
    margin-top: 20px;
  }
  .order-body .order-container .order-content {
    padding-left: 85px;
    margin-top: 20px;
  }
  .order-body .order-container .order-content .left-title {
    font-size: 13px;
  }
  .order-body .order-container .order-content .version-list .item {
    font-size: 12px;
    padding: 5px 8px;
  }
  .order-body .order-container .order-content .version-list .go-version-compare {
    line-height: 34px;
    font-size: 12px;
    margin-left: 0;
  }
  .order-body .order-container .order-content .version-duration .item,
  .order-body .order-container .order-content .version-duration-person .item {
    font-size: 12px;
    padding: 5px 10px;
  }
  .order-body .order-container .order-content .text {
    font-size: 13px;
  }
  .order-body .order-container .order-content .sum-price {
    font-size: 24px;
    padding-left: 16px;
    line-height: 24px;
    min-height: 24px;
  }
  .order-body .order-container .order-content .sum-price::before {
    font-size: 18px;
    line-height: 18px;
    bottom: 3px;
  }
  .buy-price-body .task-list-content {
    padding-left: 12%;
    padding-bottom: 32px;
  }
  .buy-price-body .task-list-content .function-item {
    width: 50%;
    margin-bottom: 32px;
  }
  .footer_banner {
    display: none !important;
  }
}
@media (max-width: 499px) {
  .buy-body .buy-title1 h1 {
    font-size: 24px;
  }
  .buy-body .buy-title1 p {
    font-size: 14px;
  }
  .buy-body .buy-title2 {
    margin-bottom: 48px;
  }
  .buy-body .go-super-content {
    padding: 32px 20px 32px 20px;
  }
  .buy-body .contact-us {
    margin-top: 68px;
    padding-top: 68px;
    padding-bottom: 48px;
  }
  .buy-body .contact-us .contact-item {
    padding: 28px 20px;
    margin-bottom: 20px;
  }
  .buy-body .contact-us .contact-item img {
    display: none;
  }
  .buy-body .contact-us .contact-item .desc {
    display: block;
    margin-left: 0;
  }
  .buy-body .mock-table {
    padding-top: 68px;
    margin-bottom: 68px;
  }
  .buy-body .task-list-container {
    padding: 68px 0;
  }
  .buy-body .task-list-container .task-list-content .function-item {
    margin-bottom: 32px;
  }
  .buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .ent-buy-button .trial-wrap .trial-pic {
    width: 280px;
    height: 320px;
  }
  .buy-body .buy-price .cloud-item-ultimate .item-wrap .item-content .item-price .ent-buy-button .trial-wrap .trial-pic img {
    margin: 12px auto;
  }
  .order-body .order-container .order-content .icon-more-course {
    display: none;
  }
  .buy-price-body .buy-title1 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .buy-price-body .buy-title2 {
    font-size: 24px;
    line-height: 32px;
    padding: 64px 4% 32px;
  }
  .buy-price-body .faq-section-container {
    padding-bottom: 48px;
  }
  .buy-price-body .faq-section-container .faq-content .list {
    background-position: right 16px;
  }
  .buy-price-body .faq-section-container .faq-content .list .title {
    padding: 16px 40px 16px 0;
  }
}
@media (max-width: 420px) {
  .buy-body .mock-table table td {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 0;
  }
  .buy-body .mock-table table td .iconfont {
    font-size: 12px;
  }
  .buy-body .mock-table table .first {
    font-size: 12px;
  }
}
.rp_price {
  background: url('/images/promotions/summerSale2025/rp_price_top_bg.svg') no-repeat center top !important;
}
.rp_price .buy_placeholder {
  width: 100%;
  height: 640px;
}
@media (max-width: 1441px) {
  .rp_price {
    background: url('/images/promotions/summerSale2025/rp_price_top_bg.svg') no-repeat center top !important;
  }
  .rp_price .buy_placeholder {
    width: 100%;
    height: 640px;
  }
}
@media (max-width: 1281px) {
  .rp_price {
    background: url('/images/promotions/summerSale2025/rp_price_top_bg.svg') no-repeat center top !important;
  }
  .rp_price .buy_placeholder {
    width: 100%;
    height: 640px;
  }
}
