* {
  box-sizing: border-box;
}

.box {
  position: relative;
  background-color: #F2F2F2;
}

.box .top {
  position: relative;
  width: 100%;
  height: 7.17rem;
  background-image: url(/web_screen/images/workstation/pic-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.box .top .top-nr1 div.logo, .box .top .top-nr1 div.top-nr1-t {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
}
.box .top .top-nr1 div.logo img {
  width: 1.2rem;
  height: 1.2rem;
}
.box .top .top-nr1 div.top-nr1-t {
  position: absolute;
  left: 1.7rem;
  top: 0.4rem;
}
.box .top .top-nr1 div.top-nr1-t .star-bg {
  position: relative;
  width: 2.8rem;
  height: 0.36rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.18rem;
}
.box .top .top-nr1 div.top-nr1-t .star-bg p.star-t {
  display: inline-block;
  font-size: 0.22rem;
  line-height: 0.36rem;
  color: #FFFFFF;
  text-align: left;
  text-indent: 0.1rem;
  vertical-align: middle;
}
.box .top .top-nr1 div.top-nr1-t .star-bg img {
  width: 0.2rem;
  vertical-align: middle;
}
.box .top .top-nr1 h4 {
  font-size: 0.4rem;
  font-weight: 500;
  color: white;
}
.box .top div.serach {
  padding-left: 0.3rem;
  padding-top: 0.06rem;
  width: 2rem;
  height: 0.6rem;
  background-image: url(/web_screen/images/workstation/search-bg.png);
  background-repeat: no-repeat;
  background-size: 2rem 0.6rem;
  position: absolute;
  top: 1.9rem;
  left: 0.3rem;
  font-size: 0.32rem;
  color: #FFFFFF;
}
.box .top div.serach img {
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
}

div.tab-bar {
  position: absolute;
  top: 1.91rem;
  left: 2.5rem;
  width: 65%;
}
div.tab-bar ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
div.tab-bar ul li {
  text-align: center;
  margin: 0 0.1rem;
}
div.tab-bar ul li a {
  display: inline-block;
  font-size: 0.29rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.5rem;
}
div.tab-bar ul li a.on {
  border-bottom: 2px solid #FFFFFF;
}

.banner {
  width: 95%;
  margin-top: -4.2rem !important;
}
.banner .banner-nr .swiper-slide a img {
  width: 100%;
  border-radius: 0.08rem;
}
.banner .banner-nr img {
  width: 100%;
}

.con-prefer {
  margin: 0.1rem auto;
  width: 36%;
  display: flex;
  align-items: center;
}
.con-prefer div.line {
  width: 1.2rem;
  height: 1px;
  background-color: #333333;
}
.con-prefer h2 {
  width: 2rem;
  font-size: 0.3rem;
  text-align: center;
  font-weight: 600;
}

ul.show-prefer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0.3rem;
}
ul.show-prefer li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
  background-color: #F1E5CD;
}
ul.show-prefer li a img {
  width: 2.4rem;
  height: 2.6rem;
}
ul.show-prefer li a div.small-line {
  width: 2.19rem;
  height: 1px;
  margin: 0.1rem 0;
  background-color: #A0A0A0;
}
ul.show-prefer li a h4 {
  width: 1.6rem;
  font-size: 0.2rem;
  text-align: center;
  color: #38571F;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.show-prefer li a p {
  width: 2rem;
  font-size: 0.16rem;
  color: #000000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.show-prefer li a button {
  padding: 0.02rem 0.1rem;
  border: none;
  background-color: #FB0113;
  font-size: 0.16rem;
  text-align: center;
  color: #FFFFFF;
}
ul.show-prefer li a div.bot {
  margin-top: 0.1rem;
  width: 2.4rem;
  height: 0.17rem;
  background-color: #57793D;
}

