@charset "UTF-8";
/* CSS Document */
.head_box {
    position: fixed;
    display: block;
    z-index: 999999995;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    -webkit-transition: .3s 0s all ease-out;
    transition: .3s 0s all ease-out;
    background: #032441;
}
.actor_vod .tabs ul li label {
    color: #fff;
}
.actor_vod .tabs ul li label:hover, .actor_vod  .tabs .activ label {
    color: #ff008c;
}
.balist_thumb, .vodlist_thumb, .topiclist_thumb, .artlist_thumb, .artbanner_thumb, .art_relates .artlr_pic, .play_vlist_thumb, .zbo .play_vlist_thumb.zboad, .actor_pic, .ranklist_thumb {
    background-position: 50% 50%;
}