body {
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  background-color: #ffffff;
}
.head {
  width: 100%;
  background: linear-gradient(180deg, #fc4f1d 0%, #fc7330 100%);
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  height: 5.066667rem;
}
.head .headBox {
  width: 90%;
  height: 2.026667rem;
  margin: 0.533333rem auto 0;
  font-size: 0.746667rem;
  display: flex;
  background-color: #ffffff;
  align-items: center;
  padding: 0 1.333333rem;
}
.head .headBox input {
  height: 100%;
  border: none;
  margin-bottom: 0;
  padding: 0 0.533333rem;
}
.head .headBox .headImg {
  width: 0.8752rem;
  height: 0.8752rem;
  display: inline-block;
}
.head .navBar {
  display: flex;
  height: 2.56rem;
  line-height: 2.56rem;
  justify-content: space-around;
  font-size: 0.8rem;
}
.head .navBar .activeLi {
  font-weight: bold;
  font-size: 0.853333rem;
  position: relative;
}
.head .navBar .activeLi::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 0.16rem;
  background: #ffffff;
  border-radius: 0.8rem;
}
.classifyBox {
  display: flex;
  position: absolute;
  left: 0rpx;
  top: 5.066667rem;
  width: 100%;
  bottom: 0;
}
.classifyBox .leftBox {
  width: 33.3%;
  background-color: #f7f7f7;
  height: calc(100vh - 5.066667rem);
  overflow: scroll;
}
.classifyBox .leftBox::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.classifyBox .leftBox .leftLi {
  height: 2.293333rem;
  line-height: 2.293333rem;
  color: #666666;
  text-align: center;
  font-size: 0.746667rem;
}
.classifyBox .leftBox .activeLeft {
  background-color: #ffffff;
}
.classifyBox .rightBox {
  overflow: scroll;
  width: 66.7%;
  padding: 0 1.6rem;
}
.classifyBox .rightBox::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.classifyBox .rightBox .rightLi {
  height: 2.293333rem;
  line-height: 2.293333rem;
  color: #666666;
  font-size: 0.746667rem;
}
.classifyBox .rightBox .fw {
  color: #222222;
  font-weight: 600;
}
/* 购物车 */
.carBox {
  height: 2.986667rem;
  width: 2.986667rem;
  position: fixed;
  bottom: 10%;
  right: 0.586667rem;
  background-color: #fc4f1d;
  box-shadow: 0px 6px 12px rgba(252, 79, 29, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carBox .num {
  padding: 0.186667rem;
  color: #fc4f1d;
  border: 0.5px solid #fc4f1d;
  position: absolute;
  left: 2.186667rem;
  top: -0.693333rem;
  border-radius: 50%;
  font-size: 0.533333rem;
  z-index: 99;
}
.carBox .carImage {
  width: 1.493333rem;
  height: 1.413333rem;
}
.cover {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.97;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
.cover .cover-content {
  width: 100%;
  height: 18.666667rem;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  border-radius: 0.533333rem 0.533333rem 0 0;
  text-align: center;
  padding: 1.013333rem 0.853333rem;
}
.cover .cover-content .title {
  font-size: 0.853333rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 0.533333rem;
}
.cover .cover-content .closeIcon {
  width: 0.845867rem;
  height: 0.8448rem;
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
}
.cover .br-lieBox-rightBox {
  border-bottom: none;
}
.cover .br-lieBox-rightBox .mobile {
  font-size: 0.8rem;
  color: #222;
  margin-right: 0.853333rem;
  font-weight: 400;
}
.cover .br-lieBox-rightBox input {
  width: 5.493333rem;
  margin-bottom: 0;
  flex: 1;
  border: none;
  background-color: #F7F7F7;
  font-size: 0.746667rem;
  padding: 0.586667rem 0.533333rem;
}
.cover .br-lieBox-rightBox .verification {
  flex: 1;
  width: 4.533333rem;
  height: 1.6rem;
  line-height: 1.6rem;
  background: #FC4F1D;
  border-radius: 0.266667rem;
  font-size: 0.64rem;
  color: #fff;
  text-align: center;
  margin-left: 2.453333rem;
}
.cover .waybox {
  display: flex;
  height: 2.933333rem;
  line-height: 2.933333rem;
  margin-left: 0.853333rem;
  position: relative;
  align-items: center;
}
.cover .waybox .leftTitle {
  color: #222222;
  font-size: 0.8rem;
  font-weight: 400;
}
.cover .waybox .radioBox {
  position: absolute;
  right: 3.64rem;
  display: flex;
  margin-left: 0.8rem;
}
.cover .waybox .radioBox .radio {
  display: flex;
  align-items: center;
  font-size: 0.746667rem;
  font-weight: 400;
  color: #222222;
  margin-left: 0.8rem;
  width: 4.266667rem;
}
.cover .waybox .radioBox .radio .radioIcon {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.266667rem;
}
