/*====中部内容===*/
.content {
  width: 100%;
  background-color: #f8fafc;
  /*头部图片*/
  /*搜索图列表*/
}
.content .titleImg {
  width: 100%;
  position: relative;
  overflow: hidden;
  /*头图*/
  /*头图渐渐变远的动画*/
  /*文字图*/
}
.clearfix:after {
  content: '.';
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.content .titleImg img:nth-child(1) {
  width: 100%;
  vertical-align: middle;
  animation: touImg 15s linear;
  -moz-animation: touImg 15s linear;
  /* Firefox */
  -webkit-animation: touImg 15s linear;
  /* Safari 和 Chrome */
  -o-animation: touImg 15s linear;
  /* Opera */
}
@keyframes touImg {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}
@-moz-keyframes touImg {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes touImg {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes touImg {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}
.content .titleImg img:nth-child(2) {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 176px;
  vertical-align: middle;
}
.content .search {
  width: 100%;
  /* background-image: linear-gradient(70deg, #304f71 0%, #1e3855 34%, #223a55 51%, #222d3b 76%, #212730 85%); */
  background: url('../images/collection/bg.png') no-repeat;
  background-size: 100% 558px;
  overflow: hidden;
}
.content .w {
  width: 1350px;
  margin: 0 auto;
  padding-bottom: 60px;
  /* .wenziList {
      width: 100%;
      margin-top: 5%;
      .nav-menu{
        display: inline;
        float: left;
        padding-right: 10px;
        margin-top: 6px;
      }
      .nav-divide{
        display: inline;
        float: left;
        width: 1px;
        height: 12px;
        background-color: #ffffff;
        margin-right: 13px;
        margin-top: 12px;
        opacity: 0.2;
      }
      .nav-menu-title{
        font-family: PingFangSC-Regular;
        font-size: 15px;
        color: #FFFFFF;
        letter-spacing: 2.57px;
      }
      .nav-menu-underline{
        background-color: #F15A3F;
        margin-top: 4px;
        height: 0.2em;
        width: 100%;
        border-radius: 6px;
        opacity: 0;
      }

      .active {
        border-bottom: .2em solid #D7533C;
        color: #D7533C;
      }
    }*/
  /*筛选文字*/
  /*15张图片*/
  /*loading*/
}
.content .w .searchIcon {
  width: 150px;
  margin-top: 5%;
  float: right;
  margin-right: 0px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 17px;
  background-color: #436a8f;
}
.content .w .searchIcon:hover {
  border: 1px solid rgba(255, 255, 255, 1);
}
.searchInput {
  width: 120px;
  height: 28px;
  float: left;
  border: 0;
  line-height: 30px;
  color: #fff;
  text-align: left;
  font-family: PingFangSC-Thin, Arial, sans-serif;
  background: rgba(0, 0, 0, 0);
  text-indent: 10px;
  letter-spacing: 1px;
}
.searchIcon span {
  display: inline-block;
  float: left;
  width: 26px;
  height: 28px;
  line-height: 15px;
  padding: 7px 0 0 5px;
  cursor: pointer;
}
.searchIcon span img {
  width: 15px;
  height: 15px;
}
.content .w .wenziList {
  float: left;
  /* width: 83%; */
  margin-top: 5%;
}
.content .w .wenziList span {
  display: inline-block;
  font-family: PingFangSC-Thin, Arial, sans-serif;
  font-size: 15px;
  color: #333;
  letter-spacing: 3px;
  margin-right: 2px;
  cursor: pointer;
  width: 70px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  font-weight: 400;
}
.content .w .wenziList span:hover {
  /* border-bottom: 2px solid #d7533c; */
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #5b502d;
  background: linear-gradient(153deg, #f5f8cf 0%, #f2db9a 100%);
  border-radius: 16px;
  font-weight: 600;
  letter-spacing: 3.2px;
  transition: border-bottom-width 0.3s;
}
.content .w .wenziList .active {
  /* border-bottom: 2px solid #d7533c; */
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #5b502d;
  background: linear-gradient(153deg, #f5f8cf 0%, #f2db9a 100%);
  border-radius: 16px;
  font-weight: 700;
  letter-spacing: 3.2px;
}
.content .w .pics {
  width: 100%;
  margin: 0 auto;
  margin-top: 56px;
  min-width: 1000px;
  /*图片*/
}
.content .w .pics .mpics {
  width: 100%;
  font-size: 0;
  /*loading动图*/
}
.content .w .pics .mpics > li {
  /*float: left;*/
  width: 16.6%;
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.content .w .pics .mpics > li .top {
  width: 100%;
  height: 90%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  /*hover时img原图放大*/
  /*hover时遮罩dark 透明度增加 变大*/
  /*没hover*/
  /*遮罩*/
}
.content .w .pics .mpics > li .top:hover {
  z-index: 1;
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
}
.content .w .pics .mpics > li .top:hover .dark {
  opacity: 1;
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transition: opacity 0.3s;
}
.content .w .pics .mpics > li .top .list-warp {
  box-sizing: border-box;
  margin: 0 5px;
  position: relative;
  border-radius: 10px;
}
.content .w .pics .mpics > li .top .list-warp img {
  width: 210px;
  height: 332px;
}
.content .w .pics .mpics > li .top img {
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  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;
}
.content .w .pics .mpics > li .top .dark {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  position: absolute;
  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;
  top: 0;
  left: 0;
  opacity: 0;
  background: #000000;
  text-align: center;
}
.content .w .pics .mpics > li .top .dark p {
  margin-top: 15%;
  margin-bottom: 7%;
  font-family: PingFangSC-Thin, Arial, sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
}
.content .w .pics .mpics > li .top .dark span {
  display: inline-block;
  font-family: PingFangSC-Thin, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1.33px;
  text-align: center;
}
.content .w .pics .mpics > li .top .dark .ertu {
  width: 100px;
  height: 100px;
  background: url('../images/buttonIcon/Group 8@2x.png');
  background-size: cover;
  margin: 10px auto;
}
.content .w .pics .mpics > li .top .dark .erImg {
  width: 90px;
  height: 90px;
  background: #ffffff;
  padding: 2px;
  margin: 5px;
  margin-top: 5px;
  display: inline-block;
}
.content .w .pics .mpics > li .top .dark .erImg canvas {
  width: 86px;
}
.content .w .pics .mpics > li .top .dark a {
  display: block;
  position: absolute;
  width: 92px;
  height: 28px;
  margin: 0 auto;
  left: 50%;
  margin-left: -46px;
  bottom: 20px;
  /*hover后的图片定位 但是透明度为0 不显示*/
}
.content .w .pics .mpics > li .top .dark a img:first-child {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.content .w .pics .mpics > li .top .dark a img:last-child {
  width: 92px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.content .w .pics .mpics > li .top .dark a:hover img:first-child {
  opacity: 0;
  transition: opacity 0.4s;
}
.content .w .pics .mpics > li .top .dark a:hover img:last-child {
  opacity: 1;
  transition: opacity 0.3s;
}
.content .w .pics .mpics > li p {
  font-family: PingFangSC-Thin, Arial, sans-serif;
  font-size: 15px;
  color: #333;
  letter-spacing: 5.56px;
  text-align: center;
  margin-top: 10px;
}
.content .w .loadingIcon {
  width: 100%;
  margin-top: 60px;
  text-align: center;
  position: relative;
}
.content .w .loadingIcon img {
  width: 100px;
  height: 100px;
}
#jianshezhong p {
  line-height: 28px !important;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
