.common_animate {
    transition: all .4s ease;
}

.common_sidebar * {
    transition: all .4s ease;
}

.common_sidebar {
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -730px;
}

@media screen and (max-width: 1480px) and (min-width: 768px) {
    .common_sidebar {
        margin-left: -610px;
    }
}

@-webkit-keyframes fadeinup {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translatez(0);
        transform: translatez(0)
    }
}

@keyframes fadeinup {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translatez(0);
        transform: translatez(0)
    }
}

@-webkit-keyframes fadeindown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translatez(0);
        transform: translatez(0)
    }
}

@keyframes fadeindown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translatez(0);
        transform: translatez(0)
    }
}

/* .common_sidebar_s {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeinup;
    animation-name: fadeinup;
} */

.common_sidebar .common_loading {
    background:  no-repeat 50% 50%;
    min-height: 250px;
}

.common_sidebar .common_s_list ul {
    overflow: hidden;
}

.common_min .common_s_list ul {
    height: 0 !important;
}

.common_sidebar .common_s_close {
    background-image: ;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    cursor: pointer;
}

.common_sidebar .common_s_close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .4s;
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.common_sidebar .common_s_list {
    border: solid 1px #ff8400;
    width: 98px;
    border-radius: 4px;
    background-color: #fff;
}

.common_sidebar .common_s_list li {
    cursor: pointer;
    height: 100px;
    text-align: center;
    overflow: hidden;
    transition: all .2s ease;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeindown;
    animation-name: fadeindown;
}

.common_sidebar .common_s_list li:nth-of-type(1) {
    animation-delay: .2s;
}

.common_sidebar .common_s_list li:nth-of-type(2) {
    animation-delay: .3s;
}

.common_sidebar .common_s_list li:nth-of-type(3) {
    animation-delay: .4s;
}

.common_sidebar .common_s_list li:nth-of-type(4) {
    animation-delay: .5s;
}

.common_sidebar .common_s_list li:before {
    content: "";
    background-image: ;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 54px;
    height: 54px;
    display: block;
    margin: 12px auto 0;
}

.common_sidebar .common_s_list li.common_tab_01:before {}

.common_sidebar .common_s_list li.common_tab_02:before {
    background-image: 
}

.common_sidebar .common_s_list li.common_tab_03:before {
    background-image: 
}

.common_sidebar .common_s_list li.common_tab_04:before {
    background-image: 
}

.common_sidebar .common_s_list li.cur {
    background-color: #ffccc1;
}

/* .common_sidebar .common_s_list li.cur:before {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: icon_hack;
    animation-name: icon_hack;
} */

@-webkit-keyframes icon_hack {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translatez(0);
        transform: translatez(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0)
    }
}

@keyframes icon_hack {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translatez(0);
        transform: translatez(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0)
    }
}

