/* 红色主题样式 */

@media (max-width: 750px) {
    .ov .column ul,
    .ov .area ul {
        background-color: #e60021 !important;
    }
    .ov .pull {
        background-color: #e60021 !important;
    }
    .bg_cover {
        display: none !important;
    }
    body {
        background: none;
    }
    .times {
        display: none !important;
    }
}

.main>.container {
    background: #fff;
}
.bg_cover {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.bg_cover .bg_img {

}
.bg_cover .bg_close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.red_color {
    // color: #e60021 !important;
}
.red_bg {
    background: #e60021 !important;
}
.ul_first_red li:first-child a {
    // color: #e60021 !important;
}
.ul_last_red li:last-child a {
    // color: #e60021 !important;
}