:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #AAAAAA;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #AAAAAA;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #AAAAAA;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #AAAAAA;
}

/* 左侧 */
.module_l {
    width: 850px;
    float: left;
    font-size: 16px;
}

.ml_top {
    background-color: #fff;
    /* height: 285px; */
    border-radius: 4px;
    padding: 15px 20px 25px 20px;
    box-sizing: border-box;
}

.mlt_type li {
    float: left;
    width: 130px;
    height: 41px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    bottom: -1px;
    cursor: pointer;
}

    .mlt_type li:hover {
        color: #5478E8;
    }

    .mlt_type li.active {
        border-top: 4px solid #5478E8;
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        color: #5478E8;
        background-color: #fff;
        line-height: 36px;
    }

/* 发动态 */
.mlt_dynamic {
    position: relative;
    border: 1px solid #DDDDDD;
    border-radius: 0px 4px 4px 4px;
    padding: 15px 18px 20px 18px;
    box-sizing: border-box;
}

    .mlt_dynamic > textarea {
        font-size: 16px;
        width: 100%;
        height: 120px;
        display: block;
        border: none;
    }

    .mlt_dynamic > span {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #CCCCCC;
        font-size: 12px;
    }

.mltd_video {
    width: 280px;
    height: 156px;
    border-radius: 4px;
    background-color: #000000;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}

    .mltd_video video {
        width: 100%;
        height: 100%;
    }

.mltd_imgs {
    margin-top: 30px;
    /* width: 553px; */
}

    .mltd_imgs li {
        float: left;
        width: 140px;
        height: 140px;
        border-radius: 4px;
        position: relative;
        margin: 10px 10px 0 0;
        background-color: #EEEEEE;
    }

    .mltd_imgs .mltdi_upload {
        max-width: 100%;
        max-height: 100%;
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.deleteIcon {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}


/* 创建话题 */
.mlt_topic {
    display: none;
    position: relative;
    border: 1px solid #DDDDDD;
    border-radius: 0px 4px 4px 4px;
    padding: 0 18px 16px 18px;
    box-sizing: border-box;
}

.mltt_input {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #EEEEEE;
}

    .mltt_input input {
        width: 95%;
        height: 54px;
        vertical-align: top;
        border: none;
        font-size: 16px;
    }

    .mltt_input span {
        color: #CCCCCC;
        font-size: 12px;
    }

.mltt_textarea {
    min-height: 120px;
    margin-top: 10px;
}

    .mltt_textarea > textarea {
        line-height: 24px;
        min-height: 48px;
        font-size: 16px;
        width: 100%;
        display: block;
        border: none;
    }

    .mltt_textarea > span {
        position: absolute;
        bottom: 12px;
        right: 10px;
        color: #CCCCCC;
        font-size: 12px;
    }

.mltt_img {
    background-color: #EEEEEE;
    width: 120px;
    height: 88px;
    position: relative;
    margin-top: 10px;
}

    .mltt_img .mltti_upload {
        max-width: 100%;
        max-height: 100%;
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/* 推荐图片列表 */
.recommend-box li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 120px;
    height: 88px;
    box-sizing: border-box;
}

    .recommend-box li:nth-child(3n) {
        margin-right: 0px;
    }

    .recommend-box li.active {
        border: 2px solid #ed9e00;
    }

    .recommend-box li img {
        width: 100%;
        height: 100%;
        vertical-align: top;
    }


/* 话题 */
.topic-box {
    margin-top: 20px;
}

    .topic-box li {
        display: inline-block;
        padding: 4px 17px;
        border: 1px solid #EFF2FC;
        font-size: 14px;
        color: #487DB3;
        background: #EFF2FC;
        border-radius: 15px;
        margin: 8px 8px 0 0;
    }

        .topic-box li.active {
            border-color: #228FD4;
        }

.mli_comment .seemore {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

    .mli_comment .seemore .iconfont {
        font-size: 18px !important;
        line-height: 18px;
        position: relative;
        top: 2px;
    }
/* 定位 */
.location-box {
    width: 100%;
    margin-top: 3px;
}

    .location-box li {
        padding: 11px 8px;
        line-height: 16px;
        border-bottom: 1px solid #EEEEEE;
    }

/* 产品 */
.product-box {
    width: 100%;
    margin-top: 3px;
}

    .product-box li {
        padding: 7px 0;
        border-bottom: 1px solid #EEEEEE;
    }

        .product-box li img {
            width: 40px;
            height: 40px;
            margin-right: 10px;
            vertical-align: top;
        }

        .product-box li span {
            display: inline-block;
            vertical-align: top;
            width: 315px;
            line-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }


.mltd_location > div {
    display: inline-block;
    padding: 5px 18px;
    font-size: 14px;
    color: #977F5F;
    background: #FAF3EA;
    border-radius: 15px;
    margin-top: 15px;
}

.mltd_location .iconfont {
    font-size: 16px;
    color: #C1873D;
    margin-right: 6px;
}

.mltd_pro > div {
    display: inline-block;
    position: relative;
    border: 1px solid #EEEEEE;
    padding: 10px;
    margin-top: 15px;
}

.mltdp_img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: top;
}

.mltd_pro span {
    vertical-align: top;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    display: inline-block;
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.mlt_operate {
    margin-top: 10px;
}

    .mlt_operate > ul {
        float: left;
        margin-top: 10px;
    }

        .mlt_operate > ul > li {
            position: relative;
            cursor: pointer;
            float: left;
            font-size: 14px;
            color: #666666;
            margin-right: 25px;
            line-height: 20px;
        }

            .mlt_operate > ul > li .iconfont {
                font-size: 24px;
                margin-right: 9px;
                vertical-align: middle;
            }

            .mlt_operate > ul > li .icon-zhiboguankanliangbofangsheyingshexiangjimianxing {
                font-size: 20px;
            }

            .mlt_operate > ul > li .icon-huati {
                font-size: 18px;
            }

    .mlt_operate button {
        float: right;
        width: 160px;
        height: 40px;
        background: #5478E8;
        border-radius: 4px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        border: 0;
        cursor: pointer;
    }

        .mlt_operate button[disabled] {
            background: #ADBCEB !important;
        }


/* 选择弹窗 */
.wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 6;
    width: 420px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.08);
}

    .wrapper::before {
        position: absolute;
        top: -8px;
        left: 7px;
        content: "";
        width: 0;
        height: 0;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 8px solid #DDDDDD;
    }

    .wrapper::after {
        position: absolute;
        top: -7px;
        left: 7px;
        content: "";
        width: 0;
        height: 0;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 8px solid #ffffff;
    }

.w_close {
    position: absolute;
    top: 15px;
    right: 14px;
    z-index: 5;
}

    .w_close .iconfont {
        font-size: 17px;
        line-height: 17px;
        color: #999999;
    }

    .w_close:hover .iconfont {
        color: #666666 !important;
    }

/* 自定义 */
.custom_title {
    font-size: 14px;
    color: #666666;
    padding: 10px 0 4px 0;
}

    .custom_title em {
        color: #AAAAAA;
        font-size: 12px;
    }

.ws_noImg {
    background-color: #EEEEEE;
    width: 120px;
    height: 88px;
    line-height: 88px;
    text-align: center;
}

    .ws_noImg .iconfont {
        font-size: 61px;
        color: #CCCCCC;
    }

.w_title {
    padding: 0 15px;
    line-height: 46px;
}

.w_scroll {
    overflow-y: auto;
    font-size: 14px;
    color: #666666;
    height: 200px;
    padding: 0 15px;
}

.ws_search {
    width: 376px;
    border: 1px solid #DADADA;
    border-radius: 15px;
    margin: 0 0 0 15px;
}

    .ws_search input {
        width: 85%;
        height: 30px;
        line-height: 30px;
        border: 0;
        margin: 0 0 0 18px;
        vertical-align: top;
    }

    .ws_search > div {
        text-align: center;
        display: inline-block;
        width: 30px;
    }

    .ws_search .iconfont {
        font-size: 17px;
        line-height: 30px;
        color: #000000;
    }


.ml_classify {
    height: 86px;
    line-height: 86px;
}

    .ml_classify li {
        cursor: pointer;
        float: left;
        width: 90px;
        text-align: center;
        color: #000033;
        font-size: 18px;
    }

        .ml_classify li:hover {
            color: #ed9e00;
        }

        .ml_classify li.active {
            color: #ed9e00;
            font-weight: bold;
            position: relative;
        }

            .ml_classify li.active::after {
                display: block;
                content: "";
                position: absolute;
                z-index: 2;
                width: 36px;
                height: 6px;
                background: #ed9e00;
                border-radius: 3px;
                left: 50%;
                bottom: 22px;
                transform: translate(-50%, 0);
            }


.ml_list > li {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 28px 25px 30px 25px;
}

.mli_main {
}

    .mli_main > img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        float: left;
    }

