.article{
    background-image: url(../img/icon_32.png);
    background-repeat: no-repeat;
    background-color: #E5E5E5;
    background-position: center bottom;
}

.article .article-content{
    padding: 60px;
    background-color: #fff;
    width: 100%;
}

.article h1{
    font-size: 32px;
    line-height: 48px;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin: 0;
}

.article .position{
    float: none;
    margin: 15px 0;
}

.attributes{
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F4F4F4;
}

.attributes .data {
    float: left;
}

.attributes .data p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.attributes .share{
    float: right;
}

.attributes .share p,
.attributes .share span{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.attributes .share .font{
    float: left;
}

.attributes .font a{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}

.attributes .partake{
    float: left;
    margin-left: 20px;
}

.attributes .partake span{
    float: left;
}

.attributes .partake>a{
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-left: 5px;
}

.attributes .partake a:first-child{
    margin-left: 0;
}

.attributes .partake .wechat {
    background: url("../img/icon_42.png") no-repeat center!important;
    background-size: 20px!important;
}

.attributes .partake .sina{
    background: url("../img/icon_43.png") no-repeat center!important;
    background-size: 20px!important;
}

.attributes .partake .qzone{
    background: url("../img/icon_44.png") no-repeat center!important;
    background-size: 20px!important;
}

.article-body{
    padding: 30px 0 40px;
    border-bottom: 1px solid #F4F4F4;
    font-size: 16px!important;
    line-height: 2;
    font-family: 'Arial' !important;
}

.article-body img{
    height: auto !important;
}

.article-body p{
    font-size: 16px!important;
    line-height: 2!important;
    color: #666!important;
    height: auto!important;
    font-family: 'Arial' !important;
}

.article-body *{
    font-size: 16px!important;
    line-height: 2!important;
    color: #666!important;
    height: auto!important;
    font-family: 'Arial' !important;
}

.article-body img{
    margin: auto;
    display: block;
}

.article-footer{
    padding: 30px 40px;
    background-color: rgba(244, 244, 244, 0.5);
    margin-top: 27px;
}

.article-footer p{
    float: right;
    width: 50%;
}

.article-footer p:first-child{
    float: left;
    width: 50%;
}

.article-footer span{
    padding-right: 20px;
    background-repeat: no-repeat;
    background-image: url("../img/icon_45.png");
    background-size: 7px;
    background-position: right;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    display:inline-block ;
}

.article-footer p:first-child span{
    display:inline-block ;
    padding-left: 20px;
    background-image: url("../img/icon_46.png");
    background-position: left;
}

.article-footer a{
    display: block;
    max-width: 300px;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
}
/**********详情页字体大小***********/
#large * {
    font-size: 20pt !important;
}
#medium * {
    font-size: 16pt !important;
}
#small * {
    font-size: 14pt !important;
}

/************微信分享弹出*********************/
.wx-qrcode-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.wx-qrcode-wrapper .mask{
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wx-qrcode-wrapper .wx-qrcode{
    width: 220px;
    height: 250px;
    text-align: center;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 5px;
    z-index: 9999;
}

.wx-qrcode-wrapper #qrcode table{
    text-align: center;
    margin: auto;
}

.wx-qrcode-wrapper h4{
    font-size: 16px;
    color: #666;
}

.wx-qrcode-wrapper b{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    content: '';
    z-index: 9999999;
    cursor: pointer;
}

@media (max-width: 992px) {
    .article{
        padding-bottom: 30px;
    }
    .article .article-content{
        padding: 30px 15px;
    }
    .article .article-content h1{
        font-size: 22px;
        line-height: 1.6;
    }
    .article-footer{
        padding:10px 15px;
    }
    .article-footer span{
        font-size: 14px;
        line-height: 1.6;
    }
    .article-footer a{
        font-size: 14px;
        line-height: 1.6;
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .article{
        padding-bottom: 30px;
    }
    .article .article-content{
        padding: 20px 15px 30px;
    }
    .article h1{
        font-size: 18px;
        line-height: 1.6;
    }
    .attributes .partake{
        display: none;
    }
    .attributes{
        margin-top: 15px;
    }
    .article-body{
        padding: 30px 0;
    }
    .article-footer{
        padding: 10px 15px;
    }
    .article-footer a{
        max-width: 140px;
        font-size: 14px;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 5px;
    }
    .article-footer span{
        font-size: 14px;
        line-height: 22px;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .article-footer a{
        max-width: none;
    }

    .article-footer p{
        margin-top: 15px;
        width: 100%;
    }
    .article-footer p:first-child{
        margin-top: 0;
        width: 100%;
    }
}