a {
  text-decoration: none;
}

p {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei,Arial;
  box-sizing: border-box;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  margin: 0 auto;
  min-width: 320px;
  max-width: 750px;
  background: #fff;
}

.wrap {
  width: 100%;
  height: auto;
}

.wrap .header {
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
  padding: 0 24px;
  color: #fff;
  font-size: 26px;
  line-height: 60px;
}

.wrap .banner {
  width: 100%;
  height: auto;
  position: relative;
}

.wrap .banner .banner_box {
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 23px;
  width: 575px;
  height: auto;
}

.wrap .banner .banner_box .banner_item {
  width: 575px;
  height: auto;
}

.wrap .banner .banner_box .banner_item img {
  width: 100%;
  height: auto;
}

.wrap .banner .back {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 46px;
  left: 24px;
}

.wrap .banner .back img {
  width: 100%;
  height: 100%;
}

.wrap .banner .time {
  padding-left: 44px;
  color: #222;
  font-size: 24px;
  font-weight: 400;
  position: relative;
}

.wrap .banner .time::before {
  content: '';
  width: 4px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  background: #f00;
}

.wrap .banner .purchase_popup {
  position: absolute;
  top: 90px;
  left: 30px;
  z-index: 11;
}

.wrap .banner .purchase_popup .pur_p_item {
  padding: 0 3px;
  margin-bottom: 10px;
  width: 339px;
  height: 46px;
  border-radius: 10px;
  background: #555;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .banner .purchase_popup .pur_p_item .head {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.wrap .banner .purchase_popup .pur_p_item .head img {
  width: 100%;
  height: 100%;
}

.wrap .banner .purchase_popup .pur_p_item p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info {
  width: 100%;
  height: auto;
  padding: 20px;
}

