@charset "utf-8";
.borderBox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.centerY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
body > div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
i.fa.fa-star,
i.fa.fa-star-o {
  color: #FEBA4B;
  font-size: 0.53333333rem;
}
div.xingji {
  margin-top: -0.4rem;
}
.container {
  padding: 0.8rem 0.64rem;
  width: 100%;
  background-color: #F9FBFA;
}
.container .title1 {
  margin-bottom: 0.53333333rem;
}
.container .title1 p {
  font-size: 1.12rem;
  display: inline-block;
  color: #4c4c4c;
  font-weight: bold;
}
.container .title1 span {
  font-size: 0.64rem;
  display: inline-block;
  margin-left: 0.69333333rem;
  color: #b2b2b2;
}
.container .banner .lunbotu {
  height: 6.93333333rem;
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  left: -17.6rem;
  top: 0;
}
.container .banner .lunbotu > div {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 16.53333333rem;
  margin-right: 1.06666667rem;
  height: 100%;
  border: 0.02666667rem solid #eee;
  box-shadow: 0.05333333rem 0.05333333rem 0.53333333rem #eee;
  -webkit-box-shadow: 0.05333333rem 0.05333333rem 0.53333333rem #eee;
}
.container .banner .lunbotu > div .img {
  position: relative;
  height: 100%;
  width: 6.93333333rem;
  background-color: #FFF;
  text-align: center;
  line-height: 6.93333333rem;
  flex: none;
  overflow: hidden;
}
.container .banner .lunbotu > div .img img {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.container .banner .lunbotu > div .text {
  width: 100%;
  padding: 0.69333333rem 0.26666667rem 0.69333333rem 0.69333333rem;
  background-color: #fff;
  position: relative;
}
.container .banner .lunbotu > div .text h3 {
  font-size: 0.74666667rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 0.8rem;
  word-break: break-all;
}
.container .banner .lunbotu > div .text p {
  color: #b2b2b2;
  font-size: 0.53333333rem;
  line-height: 0.58666667rem;
  margin: 0.08rem 0;
  max-height: 1.33333333rem;
  word-break: break-all;
}
.container .banner .lunbotu > div .text a {
  display: block;
  height: 1.33333333rem;
  line-height: 1.33333333rem;
  width: 4.26666667rem;
  background-color: #000;
  border-radius: 0.13333333rem;
  text-align: center;
  color: #F9FBFA;
  font-size: 0.58666667rem;
  font-weight: lighter;
  position: absolute;
  bottom: 0.93333333rem;
}
.container .banner .lunbotu > div .text .xingji {
  position: absolute;
  bottom: 2.4rem;
}
.container .banner .lunbotu > div .text .xingji span {
  color: #B3B3B3;
  font-size: 0.53333333rem;
}
.container .banner .lunbotu.en .text h3 {
  line-height: 0.74666667rem;
}
.container .banner .flag {
  height: 0.21333333rem;
  line-height: 0.21333333rem;
  text-align: center;
  margin: 0.8rem 0;
}
.container .banner .flag span {
  display: inline-block;
  height: 0.21333333rem;
  width: 0.21333333rem;
  background-color: #999999;
  margin: 0 0.10666667rem;
  border-radius: 0.10666667rem;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.container .banner .flag span.active {
  width: 0.85333333rem;
  background-color: #000;
}
.container .main .main-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .main .main-container .product.active::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #888;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.container .main .main-container .product {
  display: block;
  width: 9.06666667rem;
  height: 11.73333333rem;
  margin-bottom: 0.53333333rem;
  flex: 0 0 auto;
  border-radius: 0.16rem;
  position: relative;
  overflow: hidden;
}
.container .main .main-container .product #price {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  height: 1.06666667rem;
  width: 2.4rem;
  line-height: 1.06666667rem;
  font-size: 0.64rem;
  text-align: center;
  color: #FFFFFF;
  border-radius: 0.13333333rem;
  background-color: #1A1A1A;
  z-index: 9;
}
.container .main .main-container .product .img {
  width: 9.06666667rem;
  height: 9.06666667rem;
  overflow: hidden;
  border-radius: 0.13333333rem;
  background-color: #fff;
  position: relative;
}
.container .main .main-container .product .img img {
  width: 90%;
  height: 90%;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.container .main .main-container .product .text {
  padding: 0.34666667rem 0.53333333rem;
}
.container .main .main-container .product .text p {
  font-size: 0.74666667rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .main .main-container .product .text .xingji span {
  color: #B3B3B3;
  font-size: 0.53333333rem;
}
.container .main .container-bottom {
  margin: 1.33333333rem 0 2.66666667rem 0;
  display: none;
}
.container .main .container-bottom p {
  color: #648cf2;
  font-weight: 400;
  font-size: 0.64rem;
  text-align: center;
}
@media screen and (min-width: 771px) {
  .container .main .main-container {
    justify-content: space-around;
  }
}
