
.article .option.fixed .jfontsize {
    float: none;
    padding: 0;
}

.jfontsize {
    
    height: 32px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 1200px;
    
}

.jfontsize a {
    float: left;
    box-sizing: content-box;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    margin: 0 4px;
    padding: 3px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.jfontsize a i {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-image: url(http://rst.hubei.gov.cn/material/images/jfont.png);
    background-repeat: no-repeat;
}

#jfontsize-p2 i {
    background-position: 0 0;
}

#jfontsize-m2 i {
    background-position: -24px 0;
}

#jfontsize-d2 i {
    background-position: -48px 0;
}

a#jfontsize-p2:hover i {
    background-position: 0 -24px;
}

a#jfontsize-m2:hover i {
    background-position: -24px -24px;
}

a#jfontsize-d2:hover i {
    background-position: -48px -24px;
}
.option {
    width: 1200px;
    box-sizing: border-box;
    
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    line-height: 30px;
    color: #ccc;
    transition: padding .3s;
}
.option.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    border-top: none;
    margin: 0;
    /* padding: 20px 10px; */
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.backtop {
    position: fixed;
    bottom: 120px;
    right: 30px;
    display: block;
    width: 56px;
    height: 56px;
    cursor: pointer;
    background-image: url('http://s2.cnhubei.com/public/img/top.png');
    background-color: #40b4ff;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
    z-index: 9;
}
.article-box .TRS_Editor p{
    font-size: 20px !important;
    
}
@media screen and (max-width: 500px){
    .option,.jfontsize{
        width: 100%;
    }
    .article{
        width: 100%;
        /* padding: 0 20px; */
        margin: auto;
        margin-top: 10px;
    }
    .article-box{
        width: 90%;
        margin: auto;
    }

    .option.fixed {
        /* padding: 10px 5px; */
    }
    
}