.wrap .buy_info .buy_i_t {
  width: 100%;
  height: 90px;
  padding: 0 30px;
  background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .buy_info .buy_i_t .price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.wrap .buy_info .buy_i_t .price .origin {
  color: #FFF;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.wrap .buy_info .buy_i_t .price .discount {
  margin-left: 10px;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  text-decoration-line: line-through;
}

.wrap .buy_info .buy_i_t .sold {
  padding: 0 12px;
  display: inline-block;
  align-items: center;
  line-height: 36px;
  width: 142px;
  height: 36px;
  border-radius: 2px;
  background: #CA032E;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_c {
  width: 100%;
  height: auto;
  padding: 20px 30px;
}

.wrap .buy_info .buy_i_c .info {
  text-align: left;
  color: #222;
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

.wrap .buy_info .buy_i_c .tags {
  margin-top: 5px;
  color: #999;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_c .time {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.wrap .buy_info .buy_i_c .time p {
  color: #EC2362;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_c .time span {
  margin: 0 4px;
  color: #CA032E;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_c .time .date {
  text-align: center;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #ca032e;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_b {
  width: 100%;
  height: 70px;
  border-radius: 4px;
  background: linear-gradient(90deg, #EC2263 0%, #F34242 100%);
}

.wrap .buy_info .buy_i_b a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 70px;
}

.wrap .info_detail {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.wrap .info_detail .info_d_title {
  position: relative;
  color: #222;
  font-size: 28px;
  font-weight: 400;
  padding: 20px 0;
  padding-left: 46px;
  border-top: 2px solid  #EBEBEB;
  border-bottom: 2px solid  #EBEBEB;
  margin: 0;
}

.wrap .info_detail .info_d_title::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 4px;
  height: 30px;
  background: #FF314A;
}

.wrap .info_detail .content {
  width: 100%;
  height: auto;
}

.wrap .info_detail .content img {
  width: 100%;
  height: auto;
}

.wrap .form_content {
  width: 100%;
  height: auto;
}

.wrap .form_content .form_t {
  width: 100%;
  height: 66px;
  background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.wrap .form_content .form_t img {
  width: 15px;
  height: auto;
}

.wrap .form_content .form_t p {
  margin-left: 7px;
  color: #fff;
  font-size: 26px;
}

.wrap .form_content .form_c {
  padding: 0 30px;
  width: 100%;
  height: auto;
}

.wrap .form_content .form_c .title {
  margin-top: 10px;
  color: #999;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_c .package {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.wrap .form_content .form_c .package > p {
  color: #222;
  font-size: 28px;
  font-weight: 400;
}

.wrap .form_content .form_c .package .package_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
}

.wrap .form_content .form_c .package .package_box label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-right: 50px;
}

.wrap .form_content .form_c .package .package_box label input[type="radio"] {
  margin-right: 16px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  stroke-width: 1px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.wrap .form_content .form_c .package .package_box label input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .form_c .package .package_box label input[type="radio"]::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/nocheck.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .form_c .package .package_box label p {
  margin-left: 12px;
  color: #222;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_c .version_item1 {
  width: 100%;
  height: auto;
}

.wrap .form_content .form_c .version_item1>.version_title {
  margin-top: 30px;
  color: #222;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_c .version_item1 .version_itembox {
  margin-top: 10px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .form_content .form_c .version_item1 .version_itembox .version_item {
  padding: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 190px;
  height: 240px;
  border-radius: 4px;
  border: 1px solid #EEE;
  background: #FFF;
}

.wrap .form_content .form_c .version_item1 .version_itembox .version_item.active {
  background: #F34142;
  border: 1px solid #F34142;
}

.wrap .form_content .form_c .version_item1 .version_itembox .version_item.active p {
  color: #fff;
}

.wrap .form_content .form_c .version_item1 .version_itembox .version_item > div {
  width: 174px;
  height: 186px;
  background: #FFF;
}

.wrap .form_content .form_c .version_item1 .version_itembox .version_item > div img {
  max-width: 124px;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

.wrap .form_content .form_c .version_item1 .version_itembox .version_item p {
  margin-top: 10px;
  color: #222;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_c .num {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.wrap .form_content .form_c .num .num_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .form_c .num .num_title > p {
  color: #222;
  font-size: 28px;
  font-weight: 400;
}

.wrap .form_content .form_c .num .num_title .addnum {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .form_content .form_c .num .num_title .addnum .reduce {
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #E6E6E6;
  color: #666;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_c .num .num_title .addnum .number {
  margin: 0 2px;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #F5F5F5;
  color: #666;
  font-size: 22px;
  font-weight: 400;
}

.wrap .form_content .form_c .num .num_title .addnum .add {
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #E6E6E6;
  color: #666;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_c .num .origin_price {
  margin-top: 34px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .form_c .num .origin_price p:nth-of-type(1) {
  color: #999;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_c .num .origin_price p:nth-of-type(2) {
  color: #F34142;
  font-size: 30px;
  font-weight: 400;
  text-decoration-line: line-through;
}

.wrap .form_content .form_c .num .pre_price {
  margin-top: 12px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .form_c .num .pre_price p:nth-of-type(1) {
  color: #999;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_c .num .pre_price p:nth-of-type(2) {
  color: #F34142;
  font-size: 30px;
  font-weight: 400;
}

.wrap .form_content .form_c .num .amount_price {
  margin-top: 12px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .form_c .num .amount_price p:nth-of-type(1) {
  color: #222;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_c .num .amount_price p:nth-of-type(2) {
  color: #F34142;
  font-size: 30px;
  font-weight: 400;
}

.wrap .form_content .form_b {
  padding: 0 30px;
  width: 100%;
  height: auto;
}

.wrap .form_content .form_b .form_item {
  margin-top: 40px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.wrap .form_content .form_b .form_item > p {
  color: #222;
  font-size: 28px;
  font-weight: 400;
}

.wrap .form_content .form_b .form_item > p span {
  margin-right: 5px;
  color: #F00;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_b .form_item .input {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .form_content .form_b .form_item .input label {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-right: 50px;
}

.wrap .form_content .form_b .form_item .input label input[type="radio"] {
  padding-right: 16px;
  margin-top: 0;
  border: none;
  width: 24px;
  height: 24px;
  stroke-width: 1px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.wrap .form_content .form_b .form_item .input label input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .form_b .form_item .input label input[type="radio"]::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/nocheck.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .form_b .form_item .input label p {
  margin-left: 12pz;
  color: #222;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_b .form_item input {
  outline: none;
  margin-top: 9px;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  width: 100%;
  height: 66px;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  padding: 0 22px;
}

.wrap .form_content .form_b .form_item input::placeholder {
  color: #ccc;
}

.wrap .form_content .form_b .form_item textarea {
  resize: none;
  max-height: 100px;
  min-height: 100px;
  margin-top: 9px;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #E0E0E0;
  outline: none;
}

.wrap .form_content .form_b .form_item .select_box {
  margin-top: 12px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .form_content .form_b .form_item .select_box .select {
  margin-right: 30px;
  margin-bottom: 10px;
  width: 330px;
  height: 66px;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  position: relative;
}

.wrap .form_content .form_b .form_item .select_box .select:nth-of-type(2n) {
  margin-right: 0;
}

.wrap .form_content .form_b .form_item .select_box .select::after {
  z-index: 2;
  transition: all 0.4s;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 14px;
  height: 14px;
  background: url(../img/down.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .form_b .form_item .select_box .select select {
  border-radius: 6px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 0 22px;
  width: 100%;
  height: 100%;
  position: relative;
}

.wrap .form_content .form_b .form_btn {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding-bottom: 170px;
}

.wrap .form_content .form_b .form_btn p {
  text-align: center;
  color: #F34142;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.wrap .form_content .form_b .form_btn button {
  border: none;
  cursor: pointer;
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  height: 70px;
  border-radius: 6px;
  background: #F34142;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 70px;
}

.footer {
  z-index: 999;
  width: 750px;
  max-width: 750px;
  height: 70px;
  background: #F34142;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 70px;
}

.suspension {
  z-index: 9999;
  width: 46px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 90px;
}

.suspension .top {
  display: none;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .top img {
  width: 100%;
  height: 100%;
}

.suspension .contact {
  margin-top: 10px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .contact img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .wrap {
    width: 100%;
    height: auto;
  }
  .wrap .header {
    width: 100%;
    height: 8vw;
    background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
    padding: 0 3.2vw;
    color: #fff;
    font-size: 3.46667vw;
    line-height: 8vw;
  }
  .wrap .banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .wrap .banner .banner_box {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 3.06667vw;
    width: 76.66667vw;
    height: auto;
  }
  .wrap .banner .banner_box .banner_item {
    width: 76.66667vw;
    height: auto;
  }
  .wrap .banner .banner_box .banner_item img {
    width: 100%;
    height: auto;
  }
  .wrap .banner .back {
    width: 3.2vw;
    height: 3.2vw;
    position: absolute;
    top: 6.13333vw;
    left: 3.2vw;
  }
  .wrap .banner .back img {
    width: 100%;
    height: 100%;
  }
  .wrap .banner .time {
    padding-left: 5.86667vw;
    color: #222;
    font-size: 3.2vw;
    font-weight: 400;
    position: relative;
  }
  .wrap .banner .time::before {
    content: '';
    width: 0.53333vw;
    height: 2.66667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
    background: #f00;
  }
  .wrap .banner .purchase_popup {
    position: absolute;
    top: 12vw;
    left: 4vw;
    z-index: 11;
  }
  .wrap .banner .purchase_popup .pur_p_item {
    padding: 0 0.4vw;
    margin-bottom: 1.33333vw;
    width: 45.2vw;
    height: 6.13333vw;
    border-radius: 1.33333vw;
    background: #555;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .banner .purchase_popup .pur_p_item .head {
    width: 5.33333vw;
    height: 5.33333vw;
    border-radius: 50%;
  }
  .wrap .banner .purchase_popup .pur_p_item .head img {
    width: 100%;
    height: 100%;
  }
  .wrap .banner .purchase_popup .pur_p_item p {
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info {
    width: 100%;
    height: auto;
    padding: 2.66667vw;
  }
  .wrap .buy_info .buy_i_t {
    width: 100%;
    height: 12vw;
    padding: 0 4vw;
    background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .buy_info .buy_i_t .price {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .wrap .buy_info .buy_i_t .price .origin {
    color: #FFF;
    font-size: 6.66667vw;
    font-weight: 400;
    line-height: 6.66667vw;
  }
  .wrap .buy_info .buy_i_t .price .discount {
    margin-left: 1.33333vw;
    color: #FFF;
    font-size: 2.93333vw;
    font-weight: 400;
    text-decoration-line: line-through;
  }
  .wrap .buy_info .buy_i_t .sold {
    padding: 0 1.6vw;
    display: inline-block;
    align-items: center;
    line-height: 4.8vw;
    width: 18.93333vw;
    height: 4.8vw;
    border-radius: 0.26667vw;
    background: #CA032E;
    color: #FFF;
    font-size: 2.93333vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_c {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw;
  }
  .wrap .buy_info .buy_i_c .info {
    text-align: left;
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
    margin: 0;
  }
  .wrap .buy_info .buy_i_c .tags {
    margin-top: 0.66667vw;
    color: #999;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_c .time {
    margin-top: 3.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .wrap .buy_info .buy_i_c .time p {
    color: #EC2362;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_c .time span {
    margin: 0 0.53333vw;
    color: #CA032E;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_c .time .date {
    text-align: center;
    line-height: 4.66667vw;
    display: inline-block;
    width: 4.66667vw;
    height: 4.66667vw;
    background: #ca032e;
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_b {
    width: 100%;
    height: 9.33333vw;
    border-radius: 0.53333vw;
    background: linear-gradient(90deg, #EC2263 0%, #F34242 100%);
  }
  .wrap .buy_info .buy_i_b a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 9.33333vw;
  }
  .wrap .info_detail {
    width: 100%;
    height: auto;
    padding-bottom: 5.33333vw;
  }
  .wrap .info_detail .info_d_title {
    position: relative;
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
    padding: 2.66667vw 0;
    padding-left: 6.13333vw;
    border-top: 0.26667vw solid #EBEBEB;
    border-bottom: 0.26667vw solid #EBEBEB;
    margin: 0;
  }
  .wrap .info_detail .info_d_title::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
    width: 0.53333vw;
    height: 4vw;
    background: #FF314A;
  }
  .wrap .info_detail .content {
    width: 100%;
    height: auto;
  }
  .wrap .info_detail .content img {
    width: 100%;
    height: auto;
  }
  .wrap .form_content {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_t {
    width: 100%;
    height: 8.8vw;
    background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
    display: flex;
    align-items: center;
    padding: 0 4vw;
  }
  .wrap .form_content .form_t img {
    width: 2vw;
    height: auto;
  }
  .wrap .form_content .form_t p {
    margin-left: 0.93333vw;
    color: #fff;
    font-size: 3.46667vw;
  }
  .wrap .form_content .form_c {
    padding: 0 4vw;
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_c .title {
    margin-top: 1.33333vw;
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_c .package {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
  }
  .wrap .form_content .form_c .package > p {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .package .package_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1.6vw;
  }
  .wrap .form_content .form_c .package .package_box label {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-right: 6.66667vw;
  }
  .wrap .form_content .form_c .package .package_box label input[type="radio"] {
    margin-right: 2.13333vw;
    cursor: pointer;
    width: 3.2vw;
    height: 3.2vw;
    stroke-width: 0.13333vw;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
  }
  .wrap .form_content .form_c .package .package_box label input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3.2vw;
    height: 3.2vw;
    background: url(../img/check.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .form_c .package .package_box label input[type="radio"]::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3.2vw;
    height: 3.2vw;
    background: url(../img/nocheck.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .form_c .package .package_box label p {
    margin-left: 12px;
    color: #222;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .version_item1 {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_c .version_item1>.version_title {
    margin-top: 4vw;
    color: #222;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .version_item1 .version_itembox {
    margin-top: 1.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .form_content .form_c .version_item1 .version_itembox .version_item {
    padding: 1.06667vw;
    margin-right: 2.66667vw;
    margin-bottom: 2.66667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 25.33333vw;
    height: 32vw;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #EEE;
    background: #FFF;
  }
  .wrap .form_content .form_c .version_item1 .version_itembox .version_item.active {
    background: #F34142;
    border: 0.13333vw solid #F34142;
  }
  .wrap .form_content .form_c .version_item1 .version_itembox .version_item.active p {
    color: #fff;
  }
  .wrap .form_content .form_c .version_item1 .version_itembox .version_item > div {
    width: 23.2vw;
    height: 24.8vw;
    background: #FFF;
  }
  .wrap .form_content .form_c .version_item1 .version_itembox .version_item > div img {
    max-width: 16.53333vw;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .wrap .form_content .form_c .version_item1 .version_itembox .version_item p {
    margin-top: 1.33333vw;
    color: #222;
    text-align: center;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_c .num .num_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .form_c .num .num_title > p {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num .num_title .addnum {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .form_content .form_c .num .num_title .addnum .reduce {
    cursor: pointer;
    text-align: center;
    line-height: 4vw;
    width: 4vw;
    height: 4vw;
    border-radius: 0.26667vw;
    background: #E6E6E6;
    color: #666;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num .num_title .addnum .number {
    margin: 0 0.26667vw;
    text-align: center;
    line-height: 4vw;
    width: 4vw;
    height: 4vw;
    border-radius: 0.26667vw;
    background: #F5F5F5;
    color: #666;
    font-size: 2.93333vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num .num_title .addnum .add {
    cursor: pointer;
    text-align: center;
    line-height: 4vw;
    width: 4vw;
    height: 4vw;
    border-radius: 0.26667vw;
    background: #E6E6E6;
    color: #666;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num .origin_price {
    margin-top: 4.53333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .form_c .num .origin_price p:nth-of-type(1) {
    color: #999;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num .origin_price p:nth-of-type(2) {
    color: #F34142;
    font-size: 4vw;
    font-weight: 400;
    text-decoration-line: line-through;
  }
  .wrap .form_content .form_c .num .pre_price {
    margin-top: 1.6vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .form_c .num .pre_price p:nth-of-type(1) {
    color: #999;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num .pre_price p:nth-of-type(2) {
    color: #F34142;
    font-size: 4vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num .amount_price {
    margin-top: 1.6vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .form_c .num .amount_price p:nth-of-type(1) {
    color: #222;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num .amount_price p:nth-of-type(2) {
    color: #F34142;
    font-size: 4vw;
    font-weight: 400;
  }
  .wrap .form_content .form_b {
    padding: 0 4vw;
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_b .form_item {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .wrap .form_content .form_b .form_item > p {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .form_content .form_b .form_item > p span {
    margin-right: 0.66667vw;
    color: #F00;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_b .form_item .input {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .form_content .form_b .form_item .input label {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-right: 6.66667vw;
  }
  .wrap .form_content .form_b .form_item .input label input[type="radio"] {
    padding-right: 2.13333vw;
    margin-top: 0;
    border: none;
    width: 3.2vw;
    height: 3.2vw;
    stroke-width: 0.13333vw;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
  }
  .wrap .form_content .form_b .form_item .input label input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3.2vw;
    height: 3.2vw;
    background: url(../img/check.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .form_b .form_item .input label input[type="radio"]::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3.2vw;
    height: 3.2vw;
    background: url(../img/nocheck.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .form_b .form_item .input label p {
    margin-left: 12pz;
    color: #222;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_b .form_item input {
    outline: none;
    margin-top: 1.2vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #E0E0E0;
    background: #FFF;
    width: 100%;
    height: 8.8vw;
    color: #000;
    font-size: 3.46667vw;
    font-weight: 400;
    padding: 0 2.93333vw;
  }
  .wrap .form_content .form_b .form_item input::placeholder {
    color: #ccc;
  }
  .wrap .form_content .form_b .form_item textarea {
    resize: none;
    max-height: 13.33333vw;
    min-height: 13.33333vw;
    margin-top: 1.2vw;
    max-width: 100%;
    min-width: 100%;
    border: 0.13333vw solid #E0E0E0;
    outline: none;
  }
  .wrap .form_content .form_b .form_item .select_box {
    margin-top: 1.6vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .form_content .form_b .form_item .select_box .select {
    margin-right: 4vw;
    margin-bottom: 1.33333vw;
    width: 44vw;
    height: 8.8vw;
    color: #000;
    font-size: 3.46667vw;
    font-weight: 400;
    position: relative;
  }
  .wrap .form_content .form_b .form_item .select_box .select:nth-of-type(2n) {
    margin-right: 0;
  }
  .wrap .form_content .form_b .form_item .select_box .select::after {
    z-index: 2;
    transition: all 0.4s;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.4vw;
    width: 1.86667vw;
    height: 1.86667vw;
    background: url(../img/down.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .form_b .form_item .select_box .select select {
    border-radius: 0.8vw;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0.13333vw solid #E0E0E0;
    background: #FFF;
    padding: 0 2.93333vw;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .wrap .form_content .form_b .form_btn {
    width: 100%;
    height: auto;
    margin-top: 4vw;
    padding-bottom: 22.66667vw;
  }
  .wrap .form_content .form_b .form_btn p {
    text-align: center;
    color: #F34142;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .form_content .form_b .form_btn button {
    border: none;
    cursor: pointer;
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 100%;
    height: 9.33333vw;
    border-radius: 0.8vw;
    background: #F34142;
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 9.33333vw;
  }
  .footer {
    z-index: 999;
    width: 100vw;
    max-width: 100vw;
    height: 9.33333vw;
    background: #F34142;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 9.33333vw;
  }
  .suspension {
    z-index: 9999;
    width: 6.13333vw;
    height: auto;
    position: fixed;
    right: 2.66667vw;
    bottom: 12vw;
  }
  .suspension .top {
    display: none;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .top img {
    width: 100%;
    height: 100%;
  }
  .suspension .contact {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .contact img {
    width: 100%;
    height: 100%;
  }
}
