@media screen and (max-width: 1024px) {
  .productone {
    margin-top: 1.1rem;
  }
}
.productone .banner {
  height: 6rem;
}
.productone .banner img {
  width: 100%;
  height: 100%;
}
.productone .banner2 {
  width: 12rem;
  margin: 0 auto;
  margin-top: 1.28rem;
  margin-bottom: 0.3rem;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -o-align-items: flex-start;
  flex-direction: row;
  -webkit-flex-direction: row;
  -o-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .productone .banner2 {
    width: 100%;
    flex-direction: column;
    margin-top: 0.1rem;
    padding: 0 0.2rem;
    margin-bottom: 0;
  }
}
.productone .banner2-left {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .productone .banner2-left {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .productone .banner2-left-ul {
    width: 100%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -o-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    flex-direction: inherit;
    -webkit-flex-direction: inherit;
    -o-flex-direction: inherit;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
  }
}
.productone .banner2-left-ul .banner2-left-li {
  text-align: center;
  line-height: 0.7rem;
  font-size: 0.2rem;
  width: 2.7rem;
  height: 0.7rem;
  background-color: #eaeaea;
  color: #333;
  margin: 0 auto;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.productone .banner2-left-ul .banner2-left-li:hover {
  background-color: #ee952f;
  color: #eaeaea;
}
@media screen and (max-width: 1024px) {
  .productone .banner2-left-ul .banner2-left-li {
    width: 2.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    font-size: 0.3rem;
  }
}
.productone .banner2-left-ul .bll-active {
  background-color: #ee952f;
  color: #eaeaea;
}
.productone .banner2-left-ul li.listfirst {
  width: 3rem;
  height: 1.05rem;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .productone .banner2-left-ul li.listfirst {
    display: none;
  }
}
.productone .banner2-left-ul li.listfirst .listfirst-1 {
  padding-top: 0.25rem;
  font-size: 0.36rem;
  color: #fff;
}
.productone .banner2-left-ul li.listfirst .listfirst-2 {
  font-size: 0.14rem;
  color: #fff;
}
.productone .banner2-left-ul li.listlast {
  margin-top: 0.2rem;
  background-color: #2f55d4;
  height: 2rem;
  text-align: center;
  padding-top: 0.15rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .productone .banner2-left-ul li.listlast {
    display: none;
  }
}
.productone .banner2-left-ul li.listlast img {
  width: 1.52rem;
  height: 1.57rem;
  margin-bottom: 0.05rem;
}
.productone .banner2-left-ul li.listlast p {
  color: #f7f7f7;
  font-size: 0.14rem;
}
.productone .banner2-right {
  width: 8.73rem;
  display: none;
}
@media screen and (max-width: 1024px) {
  .productone .banner2-right {
    width: 100%;
  }
}
.productone .banner2-right-ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  -o-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: wrap;
}
.productone .banner2-right-ul li.banner2-right-li {
  width: 2.78rem;
  height: 2.52rem;
  position: relative;
  margin-bottom: 0.26rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .productone .banner2-right-ul li.banner2-right-li {
    width: 3.35rem;
    height: auto;
  }
}
.productone .banner2-right-ul li.banner2-right-li:nth-child(n 4) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .productone .banner2-right-ul li.banner2-right-li:nth-child(n 4) {
    margin-bottom: 0.26rem;
  }
}
.productone .banner2-right-ul li.banner2-right-li:before {
  position: absolute;
  top: 0.11rem;
  left: 0.13rem;
  content: "";
  display: block;
  width: 0.37rem;
  height: 0.36rem;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
}
.productone .banner2-right-ul li.banner2-right-li img {
  width: 2.78rem;
  height: 2.08rem;
}
@media screen and (max-width: 1024px) {
  .productone .banner2-right-ul li.banner2-right-li img {
    width: 100%;
    height: auto;
  }
}
.productone .banner2-right-ul li.banner2-right-li p {
  width: 100%;
  height: 0.43rem;
  line-height: 0.43rem;
  font-size: 0.16rem;
  text-align: center;
  background-color: #eaeaea;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .productone .banner2-right-ul li.banner2-right-li p {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
}
.productone #biuuu_city {
  text-align: center;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .productone #biuuu_city {
    margin-bottom: 0.5rem;
    margin-top: 0.4rem;
  }
}
.productone #biuuu_city .laypageskin_default span {
  background-color: #2f55d4;
}
