/*主层*/
article {
    width: 100%;
    height: auto;
}
article em,article i{
    font-style: italic;
}
#mobile-inc{
    padding: 0;
    margin: 0;
    width: 100%; 
    height: 100%;
    overflow: hidden;
    position: relative;
    line-height: 0;
    font-size: 0;
}
#mobile-inc li {
    position: absolute;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
#mobile-inc .bage{
    width: 80px;
    height: 30px;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    font-weight: normal;
}
#mobile-inc img{
    max-width: 100%;
    max-height: 100%;
    width:100%;
    margin: 0;
    padding: 0;
}
.mobile-content {
    width: 100%;
}
.mobile-content .mobile-title {
    overflow: hidden;
    text-align: left;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: 700;
    color: #7e7e7e;
}
.mobile-content .mobile-title .mobile-page {
    float: right;
    height: 35px;
    margin-right: 10px;
    font-weight: 400;
}
.mobile-content .mobile-title .mobile-page .mobile-current {
    font-size: 16px;
    color: #379ef1;
    font-weight: 700;
}
.mobile-content .mobile-title .mobile-page .mobile-total {
    font-size: 14px;

}
.mobile-description {
    width: 96%;
    margin: 0px auto;
    font-size: 14px;
    overflow: hidden;
    text-indent: 8px;
    line-height: 1.3em;
}

article img{max-width: 100%;}
article section{text-indent: 0;}