.common_sidebar .common_s_list li:first-child.cur {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.common_sidebar .common_s_list li span {
    font-size: 14px;
    color: #111;
    display: block;
    line-height: 36px;
    height: 40px;
}

.common_sidebar .common_s_app {
    height: 122px;
    text-align: center;
    background: #ff8400;
    overflow: hidden;
    position: relative;
    padding-top: 13px;
}

.common_sidebar .common_s_app:before {
    content: "";
    background-image: ;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 78px;
    height: 78px;
    display: block;
    margin: 0 auto 4px
}

.common_sidebar .common_s_app span {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}

.common_s_pop {
    position: absolute;
    width: 345px;
    left: 111px;
    top: 0;
}

.common_s_pop:before {
    content: "";
    background-image: ;
    background-repeat: no-repeat;
    width: 10px;
    height: 14px;
    position: absolute;
    left: -7px;
    top: 16px;
    z-index: 5;
}

 .common_s_pop_0 {
    height: 240px;
    top:0 !important
}
 .common_s_pop_1 {
    top:0 !important
}
 .common_s_pop_2 {
    top:0 !important
}
 .common_s_pop_3 {
    top:0 !important
}
 .common_s_pop_4 {
    top:auto !important;
    bottom:0 !important
}
 .common_s_pop_2:before{
    top: 132px !important
}
 .common_s_pop_3:before{
    top: 237px !important;
}
 .common_s_pop_4:before{
    bottom:187px !important;
    top: auto !important
}
.common_sidebar_ent .common_s_pop_1:before{
    top: 132px !important
}
.common_sidebar_ent .common_s_pop_2:before{
    top: 237px !important;
}
.common_sidebar_ent .common_s_pop_3:before{
    top:333px !important;
}
.common_sidebar_ent .common_s_pop_4:before{
    bottom:187px !important;
    top: auto !important
}
.common_s_pop_0 .common-pop img{
    width:343px;
    height: 237px;
    margin:1px 0 0 1px;
    border-radius: 10px;
}
.common_s_pop .common_s_c {
    border: solid 1px #ff8400;
    border-radius: 10px;
    padding: 0 16px 16px;
    min-height: 100px;
    background-color: #fff;
    position: relative;
}

.common_s_pop .common_s_c h4.title {
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.common_live_list li.list_item {
    height: 54px;
    margin-bottom: 9px;
    overflow: hidden;
}

.common_live_list li.list_item:nth-of-type(3) {
    margin-bottom: 0
}

.common_live_list li.list_item .pic {
    float: left;
    margin-right: 10px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-top: 3px;
}

.common_live_list li.list_item .pic img {
    width: 48px;
    height: 48px;
}

.common_live_list li.list_item .info {
    float: left;
    width: 190px;
}

.common_live_list li.list_item .info .title {
    line-height: 20px;
    height: 40px;
    color: #111;
    overflow: hidden;
    font-size: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
}

.common_live_list li.list_item .info .text {
    line-height: 14px;
    color: #444;
    font-size: 10px;
    transform: scale(0.9);
    margin-left: -10px;
}

.common_live_list li.list_item .btn {
    float: right;
    width: 56px;
    height: 22px;
    margin-top: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(145deg, #ff982a 0%, #ff6f00 100%);
    border-radius: 40px;
}

.common-pop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 21;
}
.common_s_pop_0 .common-pop{
    background:none;
}
.common-pop .close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    background:  no-repeat;
    z-index: 111;
}

.common-pop .close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .4s;
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.common-pop .sina-logo {
    margin: 14px 0 0 14px;
}

.common-pop .qrcode-cont {
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -55px;
    text-align: center;
}

.common_s_pop_2 .common-pop .qrcode-cont {
    margin-top: -30px;
}

.common-pop .qrcode-img {
    width: 80px;
    height: 80px;
}

.common-pop .qrcode-title {
    width: 310px;
    padding-top: 10px;
    border-top: 1px solid #aaa;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin: 10px auto 0;
}

.common-pop .common-qrcode-text {
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #ff8400;
    font-weight: bold;
}

.common_hot_list li {
    padding-bottom: 14px;
    border-bottom: 1px solid #e4e4e4;
    ;
}

.common_hot_list li:nth-child(2) {
    border-bottom: 0;
    padding-top: 10px
}

.common_hot_list li .pic {
    float: left;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-right: 10px;
}

.common_hot_list li img {
    width: 48px;
    height: 48px;
}

.common_hot_list li .title {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    color: #111;
}

.common_hot_list li .summary {
    clear: both;
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #111;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 视频热榜 */
.common_s_pop_3 .pic-cont {
    width: 310px;
    height: 175px;
    margin-top: 10px;
    position: relative;
}

.common_s_pop_3 .pic-cont .bg {
    width: 100%;
    height: 66px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000000 100%, #000000 100%);
}

.common_s_pop_3 .pic-cont .pic-big {
    width: 310px;
    height: 175px;
    position: absolute;
    left: 0;
    top: 0;
}

.common_s_pop_3 .pic-cont .title {
    width: 290px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    top: 9px;
    left: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common_s_pop_3 .pic-cont .play-num {
    font-size: 10px;
    color: #fff;
    opacity: 0.8;
    position: absolute;
    left: 9px;
    top: 33px;
    font-size: 12px;
    transform: scale(0.8);
    margin-left: -9px;
}

.common_s_pop_3 .pic-cont .play {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 54px;
    left: 131px;
    background:  no-repeat;
}

.common_s_pop_3 .pic-cont .time {
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.50);
    border-radius: 2.63px;
    text-align: center;
    padding: 0 3px;
    color: #fff;
    position: absolute;
    left: 136px;
    top: 106px;
}

.common_video_list .list_item {
    width: 310px;
    height: 52px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 12px;
    overflow: hidden;
}

.common_video_list .list_item:nth-child(3) {
    border-bottom: 0
}

.common_video_list .list_item .num {
    float: left;
    width: 12px;
    height: 28px;
    margin-right: 10px;
    background:  no-repeat
}

.common_video_list .list_item:nth-child(2) .num {
    background: 
}

.common_video_list .list_item:nth-child(3) .num {
    background: 
}

.common_video_list .list_item .title {
    float: left;
    width: 262px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.common_video_list .list_item .icon {
    float: right;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    background:  no-repeat;
}

.common_video_list .list_item .time {
    color: #888;
    font-size: 10px;
    line-height: 14px;
    margin-top: 2px;
    transform: scale(0.8);
    margin-left: -10px;
}

/* 明星打榜 */
.common_star_list_wrap {
    width: 250px;
    height: 152px;
    padding:0 30px;
    position: relative;
    background: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.common_star_list_wrap .common_star_list {
    position: absolute;
    top:0;
    left:30px;
    width: 540px;
    padding: 20px 0;
}

.common_star_list_wrap .common_star_list li {
    float: left;
    position: relative;
    width: 60px;
    text-align: center;
    margin-right: 33.5px;
}

.common_star_list_wrap .common_star_list li .pic {
    width: 56px;
    height: 56px;
    padding: 2px;
    border-radius: 56px;
    background: #fff;
    overflow: hidden;
}

.common_star_list_wrap .common_star_list li .pic img {
    width: 56px;
    height: 56px;
    border-radius: 56px;
}

.common_star_list_wrap .common_star_list li .name {
    width:60px;
    height: 20px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
    color: #fff;
}

.common_star_list_wrap .common_star_list li .btn {
    width: 60px;
    height: 20px;
    border-radius: 12px;
    background: #fff;
    line-height: 20px;
    text-align: center;
    color: #ff8400;
    font-size: 12px;
    margin-top: 8px;
}

.common_s_c_ent .active-title {
    color: #111;
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
}

.common_sidebar .common_s_app s {
    background-image: ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -20px;
    z-index: 10;
    cursor: pointer;
    display: none;
}
.common_sidebar .common_s_app s {
    opacity: .8;
    filter: alpha(opacity=80);
}
.common_min .common_s_app s.common_s_open {
    display: block;
}
.common_min .common_s_app {
    padding-top: 30px;
}
.common_min .common_s_close {
    display: none;
}