.page-container-inner {
    background: #ADD6D8;

}

.about-banner {
    margin-top: var(--header-height);
    position: relative;
    background: url(../images/films/pbanner.png);
    height: 390px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-banner img {
    width: 100%;
    object-fit: cover;
    min-height: 300px;
}

.about-banner .banner-title {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    /*text-shadow: 0 2px 5px rgb(0, 0, 0, 0.3);*/
}

.main {

    padding-right: var(--spacer) !important;
    padding-left: var(--spacer) !important;
}

.filter {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;

}

.filter .filter-top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.filter .filter-top img {
    width: 20px;
    height: 18px;
}

.filter .filter-top .filter-top-num {
    margin-bottom: 0;
    line-height: 18px;
    color: #595C95;
    margin-left: 5px;
}

.filter-center {
    display: flex;
    flex-wrap: wrap;
}

.filter-content .filter-center-list {
    display: flex;
    flex-wrap: wrap;
}

.filter-content .filter-center-list .filter-center-item {
    display: flex;
    height: 39px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #595C95;
    padding: 0 14px;
    align-items: center;
    margin-right: 7px;
    margin-bottom: 7px;
}

.filter-content .filter-center-list .filter-center-item:last-child {
    margin-right: 25px;
}

.filter-content .filter-center-list .filter-center-item .filter-center-item-text {
    line-height: 39px;
    color: #595C95;
    font-size: 16px;
    margin-bottom: 0;

}

.filter-content .filter-center-list .filter-center-item img {
    width: 12px;
    height: 12px;
    margin-left: 30px;

    cursor: pointer;
}

.filter-center-item-all {
    line-height: 39px;
    color: #595C95;
    font-size: 16px;
    margin-bottom: 0;
    cursor: pointer;
    /* flex: 1; */

}

.selectListContent {
    display: none;
}

.selectList {
    margin-top: 30px;
    display: flex;
    transition: all 0.5s;
    padding-bottom: 30px;
    /* visibility: hidden;
    opacity: 0; */
}

.selectList .select-item {
    display: flex;
    justify-content: space-between;
    height: 56px;
    align-items: center;
    padding: 0 25px;
    border: 1px solid #1D1D1D;
    border-radius: 5px;
    width: 422px;
    position: relative;
    box-sizing: border-box;
    margin-right: 24px;
    position: relative;
}

.selectList .select-item:last-child {
    margin-right: 0;
}

.selectList .select-item .select-item-text {
    margin-bottom: 0;
    line-height: 56px;
    font-size: 18px;
    color: #1D1D1D;
}

@media (max-width: 1000px) {
    .selectList {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .selectList .select-item {
        width: calc(50% - 12px);
        margin-right: 0px;
        margin-bottom: 25px;
    }

    .filter {
        padding-top: 40px;
    }
}

@media (max-width: 600px) {
    .selectList {
        margin-top: 20px;
        display: block;

    }

    .selectList .select-item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
    }
}

.selectList .select-item>img {
    transition: all 0.5s;
    width: 18px;
}

.selectList .select-item .select-item-center {
    position: absolute;
    top: -2px;
    left: -1px;
    width: calc(100% + 2px);
    background: #fff;
    border: 1px solid #1D1D1D;
    border-radius: 5px;
    display: none;
    z-index: 20;
}

/* .selectList .select-item:hover>img {

    transform: rotate(180deg);
} */

.select-item-center .select-item-top {
    display: flex;
    justify-content: space-between;
    height: 56px;
    align-items: center;
    padding: 0 25px;
    position: relative;
    box-sizing: border-box;
}

.select-item-center .select-item-top .select-item-top-text {
    margin-bottom: 0;
    line-height: 56px;
    font-size: 18px;
    color: #1D1D1D;
}

.select-item-center .select-item-top>img {
    transition: all 0.5s;
    width: 18px;

}

/* .select-item-center:hover .select-item-top>img {
    transform: rotate(180deg);
} */

.select-item-center .select-item-list {
    padding: 10px 25px 0;
}

.select-item-center .select-item-list .active .select-item-list-item-left {
    background: #8AC5C9 !important
}

.select-item-center .select-item-list .active .select-item-list-item-left img {
    display: block !important
}

.select-item-list .select-item-list-item {
    display: flex;
    cursor: pointer;
}

.select-item-list-item .select-item-list-item-left img {
    height: 15px;
    width: 15px;
    margin: 1.5px;
    display: none;
}

.select-item-list-item .select-item-list-item-left {
    /* background: #8AC5C9; */
    height: 20px;
    width: 20px;
    border: 1px solid #707070;
}

.select-item-list-item .select-item-list-item-text {
    font-size: 18px;
    color: #1D1D1D;
    margin-left: 10px;
    flex: 1;
}

.select-item-center .select-item-footer {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
}

.select-item-center .select-item-footer .select-item-footer-clear {
    font-size: 16px;
    line-height: 35px;
    color: #707070;
    cursor: pointer;
}

.select-item-center .select-item-footer .select-item-footer-Bottom {
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    background: #6363a7;
    cursor: pointer;
}

.img-center {
    margin-top: 30px;
}

.img-list1 {
    display: flex;
    margin-bottom: 20px;
}

.img-list1 .img-item {
    position: relative;
    width: calc((100% - 40px) / 3);
    height: 407px;
}

.img-list1 .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-list1 .img-item .img-item-text {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-bottom: 0;
    text-align: center;
    font-size: 36px;
    color: #fff;

}

.img-list1 .img-item .img-item-bg {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-list1 .img-item:nth-child(2) {
    margin: 0 20px;
}


.img-list {
    display: flex;
    margin-bottom: 20px;
}

.img-list .img-item {
    position: relative;
    height: 407px;
}

.img-list .img-item:nth-child(1),
.img-list .img-item:nth-child(3) {
    width: calc((100% - 40px) * 0.248466);
}

.img-list .img-item:nth-child(2) {
    width: calc((100% - 40px) * 0.50306);
}

.img-list .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-list .img-item .img-item-text {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-bottom: 0;
    text-align: center;
    font-size: 32px;
    color: #fff;

}

.img-list .img-item .img-item-bg {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-list .img-item:nth-child(2) {
    margin: 0 20px;
}

.no-data {
    width: 100%;
    text-align: center;
    padding-bottom: 200px;
}

.no-data span {
    display: block;
    width: 100%;
    font-size: 80px;
    color: #fff;
    font-weight: 200;
    line-height: 130px;
    background: #575c9d;
    margin-top: 80px;
}

/* .first-content {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.first-content .left-img {
    width: 580px;
    overflow: hidden;
}

.first-content .left-img img:hover {
    transform: scale(1.1);
}

.first-content .left-img img {
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.first-content .right-text {
    padding: 100px;
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    color: #1D1D1D;
    line-height: 30px;
} */

.second-content {
    background: #fff;
    padding-top: 150px;
    display: flex;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: calc(clamp(1100px, 75vw, 1700px) + var(--spacer) * 2);
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.second-content .left-text {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    color: #1D1D1D;
    line-height: 30px;
}

.second-content .right-img {
    width: 580px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.second-content .right-img img {
    object-fit: cover;
    opacity: 0;
    padding-bottom: 25px;
}



.third-content {
    background: #FDB913;

}

.third-real-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    max-width: calc(clamp(1100px, 75vw, 1700px) + var(--spacer) * 2);
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.third-content .left-img {
    width: 444px;
    height: 384px;
    overflow: hidden;
    margin: 92px 70px 92px 0;
}

.third-content .left-img img:hover {
    transform: scale(1.1);
}

.third-content .left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.third-content .right-text {
    padding: 100px 0;
    flex: 1;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 40px;
}

.img-list1 .img-item .img-item-text,
.img-list .img-item .img-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media (max-width: 1300px) {

    .img-list1 .img-item .img-item-text,
    .img-list .img-item .img-item-text {
        font-size: 20px;
    }
}


@media (max-width: 1160px) {
    .first-content .left-img {
        width: 50%;
    }

    .first-content .right-text {
        width: 50%;
        padding: 0;
        margin: 0 50px 50px 50px;
    }

    .second-content {
        width: 100%;
    }

    .second-content .right-img {
        width: 50%;
    }

    .second-content .left-text {
        width: 50%;
        padding: 0;
        margin: 0 50px 50px 50px;
    }

}

@media (max-width: 920px) {
    .first-content {
        flex-wrap: wrap;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .first-content .left-img {
        width: 100%;
        margin: 0 10px 10px 10px;
    }

    .first-content .right-text {
        width: 100%;
        padding: 0;
        margin: 50px 10px 10px 10px;
    }

    .second-content {
        flex-wrap: wrap;
        padding-top: 50px;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .second-content .right-img {
        width: 100%;
        margin: 50px 10px 0px 10px;
    }

    .second-content .left-text {
        width: 100%;
        padding: 0;
        margin: 0;
    }


    .third-real-content {
        flex-wrap: wrap;
        width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .third-content .left-img {
        width: 100%;
        margin: 10px;
    }

    .third-content .right-text {
        width: 100%;
        padding: 0;
        margin: 50px 10px 50px 10px;
    }

    .main,
    .px-3,
    .container-fluid-px,
    .container-fluid-px-mw,
    .no-data span {
        padding-left: 3.5% !important;
        padding-right: 3.5% !important;
    }

    .footer-main .container-fluid-px-mw .left .footlogo img {
        padding-left: 0 !important;
    }

    .no-data span {
        font-size: 36px;
    }

    .no-data {
        padding-bottom: 80px;
    }

}

@media (max-width: 1024px) {

    .about-banner .banner-title {
        left: 20%;
    }

    .img-list1 .img-item .img-item-text,
    .img-list .img-item .img-item-text {
        font-size: 20px;
    }
}

@media (max-width: 750px) {
    .about-banner {
        background: url(../images/pbanner2_mobile.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 139px;
    }

    .no-data span {
        font-size: 40px;
    }
}

@media (max-width: 610px) {
    .about-banner .banner-title {
        left: 50%;
        top: 50%;
    }

    .img-list,
    .img-list1 {
        flex-wrap: wrap;
    }

    .img-list1 .img-item:nth-child(2) {
        margin: 10px 0px;
    }

    .img-list .img-item:nth-child(2) {
        margin: 10px 0px;
    }

    .img-list1,
    .img-list {
        margin-bottom: 10px;
    }

    .filter {
        display: flex;
        flex-direction: column-reverse;
    }

    .filter .filter-top {
        position: relative;
        border: 1px solid #595C95;
        border-radius: 5px;
        display: flex;
        padding: 10px 15px;
        max-width: 155px;
    }

    .filter .filter-top::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 6px;
        background: url(../images/forward.png);
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);

    }

    .selectList {
        display: none;
    }

    .seckback {
        display: none;
        position: fixed;
        z-index: 99999;
        height: 100vh;
        width: 100%;
        right: 0;
        top: 0;
        overflow: hidden;
    }

    .seckback .secoverback {
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, .83);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9;
    }

    .seckback .selectList_mobile {
        background: #fff;
        width: 80vw;
        height: 100vh;
        overflow-y: scroll;
        display: block;
        margin-top: 0;
        float: right;
        position: relative;
        z-index: 99;
    }

    .seckback .select-item {
        position: relative;
        top: 0px;
        left: 0px;
        width: calc(100% + 2px);
        background: #fff;
        border: none;
        border-radius: 0px;
        display: block;
        z-index: 20;
        height: auto;
        padding: 0 5px;
    }

    .seckback .select-item .select-item-center {
        display: block !important;
        position: relative;
        top: 0;
        left: 0;
        border: none;
    }

    .img-center {
        /* margin-top: 0px; */
    }

    .img-list1 .img-item,
    .img-list .img-item {
        width: 100% !important;
    }
}

@media (min-width: 576px) {

    .second-content,
    .third-real-content,
    .partner-item>ul {
        padding-right: var(--spacer) !important;
        padding-left: var(--spacer) !important;
    }
}


@media (max-width: 750px) {
    .about-banner {
        background: url(../images/1.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 139px;
    }
}

.loadmore {
    max-width: 196px;
    height: 60px;
    background: #595C95;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 70px auto;
}

.loadmore:hover {
    background: #fff;
    color: #000;
}