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;
  background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
  padding: 0 24px;
  color: #fff;
  font-size: 26px;
  line-height: 60px;
}

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

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

.wrap .banner .banner_box .banner_item {
  width: 750px !important;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

.wrap .buy_info {
  width: 100%;
  height: auto;
  padding: 12px 30px;
  background: #FFAC31;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wrap .buy_info .buy_i_t {
  display: flex;
  flex-direction: column;
}

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

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

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

.wrap .buy_info .buy_i_t .sold {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .buy_i_t .sold .indulgence {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .buy_i_t .sold .indulgence img {
  width: 14px;
  height: 20px;
}

.wrap .buy_info .buy_i_t .sold .indulgence p {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  margin-left: 10px;
}

.wrap .buy_info .buy_i_t .sold .in_line_box {
  margin-left: 5px;
  width: 404px;
  height: 24px;
  border-radius: 20px;
  background: #FFD28F;
  position: relative;
}

.wrap .buy_info .buy_i_t .sold .in_line_box .line {
  width: 77%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: #DB2523;
}

.wrap .buy_info .buy_i_t .sold .in_line_box p {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 14px;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_c {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap .buy_info .buy_i_c .time {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap .buy_info .buy_i_c .time p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

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

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

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

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

.wrap .info_detail {
  width: 100%;
  height: auto;
  padding: 9px 30px 40px;
}

.wrap .info_detail .info_d_title {
  color: #222;
  font-family: Microsoft YaHei;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.wrap .info_detail .content {
  width: 100%;
  height: 110px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 60px;
  background: #FFAC31;
}

.wrap .info_detail .content .content_l {
  width: 277px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.wrap .info_detail .content .content_l img {
  width: 29px;
  height: 29px;
}

.wrap .info_detail .content .content_l p {
  color: #FFF;
  font-size: 34px;
  font-weight: 400;
  margin-left: 7px;
}

.wrap .info_detail .content .content_r {
  width: 412px;
  height: 100%;
  border-radius: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #EC2263 0%, #F34242 100%);
}

.wrap .info_detail .content .content_r img {
  width: 35px;
  height: 30px;
}

.wrap .info_detail .content .content_r p {
  color: #FFF;
  font-size: 34px;
  font-weight: 400;
  margin-left: 7px;
}

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

.wrap .service .title {
  position: relative;
  color: #222;
  font-size: 28px;
  font-weight: 400;
  padding: 20px 30px;
  padding-left: 46px;
  border-bottom: 1px solid #EBEBEB;
}

.wrap .service .title::before {
  content: '';
  width: 6px;
  height: 28px;
  background: #ffac31;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.wrap .service .ser_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 8px 30px 20px;
}

.wrap .service .ser_box .ser_item {
  margin-top: 12px;
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .service .ser_box .ser_item img {
  width: 20px;
  height: 14px;
}

.wrap .service .ser_box .ser_item p {
  padding-left: 9px;
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .service .ser_box .ser_item:nth-of-type(2) img {
  width: 16px;
  height: 20px;
}

.wrap .service .ser_box .ser_item:nth-of-type(3) img {
  width: 17px;
  height: 21px;
}

.wrap .service .ser_box .ser_item:nth-of-type(4) img {
  width: 17px;
  height: 16px;
}

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

.wrap .pro_detail .title {
  position: relative;
  color: #222;
  font-size: 28px;
  font-weight: 400;
  padding: 20px 30px;
  padding-left: 46px;
  border-bottom: 1px solid #EBEBEB;
}

.wrap .pro_detail .title::before {
  content: '';
  width: 6px;
  height: 28px;
  background: #ffac31;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

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

.wrap .pro_detail .pro_box img {
  width: 100%;
  height: auto;
}

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

.wrap .comments .title {
  position: relative;
  color: #222;
  font-size: 28px;
  font-weight: 400;
  padding: 20px 30px;
  padding-left: 46px;
  border-bottom: 1px solid #EBEBEB;
}

.wrap .comments .title::before {
  content: '';
  width: 6px;
  height: 28px;
  background: #ffac31;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.wrap .comments .comment_box {
  width: 100%;
  height: auto;
  padding: 0 30px;
}

.wrap .comments .comment_box .com_item {
  width: 100%;
  height: auto;
  padding: 20px 0 30px;
  border-bottom: 1px solid #EBEBEB;
}

.wrap .comments .comment_box .com_item .com_i_t {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .comments .comment_box .com_item .com_i_t .name {
  color: #222;
  font-size: 28px;
  font-weight: 400;
}

.wrap .comments .comment_box .com_item .com_i_t .satisfaction {
  color: #999;
  font-size: 24px;
  font-weight: 400;
  margin-left: 20px;
}

.wrap .comments .comment_box .com_item .com_i_t .star {
  width: 177px;
  height: 28px;
  margin-left: 15px;
}

.wrap .comments .comment_box .com_item .com_i_t .star img {
  width: 100%;
  height: 100%;
}

.wrap .comments .comment_box .com_item .com_i_t .date {
  color: #999;
  font-size: 20px;
  font-weight: 400;
  margin-left: 20px;
}

.wrap .comments .comment_box .com_item .com_i_img {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .comments .comment_box .com_item .com_i_img img {
  cursor: pointer;
  max-width: 100px;
  height: auto;
  margin-right: 10px;
  margin-top: 10px;
  object-fit: cover;
}

.wrap .comments .comment_box .com_item .com_i_b {
  margin-top: 12px;
  width: 100%;
  height: auto;
}

.wrap .comments .comment_box .com_item .com_i_b .desc {
  color: #333;
  text-align: justify;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  /* 158.333% */
}

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

.wrap .order_info .title {
  position: relative;
  color: #222;
  font-size: 28px;
  font-weight: 400;
  padding: 20px 30px;
  padding-left: 46px;
  border-bottom: 1px solid #EBEBEB;
}

.wrap .order_info .title::before {
  content: '';
  width: 6px;
  height: 28px;
  background: #ffac31;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.wrap .order_info .order_box {
  width: 690px;
  height: auto;
  margin-left: 30px;
  margin-top: 20px;
  border-radius: 6px;
  padding: 10px;
  background: #EEE;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .order_info .order_box .order_img {
  width: 90px;
  height: 90px;
}

.wrap .order_info .order_box .order_img img {
  width: 100%;
  height: 100%;
}

.wrap .order_info .order_box .order_titlebox {
  margin-left: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wrap .order_info .order_box .order_titlebox .order_title {
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .order_info .order_box .order_titlebox .order_price {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .order_info .order_box .order_titlebox .order_price p {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .order_info .order_box .order_titlebox .order_price p span {
  color: #F00;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-left: 4px;
}

.wrap .order_info .order_box .order_titlebox .order_price .discount {
  margin-left: 20px;
}

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

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

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

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

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

.wrap .form_content .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_content .form_c .package .package_box .package_item {
  margin-bottom: 20px;
  margin-right: 30px;
  cursor: pointer;
  width: 324px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 0 20px;
}

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

.wrap .form_content .form_c .package .package_box .package_item p {
  color: #222;
  font-size: 26px;
  font-style: normal;
  line-height: 60px;
  font-weight: 400;
}

.wrap .form_content .form_c .package .package_box .package_item.active {
  border: none;
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
}

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

.wrap .form_content .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_content .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_content .form_c .version .version_box .version_item1 {
  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;
  padding: 10px 20px;
  border-radius: 6px;
  background: #EEE;
  color: #222;
  font-size: 22px;
  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: 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_content .form_c .version .version_box .version_item1 .version_itembox .version_item.active {
  border-radius: 6px;
  border: 1px solid #FFAC31;
}

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

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

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

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

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

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

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

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

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

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

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

.wrap .form_content .form_c .num .origin_price p:nth-of-type(1) {
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_c .num .origin_price p:nth-of-type(2) {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_c .num .origin_price p:nth-of-type(2) span {
  margin-left: 4px;
  color: #F00;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.wrap .form_content .form_c .num .pre_price p:nth-of-type(1) {
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_c .num .pre_price p:nth-of-type(2) {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_c .num .pre_price p:nth-of-type(2) span {
  margin-left: 4px;
  color: #F00;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.wrap .form_content .form_c .num .amount_price p:nth-of-type(1) {
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_c .num .amount_price p:nth-of-type(2) {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_c .num .amount_price p:nth-of-type(2) span {
  margin-left: 4px;
  color: #F00;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.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 .input_item {
  margin-bottom: 20px;
  margin-right: 30px;
  cursor: pointer;
  width: 324px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 0 20px;
}

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

.wrap .form_content .form_b .form_item .input .input_item.active {
  border: none;
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .form_b .form_item .input .input_item p {
  color: #222;
  font-size: 26px;
  font-style: normal;
  line-height: 60px;
  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-bottom: 10px;
  width: 100%;
  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_b .form_btn {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

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

.wrap .form_content .policy {
  margin-top: 30px;
  width: 100%;
  height: auto;
  border-top: 10px solid #EBEBEB;
  padding-bottom: 28px;
  margin-bottom: 98px;
}

.wrap .form_content .policy .title {
  position: relative;
  color: #222;
  font-size: 28px;
  font-weight: 400;
  padding: 20px 30px;
  padding-left: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .policy .title img {
  cursor: pointer;
  width: 14px;
  height: 14px;
  transform: rotate(-180deg);
}

.wrap .form_content .policy .title::before {
  content: '';
  width: 6px;
  height: 28px;
  background: #FF314A;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.wrap .form_content .policy .policy_desc {
  width: 100%;
  height: 64px;
  padding: 0 30px;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 20px;
  overflow: hidden;
}

.wrap .form_content .policy .policy_desc.active {
  height: auto;
  overflow: visible;
}

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

.footer {
  z-index: 999;
  width: 750px;
  max-width: 750px;
  height: 98px;
  background: #F4F4F4;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer a:nth-of-type(1) {
  width: 426px;
  height: 70px;
  border-radius: 10px;
  background: #FFAC31;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer a:nth-of-type(1) img {
  width: 30.562px;
  height: 26.105px;
}

.footer a:nth-of-type(1) p {
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  margin-left: 9px;
}

.footer a:nth-of-type(2) {
  margin-left: 20px;
  width: 252px;
  height: 70px;
  border-radius: 10px;
  background: #FF2F61;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer a:nth-of-type(2) img {
  width: 25px;
  height: 26px;
}

.footer a:nth-of-type(2) p {
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  margin-left: 9px;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 1023px) {
  .wrap {
    width: 100%;
    height: auto;
  }
  .wrap .header {
    width: 100%;
    height: 8vw;
    background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
    padding: 0 3.2vw;
    color: #fff;
    font-size: 3.46667vw;
    line-height: 8vw;
  }
  .wrap .banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .wrap .banner .banner_box {
    width: 100vw;
    height: auto;
  }
  .wrap .banner .banner_box .banner_item {
    width: 100vw !important;
    height: auto;
  }
  .wrap .banner .banner_box .banner_item img {
    width: 100%;
    height: auto;
  }
  .wrap .banner .back {
    width: 3.2vw;
    height: 3.2vw;
    position: absolute;
    top: 6.13333vw;
    left: 3.2vw;
    z-index: 11;
  }
  .wrap .banner .back img {
    width: 100%;
    height: 100%;
  }
  .wrap .banner .time {
    padding-left: 5.86667vw;
    color: #222;
    font-size: 3.2vw;
    font-weight: 400;
    position: relative;
  }
  .wrap .banner .time::before {
    content: '';
    width: 0.53333vw;
    height: 2.66667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
    background: #f00;
  }
  .wrap .banner .purchase_popup {
    position: absolute;
    top: 12vw;
    left: 4vw;
    z-index: 11;
  }
  .wrap .banner .purchase_popup .pur_p_item {
    padding: 0 0.4vw;
    margin-bottom: 1.33333vw;
    width: 45.2vw;
    height: 6.13333vw;
    border-radius: 1.33333vw;
    background: #555;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .banner .purchase_popup .pur_p_item .head {
    width: 5.33333vw;
    height: 5.33333vw;
    border-radius: 50%;
  }
  .wrap .banner .purchase_popup .pur_p_item .head img {
    width: 100%;
    height: 100%;
  }
  .wrap .banner .purchase_popup .pur_p_item p {
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info {
    width: 100%;
    height: auto;
    padding: 1.6vw 4vw;
    background: #FFAC31;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .wrap .buy_info .buy_i_t {
    display: flex;
    flex-direction: column;
  }
  .wrap .buy_info .buy_i_t .price {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .wrap .buy_info .buy_i_t .price .origin {
    color: #FFF;
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 4.8vw;
  }
  .wrap .buy_info .buy_i_t .price .discount {
    margin-left: 1.33333vw;
    color: #FFF;
    font-size: 2.93333vw;
    font-weight: 400;
    text-decoration-line: line-through;
  }
  .wrap .buy_info .buy_i_t .sold {
    margin-top: 0.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .sold .indulgence {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .sold .indulgence img {
    width: 1.86667vw;
    height: 2.66667vw;
  }
  .wrap .buy_info .buy_i_t .sold .indulgence p {
    color: #FFF;
    font-size: 2.93333vw;
    font-weight: 400;
    margin-left: 1.33333vw;
  }
  .wrap .buy_info .buy_i_t .sold .in_line_box {
    margin-left: 0.66667vw;
    width: 50.66667vw;
    height: 3.2vw;
    border-radius: 2.66667vw;
    background: #FFD28F;
    position: relative;
  }
  .wrap .buy_info .buy_i_t .sold .in_line_box .line {
    width: 77%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2.66667vw;
    background: #DB2523;
  }
  .wrap .buy_info .buy_i_t .sold .in_line_box p {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 1.86667vw;
    color: #FFF;
    font-size: 2.66667vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_c {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap .buy_info .buy_i_c .time {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap .buy_info .buy_i_c .time p {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
    margin-bottom: 1.33333vw;
  }
  .wrap .buy_info .buy_i_c .time span {
    margin: 0 0.53333vw;
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_c .time .date {
    text-align: center;
    line-height: 4vw;
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background: #fff;
    color: #EF3251;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_b {
    width: 100%;
    height: 9.33333vw;
    border-radius: 0.53333vw;
    background: linear-gradient(90deg, #EC2263 0%, #F34242 100%);
  }
  .wrap .buy_info .buy_i_b a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 9.33333vw;
  }
  .wrap .info_detail {
    width: 100%;
    height: auto;
    padding: 1.2vw 4vw 5.33333vw;
  }
  .wrap .info_detail .info_d_title {
    color: #222;
    font-family: Microsoft YaHei;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .wrap .info_detail .content {
    width: 100%;
    height: 14.66667vw;
    margin-top: 5.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 8vw;
    background: #FFAC31;
  }
  .wrap .info_detail .content .content_l {
    width: 36.93333vw;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .wrap .info_detail .content .content_l img {
    width: 3.86667vw;
    height: 3.86667vw;
  }
  .wrap .info_detail .content .content_l p {
    color: #FFF;
    font-size: 4.53333vw;
    font-weight: 400;
    margin-left: 0.93333vw;
  }
  .wrap .info_detail .content .content_r {
    width: 54.93333vw;
    height: 100%;
    border-radius: 8vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #EC2263 0%, #F34242 100%);
  }
  .wrap .info_detail .content .content_r img {
    width: 4.66667vw;
    height: 4vw;
  }
  .wrap .info_detail .content .content_r p {
    color: #FFF;
    font-size: 4.53333vw;
    font-weight: 400;
    margin-left: 0.93333vw;
  }
  .wrap .service {
    width: 100%;
    height: auto;
    border-top: 1.33333vw solid #EBEBEB;
  }
  .wrap .service .title {
    position: relative;
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
    padding: 2.66667vw 4vw;
    padding-left: 6.13333vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .service .title::before {
    content: '';
    width: 0.8vw;
    height: 3.73333vw;
    background: #ffac31;
    border-radius: 0.8vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
  }
  .wrap .service .ser_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1.06667vw 4vw 2.66667vw;
  }
  .wrap .service .ser_box .ser_item {
    margin-top: 1.6vw;
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .service .ser_box .ser_item img {
    width: 2.66667vw;
    height: 1.86667vw;
  }
  .wrap .service .ser_box .ser_item p {
    padding-left: 1.2vw;
    color: #222;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .service .ser_box .ser_item:nth-of-type(2) img {
    width: 2.13333vw;
    height: 2.66667vw;
  }
  .wrap .service .ser_box .ser_item:nth-of-type(3) img {
    width: 2.26667vw;
    height: 2.8vw;
  }
  .wrap .service .ser_box .ser_item:nth-of-type(4) img {
    width: 2.26667vw;
    height: 2.13333vw;
  }
  .wrap .pro_detail {
    width: 100%;
    height: auto;
    border-top: 1.33333vw solid #EBEBEB;
  }
  .wrap .pro_detail .title {
    position: relative;
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
    padding: 2.66667vw 4vw;
    padding-left: 6.13333vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .pro_detail .title::before {
    content: '';
    width: 0.8vw;
    height: 3.73333vw;
    background: #ffac31;
    border-radius: 0.8vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
  }
  .wrap .pro_detail .pro_box {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_box img {
    width: 100%;
    height: auto;
  }
  .wrap .comments {
    width: 100%;
    height: auto;
    border-top: 1.33333vw solid #EBEBEB;
  }
  .wrap .comments .title {
    position: relative;
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
    padding: 2.66667vw 4vw;
    padding-left: 6.13333vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .comments .title::before {
    content: '';
    width: 0.8vw;
    height: 3.73333vw;
    background: #ffac31;
    border-radius: 0.8vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
  }
  .wrap .comments .comment_box {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .comments .comment_box .com_item {
    width: 100%;
    height: auto;
    padding: 2.66667vw 0 4vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .comments .comment_box .com_item .com_i_t {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .comments .comment_box .com_item .com_i_t .name {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .comments .comment_box .com_item .com_i_t .satisfaction {
    color: #999;
    font-size: 3.2vw;
    font-weight: 400;
    margin-left: 2.66667vw;
  }
  .wrap .comments .comment_box .com_item .com_i_t .star {
    width: 23.6vw;
    height: 3.73333vw;
    margin-left: 2vw;
  }
  .wrap .comments .comment_box .com_item .com_i_t .star img {
    width: 100%;
    height: 100%;
  }
  .wrap .comments .comment_box .com_item .com_i_t .date {
    color: #999;
    font-size: 2.66667vw;
    font-weight: 400;
    margin-left: 2.66667vw;
  }
  .wrap .comments .comment_box .com_item .com_i_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .comments .comment_box .com_item .com_i_img img {
    cursor: pointer;
    max-width: 26.66667vw;
    height: auto;
    margin-right: 1.33333vw;
    margin-top: 1.33333vw;
    object-fit: cover;
  }
  .wrap .comments .comment_box .com_item .com_i_b {
    margin-top: 1.6vw;
    width: 100%;
    height: auto;
  }
  .wrap .comments .comment_box .com_item .com_i_b .desc {
    color: #333;
    text-align: justify;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 5.06667vw;
    /* 158.333% */
  }
  .wrap .order_info {
    width: 100%;
    height: auto;
    border-top: 1.33333vw solid #EBEBEB;
  }
  .wrap .order_info .title {
    position: relative;
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
    padding: 2.66667vw 4vw;
    padding-left: 6.13333vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .order_info .title::before {
    content: '';
    width: 0.8vw;
    height: 3.73333vw;
    background: #ffac31;
    border-radius: 0.8vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
  }
  .wrap .order_info .order_box {
    width: 92vw;
    height: auto;
    margin-left: 4vw;
    margin-top: 2.66667vw;
    border-radius: 0.8vw;
    padding: 1.33333vw;
    background: #EEE;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .order_info .order_box .order_img {
    width: 12vw;
    height: 12vw;
  }
  .wrap .order_info .order_box .order_img img {
    width: 100%;
    height: 100%;
  }
  .wrap .order_info .order_box .order_titlebox {
    margin-left: 2.93333vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .wrap .order_info .order_box .order_titlebox .order_title {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .order_info .order_box .order_titlebox .order_price {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .order_info .order_box .order_titlebox .order_price p {
    color: #222;
    font-size: 2.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .order_info .order_box .order_titlebox .order_price p span {
    color: #F00;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.53333vw;
    margin-left: 0.53333vw;
  }
  .wrap .order_info .order_box .order_titlebox .order_price .discount {
    margin-left: 2.66667vw;
  }
  .wrap .form_content {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_c {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_c .title {
    margin-top: 1.33333vw;
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_c .package {
    width: 100%;
    height: auto;
    margin-top: 8vw;
  }
  .wrap .form_content .form_c .package > 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_content .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_content .form_c .package .package_box .package_item {
    margin-bottom: 2.66667vw;
    margin-right: 4vw;
    cursor: pointer;
    width: 43.2vw;
    height: 8vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #DDD;
    background: #FFF;
    padding: 0 2.66667vw;
  }
  .wrap .form_content .form_c .package .package_box .package_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wrap .form_content .form_c .package .package_box .package_item p {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    line-height: 8vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .package .package_box .package_item.active {
    border: none;
    background: url(../img/check.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .form_c .version {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
  }
  .wrap .form_content .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_content .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_content .form_c .version .version_box .version_item1 {
    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;
    padding: 1.33333vw 2.66667vw;
    border-radius: 0.8vw;
    background: #EEE;
    color: #222;
    font-size: 2.93333vw;
    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: 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_content .form_c .version .version_box .version_item1 .version_itembox .version_item.active {
    border-radius: 0.8vw;
    border: 0.13333vw solid #FFAC31;
  }
  .wrap .form_content .form_c .version .version_box .version_item1 .version_itembox .version_item .ver_img {
    width: 25.2vw;
    height: 22.8vw;
  }
  .wrap .form_content .form_c .version .version_box .version_item1 .version_itembox .version_item .ver_img img {
    width: 100%;
    height: 100%;
  }
  .wrap .form_content .form_c .version .version_box .version_item1 .version_itembox .version_item p {
    color: #222;
    font-size: 2.93333vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .form_content .form_c .num .num_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .form_c .num .num_title > p {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num .num_title .addnum {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .form_content .form_c .num .num_title .addnum .reduce {
    cursor: pointer;
    text-align: center;
    line-height: 4vw;
    width: 4vw;
    height: 4vw;
    border-radius: 0.26667vw;
    background: #E6E6E6;
    color: #666;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num .num_title .addnum .number {
    margin: 0 0.26667vw;
    text-align: center;
    line-height: 4vw;
    width: 4vw;
    height: 4vw;
    border-radius: 0.26667vw;
    background: #F5F5F5;
    color: #666;
    font-size: 2.93333vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num .num_title .addnum .add {
    cursor: pointer;
    text-align: center;
    line-height: 4vw;
    width: 4vw;
    height: 4vw;
    border-radius: 0.26667vw;
    background: #E6E6E6;
    color: #666;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_c .num .origin_price {
    margin-top: 4.53333vw;
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_c .num .origin_price p:nth-of-type(1) {
    padding-bottom: 1.33333vw;
    border-bottom: 0.13333vw solid #EBEBEB;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_c .num .origin_price p:nth-of-type(2) {
    color: #222;
    font-size: 2.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_c .num .origin_price p:nth-of-type(2) span {
    margin-left: 0.53333vw;
    color: #F00;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_c .num .pre_price {
    margin-top: 5.86667vw;
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_c .num .pre_price p:nth-of-type(1) {
    padding-bottom: 1.33333vw;
    border-bottom: 0.13333vw solid #EBEBEB;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_c .num .pre_price p:nth-of-type(2) {
    color: #222;
    font-size: 2.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_c .num .pre_price p:nth-of-type(2) span {
    margin-left: 0.53333vw;
    color: #F00;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_c .num .amount_price {
    margin-top: 5.86667vw;
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_c .num .amount_price p:nth-of-type(1) {
    padding-bottom: 1.33333vw;
    border-bottom: 0.13333vw solid #EBEBEB;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_c .num .amount_price p:nth-of-type(2) {
    color: #222;
    font-size: 2.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_c .num .amount_price p:nth-of-type(2) span {
    margin-left: 0.53333vw;
    color: #F00;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .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 .input_item {
    margin-bottom: 2.66667vw;
    margin-right: 4vw;
    cursor: pointer;
    width: 43.2vw;
    height: 8vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #DDD;
    background: #FFF;
    padding: 0 2.66667vw;
  }
  .wrap .form_content .form_b .form_item .input .input_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wrap .form_content .form_b .form_item .input .input_item.active {
    border: none;
    background: url(../img/check.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .form_b .form_item .input .input_item p {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    line-height: 8vw;
    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-bottom: 1.33333vw;
    width: 100%;
    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_b .form_btn {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .wrap .form_content .form_b .form_btn button {
    border: none;
    cursor: pointer;
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 100%;
    height: 9.33333vw;
    border-radius: 0.8vw;
    background: #FFAC31;
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 9.33333vw;
  }
  .wrap .form_content .policy {
    margin-top: 4vw;
    width: 100%;
    height: auto;
    border-top: 1.33333vw solid #EBEBEB;
    padding-bottom: 3.73333vw;
    margin-bottom: 13.06667vw;
  }
  .wrap .form_content .policy .title {
    position: relative;
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
    padding: 2.66667vw 4vw;
    padding-left: 6.13333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .policy .title img {
    cursor: pointer;
    width: 1.86667vw;
    height: 1.86667vw;
    transform: rotate(-180deg);
  }
  .wrap .form_content .policy .title::before {
    content: '';
    width: 0.8vw;
    height: 3.73333vw;
    background: #FF314A;
    border-radius: 0.8vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
  }
  .wrap .form_content .policy .policy_desc {
    width: 100%;
    height: 8.53333vw;
    padding: 0 4vw;
    border-bottom: 0.13333vw solid #EBEBEB;
    padding-bottom: 2.66667vw;
    overflow: hidden;
  }
  .wrap .form_content .policy .policy_desc.active {
    height: auto;
    overflow: visible;
  }
  .wrap .form_content .policy .policy_desc p {
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer {
    z-index: 999;
    width: 100vw;
    max-width: 100vw;
    height: 13.06667vw;
    background: #F4F4F4;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(1) {
    width: 56.8vw;
    height: 9.33333vw;
    border-radius: 1.33333vw;
    background: #FFAC31;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(1) img {
    width: 4.07493vw;
    height: 3.48067vw;
  }
  .footer a:nth-of-type(1) p {
    color: #FFF;
    font-size: 3.73333vw;
    font-weight: 400;
    margin-left: 1.2vw;
  }
  .footer a:nth-of-type(2) {
    margin-left: 2.66667vw;
    width: 33.6vw;
    height: 9.33333vw;
    border-radius: 1.33333vw;
    background: #FF2F61;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(2) img {
    width: 3.33333vw;
    height: 3.46667vw;
  }
  .footer a:nth-of-type(2) p {
    color: #FFF;
    font-size: 3.73333vw;
    font-weight: 400;
    margin-left: 1.2vw;
  }
  .img_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
  }
  .img_popup .img_close {
    text-align: center;
    position: absolute;
    line-height: 8vw;
    top: 2.66667vw;
    right: 2.66667vw;
    width: 8vw;
    height: 8vw;
    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: 80%;
    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: 18.66667vw;
    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;
  }
  .suspension {
    z-index: 9999;
    width: 6.13333vw;
    height: auto;
    position: fixed;
    right: 2.66667vw;
    bottom: 12vw;
  }
  .suspension .top {
    display: none;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .top img {
    width: 100%;
    height: 100%;
  }
  .suspension .contact {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .contact img {
    width: 100%;
    height: 100%;
  }
  .suspension .home {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .home img {
    width: 100%;
    height: 100%;
  }
}
