@charset "UTF-8";
.parent .main {
  /* 1. 超小屏幕下  小于 768  布局容器的宽度为 100% */
}

.parent .main .PC {
  width: 27.64rem;
  margin: 0 auto;
  margin-top: 0.6rem;
  margin-bottom: 2rem;
  font-size: 0.28rem;
}

.parent .main .PC .product {
  display: flex;
  justify-content: space-between;
}

.parent .main .PC .product .main_picture {
  width: 13.58rem;
}

.parent .main .PC .product .main_picture .img_box {
  width: 100%;
  height: 13.26rem;
  position: relative;
}

.parent .main .PC .product .main_picture .img_box img {
  width: 100%;
  height: 100%;
}

.parent .main .PC .product .main_picture .img_box .back_off, .parent .main .PC .product .main_picture .img_box .forward {
  width: 0.68rem;
  height: 0.68rem;
  position: absolute;
  top: 6.3rem;
  cursor: pointer;
}

.parent .main .PC .product .main_picture .img_box .back_off {
  left: 0.1rem;
}

.parent .main .PC .product .main_picture .img_box .forward {
  right: 0.1rem;
}

.parent .main .PC .product .product_msg {
  width: 13.06rem;
}

.parent .main .PC .product .product_msg p {
  margin-bottom: 0.16rem;
}

.parent .main .PC .product .product_msg .p1 {
  font-size: 0.28rem;
}

.parent .main .PC .product .product_msg .p2 {
  font-size: 0.48rem;
  line-height: 1.5;
}

.parent .main .PC .product .product_msg .p3 {
  font-size: 0.28rem;
  color: #BBBBBB;
}

.parent .main .PC .product .product_msg .title {
  font-size: 0.32rem;
}