.mlim_r {
    float: right;
    width: calc(100% - 80px);
}

    .mlim_r > h3 {
        color: #153189;
        font-weight: bold;
        font-size: 16px;
    }

    .mlim_r > p {
        color: #AAAAAA;
        font-size: 14px;
        margin-top: 5px;
    }

.mlimr_content {
    color: #333333;
    margin-top: 15px;
    font-size: 16px;
}

.mlirm_imgs {
    margin-top: 8px;
    width: 553px;
}

    .mlirm_imgs li {
        float: left;
        width: 140px;
        height: 140px;
        border-radius: 4px;
        overflow: hidden;
        margin: 10px 10px 0 0;
        background-color: #EEEEEE;
    }

        .mlirm_imgs li.big {
            width: 210px;
            height: 234px;
        }

    .mlirm_imgs img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer
    }

.mlimr_video {
    position: relative;
    width: 553px;
    height: 317px;
    background-color: #000;
    margin-top: 13px;
    border-radius: 4px;
    overflow: hidden;
}

    .mlimr_video video {
        width: 100%;
        height: 100%;
        opacity: 0;
    }

.mlimrv_poster {
    /* background-color: #000; */
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .mlimrv_poster:hover .iconfont {
        color: #fa7d3c;
        opacity: 1;
    }

    .mlimrv_poster img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.mlimr_video .iconfont {
    position: absolute;
    cursor: pointer;
    font-size: 50px;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    opacity: .8;
}

.mlimrv_btm {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    background: linear-gradient(to bottom,rgba(128, 128, 128, 0) 0,#333333 100%);
}


.mlimr_pro {
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding: 10px;
    margin-top: 10px;
    width: 300px
}

    .mlimr_pro img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        vertical-align: top;
    }

    .mlimr_pro span {
        vertical-align: top;
        font-size: 14px;
        color: #666666;
        line-height: 40px;
        display: inline-block;
        max-width: 225px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.mlimr_topic {
    margin-top: 6px;
}

    .mlimr_topic li {
        display: inline-block;
        padding: 4px 17px;
        border: 1px solid #EFF2FC;
        font-size: 14px;
        color: #487DB3;
        background: #EFF2FC;
        border-radius: 15px;
        margin: 8px 8px 0 0;
    }

        .mlimr_topic li.active {
            border-color: #228FD4;
        }

.mlimr_btm {
    color: #AAAAAA;
    font-size: 14px;
    margin-top: 45px;
}

    .mlimr_btm li {
        cursor: pointer;
        float: left;
        width: 125px;
    }

        .mlimr_btm li .iconfont {
            font-size: 24px;
            line-height: 24px;
            vertical-align: middle;
            margin-right: 8px;
        }

.icon-good-fill {
    color: #ed9e00
}

.mlimr_btm li span {
    vertical-align: middle;
}

.mli_comment {
    border-top: 1px solid #EEEEEE;
    padding: 28px 0 10px 10px;
    margin-top: 30px;
}

    .mli_comment img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

.mlic_self input {
    width: calc(100% - 190px);
    height: 40px;
    background: #F5F5F5;
    border-radius: 4px;
    border: none;
    padding: 0 13px;
    box-sizing: border-box;
    margin-left: 29px;
}

.mlic_self button {
    float: right;
    width: 100px;
    height: 40px;
    background: #5478E8;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}

    .mlic_self button[disabled] {
        background: #ADBCEB !important;
    }

.mlic_list {
    position: relative;
    font-size: 14px;
}

    .mlic_list > li {
        margin-top: 30px;
    }

        .mlic_list > li > img {
            margin-right: 10px;
        }


.mlicl_r {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 55px);
    color: #333333;
}


/* 回复 */
.mlic_list.reply {
    margin-top: 18px;
    padding-left: 15px;
    border-left: 2px solid #ddd;
}

    .mlic_list.reply .mlicl_r {
        width: 658px;
    }

    .mlic_list.reply > li {
        margin-top: 18px;
    }


.mlicl_r h4 {
    color: #153189;
}

    .mlicl_r h4 em {
        color: #AAAAAA;
        padding-left: 15px;
    }


.mliclr_o {
    float: right;
    color: #AAAAAA;
}

    .mliclr_o > button {
        cursor: pointer;
        border: none;
        background-color: #fff;
        color: #153189;
        margin-right: 20px;
    }

    .mliclr_o > div {
        display: inline-block;
        cursor: pointer;
    }

    .mliclr_o .iconfont {
        font-size: 24px;
        vertical-align: middle;
    }

    .mliclr_o span {
        vertical-align: middle;
    }

.mlicl_r > p {
    margin-top: 5px;
}


/* .mliclr_reply{
    border-left: 2px solid #DDDDDD;
    padding-left: 15px;
    margin-top: 16px;
}

.mliclr_reply li{
    position: relative;
    padding-bottom: 7px;
} */




/* 右侧 */
.module_r {
    width: 330px;
    float: right;
    font-size: 16px;
}

.mr_top {
    height: 285px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    padding: 30px 20px 0;
    box-sizing: border-box;
    position: relative;
}

#mrt_avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.mrt_nologin {
    color: #333333;
    margin-top: 15px;
}

.mrt_haslogin {
}

    .mrt_haslogin h3 {
        color: #153189;
        font-size: 16px;
        font-weight: bold;
        margin: 12px 0 8px 0;
    }

    .mrt_haslogin p {
        color: #999999;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.mr_top > ul {
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
}

    .mr_top > ul > li {
        float: left;
        width: 25%;
        font-size: 14px;
        color: #AAAAAA;
    }

        .mr_top > ul > li p {
            font-size: 18px;
            color: #333333;
        }


.mr_mid {
    background-color: #fff;
    color: #999999;
    font-size: 12px;
    margin-top: 20px;
    border-radius: 4px;
    padding: 0 0px 33px 15px;
}

    .mr_mid h2 {
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        line-height: 67px;
    }

    .mr_mid > ul > li {
        cursor: pointer;
    }

        .mr_mid > ul > li:not(:first-child) {
            margin-top: 25px;
        }

.mrmi_img {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 75px;
    border-radius: 4px;
    overflow: hidden;
}

    .mrmi_img img {
        width: 100%;
        height: 100%;
        display: block;
        transition: all 0.6s;
    }

.mr_mid > ul > li:hover .mrmi_img img {
    transform: scale(1.2);
}

.mrmi_right {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin-left: 15px;
}

    .mrmi_right h4 {
        height: 40px;
        line-height: 20px;
        color: #333333;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 16px;
    }

.mr_mid > ul > li:hover .mrmi_right h4 {
    color: #5478E8;
}





/* 话题列表 */
.topicwrap {
    margin-bottom: 20px;
}

    .topicwrap h2 {
        color: #333333;
        font-size: 20px;
        padding: 0 0 20px;
    }

.topic_list_ul {
    margin-left: -30px;
}

    .topic_list_ul li {
        float: left;
        width: 380px;
        cursor: pointer;
        margin: 0 0 30px 30px;
    }

        .topic_list_ul li:hover h3 {
            color: #ed9e00;
        }

    .topic_list_ul div {
        width: 100%;
        height: 285px;
        line-height: 280px;
        background-color: #EEEEEE;
        position: relative;
        border-radius: 6px;
        overflow: hidden;
    }

        .topic_list_ul div img {
            max-width: 100%;
            max-height: 100%;
            transform: scale(1);
            transition: all 0.5s;
        }

        .topic_list_ul div:hover img {
            transform: scale(1.1);
            transition: all 0.5s
        }

        .topic_list_ul div p {
            line-height: 36px;
            background: rgba(0,0,0,.8);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            color: #fff;
            font-size: 14px;
            padding: 0 12px;
            box-sizing: border-box;
        }

    .topic_list_ul li h3 {
    }

    .topic_list_ul h3 {
        color: #333;
        font-size: 22px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 52px;
    }

        .topic_list_ul h3 span {
            color: #ed9e00;
        }

#my_topicwrap {
    display: none;
}

