@charset "utf-8";

.live-module{
    padding-left: .3333rem;
    margin-bottom: .8333rem;
}
.swiper_list .swiper-wrapper,
.swiper_newsList .swiper-wrapper,
.swiper_tuijianList .swiper-wrapper,
.swiper_dujiaList .swiper-wrapper{
    width: 100%;
    display: flex;
    /* text-align: center; */
    justify-content: space-between;
}

.swiper_list .swiper-slide,
.swiper_newsList .swiper-slide,
.swiper_tuijianList .swiper-slide,
.swiper_dujiaList .swiper-slide{
    position: relative;
    width: 5rem!important;
    height: 2.8167rem;
    margin-right: .1667rem;
}
.swiper_dujiaList .swiper-slide{
    position: relative;
    width: 4.433rem !important;
    height: 2.8167rem;
    margin-right: .1667rem;
}
.swiper_list .swiper-slide>a{
    position: relative;
    display: block;
    width: 5rem!important;
    height: 2.8167rem;
}
.swiper_list .swiper-slide img,
.swiper_newsList .swiper-slide img,
.swiper_tuijianList .swiper-slide img,
.swiper_dujiaList .swiper-slide img{
    width: 5rem;
    height: 2.8167rem;
    border-radius: .2667rem;
}
.swiper_dujiaList .swiper-slide img{
    width: 4.433rem !important;
    height: 2.8167rem;
    border-radius: .2667rem;
}
.swiper-slide-bot{
    position: absolute;
    left: .3333rem;
    bottom: .3333rem
}
.swiper_list .swiper-slide h3{
    font: bold .4333rem/1 "Microsoft YaHei";
    color: #fff;
    margin-bottom: .2167rem;
    text-align: left;
}
.swiper_list .swiper-slide p{
    font:  .4rem/1 "Microsoft YaHei";
    color: #fff;
    text-align: left;
    width: 4.3167rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.barContainer {
    position: absolute;
    left: .3333rem;
    top: .1667rem;
    background: transparent;
    display: flex;
    align-items: flex-end;
    height: .5rem;
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.3));
    margin-right: .1167rem;
    margin-bottom: .0667rem;
}
.barContainer i.bar:nth-child(1) {
    height: 40%;
    animation-delay: 0s;
}
.barContainer i.bar:nth-child(2) {
    height: 50%;
    animation-delay: 0.3s;
}
.barContainer i.bar:nth-child(3) {
    height: 60%;
    animation-delay: 0.6s;
}
.barContainer i.bar {
    display: inline-block;
    width: .1rem;
    background: #ffc63a;
    border-radius: .0333rem;
    transform-origin: bottom;
    animation: barScale 0.8s ease-in-out infinite;
    margin-right: .05rem;
}
@keyframes barScale {
    0%, 100% {
      transform: scaleY(0.5);
      opacity: 0.6;
    }
    50% {
      transform: scaleY(1.5); 
      opacity: 1;
      background: #b68548; 
    }
  }
/* 新闻头条 */
.news-module{
    margin-left: .3333rem;
}
.news-module{
    margin-bottom: .75rem;
}
.news-module h3,
.tuijian-module h3,
.xinpian-module h3,
.zhuanti-module h3{
    font: bold .55rem/1 "Microsoft YaHei";
    color: #333;
    margin-bottom: .5rem;
}
.news-module ul{
    width: 11.8333rem; 
    padding: .6rem .7167rem .5667rem .4333rem;
    border-radius: .2667rem;
    background-color: #fff;
    box-shadow: 0px 0px .2rem rgba(0, 0, 0, 0.1);
    margin-bottom: .6667rem;
    box-sizing: border-box;
}
.news-module ul li{
    display: flex;
    margin-bottom: .5833rem;
}
.news-module ul li i{
    float: left;
    width: .1667rem;
    height: .1667rem;
    border-radius: .05rem;
    margin-right: .3rem;
    line-height: .7833rem;
    margin-top: .3333rem;
}
.news-module ul li i.blueColor{
    background-color: #6187e0;
}
.news-module ul li i.yellowColor{
    background-color: #ff9f38;
}
.news-module ul li a{
    float: left;
    font: .4833rem/.7833rem "Microsoft YaHei";
    color: #333;
    width: 10.2667rem;
    border-bottom: .0167rem solid #d9d9d9;
    padding-bottom: .4833rem;
}
.news-module ul li:last-child {
    margin-bottom: 0;
}
.news-module ul li:last-child a{
    border-bottom: none;
    padding-bottom: 0;
}
.swiper_newsList .swiper-slide,
.swiper_tuijianList .swiper-slide{
    height: 100%;
}
.swiper_newsList i,
.swiper_xinpianList i,
.swiper_zhuantiList i{
    position: absolute;
    left: .2333rem;
    bottom: .2333rem;
    background:url(//static.m1905.cn/homepage2025/h5/img/newsPlayBtn.png);
    width: .3rem;
    height: .3167rem;
    background-size: 100% 100%;
}
.swiper_newsList span,
.swiper_tuijianList span,
.swiper_xinpianList span,
.swiper_zhuantiList span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:1rem;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0), rgba(0,0,0,0.5));
    border-bottom-left-radius: .2667rem;
    border-bottom-right-radius: .2667rem;
}
.swiper_newsList a:first-child,
.swiper_tuijianList a:first-child,
.swiper_zhuantiList a:first-child{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: .2333rem;
}
.swiper_tuijianList .corner_icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2rem;
    height: 0.733rem;
}
.swiper_tuijianList .corner_vip{
    /* background-image: linear-gradient(to right, rgba(136,114,248,0.8), rgba(46,125,252,0.8)); */
    background: url(//static.m1905.cn/homepage2025/h5/img/icon_vip.png) no-repeat;
    background-size: 100%;
}
.swiper_tuijianList .corner_free{
    /* background-image: linear-gradient(to right, rgba(32,212,112,0.8), rgba(1,227,224,0.8)); */
    background: url("//static.m1905.cn/homepage2025/h5/img/icon_free.png") no-repeat;  
    background-size: 100%;
}
.swiper_list .corner_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2rem;
    height: 0.733rem; 
}
.swiper_list .corner_app{
    background: url("//static.m1905.cn/homepage2025/h5/img/icon_app.png") no-repeat;  
    background-size: 100%; 
}

