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

.hide {
  display: none;
}

.serch {
  width: 100%;
  height: 140px;
  position: relative;
}

.serch > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serch .mdui-custom-input {
  width: 90%;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
}

.serch .mdui-custom-input input {
  width: 609px;
  height: 24px;
  border: none;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 8px;
  padding: 0 30px 0 10px;
  width: calc(100% - 60px);
  border-right: 1px solid #DFDEDB;
  border-radius: 0;
}

.serch .mdui-custom-input .clear-btn {
  position: absolute;
  background: transparent;
  border: 0;
  height: 40px;
  right: 72px;
}

.serch .mdui-custom-input .clear-btn img {
  width: 16px;
  height: 16px;
}

.serch .mdui-custom-input .search-btn {
  height: 40px;
  line-height: 40px;
  width: 60px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #E30680;
  font-size: 16px;
  min-width: initial;
}

.mdui-custom {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 10px 0;
}

.mdui-custom .mdui-custom-header {
  height: auto;
  line-height: 18px;
  background: #FFF;
  padding: 15px 13px 12px;
  font-size: 18px;
}

.mdui-custom .custom {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 8px;
}

.mdui-custom .custom .item {
  width: 234px;
  height: 110px;
  background: #f4f4f4;
  border-radius: 6px;
}

.mdui-custom .custom .item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mdui-custom .custom .item a img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.mdui-custom .custom .item a p {
  color: #363636;
  font-size: 14px;
}

.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 button {
  margin-top: 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 {
  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;
}

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

.share_popup .share_box {
  position: absolute;
  bottom: 2.4%;
  left: 50%;
  border-radius: 8px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 95.2%;
  animation: 0.3s moveIn_slow ease-in-out;
}

.share_popup .share_box .share_b_list {
  background: #FFF;
  padding: 3%;
  box-sizing: border-box;
  height: 100%;
  border-radius: 12px;
}

.share_popup .share_box .share_b_list ul {
  padding: 0 8px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -3%;
}

.share_popup .share_box .share_b_list ul li {
  width: 25%;
  margin: 8px 0 8px;
}

.share_popup .share_box .share_b_list ul li a {
  text-decoration: none;
  color: #000;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.share_popup .share_box .share_b_list ul li a img {
  width: 60px;
  height: 60px;
}

.share_popup .share_box .share_b_list ul li a span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  padding: 12px 0;
}

.share_popup .share_box .tip-screen-footer {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 12px;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

@keyframes moveIn_slow {
  0% {
    bottom: -50vh;
  }
  100% {
    bottom: 2.4%;
  }
}

@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;
  }
  .hide {
    display: none;
  }
  .serch {
    width: 100%;
    height: 37.33333vw;
    position: relative;
  }
  .serch > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .serch .mdui-custom-input {
    width: 90%;
    height: 10.66667vw;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
  }
  .serch .mdui-custom-input input {
    width: 75.86667vw;
    height: 6.4vw;
    border: none;
    outline: none;
    font-size: 3.73333vw;
    box-sizing: border-box;
    margin-top: 2.13333vw;
    padding: 0 4vw 0 1.33333vw;
    width: calc(100% - 60*$mw);
    border-right: 0.13333vw solid #DFDEDB;
    border-radius: 0;
  }
  .serch .mdui-custom-input .clear-btn {
    position: absolute;
    background: transparent;
    border: 0;
    height: 10.66667vw;
    right: 9.6vw;
  }
  .serch .mdui-custom-input .clear-btn img {
    width: 4.26667vw;
    height: 4.26667vw;
  }
  .serch .mdui-custom-input .search-btn {
    height: 10.66667vw;
    line-height: 5.33333vw;
    width: 13.33333vw;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: #E30680;
    font-size: 3.2vw;
    min-width: initial;
  }
  .mdui-custom {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 1.33333vw 0;
  }
  .mdui-custom .mdui-custom-header {
    height: auto;
    line-height: 2.4vw;
    background: #FFF;
    padding: 2vw 1.73333vw 1.6vw;
    font-size: 4.26667vw;
  }
  .mdui-custom .custom {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 2.66667vw;
    margin-top: 2.66667vw;
  }
  .mdui-custom .custom .item {
    width: 31.2vw;
    height: auto;
    padding: 2.66667vw 0;
    background: #f4f4f4;
    border-radius: 0.8vw;
  }
  .mdui-custom .custom .item a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mdui-custom .custom .item a img {
    width: 8vw;
    height: 8vw;
    margin-bottom: 1.33333vw;
  }
  .mdui-custom .custom .item a p {
    color: #363636;
    font-size: 3.2vw;
  }
  .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: 3.73333vw;
    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: 1.73333vw;
    height: 1.73333vw;
    margin-right: 0.66667vw;
  }
  .min_content .content_box .content_item .module-01-check > div p {
    font-size: 1.6vw;
    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: 1.06667vw;
    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: 1.73333vw;
    line-height: 2.4vw;
  }
  .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: 1.6vw;
    color: #E30680;
    line-height: 2.93333vw;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .item .price .origin span {
    font-size: 2.93333vw;
    color: #E30680;
    line-height: 2.93333vw;
    margin-left: 0.4vw;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .item .price .discount {
    margin-left: 0.66667vw;
    font-size: 1.6vw;
    color: #777777;
    text-decoration: line-through;
  }
  .min_content .content_box .content_item .product .ptoduct_item a .item button {
    margin-top: 1.33333vw;
    background: #E30680;
    border-radius: 0.4vw;
    width: auto;
    padding: 0 2.66667vw;
    height: 3.46667vw;
    border: none;
    box-shadow: none;
    font-size: 1.6vw;
    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;
  }
  .share_popup {
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
  }
  .share_popup .share_box {
    position: absolute;
    bottom: 2.4%;
    left: 50%;
    border-radius: 1.06667vw;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 95.2%;
    animation: 0.3s moveIn_slow ease-in-out;
  }
  .share_popup .share_box .share_b_list {
    background: #FFF;
    padding: 3%;
    box-sizing: border-box;
    height: 100%;
    border-radius: 1.6vw;
  }
  .share_popup .share_box .share_b_list ul {
    padding: 0 1.06667vw;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: -3%;
  }
  .share_popup .share_box .share_b_list ul li {
    width: 25%;
    margin: 1.06667vw 0 1.06667vw;
  }
  .share_popup .share_box .share_b_list ul li a {
    text-decoration: none;
    color: #000;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .share_popup .share_box .share_b_list ul li a img {
    width: 12vw;
    height: 12vw;
  }
  .share_popup .share_box .share_b_list ul li a span {
    display: block;
    font-size: 3.2vw;
    line-height: 1.6vw;
    padding: 1.6vw 0;
  }
  .share_popup .share_box .tip-screen-footer {
    height: 13.33333vw;
    line-height: 13.33333vw;
    background: #fff;
    border-radius: 1.6vw;
    margin-top: 2.66667vw;
    font-size: 4.26667vw;
    text-align: center;
  }
}