.notopic {
    color: #666666;
    font-size: 14px;
    text-align: center;
    width: 380px;
    height: 285px;
    background: #EEEEEE;
    border-radius: 6px;
    padding-top: 60px;
    box-sizing: border-box;
    cursor: pointer;
}

    .notopic .iconfont {
        font-size: 106px;
        line-height: 106px;
        color: #CCCCCC;
    }

    .notopic p {
        padding-top: 25px;
    }

.return_title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #000000;
    font-size: 20px;
    text-align: center;
    position: relative;
}

    .return_title span {
        color: #000033;
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        z-index: 2;
        left: 20px;
        top: 50%;
        transform: translate(0, -50%);
        cursor: pointer;
    }

    .return_title .iconfont {
        color: #999999;
        padding-right: 5px;
        font-size: 18px !important;
        vertical-align: middle
    }

.module_r.topic_introduce {
    background-color: #fff;
    padding-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    color: #999999;
    font-size: 14px;
}

.topic_introduce > img {
    width: 330px;
    height: 248px;
    border-radius: 4px 4px 0 0;
}

.topic_introduce h3 {
    font-size: 22px;
    color: #333333;
    padding: 0 15px;
    font-weight: bold;
    margin: 15px 0;
}

    .topic_introduce h3 span {
        color: #ed9e00;
    }