.newTitle{
    font: .4333rem/.5667rem "Microsoft YaHei";
    color: #333;
}
.swiper_tuijianList .newTitle{
    font: .5rem/1 "Microsoft YaHei";
    color: #333;
    margin-bottom: .2333rem;
    display: block;
}
.swiper_tuijianList p{
    font: .4333rem/1 "Microsoft YaHei";
    color: #666;
}
.tuijian-module{
    margin-bottom: .8333rem;
}
.tuijian-module{
     margin:0 0 .7333rem .3333rem; 
}
/* 新片预告 */
.xinpian-module{
    /* width: 11.8333rem; */
    margin:0 .3333rem .7333rem;
}
.swiper_xinpianList{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .3rem;
}
.swiper_xinpianList a:first-child,
.swiper_zhuantiList a:first-child{
    position: relative;
    width: 5.8333rem;
    height: 3.2833rem;
    display: block;
    margin-bottom: .25rem;
}
.swiper_xinpianList img,
.swiper_zhuantiList img{
    width:100%;
    height: 100%;
    border-radius: .2667rem;
}
.swiper_xinpianList li,
.swiper_zhuantiList li{
    margin-bottom: .4167rem;
    margin-right: .1667rem;
    width: 5.8333rem;
}
.swiper_xinpianList li:nth-of-type(2n),
.swiper_zhuantiList li:nth-of-type(2n){
    margin-right: 0;
}
.swiper_xinpianList a:first-child em,
.swiper_zhuantiList a:first-child em{
    position: absolute;
    left: .7rem;
    bottom: .2rem;
    font: .4rem/1 "Microsoft YaHei";
    color: #fff;
}
/* 专题 */
.zhuanti-module{
    margin:0 .3333rem;
}
.zhuanti-module>h3,
.xinpian-module>h3
{
    display: flex;
    justify-content: space-between;
}
.zhuanti-module>h3 a,
.xinpian-module>h3 a{
    /* margin-top: .1rem;
    background: url(https://static.m1905.cn/homepage2025/h5/img/right_001.png) no-repeat;
    background-size: 100%;
    height: 0.33rem;
    width: 0.2rem; */
    width: .8333rem;
    height: .55rem;
}
.zhuanti-module>h3 a::after,
.xinpian-module>h3 a::after{
    display: block;
    content:"";
    margin-top: .1rem;
    background: url(//static.m1905.cn/homepage2025/h5/img/right_001.png) no-repeat;
    background-size: 100%;
    height: 0.33rem;
    width: 0.2rem;
    float:right;
}
.bigBcg{
    margin-bottom: .6667rem;
}
.bigBcg a{
    display: block;
    width: 11.8333rem;
    
}
.bigBcg a img{
    width: 100%;
    height: 100%;
    border-radius: .2667rem;
}
.bigBcg a:first-child{
    margin-bottom: .3333rem;
    height: 6.6667rem;
}
.bigBcg a:last-child{
    font: .4333rem/1 "Microsoft YaHei";
    color: #333;
}
/* .newTitle{
    color: #666;
} */
.news-module .newTitle,
.xinpian-module .newTitle{
    color: #333;
}
.swiper_zhuantiList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .3167rem
}
/* 底部 */
#footer {
    position: relative;
    text-align: center;
    background-color: #eee;
}
#footer .container {
    font-size: .4rem;
    line-height: 0.4rem;
    padding: .75rem 0 2.1rem;
    color: #2a2a2a;
}
#footer p{
    padding-bottom: .4rem;
}
#footer p a {
    color: #333;
}
#footer p span {
    padding: 0 .2rem;
}
