@media (max-width: 767px) {
    /* 内容页头部图片高度 */
    .main-container-header {
        height: 150px;
    }
    .main-container-header-v {
        height: 250px;
    }
    .main-container-header img {
        height: 150px;
    }
    .main-container-header-v img {
        height: 250px;
    }
    .main-container-header-v video {
        height: 250px;
        width: 100%;
    }
    /* 内容页头部标题 */
    .main-container-content,
    .main-container-header-title {
        width: 100%;
    }
    /* 内容页头部面包屑 */
    .content-header-breadcrumb span {
        padding-left: 10px
    }
    /* 内容页导航响应布局 */
    .content-title-nav {
        width: 130px;
    }
    .content-title-nav .content-title-nav-item {
        width: 100%;
        padding: 0px 0px;
        text-align: center;
    }
    .content-title-nav .content-title-nav-item:not(.active) {
        display: none;
    }
}

/* 内容页面响应式布局 */

@media (max-width: 767px) {
    /* 大小区块显示 */
    .xs {
        display: block;
    }
    .lg {
        display: none;
    }
    /* 卡片相关 */
    .car {
        margin-left: 5% !important;
    }
    .car-fix-2,
    .car-fix-3,
    .car-fix-4,
    .car-fix-row,
    .car-fix-row-1,
    .car-fix-row-2,
    .body-content-item .content-fix {
        width: 90%;
    }
    /* 正文文章字体大小以及样式 */
    .body-content-item .content-fix .content-fix-title {
        font-size: 18px;
    }
    .body-content-item .content-fix .content-fix-content {
        line-height: 18px;
    }
    .body-content-item .content-fix .content-fix-content-normal {
        width: 90%;
        margin-left: 5%;
    }
    .body-content-item .content-fix .content-fix-content-normal-full {
        width: 100%;
        margin-left: 0%;
    }
    .body-content-item .content-fix .content-fix-content-normal-full .gameTime {
        width: 100%;
    }
    .body-content-item-content .car-fix-2:nth-child(1) {
        margin-bottom: 30px;
    }
    .car-fix-row-1 .car-left,
    .car-fix-row-1 .car-right,
    .car-fix-row-2 .car-left,
    .car-fix-row-2 .car-right,
    .car-fix-row-3 .car-left,
    .car-fix-row-3 .car-right,
    .car-fix-row-4 .car-left,
    .car-fix-row-4 .car-right {
        width: 100%;
    }
    .fix-image .fix-image-1 {
        height: 400px;
    }
    .car-fix-1 {
        width: 75%;
        height: 300px;
    }
    .car-fix-1 .car-img {
        width: 105%;
        height: 35%;
    }
    .fix-image-car .car-content {
        width: 76%;
        right: 12%;
    }
    .car-mol {
        width: 90%;
        right: 5%;
    }
    /* 卡片标题、内容适应 */
    .car .car-title,
    .car .car-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .car .car-content .content-limit {
        padding-top: 0px;
    }
    /* 小三角样式 内嵌式 left->top right->bottom */
    .tip3Div span.top,
    .tip3Div span.bottom,
    .tip3Div span.left,
    .tip3Div span.right {
        left: 50% !important;
        margin: 0 -10px !important;
        /*left: calc(50% - 10px);*/
    }
    .tip3Div span.top,
    .tip3Div span.left {
        border-color: transparent transparent #FFFFFF transparent;
        bottom: 0 !important;
    }
    .tip3Div span.bottom,
    .tip3Div span.right {
        border-color: #FFFFFF transparent transparent transparent;
        top: 0 !important;
    }
}