.header {
  width: 100%;
  height: 40px;
  padding: 0 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.header .header_l {
  width: 36px;
  height: 40px;
}

.header .header_l a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.header .header_l a img {
  width: 28px;
  height: 28px;
}

.header .header_r {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_r a {
  margin-left: 12px;
  width: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.header .header_r a img {
  width: 28px;
  height: auto;
}

.nav {
  width: 100%;
  height: 36px;
  background-color: #fff;
  padding: 0 8px;
}

.nav .nav_tab {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: auto;
  overflow-x: auto;
}

.nav .nav_tab a {
  margin-right: 12px;
  font-size: 14px;
  padding: 0 6px;
  height: 28px;
  color: #363636;
}

.nav .nav_tab a.active {
  color: #e30680;
  position: relative;
}

.nav .nav_tab a.active::after {
  display: block;
  background: #E30680;
  height: 3px;
  border-radius: 10px;
  content: '';
  width: calc(100% - 12px);
  position: absolute;
  bottom: 0;
}

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

.min_content .content_box {
  width: 100%;
  height: auto;
}

.min_content .content_box .content_item {
  width: 100%;
  height: auto;
}

.min_content .content_box .content_item .item_swiper {
  width: 100%;
  height: 417px;
}

.min_content .content_box .content_item .item_swiper .item {
  width: 100%;
  height: 100%;
}

.min_content .content_box .content_item .item_swiper .item img {
  width: 100%;
  height: 100%;
}

.min_content .content_box .content_item .item_swiper .swiper-pagination-bullet-active {
  background-color: #b4272d;
}

.min_content .content_box .content_item .module-01-check {
  background: #fff;
  width: 100%;
  height: 28px;
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.min_content .content_box .content_item .module-01-check > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.min_content .content_box .content_item .module-01-check > div img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.min_content .content_box .content_item .module-01-check > div p {
  font-size: 12px;
  color: #e30680;
}

.min_content .content_box .content_item .product {
  padding: 8px 0.5% 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.min_content .content_box .content_item .product .ptoduct_item {
  width: 48.8%;
  height: auto;
  margin-bottom: 8px;
  background-color: #fff;
  border-radius: 6px;
}

.min_content .content_box .content_item .product .ptoduct_item a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.min_content .content_box .content_item .product .ptoduct_item a .img_box {
  width: 100%;
  height: 362px;
  position: relative;
}

.min_content .content_box .content_item .product .ptoduct_item a .img_box > img {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.min_content .content_box .content_item .product .ptoduct_item a .img_box .img_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.min_content .content_box .content_item .product .ptoduct_item a .img_box .img_mask img {
  width: 100%;
  height: 100%;
}

.min_content .content_box .content_item .product .ptoduct_item a .item {
  width: 100%;
  height: auto;
  padding: 8px;
}

.min_content .content_box .content_item .product .ptoduct_item a .item .title {
  color: #000;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
}

.min_content .content_box .content_item .product .ptoduct_item a .item .price {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.min_content .content_box .content_item .product .ptoduct_item a .item .price .origin {
  font-size: 12px;
  color: #E30680;
  line-height: 22px;
}

.min_content .content_box .content_item .product .ptoduct_item a .item .price .origin span {
  font-size: 22px;
  color: #E30680;
  line-height: 22px;
  margin-left: 3px;
}

.min_content .content_box .content_item .product .ptoduct_item a .item .price .discount {
  margin-left: 5px;
  font-size: 12px;
  color: #777777;
  text-decoration: line-through;
}

.min_content .content_box .content_item .product .ptoduct_item a .item .btn_box {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.min_content .content_box .content_item .product .ptoduct_item a .item button {
  cursor: pointer;
  margin-right: 10px;
  background: #E30680;
  border-radius: 3px;
  width: auto;
  padding: 0 20px;
  height: 26px;
  border: none;
  box-shadow: none;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.min_content .main_footer {
  margin-bottom: 76px;
  margin-top: 5px;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-top: 3px solid #E30680;
}

.min_content .main_footer ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.min_content .main_footer ul li {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 30px;
}

.min_content .main_footer ul li a {
  color: #333;
  font-size: 15px;
  text-decoration: underline;
}

.tabbar {
  max-width: 750px;
  width: 750px;
  height: 50px;
  background-color: #fafafa;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
}

.tabbar .tabbar_item {
  width: 25%;
  height: 100%;
}

.tabbar .tabbar_item.active a p {
  color: #E30680;
}

.tabbar .tabbar_item a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tabbar .tabbar_item a .imgbox {
  width: 20px;
  height: 20px;
}

.tabbar .tabbar_item a .imgbox img {
  width: 100%;
  height: 100%;
}

.tabbar .tabbar_item a p {
  margin-top: 3px;
  font-size: 10px;
  color: #363636;
}

.tabbar .tabbar_item a span {
  display: inline-block;
  min-width: 16px;
  height: auto;
  border-radius: 50%;
  position: absolute;
  top: 1%;
  right: 41%;
  padding: 1px 2px;
  background: #E30680;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}

.car_popup {
  display: none;
  width: 750px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.car_popup .car_box {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0%;
  left: 0;
  border-radius: 10px;
  background: #fff;
  padding: 20px 0;
}

.car_popup .car_box .pro_close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.car_popup .car_box .box {
  width: 100%;
  height: auto;
  padding: 0 20px;
}

.car_popup .car_box .box .box_list {
  margin-top: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
}

.car_popup .car_box .box .box_list .list_item {
  width: 100%;
  height: auto;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.car_popup .car_box .box .box_list .list_item .list_img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.car_popup .car_box .box .box_list .list_item .list_img img {
  width: 80px;
  height: 80px;
}

.car_popup .car_box .box .box_list .list_item .list_box {
  width: 100%;
  height: 80px;
  position: relative;
}

.car_popup .car_box .box .box_list .list_item .list_box .list_title {
  font-size: 14px;
  color: #000;
  line-height: 14px;
  height: 16px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.car_popup .car_box .box .box_list .list_item .list_box .list_desc {
  font-size: 12px;
  color: #7B7B7B;
  margin-top: 4px;
}

.car_popup .car_box .box .box_list .list_item .list_box .price_box {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.car_popup .car_box .box .box_list .list_item .list_box .price_box p {
  font-size: 14px;
  color: #E30680;
}

.car_popup .car_box .box .box_package {
  width: 100%;
  height: auto;
}

.car_popup .car_box .box .box_package .package_item {
  cursor: pointer;
  width: 100%;
  min-height: 28px;
  height: auto;
  padding: 0 10px;
  border: 1px solid #DFDEDB;
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  height: initial;
  line-height: 28px;
  color: #363636;
}

.car_popup .car_box .box .box_package .package_item.active {
  color: #E30680;
  border-color: #E30680;
}

.car_popup .car_box .box .box_sku {
  width: 100%;
  height: auto;
}

.car_popup .car_box .box .box_sku .sku_item {
  width: 100%;
  height: auto;
}

.car_popup .car_box .box .box_sku .sku_item .sku_title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .04em;
  color: #7b7b7b;
  margin-top: 8px;
  margin-bottom: 10px;
}

.car_popup .car_box .box .box_sku .sku_item .sku_i_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.car_popup .car_box .box .box_sku .sku_item .sku_i_box button {
  background: #fff;
  border: 1px solid #DFDEDB;
  min-width: 50px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 0 10px;
  color: #363636;
  font-size: 12px;
  height: initial;
  line-height: initial;
  min-height: 28px;
}

.car_popup .car_box .box .box_sku .sku_item .sku_i_box button.active {
  color: #E30680;
  border-color: #E30680;
}

.car_popup .car_box .box .box_sku .sku_item1 .sku_i_box button {
  padding: 10px 20px;
}

.car_popup .car_box .box .box_sku .sku_item1 .sku_i_box button img {
  width: 40px;
  height: auto;
}

.car_popup .car_box .box .box_sku .sku_item1 .sku_i_box button p {
  color: #363636;
  font-size: 12px;
  height: initial;
  line-height: initial;
}

.car_popup .car_box .box .box_sku .sku_item1 .sku_i_box button.active {
  border-color: #E30680;
}

.car_popup .car_box .box .box_sku .sku_item1 .sku_i_box button.active p {
  color: #E30680;
}

.car_popup .car_box .box .num .num_title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .04em;
  color: #7b7b7b;
}

.car_popup .car_box .box .num .num_box {
  margin-top: 10px;
  width: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #EDEDED;
}

.car_popup .car_box .box .num .num_box button {
  cursor: pointer;
  width: 28px;
  height: 28px;
  border: none;
  background: #FFF;
  outline: none;
  font-size: 16px;
  color: #363636;
  font-weight: bold;
}

.car_popup .car_box .box .num .num_box > input {
  width: 40px;
  font-size: 14px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  word-break: normal;
  border: none;
  outline: none;
  padding: 0;
  text-align: center;
}

.car_popup .car_box .box .num .num_box .minus {
  border-right: 1px solid #EDEDED;
}

.car_popup .car_box .box .num .num_box .plus {
  border-left: 1px solid #EDEDED;
}

.car_popup .car_box .box .bottom_footer {
  margin-top: 20px;
  cursor: pointer;
  width: 100%;
}

.car_popup .car_box .box .bottom_footer button {
  color: #fff;
  height: 40px;
  width: 100%;
  border-radius: 20px;
  background: rgba(227, 6, 128, 0.7);
  border: 0;
  font-size: 16px;
}

.class_popup {
  display: none;
  width: 750px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}

.class_popup .class_header {
  width: 100%;
  height: 40px;
  padding: 0 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #EDEDED;
}

.class_popup .class_header .class_header_l {
  width: 36px;
  height: 40px;
}

.class_popup .class_header .class_header_l a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.class_popup .class_header .class_header_l a img {
  width: 28px;
  height: 28px;
}

.class_popup .class_header .class_header_r {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.class_popup .class_header .class_header_r a {
  margin-left: 12px;
  width: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.class_popup .class_header .class_header_r a img {
  width: 28px;
  height: auto;
}

.class_popup .content_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.class_popup .content_box .content_item {
  width: 195px;
  margin-right: 15px;
  height: auto;
}

.class_popup .content_box .content_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.class_popup .content_box .content_item a .item_img {
  width: 156px;
  height: 156px;
}

.class_popup .content_box .content_item a .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.class_popup .content_box .content_item a p {
  margin-top: 8px;
  font-size: 12px;
  color: #777;
}

@media screen and (max-width: 1023px) {
  .header {
    width: 100%;
    height: 10.66667vw;
    padding: 0 1.06667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
  }
  .header .header_l {
    width: 9.6vw;
    height: 10.66667vw;
  }
  .header .header_l a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header .header_l a img {
    width: 7.46667vw;
    height: 7.46667vw;
  }
  .header .header_r {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_r a {
    margin-left: 3.2vw;
    width: 9.6vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header .header_r a img {
    width: 7.46667vw;
    height: auto;
  }
  .nav {
    width: 100%;
    height: 9.6vw;
    background-color: #fff;
    padding: 0 1.06667vw;
  }
  .nav .nav_tab {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: auto;
    overflow-x: auto;
  }
  .nav .nav_tab a {
    margin-right: 3.2vw;
    font-size: 3.73333vw;
    padding: 0 0.8vw;
    height: 5.6vw;
    color: #363636;
  }
  .nav .nav_tab a.active {
    color: #e30680;
    position: relative;
  }
  .nav .nav_tab a.active::after {
    display: block;
    background: #E30680;
    height: 0.4vw;
    border-radius: 1.33333vw;
    content: '';
    width: calc(100% - 12*$mw);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .min_content {
    width: 100%;
    height: auto;
  }
  .min_content .content_box {
    width: 100%;
    height: auto;
  }
  .min_content .content_box .content_item {
    width: 100%;
    height: auto;
  }
  .min_content .content_box .content_item .item_swiper {
    width: 100%;
    height: 55.6vw;
  }
  .min_content .content_box .content_item .item_swiper .item {
    width: 100%;
    height: 100%;
  }
  .min_content .content_box .content_item .item_swiper .item img {
    width: 100%;
    height: 100%;
  }
  .min_content .content_box .content_item .item_swiper .swiper-pagination-bullet-active {
    background-color: #b4272d;
  }
  .min_content .content_box .content_item .module-01-check {
    background: #fff;
    width: 100%;
    height: 7.46667vw;
    padding: 0 4%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .min_content .content_box .content_item .module-01-check > div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .min_content .content_box .content_item .module-01-check > div img {
    width: 3.46667vw;
    height: 3.46667vw;
    margin-right: 1.33333vw;
  }
  .min_content .content_box .content_item .module-01-check > div p {
    font-size: 3.2vw;
    color: #e30680;
  }
  .min_content .content_box .content_item .product {
    padding: 1.06667vw 0.5% 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .min_content .content_box .content_item .product .ptoduct_item {
    width: 48.8%;
    height: auto;
    margin-bottom: 2.66667vw;
    background-color: #fff;
    border-radius: 0.8vw;
  }
  .min_content .content_box .content_item .product .ptoduct_item a {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .img_box {
    width: 100%;
    height: 48.26667vw;
    position: relative;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .img_box > img {
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .img_box .img_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .img_box .img_mask img {
    width: 100%;
    height: 100%;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .item {
    width: 100%;
    height: auto;
    padding: 1.06667vw;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .item .title {
    color: #000;
    height: 4.8vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 3.46667vw;
    line-height: 4.8vw;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .item .price {
    margin-top: 2.13333vw;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .item .price .origin {
    font-size: 3.2vw;
    color: #E30680;
    line-height: 5.86667vw;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .item .price .origin span {
    font-size: 5.86667vw;
    color: #E30680;
    line-height: 5.86667vw;
    margin-left: 0.4vw;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .item .price .discount {
    margin-left: 0.66667vw;
    font-size: 3.2vw;
    color: #777777;
    text-decoration: line-through;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .item .btn_box {
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .item button {
    cursor: pointer;
    margin-right: 1.33333vw;
    background: #E30680;
    border-radius: 0.4vw;
    width: auto;
    padding: 0 2.66667vw;
    height: 6.93333vw;
    border: none;
    box-shadow: none;
    font-size: 3.2vw;
    color: #FFFFFF;
    line-height: 1.6vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .min_content .main_footer {
    margin-bottom: 20.26667vw;
    margin-top: 0.66667vw;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-top: 0.4vw solid #E30680;
  }
  .min_content .main_footer ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .min_content .main_footer ul li {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 8vw;
  }
  .min_content .main_footer ul li a {
    color: #333;
    font-size: 4vw;
    text-decoration: underline;
  }
  .tabbar {
    max-width: 100vw;
    width: 100vw;
    height: 13.33333vw;
    background-color: #fafafa;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
  }
  .tabbar .tabbar_item {
    width: 25%;
    height: 100%;
  }
  .tabbar .tabbar_item.active a p {
    color: #E30680;
  }
  .tabbar .tabbar_item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tabbar .tabbar_item a .imgbox {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .tabbar .tabbar_item a .imgbox img {
    width: 100%;
    height: 100%;
  }
  .tabbar .tabbar_item a p {
    margin-top: 0.4vw;
    font-size: 2.66667vw;
    color: #363636;
  }
  .tabbar .tabbar_item a span {
    display: inline-block;
    min-width: 16px;
    height: auto;
    border-radius: 50%;
    position: absolute;
    top: 1%;
    right: 31%;
    padding: 1px 2px;
    background: #E30680;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
  }
  .car_popup {
    display: none;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
  }
  .car_popup .car_box {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0%;
    left: 0;
    border-radius: 1.33333vw;
    background: #fff;
    padding: 2.66667vw 0;
  }
  .car_popup .car_box .pro_close {
    width: 7.46667vw;
    height: 7.46667vw;
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    cursor: pointer;
  }
  .car_popup .car_box .box {
    width: 100%;
    height: auto;
    padding: 0 2.66667vw;
  }
  .car_popup .car_box .box .box_list {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
  }
  .car_popup .car_box .box .box_list .list_item {
    width: 100%;
    height: auto;
    padding: 1.33333vw 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .car_popup .car_box .box .box_list .list_item .list_img {
    width: 16vw;
    height: 16vw;
    margin-right: 1.33333vw;
  }
  .car_popup .car_box .box .box_list .list_item .list_img img {
    width: 16vw;
    height: 16vw;
  }
  .car_popup .car_box .box .box_list .list_item .list_box {
    width: 100%;
    height: 16vw;
    position: relative;
  }
  .car_popup .car_box .box .box_list .list_item .list_box .list_title {
    width: 66.66667vw;
    font-size: 3.73333vw;
    height: auto;
    color: #000;
    margin-bottom: 2.66667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .car_popup .car_box .box .box_list .list_item .list_box .list_desc {
    font-size: 3.2vw;
    color: #7B7B7B;
    margin-top: 0.53333vw;
  }
  .car_popup .car_box .box .box_list .list_item .list_box .price_box {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .car_popup .car_box .box .box_list .list_item .list_box .price_box p {
    font-size: 3.73333vw;
    color: #E30680;
  }
  .car_popup .car_box .box .box_package {
    width: 100%;
    height: auto;
  }
  .car_popup .car_box .box .box_package .package_item {
    cursor: pointer;
    width: 100%;
    height: 5.6vw;
    height: auto;
    padding: 0 2.66667vw;
    border: 0.13333vw solid #DFDEDB;
    margin-top: 2.66667vw;
    text-align: center;
    font-size: 3.2vw;
    height: initial;
    line-height: 5.6vw;
    color: #363636;
  }
  .car_popup .car_box .box .box_package .package_item.active {
    color: #E30680;
    border-color: #E30680;
  }
  .car_popup .car_box .box .box_sku {
    width: 100%;
    height: auto;
  }
  .car_popup .car_box .box .box_sku .sku_item {
    width: 100%;
    height: auto;
  }
  .car_popup .car_box .box .box_sku .sku_item .sku_title {
    font-size: 3.73333vw;
    font-weight: 400;
    letter-spacing: .04em;
    color: #7b7b7b;
    margin-top: 1.06667vw;
    margin-bottom: 2.66667vw;
  }
  .car_popup .car_box .box .box_sku .sku_item .sku_i_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .car_popup .car_box .box .box_sku .sku_item .sku_i_box button {
    background: #fff;
    border: 0.13333vw solid #DFDEDB;
    min-width: 6.66667vw;
    margin-bottom: 2.66667vw;
    margin-right: 1.06667vw;
    padding: 0 2.66667vw;
    color: #363636;
    font-size: 3.2vw !important;
    height: initial !important;
    line-height: initial !important;
    min-height: 3.73333vw;
  }
  .car_popup .car_box .box .box_sku .sku_item .sku_i_box button.active {
    color: #E30680;
    border-color: #E30680;
  }
  .car_popup .car_box .box .box_sku .sku_item1 .sku_i_box button {
    padding: 1.33333vw 2.66667vw;
  }
  .car_popup .car_box .box .box_sku .sku_item1 .sku_i_box button img {
    width: 10.66667vw;
    height: auto;
  }
  .car_popup .car_box .box .box_sku .sku_item1 .sku_i_box button p {
    color: #363636;
    font-size: 1.6vw;
    height: initial;
    line-height: initial;
  }
  .car_popup .car_box .box .box_sku .sku_item1 .sku_i_box button.active {
    border-color: #E30680;
  }
  .car_popup .car_box .box .box_sku .sku_item1 .sku_i_box button.active p {
    color: #E30680;
  }
  .car_popup .car_box .box .num .num_title {
    font-size: 3.73333vw;
    font-weight: 400;
    letter-spacing: .04em;
    color: #7b7b7b;
  }
  .car_popup .car_box .box .num .num_box {
    margin-top: 2.66667vw;
    width: 26.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 0.13333vw solid #EDEDED;
  }
  .car_popup .car_box .box .num .num_box button {
    cursor: pointer;
    width: 7.46667vw;
    height: 7.46667vw;
    border: none;
    background: #FFF;
    outline: none;
    font-size: 4.26667vw;
    color: #363636;
    font-weight: bold;
  }
  .car_popup .car_box .box .num .num_box > input {
    width: 10.66667vw;
    font-size: 3.73333vw;
    height: 100%;
    margin: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    word-break: normal;
    border: none;
    outline: none;
    padding: 0;
    text-align: center;
  }
  .car_popup .car_box .box .num .num_box .minus {
    border-right: 0.13333vw solid #EDEDED;
  }
  .car_popup .car_box .box .num .num_box .plus {
    border-left: 0.13333vw solid #EDEDED;
  }
  .car_popup .car_box .box .bottom_footer {
    margin-top: 2.66667vw;
    cursor: pointer;
    width: 100%;
  }
  .car_popup .car_box .box .bottom_footer button {
    color: #fff;
    height: 10.66667vw;
    width: 100%;
    border-radius: 5.33333vw;
    background: rgba(227, 6, 128, 0.7);
    border: 0;
    font-size: 4.26667vw;
  }
  .class_popup {
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
  }
  .class_popup .class_header {
    width: 100%;
    height: 10.66667vw;
    padding: 0 1.06667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
  }
  .class_popup .class_header .class_header_l {
    width: 9.6vw;
    height: 10.66667vw;
  }
  .class_popup .class_header .class_header_l a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .class_popup .class_header .class_header_l a img {
    width: 7.46667vw;
    height: 7.46667vw;
  }
  .class_popup .class_header .class_header_r {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .class_popup .class_header .class_header_r a {
    margin-left: 3.2vw;
    width: 9.6vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .class_popup .class_header .class_header_r a img {
    width: 7.46667vw;
    height: auto;
  }
  .class_popup .content_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .class_popup .content_box .content_item {
    width: 49%;
    margin-right: 0vw;
    margin-bottom: 5.33333vw;
    height: auto;
  }
  .class_popup .content_box .content_item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .class_popup .content_box .content_item a .item_img {
    width: 31.2vw;
    height: 31.2vw;
  }
  .class_popup .content_box .content_item a .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .class_popup .content_box .content_item a p {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
    color: #777;
  }
}