.topic_introduce > p {
    line-height: 22px;
    margin-bottom: 10px;
    padding: 0 15px;
}

.mrti_info {
    padding: 0 15px;
    margin-top: 20px;
}

    .mrti_info img {
        width: 24px;
        height: 24px;
        border-radius: 50%;
    }

    .mrti_info span {
        color: #333333;
        padding: 0 10px;
    }

.mlimr_btm li.mlimrm_share {
    position: relative;
}

    .mlimr_btm li.mlimrm_share .wechat-qrcode {
        display: none;
        border: 1px solid #eee;
        position: absolute;
        z-index: 9;
        top: -20px;
        left: 80px;
        width: 200px;
        height: 192px;
        color: #666;
        font-size: 12px;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 2px 10px #aaa;
        transition: all 200ms;
        -webkit-tansition: all 350ms;
        -moz-transition: all 350ms
    }

        .mlimr_btm li.mlimrm_share .wechat-qrcode.bottom {
            top: 40px;
            left: -84px
        }

        .mlimr_btm li.mlimrm_share .wechat-qrcode h4 {
            font-weight: normal;
            height: 26px;
            line-height: 26px;
            font-size: 12px;
            background-color: #f3f3f3;
            margin: 0;
            padding: 0;
            color: #777
        }

.mlimr_btm li.mlimrm_share .wechat-qrcode .qrcode {
    width: 140px;
    margin: 2px auto;
}


        .mlimr_btm li.mlimrm_share .wechat-qrcode .help p {
            font-weight: normal;
            line-height: 16px;
            padding: 0;
            margin: 0;
            font-size: 12px;
            text-indent: 0
        }

        .mlimr_btm li.mlimrm_share .wechat-qrcode:after {
            content: '';
            position: absolute;
            top: 25px;
            margin-left: -6px;
            left: -6px;
            width: 0;
            height: 0;
            border-width: 8px 6px 6px 6px;
            border-style: solid;
            border-color: transparent #fff transparent transparent
        }

    .mlimr_btm li.mlimrm_share:hover .wechat-qrcode {
        display: block
    }

    .mlimr_btm li.mlimrm_share .wechat-qrcode .qrcode > img {
        width: 100%;
        height: auto;
    }

.noData {
    background-color: #fff;
    padding: 80px 0 100px 0;
    text-align: center;
    color: #333333;
}

    .noData .iconfont {
        font-size: 100px;
        line-height: 100px;
        color: #ccc;
    }

    .noData p {
        margin-top: 10px;
    }

.layui-layer-imguide {
    display: inline !important;
}

.layui-layer-imgnext, .layui-layer-imgprev {
    position: fixed !important;
}

.layui-layer-imgbar {
    position: fixed !important;
    display: block !important;
}
.mlicl_r h4 em {
    font-weight: normal;
}
.mlimr_topic li a {
    color: #487DB3;
}
.mlim_r > h3 a {
    color: #153189;
}