body {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.menus-show {
  height: 7.8rem;
}
/*footer 隐藏盒子top不同*/
#footer .tool-info {
  top: -1.3rem;
}
#collection_new {
  width: 100%;
  /*=====footer img======*/
}
#collection_new .section-one {
  width: 100%;
}
#collection_new .section-one .swiper-container {
  width: 100%;
  height: 100%;
}
#collection_new .section-one .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
#collection_new .section-one .swiper-container .swiper-pagination {
  bottom: 50px;
}
#collection_new .section-one .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
}
#collection_new .section-one .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #3cb6ff;
}
#collection_new .toggleBtn {
  width: 100%;
  height: 1.17333333rem;
  padding: 12px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#collection_new .toggleBtn .toggleTit {
  display: inline-block;
  width: 32.5%;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
#collection_new .toggleBtn .middle {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
#collection_new .toggleBtn .active {
  color: #3cb6ff;
}
#collection_new .threeBox .commonT {
  margin-top: 1.06666667rem;
}
#collection_new .threeBox .commonT .tit {
  margin-left: 0.53333333rem;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #143072;
  line-height: 20px;
  margin-bottom: 0.4rem;
  text-align: left;
}
#collection_new .threeBox .one .oneImg {
  width: 8.93333333rem;
  height: 6.69333333rem;
  margin: auto;
}
#collection_new .threeBox .one .oneImg img {
  width: 100%;
  height: 100%;
}
#collection_new .threeBox .one .text {
  width: 8.93333333rem;
  margin: auto;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  margin-top: 0.53333333rem;
}
#collection_new .threeBox .two .twoImg {
  margin: auto;
  width: 8.93333333rem;
  height: 4.34666667rem;
}
#collection_new .threeBox .two .twoImg img {
  width: 100%;
  height: 100%;
}
#collection_new .threeBox .three .all {
  width: 100%;
  /*图片*/
}
#collection_new .threeBox .three .all .mpics {
  width: 100%;
  overflow: hidden;
  padding-left: 0.16rem;
}
#collection_new .threeBox .three .all .mpics ul {
  width: 21.38666667rem;
}
#collection_new .threeBox .three .all .mpics ul li {
  float: left;
  width: 3.52rem;
  height: 6.1rem;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  /*hover时img原图放大*/
}
#collection_new .threeBox .three .all .mpics ul li .list-warp {
  box-sizing: border-box;
  margin: 0 5px;
  position: relative;
  border-radius: 10px;
}
#collection_new .threeBox .three .all .mpics ul li #picHref {
  display: block;
  width: 100%;
  height: 100%;
}
#collection_new .threeBox .three .all .mpics ul li #picHref img {
  width: 100%;
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  border-radius: 10px;
}
#collection_new .imgFooter {
  margin-top: 1.33333333rem;
  width: 100%;
  height: 1.25333333rem;
  background: url("../images/icon/Bitmap.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: inherit;
}
