
.banner {
    width: 1178px;
    height: 472px;
    margin: 53px auto 0;
}
.banner img {
    width: 1178px;
    height: 472px;
}

.tips {
    display: flex;
    justify-content: space-between;
    height: 162px;
    width: 907px;
    margin: 60px auto 20px;
}
.tips img {
    width: 289px;
    height: 162px;
}

.hot-list {
    width: 1266px;
    margin: 50px auto 50px;
}
.hot-list .title {
    margin: 80px auto 60px;
    width: 411px;
    height: 103px;
}
.hot-list .title img {
    width: 411px;
    height: 103px;
}
.hot-list .hot-box {
    height: 653px;
    cursor:default;
}
.hot-box {
    width: 1096px;
    height: 653px;
    margin: auto;
    background-image: url(../img/index/hot-box-bg.png);
}
.hot-box .content {
    width: 940px;
    height: 613px;
    margin: auto;
    padding: 30px 0;
}
.hot-box .head {
    display: flex;
}
.hot-box .head .pic img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.hot-box .head .info {
    width: 600px;
    height: 110px;
    margin: 6px 30px 0;
}
.head .info .nickname {
    font-weight: bold;
    font-size: 40px;
    background-image: linear-gradient(to bottom, #FA7C84, #F5C5C8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; /* 使文字颜色透明 */
    color: transparent; /* 为了兼容非 WebKit 浏览器，设置为透明 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.head .info .brief {
    margin-top: 14px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #AB5D3A;
}
.play-list {
    margin-top: 30px;
}
.play-list li {
    width: 914px;
    height: 72px;
    background: #E2A57C;
    border-radius: 35px 35px 35px 35px;
    position: relative;
    margin: 30px 0 0 20px;
}
 .play-list li img {
    position: absolute;
    left: -20px;
    top: -8px;
    width: 93px;
    height: 93px;
    cursor: pointer;
}
.play-list li .timer {
    position: absolute;
    left: 140px;
    top: 22px;
    width: 98px;
    height: 23px;
    font-weight: bold;
    font-size: 16px;
    color: #AB5D3A;
    line-height: 28px;
    text-align: left;
    text-transform: none;
}

/* 自定义进度条样式 */
.play-list li .progress-bar-bg {
    position: absolute;
    left: 284px;
    top: 31px;
    width: 507px;
    height: 8px;
    color: #555;
    background-color: #F0F0F0;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
    cursor: pointer;
}
.progress-bar {
    background-color: #AB5D3A;
    width: 0;
    height: 8px;
    border-radius: 10px;
}
.progress-bar-bg span {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #AB5D3A;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    margin-left: -10px;
}


.act-list {
    width: 1266px;
    margin: 50px auto 107px;
}
.act-list .title {
    margin: 140px auto 60px;
    width: 411px;
    height: 103px;
}
.act-list .title img {
    width: 411px;
    height: 103px;
}
.act-list .act-box {
    width: 1175px;
    height: 1128px;
    margin: auto;
    background-image: url(../img/index/act-box-bg.png);
}
.act-box .content {
    width: 1135px;
    padding: 78px 20px 0;
}
.act-box .content li {
    background-color: #FBEFF9;
}
.act-box .content li a {
    display: block;
    width: 100%;
    height: 127px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 7px;
    cursor: pointer;
}
.act-box .content li:nth-child(2n) {
    background-color: #CFECF5;
}
.act-box li img {
    width: 108px;
    height: 108px;
    margin-left: 53px;
}
.act-box li span {
    margin-left: 36px;
    color: #7E5E59;
    font-size: 20px;
}
.act-box li span:nth-child(4) {
    color: #4FA3FC;
}
.act-box .more {
    width: 181px;
    margin: auto;
}
.act-box .more a {
    display: inline-block;
    line-height: 59px;
    width: 100%;
    height: 59px;
    text-align: center;
    background-color: #CC8A5E;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 20px;
    cursor: pointer;
}


    /* 热门声优轮播 */
    .swiper2 {
        width: 1266px;
    }

    .swiper2 .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 1096px;
        height: 653px;
    }

    .swiper2 .swiper-slide img {
        display: block;
        width: 100%;
    }
    /* banner轮播 */
    .swiper1 {
        width: 100%;
        height: 100%;
    }
    .swiper1 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper1 .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* 重写切换按钮样式 */
    .swiper-button-prev,
    .swiper-button-next {
        position: absolute;
        top: 50%;
        width: 60px;
        height: 60px;
        background-image: url(../img/index/swiper1-prev.png);
        background-size: contain;
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .swiper-button-next {
        background-image: url(../img/index/swiper1-next.png);
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        display: none;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 10px;
        right: auto;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 10px;
        left: auto;
    }

    



    #main-footer {
        min-width: 980px;
        width: 100%;
        padding: 15px 0;
        /* border-top: 1px solid #e0e0e0; */
    }
    
    #main-footer,#main-footer * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    
    #main-footer .footer-row {
        width: 100%;
        margin: 10px 0;
        text-align: center
    }
    
    #main-footer .footer-row,#main-footer .footer-row a {
        position: relative;
        font-size: 14px;
        color: #9e9e9e
    }
    
    #main-footer .footer-row a {
        margin: 0 10px
    }
    
    #main-footer .footer-row a:hover {
        color: #616161
    }
    
    #main-footer .footer-row .beian-icon {
        width: 20px;
        height: 20px;
        background-image: url(//s1.maoercdn.com/assets/www/images/build/sprite-icons.ac658e97.png);
        background-position: -673px -397px;
        -moz-background-size: 714px 686px;
        -o-background-size: 714px 686px;
        background-size: 714px 686px;
        display: inline-block;
        vertical-align: top
    }
    
    #main-footer .footer-row.about-us {
        height: 20px;
        line-height: 20px
    }
    
    #main-footer .footer-row.about-us a {
        color: #616161
    }
    
    #main-footer .footer-row.about-us a:hover {
        color: #3d3d3d
    }
    
    #main-footer .footer-row.about-us a:not(:last-child):after {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        right: -13px;
        height: 16px;
        border-left: 1px solid #9e9e9e
    }
    #main-footer .address {
        margin-left: 30px;
    }

    .ad-box {
        position: fixed;
        bottom: 10%;
        right: 0;
        cursor: pointer;
    }
    .ad-content {
        position: absolute;
        left: 18px;
        top: 53px;
        width: 243px;
        height: 183px;
    }
    .ad-content img {
        width: 243px;
        height: 183px;
        border-radius: 27px;
    }