/* 首页，二级，三级通用 自适应样式 */


/* 中等屏幕 */

@media screen and (max-width:993px) {
    .menu {
        display: none;}
}


/* 平板 */

@media screen and (max-width:769px) {
    .detail-content ul li {
        height: 70px;}
    .detail-content ul li i {
        font-size: 14px;
        color: rgb(175, 173, 173);
        font-style: normal;
        position: absolute;
        top: 35px;
        left: 10px;}
    .detail-content ul li a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;}
}


/* 手机 */

@media screen and (max-width:450px) {}
