html,
body {
  height: 100%;
  overflow: auto;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #1D2129;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
textarea {
  width: 100%;
  min-height: 6rem;
  height: auto;
  line-height: 1rem;
  padding: 0.2rem 0.33rem;
  resize: none;
  transition: all 0.3s;
  box-sizing: border-box;
  outline: none;
  border: none;
}
textarea:focus {
  outline: none;
  border: none;
}
input {
  height: 1.8rem;
  border: none;
}
input:focus {
  border: none;
  outline: none;
}
.form {
  margin: 1rem 0.5rem 5rem;
  border: 0.04rem solid #E5E6EB;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.item {
  height: 2.6rem;
  line-height: 2rem;
  padding-top: 0.4rem;
  position: relative;
  border-top: 0.08rem solid #E5E6EB;
}
.item:first-child {
  border-top: none;
}
.item .important {
  position: absolute;
  left: 0;
  font-size: 1.6rem;
  top: 24%;
  color: #F53F3F;
}
.item .title {
  margin-left: 1rem;
  font-size: 1rem;
}
.item input,
.item textarea {
  border: none;
  font-size: 1rem;
  text-align: right;
}
.item input::placeholder,
.item textarea::placeholder {
  color: #C9CDD4;
}
.item .control {
  float: right;
}
.item.camer-pics {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.item.camer-pics span {
  position: relative;
  display: inline-block;
  width: 30%;
  margin: 0 1.65% 1rem;
}
.item.camer-pics span img {
  width: 100%;
  height: 5rem;
  vertical-align: top;
}
.item.camer-pics span .close {
  position: absolute;
  right: 1.65%;
  top: 0;
}
.item.camer-pics span .close img {
  width: 1.2rem;
  height: 1.2rem;
}
.item.camer-pics .cammer {
  width: 30%;
  height: 5rem;
  margin: 0 1.65% 1rem;
  background: #F7F8FA;
  border-radius: 0.13rem;
  text-align: center;
  font-size: 0.8rem;
  color: #86909C;
}
.item.camer-pics .cammer img {
  width: 2rem;
  height: 2rem;
  margin-top: 0.6rem;
}
.item.camer-pics .cammer .txt {
  line-height: 0.6rem;
}
.icon {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  fill: currentColor;
  overflow: hidden;
  margin: 0 auto 0.3rem;
}
.banner img {
  width: 100%;
}
.card-style {
  background-color: #FFF;
  border-radius: 8px;
  padding: 16px 8px;
  margin-bottom: 16px;
}
.goods .title {
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  margin-top: 24px;
}
.goods .line {
  width: 20px;
  height: 3px;
  background: 0% 0% / cover #0079dc;
  margin: 8px auto;
}
.goods .goods-item {
  text-align: center;
}
.goods .goods-item a.one-item {
  display: inline-block;
  width: calc(50% - 54px);
  background: #fff;
  border-radius: 8px;
  margin: 8px;
  padding: 0px 16px 8px;
  border: 2px solid #FFF;
  position: relative;
}
.goods .goods-item a.one-item img {
  border-radius: 8px;
  width: 100%;
  min-height: 130px;
}
.goods .goods-item a.one-item .goods-item-title {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.goods .goods-item a.one-item .specs {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  color: #333;
}
.goods .goods-item a.one-item .to-bottom {
  margin-top: 32px;
}
.goods .goods-item a.one-item .to-bottom .money {
  float: left;
  font-size: 17px;
  font-weight: 600;
  color: #e40002;
}
.goods .goods-item a.one-item .to-bottom .to-right {
  float: right;
}
.goods .goods-item a.one-item .to-bottom .to-right .text {
  font-size: 12px;
  color: #999;
}
.goods .goods-item a.one-item .to-bottom .to-right .num {
  font-size: 12px;
  color: #333;
}
.goods .goods-item a.active {
  border: 2px solid #16b777;
}
.num-box {
  position: absolute;
  right: 8px;
  bottom: 0;
}
.num-box .sub {
  border: 1px solid #ccc;
  border-radius: 50% 0 0 50%;
  padding: 2px 10px 5px;
}
.num-box .num {
  border: 1px solid #ccc;
  padding: 2px 11px 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.num-box .add {
  border: 1px solid #ccc;
  border-radius: 0 50% 50% 0;
  padding: 2px 10px 5px;
}
.num-box .gray {
  background-color: #EAEAEA;
}
.nav {
  height: 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 0.03rem solid #e5e6eb;
  background-color: #fff;
}
.nav ul {
  padding-top: 0.6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}
.nav ul i {
  font-size: 1rem;
}
.nav ul a {
  position: relative;
  font-size: 0.8rem;
  color: #4e5969;
  display: block;
}
.nav ul img {
  width: 20px;
  height: 20px;
}
.nav ul a.active {
  color: #165dff;
}
