.article-set {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    height: 56px;
    border-radius: 8px;

    bottom: 0;
    width: 906px;
    display: flex;
    z-index: 2;
    justify-content: space-between;
}
.article-set-postion{
    position: fixed;
}
.article-set-left {
    width: 540px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.article-set-btn {
    width: 140px;
    height: 36px;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-set-btn:hover {
    background: #ECF5FF;
}
.article-set-btn:hover span{
    color: #0084ff;
}
.icon-article{
  display: inline-block;background: url(//static-f.fwxgx.com/image/article/article-set-v3-f9431097b139192d53dd2e74cff56bc1.png);
}
.icon-article-zan {
    background-position: -36px -2px;
    width: 16px;
    height: 16px;
}
.icon-article-collect{
  width: 16px;
  height: 16px;
  background-position: -107px -2px;
}
.article-set-already{
  background: #ECF5FF;
  border: none;
}
.article-set-already .icon-article-zan{
  background-position: 0 -2px;
  margin-top: -4px;
}
.article-set-already span{
  color: #0084ff;
}
.article-zan-txt{
  margin: 0 4px;
}
.icon-article-comment {
    width: 16px;
    height: 16px;
    background-position: -37px -41px;
}
.article-set-already .icon-article-collect{
  background-position: -73px -2px;
}
.article-set-already .icon-article-comment{
  background-position: -1px -41px;
}
.toast-box {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #000;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    z-index: 2;
    transform: translate(-50%, -50%);
}
.article-set-right {
    width: 180px;
    display: flex;
    align-items: center;
}
.icon-article-share {
    width: 16px;
    height: 16px;
    background-position: -73px -44px;
    margin-bottom: -5px;
}
.icon-article-feedback {
    width: 16px;
    height: 15px;
    background-position: -108px -43px;
    margin-bottom: -3px;
}
.article-set-line {
    margin: 0 22px 0 20px;
}
.article-set-share {
    cursor: pointer;
    position: relative;
}
.article-set-share:hover .article-set-right-txt{
    color: #0084ff;
}
.article-set-feedback:hover .article-set-right-txt{
    color: #0084ff;
}
.article-set-share-box {
    position: absolute;
    width: 134px;
    height: 240.14px;
    opacity: 1;
    background: #FFFFFF;
    bottom: 46px;
    left: -40px;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    z-index: 2;
}
.article-set-share-box:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -9px;
    left: 62px;
}
.article-set-share-li {
    height: 30px;
    line-height: 30px;
    color: #666;
}
.article-set-share-li:hover span{
    color: #0084ff;
}
.icon-article-copy {
    width: 14px;
    height: 14px;
    background-position: -145px -1px;
    margin-bottom: -2px;
}
.icon-article-sina {
    width: 17px;
    height: 14px;
    background-position: -143px -39px;
    margin-bottom: -2px;
}
.icon-article-weixin {
    width: 16px;
    height: 16px;
    background-position: -185px -2px;
    margin-bottom: -2px;
}
.article-set-share-ul {
    padding: 15px 20px;
}
.article-set-weixin-qr{
  width: 90px;
  height: 90px;
  padding: 15px 3px;
}
.mask{
  z-index: 9999;
}
.article-modal-feedback {
    z-index: 100000;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 480px;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
.article-modal-feedback-header {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: space-between;
}
.article-modal-feedback-title {
    font-size: 16px;
    padding-left: 24px;
}
.article-modal-feedback-close {
    font-size: 24px;
    padding-right: 24px;
    cursor: pointer;
}
.article-modal-feedback-body {
    display: flex;
    flex-wrap: wrap;
    width: 480px;
    padding: 10px 0;
}
.article-modal-feedback-label {
    width: 480px;
    padding-left: 24px;
    line-height: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}
.article-modal-feedback-txt {
    margin-left: 4px;
    margin-top: 3px;
    font-weight: normal;
}
.article-set-feedback {
    cursor: pointer;
}
.article-modal-feedback-footer {
    height: 52px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    line-height: 52px;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}
a.article-modal-feedback-btn {
    width: 88px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    margin-right: 20px;
}
.article-modal-feedback-cancal{
  color: rgba(0, 0, 0, 0.65)!important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.article-modal-feedback-save {
    background: #0084FF!important;
    color: #fff!important;
    border-radius: 2px;
}
.article-modal-feedback-textarea textarea {
    width: 436px;
    height: 74px;
    margin-left: 24px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 8px;
}
.feedback-tip{
  margin-right: 20px;
  color: red;
}
.article-author-img-box {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    display: block;
    border: 1px solid rgba(78, 163, 255, 0.08);
    position: relative;
    margin: 0 auto;
}
.article-author-img-box img {
    margin-top: 15px;
}

.icon-article-official-position {
       position: absolute;
       bottom: 0;
       left: 48px;
}
.article-official-txt {
    color: #3D3D3D;
    margin-top: -20px;
}
.article-recommend{
    background: #FFFFFF;
    margin-top: 12px;
    border-radius: 8px;
    bottom: 0;
    width: 906px;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    justify-content: space-between;
    border: 1px solid #E2E8EC;
    box-shadow: 0px 0px 20px 0px rgba(238, 238, 238, 0.75);
}
.article-recommend-title{
    color:#3d3d3d;
    font-size:24px;
    line-height:24px;
    padding: 24px 0 8px 24px;
    width:100%;
}
.article-recommend-ul {
    padding: 0 24px;
}
.article-recommend-li{
    display:flex;
    padding: 16px 0;
    border-bottom: 1px solid #D8D8D8;
}
.article-recommend-info-title a{
    color: #333333;
    font-size: 18px;
}
.article-recommend-info-desc a{
    color: #333333;
    font-size: 14px;
}
.personal-article-headimg {
    width: 24px;
    height: 24px;
    border-radius: 12px;
}
.personal-article-list-content-img {
    width: 204px;
    height: 105px;
    position: relative;
}
.personal-article-list-content-img img {
    width: 204px;
    height: 105px;
}
.article-recommend-info {
    width: 636px;
    margin-left: 18px;
    position: relative;
}
.personal-article-head {
    position: absolute;
    bottom: 10px;
    left: 0px;
}
.personal-article-nickname {
    color: #333333;
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
}
.personal-article-headtxt {
    font-size: 12px;
    color: #999;
    margin-left: 12px;
}
.personal-article-time {
    font-size: 12px;
    color: #999;
    margin-left: 12px;
}
.more_btn.btn_special.curP {
    margin-bottom: 20px;
}
.article-recommend-li:last-child {
  border-bottom: none!important;
}
.article-recommend-info-title a:hover {
  color: #0084FF;
}
.icon-article-video {
    width: 56px;
    height: 21px;
    background-position: 0 -71px;
    position: absolute;
    left: 0;
    top: 0;
}
.icon-article-videopaly {
    width: 48px;
    height: 48px;
    background-position: -81px -75px;
    position: absolute;
    left: 78px;
    top: 29px;
}
.article-recommend-info-desc {
    padding-top: 4px;
}
.aritcle_user h3 img {
    width: 56px;
    height: 56px;
    margin-right: 10px;
    border-radius: 50%;
}
.aritcle_user h3 {
    padding: 0 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    border-bottom: none;
}
.article-cate-intro {
    margin-top: 18px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
}
.articleauthor-name{
    font-size: 16px;
    color: #333;
    max-width: 112px;
}
.articleauthor-official{
    font-size: 14px;
    color: #3d3d3d;
    font-weight: normal;
}
.articleauthor-info{
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.articleauthor-follow-box{
    padding: 12px 0;
}
.articleauthor-follow-box a{
    display: inline-block;
    width: 238px;
    height: 32px;
    border-radius: 4px;
    opacity: 1;
    background: #0084FF;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
}
.comment-id{
    font-size: 12px;
    color: #666;
    margin-left: 20px;
}