.ModelContext p {
    font-size: 20px;
    text-indent: 40px;
    line-height: 32px;
}
#mobile_footers, #mobile_headers, .div-tab-container, .nav-search {
    display: none;
}

.des-div {
    display: flex;
    justify-content: space-between;
}
.des-div-half {
    width: 48.5%;
}

/*.context ul {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/

.des-ul li {
    width: 100%;
    list-style: disc;
    line-height: 36px;
    text-align: justify;
    font-size: 17px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑', sans-serif;
}

.des-ul li span {
    font-size: 18px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑', sans-serif;
    font-weight: bold;
}

@media (max-width: 768px) {
    * {
        font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    }
    body {
        overflow-x: hidden;
    }
    #mobile_footers, #mobile_headers, .div-tab-container {
        display: block;
    }
    .nav-search {
        background: #9c0000;
        padding: 0.5em 1em;
        display: flex;
        height: 48px;
    }
    .nav-icon {
        width: 2em;
    }
    .search_input {
        margin-left: 20px;
        width: 83%;
    }
    .search_input img {
        position: absolute;
        width: 22px;
        margin-top: 5px;
        right: calc(8%);
    }
    .search_input input {
        border-radius: 10px;
        border: 0;
        width: 100%;
        height: 32px;
        padding-left: 10px;
        font-size: 14px;
        letter-spacing: normal;
        color: #000000;
        outline: none;
    }
    .btn-into-home {
        color: #ffffff;
        border: none;
        padding: 5px 12px;
        background: #ab2626;
        border-radius: 8px;
        font-weight: bold;
    }
    .context {
        width: 95%;
    }
    .ModelContext p {
        font-size: 18px;
    }
    #navs, #headers {
        display: none;
    }
    .ul-tab-header {
        display: flex;
        justify-content: space-around;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ul-tab-header>li {
        list-style: none;
        font-size: 18px;
        font-weight: bold;
        a {
            font-size: 18px;
        }
    }
    .ul-tab-header>li.active {
        list-style: none;
        color: #9c0001;
        border-bottom: solid 5px #ffdab9;
    }
    .context>img {
        width: 100%;
    }
    .Model {
        width: 130px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        margin: 30px 0 0;
    }
    .ModelLine {
        width: auto;
    }
    .des-div {
        display: block;
    }
    .des-div-half {
        width: 90%;
        margin: auto;
    }

}