@charset "utf-8";
.cover-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: #000;
    opacity: 0.5;
    display: none;
  }
  .biaozhun,
  .jichu,
  .yingxiao,
  .zhizun {
    display: none;
  }
  .product-box {
    width: 100%;
    background-color: #fff;
    border-radius: 0.5rem 0.5rem 0 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    opacity: 1;
    padding: 0.9rem;
  }
@media screen and (max-width: 768px) {
  
  .product-size1 {
    width: 100%;
    font-family: PingFangSC-Medium;
    font-size: 0.65rem;
    font-weight: 550;
    line-height: 0.8rem;
    letter-spacing: 0;
    color: #333;
    position: relative;
    margin-bottom: 0.7rem;
  }
  .product-remove {
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 0rem;
    right: 0rem;
  }
  .product-size5-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .product-size5-list .product-size5 {
    width: 48.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.7rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-size5-list .product-size5 img {
    display: inline-block;
    width: 0.6rem;
    height: auto;
    margin-right: 0.4rem;
  }
  .product-size2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.7rem;
  }
  .product-size2 img {
    display: inline-block;
    width: 0.6rem;
    height: auto;
    margin-right: 0.4rem;
  }
  .product-size3 {
    display: inline-block;
    width: calc(100% - 1rem);
    font-size: 0.55rem;
    color: #333;
    line-height: 0.8rem;
  }
  .product-size4 {
    font-weight: bold;
  }
  .product-btn {
    width: 100%;
    height: 1.9rem;
    line-height: 1.9rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#ee8458), to(#eb5b4a));
    background-image: -o-linear-gradient(left, #ee8458 0, #eb5b4a 100%);
    background-image: linear-gradient(90deg, #ee8458 0, #eb5b4a 100%);
    border-radius: 0.3rem;
    font-family: PingFangSC-Regular;
    font-size: 0.7rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    outline: none;
    border: none;
  }
}
