a {
  text-decoration: none;
}
html {
  font-size: 50px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 21.33333333px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 25px;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 26.66666667px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}
@media screen and (min-width: 424px) {
  html {
    font-size: 28.26666667px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 32px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 36px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 48px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 50px;
  }
}
body {
  min-width: 12.8rem;
  width: 15rem;
  margin: 0 auto;
  line-height: 1;
  background: #f2f2f2;
  font-family: Arial,Helvetica;
}
.search_content {
  display: flex;
  position: fixed;
  top: 0;
  left: 50%;
  height: 1.76rem;
  width: 15rem;
  background-color: #ffc001;
  transform: translateX(-50%);
  z-index: 1;
}
.search_content .classify {
  width: 0.88rem;
  height: 1.4rem;
  margin: 0.22rem 0.5rem 0.14rem 0.48rem;
  background: url(../images/classify.png) no-repeat;
  background-size: 0.88rem 1.4rem;
}
.search_content .search {
  flex: 1;
}
.search_content .search input {
  width: 100%;
  height: 1.32rem;
  margin-top: 0.24rem;
  padding-left: 1.1rem;
  border: 0;
  color: #757575;
  background-color: #fff2cc;
  font-size: 0.5rem;
  border-radius: 0.66rem;
  outline: none;
}
.search_content .login {
  width: 1.5rem;
  height: 1.4rem;
  margin: 0.2rem;
  color: #fff;
  text-align: center;
  font-size: 0.5rem;
  line-height: 1.4rem;
}
.banner {
  width: 15rem;
  height: 7.36rem;
}
.banner img {
  width: 100%;
  height: 100%;
}
.ad {
  display: flex;
}
.ad a {
  flex: 1;
}
.ad a img {
  width: 100%;
}
nav {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  width: 15rem;
}
nav a {
  width: 3rem;
  height: 2.8rem;
  text-align: center;
}
nav a img {
  display: block;
  width: 1.64rem;
  height: 1.64rem;
  margin: 0.2rem auto 0;
}
nav a span {
  color: #333;
  font-size: 0.5rem;
}
.ad_second {
  display: flex;
  margin-top: 0.4rem;
}
.ad_second a {
  flex: 1;
}
.ad_second a img {
  width: 100%;
}
.hot {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 4.48rem;
  margin-top: 0.4rem;
}
.hot .ad_content {
  display: flex;
}
.hot .bg_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.84rem;
  height: 4.2rem;
  padding: 0 0.4rem 0 0.4rem;
  z-index: -9999;
}
.hot .bg_left img {
  width: 100%;
  height: 100%;
}
.hot a:nth-child(4) {
  left: 7.2rem;
}
.hot a:nth-child(5) span {
  left: 8.16rem;
}
.hot a:nth-child(6) span {
  left: 11.6rem;
}
.hot .pro {
  padding: 1rem 0 0 0.8rem;
}
.hot .pro img {
  width: 2.68rem;
  height: 2.68rem;
}
.hot .pro span {
  position: absolute;
  left: 1.24rem;
  bottom: 0.8rem;
  padding: 0 0.28rem;
  color: #FF0000;
  background: #FFEBEB;
  font-size: 0.48rem;
  border-radius: 0.4rem;
}
.hot .pro:nth-child(2) span {
  left: 4.6rem;
}
.goods {
  height: 28rem;
  margin-top: 0.8rem;
}
.goods .like {
  width: 15rem;
  height: 1.52rem;
  background: url(../upload/like.webp) no-repeat;
  background-size: 15.2rem 1.28rem;
}
.goods .tips {
  margin-top: 0.52rem;
  font-size: 0.72rem;
  text-align: center;
}
.goods_content {
  display: flex;
  justify-content: space-between;
  width: 15rem;
  height: 11rem;
}
.goods_content .goods_left {
  padding: 0 0 0 0.4rem;
}
.goods_content .goods_right {
  padding: 0 0.4rem 0 0;
}
.goods_content .goods_list {
  overflow: hidden;
  width: 6.92rem;
  height: 10.4rem;
  background-color: #fff;
  border-radius: 0.32rem;
}
.goods_content .goods_list img {
  width: 6.92rem;
  height: 7.28rem;
}
.goods_content .goods_list p {
  /* 溢出显示省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0 0.4rem 0.08rem 0.4rem;
  color: #000;
  font-size: 0.48rem;
  font-weight: 700;
}
.goods_content .goods_list span {
  padding-left: 0.24rem;
  color: #ff4422;
  font-size: 0.72rem;
}
.tab_ues {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 15rem;
  height: 2.2rem;
  margin: 0 auto;
  background-color: #fff;
}
.tab_ues a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #666;
  font-size: 0.48rem;
}
.tab_ues a [class^='tab_icon'] {
  width: 1.04rem;
  height: 1.04rem;
  background: url(../upload/tab1.png) no-repeat;
  background-size: 1.04rem 1.04rem;
}
.tab_ues a .tab_icon_icon2 {
  background: url(../upload/tab2.png) no-repeat;
  background-size: 1.04rem 1.04rem;
}
.tab_ues a .tab_icon_icon3 {
  background: url(../upload/tab3.png) no-repeat;
  background-size: 1.04rem 1.04rem;
}
.tab_ues a .tab_icon_icon4 {
  background: url(../upload/tab4.png) no-repeat;
  background-size: 1.04rem 1.04rem;
}
.tab_ues a .tab_icon_icon5 {
  background: url(../upload/tab5.png) no-repeat;
  background-size: 1.04rem 1.04rem;
}
.tab_ues a span {
  margin-top: 0.14rem;
  font-size: 0.48rem;
}
.side_use {
  position: fixed;
  right: 0;
  bottom: 2.4rem;
  width: 2.16rem;
  height: 2.16rem;
}
.side_use a {
  display: block;
  width: 2.16rem;
  height: 2.16rem;
  background: url(../images/side.png) no-repeat;
  background-size: 2.16rem 2.16rem;
}