ul.show-hot {
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.show-hot li {
  width: 1.88rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0.1rem;
  background-color: #FFFFFF;
  border-radius: 6px;
  -moz-box-shadow: 2px 2px 5px #b9b9b9;
  -webkit-box-shadow: 2px 2px 5px #b9b9b9;
  box-shadow: 2px 2px 5px #b9b9b9;
}
ul.show-hot li a img {
  width: 1.88rem;
  height: 1.88rem;
}
ul.show-hot li a div.hot-text {
  padding-left: 0.1rem;
}
ul.show-hot li a div.hot-text p {
  padding-right: 0.2rem;
  width: 1.88rem;
  font-size: 0.2rem;
  color: #1a1a1a;
  text-align: left;
  margin-bottom: 0.06rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.show-hot li a div.hot-text span {
  display: inline-block;
}
ul.show-hot li a div.hot-text span.hot-price {
  display: block;
  font-size: 0.2rem;
  font-weight: 600;
  color: #ff0000;
  text-align: left;
}
ul.show-hot li a div.hot-text span.ass {
  font-size: 0.16rem;
  color: #a3a3a3;
  text-align: left;
}

div.bottom a.more {
  margin: 0.3rem auto;
  display: block;
  width: 5.7rem;
  height: 0.66rem;
  background: #16ac55;
  border-radius: 0.36rem;
  font-size: 0.32rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.66rem;
}

div.box-bot {
  width: 100%;
  height: 0.2rem;
  background-color: #F2F2F2;
}

.swiper-pagination-bullet-active {
  background-color: #FFACAC !important;
}

.swiper-pagination-bullet {
  width: 0.24rem !important;
  height: 0.24rem !important;
}

@media screen and (max-width: 830px) {
  ul.show-prefer li:nth-child(4) {
    -ms-display: none;
  }

  ul.show-hot:after {
    content: "";
    width: 1.78rem;
  }

  ul.show-hot li {
    width: 1.78rem;
  }

  ul.show-hot li a img {
    width: 1.78rem;
    height: 1.78rem;
  }
}
@media screen and (max-width: 420px) {
  .box .top .top-nr1 div.top-nr1-t .star-bg {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .box .top .top-nr1 div.top-nr1-t .star-bg > p, img {
    padding-left: 0.03rem;
  }

  ul.show-prefer li:nth-child(4) {
    -ms-display: flex;
  }

  ul.show-prefer {
    display: flex;
    /*justify-content: space-around;*/
    align-items: center;
    flex-wrap: wrap;
  }
ul.show-prefer li {
    box-shadow: 1px 1px 3px #B9B9B9;
}  
  ul.show-prefer li a {
    margin-bottom: 0.2rem;
    position: relative;
    height: 4.18rem;
  }
  ul.show-prefer li a img {
    width: 3.2rem;
    height: 3.2rem; 
  }
  ul.show-prefer li a div.small-line {
    display: none;
  }
  ul.show-prefer li a h4 {
    position: absolute;
     top: 3.25rem;
    width: 3.2rem;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    font-size: 0.3rem;
    text-align: center;
    color: #333333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  ul.show-prefer li a p {
    display: none;
  }
  ul.show-prefer li a button {
    position:absolute;
    top: 3.7rem;
    padding: 0.02rem 0.2rem;
    border: none;
    background-color: #FF2C3B;
    font-size: 0.26rem;
    text-align: center;
    color: #FFFFFF;
    border-radius: 2px;
  }
  ul.show-prefer li a div.bot {
    display: none;
  }

  ul.show-hot {
    padding: 0 0.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.show-hot li {
    width: 32%;
    margin-bottom: 0.2rem;
    border-radius: 4px;
    padding: 0;
  }
  ul.show-hot li a img {
    width: 100%;
    height: auto;
  }
  ul.show-hot li a div.hot-text {
    position: relative;
  }
  ul.show-hot li a div.hot-text p {
    padding-right: 0.1rem;
    width: 1.88rem;
    font-size: 0.26rem;
    color: #1a1a1a;
    text-align: left;
    margin-bottom: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
    ul.show-hot li a div.hot-text span.hot-price {
        position: static;
        bottom: 0.1rem;
        font-size: 0.3rem;
        font-weight: 600;
        color: #ff0000;
        text-align: left;
    }
  ul.show-hot li a div.hot-text span.ass {
    position: absolute;
    bottom: 0.12rem;
    right: 0.14rem;
    font-size: 0.12rem;
    color: #a3a3a3;
    text-align: right;
  }
  ul.show-hot li a div.hot-text span.none {
    display: none;
  }
}
#no-sc::-webkit-scrollbar {
  width: 0px;
}

html {
  -ms-overflow-style: none;
}

/*# sourceMappingURL=style-2.css.map */
