@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: #fff;
}

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

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

.wrap .header {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

.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 .bottom_rotation {
  margin-top: 10px;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}

.wrap .bottom_rotation .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  width: 110px;
  height: 110px;
}

.wrap .bottom_rotation .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .bottom_rotation .swiper-slide-thumb-active {
  opacity: 1;
}

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

.wrap .buy_info .buy_i_t {
  width: 100%;
  height: auto;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 10px solid #EBEBEB;
}

.wrap .buy_info .buy_i_t .price {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}

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

.wrap .buy_info .buy_i_t .price .discount {
  margin-top: 10px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_t .price .discount span:last-child {
  text-decoration-line: line-through;
}

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

.wrap .buy_info .buy_i_t .time p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_t .time .time_box {
  margin-top: 10px;
}

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

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

.wrap .buy_info .buy_i_t .tags_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .buy_info .buy_i_t .tags_box .tags {
  margin-right: 10px;
  border-radius: 3px;
  margin-top: 10px;
  padding: 3px 3px;
  background: #F00;
  color: #fff;
  font-size: 14px;
}

.wrap .buy_info .buy_i_t .desc {
  font-size: 16px;
  margin-top: 15px;
  color: #222;
  line-height: 1.625;
}

.wrap .buy_info .buy_i_t .collection_box {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

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

.wrap .buy_info .buy_i_t .collection_box .collection_content img {
  width: 15px;
  height: auto;
}

.wrap .buy_info .buy_i_t .collection_box .collection_content p {
  margin-left: 5px;
  font-size: 14px;
  color: #222;
}

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

.wrap .buy_info .buy_i_c .buy_box {
  width: 100%;
  height: auto;
  padding: 10px;
  border-bottom: 10px solid #EBEBEB;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.wrap .buy_info .buy_i_c .buy_box .title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .buy_box .desc {
  margin-left: 10px;
  color: #F34242;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}

.wrap .buy_info .buy_i_b {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  border-bottom: 10px solid #EBEBEB;
}

.wrap .buy_info .buy_i_b .item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .buy_i_b .item img {
  width: 15px;
  height: auto;
}

.wrap .buy_info .buy_i_b .item p {
  margin-left: 5px;
  color: #000;
  font-size: 14px;
}

.wrap .info_tab {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
}

.wrap .info_tab.active {
  display: block;
}

.wrap .info_tab .tab_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  min-width: 320px;
  width: 750px;
  border-bottom: 3px solid #EBEBEB;
}

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

.wrap .info_tab .info_t_item.active {
  position: relative;
  color: #F00;
}

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

.wrap .info_detail {
  width: 100%;
  height: auto;
  padding: 20px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #EBEBEB;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrap .pro_detail .comment {
  width: 100%;
  height: auto;
  padding: 0;
}

.wrap .pro_detail .comment .comment_title {
  padding: 0 10px;
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
}

.wrap .pro_detail .comment .comment_title .comment_title_t {
  color: #999;
  font-size: 18px;
}

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

.wrap .pro_detail .comment .comment_title .star_box #set_text {
  font-size: 14px;
  color: #F00;
  font-weight: 700;
}

.wrap .pro_detail .comment .comment_title .star_box .set_text1 {
  margin-left: 5px;
  font-size: 14px;
  color: #F00;
}

.wrap .pro_detail .comment .comment_title .star_box #rate {
  margin-left: 5px;
}

.wrap .pro_detail .comment .share {
  width: 100%;
  height: auto;
  padding: 0 10px;
}

.wrap .pro_detail .comment .share .share_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.wrap .pro_detail .comment .share .share_top .share_title {
  font-size: 14px;
  color: #000;
}

.wrap .pro_detail .comment .share .share_top a {
  font-size: 14px;
  color: #ffba53;
}

