/* share */
.share{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999;
    margin-left: 10px;
}
#share-2{
    opacity: 1;
    transition: 0.4s;
}
#share-2.hideSelf{
    opacity: 0;
}
.share.clearfix ol {
    display: inline-block;
}
.social-share>a{
    display: block;
    width: 26px !important;
    height: 26px !important;
    border: 0;
    margin: 0 5px !important;
    transition: 0.4s;
}
.social-share .social-share-icon{
}
.social-share .icon-wechat{
    background: url(images/sidewx.png) no-repeat center / 80%;
}

.social-share .icon-weibo {
    background: url(images/sidewb.png) no-repeat center / 80%;
}
.social-share .icon-qq {
    background: url(images/sideqq.png) no-repeat center / 80%;
}
.social-share .icon-qzone {
    background: url(images/sideqzone.png) no-repeat center / 80%;
}
.social-share .icon-wechat .wechat-qrcode .help p{font-size: 12px;}
.social-share{
    position: static;
    transform: none;
    float: none;
}


.art-main .box01{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.art-main .cont-tit p{padding-bottom: 0;}