.parent .main .PC .product .product_msg .time {
  width: 13.06rem;
  height: 0.84rem;
  font-size: 0.34rem;
  color: #4D1D1D;
  background: linear-gradient(to right, #EFCF93, #DEB86E);
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.32rem;
}

.parent .main .PC .product .product_msg .time .div2 > span {
  display: inline-block;
  width: 0.86rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background-color: #000000;
  font-size: 0.26rem;
  color: #FFFFFF;
  text-align: center;
  margin-right: 0.36rem;
  position: relative;
}

.parent .main .PC .product .product_msg .time .div2 > span span {
  position: absolute;
  right: -0.3rem;
  font-size: 0.26rem;
  color: #FFFFFF;
}

.parent .main .PC .product .product_msg .discount {
  width: 13.06rem;
  min-height: 2.2rem;
  background: #F5F5F5;
  margin-top: 0.16rem;
  padding: 0.4rem 0.32rem;
}

.parent .main .PC .product .product_msg .discount p {
  display: flex;
  align-items: center;
}

.parent .main .PC .product .product_msg .discount p img {
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.22rem;
}

.parent .main .PC .product .product_msg .discount p span {
  font-size: 0.32rem;
}

.parent .main .PC .product .product_msg .discount .items {
  line-height: 0.48rem;
  padding-left: 0.74rem;
}

.parent .main .PC .product .product_msg .discount .items span {
  color: #FF5141;
}

.parent .main .PC .product .product_msg .price {
  margin-top: 0.16rem;
}

.parent .main .PC .product .product_msg .price .sp1 {
  color: #555555;
  font-size: 0.32rem;
}

.parent .main .PC .product .product_msg .price .sp2 {
  color: #FF5141;
  font-size: 0.6rem;
}

.parent .main .PC .product .product_msg .price .sp3 {
  color: #BBBBBB;
  text-decoration: line-through;
}

.parent .main .PC .product .product_msg .specs {
  margin-top: 0.7rem;
}

.parent .main .PC .product .product_msg .specs .items {
  display: inline-block;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  font-size: 12px;
  border: 1px solid #CCCCCC;
  margin-right: 0.24rem;
  margin-top: 0.3rem;
  background-size: contain;
  cursor: pointer;
  position: relative;
  padding: 0 0.4rem;
}

.parent .main .PC .product .product_msg .specs .items img {
  width: 16px;
  height: 16px;
  position: absolute;
  right: -1px;
  bottom: 0;
}

.parent .main .PC .product .product_msg .specs .active {
  border: 2px solid #333333;
}

.parent .main .PC .product .product_msg .quality {
  margin-top: 0.7rem;
}

.parent .main .PC .product .product_msg .quality .div1 {
  margin-bottom: 0.22rem;
}

.parent .main .PC .product .product_msg .quality .div2 {
  display: flex;
  align-items: center;
}

.parent .main .PC .product .product_msg .quality .div2 .btn {
  width: 0.62rem;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  border: 1px solid #DDDDDD;
  cursor: pointer;
}

.parent .main .PC .product .product_msg .quality .div2 .el-input__inner {
  width: 1.14rem;
  height: 0.68rem;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.parent .main .PC .product .product_msg .quality .div2 .stock {
  margin-left: 0.14rem;
  font-size: 16px;
}

.parent .main .PC .product .product_msg .operation {
  margin-top: 0.52rem;
}

.parent .main .PC .product .product_msg .operation .el-button {
  width: 6.02rem;
  height: 0.98rem;
}

.parent .main .PC .product .product_msg .operation img {
  width: 6.02rem;
  height: 1.42rem;
}

.parent .main .PC .description {
  margin-top: 1.6rem;
}

.parent .main .PC .description .title {
  width: 100%;
  height: 1.02rem;
  line-height: 1.02rem;
  font-size: 0.4rem;
  padding-left: 0.4rem;
}

.parent .main .PC .description .details {
  width: 24rem;
  margin-top: 0.64rem;
}

.parent .main .PC .description .details img {
  max-width: 24rem;
}

.parent .main .PC .more {
  margin-top: 2.08rem;
}

.parent .main .PC .more .title {
  width: 100%;
  height: 1.02rem;
  line-height: 1.02rem;
  font-size: 0.4rem;
  padding-left: 0.4rem;
  border: 1px solid #ECECEC;
}

.parent .main .PC .more ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1.6rem;
}

.parent .main .PC .more ul li {
  width: 6.4rem;
  text-align: center;
}

.parent .main .PC .more ul li img {
  width: 100%;
  height: 6.4rem;
}

.parent .main .PC .more ul li p {
  margin-top: 0.1rem;
}

.parent .main .PC .more ul li .p1 {
  color: #555555;
  font-size: 0.4rem;
}

.parent .main .PC .more ul li .p2 {
  color: #FF5141;
  font-size: 0.5rem;
}

.parent .main .mobile {
  width: 28.04rem;
  margin: 0 auto;
  margin-bottom: 1.4rem;
}

.parent .main .mobile .main_picture {
  height: 27.4rem;
}

.parent .main .mobile .main_picture img {
  width: 100%;
  height: 100%;
}

.parent .main .mobile .product_msg .p1 {
  font-size: 1.04rem;
  margin-top: 0.56rem;
}

.parent .main .mobile .product_msg .p2 {
  font-size: 1.36rem;
  margin-top: 0.32rem;
  line-height: 1.5;
}

.parent .main .mobile .product_msg .p3 {
  font-size: 1.04rem;
  color: #BBBBBB;
  margin-top: 0.4rem;
}

.parent .main .mobile .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.44rem;
  font-size: 1.04rem;
  color: #4D1D1D;
  background: linear-gradient(to right, #EFCF93, #DEB86E);
  margin-top: 0.96rem;
  padding: 0 0.84rem;
}

.parent .main .mobile .time .div2 > span {
  display: inline-block;
  width: 1.36rem;
  height: 1.32rem;
  line-height: 1.32rem;
  background-color: #000000;
  font-size: 0.64rem;
  color: #FFFFFF;
  text-align: center;
  margin-right: 1.28rem;
  position: relative;
}

.parent .main .mobile .time .div2 > span span {
  position: absolute;
  right: -1.2rem;
  font-size: 0.96rem;
  color: #FFFFFF;
}

.parent .main .mobile .discount {
  min-height: 7.4rem;
  background: #F5F5F5;
  margin-top: 0.68rem;
  padding: 1.36rem 1rem;
}

.parent .main .mobile .discount p {
  display: flex;
  align-items: center;
}

.parent .main .mobile .discount p img {
  width: 1.84rem;
  height: 1.84rem;
  margin-right: 0.44rem;
}

.parent .main .mobile .discount p span {
  font-size: 1.04rem;
}

.parent .main .mobile .discount .items {
  line-height: 1.2rem;
  font-size: 0.84rem;
  padding-left: 2.28rem;
}

.parent .main .mobile .discount .items span {
  color: #FF5141;
}

.parent .main .mobile .price {
  margin-top: 0.88rem;
}

.parent .main .mobile .price .sp1 {
  color: #000000;
  font-size: 1.6rem;
}

.parent .main .mobile .price .sp2 {
  color: #666666;
  font-size: 0.96rem;
  margin-left: 0.24rem;
  text-decoration: line-through;
}

.parent .main .mobile .b_specs {
  margin-top: 0.92rem;
}

.parent .main .mobile .b_specs .title {
  font-size: 3.73333vw;
}

.parent .main .mobile .b_specs .items {
  display: inline-block;
  height: 2.88rem;
  line-height: 2.88rem;
  text-align: center;
  font-size: 1.04rem;
  border: 1px solid #CCCCCC;
  margin-right: 0.8rem;
  margin-top: 0.44rem;
  cursor: pointer;
  position: relative;
  padding: 0 0.8rem;
}

.parent .main .mobile .b_specs .items img {
  width: 1.36rem;
  height: 1.36rem;
  position: absolute;
  right: -0.04rem;
  bottom: 0;
}

.parent .main .mobile .b_specs .active {
  border: 1px solid #333333;
}

.parent .main .mobile .specs {
  min-height: 5.08rem;
  border: 1px solid #EAEAEA;
  font-size: 1.2rem;
  margin-top: 0.44rem;
  padding-left: 0.84rem;
  padding-top: 1.32rem;
  position: relative;
}

.parent .main .mobile .specs .sp {
  color: #555555;
  font-size: 1.2rem;
}

.parent .main .mobile .specs::after {
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #999999;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 2rem;
  right: 1.6rem;
}

.parent .main .mobile .quality {
  margin-top: 0.68rem;
}

.parent .main .mobile .quality .div1 {
  font-size: 1.12rem;
  margin-bottom: 0.52rem;
}

.parent .main .mobile .quality .div2 {
  display: flex;
  align-items: center;
}

.parent .main .mobile .quality .div2 div {
  display: flex;
  align-items: center;
}

.parent .main .mobile .quality .div2 .btn {
  width: 3.36rem;
  height: 2.88rem;
  line-height: 2.88rem;
  font-size: 1.36rem;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-top: 0;
  border-bottom: 0;
}

.parent .main .mobile .quality .div2 div {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.parent .main .mobile .quality .div2 input {
  width: 6.28rem;
  height: 2.88rem;
  text-align: center;
  border: 1px solid #DDDDDD;
  border: 0;
  outline: none;
}

.parent .main .mobile .quality .div2 .stock {
  margin-left: 0.44rem;
  font-size: 1.28rem;
}

.parent .main .mobile .outer_chain {
  margin-top: 1.44rem;
  width: 100%;
  height: 4.32rem;
}

.parent .main .mobile .outer_chain img {
  width: 100%;
  height: 100%;
}

.parent .main .mobile .operation {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  z-index: 100;
}

.parent .main .mobile .operation .el-button {
  width: 13.44rem;
  height: 3.16rem;
}

.parent .main .mobile .operation .el-button + .el-button {
  margin-left: 0.92rem;
}

.parent .main .mobile .operation img {
  width: 28.04rem;
  height: 4.32rem;
}

.parent .main .mobile .description {
  margin-top: 2.72rem;
}

.parent .main .mobile .description .title {
  width: 100%;
  height: 3.08rem;
  line-height: 3.08rem;
  font-size: 1.44rem;
  padding-left: 1.24rem;
  border: 1px solid #ECECEC;
}

.parent .main .mobile .description .details {
  width: 28rem;
  margin-top: 1.24rem;
}

.parent .main .mobile .description .details img {
  width: 100%;
}

.parent .main .mobile .more {
  margin-top: 1.68rem;
}

.parent .main .mobile .more .title {
  width: 100%;
  height: 3.08rem;
  line-height: 3.08rem;
  font-size: 1.44rem;
  padding-left: 1.24rem;
  border: 1px solid #ECECEC;
}

.parent .main .mobile .more ul {
  display: flex;
  margin-top: 0.8rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.parent .main .mobile .more ul li {
  width: 13.6rem;
  margin-bottom: 0.44rem;
  text-align: center;
}

.parent .main .mobile .more ul li img {
  width: 100%;
  height: 13.6rem;
}

.parent .main .mobile .more ul li p {
  margin-top: 0.36rem;
}

.parent .main .mobile .more ul li .p1 {
  color: #555555;
  font-size: 1.12rem;
}

.parent .main .mobile .more ul li .p2 {
  color: #FF5141;
  font-size: 1.28rem;
}

.parent .main .mobile .specs_pop {
  min-height: 70vh;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #FFFFFF;
}

.parent .main .mobile .specs_pop .top {
  width: 100%;
  height: 9.96rem;
  border-bottom: 1px solid #DDDDDD;
  padding: 1.4rem 1.2rem;
  display: flex;
  justify-content: space-between;
}

.parent .main .mobile .specs_pop .top .img_box {
  width: 7.44rem;
  height: 7.44rem;
}

.parent .main .mobile .specs_pop .top .img_box img {
  width: 100%;
  height: 100%;
}

.parent .main .mobile .specs_pop .top .price {
  flex: 1;
  margin-left: 1.04rem;
}

.parent .main .mobile .specs_pop .top .price .sp1 {
  font-size: 1.6rem;
}

.parent .main .mobile .specs_pop .top .price .sp2 {
  font-size: 0.96rem;
  color: #666666;
}

.parent .main .mobile .specs_pop .bottom {
  padding: 0 1.2rem;
  padding-bottom: 1.4rem;
}

.parent .main .mobile .specs_pop .bottom .b_specs {
  margin-top: 0.92rem;
}

.parent .main .mobile .specs_pop .bottom .b_specs .items {
  display: inline-block;
  height: 2.88rem;
  line-height: 2.88rem;
  text-align: center;
  font-size: 1.04rem;
  border: 1px solid #CCCCCC;
  margin-right: 0.8rem;
  margin-top: 0.44rem;
  cursor: pointer;
  position: relative;
  padding: 0 0.8rem;
}

.parent .main .mobile .specs_pop .bottom .b_specs .items img {
  width: 1.36rem;
  height: 1.36rem;
  position: absolute;
  right: -0.04rem;
  bottom: 0;
}

.parent .main .mobile .specs_pop .bottom .b_specs .active {
  border: 1px solid #333333;
}

.parent .main .mobile .specs_pop .bottom .b_quality {
  margin-top: 1.12rem;
}

.parent .main .mobile .specs_pop .bottom .b_quality .div1 {
  margin-bottom: 0.44rem;
}

.parent .main .mobile .specs_pop .bottom .b_quality .div2 {
  display: flex;
  align-items: center;
}

.parent .main .mobile .specs_pop .bottom .b_quality .div2 div {
  display: flex;
  align-items: center;
}

.parent .main .mobile .specs_pop .bottom .b_quality .div2 .btn {
  width: 3.36rem;
  height: 3.48rem;
  line-height: 3.48rem;
  font-size: 1.36rem;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-top: 0;
  border-bottom: 0;
}

.parent .main .mobile .specs_pop .bottom .b_quality .div2 div {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.parent .main .mobile .specs_pop .bottom .b_quality .div2 input {
  width: 6.52rem;
  height: 3.48rem;
  text-align: center;
  border: 1px solid #DDDDDD;
  border: 0;
  outline: none;
}

.parent .main .mobile .specs_pop .bottom .b_quality .div2 .stock {
  margin-left: 0.44rem;
  font-size: 1.28rem;
}

.parent .main .mobile .specs_pop .bottom .b_operation {
  margin-top: 1.84rem;
}

.parent .main .mobile .specs_pop .bottom .b_operation .el-button {
  width: 100%;
  height: 3.28rem;
  font-size: 1.12rem;
}

.parent .main .mobile .specs_pop .close {
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  right: 1.08rem;
  top: 2.16rem;
  font-size: 1.2rem;
}

.parent .main .mobile .specs_pop .close img {
  width: 50%;
  height: 50%;
}

@media screen and (max-width: 750px) {
  .parent .main .mobile {
    width: 93.46667vw;
    margin: 0 auto;
    margin-bottom: 4.66667vw;
  }
  .parent .main .mobile .main_picture {
    height: 91.33333vw;
  }
  .parent .main .mobile .main_picture img {
    width: 100%;
    height: 100%;
  }
  .parent .main .mobile .product_msg .p1 {
    font-size: 3.46667vw;
    margin-top: 1.86667vw;
  }
  .parent .main .mobile .product_msg .p2 {
    font-size: 4.53333vw;
    margin-top: 1.06667vw;
    line-height: 1.5;
  }
  .parent .main .mobile .product_msg .p3 {
    font-size: 3.46667vw;
    color: #BBBBBB;
    margin-top: 1.33333vw;
  }
  .parent .main .mobile .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8.13333vw;
    font-size: 3.46667vw;
    color: #4D1D1D;
    background: linear-gradient(to right, #EFCF93, #DEB86E);
    margin-top: 3.2vw;
    padding: 0 2.8vw;
  }
  .parent .main .mobile .time .div2 > span {
    display: inline-block;
    width: 4.53333vw;
    height: 4.4vw;
    line-height: 4.4vw;
    background-color: #000000;
    font-size: 2.13333vw;
    color: #FFFFFF;
    text-align: center;
    margin-right: 1.73333vw;
    position: relative;
  }
  .parent .main .mobile .time .div2 > span span {
    position: absolute;
    right: 4vw;
    font-size: 3.2vw;
    color: #FFFFFF;
  }
  .parent .main .mobile .discount {
    min-height: 27.33333vw;
    background: #F5F5F5;
    margin-top: 2.26667vw;
    padding: 4.53333vw 3.33333vw;
  }
  .parent .main .mobile .discount p {
    display: flex;
    align-items: center;
  }
  .parent .main .mobile .discount p img {
    width: 6.13333vw;
    height: 6.13333vw;
    margin-right: 1.46667vw;
  }
  .parent .main .mobile .discount p span {
    font-size: 3.46667vw;
  }
  .parent .main .mobile .discount .items {
    line-height: 4vw;
    font-size: 2.8vw;
    padding-left: 7.6vw;
  }
  .parent .main .mobile .discount .items span {
    color: #FF5141;
  }
  .parent .main .mobile .price {
    margin-top: 2.93333vw;
  }
  .parent .main .mobile .price .sp1 {
    color: #000000;
    font-size: 5.33333vw;
  }
  .parent .main .mobile .price .sp2 {
    color: #666666;
    font-size: 3.2vw;
    margin-left: 0.8vw;
    text-decoration: line-through;
  }
  .parent .main .mobile .b_specs {
    margin-top: 3.06667vw;
  }
  .parent .main .mobile .b_specs .title {
    font-size: 3.73333vw;
  }
  .parent .main .mobile .b_specs .items {
    display: inline-block;
    height: 8.4vw;
    line-height: 8.4vw;
    text-align: center;
    font-size: 3.46667vw;
    border: 1px solid #CCCCCC;
    margin-right: 2.66667vw;
    margin-top: 1.46667vw;
    cursor: pointer;
    position: relative;
    padding: 0 2.66667vw;
  }
  .parent .main .mobile .b_specs .items img {
    width: 4.53333vw;
    height: 4.53333vw;
    position: absolute;
    right: -0.13333vw;
    bottom: 0;
  }
  .parent .main .mobile .b_specs .active {
    border: 1px solid #333333;
  }
  .parent .main .mobile .specs {
    min-height: 16.93333vw;
    border: 1px solid #EAEAEA;
    font-size: 4vw;
    margin-top: 1.46667vw;
    padding-left: 2.8vw;
    padding-top: 4.4vw;
    position: relative;
  }
  .parent .main .mobile .specs .sp {
    color: #555555;
    font-size: 4vw;
  }
  .parent .main .mobile .specs::after {
    content: '';
    display: inline-block;
    width: 4vw;
    height: 4vw;
    border: 2px solid #999999;
    border-top: 0;
    border-left: 0;
    transform: rotate(-45deg);
    position: absolute;
    top: 6.66667vw;
    right: 5.33333vw;
  }
  .parent .main .mobile .quality {
    margin-top: 2.26667vw;
  }
  .parent .main .mobile .quality .div1 {
    font-size: 3.73333vw;
    margin-bottom: 1.73333vw;
  }
  .parent .main .mobile .quality .div2 {
    display: flex;
    align-items: center;
  }
  .parent .main .mobile .quality .div2 div {
    display: flex;
    align-items: center;
  }
  .parent .main .mobile .quality .div2 .btn {
    width: 11.2vw;
    height: 9.6vw;
    line-height: 9.6vw;
    font-size: 4.53333vw;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 0;
    border-bottom: 0;
  }
  .parent .main .mobile .quality .div2 div {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }
  .parent .main .mobile .quality .div2 input {
    width: 20.93333vw;
    height: 9.6vw;
    text-align: center;
    border: 1px solid #DDDDDD;
    border: 0;
    outline: none;
  }
  .parent .main .mobile .quality .div2 .stock {
    margin-left: 1.46667vw;
    font-size: 4.26667vw;
  }
  .parent .main .mobile .outer_chain {
    margin-top: 4.8vw;
    width: 100%;
    height: 14.4vw;
  }
  .parent .main .mobile .outer_chain img {
    width: 100%;
    height: 100%;
  }
  .parent .main .mobile .operation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    height: 13.33333vw;
    text-align: center;
    line-height: 13.33333vw;
    z-index: 100;
  }
  .parent .main .mobile .operation .el-button {
    width: 44.8vw;
    height: 10.53333vw;
  }
  .parent .main .mobile .operation .el-button + .el-button {
    margin-left: 1.33333vw;
  }
  .parent .main .mobile .operation img {
    width: 93.46667vw;
    height: 14.4vw;
  }
  .parent .main .mobile .description {
    margin-top: 9.06667vw;
  }
  .parent .main .mobile .description .title {
    width: 100%;
    height: 10.26667vw;
    line-height: 10.26667vw;
    font-size: 4.8vw;
    padding-left: 4.13333vw;
    border: 1px solid #ECECEC;
  }
  .parent .main .mobile .description .details {
    width: 93.33333vw;
    margin-top: 4.13333vw;
  }
  .parent .main .mobile .description .details img {
    width: 100%;
  }
  .parent .main .mobile .more {
    margin-top: 5.6vw;
  }
  .parent .main .mobile .more .title {
    width: 100%;
    height: 10.26667vw;
    line-height: 10.26667vw;
    font-size: 4.8vw;
    padding-left: 4.13333vw;
    border: 1px solid #ECECEC;
  }
  .parent .main .mobile .more ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.66667vw;
  }
  .parent .main .mobile .more ul li {
    width: 45.33333vw;
    margin-bottom: 0.44rem;
    text-align: center;
  }
  .parent .main .mobile .more ul li img {
    width: 100%;
    height: 45.33333vw;
  }
  .parent .main .mobile .more ul li p {
    margin-top: 1.2vw;
  }
  .parent .main .mobile .more ul li .p1 {
    color: #555555;
    font-size: 3.73333vw;
  }
  .parent .main .mobile .more ul li .p2 {
    color: #FF5141;
    font-size: 4.26667vw;
  }
  .parent .main .mobile .specs_pop {
    min-height: 70vh;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #FFFFFF;
  }
  .parent .main .mobile .specs_pop .top {
    width: 100%;
    height: 33.2vw;
    border-bottom: 1px solid #DDDDDD;
    padding: 4.66667vw 4vw;
    display: flex;
    justify-content: space-between;
  }
  .parent .main .mobile .specs_pop .top .img_box {
    width: 24.8vw;
    height: 24.8vw;
  }
  .parent .main .mobile .specs_pop .top .img_box img {
    width: 100%;
    height: 100%;
  }
  .parent .main .mobile .specs_pop .top .price {
    flex: 1;
    margin-left: 3.46667vw;
  }
  .parent .main .mobile .specs_pop .top .price .sp1 {
    font-size: 5.33333vw;
  }
  .parent .main .mobile .specs_pop .top .price .sp2 {
    font-size: 3.2vw;
    color: #666666;
  }
  .parent .main .mobile .specs_pop .bottom {
    padding: 0 4vw;
    padding-bottom: 4.66667vw;
  }
  .parent .main .mobile .specs_pop .bottom .b_specs {
    margin-top: 3.06667vw;
  }
  .parent .main .mobile .specs_pop .bottom .b_specs .items {
    display: inline-block;
    height: 8.4vw;
    line-height: 8.4vw;
    text-align: center;
    font-size: 3.46667vw;
    border: 1px solid #CCCCCC;
    margin-right: 2.66667vw;
    margin-top: 1.46667vw;
    cursor: pointer;
    position: relative;
    padding: 0 2.66667vw;
  }
  .parent .main .mobile .specs_pop .bottom .b_specs .items img {
    width: 4.53333vw;
    height: 4.53333vw;
    position: absolute;
    right: -0.13333vw;
    bottom: 0;
  }
  .parent .main .mobile .specs_pop .bottom .b_specs .active {
    border: 1px solid #333333;
  }
  .parent .main .mobile .specs_pop .bottom .b_quality {
    margin-top: 3.73333vw;
  }
  .parent .main .mobile .specs_pop .bottom .b_quality .div1 {
    margin-bottom: 1.46667vw;
  }
  .parent .main .mobile .specs_pop .bottom .b_quality .div2 {
    display: flex;
    align-items: center;
  }
  .parent .main .mobile .specs_pop .bottom .b_quality .div2 div {
    display: flex;
    align-items: center;
  }
  .parent .main .mobile .specs_pop .bottom .b_quality .div2 .btn {
    width: 11.2vw;
    height: 10.66667vw;
    line-height: 10.66667vw;
    font-size: 4.53333vw;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 0;
    border-bottom: 0;
  }
  .parent .main .mobile .specs_pop .bottom .b_quality .div2 div {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }
  .parent .main .mobile .specs_pop .bottom .b_quality .div2 input {
    width: 21.73333vw;
    height: 11.6vw;
    text-align: center;
    border: 1px solid #DDDDDD;
    border: 0;
    outline: none;
  }
  .parent .main .mobile .specs_pop .bottom .b_quality .div2 .stock {
    margin-left: 1.46667vw;
    font-size: 4.26667vw;
  }
  .parent .main .mobile .specs_pop .bottom .b_operation {
    margin-top: 6.13333vw;
  }
  .parent .main .mobile .specs_pop .bottom .b_operation .el-button {
    width: 100%;
    height: 10.93333vw;
    font-size: 3.73333vw;
  }
  .parent .main .mobile .specs_pop .close {
    position: absolute;
    width: 7.33333vw;
    height: 7.33333vw;
    right: 3.6vw;
    top: 7.2vw;
    font-size: 4vw;
  }
  .parent .main .mobile .specs_pop .close img {
    width: 50%;
    height: 50%;
  }
}

.parent .main .el-button {
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
}

.parent .main .el-button--primary {
  color: #FFF;
  background-color: #111111;
  border: 0;
}