.wrap .pro_detail .comment .share .share_bot {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .pro_detail .comment .share .share_bot .item {
  margin-right: 5px;
  max-width: 100px;
  height: auto;
  cursor: pointer;
}

.wrap .pro_detail .comment .share .share_bot .item img {
  width: 100%;
  height: auto;
}

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

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

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

.wrap .pro_detail .comment .comment_box .com_item .com_i_t .avatar_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .pro_detail .comment .comment_box .com_item .com_i_t .avatar_box .avatar_img {
  width: auto;
  height: 40px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .pro_detail .comment .comment_box .com_item .com_i_t .avatar_box .avatar_img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.wrap .pro_detail .comment .comment_box .com_item .com_i_t .avatar_box .avatar_img p {
  margin-left: 10px;
  color: #333;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.wrap .pro_detail .comment .comment_box .com_item .com_i_t .item_rate {
  width: 70px;
  height: auto;
}

.wrap .pro_detail .comment .comment_box .com_item .com_i_t .item_rate img {
  width: 100%;
  height: auto;
}

.wrap .pro_detail .comment .comment_box .com_item .com_i_b .desc {
  color: #333;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.58333;
  /* 158.333% */
}

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

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

.wrap .pro_detail .comment .comment_box .com_item .com_i_b .date {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.wrap .pro_detail .comment .comment_box .com_item .com_i_b .date p {
  color: #999;
  font-size: 14px;
}

.wrap .pro_detail .comment .comment_box .com_item .com_i_b .reply {
  margin-top: 10px;
  width: 100%;
  height: auto;
  padding: 10px;
  background: #ececec;
}

.wrap .pro_detail .comment .comment_box .com_item .com_i_b .reply .seller {
  text-align: left;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.wrap .pro_detail .comment .comment_box .com_item .com_i_b .reply .seller_content {
  width: 100%;
  height: auto;
  margin-top: 2px;
}

.wrap .pro_detail .comment .comment_box .com_item .com_i_b .reply .seller_content p {
  text-align: justify;
  font-size: 14px;
  color: #000;
  line-height: 1.625;
}

.wrap .pagebox {
  margin-top: 20px;
}

.wrap .pagebox .page-Pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.wrap .pagebox .spage-number button {
  border: 1px solid #ececec;
  width: 24px;
  height: 24px;
  background: transparent;
  padding: 0;
  margin: 0 4px;
  line-height: 24px;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  vertical-align: middle;
}

.wrap .pagebox .spage-number button:focus {
  border: 1px solid #ffba53;
  background: #ffba53;
  color: #fff;
}

.wrap .pagebox .spage-number button:last-child {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.wrap .pagebox .spage-number button:first-child {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.wrap .pagebox .spage-number button.active {
  border: 1px solid #ffba53;
  background: #ffba53;
  color: #fff;
}

.wrap .pagebox .spage-number button.active:hover {
  border: 1px solid #ffba53;
  background: #ffba53;
  color: #fff;
}

.wrap .service {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 10px solid #EBEBEB;
}

.wrap .service .service_img {
  width: 125px;
  height: 120px;
  padding-right: 10px;
  border-right: 1px solid #999;
}

.wrap .service .service_img img {
  width: 100%;
  height: 100%;
}

.wrap .service .sevice_box {
  padding-left: 20px;
}

.wrap .service .sevice_box p {
  text-align: left;
  color: #000;
  font-size: 14px;
}

.wrap .term_box {
  width: 100%;
  height: auto;
  padding: 0 20px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .term_box .term_item {
  cursor: pointer;
  text-align: center;
  width: 33%;
  height: auto;
  margin-top: 20px;
  text-decoration: underline;
  color: #999;
}

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

.footer a:nth-of-type(1) {
  width: auto;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.footer a:nth-of-type(1) p {
  margin-top: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.footer a:nth-of-type(2) {
  margin-left: 20px;
  width: auto;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.footer a:nth-of-type(2) p {
  margin-top: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.footer a:nth-of-type(3) {
  margin-left: 20px;
  width: 510px;
  height: 37px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #fe6e46, #fd4a68);
}

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

.footer a:nth-of-type(3) p {
  margin-left: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

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

.about_popup .about_box {
  width: 750px;
  height: 80%;
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  padding-top: 60px;
}

.about_popup .about_box .close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #c8c9cc;
}

.about_popup .about_box .about_content {
  width: 100%;
  height: auto;
}

.about_popup .about_box .about_content .about_title {
  color: #333;
  font-size: 30px;
  text-align: left;
}

.about_popup .about_box .about_content .about_desc {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.about_popup .about_box .about_content .about_desc p {
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 1.625;
}

.about_popup .about_box .about_content .btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 710px;
  height: 37px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 37px;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(to right, #fe6e46, #fd4a68);
}

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

.contact_popup .about_box {
  width: 750px;
  height: 80%;
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  padding-top: 60px;
}

.contact_popup .about_box .close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #c8c9cc;
}

.contact_popup .about_box .about_content {
  width: 100%;
  height: auto;
}

.contact_popup .about_box .about_content .about_title {
  color: #333;
  font-size: 30px;
  text-align: left;
}

.contact_popup .about_box .about_content .about_desc {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.contact_popup .about_box .about_content .about_desc p {
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 1.625;
}

.contact_popup .about_box .about_content .about_desc a {
  color: #f87d18;
}

.contact_popup .about_box .about_content .btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 710px;
  height: 37px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 37px;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(to right, #fe6e46, #fd4a68);
}

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

.service_terms_popup .about_box {
  width: 750px;
  height: 80%;
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  padding-top: 60px;
}

.service_terms_popup .about_box .close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #c8c9cc;
}

.service_terms_popup .about_box .about_content {
  width: 100%;
  height: auto;
}

.service_terms_popup .about_box .about_content .about_title {
  color: #333;
  font-size: 30px;
  text-align: left;
}

.service_terms_popup .about_box .about_content .about_desc {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.service_terms_popup .about_box .about_content .about_desc p {
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 1.625;
}

.service_terms_popup .about_box .about_content .about_desc a {
  color: #f87d18;
}

.service_terms_popup .about_box .about_content .btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 710px;
  height: 37px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 37px;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(to right, #fe6e46, #fd4a68);
}

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

.policy_popup .about_box {
  width: 750px;
  height: 80%;
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  padding-top: 60px;
}

.policy_popup .about_box .close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #c8c9cc;
}

.policy_popup .about_box .about_content {
  width: 100%;
  height: auto;
}

.policy_popup .about_box .about_content .about_title {
  color: #333;
  font-size: 30px;
  text-align: left;
}

.policy_popup .about_box .about_content .about_desc {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.policy_popup .about_box .about_content .about_desc p {
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 1.625;
}

.policy_popup .about_box .about_content .about_desc a {
  color: #f87d18;
}

.policy_popup .about_box .about_content .btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 710px;
  height: 37px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 37px;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(to right, #fe6e46, #fd4a68);
}

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

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

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

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

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

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

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

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

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

.share_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  transition: all 0.5s;
  z-index: 20;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.share_popup.active {
  left: 0%;
}

.share_popup.active .share_box .header {
  transform: translateX(-50%);
  left: 50%;
}

.share_popup .share_box {
  max-width: 750px;
  height: auto;
  background: #f5f5f5;
  overflow: hidden;
  overflow-y: auto;
}

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

.share_popup .share_box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0px;
  background: #e5e5e5;
}

.share_popup .share_box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0px;
  background: #fff;
}

.share_popup .share_box .header {
  transition: all 0.5s;
  position: fixed;
  top: 0;
  transform: translateX(0%);
  left: 100%;
  z-index: 20;
  width: 750px;
  height: 60px;
  padding: 0 10px;
  padding-bottom: 10px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.share_popup .share_box .header .back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 24px;
  height: 24px;
}

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

.share_popup .share_box .header .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 30px;
  height: 30px;
}

.share_popup .share_box .header .line img {
  width: 100%;
  height: 100%;
}

.share_popup .share_box .header p {
  text-align: center;
  line-height: 60px;
  color: #222;
  font-size: 18px;
  font-weight: 400;
}

.share_popup .share_box .share_list {
  margin-top: 60px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
}

.share_popup .share_box .share_list .list_item {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 360px;
  height: auto;
  background: #fff;
}

.share_popup .share_box .share_list .list_item .item_img {
  cursor: pointer;
  width: 100%;
  height: auto;
}

.share_popup .share_box .share_list .list_item .item_img img {
  width: 100%;
  height: auto;
}

.share_popup .share_box .share_list .list_item .item_content {
  width: 100%;
  height: auto;
  padding: 10px;
}

.share_popup .share_box .share_list .list_item .item_content .item_desc p {
  text-align: left;
  line-height: 1.625;
  font-size: 14px;
  color: #222;
}

.share_popup .share_box .share_list .list_item .item_content .item_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.share_popup .share_box .share_list .list_item .item_content .item_box .avatr {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.share_popup .share_box .share_list .list_item .item_content .item_box .avatr img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.share_popup .share_box .share_list .list_item .item_content .item_box .avatr p {
  margin-left: 10px;
  font-size: 14px;
  color: #222;
}

.share_popup .share_box .share_list .list_item .item_content .item_box .like_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img {
  cursor: pointer;
  width: 15px;
  height: auto;
}

.share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img.active img:first-child {
  display: none;
}

.share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img.active img:last-child {
  display: block;
}

.share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img img {
  width: 100%;
  height: auto;
}

.share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img img:first-child {
  display: block;
}

.share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img img:last-child {
  display: none;
}

.share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img p {
  margin-left: 10px;
  font-size: 14px;
  color: #222;
}

.share_popup .share_box .share_list .list_item:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  body {
    min-width: 42.66667vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
  html {
    overflow-x: hidden;
  }
  .wrap {
    width: 100%;
    height: auto;
  }
  .wrap .header {
    width: 100%;
    height: 8vw;
    padding: 0 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .header .back {
    width: 3.2vw;
    height: 3.2vw;
  }
  .wrap .header .back img {
    width: 100%;
    height: 100%;
  }
  .wrap .header .serch {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap .header .serch img {
    width: 2.8vw;
    height: auto;
  }
  .wrap .header .serch p {
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .wrap .banner .banner_box {
    width: 100%;
    height: auto;
  }
  .wrap .banner .banner_box .banner_item {
    width: 100% !important;
    height: auto;
  }
  .wrap .banner .banner_box .banner_item img {
    width: 100%;
    height: auto;
  }
  .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 .bottom_rotation {
    margin-top: 1.33333vw;
    width: 100%;
    height: auto;
    padding-bottom: 1.33333vw;
    border-bottom: 0.13333vw solid #999;
  }
  .wrap .bottom_rotation .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    width: 14.66667vw;
    height: 14.66667vw;
  }
  .wrap .bottom_rotation .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wrap .bottom_rotation .swiper-slide-thumb-active {
    opacity: 1;
  }
  .wrap .buy_info {
    width: 100%;
    height: auto;
  }
  .wrap .buy_info .buy_i_t {
    width: 100%;
    height: auto;
    padding: 0.66667vw 1.33333vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1.33333vw;
    border-bottom: 1.33333vw solid #EBEBEB;
  }
  .wrap .buy_info .buy_i_t .price {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .wrap .buy_info .buy_i_t .price .origin {
    color: #F00;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_t .price .discount {
    margin-top: 1.33333vw;
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_t .price .discount span:last-child {
    text-decoration-line: line-through;
  }
  .wrap .buy_info .buy_i_t .time {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .time p {
    color: #FFF;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_t .time .time_box {
    margin-top: 1.33333vw;
  }
  .wrap .buy_info .buy_i_t .time span {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_t .time .date {
    text-align: center;
    line-height: 4vw;
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background: #fff;
    color: #EF3251;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_t .tags_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .buy_info .buy_i_t .tags_box .tags {
    margin-right: 1.33333vw;
    border-radius: 0.4vw;
    margin-top: 1.33333vw;
    padding: 0.4vw 0.4vw;
    background: #F00;
    color: #fff;
    font-size: 3.2vw;
  }
  .wrap .buy_info .buy_i_t .desc {
    font-size: 3.46667vw;
    margin-top: 2vw;
    color: #222;
    line-height: 1.625;
  }
  .wrap .buy_info .buy_i_t .collection_box {
    width: 100%;
    margin-top: 2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .wrap .buy_info .buy_i_t .collection_box .collection_content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .collection_box .collection_content img {
    width: 4vw;
    height: auto;
  }
  .wrap .buy_info .buy_i_t .collection_box .collection_content p {
    margin-left: 0.66667vw;
    font-size: 3.2vw;
    color: #222;
  }
  .wrap .buy_info .buy_i_c {
    width: 100%;
    height: auto;
  }
  .wrap .buy_info .buy_i_c .buy_box {
    width: 100%;
    height: auto;
    padding: 1.33333vw;
    border-bottom: 1.33333vw solid #EBEBEB;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .wrap .buy_info .buy_i_c .buy_box .title {
    color: #000;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .buy_box .desc {
    margin-left: 1.33333vw;
    color: #F34242;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625;
  }
  .wrap .buy_info .buy_i_b {
    width: 100%;
    height: 9.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 5.33333vw;
    border-bottom: 1.33333vw solid #EBEBEB;
  }
  .wrap .buy_info .buy_i_b .item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_b .item img {
    width: 4vw;
    height: auto;
  }
  .wrap .buy_info .buy_i_b .item p {
    margin-left: 0.66667vw;
    color: #000;
    font-size: 3.2vw;
  }
  .wrap .info_tab {
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 10.13333vw;
    background: #fff;
  }
  .wrap .info_tab.active {
    display: block;
  }
  .wrap .info_tab .tab_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    min-width: 42.66667vw;
    width: 100vw;
    border-bottom: 0.4vw solid #EBEBEB;
  }
  .wrap .info_tab .info_t_item {
    cursor: pointer;
    width: 50%;
    height: 10.13333vw;
    color: #222;
    text-align: center;
    font-size: 3.46667vw;
    font-weight: 400;
    line-height: 10.13333vw;
  }
  .wrap .info_tab .info_t_item.active {
    position: relative;
    color: #F00;
  }
  .wrap .info_tab .info_t_item.active::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    width: 7.73333vw;
    height: 0.26667vw;
    border-radius: 0.8vw;
    background: #F00;
  }
  .wrap .info_detail {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 0.13333vw solid #EBEBEB;
  }
  .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 {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .pro_detail .pro_d_item > img {
    margin-top: 1.33333vw;
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .title {
    width: 92vw;
    height: 6.53333vw;
    background: #F4F4F4;
    color: #F00;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 6.53333vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item {
    width: 100%;
    height: auto;
    padding: 2.66667vw 0 2.66667vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item:last-child {
    border-bottom: none;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .name {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .satisfaction {
    color: #999;
    font-size: 3.2vw;
    font-weight: 400;
    margin-left: 2.66667vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star {
    width: 23.6vw;
    height: 3.73333vw;
    margin-left: 2vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star img {
    width: 100%;
    height: 100%;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .date {
    color: #999;
    font-size: 2.66667vw;
    font-weight: 400;
    margin-left: 2.66667vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_b {
    margin-top: 1.6vw;
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_b .desc {
    color: #333;
    text-align: justify;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 5.06667vw;
    /* 158.333% */
  }
  .wrap .pro_detail .comment {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .wrap .pro_detail .comment .comment_title {
    padding: 0 1.33333vw;
    width: 100%;
    height: 9.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .pro_detail .comment .comment_title .comment_title_t {
    color: #999;
    font-size: 3.73333vw;
  }
  .wrap .pro_detail .comment .comment_title .star_box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .pro_detail .comment .comment_title .star_box #set_text {
    font-size: 3.2vw;
    color: #F00;
    font-weight: 700;
  }
  .wrap .pro_detail .comment .comment_title .star_box .set_text1 {
    margin-left: 0.66667vw;
    font-size: 3.2vw;
    color: #F00;
  }
  .wrap .pro_detail .comment .comment_title .star_box #rate {
    margin-left: 0.66667vw;
  }
  .wrap .pro_detail .comment .comment_title .star_box #rate .layui-icon {
    font-size: 3.2vw !important;
  }
  .wrap .pro_detail .comment .share {
    width: 100%;
    height: auto;
    padding: 0 1.33333vw;
  }
  .wrap .pro_detail .comment .share .share_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.66667vw;
  }
  .wrap .pro_detail .comment .share .share_top .share_title {
    font-size: 3.2vw;
    color: #000;
  }
  .wrap .pro_detail .comment .share .share_top a {
    font-size: 3.2vw;
    color: #ffba53;
  }
  .wrap .pro_detail .comment .share .share_bot {
    width: 100%;
    height: auto;
    margin-top: 1.33333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .pro_detail .comment .share .share_bot .item {
    margin-right: 1.33333vw;
    max-width: 26.66667vw;
    height: auto;
    cursor: pointer;
  }
  .wrap .pro_detail .comment .share .share_bot .item img {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .comment .comment_box {
    width: 100%;
    height: auto;
    padding: 0 1.33333vw;
  }
  .wrap .pro_detail .comment .comment_box .com_item {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_t {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_t .avatar_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_t .avatar_box .avatar_img {
    width: auto;
    height: 8vw;
    border-radius: 50%;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_t .avatar_box .avatar_img img {
    width: 8vw;
    height: 8vw;
    object-fit: cover;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_t .avatar_box .avatar_img p {
    margin-left: 1.33333vw;
    color: #333;
    text-align: justify;
    font-size: 3.2vw;
    font-weight: 400;
    color: #000;
    line-height: 1.58333;
    /* 158.333% */
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_t .item_rate {
    width: 18.66667vw;
    height: auto;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_t .item_rate img {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_b .desc {
    color: #333;
    text-align: justify;
    font-size: 3.2vw;
    font-weight: 400;
    color: #000;
    line-height: 1.58333;
    /* 158.333% */
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_b .com_b_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_b .com_b_img img {
    cursor: pointer;
    max-width: 26.66667vw;
    height: auto;
    margin-right: 1.33333vw;
    margin-top: 1.33333vw;
    object-fit: cover;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_b .date {
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_b .date p {
    color: #999;
    font-size: 3.2vw;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_b .reply {
    margin-top: 1.33333vw;
    width: 100%;
    height: auto;
    padding: 1.33333vw;
    background: #ececec;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_b .reply .seller {
    text-align: left;
    font-size: 3.2vw;
    color: #000;
    font-weight: 700;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_b .reply .seller_content {
    width: 100%;
    height: auto;
    margin-top: 0.26667vw;
  }
  .wrap .pro_detail .comment .comment_box .com_item .com_i_b .reply .seller_content p {
    text-align: justify;
    font-size: 3.2vw;
    color: #000;
    line-height: 1.625;
  }
  .wrap .pagebox {
    margin-top: 2.66667vw;
  }
  .wrap .pagebox .page-Pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .wrap .pagebox .spage-number button {
    border: 0.13333vw solid #ececec;
    width: 4.8vw;
    height: 4.8vw;
    background: transparent;
    padding: 0;
    margin: 0 0.53333vw;
    line-height: 3.2vw;
    color: #000;
    text-align: center;
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
    line-height: 3.2vw;
    vertical-align: middle;
  }
  .wrap .pagebox .spage-number button:focus {
    border: 0.13333vw solid #ffba53;
    background: #ffba53;
    color: #fff;
  }
  .wrap .pagebox .spage-number button:last-child {
    width: 4.8vw;
    height: 4.8vw;
    margin-left: 1.06667vw;
  }
  .wrap .pagebox .spage-number button:first-child {
    margin-right: 1.06667vw;
    width: 4.8vw;
    height: 4.8vw;
  }
  .wrap .pagebox .spage-number button.active {
    border: 0.13333vw solid #ffba53;
    background: #ffba53;
    color: #fff;
  }
  .wrap .pagebox .spage-number button.active:hover {
    border: 0.13333vw solid #ffba53;
    background: #ffba53;
    color: #fff;
  }
  .wrap .service {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 1.33333vw;
    padding-bottom: 2.66667vw;
    border-bottom: 1.33333vw solid #EBEBEB;
  }
  .wrap .service .service_img {
    width: 16.66667vw;
    height: 16vw;
    padding-right: 1.33333vw;
    border-right: 0.13333vw solid #999;
  }
  .wrap .service .service_img img {
    width: 100%;
    height: 100%;
  }
  .wrap .service .sevice_box {
    padding-left: 2.66667vw;
  }
  .wrap .service .sevice_box p {
    text-align: left;
    color: #000;
    font-size: 3.2vw;
  }
  .wrap .term_box {
    width: 100%;
    height: auto;
    padding: 0 2.66667vw;
    padding-bottom: 20vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .term_box .term_item {
    cursor: pointer;
    text-align: center;
    width: 33%;
    height: auto;
    margin-top: 2.66667vw;
    text-decoration: underline;
    color: #999;
  }
  .footer {
    z-index: 19;
    width: 100vw;
    max-width: 100vw;
    height: 13.06667vw;
    background: #FFF;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(1) {
    width: auto;
    height: 9.33333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(1) img {
    width: 5vw;
    height: auto;
  }
  .footer a:nth-of-type(1) p {
    margin-top: 0.66667vw;
    color: #333;
    font-size: 3.2vw;
    font-weight: 400;
    text-align: center;
  }
  .footer a:nth-of-type(2) {
    margin-left: 2.66667vw;
    width: auto;
    height: 9.33333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(2) img {
    width: 5vw;
    height: auto;
  }
  .footer a:nth-of-type(2) p {
    margin-top: 0.66667vw;
    color: #333;
    font-size: 3.2vw;
    font-weight: 400;
    text-align: center;
  }
  .footer a:nth-of-type(3) {
    margin-left: 2.66667vw;
    width: 68vw;
    height: 8vw;
    border-radius: 5.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #fe6e46, #fd4a68);
  }
  .footer a:nth-of-type(3) img {
    width: 3.5vw;
    height: auto;
  }
  .footer a:nth-of-type(3) p {
    margin-left: 0.66667vw;
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
    text-align: center;
  }
  .share_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    transition: all 0.5s;
    z-index: 20;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .share_popup.active {
    left: 0%;
  }
  .share_popup.active .share_box .header {
    transform: translateX(-50%);
    left: 50%;
  }
  .share_popup .share_box {
    max-width: 100vw;
    height: auto;
    background: #f5f5f5;
    overflow: hidden;
    overflow-y: auto;
  }
  .share_popup .share_box::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
  }
  .share_popup .share_box::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0px;
    background: #e5e5e5;
  }
  .share_popup .share_box::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0px;
    background: #fff;
  }
  .share_popup .share_box .header {
    transition: all 0.5s;
    position: fixed;
    top: 0;
    transform: translateX(0%);
    left: 100%;
    z-index: 20;
    width: 100vw;
    height: 8vw;
    padding: 0 1.33333vw;
    padding-bottom: 1.33333vw;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .share_popup .share_box .header .back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.33333vw;
    width: 4.8vw;
    height: 4.8vw;
  }
  .share_popup .share_box .header .back img {
    width: 100%;
    height: 100%;
  }
  .share_popup .share_box .header .line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.33333vw;
    width: 4vw;
    height: 4vw;
  }
  .share_popup .share_box .header .line img {
    width: 100%;
    height: 100%;
  }
  .share_popup .share_box .header p {
    text-align: center;
    line-height: 8vw;
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .share_popup .share_box .share_list {
    margin-top: 8vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1.33333vw;
  }
  .share_popup .share_box .share_list .list_item {
    margin-right: 1.33333vw;
    margin-bottom: 1.33333vw;
    width: 48vw;
    height: auto;
    background: #fff;
  }
  .share_popup .share_box .share_list .list_item .item_img {
    cursor: pointer;
    width: 100%;
    height: auto;
  }
  .share_popup .share_box .share_list .list_item .item_img img {
    width: 100%;
    height: auto;
  }
  .share_popup .share_box .share_list .list_item .item_content {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .share_popup .share_box .share_list .list_item .item_content .item_desc p {
    text-align: left;
    line-height: 1.625;
    font-size: 3.2vw;
    color: #222;
  }
  .share_popup .share_box .share_list .list_item .item_content .item_box {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .share_popup .share_box .share_list .list_item .item_content .item_box .avatr {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .share_popup .share_box .share_list .list_item .item_content .item_box .avatr img {
    width: 5.33333vw;
    height: 5.33333vw;
    border-radius: 50%;
  }
  .share_popup .share_box .share_list .list_item .item_content .item_box .avatr p {
    margin-left: 1.33333vw;
    font-size: 3.2vw;
    color: #222;
  }
  .share_popup .share_box .share_list .list_item .item_content .item_box .like_box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img {
    cursor: pointer;
    width: 4vw;
    height: auto;
  }
  .share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img.active img:first-child {
    display: none;
  }
  .share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img.active img:last-child {
    display: block;
  }
  .share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img img {
    width: 100%;
    height: auto;
  }
  .share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img img:first-child {
    display: block;
  }
  .share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img img:last-child {
    display: none;
  }
  .share_popup .share_box .share_list .list_item .item_content .item_box .like_box .like_img p {
    margin-left: 1.33333vw;
    font-size: 3.2vw;
    color: #222;
  }
  .share_popup .share_box .share_list .list_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .about_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    background: rgba(0, 0, 0, 0.8);
  }
  .about_popup .about_box {
    width: 100vw;
    height: 80%;
    background: #fff;
    border-radius: 1.33333vw 1.33333vw 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 2.66667vw;
    padding-top: 8vw;
  }
  .about_popup .about_box .close {
    display: inline-block;
    position: absolute;
    top: 1.33333vw;
    right: 2.66667vw;
    font-size: 5.33333vw;
    line-height: 5.33333vw;
    cursor: pointer;
    color: #c8c9cc;
  }
  .about_popup .about_box .about_content {
    width: 100%;
    height: auto;
  }
  .about_popup .about_box .about_content .about_title {
    color: #333;
    font-size: 4vw;
    text-align: left;
  }
  .about_popup .about_box .about_content .about_desc {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .about_popup .about_box .about_content .about_desc p {
    text-align: left;
    color: #333;
    font-size: 3.2vw;
    line-height: 1.625;
  }
  .about_popup .about_box .about_content .btn {
    position: absolute;
    bottom: 1.33333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 94.66667vw;
    height: 8vw;
    border-radius: 2.66667vw;
    cursor: pointer;
    text-align: center;
    line-height: 8vw;
    color: #fff;
    font-size: 3.2vw;
    background: linear-gradient(to right, #fe6e46, #fd4a68);
  }
  .contact_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    background: rgba(0, 0, 0, 0.8);
  }
  .contact_popup .about_box {
    width: 100vw;
    height: 80%;
    background: #fff;
    border-radius: 1.33333vw 1.33333vw 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 2.66667vw;
    padding-top: 8vw;
  }
  .contact_popup .about_box .close {
    display: inline-block;
    position: absolute;
    top: 1.33333vw;
    right: 2.66667vw;
    font-size: 5.33333vw;
    line-height: 5.33333vw;
    cursor: pointer;
    color: #c8c9cc;
  }
  .contact_popup .about_box .about_content {
    width: 100%;
    height: auto;
  }
  .contact_popup .about_box .about_content .about_title {
    color: #333;
    font-size: 4vw;
    text-align: left;
  }
  .contact_popup .about_box .about_content .about_desc {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .contact_popup .about_box .about_content .about_desc p {
    text-align: left;
    color: #333;
    font-size: 3.2vw;
    line-height: 1.625;
  }
  .contact_popup .about_box .about_content .about_desc a {
    color: #f87d18;
  }
  .contact_popup .about_box .about_content .btn {
    position: absolute;
    bottom: 1.33333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 94.66667vw;
    height: 8vw;
    border-radius: 2.66667vw;
    cursor: pointer;
    text-align: center;
    line-height: 8vw;
    color: #fff;
    font-size: 3.2vw;
    background: linear-gradient(to right, #fe6e46, #fd4a68);
  }
  .service_terms_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    background: rgba(0, 0, 0, 0.8);
  }
  .service_terms_popup .about_box {
    width: 100vw;
    height: 80%;
    background: #fff;
    border-radius: 1.33333vw 1.33333vw 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 2.66667vw;
    padding-top: 8vw;
  }
  .service_terms_popup .about_box .close {
    display: inline-block;
    position: absolute;
    top: 1.33333vw;
    right: 2.66667vw;
    font-size: 5.33333vw;
    line-height: 5.33333vw;
    cursor: pointer;
    color: #c8c9cc;
  }
  .service_terms_popup .about_box .about_content {
    width: 100%;
    height: auto;
  }
  .service_terms_popup .about_box .about_content .about_title {
    color: #333;
    font-size: 4vw;
    text-align: left;
  }
  .service_terms_popup .about_box .about_content .about_desc {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .service_terms_popup .about_box .about_content .about_desc p {
    text-align: left;
    color: #333;
    font-size: 3.2vw;
    line-height: 1.625;
  }
  .service_terms_popup .about_box .about_content .about_desc a {
    color: #f87d18;
  }
  .service_terms_popup .about_box .about_content .btn {
    position: absolute;
    bottom: 1.33333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 94.66667vw;
    height: 8vw;
    border-radius: 2.66667vw;
    cursor: pointer;
    text-align: center;
    line-height: 8vw;
    color: #fff;
    font-size: 3.2vw;
    background: linear-gradient(to right, #fe6e46, #fd4a68);
  }
  .policy_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    background: rgba(0, 0, 0, 0.8);
  }
  .policy_popup .about_box {
    width: 100vw;
    height: 80%;
    background: #fff;
    border-radius: 1.33333vw 1.33333vw 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 2.66667vw;
    padding-top: 8vw;
  }
  .policy_popup .about_box .close {
    display: inline-block;
    position: absolute;
    top: 1.33333vw;
    right: 2.66667vw;
    font-size: 5.33333vw;
    line-height: 5.33333vw;
    cursor: pointer;
    color: #c8c9cc;
  }
  .policy_popup .about_box .about_content {
    width: 100%;
    height: auto;
  }
  .policy_popup .about_box .about_content .about_title {
    color: #333;
    font-size: 4vw;
    text-align: left;
  }
  .policy_popup .about_box .about_content .about_desc {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .policy_popup .about_box .about_content .about_desc p {
    text-align: left;
    color: #333;
    font-size: 3.2vw;
    line-height: 1.625;
  }
  .policy_popup .about_box .about_content .about_desc a {
    color: #f87d18;
  }
  .policy_popup .about_box .about_content .btn {
    position: absolute;
    bottom: 1.33333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 94.66667vw;
    height: 8vw;
    border-radius: 2.66667vw;
    cursor: pointer;
    text-align: center;
    line-height: 8vw;
    color: #fff;
    font-size: 3.2vw;
    background: linear-gradient(to right, #fe6e46, #fd4a68);
  }
  .img_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
  }
  .img_popup .img_close {
    text-align: center;
    position: absolute;
    line-height: 8vw;
    top: 2.66667vw;
    right: 2.66667vw;
    width: 8vw;
    height: 8vw;
    cursor: pointer;
    border-radius: 50%;
    font-size: 6.4vw;
    color: #333;
    background: #c8c9cc;
  }
  .img_popup .img_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: grab;
  }
  .img_popup .img_box img {
    max-width: 80%;
    height: auto;
  }
  .img_popup .img_comment {
    width: 100%;
    height: 53.33333vw;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.66667vw 1.33333vw;
  }
  .img_popup .img_comment .rate {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 0.66667vw;
    border-bottom: 0.13333vw solid #fff;
  }
  .img_popup .img_comment .rate img {
    width: 18.66667vw;
    height: auto;
  }
  .img_popup .img_comment .comment_content {
    width: 100%;
    height: 44vw;
    padding: 2.66667vw;
    overflow: hidden;
    overflow-y: auto;
  }
  .img_popup .img_comment .comment_content p {
    color: #fff;
    font-size: 3.2vw;
  }
}
