/**
 *  网站栏目页面样式
 *  by wang 201711
 */
@import '../layout-anime.css?ver=20180408';
.season-title{
  text-align: center;
  padding-top: 10px;
  position: relative;
}
.season-title h2{
  display: inline-block;
  font-size: 30px;
  cursor: default;
}
.season-title h2:hover .year-box{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}
.season-title > a{
  display: inline-block;
  width: 30px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px;
  font-size: 25px;
  font-weight: bold;
  font-family: "黑体";
}
.module-box .left{
  float:left;
  width:843px;
}
.module-box .right{
  float: right;
  width: 337px;
}
.anime-word-box li{
  height:35px;
  line-height:35px;
}
.anime-word-box .order-num{
  float: left;
  font-style: italic;
  font-size: 14px;
}
.anime-word-box a{
  display: block;
  float: left;
  width:250px;
  padding-left:10px;
}
.anime-word-box a:hover{
  color:var(--main-color);
}
.anime-word-box .recnum{
  float: right;
  font-size: 12px;
}
.year-box{
  display: none;
  text-align: left;
  background-color: #1E2021;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 1.4;
  width:170px;
  margin-top:10px;
  position:absolute;
  z-index: 10;
  left:calc(50% - 99px);
}
.year-box li{
  float: left;
  margin: 8px 10px;
}
.year-box a{
  color: #ccc;
}
.year-box a:hover{
  color: #fff;
}
.year-box:before{
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    left: 95px;
    top:-12px;
}
.year-box:after{
    width:100%;
    height:50px;
    content:'';
    position: absolute;
    top:-50px;
    left:0;
}
.module-title{
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-title h3{
  display: inline;
  font-weight: normal;
  font-size: 25px;
  border-left: 5px solid var(--main-color);
  padding-left: 10px;
}
.info{
    width:100%;
    height:200px;
    text-align:center;
    color:#ccc;
    padding:100px 0;
    cursor:default;
}
.more{
  font-size:13px;
  text-align:center;
  color:#888;
  cursor:pointer;
  padding-top:25px;
  padding-bottom:15px;
}
.more:hover{
  color:#555;
}
.more.disable:hover{
  color:#888;
  cursor:default;
}
