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: #fff;
}

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

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

.wrap .header {
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: 20;
  width: 750px;
  height: 60px;
  padding: 0 10px;
  padding-bottom: 10px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

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

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

.wrap .header .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 30px;
  height: 30px;
}

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

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

.wrap .countdown {
  margin-top: 60px;
  width: 100%;
  height: 35px;
  background: #f51111;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .countdown .count_l {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .countdown .count_l img {
  width: 10px;
  height: auto;
}

.wrap .countdown .count_l p {
  font-size: 14px;
  margin-left: 5px;
  color: #fff;
}

.wrap .countdown .time {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .countdown .time p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.wrap .countdown .time .end {
  margin-left: 20px;
}

.wrap .countdown .time span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.wrap .countdown .time .date {
  text-align: center;
  line-height: 24px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  color: #EF3251;
  font-size: 14px;
  font-weight: 400;
}

.wrap .order_info {
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wrap .order_info .order_img {
  max-width: 100px;
  height: auto;
}

.wrap .order_info .order_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .order_info .order_detail {
  width: 600px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

.wrap .order_info.active {
  z-index: 20;
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 750px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.wrap .form_content {
  width: 100%;
  height: auto;
  border-top: 10px solid #F7F7F7;
}

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

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

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

.wrap .form_content .form_c .package .package_box .package_item {
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
  background: #eeeeee;
  padding: 10px;
  border: 1px solid #bbbbbb;
  border-radius: 40px;
}

.wrap .form_content .form_c .package .package_box .package_item.active {
  background: #f51111;
  border: 1px solid #f51111;
}

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

.wrap .form_content .form_c .package .package_box .package_item p {
  text-align: center;
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

.wrap .form_content .form_c .package .package_tip {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #F7F7F7;
}

.wrap .form_content .form_c .package .package_tip .tip_item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
  background: #cccccc;
  padding: 10px;
  border: 1px solid #bbbbbb;
  border-radius: 40px;
}

.wrap .form_content .form_c .package .package_tip .tip_item p {
  text-align: center;
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

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

.wrap .form_content .form_c .version .version_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.wrap .form_content .form_c .version .version_box .version_b_item {
  width: 100%;
  height: auto;
}

.wrap .form_content .form_c .version .version_box .version_b_item.active .ver_b_i_title::after {
  transform: translateY(-50%) rotate(-180deg);
}

.wrap .form_content .form_c .version .version_box .version_b_item.active .ver_b_box {
  display: block;
}

.wrap .form_content .form_c .version .version_box .version_b_item .ver_b_i_title {
  cursor: pointer;
  width: 100%;
  height: auto;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #F7F7F7;
}

.wrap .form_content .form_c .version .version_box .version_b_item .ver_b_i_title p {
  text-align: left;
  font-size: 14px;
  color: #333;
}

.wrap .form_content .form_c .version .version_box .version_b_item .ver_b_i_title::after {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/down.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: all 0.5s;
  transform: translateY(-50%) rotate(0deg);
}

.wrap .form_content .form_c .version .version_box .version_b_item .ver_b_box {
  display: none;
  width: 100%;
  height: auto;
}

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

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

.wrap .form_content .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_content .form_c .version .version_box .version_item1 .version_itembox .version_item {
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
  width: 200px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.wrap .form_content .form_c .version .version_box .version_item1 .version_itembox .version_item .ver_img {
  border: 2px solid transparent;
  padding: 20px;
  max-width: 189px;
  height: 171px;
  position: relative;
}

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

.wrap .form_content .form_c .version .version_box .version_item1 .version_itembox .version_item .ver_img .sou_box {
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #bcb0a5;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 6px 0 0;
}

.wrap .form_content .form_c .version .version_box .version_item1 .version_itembox .version_item .ver_img .sou_box img {
  width: 18px;
  height: 18px;
}

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

.wrap .form_content .form_c .version .version_box .version_item2 {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  background: #FFF;
}

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

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

.wrap .form_content .form_c .version .version_box .version_item2 .version_itembox .version_item {
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
  width: 330px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  color: #222;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.wrap .form_content .form_c .version .version_box .version_item2 .version_itembox .version_item:nth-of-type(2n) {
  margin-right: 0;
}

.wrap .form_content .form_c .version .version_box .version_item2 .version_itembox .version_item.active {
  border: 1px solid #F00;
  background: #F00;
  color: #fff;
}

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

.wrap .form_content .form_c .choice .c_box {
  border-top: 1px solid #F7F7F7;
  display: flex;
  padding: 25px 0px 40px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .form_c .choice .c_box p {
  color: #999;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_c .price {
  width: 100%;
  height: auto;
  border-top: 10px solid #F7F7F7;
  margin-bottom: 40px;
}

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

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

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

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

.wrap .form_content .form_c .price .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 .price .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 .price .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 .price .price_box {
  width: 100%;
  height: auto;
  border-top: 1px solid #F7F7F7;
  padding: 0 30px;
}

.wrap .form_content .form_c .price .price_box > div {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .form_c .price .price_box > div p {
  color: #999;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.wrap .form_content .form_c .price .price_box .total p {
  color: #222;
}

.wrap .form_content .form_b {
  border-top: 10px solid #F7F7F7;
  padding-bottom: 20px;
  border-bottom: 10px solid #F7F7F7;
  width: 100%;
  height: auto;
}

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

.wrap .form_content .form_b .consignee_item .consignee_title {
  width: 100%;
  height: auto;
  padding: 5px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .form_content .form_b .consignee_item .consignee_title img {
  width: 20px;
  height: 20px;
  color: #212529;
}

.wrap .form_content .form_b .consignee_item .consignee_title p {
  font-size: 18px;
  margin-left: 5px;
}

.wrap .form_content .form_b .form_item {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 10px;
}

.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: 0px;
  padding: 0 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: 10px;
}

.wrap .form_content .form_b .form_item .input label input[type="radio"] {
  margin-top: 0;
  border: none;
  padding: 0;
  margin-right: 5px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  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: 15px;
  height: 15px;
  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: 15px;
  height: 15px;
  background: url(../img/nocheck.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .form_b .form_item .input label p {
  color: #222;
  font-size: 14px;
  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;
  padding: 0 20px;
}

.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 .item_box {
  width: 100%;
  height: auto;
  border: 1px solid #E0E0E0;
  background: #FFF;
  margin-top: 9px;
  border-radius: 6px;
  padding: 10px;
}

.wrap .form_content .form_b .form_item .item_box p {
  font-size: 14px;
  color: #999999;
}

.wrap .form_content .form_b .form_item .item_box p span {
  color: #F00;
}

.wrap .form_content .form_b .form_item .item_box input {
  margin-top: 5px;
  outline: none;
  border: none;
  width: 100%;
  height: 80%;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

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

.wrap .form_content .form_b .form_item .tips {
  display: none;
  margin-top: 5px;
  color: #F00;
  font-size: 12px;
}

.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: none;
  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_item {
  margin-bottom: 10px;
}

.wrap .form_content .form_b .form_item .select_box .select {
  margin-right: 30px;
  width: 330px;
  height: auto;
  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: 40px;
  position: relative;
}

.wrap .form_content .form_b .form_item1 > p {
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
}

.wrap .form_content .choice {
  width: 100%;
  height: auto;
  padding: 20px 10px;
  border-bottom: 10px solid #F7F7F7;
}

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

.wrap .form_content .choice .choice_box .choice_title {
  font-size: 18px;
  color: #333;
}

.wrap .form_content .choice .choice_box .choice_desc {
  margin-top: 10px;
  font-size: 14px;
  color: #b77200;
}

.wrap .form_content .choice .choice_box .choice_content {
  margin-top: 30px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .choice .choice_box .choice_content .choice_img_box {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.wrap .form_content .choice .choice_box .choice_content .choice_img_box img {
  max-width: 100px;
  height: auto;
  object-fit: cover;
}

.wrap .form_content .choice .choice_box .choice_content .choice_more {
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.wrap .form_content .order_information {
  width: 100%;
  height: auto;
  padding: 20px 10px;
  padding-bottom: 30px;
  border-bottom: 10px solid #F7F7F7;
}

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

.wrap .form_content .order_information .consignee_item .consignee_title {
  width: 100%;
  height: auto;
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .form_content .order_information .consignee_item .consignee_title img {
  width: 20px;
  height: 20px;
  color: #212529;
}

.wrap .form_content .order_information .consignee_item .consignee_title p {
  font-size: 18px;
  margin-left: 5px;
}

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

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

.wrap .form_content .order_information .info_content .item_num {
  margin-top: 15px;
}

.wrap .form_content .order_information .info_content .item_num .num_title {
  font-size: 14px;
  color: #333;
}

.wrap .form_content .order_information .info_content .item_num .num_desc {
  font-size: 14px;
  color: #333;
}

.wrap .form_content .order_information .info_content .item_original .num_title {
  font-size: 14px;
  color: #333;
}

.wrap .form_content .order_information .info_content .item_original .num_desc {
  text-decoration: line-through;
  font-size: 14px;
  color: #333;
}

.wrap .form_content .order_information .info_content .item_preferential .num_title {
  font-size: 14px;
  color: #333;
}

.wrap .form_content .order_information .info_content .item_preferential .num_desc {
  font-size: 14px;
  color: #e02061;
}

.wrap .form_content .order_information .info_content .item_total {
  margin-top: 10px;
}

.wrap .form_content .order_information .info_content .item_total .num_title {
  font-size: 26px;
  color: #333;
}

.wrap .form_content .order_information .info_content .item_total .num_desc {
  font-size: 20px;
  color: #e02020;
}

.wrap .form_content .pay {
  width: 100%;
  height: auto;
  padding: 20px 10px;
  padding-bottom: 100px;
  border-bottom: 10px solid #F7F7F7;
}

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

.wrap .form_content .pay .consignee_item .consignee_title {
  width: 100%;
  height: auto;
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .form_content .pay .consignee_item .consignee_title img {
  width: 20px;
  height: 20px;
  color: #212529;
}

.wrap .form_content .pay .consignee_item .consignee_title p {
  font-size: 18px;
  margin-left: 5px;
}

.wrap .form_content .pay .pay_content {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 10px;
}

.wrap .form_content .pay .pay_content label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-right: 10px;
}

.wrap .form_content .pay .pay_content label input[type="radio"] {
  margin-top: 0;
  border: none;
  padding: 0;
  margin-right: 5px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  stroke-width: 1px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

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

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

.wrap .form_content .pay .pay_content label p {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

.wrap .form_content .pay .pay_content .pay_tips {
  margin-top: 10px;
  padding-left: 19px;
  color: #999;
  font-size: 14px;
}

.wrap .form_content .pay .privacy_protection {
  padding: 0 10px;
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.wrap .form_content .pay .privacy_protection .privacy_title {
  margin-bottom: 8px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .form_content .pay .privacy_protection .privacy_title svg {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}

.wrap .form_content .pay .privacy_protection .privacy_title p {
  font-size: 12px;
  color: #212529;
}

.wrap .form_content .pay .privacy_protection .privacy_desc {
  font-size: 12px;
  padding-left: 18px;
  color: #999;
}

.wrap .form_content .form_btn {
  width: 100%;
  height: 58px;
  padding: 0 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
}

.wrap .form_content .form_btn .form_btn_box {
  padding: 0 10px;
  border-top: 1px solid #eee;
  width: 750px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .form_btn .form_btn_box .form_b_l .form_b_l_price {
  color: #f51111;
  font-weight: 700;
  font-size: 20px;
}

.wrap .form_content .form_btn .form_btn_box .form_b_r {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .form_content .form_btn .form_btn_box .form_b_r .num {
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}

.wrap .form_content .form_btn .form_btn_box .form_b_r button {
  cursor: pointer;
  border: none;
  width: 220px;
  height: 58px;
  border-radius: 10px;
  background: linear-gradient(to right, #fe6e46, #fd4a68);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wrap .form_content .form_btn .form_btn_box .form_b_r button p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_btn .form_b_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

.wrap .form_content .form_btn .form_b_box button:nth-of-type(1) {
  cursor: pointer;
  border: none;
  width: 344px;
  height: 70px;
  border-radius: 40px 6px 6px 40px;
  background: #232323;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wrap .form_content .form_btn .form_b_box button:nth-of-type(1) span {
  color: #F00;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_btn .form_b_box button:nth-of-type(1) p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_btn .form_b_box button:nth-of-type(2) {
  cursor: pointer;
  border: none;
  width: 354px;
  height: 70px;
  border-radius: 6px 40px 40px 6px;
  background: #F5012F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wrap .form_content .form_btn .form_b_box button:nth-of-type(2) p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.img_popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  background: rgba(0, 0, 0, 0.8);
}

.img_popup .img_close {
  text-align: center;
  position: absolute;
  line-height: 17px;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 24px;
  color: #333;
  background: #c8c9cc;
}

.img_popup .img_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: grab;
}

.img_popup .img_box img {
  max-width: 100%;
  height: auto;
}

.img_popup .img_comment {
  width: 100%;
  height: 400px;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 10px;
}

.img_popup .img_comment .rate {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5px;
  border-bottom: 1px solid  #fff;
}

.img_popup .img_comment .rate img {
  width: 70px;
  height: auto;
}

.img_popup .img_comment .comment_content {
  width: 100%;
  height: 330px;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}

.img_popup .img_comment .comment_content p {
  color: #fff;
  font-size: 14px;
}

.ptoduct_list_popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  background: rgba(0, 0, 0, 0.8);
}

.ptoduct_list_popup .about_box {
  width: 750px;
  height: 80%;
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  padding-top: 60px;
}

.ptoduct_list_popup .about_box .close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #c8c9cc;
}

.ptoduct_list_popup .about_box .about_content {
  width: 100%;
  height: auto;
}

.ptoduct_list_popup .about_box .about_content .about_title {
  color: #333;
  font-size: 18px;
  text-align: center;
}

.ptoduct_list_popup .about_box .about_content .about_desc {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.ptoduct_list_popup .about_box .about_content .about_desc .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.ptoduct_list_popup .about_box .about_content .about_desc .item .item_l {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ptoduct_list_popup .about_box .about_content .about_desc .item .item_l img {
  max-width: 100px;
  height: auto;
}

.ptoduct_list_popup .about_box .about_content .about_desc .item .item_l p {
  margin-left: 5px;
  color: #333;
  font-size: 14px;
}

.ptoduct_list_popup .about_box .about_content .about_desc .item .item_r {
  color: #333;
  font-size: 14px;
}

.ptoduct_list_popup .about_box .about_content .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  height: 58px;
  cursor: pointer;
  text-align: center;
  line-height: 58px;
  color: #fff;
  font-size: 14px;
  background: #f51111;
}

@media screen and (max-width: 1023px) {
  body {
    min-width: 42.66667vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
  html {
    overflow-x: hidden;
  }
  .wrap {
    width: 100%;
    height: auto;
  }
  .wrap .header {
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    z-index: 20;
    width: 100vw;
    height: 10vw;
    padding: 0 1.33333vw;
    padding-bottom: 1.33333vw;
    background: #fff;
    border-bottom: 0.13333vw solid #eee;
  }
  .wrap .header .back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.33333vw;
    width: 4vw;
    height: 4vw;
  }
  .wrap .header .back img {
    width: 100%;
    height: 100%;
  }
  .wrap .header .line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.33333vw;
    width: 5vw;
    height: 5vw;
  }
  .wrap .header .line img {
    width: 100%;
    height: 100%;
  }
  .wrap .header p {
    text-align: center;
    line-height: 8vw;
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .countdown {
    margin-top: 10vw;
    width: 100%;
    height: 9.33333vw;
    background: #f51111;
    padding: 0 1.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .countdown .count_l {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .countdown .count_l img {
    width: 2.66667vw;
    height: auto;
  }
  .wrap .countdown .count_l p {
    font-size: 3.2vw;
    margin-left: 0.66667vw;
    color: #fff;
  }
  .wrap .countdown .time {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .countdown .time p {
    color: #FFF;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .countdown .time .end {
    margin-left: 2.66667vw;
  }
  .wrap .countdown .time span {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .countdown .time .date {
    text-align: center;
    line-height: 5.33333vw;
    display: inline-block;
    width: 5.33333vw;
    height: 5.33333vw;
    background: #fff;
    color: #EF3251;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .order_info {
    width: 100%;
    height: auto;
    padding: 1.33333vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .wrap .order_info .order_img {
    max-width: 16.66667vw;
    height: auto;
  }
  .wrap .order_info .order_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wrap .order_info .order_detail {
    width: 73.33333vw;
    color: #222;
    font-size: 3.33333vw;
    font-weight: 400;
  }
  .wrap .order_info.active {
    z-index: 20;
    position: fixed;
    top: 10vw;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 100vw;
    box-shadow: 0 0 1.33333vw 0 rgba(0, 0, 0, 0.2);
  }
  .wrap .form_content {
    width: 100%;
    height: auto;
    border-top: 1.33333vw solid #F7F7F7;
  }
  .wrap .form_content .form_c {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_c .package {
    width: 100%;
    height: auto;
    padding: 0vw 4vw 1.33333vw;
  }
  .wrap .form_content .form_c .package .package_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .wrap .form_content .form_c .package .package_box .package_item {
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: center;
    position: relative;
    margin-top: 1.33333vw;
    background: #eeeeee;
    padding: 1.33333vw;
    border: 0.13333vw solid #bbbbbb;
    border-radius: 5.33333vw;
  }
  .wrap .form_content .form_c .package .package_box .package_item.active {
    background: #f51111;
    border: 0.13333vw solid #f51111;
  }
  .wrap .form_content .form_c .package .package_box .package_item.active p {
    color: #fff;
  }
  .wrap .form_content .form_c .package .package_box .package_item p {
    text-align: center;
    color: #222;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .package .package_tip {
    width: 100%;
    height: auto;
    padding-bottom: 1.33333vw;
    border-bottom: 0.13333vw solid #F7F7F7;
  }
  .wrap .form_content .form_c .package .package_tip .tip_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: center;
    position: relative;
    margin-top: 1.33333vw;
    background: #cccccc;
    padding: 1.33333vw;
    border: 0.13333vw solid #bbbbbb;
    border-radius: 5.33333vw;
  }
  .wrap .form_content .form_c .package .package_tip .tip_item p {
    text-align: center;
    color: #222;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .version {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .form_content .form_c .version .version_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .wrap .form_content .form_c .version .version_box .version_b_item {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_c .version .version_box .version_b_item .ver_b_i_title {
    cursor: pointer;
    width: 100%;
    height: auto;
    padding: 1.33333vw 0;
    position: relative;
    border-bottom: 0.13333vw solid #F7F7F7;
  }
  .wrap .form_content .form_c .version .version_box .version_b_item .ver_b_i_title p {
    text-align: left;
    font-size: 3.2vw;
    color: #333;
  }
  .wrap .form_content .form_c .version .version_box .version_b_item .ver_b_i_title::after {
    content: '';
    width: 2.5vw;
    height: 2.5vw;
    background: url(../img/down.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 1.33333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .wrap .form_content .form_c .version .version_box .version_b_item .ver_b_box {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_c .version .version_box .version_item1 {
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
    width: 100%;
    height: auto;
    background: #FFF;
  }
  .wrap .form_content .form_c .version .version_box .version_item1 .version_title {
    width: 100%;
    height: auto;
    background: #FFF;
    color: #333;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .form_content .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_content .form_c .version .version_box .version_item1 .version_itembox .version_item {
    cursor: pointer;
    margin-top: 2.66667vw;
    margin-right: 2.66667vw;
    width: 26.66667vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap .form_content .form_c .version .version_box .version_item1 .version_itembox .version_item.active .ver_img {
    border-radius: 0.8vw;
    border: 0.26667vw solid #F00;
  }
  .wrap .form_content .form_c .version .version_box .version_item1 .version_itembox .version_item.active p {
    color: #F00;
  }
  .wrap .form_content .form_c .version .version_box .version_item1 .version_itembox .version_item .ver_img {
    border: 0.26667vw solid transparent;
    padding: 2.66667vw;
    max-width: 31.5vw;
    height: 28.5vw;
    position: relative;
  }
  .wrap .form_content .form_c .version .version_box .version_item1 .version_itembox .version_item .ver_img > img {
    max-width: 100%;
    height: 100%;
  }
  .wrap .form_content .form_c .version .version_box .version_item1 .version_itembox .version_item .ver_img .sou_box {
    cursor: pointer;
    width: 4.16667vw;
    height: 4.16667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #bcb0a5;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0.8vw 0 0;
  }
  .wrap .form_content .form_c .version .version_box .version_item1 .version_itembox .version_item .ver_img .sou_box img {
    width: 3vw;
    height: 3vw;
  }
  .wrap .form_content .form_c .version .version_box .version_item1 .version_itembox .version_item p {
    margin-top: 1.33333vw;
    color: #222;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .version .version_box .version_item2 {
    margin-top: 4vw;
    margin-bottom: 4vw;
    width: 100%;
    height: auto;
    background: #FFF;
  }
  .wrap .form_content .form_c .version .version_box .version_item2 .version_title {
    width: 100%;
    height: auto;
    background: #FFF;
    color: #222;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .version .version_box .version_item2 .version_itembox {
    margin-top: 1.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .form_content .form_c .version .version_box .version_item2 .version_itembox .version_item {
    cursor: pointer;
    margin-top: 2.66667vw;
    margin-right: 2.66667vw;
    width: 44vw;
    height: 8vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #DBDBDB;
    background: #FFF;
    color: #222;
    text-align: center;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
  }
  .wrap .form_content .form_c .version .version_box .version_item2 .version_itembox .version_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wrap .form_content .form_c .version .version_box .version_item2 .version_itembox .version_item.active {
    border: 0.13333vw solid #F00;
    background: #F00;
    color: #fff;
  }
  .wrap .form_content .form_c .choice {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .form_content .form_c .choice .c_box {
    border-top: 0.13333vw solid #F7F7F7;
    display: flex;
    padding: 3.33333vw 0vw 5.33333vw;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .form_c .choice .c_box p {
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_c .price {
    width: 100%;
    height: auto;
    border-top: 1.33333vw solid #F7F7F7;
    margin-bottom: 5.33333vw;
  }
  .wrap .form_content .form_c .price .num {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .form_content .form_c .price .num .num_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .form_c .price .num .num_title > p {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .price .num .num_title .addnum {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .form_content .form_c .price .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 .price .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 .price .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 .price .price_box {
    width: 100%;
    height: auto;
    border-top: 0.13333vw solid #F7F7F7;
    padding: 0 4vw;
  }
  .wrap .form_content .form_c .price .price_box > div {
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .form_c .price .price_box > div p {
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_c .price .price_box > div span {
    color: #F00;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_c .price .price_box .total p {
    color: #222;
  }
  .wrap .form_content .form_b {
    border-top: 1.33333vw solid #F7F7F7;
    padding-bottom: 2.66667vw;
    border-bottom: 1.33333vw solid #F7F7F7;
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_b .consignee_item {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_b .consignee_item .consignee_title {
    width: 100%;
    height: auto;
    padding: 0.66667vw 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .form_content .form_b .consignee_item .consignee_title img {
    width: 5.33333vw;
    height: 5.33333vw;
    color: #212529;
  }
  .wrap .form_content .form_b .consignee_item .consignee_title p {
    font-size: 3.73333vw;
    margin-left: 0.66667vw;
  }
  .wrap .form_content .form_b .form {
    padding: 0 2.66667vw;
  }
  .wrap .form_content .form_b .form_item {
    padding: 0 1.33333vw;
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .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: 0vw;
    padding: 0 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: 1.33333vw;
  }
  .wrap .form_content .form_b .form_item .input label input[type="radio"] {
    margin-top: 0;
    border: none;
    padding: 0;
    margin-right: 1.33333vw;
    cursor: pointer;
    width: 4vw;
    height: 4vw;
    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: 4vw;
    height: 4vw;
    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: 4vw;
    height: 4vw;
    background: url(../img/nocheck.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .form_b .form_item .input label p {
    color: #222;
    font-size: 3.2vw;
    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;
    padding: 0 2.66667vw;
  }
  .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 .item_box {
    width: 100%;
    height: auto;
    border: 0.13333vw solid #E0E0E0;
    background: #FFF;
    margin-top: 1.2vw;
    border-radius: 0.8vw;
    padding: 1.33333vw;
  }
  .wrap .form_content .form_b .form_item .item_box p {
    font-size: 3.2vw;
    color: #999999;
  }
  .wrap .form_content .form_b .form_item .item_box p span {
    color: #F00;
  }
  .wrap .form_content .form_b .form_item .item_box input {
    margin-top: 0.66667vw;
    outline: none;
    border: none;
    width: 100%;
    height: 80%;
    color: #000;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .form_content .form_b .form_item .item_box input::placeholder {
    color: #ccc;
  }
  .wrap .form_content .form_b .form_item .tips {
    display: none;
    margin-top: 0.66667vw;
    color: #F00;
    font-size: 2.93333vw;
  }
  .wrap .form_content .form_b .form_item textarea {
    font-size: 3.2vw;
    resize: none;
    max-height: 13.33333vw;
    min-height: 13.33333vw;
    margin-top: 1.2vw;
    max-width: 100%;
    min-width: 100%;
    border: none;
    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_item {
    margin-bottom: 1.33333vw;
  }
  .wrap .form_content .form_b .form_item .select_box .select {
    margin-right: 4vw;
    width: 44vw;
    height: auto;
    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 {
    font-size: 3.2vw;
    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: 8vw;
    position: relative;
  }
  .wrap .form_content .form_b .form_item1 > p {
    padding-bottom: 1.33333vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .form_content .choice {
    width: 100%;
    height: auto;
    padding: 2.66667vw 1.33333vw;
    border-bottom: 1.33333vw solid #F7F7F7;
  }
  .wrap .form_content .choice .choice_box {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .choice .choice_box .choice_title {
    font-size: 3.73333vw;
    color: #333;
  }
  .wrap .form_content .choice .choice_box .choice_desc {
    margin-top: 1.33333vw;
    font-size: 3.2vw;
    color: #b77200;
  }
  .wrap .form_content .choice .choice_box .choice_content {
    margin-top: 4vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .choice .choice_box .choice_content .choice_img_box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .form_content .choice .choice_box .choice_content .choice_img_box img {
    max-width: 20vw;
    height: auto;
    object-fit: cover;
  }
  .wrap .form_content .choice .choice_box .choice_content .choice_more {
    cursor: pointer;
    font-size: 3.46667vw;
    color: #333;
  }
  .wrap .form_content .order_information {
    width: 100%;
    height: auto;
    padding: 2.66667vw 1.33333vw;
    padding-bottom: 4vw;
    border-bottom: 1.33333vw solid #F7F7F7;
  }
  .wrap .form_content .order_information .consignee_item {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .order_information .consignee_item .consignee_title {
    width: 100%;
    height: auto;
    padding: 0.66667vw 0vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .form_content .order_information .consignee_item .consignee_title img {
    width: 5.33333vw;
    height: 5.33333vw;
    color: #212529;
  }
  .wrap .form_content .order_information .consignee_item .consignee_title p {
    font-size: 3.73333vw;
    margin-left: 1.33333vw;
  }
  .wrap .form_content .order_information .info_content {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .order_information .info_content .info_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .order_information .info_content .item_num {
    margin-top: 2vw;
  }
  .wrap .form_content .order_information .info_content .item_num .num_title {
    font-size: 3.2vw;
    color: #333;
  }
  .wrap .form_content .order_information .info_content .item_num .num_desc {
    font-size: 3.2vw;
    color: #333;
  }
  .wrap .form_content .order_information .info_content .item_original .num_title {
    font-size: 3.2vw;
    color: #333;
  }
  .wrap .form_content .order_information .info_content .item_original .num_desc {
    text-decoration: line-through;
    font-size: 3.2vw;
    color: #333;
  }
  .wrap .form_content .order_information .info_content .item_preferential .num_title {
    font-size: 3.2vw;
    color: #333;
  }
  .wrap .form_content .order_information .info_content .item_preferential .num_desc {
    font-size: 3.2vw;
    color: #e02061;
  }
  .wrap .form_content .order_information .info_content .item_total {
    margin-top: 1.33333vw;
  }
  .wrap .form_content .order_information .info_content .item_total .num_title {
    font-size: 4.8vw;
    color: #333;
  }
  .wrap .form_content .order_information .info_content .item_total .num_desc {
    font-size: 4vw;
    color: #e02020;
  }
  .wrap .form_content .pay {
    width: 100%;
    height: auto;
    padding: 2.66667vw 1.33333vw;
    padding-bottom: 20vw;
    border-bottom: 1.33333vw solid #F7F7F7;
  }
  .wrap .form_content .pay .consignee_item {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .pay .consignee_item .consignee_title {
    width: 100%;
    height: auto;
    padding: 0.66667vw 0vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .form_content .pay .consignee_item .consignee_title img {
    width: 5.33333vw;
    height: 5.33333vw;
    color: #212529;
  }
  .wrap .form_content .pay .consignee_item .consignee_title p {
    font-size: 3.73333vw;
    margin-left: 0.66667vw;
  }
  .wrap .form_content .pay .pay_content {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
    padding: 0 1.33333vw;
  }
  .wrap .form_content .pay .pay_content label {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-right: 1.33333vw;
  }
  .wrap .form_content .pay .pay_content label input[type="radio"] {
    margin-top: 0;
    border: none;
    padding: 0;
    margin-right: 0.66667vw;
    cursor: pointer;
    width: 4vw;
    height: 4vw;
    stroke-width: 0.13333vw;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
  }
  .wrap .form_content .pay .pay_content label input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4vw;
    height: 4vw;
    background: url(../img/check.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .pay .pay_content label input[type="radio"]::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4vw;
    height: 4vw;
    background: url(../img/nocheck.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .pay .pay_content label p {
    color: #222;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .form_content .pay .pay_content .pay_tips {
    margin-top: 1.33333vw;
    padding-left: 4.66667vw;
    color: #999;
    font-size: 3.2vw;
  }
  .wrap .form_content .pay .privacy_protection {
    padding: 0 1.33333vw;
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
  }
  .wrap .form_content .pay .privacy_protection .privacy_title {
    margin-bottom: 1.06667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .form_content .pay .privacy_protection .privacy_title svg {
    width: 4.26667vw;
    height: 4.26667vw;
    margin-right: 0.8vw;
  }
  .wrap .form_content .pay .privacy_protection .privacy_title p {
    font-size: 2.93333vw;
    color: #212529;
  }
  .wrap .form_content .pay .privacy_protection .privacy_desc {
    font-size: 2.93333vw;
    padding-left: 5.06667vw;
    color: #999;
  }
  .wrap .form_content .form_btn {
    width: 100%;
    height: 15.46667vw;
    padding: 0 1.33333vw;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
  }
  .wrap .form_content .form_btn .form_btn_box {
    padding: 0 1.33333vw;
    border-top: 0.13333vw solid #eee;
    width: 100vw;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .form_btn .form_btn_box .form_b_l .form_b_l_price {
    color: #f51111;
    font-weight: 700;
    font-size: 5.33333vw;
  }
  .wrap .form_content .form_btn .form_btn_box .form_b_r {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .form_content .form_btn .form_btn_box .form_b_r .num {
    font-size: 3.2vw;
    color: #333;
    margin-right: 1.33333vw;
  }
  .wrap .form_content .form_btn .form_btn_box .form_b_r button {
    cursor: pointer;
    border: none;
    width: 44vw;
    height: 15.46667vw;
    border-radius: 1.33333vw;
    background: linear-gradient(to right, #fe6e46, #fd4a68);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wrap .form_content .form_btn .form_btn_box .form_b_r button p {
    color: #FFF;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_btn .form_b_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-top: 4vw;
  }
  .wrap .form_content .form_btn .form_b_box button:nth-of-type(1) {
    cursor: pointer;
    border: none;
    width: 45.86667vw;
    height: 9.33333vw;
    border-radius: 5.33333vw 0.8vw 0.8vw 5.33333vw;
    background: #232323;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wrap .form_content .form_btn .form_b_box button:nth-of-type(1) span {
    color: #F00;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_btn .form_b_box button:nth-of-type(1) p {
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_btn .form_b_box button:nth-of-type(2) {
    cursor: pointer;
    border: none;
    width: 47.2vw;
    height: 9.33333vw;
    border-radius: 0.8vw 5.33333vw 5.33333vw 0.8vw;
    background: #F5012F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wrap .form_content .form_btn .form_b_box button:nth-of-type(2) p {
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .img_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    background: rgba(0, 0, 0, 0.8);
  }
  .img_popup .img_close {
    text-align: center;
    position: absolute;
    line-height: 4.93333vw;
    top: 2.66667vw;
    right: 2.66667vw;
    width: 5.33333vw;
    height: 5.33333vw;
    cursor: pointer;
    border-radius: 50%;
    font-size: 6.4vw;
    color: #333;
    background: #c8c9cc;
  }
  .img_popup .img_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: grab;
  }
  .img_popup .img_box img {
    max-width: 100%;
    height: auto;
  }
  .img_popup .img_comment {
    width: 100%;
    height: 53.33333vw;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.66667vw 1.33333vw;
  }
  .img_popup .img_comment .rate {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 0.66667vw;
    border-bottom: 0.13333vw solid #fff;
  }
  .img_popup .img_comment .rate img {
    width: 9.33333vw;
    height: auto;
  }
  .img_popup .img_comment .comment_content {
    width: 100%;
    height: 44vw;
    padding: 2.66667vw;
    overflow: hidden;
    overflow-y: auto;
  }
  .img_popup .img_comment .comment_content p {
    color: #fff;
    font-size: 3.2vw;
  }
  .ptoduct_list_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    background: rgba(0, 0, 0, 0.8);
  }
  .ptoduct_list_popup .about_box {
    width: 100vw;
    height: 80%;
    background: #fff;
    border-radius: 1.33333vw 1.33333vw 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 2.66667vw;
    padding-top: 8vw;
  }
  .ptoduct_list_popup .about_box .close {
    display: inline-block;
    position: absolute;
    top: 1.33333vw;
    right: 2.66667vw;
    font-size: 5.33333vw;
    line-height: 5.33333vw;
    cursor: pointer;
    color: #c8c9cc;
  }
  .ptoduct_list_popup .about_box .about_content {
    width: 100%;
    height: auto;
  }
  .ptoduct_list_popup .about_box .about_content .about_title {
    color: #333;
    font-size: 3.73333vw;
    text-align: center;
  }
  .ptoduct_list_popup .about_box .about_content .about_desc {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .ptoduct_list_popup .about_box .about_content .about_desc .item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.33333vw;
  }
  .ptoduct_list_popup .about_box .about_content .about_desc .item .item_l {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .ptoduct_list_popup .about_box .about_content .about_desc .item .item_l img {
    max-width: 20vw;
    height: auto;
  }
  .ptoduct_list_popup .about_box .about_content .about_desc .item .item_l p {
    margin-left: 1.33333vw;
    color: #333;
    font-size: 3.2vw;
  }
  .ptoduct_list_popup .about_box .about_content .about_desc .item .item_r {
    color: #333;
    font-size: 3.2vw;
  }
  .ptoduct_list_popup .about_box .about_content .btn {
    position: absolute;
    bottom: 0vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 7.73333vw;
    cursor: pointer;
    text-align: center;
    line-height: 7.73333vw;
    color: #fff;
    font-size: 3.2vw;
    background: #f51111;
  }
}
