html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
.banner{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  left: 0; right: 0;
}
.banner_img>div{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width:100%;
}
.banner_img>div a,.banner_img>div img{
  display: block;
  width: 100%;
}
.banner_tab{
  position: absolute;
  top: 540px;
  width: 100%;
  z-index: 9;
}
.banner_tab .container{
  text-align: right;
}
.banner_tab a{
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 0;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
}
.banner_tab a+a{
  margin-left: 12px;
}
.banner_tab a.active{
  background-color: #e60000;
}

.main_content,.footer{
  position: relative;
  top: 500px;
  z-index: 5;
}
.main_content .container{
  padding: 20px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.leftside{
  width: 290px;
}
.rightside{
  margin-left: 310px;
}
.leftside>div,.rightside>div{
  margin-bottom: 0.3rem;
}
.wrap_title{
  margin-bottom: 0.22rem;
}
.wrap_title>h3{
  position: relative;
  padding-left: 15px;
  margin-right: 55px;
  font-size: 20px;
}
.wrap_title>h3:before{
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 23px;
  background-color: #e60000;
  content: '';
}
.wrap_title .more{
  display: block;
  padding: 0 5px;
  margin-top: 4px;
  color: #666;
  text-align: center;
  line-height: 20px;
  border: 1px solid #666;
  border-radius: 4px;
}
.leftside .nav_tab,.leftside .view_more,.hot_game{
  display: none;
}
/*资讯*/
.news ul>li{
  padding: 5px 0;
}
.news ul>li>a{
  position: relative;
  padding-left: 20px;
  margin-right: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news ul>li>a:before{
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
  content: '';
}
.news ul>li>.date{
  float: right;
}
.news ul>li:first-child{
  padding: 0 0 0.15rem 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #c2c2c2;
}
.news ul>li:first-child>a{
  margin-right: 0;
  font-size: 20px;
  white-space: normal;
  overflow: initial;
}
.news ul>li:first-child>a:before{
  top: 45%;
}
.news ul>li:first-child>.date{
  display: none;
}
.news ul>li:hover>a,
.news ul>li:hover>.date{
  color: #d32d1f;
}
.news ul>li:hover>a:before{
  background-color: #d32d1f;
}
/*奥飞俱乐部热帖*/
.hot_post ul>li{
  padding: 0 5px 10px;
  border-bottom: 1px solid #ccc;
}
.hot_post ul>li+li{
  margin-top: 10px;
}
.hot_post ul>li:hover{
  background-color: #d32d1f;
}
.hot_post ul>li:hover a,
.hot_post ul>li:hover span{
  color: #fff;
}
.hot_post .headimg{
  float: left;
  border-radius: 50%;
  overflow: hidden;
}
.hot_post .headimg>img{
  width: 0.52rem;
  height: 0.52rem;
}
.hot_post .post{
  margin-left: 0.6rem;
}
.hot_post .post_title{
  padding: 5px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hot_post .post_info>span{
  color: #999;
}
.hot_post .comment>i{
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url('/Public_new/images/common/icon_comment.png') no-repeat;
  background-size: 100% !important;
}
/*动漫排行榜*/
.ranking ul>li+li{
  margin-top: 10px;
}
.ranking ul>li:hover .name{
  color: #d32d1f;
}
.ranking .anime_img{
  float: left;
  border-radius: 4px;
  overflow: hidden;
}
.ranking .anime_img>img{
  width: 150px;
  height: 100px;
}
.ranking .anime_info{
  margin-left: 165px;
  padding-top: 5px;
}
.ranking .anime_info>span{
  display: block;
  margin: 5px 0;
  color: #999;
}
.ranking .anime_info .ep>i{
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-top: -2px;
  background: url('/Public_new/images/common/icon_play.png') no-repeat;
}
.ranking .anime_info .num{
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  background-color: #d32d1f;
  border-radius: 4px;
}
.ranking .anime_info .name{
  color: #333;
}
/*游戏*/
.games .swiper-slide{
  border-radius: 4px;
  overflow: hidden;
}
.games .swiper-slide img{
  width: 100%;
  height: 160px;
}
.games .swiper-button-next,
.games .swiper-button-prev{
  width: 30px;
  height: 40px;
  margin-top: -20px;
  background-color: rgba(0,0,0,.5) !important;
}
.games .swiper-button-prev{
  left: 0;
  background: url('/Public_new/images/common/arrow_left.png') center center no-repeat;
}
.games .swiper-button-next{
  right: 0;
  background: url('/Public_new/images/common/arrow_right.png') center center no-repeat;
}
.rightside .wrap_title .more{
  display: none;
}
/*推荐下载*/
.download_app .conwrap{
  display: inline-block;
}
.download_app .app,
.download_app .app_icon{
  float: left;
}
.download_app .app+.app{
  margin-left: 40px;
}
.download_app .app_icon>img{
  width: 102px;
  height: 102px;
}
.download_app .app_info{
  margin-left: 127px;
}
.download_app .app_info>span{
  display: block;
  margin: 0.05rem 0;
}
.download_app .app_info .name{
  font-size: 20px;
  font-weight: bold;
}
.download_app .app_info .slogan{
  font-size: 16px;
  color: #999;
}
.download_app .app_info .btn_down{
  display: inline-block;
  margin-top: 5px;
  padding: 2px 20px;
  border: 1px solid #999;
  border-radius: 4px;
}
.download_app .app_info .btn_down:hover{
  color: #fff;
  background-color: #d32d1f;
}
/*动漫明星*/
.anime_star .star{
  float: left;
  margin: 0 16px 20px 0;
  border: 1px solid #f2f2f2;
}
.anime_star .star>a{
  display: block;
}
.anime_star .star:nth-child(3n){
  margin-right: 0;
}
.anime_star .star:hover{
  border-color: #d32d1f;
}
.anime_star .imgbox>img{
  width: 270px;
  height: 200px;
}
.anime_star .subinfo{
  position: relative;
  padding: 10px;
}
.anime_star .subinfo>span{
  display: block;
}
.anime_star .subinfo .name{
  font-size: 20px;
  font-weight: bold;
}
.anime_star .subinfo .slogan{
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}
.anime_star .subinfo .more{
  position: absolute;
  top: 35%;
  right: 10px;
  color: #666;
}
.anime_star .subinfo .more>i{
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-top: -3px;
  margin-left: 5px;
  background: url('/Public_new/images/common/icon_more.png') no-repeat;
}
.anime_star .subinfo .more:hover{
  color: #d32d1f;
}

@media screen and (max-width: 768px){
  .banner{
    position: relative;
    left: 0;
    right: 0;
  }
  .banner_tab{
    top: auto;
    bottom: 0.3rem;
  }
  .banner_tab a{
    width: 0.26rem;
    height: 0.26rem;
    border: none;
  }
  .banner_tab .container{
    text-align: center;
  }
  .main_content, .footer{
    position: initial;
  }
  .main_content .container{
    padding: 0;
  }
  .leftside{
    float: none;
    width: 100%;
  }
  .rightside{
    margin-left: 0;
  }
  .leftside .nav_tab{
    display: block;
    padding-top: 0.1rem;
    border-bottom: 2px solid #e60000;
  }
  .leftside .nav_tab>li{
    width: 33%;
    padding: 0.2rem 0;
    font-size: 0.3rem;
    color: #999;
    text-align: center;
  }
  .leftside .nav_tab>li:last-child{
    width: 34%;
  }
  .leftside .nav_tab>li.active{
    color: #e60000;
    border-bottom: 0.1rem solid #e60000;
  }
  .wrap_title>h3{
    padding-left: 0.2rem;
    margin-right: 1rem;
    font-size: 0.3rem;
    text-align: left;
  }
  .wrap_title>h3:before{
    top: 0.06rem;
    width: 0.04rem;
    height: 0.3rem;
  }
  .wrap_title .more{
    padding: 0.06rem 0.1rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .rightside>div{
    padding: 0 0.2rem;
  }
  .tab_conwrap{
    padding: 0.2rem 0.2rem 0;
  }
  .hot_post , .ranking{
     display: none;
  }
  .tab_conwrap .view_more{
    display: block;
    width: 100%;
    padding: 0.15rem 0;
    margin-top: 0.2rem;
    font-size: 0.3rem;
    color: #666;
    text-align: center;
    background-color: #f2f2f2;
  }
  .news .wrap_title,.hot_post .wrap_title,.ranking .wrap_title{
    display: none;
  }
  .news ul>li{
    padding: 0.2rem 0;
    border-bottom: 1px solid #c2c2c2;
  }
  .news ul>li>a{
    padding-left: 0;
  }
  .news ul>li>a,
  .news ul>li>.date,
  .news ul>li:first-child>a{
    font-size: 0.3rem;
  }
  .news ul>li:first-child>a{
    padding: 0.1rem 0.2rem;
    font-weight: bold;
    text-align: center;
    background-color: #f1f1f1;
  }
  .news ul>li>a:before{
    display: none;
  }
  .hot_post ul>li{
    padding: 0 0 0.15rem;
  }
  .hot_post ul>li+li{
    margin-top: 0.15rem;
  }
  .hot_post .post_title{
    padding: 0;
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
  }
  .hot_post .comment>i{
    width: 0.25rem;
    height: 0.25rem;
  }
  .ranking ul>li{
    background-color: #f8f7f6;
  }
  .ranking ul>li+li{
    margin-top: 0.2rem;
  }
  /*.ranking ul>li:nth-child(4){
    display: none;
  }*/
  .ranking .anime_img>img{
    width: 3.8rem;
    height: 2.5rem;
  }
  .ranking .anime_info{
    padding-top: 0.3rem;
    margin-left: 4rem;
  }
  .ranking .anime_info>span{
    margin: 0.1rem 0;
  }
  .ranking .anime_info .num{
    width: auto;
    height: auto;
    font-size: 0.3rem;
    color: #333;
    text-align: left;
    background-color: transparent;
  }
  .ranking .anime_info .num>i{
    display: inline-block;
    width: 0.29rem;
    height: 0.25rem;
    margin-right: 0.1rem;
    background: url('/Public_new/images/common/icon_no1.png') no-repeat;
    background-size: 100% !important;
  }
  .ranking li:nth-child(2) .num>i{
    background: url('/Public_new/images/common/icon_no2.png') no-repeat;
  }
  .ranking li:nth-child(3) .num>i{
    background: url('/Public_new/images/common/icon_no3.png') no-repeat;
  }
  .ranking .anime_info .name{
    font-size: 0.28rem;
  }
  .leftside .games{
    display: none;
  }
  .rightside .wrap_title .more{
    display: block;
  }
  .download_app{
    text-align: center;
  }
  .download_app .app+.app{
    margin-left: 0.3rem;
  }
  .download_app .app_icon{
    float: none;
    display: inline-block;
    border: 1px solid #c2c2c2;
    border-radius: 0.32rem;
  }
  .download_app .app_icon>img{
    width: 1.5rem;
    height: 1.5rem;
  }
  .download_app .app_info{
    margin: 0;
  }
  .download_app .app_info .name{
    font-size: 0.3rem;
  }
  .download_app .app_info .slogan{
    font-size: 0.24rem;
  }
  .download_app .app_info .btn_down{
    display: none;
  }
  .anime_star .star{
    margin: 0 0.32rem 0.3rem 0;
    background-color: #f3f3f3;
    border-color: #c2c2c2;
    border-radius: 4px;
    overflow: hidden;
  }
  .anime_star .imgbox>img{
    width: 2.1rem;
    height: 3rem;
  }
  .anime_star .subinfo .name{
    font-size: 0.28rem;
    font-weight: normal;
    text-align: center;
  }
  .anime_star .subinfo .slogan,
  .anime_star .subinfo .more{
    display: none;
  }
  .hot_game{
    display: block;
  }
  .hot_game .app+.app{
    margin-left: 0.5rem;
  }
  .hot_game .app_info .name{
    font-size: 0.24rem;
  }
  .hot_game .btn_play{
    display: inline-block;
    padding: 0.04rem 0.16rem;
    color: #999;
    border: 1px solid #999;
    border-radius: 4px;
  }
}
