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: 88px;
  background: #966D51;
}

.wrap .header p {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 88px;
  /* 112.5% */
  text-transform: capitalize;
}

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

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

.wrap .banner .banner_box .banner_item {
  width: 560px !important;
  height: 613px;
  position: relative;
}

.wrap .banner .banner_box .banner_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 252px;
  height: auto;
}

.wrap .banner .banner_box .swiper-pagination-bullet-active {
  background: #ff0000;
}

.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 .pro_detail {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

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

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

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

.wrap .confrim_order .con_o_title {
  width: 100%;
  height: 88px;
  background: #966D51;
  padding: 0 30px;
  color: #FFF;
  text-align: left;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 88px;
}

.wrap .confrim_order .package {
  width: 100%;
  height: auto;
  padding: 25px 30px 36px;
  border-bottom: 10px solid #f7f7f7;
}

.wrap .confrim_order .package .package_title {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

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

.wrap .confrim_order .package .package_box .package_item {
  width: 100%;
  height: 66px;
  margin-top: 20px;
}

.wrap .confrim_order .package .package_box .package_item.active label {
  border: 1px solid #f00;
}

.wrap .confrim_order .package .package_box .package_item label {
  width: 100%;
  height: 66px;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 22px;
}

.wrap .confrim_order .package .package_box .package_item label input[type="radio"] {
  border: none;
  padding: 0;
  margin-right: 12px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  stroke-width: 1px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

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

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

.wrap .confrim_order .package .package_box .package_item label p {
  margin-left: 14px;
  color: #222;
  font-size: 26px;
  font-weight: 400;
}

.wrap .confrim_order .specification {
  width: 100%;
  height: auto;
  border-bottom: 10px solid #f7f7f7;
}

.wrap .confrim_order .specification .spec_item {
  width: 100%;
  height: auto;
}

.wrap .confrim_order .specification .spec_item .spec_i_top {
  padding: 0 30px;
  width: 100%;
  height: 77px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .confrim_order .specification .spec_item .spec_i_top p {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.wrap .confrim_order .specification .spec_item .spec_i_top img {
  width: 28px;
  height: auto;
}

.wrap .confrim_order .specification .spec_item .spec_box {
  width: 100%;
  height: auto;
  padding: 20px 30px 50px;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 {
  width: 100%;
  height: auto;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_title {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_title span {
  margin-left: 15px;
  color: #999;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_box .spec_b_b_item {
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
  width: 200px;
  height: auto;
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  align-items: center;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_box .spec_b_b_item.active {
  border-radius: 10px;
  border: 1px solid #F00;
  background: #FFF;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_box .spec_b_b_item.active p {
  color: #f00;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_box .spec_b_b_item img {
  max-width: 80%;
  width: 74px;
  height: 169px;
  object-fit: cover;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_box .spec_b_b_item p {
  margin-top: 25px;
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 {
  margin-top: 30px;
  width: 100%;
  height: auto;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 .spec_b_title {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 .spec_b_title span {
  margin-left: 15px;
  color: #999;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 .spec_b_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 .spec_b_box .spec_b_b_item {
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
  width: 330px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  color: #222;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 .spec_b_box .spec_b_b_item:nth-of-type(2n) {
  margin-right: 0;
}

.wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 .spec_b_box .spec_b_b_item.active {
  border: 1px solid #F00;
  border-radius: 6px;
  background: #FF1500;
  color: #fff;
}

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

.wrap .confrim_order .info_price .num {
  width: 100%;
  height: 86px;
  padding: 0 30px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .confrim_order .info_price .num .num_title {
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

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

.wrap .confrim_order .info_price .num .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 .confrim_order .info_price .num .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 .confrim_order .info_price .num .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 .confrim_order .info_price .order_info {
  width: 100%;
  height: auto;
  padding: 30px;
}

.wrap .confrim_order .info_price .order_info .info_title {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.wrap .confrim_order .info_price .order_info .price_box {
  width: 100%;
  height: auto;
}

.wrap .confrim_order .info_price .order_info .price_box .origin {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .confrim_order .info_price .order_info .price_box .origin p {
  color: #999;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .info_price .order_info .price_box .origin span {
  color: #F00;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .info_price .order_info .price_box .discount {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .confrim_order .info_price .order_info .price_box .discount p {
  color: #999;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .info_price .order_info .price_box .discount span {
  color: #F00;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .info_price .order_info .price_box .total {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .confrim_order .info_price .order_info .price_box .total p {
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .info_price .order_info .price_box .total span {
  color: #F00;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .info_price .info_detail {
  width: 100%;
  height: auto;
  background: #F7F7F7;
  padding: 22px 30px;
}

.wrap .confrim_order .info_price .info_detail p {
  text-align: left;
  color: #F00;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 166.667% */
}

.wrap .confrim_order .form {
  width: 100%;
  height: auto;
  padding: 50px 30px 0px;
}

/*.wrap .confrim_order .form {
  width: 100%;
  height: auto;
  padding: 50px 30px 0px;
}*/

.wrap .confrim_order .form .form_item {
  margin-bottom: 26px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wrap .confrim_order .form .form_item > p {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .form .form_item > p span {
  margin-right: 5px;
  color: #F00;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .form .form_item .form_i_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.wrap .confrim_order .form .form_item .form_i_box label {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
}

.wrap .confrim_order .form .form_item .form_i_box label input[type="radio"] {
  border: none;
  padding: 0;
  margin-right: 12px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  stroke-width: 1px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

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

.wrap .confrim_order .form .form_item .form_i_box 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 .confrim_order .form .form_item .form_i_box label p {
  color: #222;
  font-size: 26px;
  font-weight: 400;
}

.wrap .confrim_order .form .form_item .form_i_box .select {
  width: 100%;
  margin-top: 20px;
  height: 66px;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  position: relative;
}

.wrap .confrim_order .form .form_item .form_i_box .select select {
  border-radius: 6px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px;
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  border: none;
  width: 100%;
  height: 100%;
}

.wrap .confrim_order .form .form_item .form_i_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 .confrim_order .form .form_item .form_i_box .select1 {
  width: 404px;
  margin-top: 20px;
  height: 56px;
  border-radius: 2px;
  border: 1px solid #DDD;
  background: #FFF;
  position: relative;
}

.wrap .confrim_order .form .form_item .form_i_box .select1 select {
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px;
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
}

.wrap .confrim_order .form .form_item .form_i_box .select1::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 .confrim_order .form .form_item .form_i_box input[type="text"] {
  outline: none;
  width: 100%;
  margin-top: 20px;
  height: 66px;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 0 20px;
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
}

.wrap .confrim_order .form .form_item .form_i_box input[type="text"]::placeholder {
  color: #ccc;
}

.wrap .confrim_order .form .form_item .form_i_box textarea {
  max-width: 100%;
  min-width: 100%;
  margin-top: 20px;
  max-height: 110px;
  min-height: 110px;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  outline: none;
  padding: 10px 20px;
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
}

.wrap .confrim_order .form .form_item .form_i_box textarea::placeholder {
  color: #ccc;
}

.wrap .confrim_order .form .form_item .form_i_box1 {
  padding: 0 15px;
}

.wrap .confrim_order .form .form_total {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .confrim_order .form .form_total span {
  color: #F00;
  font-family: Microsoft YaHei;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 16px;
}

.wrap .confrim_order .form .submit {
  display: inline-block;
  margin: 0 30px;
  border: none;
  cursor: pointer;
  margin-top: 30px;
  width: 92%;
  border-radius: 12px;
  background: #FF1500;
  height: 70px;
  color: #FFF;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  text-transform: capitalize;
}

.wrap .note {
  margin-top: 40px;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.wrap .note .note_box {
  width: 100%;
  height: auto;
  background: #FFF;
}

.wrap .note .note_box .note_item {
  width: 100%;
  height: auto;
}

.wrap .note .note_box .note_item .note_title {
  width: 100%;
  height: 88px;
  background: #966D51;
  padding: 0 30px;
}

.wrap .note .note_box .note_item .note_title p {
  text-align: center;
  line-height: 88px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-transform: capitalize;
}

.wrap .note .note_box .note_item .note_desc {
  width: 100%;
  height: auto;
  padding: 36px 30px;
}

.wrap .note .note_box .note_item .note_desc .desc {
  color: #999;
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 166.667% */
}

.footer {
  z-index: 999;
  width: 750px;
  max-width: 750px;
  height: 98px;
  background: #FFF;
  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) {
  width: 104px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

.footer a:nth-of-type(1) p {
  margin-left: 6px;
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer a:nth-of-type(3) {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer a:nth-of-type(3) img {
  width: 46px;
  height: 46px;
}

.footer a:nth-of-type(3) p {
  margin-left: 6px;
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

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

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

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

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

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

.review_popup .box .popup_close {
  width: 19px;
  height: 19px;
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 26px;
}

.review_popup .box .content {
  width: 100%;
  height: auto;
}

.review_popup .box .content .content_title {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 56px;
}

.review_popup .box .content .content_item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}

.review_popup .box .content .content_item p {
  width: 90px;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.review_popup .box .content .content_item input {
  margin-left: 20px;
  outline: none;
  width: 470px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 0 26px;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.review_popup .box .content .content_item input::placeholder {
  color: #999;
}

.review_popup .box .content .content_item textarea {
  margin-left: 20px;
  outline: none;
  max-width: 470px;
  min-width: 470px;
  max-height: 114px;
  min-height: 114px;
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 12px 26px;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.review_popup .box .content .content_item textarea::placeholder {
  color: #999;
}

.review_popup .box .content .content_item .file {
  margin-left: 20px;
  display: flex;
  flex-direction: row;
}

.review_popup .box .content .content_item .file .after_upload {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.review_popup .box .content .content_item .file .after_upload .after_u_item {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.review_popup .box .content .content_item .file .after_upload .after_u_item > img {
  max-width: 70px;
  width: auto;
  height: auto;
}

.review_popup .box .content .content_item .file .after_upload .after_u_item .upclose {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -11%;
  right: -9%;
}

.review_popup .box .content .content_item .file .after_upload .after_u_item .upclose img {
  width: 100%;
  height: 100%;
}

.review_popup .box .content .content_item .file .layui-btn {
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #DDD;
  position: relative;
}

.review_popup .box .content .content_item .file .layui-btn img {
  width: 24px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.review_popup .box .content .content_item1 {
  align-items: flex-start;
}

.review_popup .box .content .submit {
  cursor: pointer;
  margin-top: 30px;
  border: none;
  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;
}

@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: 11.73333vw;
    background: #966D51;
  }
  .wrap .header p {
    color: #FFF;
    text-align: center;
    font-size: 4.26667vw;
    font-weight: 400;
    line-height: 11.73333vw;
    /* 112.5% */
    text-transform: capitalize;
  }
  .wrap .banner {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    position: relative;
  }
  .wrap .banner .banner_box {
    width: 74.66667vw;
    height: auto;
  }
  .wrap .banner .banner_box .banner_item {
    width: 74.66667vw !important;
    height: 81.73333vw;
    position: relative;
  }
  .wrap .banner .banner_box .banner_item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33.6vw;
    height: auto;
  }
  .wrap .banner .banner_box .swiper-pagination-bullet-active {
    background: #ff0000;
  }
  .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 .pro_detail {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item > img {
    margin-top: 1.33333vw;
    width: 100%;
    height: auto;
  }
  .wrap .confrim_order {
    width: 100%;
    height: auto;
  }
  .wrap .confrim_order .con_o_title {
    width: 100%;
    height: 11.73333vw;
    background: #966D51;
    padding: 0 4vw;
    color: #FFF;
    text-align: left;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 11.73333vw;
  }
  .wrap .confrim_order .package {
    width: 100%;
    height: auto;
    padding: 3.33333vw 4vw 4.8vw;
    border-bottom: 1.33333vw solid #f7f7f7;
  }
  .wrap .confrim_order .package .package_title {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .wrap .confrim_order .package .package_box {
    width: 100%;
    height: auto;
    margin-top: 1.33333vw;
  }
  .wrap .confrim_order .package .package_box .package_item {
    width: 100%;
    height: 8.8vw;
    margin-top: 2.66667vw;
  }
  .wrap .confrim_order .package .package_box .package_item.active label {
    border: 0.13333vw solid #f00;
  }
  .wrap .confrim_order .package .package_box .package_item label {
    width: 100%;
    height: 8.8vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #DDD;
    background: #FFF;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 2.93333vw;
  }
  .wrap .confrim_order .package .package_box .package_item label input[type="radio"] {
    border: none;
    padding: 0;
    margin-right: 1.6vw;
    cursor: pointer;
    width: 3.2vw;
    height: 3.2vw;
    stroke-width: 0.13333vw;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
  }
  .wrap .confrim_order .package .package_box .package_item label input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4.26667vw;
    height: 4.26667vw;
    background: url(../img/check.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .confrim_order .package .package_box .package_item label input[type="radio"]::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4.26667vw;
    height: 4.26667vw;
    background: url(../img/nocheck.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .confrim_order .package .package_box .package_item label p {
    margin-left: 1.86667vw;
    color: #222;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .confrim_order .specification {
    width: 100%;
    height: auto;
    border-bottom: 1.33333vw solid #f7f7f7;
  }
  .wrap .confrim_order .specification .spec_item {
    width: 100%;
    height: auto;
  }
  .wrap .confrim_order .specification .spec_item .spec_i_top {
    padding: 0 4vw;
    width: 100%;
    height: 10.26667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .confrim_order .specification .spec_item .spec_i_top p {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .wrap .confrim_order .specification .spec_item .spec_i_top img {
    width: 3.73333vw;
    height: auto;
  }
  .wrap .confrim_order .specification .spec_item .spec_box {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw 6.66667vw;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 {
    width: 100%;
    height: auto;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_title {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_title span {
    margin-left: 2vw;
    color: #999;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_box .spec_b_b_item {
    cursor: pointer;
    margin-top: 2.66667vw;
    margin-right: 2.66667vw;
    width: 26.66667vw;
    height: auto;
    padding: 2.4vw 0;
    display: flex;
    flex-direction: column;
    border: 0.13333vw solid transparent;
    align-items: center;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_box .spec_b_b_item.active {
    border-radius: 1.33333vw;
    border: 0.13333vw solid #F00;
    background: #FFF;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_box .spec_b_b_item.active p {
    color: #f00;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_box .spec_b_b_item img {
    max-width: 80%;
    width: 9.86667vw;
    height: 22.53333vw;
    object-fit: cover;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item1 .spec_b_box .spec_b_b_item p {
    margin-top: 3.33333vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 {
    margin-top: 4vw;
    width: 100%;
    height: auto;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 .spec_b_title {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 .spec_b_title span {
    margin-left: 2vw;
    color: #999;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 .spec_b_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 .spec_b_box .spec_b_b_item {
    cursor: pointer;
    margin-top: 2.66667vw;
    margin-right: 2.66667vw;
    width: 44vw;
    height: 8vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #DBDBDB;
    background: #FFF;
    color: #222;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 .spec_b_box .spec_b_b_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wrap .confrim_order .specification .spec_item .spec_box .spec_b_item2 .spec_b_box .spec_b_b_item.active {
    border: 0.13333vw solid #F00;
    border-radius: 0.8vw;
    background: #FF1500;
    color: #fff;
  }
  .wrap .confrim_order .info_price {
    width: 100%;
    height: auto;
  }
  .wrap .confrim_order .info_price .num {
    width: 100%;
    height: 11.46667vw;
    padding: 0 4vw;
    border-bottom: 0.13333vw solid #eee;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .confrim_order .info_price .num .num_title {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .wrap .confrim_order .info_price .num .addnum {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .confrim_order .info_price .num .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 .confrim_order .info_price .num .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 .confrim_order .info_price .num .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 .confrim_order .info_price .order_info {
    width: 100%;
    height: auto;
    padding: 4vw;
  }
  .wrap .confrim_order .info_price .order_info .info_title {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.33333vw;
  }
  .wrap .confrim_order .info_price .order_info .price_box {
    width: 100%;
    height: auto;
  }
  .wrap .confrim_order .info_price .order_info .price_box .origin {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .confrim_order .info_price .order_info .price_box .origin p {
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .info_price .order_info .price_box .origin span {
    color: #F00;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .info_price .order_info .price_box .discount {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .confrim_order .info_price .order_info .price_box .discount p {
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .info_price .order_info .price_box .discount span {
    color: #F00;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .info_price .order_info .price_box .total {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .confrim_order .info_price .order_info .price_box .total p {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .info_price .order_info .price_box .total span {
    color: #F00;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .info_price .info_detail {
    width: 100%;
    height: auto;
    background: #F7F7F7;
    padding: 2.93333vw 4vw;
  }
  .wrap .confrim_order .info_price .info_detail p {
    text-align: left;
    color: #F00;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.33333vw;
    /* 166.667% */
  }
  .wrap .confrim_order .form {
    width: 100%;
    height: auto;
    padding: 6.66667vw 4vw 0vw;
  }
  /*.wrap .confrim_order .form {
    width: 100%;
    height: auto;
    padding: 6.66667vw 4vw 0vw;
  }*/
  .wrap .confrim_order .form .form_item {
    margin-bottom: 3.46667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .wrap .confrim_order .form .form_item > p {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .form .form_item > p span {
    margin-right: 0.66667vw;
    color: #F00;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .form .form_item .form_i_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1.33333vw;
  }
  .wrap .confrim_order .form .form_item .form_i_box label {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2.66667vw;
    margin-right: 2.66667vw;
  }
  .wrap .confrim_order .form .form_item .form_i_box label input[type="radio"] {
    border: none;
    padding: 0;
    margin-right: 1.6vw;
    cursor: pointer;
    width: 3.2vw;
    height: 3.2vw;
    stroke-width: 0.13333vw;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
  }
  .wrap .confrim_order .form .form_item .form_i_box label input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3.2vw;
    height: 3.2vw;
    background: url(../img/check.png) no-repeat;
    background-size: 100% 100%;
  }
  .wrap .confrim_order .form .form_item .form_i_box 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 .confrim_order .form .form_item .form_i_box label p {
    color: #222;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .wrap .confrim_order .form .form_item .form_i_box .select {
    width: 100%;
    margin-top: 2.66667vw;
    height: 8.8vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #E0E0E0;
    background: #FFF;
    position: relative;
  }
  .wrap .confrim_order .form .form_item .form_i_box .select select {
    border-radius: 0.8vw;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 2.66667vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    border: none;
    width: 100%;
    height: 100%;
  }
  .wrap .confrim_order .form .form_item .form_i_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 .confrim_order .form .form_item .form_i_box .select1 {
    width: 53.86667vw;
    margin-top: 2.66667vw;
    height: 7.46667vw;
    border-radius: 0.26667vw;
    border: 0.13333vw solid #DDD;
    background: #FFF;
    position: relative;
  }
  .wrap .confrim_order .form .form_item .form_i_box .select1 select {
    border: none;
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 2.66667vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
  }
  .wrap .confrim_order .form .form_item .form_i_box .select1::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 .confrim_order .form .form_item .form_i_box input[type="text"] {
    outline: none;
    width: 100%;
    margin-top: 2.66667vw;
    height: 8.8vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #E0E0E0;
    background: #FFF;
    padding: 0 2.66667vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
  }
  .wrap .confrim_order .form .form_item .form_i_box input[type="text"]::placeholder {
    color: #ccc;
  }
  .wrap .confrim_order .form .form_item .form_i_box textarea {
    max-width: 100%;
    min-width: 100%;
    margin-top: 2.66667vw;
    max-height: 14.66667vw;
    min-height: 14.66667vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #E0E0E0;
    background: #FFF;
    outline: none;
    padding: 1.33333vw 2.66667vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
  }
  .wrap .confrim_order .form .form_item .form_i_box textarea::placeholder {
    color: #ccc;
  }
  .wrap .confrim_order .form .form_item .form_i_box1 {
    padding: 0 2vw;
  }
  .wrap .confrim_order .form .form_total {
    color: #222;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .confrim_order .form .form_total span {
    color: #F00;
    font-family: Microsoft YaHei;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 2.13333vw;
  }
  .wrap .confrim_order .form .submit {
    display: inline-block;
    margin: 0 4vw;
    border: none;
    cursor: pointer;
    margin-top: 4vw;
    width: 92%;
    border-radius: 1.6vw;
    background: #FF1500;
    height: 9.33333vw;
    color: #FFF;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 9.33333vw;
    text-transform: capitalize;
  }
  .wrap .note {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    padding-bottom: 8vw;
  }
  .wrap .note .note_box {
    width: 100%;
    height: auto;
    background: #FFF;
  }
  .wrap .note .note_box .note_item {
    width: 100%;
    height: auto;
  }
  .wrap .note .note_box .note_item .note_title {
    width: 100%;
    height: 11.73333vw;
    background: #966D51;
    padding: 0 4vw;
  }
  .wrap .note .note_box .note_item .note_title p {
    text-align: center;
    line-height: 11.73333vw;
    color: #fff;
    font-size: 3.73333vw;
    font-weight: 400;
    text-transform: capitalize;
  }
  .wrap .note .note_box .note_item .note_desc {
    width: 100%;
    height: auto;
    padding: 4.8vw 4vw;
  }
  .wrap .note .note_box .note_item .note_desc .desc {
    color: #999;
    color: #333;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.33333vw;
    /* 166.667% */
  }
  .footer {
    z-index: 999;
    width: 100vw;
    max-width: 100vw;
    height: 13.06667vw;
    background: #FFF;
    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) {
    width: 13.86667vw;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer a:nth-of-type(1) img {
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .footer a:nth-of-type(1) p {
    margin-left: 0.8vw;
    color: #222;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer a:nth-of-type(3) {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer a:nth-of-type(3) img {
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .footer a:nth-of-type(3) p {
    margin-left: 0.8vw;
    color: #222;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer a:nth-of-type(2) {
    width: 37.33333vw;
    height: 9.33333vw;
    border-radius: 1.33333vw;
    background: #F00;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(2) img {
    width: 4.13333vw;
    height: auto;
  }
  .footer a:nth-of-type(2) p {
    margin-left: 1.33333vw;
    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%;
  }
  .review_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
  }
  .review_popup .box {
    width: 92vw;
    height: auto;
    border-radius: 2.66667vw;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5.33333vw;
  }
  .review_popup .box .popup_close {
    width: 2.53333vw;
    height: 2.53333vw;
    cursor: pointer;
    position: absolute;
    top: 3.46667vw;
    right: 3.46667vw;
  }
  .review_popup .box .content {
    width: 100%;
    height: auto;
  }
  .review_popup .box .content .content_title {
    color: #000;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 7.46667vw;
  }
  .review_popup .box .content .content_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 3.2vw;
  }
  .review_popup .box .content .content_item p {
    width: 12vw;
    color: #000;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .review_popup .box .content .content_item input {
    margin-left: 2.66667vw;
    outline: none;
    width: 62.66667vw;
    height: 8vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #DDD;
    background: #FFF;
    padding: 0 3.46667vw;
    color: #000;
    font-size: 3.46667vw;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .review_popup .box .content .content_item input::placeholder {
    color: #999;
  }
  .review_popup .box .content .content_item textarea {
    margin-left: 2.66667vw;
    outline: none;
    max-width: 62.66667vw;
    min-width: 62.66667vw;
    max-height: 15.2vw;
    min-height: 15.2vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #DDD;
    background: #FFF;
    padding: 1.6vw 3.46667vw;
    color: #000;
    font-size: 3.46667vw;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .review_popup .box .content .content_item textarea::placeholder {
    color: #999;
  }
  .review_popup .box .content .content_item .file {
    margin-left: 2.66667vw;
    display: flex;
    flex-direction: row;
  }
  .review_popup .box .content .content_item .file .after_upload {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .review_popup .box .content .content_item .file .after_upload .after_u_item {
    margin-right: 2.66667vw;
    width: 10.66667vw;
    height: 10.66667vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #DDD;
    background: #FFF;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .review_popup .box .content .content_item .file .after_upload .after_u_item > img {
    max-width: 9.33333vw;
    width: auto;
    height: auto;
  }
  .review_popup .box .content .content_item .file .after_upload .after_u_item .upclose {
    cursor: pointer;
    width: 2.66667vw;
    height: 2.66667vw;
    position: absolute;
    top: -11%;
    right: -9%;
  }
  .review_popup .box .content .content_item .file .after_upload .after_u_item .upclose img {
    width: 100%;
    height: 100%;
  }
  .review_popup .box .content .content_item .file .layui-btn {
    width: 10.66667vw;
    height: 10.66667vw;
    background: transparent;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #DDD;
    position: relative;
  }
  .review_popup .box .content .content_item .file .layui-btn img {
    width: 3.2vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .review_popup .box .content .content_item1 {
    align-items: flex-start;
  }
  .review_popup .box .content .submit {
    cursor: pointer;
    margin-top: 4vw;
    border: none;
    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;
  }
}
