.over_page_banner_center .owl-carousel .owl-item img {
    width: 100% !important;
}

.over_page_banner_center {
    z-index: 100001;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.over_page_banner_center .bg_blank {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.75);
}

.over_page_banner_center .pop_ct {
    z-index: 5;
    padding: 5px;
    position: relative;
    max-height: 100%;
    margin: 0 auto;
    width: 880px;
    height: 590px;
    margin-top: 1%;
    max-width: 80%;
    /* background-color: #fff; */
    /* box-shadow: 0px 0px 10px #000000; */
}

.over_page_banner_center .pop_ct .close_over {
    z-index: 6;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #cecece;
    border: 2px;
    right: 0;
    top: 0;
    position: absolute;
    margin-right: -10px;
    margin-top: -10px;
    border-radius: 50%;
    line-height: 18px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 10px #000000;
}

.fixed-img-pp {
    position: unset !important;
    width: unset !important;
}

.election {
    height: 570px !important;
}

.election .bullet {
    height: 15px;
    bottom: 0px;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.election .bullet a {
    background: url('images/normal.png');
    background-repeat: no-repeat;
    text-decoration: none;
    margin: 0px 0px;
    padding: 16px 7px;
    width: 20px;
    height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 12px;*/
}

.election .bullet a.activeSlide {
    background: url('images/select.png');
    width: 20px;
    height: 24px;
    background-repeat: no-repeat;
}

.election .bullet a:focus {
    outline: none;
}

@media (min-width: 360px) and (max-width: 1024px) {
    .pop_img {
        height: unset !important;
        width: unset !important;
    }
    .pop_img img {
        height: unset !important;
        max-width: 100% !important;
    }
    .election {
        margin-left: 0px !important;
        width: unset !important;
        max-width: 100% !important;
        height: auto !important;
    }
    .over_page_banner_center .pop_ct {
        width: unset !important;
        height: unset !important;
        margin-top: 8% !important;
    }
    .over_page_banner_center {
        z-index: 9999999;
    }
}