.serch {
  width: 100%;
  height: 10rem;
  height: 8vh;
  line-height: 10.5rem;
  line-height: 8vh;
  background-color: #FF5432;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 999;
}
.serch .box {
  border-radius: 6px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto;
}
.serch .box label {
  z-index: 2;
  position: absolute;
  left: 22%;
  margin-left: -8%;
  color: #999999;
  top: 0rem;
  font-weight: normal;
  font-size: 2.6rem;
}
.serch .box input {
  padding-left: 8vw;
  text-indent: 1rem;
  height: 5.8rem;
  height: 5vh;
  line-height: 5.9rem;
  line-height: 5vh;
  width: 90vw;
  border: none;
  outline: none;
  font-size: 2.6rem;
  border-radius: 4.4rem;
  box-sizing: border-box;
}
.serch .box i {
  position: absolute;
  top: 0rem;
  left: 22%;
  margin-left: -15%;
  color: #999999;
  font-size: 4.6rem;
}
.guding {
  width: 25%;
  background-color: #FFF9F2;
  flex-direction: row;
  line-height: 7rem;
  padding-left: 1rem;
}
.guding img {
  width: 8vw;
  height: 4.5rem;
  height: 4vh;
  line-height: 5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
}
.guding .notice1 {
  color: #FF3731;
  font-size: 2.4rem;
}
.notice {
  width: 75%;
  flex-direction: row;
}
.notice .bd ul li {
  background-color: #FFF9F2;
  height: 7rem;
  line-height: 7rem;
}
.notice .bd ul li a {
  display: block;
}
.notice .bd ul li a .notice2 {
  color: #666666;
  font-size: 2.4rem;
}
.classification {
  background-color: #FFFFFF;
  padding: 1.5rem;
}
.classification .top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between;
}
.classification .top ul li {
  width: 18%;
  margin-top: 2%;
}
.classification .top ul li a {
  display: block;
  text-align: center;
}
.classification .top ul li a img {
  max-width: 80%;
  height: auto;
}
.classification .top ul li a p {
  color: #848484;
  font-size: 2.8rem;
}
.classification .bottom {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
.classification .bottom a {
  display: block;
  width: calc(50vw - 4rem);
}
.classification .bottom a .bottom-left,
.classification .bottom a .bottom-right {
  padding-bottom: 2.8rem;
}
.classification .bottom a .bottom-left p,
.classification .bottom a .bottom-right p {
  color: #ffffff;
  margin-left: 2rem;
  display: inline-block;
}
.classification .bottom a .bottom-left .big,
.classification .bottom a .bottom-right .big {
  font-size: 3.4rem;
  font-weight: bold;
  padding-top: 2.8rem;
}
.classification .bottom a .bottom-left .small,
.classification .bottom a .bottom-right .small {
  font-size: 2.6rem;
  margin-top: 1rem;
}
.classification .bottom a .bottom-left {
  background-repeat: no-repeat;
  background-image: url(../images/img_1.png);
  background-size: 100% 100%;
}
.classification .bottom a .bottom-right {
  background-repeat: no-repeat;
  background-image: url(../images/img_2.png);
  background-size: 100% 100%;
}
.hotsale {
  padding-bottom: 15rem;
}
.hotsale .title {
  height: 4rem;
  line-height: 0rem;
  background-color: #F4F4F4;
  text-align: center;
  padding: 2rem;
}
.hotsale .title img {
  width: 8%;
  height: 3rem;
}
.hotsale .title span {
  color: #3B3E40;
  font-weight: bold;
  font-size: 3.4rem;
  margin-left: 1.2rem;
  display: inline;
}
.hotsale .sale ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.hotsale .sale ul li {
  overflow: auto;
  background-color: #ffffff;
  width: 47%;
  height: auto;
  margin-bottom: 1.6rem;
  border-radius: 5px;
}
.hotsale .sale ul li a img {
  width: 100%;
  height: auto;
}
.hotsale .sale ul li a .name {
  color: #3B3E40;
  font-size: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 90%;
  margin: 0 auto;
}
.hotsale .sale ul li a .money {
  float: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  color: #E1251B;
  font-size: 3rem;
  font-weight: bold;
}
.hotsale .sale ul li a .detail {
  float: right;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  background-color: #FDEEED;
  border-radius: 15px;
  color: #E7534B;
}
.hotsale .more {
  color: #333333;
  float: right;
  margin-right: 2rem;
  margin-top: 2rem;
  margin-bottom: 20rem;
  font-size: 2.5rem;
}
