@media only screen and (max-width: 768px) {

    /* 手机版 */
    .top_header {
        height: 10rem;
        width: 100%;
        background-size: cover;
    }

    .container {
        width: 100%;
        margin: 2rem auto;
    }

    .item_box ul {
        width: 100%;
    }

    .con_ml .tabs_item a {
        display: inline;
        line-height: 130px;
        font-size: 1.8rem;
    }

    .con_ml {
        margin-bottom: 3rem;
    }

    .con_title h3 {
        height: 3rem;
        line-height: 3rem;
        display: inline-block;
        margin: 1.3rem;
        color: #1480C8;
        font-size: 2rem;
    }

    .lists ul li {
        height: auto;
        font-size: 1.4rem;
    }

    .lists ul li::after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0;
    }

    .lists ul li a {
        display: block;
        float: none;
        line-height: 3rem;
    }

    .lists ul li i {
        display: block;
        float: left;
        height: 5px;
        width: 5px;
        margin-top: 9px;
        margin-right: 10px;
    }

    body .lucidity_pgToolbar td {
        height: auto;
        font-size: 1.2rem;
        padding: 0 1px 0 1px;
        color: #444;
        display: inline-block;
    }

    body .tabs ul li.lc_sub_tab {
        width: auto;
        display: block;
        float: none;
    }

    body .tabs ul li {
        height: auto;
        width: 100%;
    }

    body .lucidity_pgBtn {
        width: auto;
        height: auto;
    }

    .item_list .item_img {
        height: auto;
        background: #F8F6F6;
        display: flex;
        align-items: center;
        padding: 2rem 0;
        justify-content: center;
    }

    .item_box ul>li {
        float: left;
        width: 100%;
        height: auto;
    }

    body .lucidity-ui-paging-container li {
        padding: 3px 5px;
    }

    body .lucidity_pgCurrentPage {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        text-align: center;
        font-size: 1.2rem;
    }

    .item_box ul>li .item_txt {
        font-size: 2rem;
        color: #000;
    }

    .lists ul li i {
        display: none;
    }

    .lists ul li span {
        float: none;
    }
}