.post_bottom .save.saved i {
    color: #D51a1c;
}
.post_bottom .save.saved:hover i {
    color: #D51a1c;
}
.share_click {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #d6d6d6;
    padding: 5px;
    background: #FFFFFF;
    display: none;
    z-index: 9;
}
.share_click:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 8px solid transparent;
    border-bottom: 8px solid #d6d6d6;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.share_click:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.share_click li {
    padding: 5px;
    display: flex;
    align-items: center;
}
.share_click li img {
    width: 25px;
    margin-right: 5px;
}
.share_click .copy_link {
    margin-top: 5px;
    border-top: 1px solid #d6d6d6;
    text-align: center;
    padding: 5px;
    color: #777777;
}
.share_click .copy_link .share_code {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
}
/* 踩 赞的css */
.zan,
.cai{
    position: relative;
    cursor: pointer;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
}
.add-num {
    position:absolute;
    top:-15px;
    font-size: 15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity:0;
    font-style:normal;
    left: 50%;
    transform: translateX(-50%);
}
.add-num.hover {
    color: #fd965c;
}
.reduce-num {
    position:absolute;
    top:-15px;
    font-size: 15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity:0;
    font-style:normal;
    left: 50%;
    transform: translateX(-50%);
}
.reduce-num.hover {
    color: #6c9acd;
}
.add-animation {
    animation: mypraise 0.5s ;
    -moz-animation: mypraise 0.5s ;	/* Firefox */
    -webkit-animation: mypraise 0.5s ;	/* Safari 和 Chrome */
    -o-animation: mypraise 0.5s ;	/* Opera */
}
@keyframes mypraise
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-moz-keyframes mypraise /* Firefox */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-webkit-keyframes mypraise /* Safari 和 Chrome */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-o-keyframes mypraise /* Opera */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}
@keyframes myfirst
{
    0%{
        font-size: 16px;
    }
    50%{
        font-size: 20px;
    }
    100% {
        font-size: 16px;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    0%{
        font-size: 16px;
    }
    50%{
        font-size: 20px;
    }
    100% {
        font-size: 16px;
    }
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0%{
        font-size: 16px;
    }
    50%{
        font-size: 20px;
    }
    100% {
        font-size: 16px;
    }
}

@-o-keyframes myfirst /* Opera */
{
    0%{
        font-size: 16px;
    }
    50%{
        font-size: 20px;
    }
    100% {
        font-size: 16px;
    }
}
.zan,.cai {
    color: #253F8E;
}
.vote_box .num {
    color: #253F8E;
}
.zan .icon-shangjiantoushixin {
    color: #fd965c;
}
.zan .iconfont.animate {
    animation: myfirst 0.5s;
    -moz-animation: myfirst 0.5s;	/* Firefox */
    -webkit-animation: myfirst 0.5s;	/* Safari 和 Chrome */
    -o-animation: myfirst 0.5s;	/* Opera */
}
.cai .icon-xiajiantoushixin {
    color: #6c9acd;
}
.cai .iconfont.animate {
    animation: myfirst 0.5s;
    -moz-animation: myfirst 0.5s;	/* Firefox */
    -webkit-animation: myfirst 0.5s;	/* Safari 和 Chrome */
    -o-animation: myfirst 0.5s;	/* Opera */
}
.position_r {
    position: relative;
    font-weight: bold;
}
.qu-visibility--hidden {
    display: none;
}
.qu-whiteSpace--nowrap {
    text-align: center;
    font-weight: bold;
}
.qu-whiteSpace--nowrap.red {
    color: #fd965c;
}
.qu-whiteSpace--nowrap.blue {
    color: #6c9acd;
}

.for_vedio_add {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.for_vedio_add img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.for_vedio_add .start_icon {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 50px;
    height: 50px;
    z-index: 9;
    cursor: pointer;
    border-radius: 50%;
    background: #333333;
}
.for_vedio_add .start_icon i {
    font-size: 55px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.post_medium_vedio .prism-player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*加载更多样式*/
.loading_more {
    margin: 10px 0;
}
.loading_more a {
    display: block;
    border: 1px solid #1470cc;
    background: #FFFFFF;
    border-radius: 5px;
    color: #1470cc;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
}
.spinner {
    margin: 40px auto 25px;
    width: 150px;
    text-align: center;
    display: none;
}
.spinner > div {
    width: 15px;
    height: 15px;
    background-color: #999999;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.48s;
    animation-delay: -0.48s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce3 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.4) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}