.container {
  min-width: 1280px;
  max-width: 1600px;
  width: 85%;
  margin: 0 auto;
  font-size: 0;
  overflow: hidden;
}
.container * {
  font-size: initial;
}
/* 标题部分 */
.model-head-mask {
  position: relative;
  height: 80px;
}
.model-head-mask .mask {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  height: 32px;
  width: 32px;
  margin-top: -16px;
  font-size: 0;
  line-height: 32px;
  text-align: center;
  background-image: url(./imgs/icon-index.png);
  background-size: 120px 120px;
  background-position: 0px -56px;
}
.model-head-mask .title {
  height: 80px;
  padding: 24px 0 24px 48px;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  color: #333;
}

/* 漫画部分 */
.block-cover, .block-list {
  overflow: hidden;
  float: left;
}
.block-cover {
  width: 40%;
}
.block-list {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 20px;
}
.pos-cell {
  position: relative;
  float: left;
  width: 25%;
}
.big-pos-cell .adapt-box img {
  max-width: 100%;
}
.pos-cell .adapt-box img {
  width: 300px;
}
.big-pos-cell .adapt-box img,
.pos-cell .adapt-box img {
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.35), 0 0 5px #f9f2e9 inset;
  box-shadow: 0 1px 6px rgba(0,0,0,.35), inset 0 0 5px #f9f2e9;
  -webkit-transition: -webkit-transform .23s ease-out;
  transition: -webkit-transform .23s ease-out;
  transition: transform .23s ease-out;
  transition: transform .23s ease-out,-webkit-transform .23s ease-out;
}
.pos-cell .adapt-box img:hover, .big-pos-cell .adapt-box img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.pos-cell .title {
  height: 32px;
  padding-top: 12px;
  font-size: 14px;
  font-weight: normal;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.big-pos-cell .title {
  text-align: center;
  height: 28px;
  margin: 24px 0 8px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.big-pos-cell .desc {
  text-align: center;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pos-cell .title a {
  text-decoration: none;
  color: #666666;
}
.pos-cell .desc {
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}