/* 去除移动端点击元素的背景颜色 */
div {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.header {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
.header .nav div:last-child ul li.after a::after {
  content: '0元试用';
  color: #fff;
  font-weight: bold;
  line-height: 45px;
  position: absolute;
  z-index: 2000;
  left: 60px;
  top: 4px;
  letter-spacing: 1px;
  text-align: center;
  /*background-image: url(/static/image/index/bubbleZhuce.png);*/
  cursor: pointer;
  width: 57px;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 17px;
  background: #ff586e;
  border-radius: 2px;
}
.header .mobiel_menu.on {
  width: 100%;
  overflow: auto;
}
.header .mobiel_menu.on .tree-menu {
  text-align: left;
  padding: 0 0.92592593rem;
}
.header .mobiel_menu.on .tree-menu li {
  border-bottom: 0.00925926rem solid #eee;
}
.header .mobiel_menu.on .tree-menu li a {
  font-size: 0.36rem;
  font-weight: 600;
  color: #fff;
  padding: 0.37037037rem;
}
#myModal img {
  width: 310px;
  height: 310px;
}
.buy {
  padding-top: 60px;
  box-sizing: border-box;
}
/* 公共背景 */
.publicBg {
  /*background-image: url('../img/buy_img/buy_banner.png');*/
  /*background-repeat: no-repeat;*/
  background: url('../img/buy_img/buy_banner.png') center center no-repeat;
  min-height: 200px;
  color: #fff;
}
@media (max-width: 600px) {
  .publicBg {
    display: none;
    background-size: 250% 100%;
  }
}
.mt-1200 {
  margin-bottom: 50px !important;
}
.mt-1200 .tabs {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  color: #000;
  overflow: hidden;
  min-height: 200px;
}
.mt-1200 .tabs .tab-header {
  display: flex;
}
.mt-1200 .tabs .tab-header .tab {
  padding: 10px;
  min-width: 20px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  line-height: 35px;
  font-size: 18px;
  padding: 0 15px;
  font-weight: 600;
  cursor: pointer;
  background-color: transparent;
}
.mt-1200 .tabs .tab-header .tab:hover {
  color: #42d283;
}
.mt-1200 .tabs .tab-header .tab.active {
  position: relative;
  color: #42d283;
}
.mt-1200 .tabs .tab-header .tab.active::before {
  position: absolute;
  content: '';
  width: 0%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  height: 2px;
  background-color: #42d283;
  animation: width-variation 0.5s forwards;
}
@-webkit-keyframes width-variation {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}
.mt-1200 .tabs .tab-content {
  display: none;
  margin-top: 20px;
}
.mt-1200 .tabs .tab-content#exclusive-purchase {
  min-height: 546px;
}
.mt-1200 .tabs .tab-content.active {
  display: block;
  animation: slide-in 0.5s forwards;
}
.mt-1200 .tabs .tab-content .package-list {
  display: flex;
}
.mt-1200 .tabs .tab-content .package-list li {
  width: 184px;
  height: 213px;
  min-width: 135px;
  min-height: 190px;
  color: #333;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #dad2d2;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  border-radius: 6px;
  text-align: center;
  user-select: none;
}
.mt-1200 .tabs .tab-content .package-list li:last-child {
  margin-right: 0;
}
.mt-1200 .tabs .tab-content .package-list li.recommendation::after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-image: url('../img/buy_img/recommendation.png');
  background-size: cover;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.mt-1200 .tabs .tab-content .package-list li.active {
  background: linear-gradient(134deg, #38d17d 0%, #7ee160 100%);
}
.mt-1200 .tabs .tab-content .package-list li p:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
  color: #1b2327;
}
.mt-1200 .tabs .tab-content .package-list li p:nth-child(3) {
  text-decoration: line-through;
  color: #999;
}
.mt-1200 .tabs .tab-content .package-list li p:nth-child(4) {
  margin: 10px auto -26px;
  font-weight: 600;
  color: #999;
}
.mt-1200 .tabs .tab-content .package-list li h4 {
  margin: 10px auto;
}
.mt-1200 .tabs .tab-content .package-list li h4 strong {
  font-size: 32px;
  color: #ffb000;
}
.mt-1200 .tabs .tab-content .package-list li span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: 24px;
  width: 100px;
  height: 24px;
  font-weight: 500;
  border-radius: 3px 0 3px 0;
  background: #ff9800;
  color: #fff;
  background: linear-gradient(90deg, #ff5757 0%, #ffa074 100%);
  border-radius: 6px 0px 6px 0px;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.mt-1200 .tabs .tab-content .online-buy {
  width: 1000px;
  height: 215px;
  padding: 30px 20px;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  border-radius: 8px;
}
.mt-1200 .tabs .tab-content .online-buy > div {
  line-height: 50px;
}
.mt-1200 .tabs .tab-content .online-buy > div span,
.mt-1200 .tabs .tab-content .online-buy > div a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.mt-1200 .tabs .tab-content .online-buy > div a,
.mt-1200 .tabs .tab-content .online-buy > div .price-calculation {
  color: #27cd72;
  text-decoration: none;
}
.mt-1200 .tabs .tab-content .exclusive-box {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-top: 5px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form {
  padding-bottom: 20px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 15px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__label {
  width: 115px;
  font-size: 16px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .ex-radio-group {
  display: flex;
  flex-direction: row;
  user-select: none;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .ex-radio-group__type input[type='radio'] {
  display: none;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .ex-radio-group__type input[type='radio']:checked + label:before {
  background-color: #36d07c;
  top: 0;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .ex-radio-group__type input[type='radio']:checked + label {
  background-color: #36d07c;
  color: #fff;
  border-color: #81eb81;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .ex-radio-group__type label {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid #36d07c;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  color: #36d07c;
  font-size: 16px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .ex-radio-group__operator {
  display: flex;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .ex-radio-group__operator .radio-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .ex-radio-group__operator .radio-button input[type='radio'] {
  display: none;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .ex-radio-group__operator .radio-button input[type='radio']:checked + .radio-circle {
  border-color: #36d07c;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .ex-radio-group__operator .radio-button input[type='radio']:checked + .radio-circle::before {
  transform: translate(-50%, -50%) scale(1);
  background-color: #36d07c;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .ex-radio-group__operator .radio-button .radio-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 3px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .ex-radio-group__operator .radio-button .radio-circle::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease-in-out;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .ex-radio-group__operator .radio-button .radio-label {
  font-size: 16px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection {
  width: 100%;
  display: flex;
  align-items: center;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection {
  position: relative;
  cursor: pointer;
  margin-right: 15px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection:last-child,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection:last-child {
  margin: 0;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city {
  position: relative;
  min-width: 220px;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  display: inline-block;
  vertical-align: middle;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  text-indent: 10px;
  font-size: 16px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province::after,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province::after,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city::after,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/buy_img/pullDown.png);
  filter: hue-rotate(-80deg);
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province.active::after,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province.active::after,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city.active::after,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city.active::after {
  top: 13px;
  transform: rotateX(180deg);
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province .provinceList,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province .provinceList,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city .provinceList,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city .provinceList,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province .cityList,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province .cityList,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city .cityList,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city .cityList {
  width: 100%;
  background-color: #36d07c;
  left: -1px;
  top: 40px;
  max-height: 252px;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #36d07c;
  display: none;
  margin-top: 5px;
  background-color: #fff;
  z-index: 2;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province .provinceList::-webkit-scrollbar,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province .provinceList::-webkit-scrollbar,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city .provinceList::-webkit-scrollbar,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city .provinceList::-webkit-scrollbar,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province .cityList::-webkit-scrollbar,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province .cityList::-webkit-scrollbar,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city .cityList::-webkit-scrollbar,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city .cityList::-webkit-scrollbar {
  width: 2px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province .provinceList li,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province .provinceList li,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city .provinceList li,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city .provinceList li,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province .cityList li,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province .cityList li,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city .cityList li,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city .cityList li {
  border-top: 1px solid #fff;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province .provinceList li:first-child,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province .provinceList li:first-child,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city .provinceList li:first-child,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city .provinceList li:first-child,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province .cityList li:first-child,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province .cityList li:first-child,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city .cityList li:first-child,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city .cityList li:first-child {
  border: none;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province .provinceList li:hover,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province .provinceList li:hover,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city .provinceList li:hover,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city .provinceList li:hover,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province .cityList li:hover,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province .cityList li:hover,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city .cityList li:hover,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city .cityList li:hover {
  background-color: rgba(54, 208, 124, 0.8);
  color: #fff;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province .provinceList li.active,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province .provinceList li.active,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city .provinceList li.active,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city .provinceList li.active,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .province .cityList li.active,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .province .cityList li.active,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .province-selection .city .cityList li.active,
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .regional-selection .city-selection .city .cityList li.active {
  background-color: rgba(54, 208, 124, 0.8);
  color: #fff;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .bandwidth-selection {
  position: relative;
  cursor: pointer;
  margin-right: 15px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .bandwidth-selection:last-child {
  margin: 0;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .bandwidth-selection .bandwidth {
  position: relative;
  min-width: 220px;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  display: inline-block;
  vertical-align: middle;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  text-indent: 10px;
  font-size: 16px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .bandwidth-selection .bandwidth::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/buy_img/pullDown.png);
  filter: hue-rotate(-80deg);
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .bandwidth-selection .bandwidth.active::after {
  top: 13px;
  transform: rotateX(180deg);
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .bandwidth-selection .bandwidth .bandwidthList {
  width: 100%;
  background-color: #f5f7f9;
  left: -1px;
  top: 40px;
  max-height: 252px;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #36d07c;
  display: none;
  margin-top: 5px;
  background-color: #fff;
  z-index: 999;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .bandwidth-selection .bandwidth .bandwidthList::-webkit-scrollbar {
  width: 2px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .bandwidth-selection .bandwidth .bandwidthList li {
  border-top: 1px solid #fff;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .bandwidth-selection .bandwidth .bandwidthList li:first-child {
  border: none;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .bandwidth-selection .bandwidth .bandwidthList li:hover {
  background-color: rgba(54, 208, 124, 0.8);
  color: #fff;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .bandwidth-selection .bandwidth .bandwidthList li.active {
  background-color: rgba(54, 208, 124, 0.8);
  color: #fff;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .input-with-buttons {
  display: flex;
  align-items: center;
  /* 针对支持::-webkit-inner-spin-button伪类的浏览器 */
  /* 这个伪类用于定位和样式化数字输入框中的递增和递减按钮 */
  /* 针对支持::-webkit-outer-spin-button伪类的浏览器 */
  /* 这个伪类用于定位和样式化数字输入框周围的递增和递减按钮 */
  /* 针对支持::-webkit-number-up-button伪类的浏览器 */
  /* 这个伪类用于样式化数字输入框的递增按钮 */
  /* 针对支持::-webkit-number-down-button伪类的浏览器 */
  /* 这个伪类用于样式化数字输入框的递减按钮 */
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .input-with-buttons button {
  width: 30px;
  height: 30px;
  background-color: #eeeeee;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #dcdddd;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .input-with-buttons button:first-child {
  border-radius: 4px 0 0 4px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .input-with-buttons button:last-child {
  border-radius: 0 4px 4px 0;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .input-with-buttons input {
  width: 50px;
  height: 30px;
  padding: 0;
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  border-left: 0;
  border-right: 0;
  box-sizing: border-box;
  text-align: center;
  outline: none;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .input-with-buttons #input-number::-webkit-inner-spin-button {
  display: none;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .input-with-buttons #input-number::-webkit-outer-spin-button {
  display: none;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .input-with-buttons #input-number::-webkit-number-up-button {
  display: none;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .input-with-buttons #input-number::-webkit-number-down-button {
  display: none;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form-item__content .user-account {
  position: relative;
  min-width: 220px;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  display: inline-block;
  vertical-align: middle;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  text-indent: 10px;
  font-size: 16px;
}
.mt-1200 .tabs .tab-content .exclusive-box .ex-form .h5-city {
  display: none;
}
.mt-1200 .tabs .tab-content .exclusive-box .exclusive-advantages {
  flex: 1;
}
.mt-1200 .tabs .tab-content .exclusive-box .exclusive-advantages .advantage-card {
  border-left: 1px solid #000;
  margin-left: 30px;
  padding-left: 30px;
  width: 352px;
  box-sizing: border-box;
}
.mt-1200 .tabs .tab-content .exclusive-box .exclusive-advantages .advantage-card h3,
.mt-1200 .tabs .tab-content .exclusive-box .exclusive-advantages .advantage-card p {
  font-size: 16px;
}
.mt-1200 .tabs .tab-content .exclusive-box .exclusive-advantages .advantage-card h3 {
  margin-bottom: 20px;
}
.mt-1200 .tabs .tab-content .exclusive-box .exclusive-advantages .advantage-card p {
  margin-bottom: 15px;
}
.mt-1200 .tabs .tab-content .exclusive-button-box {
  padding-top: 20px;
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill {
  display: flex;
  align-items: center;
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total {
  width: 200px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .bill-inner .bill-label {
  font-size: 16px;
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .bill-inner .currency-symbol {
  font-size: 18px;
  font-weight: bold;
  color: #ff4b3e;
  line-height: 30px;
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .bill-inner .bill-amount {
  font-size: 30px;
  font-weight: bold;
  color: #ff4b3e;
  line-height: 30px;
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner-box {
  position: absolute;
  left: 80px;
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner {
  --uib-size: 0.55rem;
  --uib-speed: 0.9s;
  --uib-color: #45d477;
  position: relative;
  min-width: 0.7rem;
  display: none;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .bill-total .dot-spinner .dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}
@keyframes pulse0112 {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.mt-1200 .tabs .tab-content .exclusive-button-box .total-bill .attention-text {
  font-size: 16px;
  margin-left: 50px;
  color: #fe5549;
}
.mt-1200 .tabs .tab-content .exclusive-button-box .payment-method {
  margin: 20px 0;
}
.mt-1200 .tabs .tab-content .exclusive-button-box .payment-method button {
  color: #fff;
  width: 180px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 20px;
  border-radius: 25px;
  position: relative;
  max-width: 250px;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
.mt-1200 .tabs .tab-content .exclusive-button-box .payment-method button.alipay {
  text-indent: 20px;
  background: linear-gradient(90deg, #0091ff 0%, #32c5ff 100%);
  z-index: 100;
  margin-right: 40px;
}
.mt-1200 .tabs .tab-content .exclusive-button-box .payment-method button.alipay::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(../img/buy_img/alipayPay.png);
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .payment-method button.weixin {
  position: relative;
  text-indent: 10px;
  background: linear-gradient(90deg, #00d35a 0%, #88f3b8 100%);
  z-index: 100;
  margin-right: 15px;
}
.mt-1200 .tabs .tab-content .exclusive-button-box .payment-method button.weixin::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(../img/buy_img/weixinPay.png);
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
}
.mt-1200 .tabs .tab-content .exclusive-button-box .info-text {
  font-size: 16px;
}
.mt-1200 .h5Page {
  display: none;
  margin: 20px 0;
}
.mt-1200 .h5Page .buyTitle {
  font-size: 16px;
  color: #ff586e;
}
.mt-1200 .h5Page .buyTitle a {
  text-decoration: none;
}
.mt-1200 .payment-information {
  color: #000;
  width: 1000px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.mt-1200 .payment-information .user-input-box {
  width: 450px;
}
.mt-1200 .payment-information .user-input-box .phone-input,
.mt-1200 .payment-information .user-input-box .online-count-input,
.mt-1200 .payment-information .user-input-box .coupon-selection {
  user-select: none;
  margin: 0 auto 20px;
  position: relative;
  cursor: pointer;
}
.mt-1200 .payment-information .user-input-box .phone-input i.discount,
.mt-1200 .payment-information .user-input-box .online-count-input i.discount,
.mt-1200 .payment-information .user-input-box .coupon-selection i.discount {
  position: absolute;
  display: none;
  user-select: none;
  right: 10px;
  top: 5px;
  color: red;
  width: 105px;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  background: url(../img/buy_img/icon_discount.png) no-repeat;
  text-indent: 13px;
  font-style: normal;
  cursor: pointer;
}
.mt-1200 .payment-information .user-input-box .phone-input > span:first-child,
.mt-1200 .payment-information .user-input-box .online-count-input > span:first-child,
.mt-1200 .payment-information .user-input-box .coupon-selection > span:first-child {
  margin-right: 20px;
  font-size: 18px;
  display: inline-block;
  min-width: 72px;
  color: #999;
  font-weight: 400;
}
.mt-1200 .payment-information .user-input-box .phone-input input,
.mt-1200 .payment-information .user-input-box .online-count-input input,
.mt-1200 .payment-information .user-input-box .coupon-selection input {
  padding: 10px;
  min-height: 36px;
  min-width: calc(100% - 96px);
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  font-size: 16px;
}
.mt-1200 .payment-information .user-input-box .phone-input input::-webkit-input-placeholder,
.mt-1200 .payment-information .user-input-box .online-count-input input::-webkit-input-placeholder,
.mt-1200 .payment-information .user-input-box .coupon-selection input::-webkit-input-placeholder {
  font-size: 16px;
}
.mt-1200 .payment-information .user-input-box .phone-input .coupon,
.mt-1200 .payment-information .user-input-box .online-count-input .coupon,
.mt-1200 .payment-information .user-input-box .coupon-selection .coupon {
  position: relative;
  min-width: calc(100% - 96px);
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  display: inline-block;
  vertical-align: middle;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  text-indent: 10px;
  font-size: 16px;
}
.mt-1200 .payment-information .user-input-box .phone-input .coupon::after,
.mt-1200 .payment-information .user-input-box .online-count-input .coupon::after,
.mt-1200 .payment-information .user-input-box .coupon-selection .coupon::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/buy_img/pullDown.png);
}
.mt-1200 .payment-information .user-input-box .phone-input .coupon.active::after,
.mt-1200 .payment-information .user-input-box .online-count-input .coupon.active::after,
.mt-1200 .payment-information .user-input-box .coupon-selection .coupon.active::after {
  top: 13px;
  transform: rotateX(180deg);
}
.mt-1200 .payment-information .user-input-box .phone-input .coupon .couponList,
.mt-1200 .payment-information .user-input-box .online-count-input .coupon .couponList,
.mt-1200 .payment-information .user-input-box .coupon-selection .coupon .couponList {
  width: 100%;
  background-color: #f5f7f9;
  left: -1px;
  top: 40px;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #dad2d2;
  border-top: transparent;
  z-index: 101;
  max-height: 170px;
  display: none;
}
.mt-1200 .payment-information .user-input-box .phone-input .coupon .couponList li:hover,
.mt-1200 .payment-information .user-input-box .online-count-input .coupon .couponList li:hover,
.mt-1200 .payment-information .user-input-box .coupon-selection .coupon .couponList li:hover {
  background-color: #fff;
}
.mt-1200 .payment-information .user-input-box .phone-input .coupon .couponList li.active,
.mt-1200 .payment-information .user-input-box .online-count-input .coupon .couponList li.active,
.mt-1200 .payment-information .user-input-box .coupon-selection .coupon .couponList li.active {
  background-color: #fff;
}
.mt-1200 .payment-information .user-input-box .buy-protocol-web {
  width: 250px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mt-1200 .payment-information .user-input-box .buy-protocol-web input {
  display: none;
}
.mt-1200 .payment-information .user-input-box .buy-protocol-web input:checked ~ svg .path {
  stroke-dasharray: 70.50966644 9999999;
  stroke-dashoffset: -262.27233887;
  stroke: #42d283;
}
.mt-1200 .payment-information .user-input-box .buy-protocol-web svg {
  overflow: visible;
}
.mt-1200 .payment-information .user-input-box .buy-protocol-web .path {
  fill: none;
  stroke: #000;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}
.mt-1200 .payment-information .user-input-box .buy-protocol-web span {
  color: #000;
  display: inline-block;
  width: 248px;
  height: 22px;
  margin-left: 5px;
  line-height: 22px;
  font-size: 16px;
  font-family: AppleSymbols;
  color: #333;
  text-decoration: none;
}
.mt-1200 .payment-information .user-input-box .buy-protocol-web span a {
  color: #ffb000;
  margin: 0 -3px;
  text-decoration: none;
}
.mt-1200 .payment-information .lines-38 {
  width: 1px;
  background-color: #000;
  margin: 0 50px;
}
.mt-1200 .payment-information .purchase-details {
  width: 450px;
}
.mt-1200 .payment-information .purchase-details .purchase-account,
.mt-1200 .payment-information .purchase-details .purchase-online,
.mt-1200 .payment-information .purchase-details .purchase-preferential,
.mt-1200 .payment-information .purchase-details .purchase-total-price {
  display: flex;
  width: 100%;
  height: 40px;
  line-height: 40px;
  align-items: center;
  position: relative;
}
.mt-1200 .payment-information .purchase-details .purchase-account > span:first-child,
.mt-1200 .payment-information .purchase-details .purchase-online > span:first-child,
.mt-1200 .payment-information .purchase-details .purchase-preferential > span:first-child,
.mt-1200 .payment-information .purchase-details .purchase-total-price > span:first-child {
  width: 64px;
  height: 22px;
  white-space: nowrap;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 22px;
  text-align: right;
}
.mt-1200 .payment-information .purchase-details .purchase-account > span:nth-of-type(2),
.mt-1200 .payment-information .purchase-details .purchase-online > span:nth-of-type(2),
.mt-1200 .payment-information .purchase-details .purchase-preferential > span:nth-of-type(2),
.mt-1200 .payment-information .purchase-details .purchase-total-price > span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 22px;
}
.mt-1200 .payment-information .purchase-details .purchase-account .dashed-line,
.mt-1200 .payment-information .purchase-details .purchase-online .dashed-line,
.mt-1200 .payment-information .purchase-details .purchase-preferential .dashed-line,
.mt-1200 .payment-information .purchase-details .purchase-total-price .dashed-line {
  min-width: 130px;
  margin: 0 20px;
  height: 1px;
  border-width: 0 0 5px 0;
  border-bottom: 1px dashed #d7d7d7;
}
.mt-1200 .payment-information .purchase-details .purchase-account .price-box,
.mt-1200 .payment-information .purchase-details .purchase-online .price-box,
.mt-1200 .payment-information .purchase-details .purchase-preferential .price-box,
.mt-1200 .payment-information .purchase-details .purchase-total-price .price-box {
  white-space: nowrap;
  position: absolute;
  left: 234px;
}
.mt-1200 .payment-information .purchase-details .purchase-account .price-box .yuán,
.mt-1200 .payment-information .purchase-details .purchase-online .price-box .yuán,
.mt-1200 .payment-information .purchase-details .purchase-preferential .price-box .yuán,
.mt-1200 .payment-information .purchase-details .purchase-total-price .price-box .yuán {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 22px;
}
.mt-1200 .payment-information .purchase-details .purchase-account .price-box .price,
.mt-1200 .payment-information .purchase-details .purchase-online .price-box .price,
.mt-1200 .payment-information .purchase-details .purchase-preferential .price-box .price,
.mt-1200 .payment-information .purchase-details .purchase-total-price .price-box .price {
  font-style: normal;
  font-size: 30px;
  font-weight: 400;
  color: #ff586e;
}
.mt-1200 .payment-information .purchase-details .purchase-account .price-box .reduce,
.mt-1200 .payment-information .purchase-details .purchase-online .price-box .reduce,
.mt-1200 .payment-information .purchase-details .purchase-preferential .price-box .reduce,
.mt-1200 .payment-information .purchase-details .purchase-total-price .price-box .reduce {
  display: none;
  color: #999;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner,
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner,
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner,
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner {
  --uib-size: 0.7rem;
  --uib-speed: 0.9s;
  --uib-color: #45d477;
  position: relative;
  min-width: 0.7rem;
  display: none;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot,
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot,
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot,
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot::before,
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot::before,
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot::before,
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(2),
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(2),
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(2),
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(2)::before,
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(2)::before,
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(2)::before,
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(3),
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(3),
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(3),
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(3)::before,
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(3)::before,
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(3)::before,
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(4),
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(4),
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(4),
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(4)::before,
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(4)::before,
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(4)::before,
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(5),
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(5),
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(5),
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(5)::before,
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(5)::before,
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(5)::before,
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(6),
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(6),
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(6),
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(6)::before,
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(6)::before,
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(6)::before,
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(7),
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(7),
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(7),
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(7)::before,
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(7)::before,
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(7)::before,
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(8),
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(8),
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(8),
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}
.mt-1200 .payment-information .purchase-details .purchase-account .dot-spinner .dot-spinner__dot:nth-child(8)::before,
.mt-1200 .payment-information .purchase-details .purchase-online .dot-spinner .dot-spinner__dot:nth-child(8)::before,
.mt-1200 .payment-information .purchase-details .purchase-preferential .dot-spinner .dot-spinner__dot:nth-child(8)::before,
.mt-1200 .payment-information .purchase-details .purchase-total-price .dot-spinner .dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}
@keyframes pulse0112 {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.mt-1200 .payment-information .purchase-details .buyTitle {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ff586e;
  margin-top: 20px;
}
.mt-1200 .payment-information .purchase-details .buyTitle a {
  text-decoration: none;
}
.mt-1200 .h5-total-price {
  display: none;
  background-color: #fff;
}
.mt-1200 .h5-total-price .total-price-box {
  display: flex;
  justify-content: space-between;
  color: #000;
  padding: 10px 0;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner {
  --uib-size: 22px;
  --uib-speed: 0.9s;
  --uib-color: #45d477;
  position: relative;
  min-width: 22px;
  display: none;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}
.mt-1200 .h5-total-price .total-price-box .price-info .dot-spinner .dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}
@keyframes pulse0112 {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.mt-1200 .h5-total-price .total-price-box .price-info span {
  font-size: 14px;
}
.mt-1200 .h5-total-price .total-price-box .price-info .price {
  font-size: 20px;
  color: #ff586e;
}
.mt-1200 .h5-total-price .total-price-box .reduce {
  display: none;
  color: #999;
  font-size: 12px;
}
.mt-1200 .h5-total-price .juxtaposition {
  display: flex;
}
.mt-1200 .h5-total-price .juxtaposition .buy-protocol-web {
  width: 200px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mt-1200 .h5-total-price .juxtaposition .buy-protocol-web input {
  display: none;
}
.mt-1200 .h5-total-price .juxtaposition .buy-protocol-web input:checked ~ svg .path {
  stroke-dasharray: 70.50966644 9999999;
  stroke-dashoffset: -262.27233887;
  stroke: #42d283;
}
.mt-1200 .h5-total-price .juxtaposition .buy-protocol-web svg {
  overflow: visible;
}
.mt-1200 .h5-total-price .juxtaposition .buy-protocol-web .path {
  fill: none;
  stroke: #000;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}
.mt-1200 .h5-total-price .juxtaposition .buy-protocol-web span {
  margin-left: 5px;
  color: #000;
}
.mt-1200 .h5-total-price .juxtaposition .buy-protocol-web span a {
  color: #ffb000;
  margin: 0 -3px;
  text-decoration: none;
}
.mt-1200 .h5-total-price .juxtaposition .redemption-codes-and-transfers button {
  background: #43d2ab;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 10px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 9px !important;
  position: relative;
}
.mt-1200 .button-box {
  width: 100%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.mt-1200 .button-box button {
  color: #fff;
  width: 180px;
  max-width: 250px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 20px;
  border-radius: 25px;
  position: relative;
  margin: 0 20px;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
.mt-1200 .button-box button.coupon-transfer {
  background: linear-gradient(90deg, #169bd5 0%, #40c2fa 100%);
}
.mt-1200 .button-box button.exchange {
  padding: 0;
  background: linear-gradient(90deg, #43d2ab 0%, #7dfbd9 100%);
}
.mt-1200 .button-box button.alipay {
  text-indent: 20px;
  background: linear-gradient(90deg, #0091ff 0%, #32c5ff 100%);
  z-index: 100;
}
.mt-1200 .button-box button.alipay::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(../img/buy_img/alipayPay.png);
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
}
.mt-1200 .button-box button.weixin {
  position: relative;
  text-indent: 10px;
  background: linear-gradient(90deg, #00d35a 0%, #88f3b8 100%);
  z-index: 100;
}
.mt-1200 .button-box button.weixin::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(../img/buy_img/weixinPay.png);
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
}
.discountBanner {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.discountBanner img {
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.discountBanner img.h5_img {
  width: 80%;
  top: 54%;
}
.discountBanner img.h5_img + .close-button {
  right: 12.5%;
  text-align: center;
  line-height: 22px;
  font-size: 26px;
  color: #b8afaf;
  font-weight: bold;
}
.discountBanner .close-button {
  display: none;
  cursor: pointer;
  font-size: 20px;
  color: transparent;
  border: 0 !important;
  width: 22px;
  height: 22px;
  border: 1px solid;
  position: absolute;
  right: 4.5%;
}
@media (max-width: 720px) {
  .discountBanner .close-button {
    display: block;
  }
}
@media (max-width: 720px) and (max-width: 650px) {
  .discountBanner .close-button {
    width: 25px;
    height: 25px;
  }
}
.total-box {
  width: 270px;
  height: 300px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background: url(../img/double_eleven_activity/yhq270x300.png) no-repeat;
}
.total-box .total-title {
  width: 270px;
  text-align: center;
  color: white;
  line-height: 40px;
  padding-left: 22px;
  box-sizing: border-box;
}
.total-box .total-title p {
  padding: 0;
  margin: 0;
  line-height: 45px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 5px;
}
.total-box .total-explain {
  width: 170px;
  height: 90px;
  border-radius: 10px;
  margin: 28px 0 2px 53px;
  overflow: hidden;
  color: #333;
}
.total-box .total-explain h3 {
  padding: 0;
  margin: 0;
  color: #ff1635;
  text-align: center;
  padding: 10px 0;
}
.total-box .total-explain p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  padding: 0 10px;
  box-sizing: border-box;
}
.total-box .total-discount-coupon {
  width: 161px;
  height: 75px;
  margin: 0 0 16px 59px;
  position: relative;
}
.total-box .total-discount-coupon .total-coupons {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.total-box .total-discount-coupon .total-coupons .total-coupons-money {
  font-weight: 700;
  color: white;
  width: 61px;
  padding-left: 8px;
  box-sizing: border-box;
  float: left;
}
.total-box .total-discount-coupon .total-coupons .total-coupons-money-38size {
  font-size: 38px;
}
.total-box .total-discount-coupon .total-coupons .total-coupons-money-28size {
  font-size: 28px;
}
.total-box .total-discount-coupon .total-coupons .total-coupons-text {
  padding-left: 5px;
  color: white;
  float: left;
}
.total-box .total-discount-coupon .total-coupons .total-coupons-text p {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.total-box .total-foot-button {
  width: 180px;
  height: 35px;
  margin-left: 55px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.total-box .total-foot-button div:nth-child(1) {
  color: #fb4c2a;
}
.total-box .total-foot-button div {
  width: 49%;
  border-radius: 6px;
  color: white;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}
.exclusive-popup {
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  display: none;
  z-index: 9999;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.exclusive-popup .exclusive-wrapper {
  max-width: 440px;
  width: 95%;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #ffffff;
  padding: 20px 30px 25px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
  color: #000;
}
.exclusive-popup .exclusive-wrapper h1,
.exclusive-popup .exclusive-wrapper h2,
.exclusive-popup .exclusive-wrapper p,
.exclusive-popup .exclusive-wrapper button {
  font-weight: 100;
}
.exclusive-popup .exclusive-wrapper p,
.exclusive-popup .exclusive-wrapper button {
  font-weight: 300;
}
.exclusive-popup .exclusive-wrapper h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
}
.exclusive-popup .exclusive-wrapper p {
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
}
.exclusive-popup .exclusive-wrapper .exclusive-footer-but {
  text-align: center;
  margin-top: 30px;
}
.exclusive-popup .exclusive-wrapper .exclusive-footer-but button {
  background: #169bd5;
  border: 0;
  border-radius: 4px;
  padding: 10px 0px;
  width: 100px;
  letter-spacing: 2px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.exclusive-popup .exclusive-wrapper .exclusive-footer-but button.exclusive-close {
  background: transparent;
  border: 1px solid #ccc;
  color: #000;
  margin-right: 20px;
}
.exclusive-popup .exclusive-wrapper .exclusive-footer-but button.exclusive-close:hover {
  color: #169bd5;
  border-color: #169bd5;
  background: transparent;
}
.exclusive-popup .exclusive-wrapper .exclusive-footer-but button:focus {
  outline: none;
}
.exclusive-popup .exclusive-wrapper .exclusive-footer-but button:hover {
  background: #34b3ea;
}
