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;
  align-items: center;
}

.wrap .header .back {
  width: 24px;
  height: 24px;
}

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

.wrap .header .serch {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap .header .serch img {
  width: 21px;
  height: auto;
}

.wrap .header .serch p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
}

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

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

.wrap .banner .banner_box .banner_item {
  width: 562px !important;
  height: 612px;
}

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

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

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

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

.wrap .buy_info .buy_i_t .price .origin {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.wrap .buy_info .buy_i_t .price .discount {
  margin-left: 9px;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

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

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

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

.wrap .buy_info .buy_i_t .time .time_box span {
  margin: 0 5px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_t .time .time_box .date {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 6px;
  display: inline-block;
  color: #EF3251;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

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

.wrap .buy_info .buy_i_c .buy_info {
  width: 100%;
  height: auto;
  padding: 12px 0 29px;
  border-bottom: 1px solid #ebebeb;
}

.wrap .buy_info .buy_i_c .buy_info .buy_info_title {
  text-align: left;
  color: #222;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .buy_info .buy_info_desc {
  margin-top: 10px;
  text-align: left;
  color: #999;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .box {
  padding: 20px 0px 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .buy_info .buy_i_c .box .box_item {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
}

.wrap .buy_info .buy_i_c .box .box_item img {
  width: 19px;
  height: auto;
}

.wrap .buy_info .buy_i_c .box .box_item p {
  margin-left: 10px;
  color: #222;
  margin-left: 9px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.wrap .comment .comment_top {
  width: 100%;
  height: 73px;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid  #ebebeb;
}

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

.wrap .comment .comment_top .star_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .comment .comment_top .star_box img {
  width: 140px;
  height: 23px;
}

.wrap .comment .comment_top .star_box span {
  margin-left: 10px;
  color: #FF3156;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

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

.wrap .comment .comment_box .com_item:last-child {
  border-bottom: none;
}

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

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

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

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

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

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

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

.wrap .comment .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 .comment .comment_box .com_item .com_i_img {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .comment .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 .comment .comment_box .com_item .com_i_b {
  margin-top: 12px;
  width: 100%;
  height: auto;
}

.wrap .comment .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 .info_tab {
  width: 100%;
  height: 73px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 10px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

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

.wrap .info_tab .info_t_item.active {
  position: relative;
}

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

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

.wrap .pro_detail .pro_d_item {
  width: 100%;
  height: auto;
  padding: 0 30px;
}

.wrap .pro_detail .pro_d_item:first-child {
  padding: 0 0;
}

.wrap .pro_detail .pro_d_item > img {
  margin-top: 10px;
  width: 100%;
  height: auto;
}

.wrap .pro_detail .pro_d_item .title {
  width: 690px;
  height: 49px;
  background: #F4F4F4;
  color: #F00;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
}

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

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

.wrap .pro_detail .pro_d_item .comment_box .com_item:last-child {
  border-bottom: none;
}

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

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

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

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

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star img {
  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;
  margin-left: 20px;
}

.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 {
  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 .order_info_title {
  width: 100%;
  height: 73px;
  padding: 0 30px;
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 73px;
  border-bottom: 1px solid #ebebeb;
}

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

.wrap .order_info .order_box img {
  width: 80px;
  height: auto;
}

.wrap .order_info .order_box .order_item {
  margin-left: 27px;
  display: flex;
  flex-direction: column;
}

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

.wrap .order_info .order_box .order_item .item_price {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .order_info .order_box .order_item .item_price .origin {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .order_info .order_box .order_item .item_price .origin span {
  color: #F00;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .order_info .order_box .order_item .item_price .discount {
  margin-left: 22px;
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

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

.wrap .package .package_title {
  width: 100%;
  height: auto;
  padding: 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.wrap .package .package_box .package_item {
  cursor: pointer;
  margin-top: 20px;
  width: 446px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #222;
  padding: 0 20px;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  position: relative;
}

.wrap .package .package_box .package_item.active {
  border: 1px solid transparent;
  background: url(../img/active.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .specifications {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.wrap .specifications .spec_title {
  width: 100%;
  height: auto;
  padding: 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .specifications .spec_content {
  width: 100%;
  height: auto;
  padding: 18px 30px;
}

.wrap .specifications .spec_content .spec_box {
  width: 100%;
  height: auto;
}

.wrap .specifications .spec_content .spec_box .spec_item {
  cursor: pointer;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.wrap .specifications .spec_content .spec_box .spec_item .item_title {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: #EEE;
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  padding: 0 20px;
}

.wrap .specifications .spec_content .spec_box .spec_item .item_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .specifications .spec_content .spec_box .spec_item1 .item_box .item_item {
  margin-top: 20px;
  margin-right: 20px;
  width: 209px;
  height: 213px;
  border-radius: 6px;
  border: 1px solid transparent;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}

.wrap .specifications .spec_content .spec_box .spec_item1 .item_box .item_item.active {
  border: 1px solid #FFAC31;
}

.wrap .specifications .spec_content .spec_box .spec_item1 .item_box .item_item img {
  width: 156px;
  height: 170px;
  object-fit: cover;
}

.wrap .specifications .spec_content .spec_box .spec_item1 .item_box .item_item p {
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .specifications .spec_content .spec_box .spec_item2 .item_box .item_item {
  cursor: pointer;
  margin-top: 20px;
  width: 446px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #222;
  padding: 0 20px;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  position: relative;
}

.wrap .specifications .spec_content .spec_box .spec_item2 .item_box .item_item.active {
  border: 1px solid transparent;
  background: url(../img/active.png) no-repeat;
  background-size: 100% 100%;
}

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

.wrap .num .num_title {
  width: 100%;
  padding-bottom: 30px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}

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

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

.wrap .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 .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 .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 .num .origin_price {
  margin-top: 25px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

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

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

.wrap .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 .num .pre_price {
  margin-top: 25px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

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

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

.wrap .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 .num .amount_price {
  margin-top: 25px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

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

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

.wrap .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_b {
  padding: 0 30px;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

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

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

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

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

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

.wrap .form_b .form_item .input .input_item.active {
  border: 1px solid transparent;
  background: url(../img/active.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_b .form_item .input .input_item p {
  color: #222;
  font-size: 26px;
  font-style: normal;
  line-height: 60px;
  font-weight: 400;
}

.wrap .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_b .form_item input::placeholder {
  color: #ccc;
}

.wrap .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;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  padding: 10px 22px;
}

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

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

.wrap .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_b .form_item .select_box .select:nth-of-type(2n) {
  margin-right: 0;
}

.wrap .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_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_b .form_btn {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

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

.wrap .user_info {
  width: 100%;
  height: auto;
  padding: 16px 30px 150px;
  border-top: 10px solid #ebebeb;
}

.wrap .user_info.active .user_title img {
  transform: rotate(-180deg);
}

.wrap .user_info.active .user_desc {
  display: block;
}

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

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

.wrap .user_info .user_title img {
  transition: all 0.4s;
  width: 20px;
  height: auto;
}

.wrap .user_info .user_desc {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: none;
}

.wrap .user_info .user_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;
  padding: 0 30px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

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

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

.footer a:nth-of-type(1) p {
  margin-left: 8px;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer a:nth-of-type(2) {
  width: 252px;
  height: 70px;
  border-radius: 10px;
  background: #222;
  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 {
  margin-left: 8px;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

.suspension .contact {
  display: inline-block;
  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 {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

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

@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;
    align-items: center;
  }
  .wrap .header .back {
    width: 3.2vw;
    height: 3.2vw;
  }
  .wrap .header .back img {
    width: 100%;
    height: 100%;
  }
  .wrap .header .serch {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap .header .serch img {
    width: 2.8vw;
    height: auto;
  }
  .wrap .header .serch p {
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .wrap .banner .banner_box {
    width: 74.93333vw;
    height: auto;
  }
  .wrap .banner .banner_box .banner_item {
    width: 74.93333vw !important;
    height: 81.6vw;
  }
  .wrap .banner .banner_box .banner_item img {
    width: 100%;
    height: 100%;
  }
  .wrap .buy_info {
    width: 100%;
    height: auto;
  }
  .wrap .buy_info .buy_i_t {
    width: 100%;
    height: 13.46667vw;
    background: #FF3156;
    padding: 0 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .buy_info .buy_i_t .price {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .wrap .buy_info .buy_i_t .price .origin {
    color: #fff;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_t .price .discount {
    margin-left: 1.2vw;
    color: #fff;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
  }
  .wrap .buy_info .buy_i_t .time {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .time p {
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_t .time .time_box {
    margin-top: 1.2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .time .time_box span {
    margin: 0 0.66667vw;
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_t .time .time_box .date {
    width: 4.26667vw;
    height: 4.26667vw;
    background-color: #fff;
    border-radius: 0.8vw;
    display: inline-block;
    color: #EF3251;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 4.26667vw;
    text-align: center;
  }
  .wrap .buy_info .buy_i_c {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw;
  }
  .wrap .buy_info .buy_i_c .buy_info {
    width: 100%;
    height: auto;
    padding: 1.6vw 0 3.86667vw;
    border-bottom: 0.13333vw solid #ebebeb;
  }
  .wrap .buy_info .buy_i_c .buy_info .buy_info_title {
    text-align: left;
    color: #222;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .buy_info .buy_info_desc {
    margin-top: 1.33333vw;
    text-align: left;
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .box {
    padding: 2.66667vw 0vw 3.73333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .buy_info .buy_i_c .box .box_item {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.6vw;
  }
  .wrap .buy_info .buy_i_c .box .box_item img {
    width: 2.53333vw;
    height: auto;
  }
  .wrap .buy_info .buy_i_c .box .box_item p {
    margin-left: 1.33333vw;
    color: #222;
    margin-left: 1.2vw;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .comment {
    width: 100%;
    height: auto;
    border-top: 1.33333vw solid #ebebeb;
  }
  .wrap .comment .comment_top {
    width: 100%;
    height: 9.73333vw;
    padding: 0 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.13333vw solid #ebebeb;
  }
  .wrap .comment .comment_top p {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .comment .comment_top .star_box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .comment .comment_top .star_box img {
    width: 18.66667vw;
    height: 3.06667vw;
  }
  .wrap .comment .comment_top .star_box span {
    margin-left: 1.33333vw;
    color: #FF3156;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .comment .comment_box {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .comment .comment_box .com_item {
    width: 100%;
    height: auto;
    padding: 2.66667vw 0 4vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .comment .comment_box .com_item:last-child {
    border-bottom: none;
  }
  .wrap .comment .comment_box .com_item .com_i_t {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .comment .comment_box .com_item .com_i_t .name {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .comment .comment_box .com_item .com_i_t .satisfaction {
    color: #999;
    font-size: 3.2vw;
    font-weight: 400;
    margin-left: 2.66667vw;
  }
  .wrap .comment .comment_box .com_item .com_i_t .star {
    width: 23.6vw;
    height: 3.73333vw;
    margin-left: 2vw;
  }
  .wrap .comment .comment_box .com_item .com_i_t .star img {
    width: 100%;
    height: 100%;
  }
  .wrap .comment .comment_box .com_item .com_i_t .date {
    color: #999;
    font-size: 2.66667vw;
    font-weight: 400;
    margin-left: 2.66667vw;
  }
  .wrap .comment .comment_box .com_item .com_i_b {
    margin-top: 1.6vw;
    width: 100%;
    height: auto;
  }
  .wrap .comment .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 .info_tab {
    width: 100%;
    height: 9.73333vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-top: 1.33333vw solid #ebebeb;
    border-bottom: 0.13333vw solid #ebebeb;
  }
  .wrap .info_tab .info_t_item {
    cursor: pointer;
    width: 33.06667vw;
    height: 8vw;
    color: #222;
    text-align: center;
    font-size: 3.46667vw;
    font-weight: 400;
    line-height: 8vw;
  }
  .wrap .info_tab .info_t_item.active {
    position: relative;
  }
  .wrap .info_tab .info_t_item.active::after {
    content: '';
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    width: 7.73333vw;
    height: 0.66667vw;
    border-radius: 0.8vw;
    background: #F00;
  }
  .wrap .pro_detail {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .pro_detail .pro_d_item:first-child {
    padding: 0 0;
  }
  .wrap .pro_detail .pro_d_item > img {
    margin-top: 1.33333vw;
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .title {
    width: 92vw;
    height: 6.53333vw;
    background: #F4F4F4;
    color: #F00;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 6.53333vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item {
    width: 100%;
    height: auto;
    padding: 2.66667vw 0 4vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item:last-child {
    border-bottom: none;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .name {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .satisfaction {
    color: #999;
    font-size: 3.2vw;
    font-weight: 400;
    margin-left: 2.66667vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star {
    width: 23.6vw;
    height: 3.73333vw;
    margin-left: 2vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star img {
    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;
    margin-left: 2.66667vw;
  }
  .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 {
    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 .order_info_title {
    width: 100%;
    height: 9.73333vw;
    padding: 0 4vw;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 9.73333vw;
    border-bottom: 0.13333vw solid #ebebeb;
  }
  .wrap .order_info .order_box {
    margin-top: 3.2vw;
    width: 92vw;
    height: auto;
    padding: 1.6vw 2vw;
    border-radius: 0.8vw;
    background: #EEE;
    margin-left: 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .order_info .order_box img {
    width: 10.66667vw;
    height: auto;
  }
  .wrap .order_info .order_box .order_item {
    margin-left: 3.6vw;
    display: flex;
    flex-direction: column;
  }
  .wrap .order_info .order_box .order_item .item_title {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .order_info .order_box .order_item .item_price {
    margin-top: 3.2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .order_info .order_box .order_item .item_price .origin {
    color: #222;
    font-size: 2.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .order_info .order_box .order_item .item_price .origin span {
    color: #F00;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .order_info .order_box .order_item .item_price .discount {
    margin-left: 2.93333vw;
    color: #222;
    font-size: 2.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
  }
  .wrap .package {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .wrap .package .package_title {
    width: 100%;
    height: auto;
    padding: 0 4vw;
    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 .package .package_box {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .package .package_box .package_item {
    cursor: pointer;
    margin-top: 2.66667vw;
    width: 59.46667vw;
    height: 8vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #DDD;
    background: #FFF;
    color: #222;
    padding: 0 2.66667vw;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    position: relative;
  }
  .wrap .package .package_box .package_item.active {
    border: 0.13333vw solid transparent;
    background: url(../img/active.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .specifications {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .wrap .specifications .spec_title {
    width: 100%;
    height: auto;
    padding: 0 4vw;
    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 .specifications .spec_content {
    width: 100%;
    height: auto;
    padding: 2.4vw 4vw;
  }
  .wrap .specifications .spec_content .spec_box {
    width: 100%;
    height: auto;
  }
  .wrap .specifications .spec_content .spec_box .spec_item {
    cursor: pointer;
    margin-bottom: 2.66667vw;
    width: 100%;
    height: auto;
  }
  .wrap .specifications .spec_content .spec_box .spec_item .item_title {
    width: 100%;
    height: 6.66667vw;
    border-radius: 0.8vw;
    background: #EEE;
    color: #222;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.66667vw;
    padding: 0 2.66667vw;
  }
  .wrap .specifications .spec_content .spec_box .spec_item .item_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .specifications .spec_content .spec_box .spec_item1 .item_box .item_item {
    margin-top: 2.66667vw;
    margin-right: 2.66667vw;
    width: 27.86667vw;
    height: 28.4vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid transparent;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.33333vw 0;
  }
  .wrap .specifications .spec_content .spec_box .spec_item1 .item_box .item_item.active {
    border: 0.13333vw solid #FFAC31;
  }
  .wrap .specifications .spec_content .spec_box .spec_item1 .item_box .item_item img {
    width: 20.8vw;
    height: 22.66667vw;
    object-fit: cover;
  }
  .wrap .specifications .spec_content .spec_box .spec_item1 .item_box .item_item p {
    color: #222;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .specifications .spec_content .spec_box .spec_item2 .item_box .item_item {
    cursor: pointer;
    margin-top: 2.66667vw;
    width: 59.46667vw;
    height: 8vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #DDD;
    background: #FFF;
    color: #222;
    padding: 0 2.66667vw;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    position: relative;
  }
  .wrap .specifications .spec_content .spec_box .spec_item2 .item_box .item_item.active {
    border: 0.13333vw solid transparent;
    background: url(../img/active.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .num {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    padding: 0 4vw;
    padding-bottom: 4vw;
    border-bottom: 0.13333vw solid #ebebeb;
  }
  .wrap .num .num_title {
    width: 100%;
    padding-bottom: 4vw;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.13333vw solid #ebebeb;
  }
  .wrap .num .num_title > p {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .num .num_title .addnum {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .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 .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 .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 .num .origin_price {
    margin-top: 3.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .num .origin_price p:nth-of-type(1) {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .num .origin_price p:nth-of-type(2) {
    color: #222;
    font-size: 2.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .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 .num .pre_price {
    margin-top: 3.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .num .pre_price p:nth-of-type(1) {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .num .pre_price p:nth-of-type(2) {
    color: #222;
    font-size: 2.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .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 .num .amount_price {
    margin-top: 3.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .num .amount_price p:nth-of-type(1) {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .num .amount_price p:nth-of-type(2) {
    color: #222;
    font-size: 2.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .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_b {
    padding: 0 4vw;
    width: 100%;
    height: auto;
    padding-bottom: 5.33333vw;
  }
  .wrap .form_b .form_item {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .wrap .form_b .form_item > p {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .form_b .form_item > p span {
    margin-right: 0.66667vw;
    color: #F00;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .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_b .form_item .input .input_item {
    margin-bottom: 2.66667vw;
    margin-right: 4vw;
    cursor: pointer;
    width: 59.46667vw;
    height: 8vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #DDD;
    background: #FFF;
    padding: 0 2.66667vw;
  }
  .wrap .form_b .form_item .input .input_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wrap .form_b .form_item .input .input_item.active {
    border: 0.13333vw solid transparent;
    background: url(../img/active.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .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_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_b .form_item input::placeholder {
    color: #ccc;
  }
  .wrap .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;
    color: #000;
    font-size: 3.46667vw;
    font-weight: 400;
    padding: 1.33333vw 2.93333vw;
  }
  .wrap .form_b .form_item textarea::placeholder {
    color: #ccc;
  }
  .wrap .form_b .form_item .select_box {
    margin-top: 1.6vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .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_b .form_item .select_box .select:nth-of-type(2n) {
    margin-right: 0;
  }
  .wrap .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_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_b .form_btn {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .wrap .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: #FF3156;
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 9.33333vw;
  }
  .wrap .user_info {
    width: 100%;
    height: auto;
    padding: 2.13333vw 4vw 20vw;
    border-top: 1.33333vw solid #ebebeb;
  }
  .wrap .user_info.active .user_title img {
    transform: rotate(-180deg);
  }
  .wrap .user_info.active .user_desc {
    display: block;
  }
  .wrap .user_info .user_title {
    cursor: pointer;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .user_info .user_title p {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .user_info .user_title img {
    transition: all 0.4s;
    width: 2.66667vw;
    height: auto;
  }
  .wrap .user_info .user_desc {
    width: 100%;
    height: auto;
    margin-top: 1.33333vw;
    display: none;
  }
  .wrap .user_info .user_desc p {
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .img_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 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;
  }
  .footer {
    z-index: 999;
    width: 100vw;
    max-width: 100vw;
    height: 13.06667vw;
    background: #F4F4F4;
    padding: 0 4vw;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer a:nth-of-type(1) {
    cursor: pointer;
    width: 56.8vw;
    height: 9.33333vw;
    border-radius: 1.33333vw;
    background: #FF3156;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(1) img {
    width: 4.13333vw;
    height: 3.46667vw;
  }
  .footer a:nth-of-type(1) p {
    margin-left: 1.06667vw;
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer a:nth-of-type(2) {
    width: 33.6vw;
    height: 9.33333vw;
    border-radius: 1.33333vw;
    background: #222;
    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 {
    margin-left: 1.06667vw;
    color: #FFF;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .suspension {
    z-index: 9999;
    width: 6.13333vw;
    height: auto;
    position: fixed;
    right: 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 .contact {
    display: inline-block;
    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 {
    display: inline-block;
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .home img {
    width: 100%;
    height: 100%;
  }
}
