#weekendvue {
  background-color: #FCF4FB;
}
.mn-7 {
  margin-top: -7px;
}
/** new class*/
.category-one {
  background: #fff;
  padding: 0 220px 40px;
  margin-top: -6px;
}

.category-one-tit {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: Roboto-Bold Italic, Roboto;
  color: #000;
  margin-bottom: 15px;
}

.count-style-wrap {
  display: flex;
  padding: 0 8%;
  justify-content: space-between;
  font-weight: 400;
  background: #000000;
  align-items: center;
  margin: 0 10%;
}

.font-normal {
  font-weight: normal !important;
}

.count-style {
  background: #000000;
  color: #fff;
  font-size: 60px;
  /* line-height: 12px; */
  padding: 4px;
  font-family: Roboto-Bold, Roboto;
  margin-right: 5px;
  font-weight: 700;
  text-align: center;
}

.count-style-num {
  color: #fff !important;
  font-size: 70px !important;
  line-height: 1 !important;
}

.category-one-content {
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
}

.category-one-content-main-wrap-special {
  margin-bottom: 10px;
}

.category-one-content-main-wrap-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category-one-content-main-wrap {
  background: url("/image/activeModule/product_bg.png") no-repeat center top;
  height: 100%;
  background-size: 100%;
  margin-bottom: 10px;
  padding: 10px;
  width: 48%;
  margin: 30px 1% 10px 1%;
  padding: 20px;
}

.category-one-content-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.category-one-content-main img {
  width: 100%;
  margin-right: 15px;
  /* margin-bottom: 35px; */
}

.category-one-content-main-right {
  flex: 1.3;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
}

.category-one-content-main-right-tit {
  font-size: 18px !important;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400 !important;
  color: #000000 !important;
  line-height: 1.3 !important;
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 显示两行文本 */
  -webkit-box-orient: vertical;
  /* 垂直排列文本 */
  margin-bottom: 10px;
}

.category-one-content-main-right-price-final {
  font-size: 16px;
  font-family: Roboto-Bold, Roboto;
  font-weight: 700;
  color: #0b0b0b;
  line-height: 20px;
  margin-right: 8px;
}

.category-one-content-main-right-price-origin {
  font-size: 12px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #0b0b0b;
  line-height: 20px;
}

