@charset "UTF-8";
a {
  text-decoration: none;
}

p {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei,Arial;
  box-sizing: border-box;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

html {
  background: #EBEBEB;
}

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

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

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

.wrap .header .header_contry {
  cursor: pointer;
  border-radius: 4px;
  background: linear-gradient(90deg, #FE5B33 0%, #EF0F25 100%);
  padding: 7px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

.wrap .header .header_contry img {
  margin-left: 5px;
  width: 32px;
  height: auto;
}

.wrap .header a {
  display: inline-block;
  width: 27px;
  height: 26px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrap .buy_info .buy_i_t {
  width: 100%;
  height: auto;
  padding: 20px 30px;
  background: #222;
}

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

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

.wrap .buy_info .buy_i_t .buy_t .price .off {
  margin-right: 10px;
  width: 122px;
  height: 40px;
  border-radius: 4px;
  background: #F00;
  color: #FFF;
  text-align: center !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

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

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

.wrap .buy_info .buy_i_t .buy_t .buy_info {
  margin-top: 20px;
}

.wrap .buy_info .buy_i_t .buy_t .buy_info p {
  direction: rtl;
  color: #F4E1A0;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.wrap .buy_info .buy_i_t .buy_t .tags_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

.wrap .buy_info .buy_i_t .buy_t .tags_box .tags {
  margin-left: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .buy_i_t .buy_t .tags_box .tags img {
  width: 20px;
  height: 20px;
}

.wrap .buy_info .buy_i_t .buy_t .tags_box .tags p {
  margin-left: 8px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c {
  padding: 10px 30px 25px;
  background: #F4E1A0;
  width: 100%;
  height: auto;
}

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

.wrap .buy_info .buy_i_c .buy_c_title img {
  width: 28px;
  height: auto;
}

.wrap .buy_info .buy_i_c .buy_c_title p {
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}

.wrap .buy_info .buy_i_c .box .box_item {
  cursor: pointer;
  margin-left: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #222;
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .box .box_item.active {
  color: #fff;
  background: #222;
}

.wrap .buy_info .buy_i_b {
  width: 100%;
  height: auto;
  padding: 20px 30px 10px;
  background: #323232;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .buy_info .buy_i_b .buy_i_item {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.wrap .buy_info .buy_i_b .buy_i_item p {
  margin-right: 12px;
  color: #F4E1A0;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.wrap .buy_info .buy_i_b .buy_i_item .cash {
  width: 18px;
  height: 18px;
}

.wrap .buy_info .buy_i_b .buy_i_item .free {
  width: 16px;
  height: 20px;
}

.wrap .buy_info .buy_i_b .buy_i_item .img_15 {
  width: 17px;
  height: 21px;
}

.wrap .buy_info .buy_i_b .buy_i_item .send {
  width: 18px;
  height: 18px;
}

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

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

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

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

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

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

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

.wrap .pro_detail .pro_d_item .pro_img img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrap .note {
  width: 100%;
  height: auto;
  padding: 0 30px;
  background: #323232;
}

.wrap .note .note_title {
  width: 100%;
  height: 77px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #999;
}

.wrap .note .note_title img {
  width: 28px;
  height: 16px;
}

.wrap .note .note_title p {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .note .note_desc {
  width: 100%;
  height: auto;
  padding: 20px 0;
}

.wrap .note .note_desc p {
  color: #FFF;
  direction: rtl;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 169.231% */
}

.wrap .experience {
  width: 100%;
  height: auto;
  padding: 20px 30px;
  background: #323232;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.wrap .experience p {
  margin-right: 20px;
  direction: rtl;
  color: #F4E1A0;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 169.231% */
}

.wrap .experience img {
  margin-top: 15px;
  width: 25px;
  height: 25px;
}

.wrap .nav {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  padding-bottom: 150px;
}

.wrap .nav a {
  margin-right: 20px;
  color: #999;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 192.308% */
}

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

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

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

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

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

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

.suspension a {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.country_popup .popup_box .country_box {
  width: 100%;
  height: auto;
}

.country_popup .popup_box .country_box .country_b_title {
  color: #222;
  text-align: center !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.country_popup .popup_box .country_box .country_b_content {
  width: 100%;
  height: auto;
  padding: 20px 55px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.country_popup .popup_box .country_box .country_b_content .country_b_item {
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 139px;
  height: 52px;
  padding: 5px 10px;
  border-radius: 2px;
  border: 1px solid #999;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.country_popup .popup_box .country_box .country_b_content .country_b_item p {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.country_popup .popup_box .country_box .country_b_content .country_b_item img {
  margin-left: 10px;
  width: 61px;
  height: 42px;
}

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

.order_popup .popup_box {
  width: 750px;
  height: 85%;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px 30px 0 0;
}

.order_popup .popup_box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}

.order_popup .popup_box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f00;
}

.order_popup .popup_box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #C9CED6;
}

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

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

.order_popup .popup_box .order_box {
  padding-top: 20px;
  width: 100%;
  height: auto;
}

.order_popup .popup_box .order_box .form_content {
  width: 100%;
  height: auto;
}

.order_popup .popup_box .order_box .form_content .form_t {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  border-bottom: 10px solid #ebebeb;
}

.order_popup .popup_box .order_box .form_content .form_t .info_title {
  padding: 0 30px;
  direction: rtl;
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.order_popup .popup_box .order_box .form_content .form_t .info_box {
  margin-top: 30px;
  width: 100%;
  height: auto;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.order_popup .popup_box .order_box .form_content .form_t .info_box .info_b_r {
  width: 500px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.order_popup .popup_box .order_box .form_content .form_t .info_box .info_b_r p {
  direction: rtl;
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order_popup .popup_box .order_box .form_content .form_t .info_box .info_b_r span {
  direction: rtl;
  color: #F00;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order_popup .popup_box .order_box .form_content .form_t .info_box .info_b_l {
  width: 150px;
  height: 150px;
}

.order_popup .popup_box .order_box .form_content .form_t .info_box .info_b_l img {
  width: 100%;
  height: 100%;
}

.order_popup .popup_box .order_box .form_content .form_c {
  width: 100%;
  height: auto;
}

.order_popup .popup_box .order_box .form_content .form_c .package {
  width: 100%;
  height: auto;
  padding: 30px;
  border-bottom: 10px solid #ebebeb;
}

.order_popup .popup_box .order_box .form_content .form_c .package > p {
  color: #222;
  direction: rtl;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order_popup .popup_box .order_box .form_content .form_c .package .package_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.order_popup .popup_box .order_box .form_content .form_c .package .package_box .package_item {
  margin-right: 10px;
  margin-top: 20px;
  width: 330px;
  height: 66px;
  border-radius: 6px;
  border: 1px solid #DDD;
  color: #222;
  text-align: center !important;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px;
}

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

.order_popup .popup_box .order_box .form_content .form_c .package .package_box .package_item.active {
  border: 1px solid transparent;
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
  color: #f00;
}

.order_popup .popup_box .order_box .form_content .form_c .rule {
  width: 100%;
  height: auto;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_title {
  width: 100%;
  height: 87px;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_title img {
  width: 28px;
  height: auto;
  transition: all 0.4s;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_title p {
  color: #222;
  direction: rtl;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box {
  width: 100%;
  height: auto;
  padding: 20px 30px;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item {
  width: 100%;
  height: auto;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box {
  width: 100%;
  height: auto;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_title {
  padding: 0 26px;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: #F7F7F7;
  color: #222;
  direction: rtl;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_itembox {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_itembox .version_item {
  margin-top: 20px;
  margin-left: 20px;
  padding: 30px;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_itembox .version_item.active {
  background: url(../img/check1.png) no-repeat;
  background-size: 100% 100%;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_itembox .version_item.active p {
  color: #f00;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_itembox .version_item img {
  width: 150px;
  height: 150px;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_itembox .version_item p {
  margin-top: 20px;
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_title {
  padding: 0 26px;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: #F7F7F7;
  color: #222;
  direction: rtl;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_itembox {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_itembox .version_item {
  margin-top: 0px;
  padding: 30px;
  border: 1px solid #ddd;
  width: 330px;
  height: 66px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_itembox .version_item:nth-of-type(2n) {
  margin-right: 0;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_itembox .version_item.active {
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_itembox .version_item.active p {
  color: #f00;
}

.order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_itembox .version_item p {
  margin-top: 20px;
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order_popup .popup_box .order_box .form_content .form_c .price {
  width: 100%;
  height: auto;
  border-top: 10px solid #F7F7F7;
}

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

.order_popup .popup_box .order_box .form_content .form_c .price .num .num_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}

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

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

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

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

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

.order_popup .popup_box .order_box .form_content .form_b {
  width: 100%;
  height: auto;
  padding: 0 30px;
  padding-bottom: 40px;
}

.order_popup .popup_box .order_box .form_content .form_b button {
  margin-top: 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 70px;
  border-radius: 12px;
  background: #323232;
  color: #FFF;
  text-align: center !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  text-transform: capitalize;
}

@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;
    justify-content: space-between;
    background: #323232;
  }
  .wrap .header .header_contry {
    cursor: pointer;
    border-radius: 0.53333vw;
    background: linear-gradient(90deg, #FE5B33 0%, #EF0F25 100%);
    padding: 0.93333vw 1.6vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .header .header_contry p {
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .header .header_contry img {
    margin-left: 0.66667vw;
    width: 4.26667vw;
    height: auto;
  }
  .wrap .header a {
    display: inline-block;
    width: 3.6vw;
    height: 3.46667vw;
  }
  .wrap .header a img {
    width: 100%;
    height: 100%;
  }
  .wrap .banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .wrap .banner .banner_box {
    width: 100vw;
    height: auto;
  }
  .wrap .banner .banner_box .banner_item {
    width: 100vw !important;
    height: 100vw;
  }
  .wrap .banner .banner_box .banner_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wrap .banner .time {
    padding-left: 5.86667vw;
    color: #222;
    font-size: 3.2vw;
    font-weight: 400;
    position: relative;
  }
  .wrap .banner .time::before {
    content: '';
    width: 0.53333vw;
    height: 2.66667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
    background: #f00;
  }
  .wrap .banner .purchase_popup {
    position: absolute;
    top: 2.13333vw;
    left: 4vw;
    z-index: 11;
  }
  .wrap .banner .purchase_popup .pur_p_item {
    padding: 0 0.4vw;
    margin-bottom: 1.33333vw;
    width: 45.2vw;
    height: 6.13333vw;
    border-radius: 1.33333vw;
    background: #555;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .banner .purchase_popup .pur_p_item .head {
    width: 5.33333vw;
    height: 5.33333vw;
    border-radius: 50%;
  }
  .wrap .banner .purchase_popup .pur_p_item .head img {
    width: 100%;
    height: 100%;
  }
  .wrap .banner .purchase_popup .pur_p_item p {
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info {
    width: 100%;
    height: auto;
  }
  .wrap .buy_info .buy_i_t {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw;
    background: #222;
  }
  .wrap .buy_info .buy_i_t .buy_t {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .wrap .buy_info .buy_i_t .buy_t .price {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .buy_t .price .off {
    margin-right: 1.33333vw;
    width: 16.26667vw;
    height: 5.33333vw;
    border-radius: 0.53333vw;
    background: #F00;
    color: #FFF;
    text-align: center !important;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.33333vw;
  }
  .wrap .buy_info .buy_i_t .buy_t .price .discount {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-right: 1.86667vw;
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
  }
  .wrap .buy_info .buy_i_t .buy_t .price .origin {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #FFF;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_t .buy_t .buy_info {
    margin-top: 2.66667vw;
  }
  .wrap .buy_info .buy_i_t .buy_t .buy_info p {
    direction: rtl;
    color: #F4E1A0;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_t .buy_t .tags_box {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .wrap .buy_info .buy_i_t .buy_t .tags_box .tags {
    margin-left: 1.73333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .buy_t .tags_box .tags img {
    width: 2.66667vw;
    height: 2.66667vw;
  }
  .wrap .buy_info .buy_i_t .buy_t .tags_box .tags p {
    margin-left: 1.06667vw;
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c {
    padding: 1.33333vw 4vw 3.33333vw;
    background: #F4E1A0;
    width: 100%;
    height: auto;
  }
  .wrap .buy_info .buy_i_c .buy_c_title {
    cursor: pointer;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .buy_info .buy_i_c .buy_c_title img {
    width: 3.73333vw;
    height: auto;
  }
  .wrap .buy_info .buy_i_c .buy_c_title p {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1.33333vw;
  }
  .wrap .buy_info .buy_i_c .box .box_item {
    cursor: pointer;
    margin-left: 1.86667vw;
    padding: 0.53333vw 1.33333vw;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #222;
    color: #222;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .box .box_item.active {
    color: #fff;
    background: #222;
  }
  .wrap .buy_info .buy_i_b {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw 1.33333vw;
    background: #323232;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .buy_info .buy_i_b .buy_i_item {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 1.33333vw;
  }
  .wrap .buy_info .buy_i_b .buy_i_item p {
    margin-right: 1.6vw;
    color: #F4E1A0;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.46667vw;
  }
  .wrap .buy_info .buy_i_b .buy_i_item .cash {
    width: 2.4vw;
    height: 2.4vw;
  }
  .wrap .buy_info .buy_i_b .buy_i_item .free {
    width: 2.13333vw;
    height: 2.66667vw;
  }
  .wrap .buy_info .buy_i_b .buy_i_item .img_15 {
    width: 2.26667vw;
    height: 2.8vw;
  }
  .wrap .buy_info .buy_i_b .buy_i_item .send {
    width: 2.4vw;
    height: 2.4vw;
  }
  .wrap .info_detail {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .info_detail .info_d_item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .info_detail .info_d_item img {
    width: 3.46667vw;
    height: 3.46667vw;
  }
  .wrap .info_detail .info_d_item p {
    margin-left: 0.66667vw;
    color: #999;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .pro_detail {
    width: 100%;
    height: auto;
    padding-bottom: 10vw;
    border-bottom: 1.33333vw solid #F1F1F1;
  }
  .wrap .pro_detail .pro_d_item {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .pro_img {
    width: 100%;
    height: auto;
    padding: 2.66667vw 13.33333vw;
  }
  .wrap .pro_detail .pro_d_item .pro_img img {
    margin-bottom: 2.66667vw;
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .comment_top {
    width: 100%;
    height: auto;
    padding: 2.66667vw 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .wrap .pro_detail .pro_d_item .comment_top img {
    width: 23.6vw;
    height: 3.73333vw;
  }
  .wrap .pro_detail .pro_d_item .comment_top p {
    margin-left: 2.66667vw;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    direction: rtl;
  }
  .wrap .pro_detail .pro_d_item .comment_btn {
    width: 100%;
    height: 9.33333vw;
    border-radius: 0.8vw;
    background: #F00;
    color: #FFF;
    text-align: center !important;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 9.33333vw;
    margin-bottom: 2.66667vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box {
    width: 100%;
    height: auto;
    padding: 0 2.66667vw;
    column-count: 2;
    /* 列数 */
    -webkit-column-count: 2;
    /* 列数 */
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item {
    margin-top: 2.66667vw;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    width: 45.06667vw;
    height: auto;
    padding: 2.66667vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #DDD;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_img {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_img img {
    max-width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_t_box {
    display: flex;
    flex-direction: column;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_t_box .name {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_t_box .star {
    width: 15.86667vw;
    height: 2.4vw;
    margin-left: 2vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .com_i_t_box .star img {
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .date {
    color: #999;
    font-size: 2.66667vw;
    font-weight: 400;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_b {
    margin-top: 1.6vw;
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_b .desc {
    direction: rtl;
    color: #333;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.06667vw;
    /* 158.333% */
  }
  .wrap .note {
    width: 100%;
    height: auto;
    padding: 0 4vw;
    background: #323232;
  }
  .wrap .note .note_title {
    width: 100%;
    height: 10.26667vw;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.13333vw solid #999;
  }
  .wrap .note .note_title img {
    width: 3.73333vw;
    height: 2.13333vw;
  }
  .wrap .note .note_title p {
    color: #FFF;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .note .note_desc {
    width: 100%;
    height: auto;
    padding: 2.66667vw 0;
  }
  .wrap .note .note_desc p {
    color: #FFF;
    direction: rtl;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.86667vw;
    /* 169.231% */
  }
  .wrap .experience {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw;
    background: #323232;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .wrap .experience p {
    margin-right: 2.66667vw;
    direction: rtl;
    color: #F4E1A0;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.86667vw;
    /* 169.231% */
  }
  .wrap .experience img {
    margin-top: 2vw;
    width: 3.33333vw;
    height: 3.33333vw;
  }
  .wrap .nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2.66667vw 4vw;
    padding-bottom: 20vw;
  }
  .wrap .nav a {
    margin-right: 2.66667vw;
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.66667vw;
    /* 192.308% */
  }
  .footer {
    z-index: 999;
    width: 100vw;
    max-width: 100vw;
    height: 13.33333vw;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    padding: 0 4vw;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(1) {
    width: 100%;
    height: 9.33333vw;
    border-radius: 1.6vw;
    background: #323232;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(1) p {
    color: #FFF;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .suspension {
    z-index: 9999;
    width: 6.13333vw;
    height: auto;
    position: fixed;
    left: 2.66667vw;
    bottom: 13.33333vw;
  }
  .suspension .top {
    display: none;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .top img {
    width: 100%;
    height: 100%;
  }
  .suspension a {
    display: inline-block;
  }
  .suspension .contact {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .contact img {
    width: 100%;
    height: 100%;
  }
  .suspension .tel {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .tel img {
    width: 100%;
    height: 100%;
  }
  .suspension .line {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .line img {
    width: 100%;
    height: 100%;
  }
  .suspension .fb {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .fb img {
    width: 100%;
    height: 100%;
  }
  .suspension .home {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .home img {
    width: 100%;
    height: 100%;
  }
  .comment_popup {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .comment_popup .popup_box {
    width: 92vw;
    height: auto;
    padding: 5.33333vw 8.66667vw;
    border-radius: 2.66667vw;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .comment_popup .popup_box .close {
    position: absolute;
    top: 3.46667vw;
    left: 4vw;
    cursor: pointer;
  }
  .comment_popup .popup_box .close span {
    font-size: 3.2vw;
    color: #222;
  }
  .comment_popup .popup_box .comment_box {
    width: 100%;
    height: auto;
  }
  .comment_popup .popup_box .comment_box .comment_item {
    width: 100%;
    height: auto;
  }
  .comment_popup .popup_box .comment_box .comment_item > p {
    color: #000;
    text-align: center !important;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item > span {
    width: 100%;
    display: inline-block;
    margin-top: 2.13333vw;
    color: #999;
    text-align: center !important;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content {
    margin-top: 7.46667vw;
    width: 100%;
    height: auto;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .desc {
    direction: rtl;
    margin-top: 1.6vw;
    color: #999;
    text-align: right;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item {
    margin-top: 3.2vw;
    width: 100%;
    height: 8vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #333;
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item img {
    width: 15.86667vw;
    height: 2.4vw;
    margin-right: 2.66667vw;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item p {
    color: #000;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding: 0 2.66667vw;
    direction: rtl;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_item input::placeholder {
    color: #999;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content textarea {
    outline: none;
    direction: rtl;
    resize: none;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #333;
    margin-top: 3.2vw;
    max-width: 100%;
    min-width: 100%;
    max-height: 44vw;
    min-height: 44vw;
    padding: 1.33333vw 2.66667vw;
    color: #000;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .comment_content .comment_c_btn {
    cursor: pointer;
    margin-top: 5.33333vw;
    width: 100%;
    height: 8vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #333;
    color: #222;
    text-align: center !important;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging {
    margin-top: 5.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging .staging_box {
    width: 25.2vw;
    height: 2.13333vw;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #333;
    background: #FFF;
    position: relative;
    margin-right: 1.33333vw;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging .staging_box .line {
    width: 8vw;
    height: 2.13333vw;
    border-radius: 0vw 0.53333vw 0.53333vw 0vw;
    border: 0.13333vw solid #333;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging p {
    color: #000;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging .submit {
    border: none;
    cursor: pointer;
    width: 100%;
    height: 8vw;
    border-radius: 1.33333vw;
    background: #F00;
    color: #FFF;
    text-align: center !important;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging .quit {
    border-radius: 1.33333vw;
    cursor: pointer;
    border: none;
    width: 100%;
    height: 8vw;
    margin-top: 2.66667vw;
    color: #000;
    text-align: center !important;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .comment_popup .popup_box .comment_box .comment_item .staging1 {
    display: flex;
    flex-direction: column;
  }
  .comment_popup .popup_box .comment_box .comment_item2 .staging .staging_box .line {
    width: 13.86667vw;
  }
  .comment_popup .popup_box .comment_box .comment_item3 .staging .staging_box .line {
    width: 21.46667vw;
  }
  .country_popup {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .country_popup .popup_box {
    width: 92vw;
    height: auto;
    padding: 5.33333vw 8.66667vw;
    border-radius: 2.66667vw;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .country_popup .popup_box .close {
    position: absolute;
    top: 3.46667vw;
    left: 4vw;
    cursor: pointer;
  }
  .country_popup .popup_box .close span {
    font-size: 3.2vw;
    color: #222;
  }
  .country_popup .popup_box .country_box {
    width: 100%;
    height: auto;
  }
  .country_popup .popup_box .country_box .country_b_title {
    color: #222;
    text-align: center !important;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .country_popup .popup_box .country_box .country_b_content {
    width: 100%;
    height: auto;
    padding: 2.66667vw 7.33333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .country_popup .popup_box .country_box .country_b_content .country_b_item {
    cursor: pointer;
    margin-right: 1.33333vw;
    margin-bottom: 1.33333vw;
    width: 18.53333vw;
    height: 6.93333vw;
    padding: 0.66667vw 1.33333vw;
    border-radius: 0.26667vw;
    border: 0.13333vw solid #999;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .country_popup .popup_box .country_box .country_b_content .country_b_item p {
    color: #222;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .country_popup .popup_box .country_box .country_b_content .country_b_item img {
    margin-left: 1.33333vw;
    width: 8.13333vw;
    height: 5.6vw;
  }
  .order_popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  .order_popup .popup_box {
    width: 100vw;
    height: 85%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4vw 4vw 0 0;
  }
  .order_popup .popup_box::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0.66667vw;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 0.66667vw;
  }
  .order_popup .popup_box::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0.66667vw;
    -webkit-box-shadow: inset 0 0 0.66667vw rgba(0, 0, 0, 0.2);
    background: #f00;
  }
  .order_popup .popup_box::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 0.66667vw rgba(0, 0, 0, 0.2);
    border-radius: 0.66667vw;
    background: #C9CED6;
  }
  .order_popup .popup_box .close {
    position: absolute;
    top: 3.46667vw;
    left: 4vw;
    cursor: pointer;
  }
  .order_popup .popup_box .close span {
    font-size: 3.2vw;
    color: #222;
  }
  .order_popup .popup_box .order_box {
    padding-top: 2.66667vw;
    width: 100%;
    height: auto;
  }
  .order_popup .popup_box .order_box .form_content {
    width: 100%;
    height: auto;
  }
  .order_popup .popup_box .order_box .form_content .form_t {
    width: 100%;
    height: auto;
    padding-bottom: 4vw;
    border-bottom: 1.33333vw solid #ebebeb;
  }
  .order_popup .popup_box .order_box .form_content .form_t .info_title {
    padding: 0 4vw;
    direction: rtl;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 2.66667vw;
    border-bottom: 0.13333vw solid #ebebeb;
  }
  .order_popup .popup_box .order_box .form_content .form_t .info_box {
    margin-top: 4vw;
    width: 100%;
    height: auto;
    padding: 0 4vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .order_popup .popup_box .order_box .form_content .form_t .info_box .info_b_r {
    width: 66.66667vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  .order_popup .popup_box .order_box .form_content .form_t .info_box .info_b_r p {
    direction: rtl;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .order_popup .popup_box .order_box .form_content .form_t .info_box .info_b_r span {
    direction: rtl;
    color: #F00;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .order_popup .popup_box .order_box .form_content .form_t .info_box .info_b_l {
    width: 20vw;
    height: 20vw;
  }
  .order_popup .popup_box .order_box .form_content .form_t .info_box .info_b_l img {
    width: 100%;
    height: 100%;
  }
  .order_popup .popup_box .order_box .form_content .form_c {
    width: 100%;
    height: auto;
  }
  .order_popup .popup_box .order_box .form_content .form_c .package {
    width: 100%;
    height: auto;
    padding: 4vw;
    border-bottom: 1.33333vw solid #ebebeb;
  }
  .order_popup .popup_box .order_box .form_content .form_c .package > p {
    color: #222;
    direction: rtl;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .order_popup .popup_box .order_box .form_content .form_c .package .package_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .order_popup .popup_box .order_box .form_content .form_c .package .package_box .package_item {
    margin-right: 1.33333vw;
    margin-top: 2.66667vw;
    width: 44vw;
    height: 8.8vw;
    border-radius: 0.8vw;
    border: 0.13333vw solid #DDD;
    color: #222;
    text-align: center !important;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8.8vw;
  }
  .order_popup .popup_box .order_box .form_content .form_c .package .package_box .package_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .order_popup .popup_box .order_box .form_content .form_c .package .package_box .package_item.active {
    border: 0.13333vw solid transparent;
    background: url(../img/check.png) no-repeat;
    background-size: 100% 100%;
    color: #f00;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule {
    width: 100%;
    height: auto;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_title {
    width: 100%;
    height: 11.6vw;
    padding: 0 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.13333vw solid #ebebeb;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_title img {
    width: 3.73333vw;
    height: auto;
    transition: all 0.4s;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_title p {
    color: #222;
    direction: rtl;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item {
    width: 100%;
    height: auto;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box {
    width: 100%;
    height: auto;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 {
    width: 100%;
    height: auto;
    margin-bottom: 2.66667vw;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_title {
    padding: 0 3.46667vw;
    width: 100%;
    height: 6.66667vw;
    border-radius: 0.8vw;
    background: #F7F7F7;
    color: #222;
    direction: rtl;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.66667vw;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_itembox {
    width: 100%;
    height: auto;
    margin-top: 1.33333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_itembox .version_item {
    margin-top: 2.66667vw;
    margin-left: 2.66667vw;
    padding: 4vw;
    border: 0.13333vw solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_itembox .version_item.active {
    background: url(../img/check1.png) no-repeat;
    background-size: 100% 100%;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_itembox .version_item.active p {
    color: #f00;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_itembox .version_item img {
    width: 20vw;
    height: 20vw;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item1 .version_itembox .version_item p {
    margin-top: 2.66667vw;
    color: #222;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 {
    width: 100%;
    height: auto;
    margin-bottom: 2.66667vw;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_title {
    padding: 0 3.46667vw;
    width: 100%;
    height: 6.66667vw;
    border-radius: 0.8vw;
    background: #F7F7F7;
    color: #222;
    direction: rtl;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.66667vw;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_itembox {
    width: 100%;
    height: auto;
    margin-top: 1.33333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_itembox .version_item {
    margin-top: 0vw;
    padding: 0vw;
    border: 0.13333vw solid #ddd;
    width: 44vw;
    height: 8.8vw;
    margin-right: 1.33333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_itembox .version_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_itembox .version_item.active {
    background: url(../img/check.png) no-repeat;
    background-size: 100% 100%;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_itembox .version_item.active p {
    color: #f00;
  }
  .order_popup .popup_box .order_box .form_content .form_c .rule .rule_box .rule_item .version_box .version_item2 .version_itembox .version_item p {
    margin-top: 2.66667vw;
    color: #222;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .order_popup .popup_box .order_box .form_content .form_c .price {
    width: 100%;
    height: auto;
    border-top: 1.33333vw solid #F7F7F7;
  }
  .order_popup .popup_box .order_box .form_content .form_c .price .num {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    padding: 0 4vw;
    padding-bottom: 2.66667vw;
  }
  .order_popup .popup_box .order_box .form_content .form_c .price .num .num_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
  }
  .order_popup .popup_box .order_box .form_content .form_c .price .num .num_title > p {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .order_popup .popup_box .order_box .form_content .form_c .price .num .num_title .addnum {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .order_popup .popup_box .order_box .form_content .form_c .price .num .num_title .addnum .reduce {
    cursor: pointer;
    text-align: center !important;
    line-height: 4vw;
    width: 4vw;
    height: 4vw;
    border-radius: 0.26667vw;
    background: #E6E6E6;
    color: #666;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .order_popup .popup_box .order_box .form_content .form_c .price .num .num_title .addnum .number {
    margin: 0 0.26667vw;
    text-align: center !important;
    line-height: 4vw;
    width: 4vw;
    height: 4vw;
    border-radius: 0.26667vw;
    background: #F5F5F5;
    color: #666;
    font-size: 2.93333vw;
    font-weight: 400;
  }
  .order_popup .popup_box .order_box .form_content .form_c .price .num .num_title .addnum .add {
    cursor: pointer;
    text-align: center !important;
    line-height: 4vw;
    width: 4vw;
    height: 4vw;
    border-radius: 0.26667vw;
    background: #E6E6E6;
    color: #666;
    font-size: 3.46667vw;
    font-weight: 400;
  }
  .order_popup .popup_box .order_box .form_content .form_b {
    width: 100%;
    height: auto;
    padding: 0 4vw;
    padding-bottom: 5.33333vw;
  }
  .order_popup .popup_box .order_box .form_content .form_b button {
    margin-top: 2.66667vw;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 9.33333vw;
    border-radius: 1.6vw;
    background: #323232;
    color: #FFF;
    text-align: center !important;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 9.33333vw;
    text-transform: capitalize;
  }
}
