﻿body {
    width: 100%;
    background: #9B0000;
    backdrop-filter: blur(10px);
}

.container {
    max-width: 1400px;
}

.banImg img {
    width: 100%;
}

.main {
    width: 100%;
}


.main {
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    background: linear-gradient(92deg, #92000000 -43%, #92000000 -43%, #8400004d 102%);
    border: 1px solid rgba(255, 209, 209, 0.5);
    backdrop-filter: blur(18.9px);
    box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.27);
    padding: 50px 40px;
}


.footer {
    width: 100%;
    padding: 70px 0 55px 0;
}

.footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banq p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.banq p a {
    color: #fff;
}

.text-scroll {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 50px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .5);
}

.text-scroll .desc {
    width: 100%;
    height: 290px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 40px;
}

.text-scroll .desc::-webkit-scrollbar {
    width: 10px;
}

.text-scroll .desc::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.text-scroll .desc::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 3px;
}

.text-scroll .desc::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.text-scroll .desc {
    scrollbar-color: rgba(255, 255, 255, .5);
}

.text-scroll .desc p {
    font-size: 24px;
    color: #fff;
    line-height: 2em;
    text-align: justify;
}

.pictureSlide {
    width: 100%;
    position: relative;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 32px;
}

.pictureSlide .swiper-slide {
    width: 76%;
    /* width: 845px; */
    border-radius: 20px;
    overflow: hidden;
}

.pictureSlide .swiper-slide a {
    width: 100%;
}

.pictureSlide .swiper-slide img {
    width: 100%;
    border-radius: 20px;
}

.pictureSlide .swiper-prev,
.pictureSlide .swiper-next {
    width: 66.74px;
    height: 66.74px;
    border-radius: 50%;
    background: rgba(216, 38, 38, 0.7);
    box-sizing: border-box;
    border: 1.66px solid #FFFFFF;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
}

.pictureSlide .swiper-next {
    left: auto;
    right: 0;
}

.textBox .img img {
    width: 100%;
    border-radius: 30px;
}

.infolist{
    margin-top: 45px;
}

.infolist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.infolist ul li {
    width: calc((100% - 30px) / 2);
    height: 124px;
    border-radius: 30px;
    background: url(../images/li-bg.png) center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 35px;
    padding: 25px 50px;
    box-sizing: border-box;
}

.infolist ul li .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    height: 26px;
    margin-bottom: 15px;
}

.infolist ul li .desc {
    font-size: 16px;
    color: #fff;
    line-height: 21px;
    height: 21px;
}

.detail .title {
    width: 100%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.detail .timer {
    width: 100%;
    text-align: center;
    padding: 15px 0 10px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .6;
}

.detail .dtl {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.detail .dtl p,
.detail .dtl span {
    color: #fff !important;
    font-size: 18px !important;
    text-indent: 2em;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100%;
    height: auto;
}

.detail-page {
    width: 100%;
    margin-top: 20px;
}

.detail-page .box {
    width: 100%;
    padding: 5px 0;
}

.detail-page .box a {
    color: #fff;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .main {
        padding: 15px;
    }

    .infolist ul li {
        width: 100%;
        height: auto;
        background: linear-gradient(90deg, #b91c1c 1%, #e10000 50%, #b91c1c 99%);
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 15px;
    }

    .infolist ul li .title {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .pictureSlide {
        padding: 0;
        margin-top: 20px;
        border-radius: 10px;
    }

    .pictureSlide .swiper-prev,
    .pictureSlide .swiper-next {
        width: 32px;
        height: 32px;
    }
    
    .pictureSlide .swiper-prev img,
    .pictureSlide .swiper-next img{
        height: 10px;
    } 

    .footer{
        padding: 25px 0;
    }

    .footer .container{
        flex-direction: column;
    }
    .banq p{
        line-height: 25px;
    }
    .container{
        width: 95%;
    }

}