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;
}

html {
  background: #EBEBEB;
}

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;
  position: relative;
  padding: 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.wrap .header a {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.wrap .header a img {
  width: 100%;
  height: 100%;
}

.wrap .header p {
  text-align: center;
  line-height: 60px;
  color: #222;
  font-size: 34px;
  font-weight: 400;
}

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

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

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

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

.wrap .form_content1 .form_c .order_info .order_info_t {
  padding: 0 30px;
  display: flex;
  flex-direction: row;
}

.wrap .form_content1 .form_c .order_info .order_info_t .order_img {
  width: 199px;
  height: 199px;
}

.wrap .form_content1 .form_c .order_info .order_info_t .order_img img {
  width: 100%;
  height: 100%;
}

.wrap .form_content1 .form_c .order_info .order_info_t .detail {
  width: 435px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wrap .form_content1 .form_c .order_info .order_info_t .detail .title {
  color: #222;
  font-size: 28px;
  font-weight: 400;
}

.wrap .form_content1 .form_c .order_info .order_info_t .detail .detail_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content1 .form_c .order_info .order_info_t .detail .detail_box .left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .form_content1 .form_c .order_info .order_info_t .detail .detail_box .left p {
  color: #999;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.wrap .form_content1 .form_c .order_info .order_info_t .detail .detail_box .left span {
  color: #999;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.wrap .form_content1 .form_c .order_info .order_info_t .detail .detail_box > p {
  color: #F00;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

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

.wrap .form_content1 .form_c .package > p {
  padding: 0 30px;
  padding-bottom: 10px;
  color: #222;
  font-size: 28px;
  font-weight: 400;
}

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

.wrap .form_content1 .form_c .package .package_box .package_item {
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 20px;
  width: 330px;
  height: 66px;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 0 22px;
}

.wrap .form_content1 .form_c .package .package_box .package_item:nth-of-type(2n) {
  margin-right: 0;
}

.wrap .form_content1 .form_c .package .package_box .package_item.active {
  border-radius: 6px;
  background: #F51111;
  border: 1px solid #F51111;
}

.wrap .form_content1 .form_c .package .package_box .package_item.active p {
  color: #fff;
}

.wrap .form_content1 .form_c .package .package_box .package_item p {
  color: #222;
  font-size: 26px;
  font-weight: 400;
  line-height: 66px;
}

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

.wrap .form_content1 .form_c .version > p {
  padding: 0 30px;
  padding-bottom: 10px;
  color: #222;
  font-size: 28px;
  font-weight: 400;
  border-bottom: 1px solid #EBEBEB;
}

.wrap .form_content1 .form_c .version .version_box {
  margin-top: 10px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 30px;
}

.wrap .form_content1 .form_c .version .version_box .version_item1 {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  background: #FFF;
}

.wrap .form_content1 .form_c .version .version_box .version_item1 .version_title {
  width: 100%;
  height: auto;
  background: #FFF;
  color: #222;
  font-size: 22px;
  font-weight: 400;
}

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

.wrap .form_content1 .form_c .version .version_box .version_item1 .version_itembox .version_item {
  cursor: pointer;
  margin-top: 10px;
  margin-right: 42px;
  width: 209px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid transparent;
  padding: 20px 0;
}

.wrap .form_content1 .form_c .version .version_box .version_item1 .version_itembox .version_item.active {
  border-radius: 6px;
  border: 1px solid #F00;
}

.wrap .form_content1 .form_c .version .version_box .version_item1 .version_itembox .version_item.active p {
  color: #F00;
}

.wrap .form_content1 .form_c .version .version_box .version_item1 .version_itembox .version_item .ver_img {
  max-width: 189px;
  height: 171px;
}

.wrap .form_content1 .form_c .version .version_box .version_item1 .version_itembox .version_item .ver_img img {
  max-width: 100%;
  height: 100%;
}

.wrap .form_content1 .form_c .version .version_box .version_item1 .version_itembox .version_item p {
  margin-top: 13px;
  color: #222;
  font-size: 22px;
  font-weight: 400;
}

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

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

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

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

.wrap .form_content1 .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_content1 .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_content1 .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_content1 .form_c .num .order_info_b {
  margin-top: 40px;
  padding: 0 30px;
  padding-top: 20px;
  border-top: 10px solid #F7F7F7;
}

.wrap .form_content1 .form_c .num .order_info_b > div {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content1 .form_c .num .order_info_b > div p {
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content1 .form_c .num .order_info_b > div span {
  color: #F00;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content1 .form_c .num .order_info_b .discount p, .wrap .form_content1 .form_c .num .order_info_b .freight p {
  color: #999;
}

.wrap .form_content1 a {
  display: inline-block;
  margin-top: 250px;
  margin-left: 50%;
  margin-bottom: 90px;
  transform: translateX(-50%);
  width: 690px;
  height: 70px;
  border-radius: 10px;
  background: #44BA54;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
}

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

.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;
  flex-wrap: wrap;
}

.wrap .form_content .form_b .form_item .input label {
  cursor: pointer;
  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"] {
  border: none;
  padding: 0;
  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_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: 12px;
  color: #222;
  font-size: 26px;
  font-weight: 400;
}

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

.wrap .form_content .form_b .form_item .wuliu .input_item {
  cursor: pointer;
  margin-top: 10px;
  margin-right: 34px;
  width: 180px;
  height: 56px;
  border-radius: 2px;
  border: 1px solid #DDD;
  background: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.wrap .form_content .form_b .form_item .wuliu .input_item:nth-of-type(2) .img {
  width: 31px;
  height: 30px;
}

.wrap .form_content .form_b .form_item .wuliu .input_item:nth-of-type(3) .img {
  width: 32px;
  height: 30px;
}

.wrap .form_content .form_b .form_item .wuliu .input_item.active {
  border: 1px solid #F51111;
  background: #F51111;
}

.wrap .form_content .form_b .form_item .wuliu .input_item.active .img img:first-child {
  display: none;
}

.wrap .form_content .form_b .form_item .wuliu .input_item.active .img img:last-child {
  display: block;
}

.wrap .form_content .form_b .form_item .wuliu .input_item.active p {
  color: #fff;
}

.wrap .form_content .form_b .form_item .wuliu .input_item .img {
  width: 30px;
  height: 24px;
}

.wrap .form_content .form_b .form_item .wuliu .input_item .img img {
  width: 100%;
  height: 100%;
}

.wrap .form_content .form_b .form_item .wuliu .input_item .img img:first-child {
  display: block;
}

.wrap .form_content .form_b .form_item .wuliu .input_item .img img:last-child {
  display: none;
}

.wrap .form_content .form_b .form_item .wuliu .input_item p {
  margin-left: 5px;
  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_item1 > p {
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
}

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

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

.wrap .form_content .form_btn button {
  border: none;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  width: 92%;
  height: 70px;
  border-radius: 6px;
  background: #F00;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 70px;
}

.wrap .form_content .service {
  width: 100%;
  height: auto;
  padding: 0 30px;
  margin-top: 40px;
  padding-bottom: 150px;
}

.wrap .form_content .service .ser_box {
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: #F9F9F9;
  padding: 24px;
}

.wrap .form_content .service .ser_box .ser_item {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.wrap .form_content .service .ser_box .ser_item:last-child {
  margin-bottom: 0;
}

.wrap .form_content .service .ser_box .ser_item .title {
  color: #444;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  /* 166.667% */
}

.wrap .form_content .service .ser_box .ser_item .desc {
  width: 100%;
  height: auto;
  padding-left: 22px;
  color: #888;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  /* 166.667% */
}

@media screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
  .wrap {
    width: 100%;
    height: auto;
  }
  .wrap .header {
    width: 100%;
    height: 8vw;
    position: relative;
    padding: 0 4vw;
    padding-bottom: 1.33333vw;
    border-bottom: 0.13333vw solid #eee;
  }
  .wrap .header a {
    width: 3.2vw;
    height: 3.2vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
  }
  .wrap .header a img {
    width: 100%;
    height: 100%;
  }
  .wrap .header p {
    text-align: center;
    line-height: 8vw;
    color: #222;
    font-size: 4.53333vw;
    font-weight: 400;
  }
  .wrap .form_content1 {
    width: 100%;
    height: auto;
  }
  .wrap .form_content1 .form_c {
    width: 100%;
    height: auto;
  }
  .wrap .form_content1 .form_c .title {
    margin-top: 1.33333vw;
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content1 .form_c .order_info {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
  }
  .wrap .form_content1 .form_c .order_info .order_info_t {
    padding: 0 4vw;
    display: flex;
    flex-direction: row;
  }
  .wrap .form_content1 .form_c .order_info .order_info_t .order_img {
    width: 26.53333vw;
    height: 26.53333vw;
  }
  .wrap .form_content1 .form_c .order_info .order_info_t .order_img img {
    width: 100%;
    height: 100%;
  }
  .wrap .form_content1 .form_c .order_info .order_info_t .detail {
    width: 58vw;
    margin-left: 5.33333vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .wrap .form_content1 .form_c .order_info .order_info_t .detail .title {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .form_content1 .form_c .order_info .order_info_t .detail .detail_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content1 .form_c .order_info .order_info_t .detail .detail_box .left {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .form_content1 .form_c .order_info .order_info_t .detail .detail_box .left p {
    color: #999;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.93333vw;
  }
  .wrap .form_content1 .form_c .order_info .order_info_t .detail .detail_box .left span {
    color: #999;
    font-size: 3.46667vw;
    font-weight: 400;
    line-height: 3.46667vw;
  }
  .wrap .form_content1 .form_c .order_info .order_info_t .detail .detail_box > p {
    color: #F00;
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 4.8vw;
  }
  .wrap .form_content1 .form_c .package {
    width: 100%;
    height: auto;
    margin-top: 8vw;
  }
  .wrap .form_content1 .form_c .package > p {
    padding: 0 4vw;
    padding-bottom: 1.33333vw;
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .form_content1 .form_c .package .package_box {
    padding: 0 4vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1.6vw;
  }
  .wrap .form_content1 .form_c .package .package_box .package_item {
    cursor: pointer;
    margin-right: 4vw;
    margin-bottom: 2.66667vw;
    width: 44vw;
    height: 8.8vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #E0E0E0;
    background: #FFF;
    padding: 0 2.93333vw;
  }
  .wrap .form_content1 .form_c .package .package_box .package_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wrap .form_content1 .form_c .package .package_box .package_item.active {
    border-radius: 0.8vw;
    background: #F51111;
    border: 0.13333vw solid #F51111;
  }
  .wrap .form_content1 .form_c .package .package_box .package_item.active p {
    color: #fff;
  }
  .wrap .form_content1 .form_c .package .package_box .package_item p {
    color: #222;
    font-size: 3.46667vw;
    font-weight: 400;
    line-height: 8.8vw;
  }
  .wrap .form_content1 .form_c .version {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
  }
  .wrap .form_content1 .form_c .version > p {
    padding: 0 4vw;
    padding-bottom: 1.33333vw;
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .form_content1 .form_c .version .version_box {
    margin-top: 1.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 4vw;
  }
  .wrap .form_content1 .form_c .version .version_box .version_item1 {
    margin-bottom: 2.66667vw;
    width: 100%;
    height: auto;
    background: #FFF;
  }
  .wrap .form_content1 .form_c .version .version_box .version_item1 .version_title {
    width: 100%;
    height: auto;
    background: #FFF;
    color: #222;
    font-size: 2.93333vw;
    font-weight: 400;
  }
  .wrap .form_content1 .form_c .version .version_box .version_item1 .version_itembox {
    margin-top: 1.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .form_content1 .form_c .version .version_box .version_item1 .version_itembox .version_item {
    cursor: pointer;
    margin-top: 1.33333vw;
    margin-right: 5.6vw;
    width: 27.86667vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0.13333vw solid transparent;
    padding: 2.66667vw 0;
  }
  .wrap .form_content1 .form_c .version .version_box .version_item1 .version_itembox .version_item.active {
    border-radius: 0.8vw;
    border: 0.13333vw solid #F00;
  }
  .wrap .form_content1 .form_c .version .version_box .version_item1 .version_itembox .version_item.active p {
    color: #F00;
  }
  .wrap .form_content1 .form_c .version .version_box .version_item1 .version_itembox .version_item .ver_img {
    max-width: 25.2vw;
    height: 22.8vw;
  }
  .wrap .form_content1 .form_c .version .version_box .version_item1 .version_itembox .version_item .ver_img img {
    max-width: 100%;
    height: 100%;
  }
  .wrap .form_content1 .form_c .version .version_box .version_item1 .version_itembox .version_item p {
    margin-top: 1.73333vw;
    color: #222;
    font-size: 2.93333vw;
    font-weight: 400;
  }
  .wrap .form_content1 .form_c .num {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
  }
  .wrap .form_content1 .form_c .num .num_title {
    width: 100%;
    height: auto;
    padding: 0 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content1 .form_c .num .num_title > p {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .form_content1 .form_c .num .num_title .addnum {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .form_content1 .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_content1 .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_content1 .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_content1 .form_c .num .order_info_b {
    margin-top: 5.33333vw;
    padding: 0 4vw;
    padding-top: 2.66667vw;
    border-top: 1.33333vw solid #F7F7F7;
  }
  .wrap .form_content1 .form_c .num .order_info_b > div {
    margin-bottom: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content1 .form_c .num .order_info_b > div p {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content1 .form_c .num .order_info_b > div span {
    color: #F00;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content1 .form_c .num .order_info_b .discount p, .wrap .form_content1 .form_c .num .order_info_b .freight p {
    color: #999;
  }
  .wrap .form_content1 a {
    display: inline-block;
    margin-top: 33.33333vw;
    margin-left: 50%;
    margin-bottom: 12vw;
    transform: translateX(-50%);
    width: 92vw;
    height: 9.33333vw;
    border-radius: 1.33333vw;
    background: #44BA54;
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 9.33333vw;
  }
  .wrap .form_content {
    width: 100%;
    height: auto;
  }
  .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;
    flex-wrap: wrap;
  }
  .wrap .form_content .form_b .form_item .input label {
    cursor: pointer;
    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"] {
    border: none;
    padding: 0;
    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_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: 1.6vw;
    color: #222;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_b .form_item .wuliu {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1.33333vw;
  }
  .wrap .form_content .form_b .form_item .wuliu .input_item {
    cursor: pointer;
    margin-top: 1.33333vw;
    margin-right: 4.53333vw;
    width: 24vw;
    height: 7.46667vw;
    border-radius: 0.26667vw;
    border: 0.13333vw solid #DDD;
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .wrap .form_content .form_b .form_item .wuliu .input_item:nth-of-type(2) .img {
    width: 4.13333vw;
    height: 4vw;
  }
  .wrap .form_content .form_b .form_item .wuliu .input_item:nth-of-type(3) .img {
    width: 4.26667vw;
    height: 4vw;
  }
  .wrap .form_content .form_b .form_item .wuliu .input_item.active {
    border: 0.13333vw solid #F51111;
    background: #F51111;
  }
  .wrap .form_content .form_b .form_item .wuliu .input_item.active .img img:first-child {
    display: none;
  }
  .wrap .form_content .form_b .form_item .wuliu .input_item.active .img img:last-child {
    display: block;
  }
  .wrap .form_content .form_b .form_item .wuliu .input_item.active p {
    color: #fff;
  }
  .wrap .form_content .form_b .form_item .wuliu .input_item .img {
    width: 4vw;
    height: 3.2vw;
  }
  .wrap .form_content .form_b .form_item .wuliu .input_item .img img {
    width: 100%;
    height: 100%;
  }
  .wrap .form_content .form_b .form_item .wuliu .input_item .img img:first-child {
    display: block;
  }
  .wrap .form_content .form_b .form_item .wuliu .input_item .img img:last-child {
    display: none;
  }
  .wrap .form_content .form_b .form_item .wuliu .input_item p {
    margin-left: 0.66667vw;
    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_item1 > p {
    padding-bottom: 1.33333vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .form_content .form_btn {
    width: 100%;
    height: auto;
    margin-top: 4vw;
    padding-bottom: 4vw;
  }
  .wrap .form_content .form_btn p {
    color: #F00;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .form_content .form_btn button {
    border: none;
    cursor: pointer;
    margin-top: 1.33333vw;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    width: 92%;
    height: 9.33333vw;
    border-radius: 0.8vw;
    background: #F00;
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 9.33333vw;
  }
  .wrap .form_content .service {
    width: 100%;
    height: auto;
    padding: 0 4vw;
    margin-top: 5.33333vw;
    padding-bottom: 20vw;
  }
  .wrap .form_content .service .ser_box {
    width: 100%;
    height: auto;
    border-radius: 0.53333vw;
    background: #F9F9F9;
    padding: 3.2vw;
  }
  .wrap .form_content .service .ser_box .ser_item {
    width: 100%;
    height: auto;
    margin-bottom: 2.66667vw;
  }
  .wrap .form_content .service .ser_box .ser_item:last-child {
    margin-bottom: 0;
  }
  .wrap .form_content .service .ser_box .ser_item .title {
    color: #444;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 5.33333vw;
    /* 166.667% */
  }
  .wrap .form_content .service .ser_box .ser_item .desc {
    width: 100%;
    height: auto;
    padding-left: 2.93333vw;
    color: #888;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 5.33333vw;
    /* 166.667% */
  }
}
