html,
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    -khtml-user-select: text;
    user-select: text;
    background: #fff;
}
/*设置文本可以复制*/
* {
    -webkit-touch-callout:text;
    -webkit-user-select:text;
    -khtml-user-select:text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select:text ;
}
a {
    color: #999;
}

.mui-content {
    height: auto;
    background-color: #f5f2fa;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    -khtml-user-select: text;
    user-select: text;
}

footer {
    position: fixed;
    width: 100%;
    min-height: 50px;
    background: #eee;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 99;
}
/*我的*/

.mui-bar-nav~.mui-content {
    padding-top: 0px;
    color: #494B60;
}

.mui-content {
    background-color: #f5f2fa;
}

#goods-header a {
    margin-right: -1px;
}

#goods-header #correction {
    margin-right: -10px;
}

.mui-bar {
    background-color: #fff;
    box-shadow: none;
}

#goods-header {
    border-bottom: 1px solid #f2f0f5;
}

#goods-header h1 {
    color: #22222d;
    font-weight: bold;
}

.line {
    height: 10px;
    background: #F5F2FA;
}

.mui-title{
    position: initial;
    margin: 0 ;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.hotlist_main {
    position: relative;
    width: 100%;
    height: 100%;
}

.hotlist_main_title {
    position: relative;
    width: 100%;
    height: 100%;
}

.hotlist_main_title_banner {
    position: relative;
    width: 100%;
    height: 100%;
    /*max-height: 180px;*/
    overflow: hidden;
}

.img_z {
    width: 100%;
    margin: 0 auto;
}

.img_h {
    height: 100%;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.likeNum {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8px 12px;
}

.likeNum span {
    float: left;
    font-size: 12px;
    color: #AFABB3;
    margin-right: 20px;
}
.img_see{
    width: 14px;
    /*			margin-bottom: -5px;*/
    margin-right: 3px;
}
.img_see1{
    width: 14px;
    margin-bottom: -3px;
    margin-right: 5px;
}
.biaoqian-box{
    position: relative;
    width: 100%;
    padding: 10px 12px;
}
.biaoqian-box li{
    float: left;
    font-size: 11px;
    padding: 2px 10px;
    border: 1px solid #979797;
    color: #979797;
    border-radius: 30px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.add-guanzhu{
    position: absolute;
    bottom: 10px;
    right: 14px;
    padding: 3px 10px;
    border: 1px solid #C896FA;
    border-radius: 30px;
    font-size: 14px;
    color: #C896FA;
}
#pinglun-html{
    margin-top: 10px;
    margin-bottom: 50px;
}
.comment-pinglun-title{
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #4D4D4D;
}
.comment-child{
    padding: 0 5px;
}
.add-time{
    font-size: 12px;
    color: #ccc;
    position: absolute;
    top: 10px;
    right: 14px;
}
.footer-list{
    float: left;
    text-align: center;
    /*position: absolute;*/
}

.mui-table-view-cell>a:not(.mui-btn){
    white-space: normal;
}
.mui-table-view .mui-media-object{
    line-height: 86px;
    min-width: 86px;
    height: 86px;
}

.mui-ellipsis {
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
    white-space: normal;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 20px;
}
.mincontent{
    font-size: 14px;
    color: #4b494d;
    line-height: 21px;
    padding-right: 5px;
}
.update-image-cls{
    width: 100%;
}
.topic-banner-box{
    width: 100%;
    /*height: 100vw;*/
    overflow: hidden;
}
.comment-answer-ul-box-img{
    height: 100%;
}


/*分享*/
.share_box_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
}

.share_box_bg .share_box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 74%;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 0px 15px #999;
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.share_box_bg .share_box ul {
    padding: 0;
    margin: 30px 0;
}

.share_box_bg .share_box ul li {
    float: left;
    width: 50%;
    text-align: center;
    list-style: none;
}

.share_box_bg .share_box ul li p {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

.share_box_bg .share_box ul li img {
    width: 28px;
    margin: 13px;
}

.share_box_bg .img_box {
    width: 55px;
    height: 55px;
    border-radius: 28px;
    margin: 0 auto;
    border: 1px solid #4ebb28;
}

.share_box_bg .result {
    height: 44px;
    line-height: 44px;
    color: #4D4D4D;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
}
/*分享end*/

.download_text {
    padding: 0 5px;
    font-size: 14px;
}