.main_innerContainer {
  margin: 0 auto;
  width: 1280px;
}
.main_ulBox {
  font-size: 0;
}
.main_ulItem {
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  height: 307px;
}
.main_ulItem:nth-of-type(3n) {
  margin-right: 0;
}
.main_ulItem > img {
  width: 100%;
  height: 100%;
}
.main_ulItem_word {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.54);
  color: #fff;
}
.main_page {
  padding: 40px 0;
  text-align: center;
}
.laypage_curr {
  color: red !important;
}
.main_wrap_page{
  display: none;
}
@media screen and (max-width: 768px) {
  .main_page {
    display: none;
  }
  .main_innerContainer {
    width: 20.48rem /* 640/31.25 */;
  }
  .main_ulItem {
    margin: 0.768rem /* 24/31.25 */ 0 0;
    width: 100%;
    height: 12.608rem /* 394/31.25 */;
  }
  .main_ulItem_word {
    height: 1.92rem /* 60/31.25 */;
    line-height: 1.92rem /* 60/31.25 */;
    font-size: 0.576rem /* 18/31.25 */;
  }
  .main_wrap_page {
    display: block;
    margin: .704rem /* 22/31.25 */ auto;
    width: 20.48rem /* 640/31.25 */;
    height: 1.92rem /* 60/31.25 */;
    line-height: 1.92rem /* 60/31.25 */;
    background: #fbfbfb;
    border: 1px solid #eeeeee;
    border-radius: 0.128rem /* 4/31.25 */;
    text-align: center;
    font-size: .768rem /* 24/31.25 */;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
  }
}
