@charset "UTF-8";
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;
  padding: 0 30px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.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: 750px;
}

.wrap .banner .banner_box .banner_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .banner .back {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 12;
  width: 24px;
  height: 24px;
}

.wrap .banner .back img {
  transform: rotate(180deg);
  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: 16px;
  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;
}

.wrap .buy_info .buy_i_t {
  width: 100%;
  height: auto;
  padding: 20px 30px;
  background: #222;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

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

.wrap .buy_info .buy_i_t .time .time_name {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

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

.wrap .buy_info .buy_i_t .time p {
  color: #F00;
  font-size: 24px;
  font-weight: 400;
  margin-right: 5px;
}

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

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

.wrap .buy_info .buy_i_t .buy_t {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

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

.wrap .buy_info .buy_i_t .buy_t .price .discount {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-right: 14px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.wrap .buy_info .buy_i_t .buy_t .price .origin {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.wrap .buy_info .buy_i_t .buy_t .percentage {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .buy_i_t .buy_t .percentage .percentage_box {
  width: 291px;
  height: 14px;
  border-radius: 20px;
  background: rgba(255, 0, 0, 0.5);
  position: relative;
}

.wrap .buy_info .buy_i_t .buy_t .percentage .percentage_box .percentage_line {
  width: 70%;
  height: 14px;
  border-radius: 20px;
  background: #F00;
  position: absolute;
  right: 0;
  top: 0;
}

.wrap .buy_info .buy_i_t .buy_t .percentage .percentage_title {
  margin-left: 10px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 290;
  line-height: normal;
}

.wrap .buy_info .buy_i_c {
  display: flex;
  flex-direction: column;
  padding: 0px 30px;
  padding-bottom: 12px;
}

.wrap .buy_info .buy_i_c .box {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.wrap .buy_info .buy_i_c .box .buy_title {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .box .buy_desc {
  margin-top: 10px;
  color: #999;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .box .buy_tag {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .buy_i_c .box .buy_tag .tags {
  margin-left: 8px;
  padding: 2px 10px;
  border-radius: 4px;
  background: #F00;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 290;
  line-height: normal;
  text-align: center;
}

.wrap .buy_info .buy_i_c .buy_love {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}

.wrap .buy_info .buy_i_c .buy_love p {
  color: #999;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .buy_love .love_img {
  cursor: pointer;
  margin-left: 8px;
}

.wrap .buy_info .buy_i_c .buy_love .love_img.active img:first-child {
  display: none;
}

.wrap .buy_info .buy_i_c .buy_love .love_img.active img:last-child {
  display: block;
}

.wrap .buy_info .buy_i_c .buy_love .love_img img {
  width: 20px;
  height: 19px;
}

.wrap .buy_info .buy_i_c .buy_love .love_img img:first-child {
  display: block;
}

.wrap .buy_info .buy_i_c .buy_love .love_img img:last-child {
  display: none;
}

.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_tab {
  width: 100%;
  height: 60px;
  background: #EEE;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.wrap .info_tab .info_t_item {
  cursor: pointer;
  width: 248px;
  height: 60px;
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  position: relative;
}

.wrap .info_tab .info_t_item.active {
  color: #f00;
}

.wrap .info_tab .info_t_item.active::after {
  content: '';
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 3px;
  border-radius: 6px;
  background: #F00;
}

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

.wrap .info_detail .info_d_item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .info_detail .info_d_item img {
  width: 26px;
  height: 26px;
}

.wrap .info_detail .info_d_item p {
  margin-left: 5px;
  color: #999;
  font-size: 24px;
  font-weight: 400;
}

.wrap .pro_detail {
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  border-bottom: 10px solid #F1F1F1;
}

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

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

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

.wrap .pro_detail .pro_d_item .comment_top {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.wrap .pro_detail .pro_d_item .comment_top img {
  width: 177px;
  height: 28px;
}

.wrap .pro_detail .pro_d_item .comment_top p {
  margin-left: 20px;
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  direction: rtl;
}

.wrap .pro_detail .pro_d_item .comment_btn {
  width: 100%;
  height: 70px;
  border-radius: 6px;
  background: #F00;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 20px;
}

.wrap .pro_detail .pro_d_item .comment_box {
  width: 100%;
  height: auto;
  padding: 0 20px;
  column-count: 2;
  /* 列数 */
  -webkit-column-count: 2;
  /* 列数 */
}

.wrap .pro_detail .pro_d_item .comment_box .com_item {
  margin-top: 20px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  width: 338px;
  height: auto;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #DDD;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_img {
  width: 100%;
  height: auto;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_img img {
  max-width: 100%;
  height: auto;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_t_box {
  display: flex;
  flex-direction: column;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_t_box .name {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_t_box .star {
  width: 119px;
  height: 18px;
  margin-left: 15px;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_t_box .star img {
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
}

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

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

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_b .desc {
  direction: rtl;
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 158.333% */
}

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

.wrap .form_content .form_title {
  width: 100%;
  height: 87px;
  padding: 0px 30px;
  border-bottom: 1px solid #EBEBEB;
}

.wrap .form_content .form_title p {
  color: #222;
  text-align: right;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 87px;
}

.wrap .form_content .form_t {
  padding: 30px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}

.wrap .form_content .form_t .form_t_l {
  width: 514px;
  margin-right: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wrap .form_content .form_t .form_t_l .name {
  text-align: right;
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_t .form_t_l .price {
  color: #f00;
  text-align: right;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_t .form_t_r {
  width: 164px;
  height: 164px;
}

.wrap .form_content .form_t .form_t_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.wrap .form_content .options .title {
  color: #222;
  text-align: right;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .options .options_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .form_content .options .options_box .options_item {
  margin-right: 10px;
  cursor: pointer;
  width: 340px;
  height: 66px;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
  margin-top: 20px;
  color: #222;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 66px;
}

.wrap .form_content .options .options_box .options_item:nth-of-type(2n) {
  margin-right: 0;
}

.wrap .form_content .options .options_box .options_item.active {
  border: none;
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
  color: #f00;
}

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

.wrap .form_content .product_info .product_title {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0 30px;
  border-bottom: 1px solid #F7F7F7;
}

.wrap .form_content .product_info .product_title img {
  width: 28px;
  height: auto;
}

.wrap .form_content .product_info .product_title p {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .product_info .product_box {
  width: 100%;
  height: auto;
  padding: 20px 30px;
}

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

.wrap .form_content .product_info .product_box .product_b_t > p {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: #F7F7F7;
  padding: 0 20px;
  color: #222;
  text-align: right;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.wrap .form_content .product_info .product_box .product_b_t .product_b_box {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
}

.wrap .form_content .product_info .product_box .product_b_t .product_b_box .product_b_item {
  width: 200px;
  height: auto;
  cursor: pointer;
  margin-right: 20px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #FFF;
}

.wrap .form_content .product_info .product_box .product_b_t .product_b_box .product_b_item.active {
  border: 1px solid transparent;
  background: url(../img/check1.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .product_info .product_box .product_b_t .product_b_box .product_b_item.active p {
  color: #f00;
}

.wrap .form_content .product_info .product_box .product_b_t .product_b_box .product_b_item img {
  width: 150px;
  height: 150px;
}

.wrap .form_content .product_info .product_box .product_b_t .product_b_box .product_b_item p {
  margin-top: 10px;
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .product_info .product_box .product_b_b {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.wrap .form_content .product_info .product_box .product_b_b > p {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: #F7F7F7;
  padding: 0 20px;
  color: #222;
  text-align: right;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.wrap .form_content .product_info .product_box .product_b_b .product_b_box {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .form_content .product_info .product_box .product_b_b .product_b_box .product_b_item {
  margin-bottom: 20px;
  width: 330px;
  height: 60px;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  color: #222;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.wrap .form_content .product_info .product_box .product_b_b .product_b_box .product_b_item:nth-of-type(2n) {
  margin-right: 0;
}

.wrap .form_content .product_info .product_box .product_b_b .product_b_box .product_b_item.active {
  border-radius: 6px;
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
  border: 1px solid transparent;
  color: #f00;
}

.wrap .form_content .product_info .product_box .product_b_b .product_b_box .product_b_item.active p {
  color: #859BD4;
}

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

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

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

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

.wrap .form_content .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 .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 .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 .num .origin_price {
  margin-top: 34px;
  width: 100%;
  height: auto;
}

.wrap .form_content .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 .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 .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 .num .pre_price {
  margin-top: 44px;
  width: 100%;
  height: auto;
}

.wrap .form_content .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 .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 .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 .num .amount_price {
  margin-top: 44px;
  width: 100%;
  height: auto;
}

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

.wrap .form_content .order_info_b .title {
  color: #222;
  text-align: right;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .order_info_b .discount {
  margin-top: 30px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .order_info_b .discount p {
  color: #999;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .order_info_b .discount span {
  direction: rtl;
  color: #f00;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .order_info_b .favorable {
  margin-top: 30px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .order_info_b .favorable p {
  color: #999;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .order_info_b .favorable span {
  direction: rtl;
  color: #f00;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .order_info_b .freight {
  margin-top: 30px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .order_info_b .freight p {
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .order_info_b .freight span {
  direction: rtl;
  color: #f00;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wrap .form_content .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-reverse;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

.wrap .form_content .form_content .form_b .form_item .wuliu .input_item p {
  margin-right: 5px;
  color: #222;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_content .form_b .form_item input {
  direction: rtl;
  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_content .form_b .form_item input::placeholder {
  color: #ccc;
}

.wrap .form_content .form_content .form_b .form_item textarea {
  direction: rtl;
  resize: none;
  max-height: 200px;
  min-height: 200px;
  margin-top: 9px;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #E0E0E0;
  outline: none;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  padding: 10px 22px;
}

.wrap .form_content .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_content .form_b .form_item .select_box .select {
  direction: rtl;
  margin-right: 30px;
  margin-bottom: 10px;
  width: 330px;
  height: 66px;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  position: relative;
}

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

.wrap .form_content .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%);
  left: 18px;
  width: 14px;
  height: 14px;
  background: url(../img/down.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .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_content .form_b .form_btn {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding-bottom: 100px;
}

.wrap .form_content .form_content .form_b .form_btn button {
  border: none;
  cursor: pointer;
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  height: 70px;
  border-radius: 6px;
  background: #f00;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.wrap .form_content .form_content .form_b .form_btn button p {
  margin-left: 6px;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_content .form_b .form_btn button img {
  width: 31px;
  height: 26px;
}

.footer {
  z-index: 999;
  width: 750px;
  max-width: 750px;
  height: 70px;
  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: 375px;
  height: 70px;
  background: #859BD4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

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

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

.footer a:nth-of-type(2) {
  width: 375px;
  height: 70px;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

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

.footer a:nth-of-type(2) p {
  color: #859BD4;
  font-size: 28px;
  font-weight: 400;
}

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

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

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

.suspension a {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

.comment_popup .popup_box {
  width: 690px;
  height: auto;
  padding: 40px 65px;
  border-radius: 20px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comment_popup .popup_box .close {
  position: absolute;
  top: 26px;
  left: 30px;
  cursor: pointer;
}

.comment_popup .popup_box .close span {
  font-size: 24px;
  color: #222;
}

.comment_popup .popup_box .comment_box {
  width: 100%;
  height: auto;
}

.comment_popup .popup_box .comment_box .comment_item {
  width: 100%;
  height: auto;
}

.comment_popup .popup_box .comment_box .comment_item > p {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comment_popup .popup_box .comment_box .comment_item > span {
  width: 100%;
  display: inline-block;
  margin-top: 16px;
  color: #999;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comment_popup .popup_box .comment_box .comment_item .comment_content {
  margin-top: 56px;
  width: 100%;
  height: auto;
}

.comment_popup .popup_box .comment_box .comment_item .comment_content .desc {
  direction: rtl;
  margin-top: 12px;
  color: #999;
  text-align: right;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item {
  margin-top: 24px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #333;
  background: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item img {
  width: 119px;
  height: 18px;
  margin-right: 20px;
}

.comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item p {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding: 0 20px;
  direction: rtl;
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item input::placeholder {
  color: #999;
}

.comment_popup .popup_box .comment_box .comment_item .comment_content textarea {
  outline: none;
  direction: rtl;
  resize: none;
  border-radius: 10px;
  border: 1px solid #333;
  margin-top: 24px;
  max-width: 100%;
  min-width: 100%;
  max-height: 330px;
  min-height: 330px;
  padding: 10px 20px;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_btn {
  cursor: pointer;
  margin-top: 40px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #333;
  color: #222;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.comment_popup .popup_box .comment_box .comment_item .staging {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.comment_popup .popup_box .comment_box .comment_item .staging .staging_box {
  width: 189px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #333;
  background: #FFF;
  position: relative;
  margin-right: 10px;
}

.comment_popup .popup_box .comment_box .comment_item .staging .staging_box .line {
  width: 60px;
  height: 16px;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #333;
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
}

.comment_popup .popup_box .comment_box .comment_item .staging p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comment_popup .popup_box .comment_box .comment_item .staging .submit {
  border: none;
  cursor: pointer;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #F00;
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.comment_popup .popup_box .comment_box .comment_item .staging .quit {
  border-radius: 10px;
  cursor: pointer;
  border: none;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comment_popup .popup_box .comment_box .comment_item .staging1 {
  display: flex;
  flex-direction: column;
}

.comment_popup .popup_box .comment_box .comment_item2 .staging .staging_box .line {
  width: 104px;
}

.comment_popup .popup_box .comment_box .comment_item3 .staging .staging_box .line {
  width: 161px;
}

.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) {
  body {
    min-width: 42.66667vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
  html {
    overflow-x: hidden;
  }
  .wrap {
    width: 100%;
    height: auto;
  }
  .wrap .header {
    width: 100%;
    height: 8vw;
    padding: 0 4vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .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: 100vw;
  }
  .wrap .banner .banner_box .banner_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wrap .banner .back {
    position: absolute;
    right: 4vw;
    top: 4vw;
    z-index: 12;
    width: 3.2vw;
    height: 3.2vw;
  }
  .wrap .banner .back img {
    transform: rotate(180deg);
    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: 2.13333vw;
    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;
  }
  .wrap .buy_info .buy_i_t {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw;
    background: #222;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .buy_info .buy_i_t .time {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .time .time_name {
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.33333vw;
  }
  .wrap .buy_info .buy_i_t .time .time_box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .time p {
    color: #F00;
    font-size: 3.2vw;
    font-weight: 400;
    margin-right: 0.66667vw;
  }
  .wrap .buy_info .buy_i_t .time span {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
    margin: 0 0.26667vw;
  }
  .wrap .buy_info .buy_i_t .time .date {
    text-align: center;
    line-height: 4vw;
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background: #F00;
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_t .buy_t {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .wrap .buy_info .buy_i_t .buy_t .price {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .buy_t .price .discount {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-right: 1.86667vw;
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
  }
  .wrap .buy_info .buy_i_t .buy_t .price .origin {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #FFF;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_t .buy_t .percentage {
    margin-top: 1.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .buy_t .percentage .percentage_box {
    width: 38.8vw;
    height: 1.86667vw;
    border-radius: 2.66667vw;
    background: rgba(255, 0, 0, 0.5);
    position: relative;
  }
  .wrap .buy_info .buy_i_t .buy_t .percentage .percentage_box .percentage_line {
    width: 70%;
    height: 1.86667vw;
    border-radius: 2.66667vw;
    background: #F00;
    position: absolute;
    right: 0;
    top: 0;
  }
  .wrap .buy_info .buy_i_t .buy_t .percentage .percentage_title {
    margin-left: 1.33333vw;
    color: #FFF;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 290;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c {
    display: flex;
    flex-direction: column;
    padding: 0vw 4vw;
    padding-bottom: 1.6vw;
  }
  .wrap .buy_info .buy_i_c .box {
    padding: 2.66667vw 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .wrap .buy_info .buy_i_c .box .buy_title {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .box .buy_desc {
    margin-top: 1.33333vw;
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .box .buy_tag {
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_c .box .buy_tag .tags {
    margin-left: 1.06667vw;
    padding: 0.26667vw 1.33333vw;
    border-radius: 0.53333vw;
    background: #F00;
    color: #FFF;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 290;
    line-height: normal;
    text-align: center;
  }
  .wrap .buy_info .buy_i_c .buy_love {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2.66667vw;
  }
  .wrap .buy_info .buy_i_c .buy_love p {
    color: #999;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .buy_love .love_img {
    cursor: pointer;
    margin-left: 1.06667vw;
  }
  .wrap .buy_info .buy_i_c .buy_love .love_img.active img:first-child {
    display: none;
  }
  .wrap .buy_info .buy_i_c .buy_love .love_img.active img:last-child {
    display: block;
  }
  .wrap .buy_info .buy_i_c .buy_love .love_img img {
    width: 2.66667vw;
    height: 2.53333vw;
  }
  .wrap .buy_info .buy_i_c .buy_love .love_img img:first-child {
    display: block;
  }
  .wrap .buy_info .buy_i_c .buy_love .love_img img:last-child {
    display: none;
  }
  .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_tab {
    width: 100%;
    height: 8vw;
    background: #EEE;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .wrap .info_tab .info_t_item {
    cursor: pointer;
    width: 33.06667vw;
    height: 8vw;
    color: #222;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    position: relative;
  }
  .wrap .info_tab .info_t_item.active {
    color: #f00;
  }
  .wrap .info_tab .info_t_item.active::after {
    content: '';
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    width: 5.06667vw;
    height: 0.4vw;
    border-radius: 0.8vw;
    background: #F00;
  }
  .wrap .info_detail {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .info_detail .info_d_item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .info_detail .info_d_item img {
    width: 3.46667vw;
    height: 3.46667vw;
  }
  .wrap .info_detail .info_d_item p {
    margin-left: 0.66667vw;
    color: #999;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .pro_detail {
    width: 100%;
    height: auto;
    padding-bottom: 10vw;
    border-bottom: 1.33333vw solid #F1F1F1;
  }
  .wrap .pro_detail .pro_d_item {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .pro_img {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .pro_img img {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .comment_top {
    width: 100%;
    height: auto;
    padding: 2.66667vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .wrap .pro_detail .pro_d_item .comment_top img {
    width: 23.6vw;
    height: 3.73333vw;
  }
  .wrap .pro_detail .pro_d_item .comment_top p {
    margin-left: 2.66667vw;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    direction: rtl;
  }
  .wrap .pro_detail .pro_d_item .comment_btn {
    width: 100%;
    height: 9.33333vw;
    border-radius: 0.8vw;
    background: #F00;
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 9.33333vw;
    margin-bottom: 2.66667vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box {
    width: 100%;
    height: auto;
    padding: 0 2.66667vw;
    column-count: 2;
    /* 列数 */
    -webkit-column-count: 2;
    /* 列数 */
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item {
    margin-top: 2.66667vw;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    width: 45.06667vw;
    height: auto;
    padding: 2.66667vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #DDD;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_img {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_img img {
    max-width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_t_box {
    display: flex;
    flex-direction: column;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_t_box .name {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_t_box .star {
    width: 15.86667vw;
    height: 2.4vw;
    margin-left: 2vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_t_box .star img {
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .date {
    color: #999;
    font-size: 2.66667vw;
    font-weight: 400;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_b {
    margin-top: 1.6vw;
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_b .desc {
    direction: rtl;
    color: #333;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.06667vw;
    /* 158.333% */
  }
  .wrap .form_content {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_title {
    width: 100%;
    height: 11.6vw;
    padding: 0vw 4vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .form_content .form_title p {
    color: #222;
    text-align: right;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 11.6vw;
  }
  .wrap .form_content .form_t {
    padding: 4vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
  }
  .wrap .form_content .form_t .form_t_l {
    width: 68.53333vw;
    margin-right: 2.4vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .wrap .form_content .form_t .form_t_l .name {
    text-align: right;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_t .form_t_l .price {
    color: #f00;
    text-align: right;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_t .form_t_r {
    width: 21.86667vw;
    height: 21.86667vw;
  }
  .wrap .form_content .form_t .form_t_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wrap .form_content .options {
    width: 100%;
    height: auto;
    padding: 4vw;
    border-top: 1.33333vw solid #F7F7F7;
  }
  .wrap .form_content .options .title {
    color: #222;
    text-align: right;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .options .options_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .form_content .options .options_box .options_item {
    margin-right: 1.33333vw;
    cursor: pointer;
    width: 45.33333vw;
    height: 8.8vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #DDD;
    background: #FFF;
    margin-top: 2.66667vw;
    color: #222;
    text-align: center;
    font-size: 3.46667vw;
    font-weight: 400;
    line-height: 8.8vw;
  }
  .wrap .form_content .options .options_box .options_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wrap .form_content .options .options_box .options_item.active {
    border: none;
    background: url(../img/check.png) no-repeat;
    background-size: 100% 100%;
    color: #f00;
  }
  .wrap .form_content .product_info {
    width: 100%;
    height: auto;
    border-top: 1.33333vw solid #F7F7F7;
  }
  .wrap .form_content .product_info .product_title {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 12vw;
    padding: 0 4vw;
    border-bottom: 0.13333vw solid #F7F7F7;
  }
  .wrap .form_content .product_info .product_title img {
    width: 3.73333vw;
    height: auto;
  }
  .wrap .form_content .product_info .product_title p {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .product_info .product_box {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw;
  }
  .wrap .form_content .product_info .product_box .product_b_t {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .product_info .product_box .product_b_t > p {
    width: 100%;
    height: 6.66667vw;
    border-radius: 0.8vw;
    background: #F7F7F7;
    padding: 0 2.66667vw;
    color: #222;
    text-align: right;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.66667vw;
  }
  .wrap .form_content .product_info .product_box .product_b_t .product_b_box {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
  }
  .wrap .form_content .product_info .product_box .product_b_t .product_b_box .product_b_item {
    width: 26.66667vw;
    height: auto;
    cursor: pointer;
    margin-right: 2.66667vw;
    padding: 2.66667vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1.33333vw;
    border: 0.13333vw solid transparent;
    background: #FFF;
  }
  .wrap .form_content .product_info .product_box .product_b_t .product_b_box .product_b_item.active {
    border: 0.13333vw solid transparent;
    background: url(../img/check1.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .product_info .product_box .product_b_t .product_b_box .product_b_item.active p {
    color: #f00;
  }
  .wrap .form_content .product_info .product_box .product_b_t .product_b_box .product_b_item img {
    width: 20vw;
    height: 20vw;
  }
  .wrap .form_content .product_info .product_box .product_b_t .product_b_box .product_b_item p {
    margin-top: 1.33333vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .product_info .product_box .product_b_b {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
  }
  .wrap .form_content .product_info .product_box .product_b_b > p {
    width: 100%;
    height: 6.66667vw;
    border-radius: 0.8vw;
    background: #F7F7F7;
    padding: 0 2.66667vw;
    color: #222;
    text-align: right;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.66667vw;
  }
  .wrap .form_content .product_info .product_box .product_b_b .product_b_box {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .form_content .product_info .product_box .product_b_b .product_b_box .product_b_item {
    margin-bottom: 2.66667vw;
    width: 44vw;
    height: 8vw;
    cursor: pointer;
    margin-right: 2.66667vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #DBDBDB;
    background: #FFF;
    color: #222;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
  }
  .wrap .form_content .product_info .product_box .product_b_b .product_b_box .product_b_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wrap .form_content .product_info .product_box .product_b_b .product_b_box .product_b_item.active {
    border-radius: 0.8vw;
    background: url(../img/check.png) no-repeat;
    background-size: 100% 100%;
    border: 0.13333vw solid transparent;
    color: #f00;
  }
  .wrap .form_content .product_info .product_box .product_b_b .product_b_box .product_b_item.active p {
    color: #859BD4;
  }
  .wrap .form_content .num {
    padding: 4vw;
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    border-top: 1.33333vw solid #F7F7F7;
    border-bottom: 0.13333vw solid #F7F7F7;
  }
  .wrap .form_content .num .num_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .num .num_title > p {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .form_content .num .num_title .addnum {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .form_content .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 .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 .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 .num .origin_price {
    margin-top: 4.53333vw;
    width: 100%;
    height: auto;
  }
  .wrap .form_content .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 .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 .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 .num .pre_price {
    margin-top: 5.86667vw;
    width: 100%;
    height: auto;
  }
  .wrap .form_content .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 .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 .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 .num .amount_price {
    margin-top: 5.86667vw;
    width: 100%;
    height: auto;
  }
  .wrap .form_content .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 .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 .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 .order_info_b {
    width: 100%;
    height: auto;
    padding: 4vw;
    border-bottom: 0.13333vw solid #F7F7F7;
  }
  .wrap .form_content .order_info_b .title {
    color: #222;
    text-align: right;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .order_info_b .discount {
    margin-top: 4vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .order_info_b .discount p {
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .order_info_b .discount span {
    direction: rtl;
    color: #f00;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .order_info_b .favorable {
    margin-top: 4vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .order_info_b .favorable p {
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .order_info_b .favorable span {
    direction: rtl;
    color: #f00;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .order_info_b .freight {
    margin-top: 4vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .form_content .order_info_b .freight p {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .order_info_b .freight span {
    direction: rtl;
    color: #f00;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_content {
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_content .form_b {
    padding: 0 4vw;
    width: 100%;
    height: auto;
  }
  .wrap .form_content .form_content .form_b .form_item {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .wrap .form_content .form_content .form_b .form_item > p {
    text-align: right;
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .form_content .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_content .form_b .form_item .input {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .wrap .form_content .form_content .form_b .form_item .input label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    margin-left: 6.66667vw;
  }
  .wrap .form_content .form_content .form_b .form_item .input label input[type="radio"] {
    padding-right: 2.13333vw;
    margin-top: 0;
    border: none;
    width: 3.2vw;
    height: 3.2vw;
    stroke-width: 0.13333vw;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
  }
  .wrap .form_content .form_content .form_b .form_item .input label input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3.2vw;
    height: 3.2vw;
    background: url(../img/check2.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .form_content .form_b .form_item .input label input[type="radio"]::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3.2vw;
    height: 3.2vw;
    background: url(../img/nocheck.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .form_content .form_b .form_item .input label p {
    margin-right: 1.6vw;
    color: #222;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_content .form_b .form_item .wuliu {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-top: 1.33333vw;
  }
  .wrap .form_content .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-reverse;
    align-items: center;
    justify-content: center;
  }
  .wrap .form_content .form_content .form_b .form_item .wuliu .input_item:nth-of-type(2) .img {
    width: 4.13333vw;
    height: 4vw;
  }
  .wrap .form_content .form_content .form_b .form_item .wuliu .input_item:nth-of-type(3) .img {
    width: 4.26667vw;
    height: 4vw;
  }
  .wrap .form_content .form_content .form_b .form_item .wuliu .input_item.active {
    border: 0.13333vw solid #f00;
    background: #f00;
  }
  .wrap .form_content .form_content .form_b .form_item .wuliu .input_item.active .img img:first-child {
    display: none;
  }
  .wrap .form_content .form_content .form_b .form_item .wuliu .input_item.active .img img:last-child {
    display: block;
  }
  .wrap .form_content .form_content .form_b .form_item .wuliu .input_item.active p {
    color: #fff;
  }
  .wrap .form_content .form_content .form_b .form_item .wuliu .input_item .img {
    width: 4vw;
    height: 3.2vw;
  }
  .wrap .form_content .form_content .form_b .form_item .wuliu .input_item .img img {
    width: 100%;
    height: 100%;
  }
  .wrap .form_content .form_content .form_b .form_item .wuliu .input_item .img img:first-child {
    display: block;
  }
  .wrap .form_content .form_content .form_b .form_item .wuliu .input_item .img img:last-child {
    display: none;
  }
  .wrap .form_content .form_content .form_b .form_item .wuliu .input_item p {
    margin-right: 0.66667vw;
    color: #222;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .form_content .form_content .form_b .form_item input {
    direction: rtl;
    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_content .form_b .form_item input::placeholder {
    color: #ccc;
  }
  .wrap .form_content .form_content .form_b .form_item textarea {
    direction: rtl;
    resize: none;
    max-height: 26.66667vw;
    min-height: 26.66667vw;
    margin-top: 1.2vw;
    max-width: 100%;
    min-width: 100%;
    border: 0.13333vw solid #E0E0E0;
    outline: none;
    color: #000;
    font-size: 3.46667vw;
    font-weight: 400;
    padding: 1.33333vw 2.93333vw;
  }
  .wrap .form_content .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_content .form_b .form_item .select_box .select {
    direction: rtl;
    margin-right: 4vw;
    margin-bottom: 1.33333vw;
    width: 44vw;
    height: 8.8vw;
    color: #000;
    font-size: 3.46667vw;
    font-weight: 400;
    position: relative;
  }
  .wrap .form_content .form_content .form_b .form_item .select_box .select:nth-of-type(2n) {
    margin-right: 0;
  }
  .wrap .form_content .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%);
    left: 2.4vw;
    width: 1.86667vw;
    height: 1.86667vw;
    background: url(../img/down.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .form_content .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_content .form_b .form_btn {
    width: 100%;
    height: auto;
    margin-top: 4vw;
    padding-bottom: 13.33333vw;
  }
  .wrap .form_content .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: #f00;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .wrap .form_content .form_content .form_b .form_btn button p {
    margin-left: 0.8vw;
    color: #FFF;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .form_content .form_content .form_b .form_btn button img {
    width: 4.13333vw;
    height: 3.46667vw;
  }
  .footer {
    z-index: 999;
    width: 100vw;
    max-width: 100vw;
    height: 9.33333vw;
    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: 50vw;
    height: 9.33333vw;
    background: #859BD4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(1) img {
    margin-left: 1.2vw;
    width: 4.07493vw;
    height: 3.48067vw;
  }
  .footer a:nth-of-type(1) p {
    color: #FFF;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .footer a:nth-of-type(2) {
    width: 50vw;
    height: 9.33333vw;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(2) img {
    margin-left: 1.2vw;
    width: 3.33333vw;
    height: 3.46667vw;
  }
  .footer a:nth-of-type(2) p {
    color: #859BD4;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .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;
    left: 2.66667vw;
    bottom: 13.33333vw;
  }
  .suspension .top {
    display: none;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .top img {
    width: 100%;
    height: 100%;
  }
  .suspension a {
    display: inline-block;
  }
  .suspension .contact {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .contact img {
    width: 100%;
    height: 100%;
  }
  .suspension .tel {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .tel img {
    width: 100%;
    height: 100%;
  }
  .suspension .line {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .line img {
    width: 100%;
    height: 100%;
  }
  .suspension .fb {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .fb 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%;
  }
  .comment_popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .comment_popup .popup_box {
    width: 92vw;
    height: auto;
    padding: 5.33333vw 8.66667vw;
    border-radius: 2.66667vw;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .comment_popup .popup_box .close {
    position: absolute;
    top: 3.46667vw;
    left: 4vw;
    cursor: pointer;
  }
  .comment_popup .popup_box .close span {
    font-size: 3.2vw;
    color: #222;
  }
  .comment_popup .popup_box .comment_box {
    width: 100%;
    height: auto;
  }
  .comment_popup .popup_box .comment_box .comment_item {
    width: 100%;
    height: auto;
  }
  .comment_popup .popup_box .comment_box .comment_item > p {
    color: #000;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item > span {
    width: 100%;
    display: inline-block;
    margin-top: 2.13333vw;
    color: #999;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content {
    margin-top: 7.46667vw;
    width: 100%;
    height: auto;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .desc {
    direction: rtl;
    margin-top: 1.6vw;
    color: #999;
    text-align: right;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item {
    margin-top: 3.2vw;
    width: 100%;
    height: 8vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #333;
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item img {
    width: 15.86667vw;
    height: 2.4vw;
    margin-right: 2.66667vw;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item p {
    color: #000;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding: 0 2.66667vw;
    direction: rtl;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item input::placeholder {
    color: #999;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content textarea {
    outline: none;
    direction: rtl;
    resize: none;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #333;
    margin-top: 3.2vw;
    max-width: 100%;
    min-width: 100%;
    max-height: 44vw;
    min-height: 44vw;
    padding: 1.33333vw 2.66667vw;
    color: #000;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_btn {
    cursor: pointer;
    margin-top: 5.33333vw;
    width: 100%;
    height: 8vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #333;
    color: #222;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging {
    margin-top: 5.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging .staging_box {
    width: 25.2vw;
    height: 2.13333vw;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #333;
    background: #FFF;
    position: relative;
    margin-right: 1.33333vw;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging .staging_box .line {
    width: 8vw;
    height: 2.13333vw;
    border-radius: 0vw 0.53333vw 0.53333vw 0vw;
    border: 0.13333vw solid #333;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging p {
    color: #000;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging .submit {
    border: none;
    cursor: pointer;
    width: 100%;
    height: 8vw;
    border-radius: 1.33333vw;
    background: #F00;
    color: #FFF;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging .quit {
    border-radius: 1.33333vw;
    cursor: pointer;
    border: none;
    width: 100%;
    height: 8vw;
    margin-top: 2.66667vw;
    color: #000;
    text-align: center;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging1 {
    display: flex;
    flex-direction: column;
  }
  .comment_popup .popup_box .comment_box .comment_item2 .staging .staging_box .line {
    width: 13.86667vw;
  }
  .comment_popup .popup_box .comment_box .comment_item3 .staging .staging_box .line {
    width: 21.46667vw;
  }
}