.draw-btn-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.draw-add-btn {
  width: 30%;
  font-size: 14px;
  font-family: Roboto-Bold, Roboto;
  font-weight: 400;
  color: #ee169b;
  border: 1px solid #ee169b !important;
  line-height: 45px;
  height: 45px !important;
  padding: 0;
  background: #fff;
  text-align: center;
  margin-top: 10px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.draw-add-btn:hover,
.draw-add-btn span:hover {
  background-color: #fff;
  color: #ee169b;
}

.draw-buy-btn {
  width: 67%;
  font-size: 14px;
  font-family: Roboto-Bold, Roboto;
  color: #ffffff;
  line-height: 45px;
  height: 45px !important;
  padding: 0;
  background: #ee169b;
  text-align: center;
  margin-top: 10px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.draw-buy-btn:hover,
.draw-buy-btn span:hover {
  background: #ee169b;
  color: #ffffff;
}

.buy-btn {
  width: 220px;
  font-size: 22px;
  font-family: Roboto-Bold, Roboto;
  font-weight: 700;
  color: #ffffff;
  line-height: 60px;
  background: #e4379e;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

.two-color {
  background-color: rgba(255, 237, 251, 0.63);
}

.three-color {
  background: #ffdee2;
}

.fifty-tit {
  font-size: 24px;
  font-family: Roboto-Bold Italic, Roboto;
  font-weight: 700;
  color: #000000;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: center;
  font-style: italic;
  /* 设置字体倾斜 */
}

.categoryvuediv {
  padding-left: 0;
}

.common-wrap {
  padding: 40px 240px;
}

.common-sub {
  background: #fecfe8;
  padding: 7px 0;
  text-align: center;
  margin-top: -7px;
}

.common-sub-tit {
  color: #f5007f;
  font-size: 12px;
  font-family: Roboto-Bold, Roboto;
  font-weight: 700;
}

.common-sub-con {
  font-size: 12px;
  font-family: Roboto-Bold, Roboto;
  font-weight: 700;
  color: #000000;
  line-height: 12px;
}

.mn-10 {
  margin-top: 0px;
}

.common-content-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}

.common-content {
  width: 23%;
  background: #fff;
  margin-bottom: 40px;
  padding-bottom: 20px;
  margin-left: 2%;
}

.common-main-tit {
  font-size: 16px !important;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #000000 !important;
  line-height: 30px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 10px 0 0 10px;
  margin-bottom: 10px;
}

.common-main-price {
  /* text-align: center; */
}

.common-main-price-final {
  font-size: 26px;
  font-family: Roboto-Bold, Roboto;
  font-weight: 700;
  color: #000;
  line-height: 40px;
  padding-left: 10px;
  margin-right: 8px;
}

.price-async-bottom {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
}

.common-main-price-origin {
  font-size: 20px;
  font-family: Roboto-Regular, Roboto;
  color: #929292;
  line-height: 39px;
}

.common-view-btn {
  border: 1px solid #000000;
  font-size: 25px;
  padding: 10px 0;
  color: #000;
  font-weight: 400;
  width: 25%;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  cursor: pointer;
}

.btn-change {
  display: flex;
  justify-content: space-between;
}

.btn-inner {
  border: 2px solid #ffd1eb;
  font-size: 24px;
  font-family: Roboto-Bold Italic, Roboto;
  color: #000;
  padding: 15px 50px;
  width: 32%;
  text-align: center;
  margin-bottom: 30px;
  /* transform: scale(0.8); */
  /* background-color: #909090; */
  /* border-radius: 9px; */
  cursor: pointer;
}

.btnClAcive {
  background-color: #fdd1ea;
}

.bm-img {
  width: 100%;
}
#brandvue .el-dialog {
  width: 954px;
}
.el-radio--medium.is-bordered {
  background: #ffffff;
  border: 1px solid #c6c6c6;
  font-size: 12px;
  font-family: ChakraPetch-Medium-Regular, ChakraPetch-Medium;
  font-weight: 400;
  color: #000000;
  margin-right: 6px;
  border-radius: 0px;
  padding: 7px 20px;
  /* width: 56px; */
  text-align: center;
  width: 125px;
}

.el-radio.is-bordered.is-checked {
  background-color: #fff;
  border: 1px solid #000;
}

.draw-inner .el-radio.is-bordered.is-checked {
  background: #fff8fd;
  border: 1px solid #ee169b;
}

.img-draw {
  width: 300px !important;
  height: 300px !important;
}

.el-radio__input.is-checked + .el-radio__label {
  color: #ee169b;
}

.el-radio__label {
  padding: 0;
}

.text-del {
  text-decoration: line-through;
}

::-webkit-scrollbar-thumb {
  background: #fff8fd;
}

.img-fit {
  /* height: fit-content; */
  margin-right: 10px;
  flex: 1;
  position: relative;
  /* height: 40%; */
}

.detail-img {
  width: 120px;
  margin-right: 0;
  max-width: initial;
}

.discount-img {
  position: absolute;
  left: 0px;
  bottom: -25px;
}

.draw-inner {
  padding: 15px 10px 30px 10px;
}

.catalog-tit {
  color: #000000;
  font-size: 14px;
  font-family: Roboto-Bold, Roboto;
  font-weight: 700;
  padding-bottom: 10px;
}

.el-message-box {
  /* width:80%; */
}

/********************** */
.el-button--primary {
  /* background: #000 !important; */
}

.el-input-number__decrease:hover:not(.is-disabled)
  ~ .el-input
  .el-input__inner:not(.is-disabled),
.el-input-number__increase:hover:not(.is-disabled)
  ~ .el-input
  .el-input__inner:not(.is-disabled) {
  border-color: #000 !important;
}

.sale-percent {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #da1984;
  border-radius: 30px;
}

/deep/ .el-loading-mask {
  z-index: 2100;
}

.count-sub {
  color: #9b9b9b !important;
  font-family: ArialMT;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: normal;
}

.hair-tit {
  margin-top: 60px;
  height: 25px;
  text-align: center;
}
.hair-tit img {
  height: 25px;
}

.price-async {
  padding-top: 40px;
}

.price-async-finally {
  font-size: 36px;
  font-family: Roboto-Bold, Roboto;
  font-weight: 700;
  color: #ff35a0;
  line-height: 42px;
  display: inline-block;
}
.price-async-origin {
  font-size: 24px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #d8a2c2;
  line-height: 42px;
  text-decoration: line-through;
  display: inline-block;
}

.price-async-middle {
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin-left: 0px;
  text-align: center;
}

.price-async-middle-top-sub {
  font-family: Montserrat-ExtraBold !important;
  font-size: 20px !important;
  font-weight: normal !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  line-height: 1.5 !important;
}

.price-async-middle-top-sub-price {
  font-weight: 600;
  margin-top: -4px;
  font-family: Montserrat-Medium !important;
  font-size: 22px !important;
  line-height: 1.8 !important;
  color: #ffffff !important;
}

.price-async-top {
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
}

.price-async-top-inner {
  text-align: center;
}

.price-async-top-inner-one {
  font-size: 14px !important;
  color: #da2187 !important;
  line-height: 1 !important;
}

.price-async-top-inner-two {
  font-size: 16px !important;
  line-height: 1 !important;
  padding-top: 5px;
}

.ml-n {
  margin-left: -5px;
}

.ml-r {
  margin-right: -10px;
}

/**
old
*/
.std {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.top-banner img {
  width: 100%;
}

.cms-page-view .std p,
.cms-no-route .std p {
  margin: 0;
}

.page-title {
  display: none;
}

.common-content-img {
  width: 100%;
}

.carousel-wrap {
  width: 310px !important;
  height: 310px !important;
  margin-right: 40px !important;
}

.dialog-price-wrap {
  background: linear-gradient(346deg, #ffffff 0%, #ffdef9 100%);
  border-radius: 4px 4px 4px 4px;
  height: 60px;
  padding: 0 20px;
  margin-top: 36px !important;
}

.dialog-price-wrap-now {
  font-size: 22px;
  font-family: Roboto-Bold, Roboto;
  font-weight: 700;
  color: #0b0b0b;
  line-height: 60px;
}

.dialog-price-wrap-origin {
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  margin-left: 5px;
  color: #0b0b0b;
  line-height: 60px;
}

.dialog-price-wrap-save {
  height: 16px;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #e60013;
  margin-left: 5px;
  line-height: 60px;
}

.draw-tit {
  font-size: 26px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 600;
  color: #000000;
  line-height: 30px;
  -webkit-background-clip: text;
}

.draw-grap {
  margin-top: 26px;
}

/* @media (min-width: 1200px)
.container {
width: 100%;
} */
.container {
  all: unset;
}

.price-async .arrowIcon {
  width: 108px;
}

.variousPricesBox {
  position: absolute;
  top: 30px;
  text-align: center;
  width: 100%;
}

.originalprice {
  color: #9f9f9f;
  font-size: 16px;
}

.loginPrice {
  font-size: 22px;
  color: #f085c2;
  font-weight: 700;
}

.extraPrice {
  font-size: 26px;
  font-weight: 700;
  color: #e4379e;
}

.originalpriceleft {
  position: absolute;
  left: 16%;
}

.originalpriceright {
  position: absolute;
  left: 55%;
}

.loginPriceleft {
  position: absolute;
  top: 31px;
  left: 6%;
}

.loginPriceright {
  position: absolute;
  top: 31px;
  left: 49%;
}

.extraPriceleft {
  position: absolute;
  top: 92px;
  left: -2%;
}

.extraPriceright {
  position: absolute;
  top: 92px;
  left: 61%;
}

@media only screen and (max-width: 1825px) {
  .extraPrice {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1725px) {
  .extraPrice {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1625px) {
  .extraPrice {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1513px) {
  .extraPrice {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1800px) {
  .loginPrice {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1800px) {
  .loginPrice {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1513px) {
  .loginPrice {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1664px) {
  .originalpriceleft {
    left: 10%;
  }
}

.el-dialog__headerbtn .el-dialog__close {
  color: #000;
}

.paddbott {
  padding-bottom: 0px;
}

.margtop {
  margin-top: 25px;
}

footer .footer-navbar .container {
  width: 100%;
}

.common-content-buynow {
  height: 42px;
  background: #e4379e;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.blowout-countdown-pc {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 18px 240px;
  background-color: linear-gradient(134deg, #FB56B9 0%, #F791AF 100%);
  background: url('/image/idol/weeksale/line-banner-pc.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 64px;
}
.blowout-countdown-pc img {
  height: 56px;
}
.blowout-countdown-right-pc {
  font-size: 28px;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
}
.blowout-countdown-right-pc-time {
  background-color: #fff;
  color: #000;
  padding: 5px;
  font-size: 24px;
}
.blowout-countdown-right-pc-text {
  padding-right: 8px;
}
.product-detail-left {
  background: url("/image/activeModule/leftBg-PC.png") no-repeat center top;
  background-size: 100%;
  font-size: 16px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 600;
  color: #830949;
  line-height: 53px;
  padding-left: 15px;
  margin-top: 20px;
}
.product-detail-left span {
  font-size: 22px;
}
.detail-discount {
  position: absolute;
  top: 3px;
  left: 3px;
  background: url("/image/activeModule/product_dis_bg.png") no-repeat center top;
  width: 85px;
  height: 31px;
  background-size: 100%;
  font-size: 18px;
  font-family: Roboto-Bold, Roboto;
  font-weight: 700;
  color: #000000;
  line-height: 31px;
  text-align: center;
}
.blowout-top-pc {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 15px;
}
.blowout-top-inner-pc {
  background-color: #FEDDF1;
  text-align: center;
  cursor: pointer;
  min-width: 14%;
  color: #DB1984;
}
.blowout-top-tit-pc {
  display: block;
  font-size: 30px;
  font-family: Arial;
  font-weight: bold;
  font-weight: 800;
  padding: 36px 4px 4px 4px;
}
.blowout-top-sub-pc {
  display: block;
  font-size: 25px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  line-height: 29px;
}
.blow-top-discount-pc {
  display: block;
  font-size: 32px;
  font-family: Impact-Regular, Impact;
  font-weight: 400;
  line-height: 39px;
  padding-bottom: 34px;
}
.weekAcive {
  color: #fff;
  background: #DA1984;
}

.firstactive {
  background: #FDECFA;
  color: #BFADB7;
}

.firstactive.soltAcive,
.firstactive:hover {
  background: #f3ecf0;
  color: #d5b1bf;
}

.lasttactive.soltAcive,
.lasttactive:hover {
  background: #ffe8f1;
  color: #ed95b6;
}

.lastback {
  background: #FEDDF1;
  color: #DB1984;
  cursor: default;
}
.firstback {
  background: #FDECFA;
  color: #BFADB7;
  cursor: default;
}

.breadcrumbs {
  display: none;
}


.content-wrap-wrap{
  width:49%;
  /* height: 400px; */
  margin: 15px 0;
  display: flex;
  background: #fff;
  padding-bottom: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.content-wrap-wrap:nth-child(odd){
  margin-right: 2%;

}
.content-wrap{
  display:flex;
  justify-content: space-between;
  background: #fff;
  padding:15px 10px;
  /* height: 85%; */
}
.content-wrap-left{
  flex:1;
  position: relative;
}
.show-tips {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  z-index: 3;
}
.content-wrap-right{
  flex: 1;
  margin-left:10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.show-img{
  width: 100%;
}
.catalogtoprightdivpname{
  font-family: ArialMT;
font-size: 15px;
font-weight: bold;
font-stretch: normal;
line-height: 23px;
letter-spacing: 0px;
color: #000000;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
.catalogtoprightdivpoptiontitle{
  font-size: 14px;
font-weight: normal;
font-stretch: normal;
line-height: 20px;
letter-spacing: 0px;
color: #000000;
  /* font-weight:bolder; */
}
.el-radio--medium.is-bordered {
  padding: 0px 13px;
  border-radius: 0px;
  border: 1px solid #dcdfe6;
  color: #000;
}
.el-radio__label {
  padding-left:0;
}
.content-price{
  background: url('/image/idol/24sale/price-pc.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height:84px;
  margin-top:10px;
}
.now-price{
font-family: Arial-BoldMT;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: inline-block;
  float: right;
  margin-right: 45px;
  line-height: 35px;
  font-weight:bolder;
}
.content-whole-wrap {
  background-color: #FCF4FB;
  margin-bottom: 30px;
  padding-bottom: 1px;
  padding-left: 240px;
  padding-right: 240px;
  display: flex;
  flex-wrap: wrap;
}
.common-view-btn {
  border: 1px solid #000000;
  font-size: 16px;
  padding: 10px 0;
  color: #000;
  font-weight: 400;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  cursor: pointer;
}
.el-radio.is-bordered.is-checked {
  border: 1px solid #DB1984;   
  background: #FFF8FD;
}
.el-radio__input.is-checked+.el-radio__label { 
  color: #DB1984;
}
.detail-img {
  width: 100%;
}
.code-tips {
  width: 100%;
  position: absolute;
  bottom: 1%;
  z-index: 2;
  left: 0;
}
.special-do {
  margin-top: 5px;
  margin-left: 10px;
  width: 96%;
  font-size: 16px;
  height:40px;
  line-height: 40px;
  background: #DB1984;
  border: 2px solid #DB1984;
}
.catalogtoprightdivpoptiondiv {
  margin-top:5px;
  margin-bottom: 10px;
  height: 180px;
  overflow: scroll;
}
.remain-show{
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  background: url('/image/idol/weeksale/rem.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 26px;
  text-indent: 1em;
  margin-top: 5px;
  position: relative;
  z-index: 2;
}
.detail-img-bg {
  background: url('/image/idol/weeksale//main-img-bg-pc.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-tips {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
}
.weekBuyBtn {
  width: 96%;
  background: #DB1984;
  height: 50px;
  text-align: -webkit-center;
  line-height: 50px;
  color: white;
  font-weight: 600;
  margin-left: 10px;
}
.firstback {
  background: #FDECFA;
  color: #BFADB7;
}
.lastback {
  background: #FEDDF1;
  color: #DB1984;
}
.like-line {
  margin-top: 15px;
  height: 15px;
  background: linear-gradient(134deg, #FB56B9 0%, #F791AF 100%);
}

.sticky-top {
  position: sticky;
  top: 60px;
  z-index: 99;
  background: #fcf4fb;
  padding-bottom: 1px;
}