
.flash_overlay {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.flash_overlay .close_button {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 100px;
    height: 40px;
    text-indent: -999em;
    overflow: hidden;
    background: url('/v2/images/common/core/bg_light_button2.png');
    _position: absolute;
    cursor: pointer;
}
.flash_overlay .close_button:hover {
    background-position: 0 -40px;
}
.v_play {
    position: relative;
}
body{
    background: #fff;
}
.footer {
    background: #181818;
}
.videoBox{
    background: #151515;
    margin-top:41px;
    padding-top:3px;
}
.mw-videos {
    width: 1200px;
    margin: 0 auto;
    
}
.mw-videos-box {
    float:left;
    position: relative;
}
.rollBox{
    position: absolute;
    left:8px;
    bottom:90px;
    z-index:9;
    display:none;
}
.roll{
    height:185px;
    overflow:hidden;
}
.rollList{
    padding-top:185px;
}
.rollList li{
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#33000000', EndColorStr='#33000000');
    padding:0 15px;
    line-height: 30px;
    height:30px;
    color:#fff;
    margin-top:7px;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
}
.rollList li span{
    color:#27d5bf;
}
.rollList li img{
    width:23px;
    vertical-align: middle;
}
.rollBtn{
    display:block;
    background: url('/v2/images/app/video2/rollBtn.png') no-repeat;
    width:18px;
    height:14px;
    margin-top:18px;
    margin-left:6px;
    cursor:pointer;
}
.giftShow{
    width:150px;
    position: absolute;
    left:0;
    right:0;
    margin:-75px auto 0;
    top:50%;
    display:none;
}
.giftShow img{
    width:100%;
}
.reportTip{
    position: absolute;
    top:20px;
    right:0px;
    background: url('/v2/images/app/video2/reportTip.png') no-repeat;
    width:174px;
    height:206px;
    display:none;
}
.reportTip a{
    width:20px;
    height:20px;
    position: absolute;
    right:8px;
    top:1px;
}
.v_play {
    width: 1000px;
    height: 563px;
    overflow: hidden;
    background: #000;
}
.v_play_popwin {
    background-color: #fff;
    bottom: 100px;
    height: 225px;
    
    position: fixed;
    right: 120px;
    width: 420px;
    z-index: 1000;
}
.mw-videos-list {
    width: 198px;
    float: right;
    position: relative;
    background: #000;
}
.videos-list-title{
    color:#27d5bf;
    background: #272727;
    width:178px;
    height:39px;
    line-height: 39px;
    font-size:14px;
    padding-left:20px;
    margin-bottom:5px;
}
.mw-videos-list .video_a {
    display: block;
    cursor: pointer;
    padding-bottom: 13px;
}
.mw-videos-list .video_a_current .videoPic {
    border: 2px solid #27d5bf;
    width: 156px;
    height: 86px;
}
.mw-videos-list .video_a_current .title {
    color: #27d5bf;
}
.video_a .videoPic{
    width:160px;
    height:90px;
    position: relative;
}
.video_a .videoPic img{
    width:100%;
    height:100%;
}
.video_a .videoPic_hover{
    background: url('/v2/images/app/video2/video_hover2.png') no-repeat;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    display:none;
}
.video_a .videoPic:hover .videoPic_hover{
    display:block;
}
.video_a .video_shadow{
    background: url('/v2/images/app/video2/shadow.png') no-repeat;
    width:155px;
    height:22px;
    position: absolute;
    top:0;
    left:0;
    color:#fff;
    font-size:12px;
    padding-top:68px;
    padding-right:5px;
    text-align:right;
}
.video_a p{
    font-size:12px;
    line-height: 13px;
}
.video_a .title{
    color:#fff;
    padding:5px 0;
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.video_a .count{
    color:#666;
    padding-left:18px;
    background: url('/v2/images/app/video2/play_count.png') no-repeat;
}
.mw-scrollbar .scrollbar {
    width: 5px;
}
.mw-scrollbar .scrollbar .track {
    position: relative;
    background-color: #000;
    z-index: 2;
}
.mw-scrollbar .scrollbar .thumb {
    position: absolute;
    width: 5px;
    margin-left: -2px;
    background: #4d4d4d;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.mw-scrollbar .viewport {
    position: relative;
    height: 519px;
    overflow: hidden;
}
.mw-scrollbar .overview {
    position: absolute;
    top: 0;
    left: 0;
    padding-left:19px;
}
.video_info{
    padding-top:15px;
    position: relative;
}
.videoName{
    font-size:18px;
    color:#fff;
}
.videoName i {
    color: #27d5bf;
}
.videoName .artistName{
    color:#27d5bf;
}
.vchartIcon>span{
    color:#27d5bf;
    font-size:12px;
    margin-left:10px;
}
.vchartIcon>span>i{
    background: url('/v2/images/app/video2/icon_v3.png') -6px -92px no-repeat;
    display:inline-block;
    width:20px;
    height:22px;
    vertical-align: bottom;
    margin-bottom: 2px;
}
.vchartIcon>i{
    background: url('/v2/images/app/video2/icon_v3.png') -30px -92px no-repeat;
    display:inline-block;
    width:10px;
    height:19px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left:7px;
}
.vchartIcon i.down{
    background-position: -44px -92px;
}
.videoCount{
    color:#666;
    font-size:16px;
}
.videoCount strong{
    color:#999;
    font-weight: normal;
    margin-right:3px;
    cursor: pointer;
}
.video_operate{
    padding-top:10px;
    padding-bottom: 7px;
}
.shareBox{
    color:#999;
    font-size:14px;
    overflow:hidden;
}
.shareBox>p{
    float:left;
}
.share-icon {
    float: left;
}
.v_share_link {
    width: 160px;
    height: 30px;
    margin-top:-5px;
}
.v_share_link a {
    background: url('/v2/images/app/video2/share.png') no-repeat;
    width: 38px;
    height: 30px;
}
.v_share_link .weibo17 {
    background-position: 0 0;
}
.v_share_link .weixin17 {
    background: url('/v2/images/app/video2/share.png') no-repeat;
    background-position: -40px 0;
}
.v_share_link .qq17 {
    background-position: -81px 0;
}
.v_share_link .renren17 {
    background-position: -200px 0;
}
.v_share_link .myhome {
    background-position: -120px 0;
}
.v_share_link .qzone17 {
    background-position: -160px 0;
}
.v_share_link .tencent17 {
    background-position: -233px 0;
}
.v_share_link .weixin17:hover {
    background-position: -40px -29px;
}
.v_share_link .weibo17:hover {
    background-position: 0 -29px;
}
.v_share_link .qq17:hover {
    background-position: -80px -28px;
}
.v_share_link .renren17:hover {
    background-position: -201px -30px;
}
.v_share_link .myhome:hover {
    background-position: -120px -29px;
}
.v_share_link .qzone17:hover {
    background-position: -160px -29px;
}
.v_share_link .tencent17:hover {
    background-position: -233px -29px;
}
.shareBox > a{
    display:inline-block;
    background: url('/v2/images/app/video2/arrow_v2.png') no-repeat;
    width:22px;
    height:22px;
    margin-left:-20px;
}
.shareBox .fold{
    background-position: -134px 0;
}
.shareBox .unfold{
    background-position: -112px 0;
}
.shareBox .fold:hover{
    background-position: -134px -25px;
}
.shareBox .unfold:hover{
    background-position: -112px -25px;
}
.operateBox{
    position: relative;
    margin-top:-10px;
}
.operateBox a{
    color:#9b9b9b;
    font-size:12px;
    display:inline-block;
    margin-left:40px;
}
.operateBox .phone:hover{
    color:#fff;
}
.operateBox .report:hover{
    color:#fff;
}
.operateBox .like:hover{
    color:#fff;
}
.operateBox .download:hover{
    color:#fff;
}
.operateBox .keep:hover{
    color:#fff;
}
.operateBox .reward_icon:hover{
    color:#fff;
}
.operateBox i{
    background: url('/v2/images/app/video2/icon_v3.png') no-repeat;
    display:inline-block;
    height:30px;
    width:30px;
    vertical-align: middle;
}
.operateBox .reward{
    display:inline-block;
    height:30px;
    width:30px;
    vertical-align: middle;
    position: relative;
}
.operateBox .shang{
    background: url('/v2/images/app/video2/reward.png') no-repeat center 3px;
}
.operateBox .reward_icon:hover .shang{
    background: url('/v2/images/app/video2/reward_hover.png') no-repeat center 3px;
}
.operateBox .yuan{
    background: url('/v2/images/app/video2/yuan.png') no-repeat center 3px;
}
.operateBox .reward_icon:hover .yuan{
    background: url('/v2/images/app/video2/yuan_hover.png') no-repeat center 3px;
}
.operateBox .phone i{
    background-position: 0 0;
}
.operateBox .keep i{
    background-position: -30px 0;
}
.operateBox .kept i{
    background-position: -29px -61px;
}
.operateBox .like i{
    background-position: -60px 0;
}
.operateBox .download i{
    background-position: -90px 0;
}
.operateBox .report i{
    background-position: -120px 0;
}
.operateBox .phone:hover i{
    background-position: 0 -30px;
}
.operateBox .keep:hover i{
    background-position: -30px -30px;
}
.operateBox .kept:hover i {
    background-position: -29px -61px;
}
.operateBox .like:hover i{
    background-position: -60px -30px;
}
.operateBox .download:hover i{
    background-position: -90px -30px;
}
.operateBox .report:hover i{
    background-position: -120px -30px;
}
.operateBox .mobilePlay{
    background: #fff;
    position: absolute;
    top:-50px;
    left:-150px;
    padding: 5px;
    margin: 5px;
    z-index: 9999;
    display:none;
}
.recommendBox h3,
.likeBox h3,
.videoInfoBox h3,
.playlistBox h3,
.vchartBox h3,
.vchart h3 {
    font-size:16px;
    line-height: 16px;
    color:#333;
    padding:30px 0 10px;
}
.mainBox{
    width:1200px;
    margin:0 auto;
}
.videoRecommend,
.videoLike{
    height: 160px;
    width: 830px;
    margin-top: 2px;
    position: relative;
}
.mvbox {
    width: 830px;
    height: 160px;
    overflow: hidden;
    padding: 0;
    margin:0;
}
.mv_picBox {
    margin-right: 10px;
    float: left;
    position: relative;
}
.mv_picBox .pic {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
    font-size: 0;
}
.mv_picBox .pic:hover .video_hover{
    display:block;
}
.mv_picBox > .pic > a {
    display: block;
    width: 200px;
    height: 113px;
    overflow: hidden;
}
.mv_picBox > .pic > a > img {
    width: 100%;
}
.mv_picBox .pic span,
.videoPic span{
    position: absolute;
    top: 3px;
    right:0;
    width: 29px;
    height: 21px;
    line-height: 21px;
    color: #fff;
    font-size: 12px;
    padding-left: 13px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
}
.mv_picBox .pic .ad,
.videoPic .ad{
    background: #ff971c;
}
.mv_picBox .pic .zc,
.videoPic .zc{
    background: #fd6f6e;
}
.mv_picBox .pic .news,
.videoPic .news{
    background: #27d5bf;
}
.mv_picBox .pic .goods,
.videoPic .goods{
    background: #f52a6e;
}
.mv_text a{
    display:block;
    width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size:12px;
    line-height: 12px;
}
.mv_text a.title{
    color:#666;
    padding:10px;
    cursor:pointer;
}
.mv_text a.title2{
    text-overflow: initial;
    white-space: normal;
    line-height: 22px;
    margin-top: -5px;
}
.mv_text a.name {
    color:#27d5bf;
    padding:0 10px 3px;
}
.mv_text a:hover{
    color: #27d5bf;
}
.mv_text span {
    display: inline-block;
}
.mainBox .video_hover {
    width: 200px;
    height: 113px;
    position: absolute;
    top: 0;
    background: url('/v2/images/app/video2/info_hover.png') no-repeat;
    display: none;
}
.mainBox .video_hover a{
    display: block;
    width:100%;
    height:100%;
}
.arrow_pre1, .arrow_next1 {
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 200;
    background: url('/v2/images/app/video2/arrow.png') no-repeat;
    width: 28px;
    height: 47px;
}
.arrow_pre1 {
    left: 0px;
    top: 33px;
    background-position: 0 0;
}
.arrow_next1 {
    right: 0px;
    top: 33px;
    background-position: -28px 0px;
}
.arrow_pre1:hover{
    background-position: -56px 0;
}
.arrow_next1:hover{
    background-position: -84px 0;
}
.mainBox>.fr{
    width:352px;
}
.videoInfoBox h3{
    border-bottom:1px solid #e1e1e1;
}
.infoBox{
    overflow: hidden;
}
.infoBox .authorBox{
    position: relative;
    overflow:hidden;
    padding: 10px 0;
}
.infoBox .otherAuthor {
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.authorBox .authorImg{
    float:left;
    width:50px;
    height:50px;
    border-radius:50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.authorBox .authorImg img{
    width:100%;
    height:100%;
    border-radius:50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.authorBox .name{
    display: inline-block;
    font-size:14px;
    color:#27d5bf;
    margin-left: 10px;
    padding-top:5px;
}
.authorBox .time{
    font-size:12px;
    color:#999;
    margin-left:60px;
}
.authorBox .focus{
    position:absolute;
    top:10px;
    right:0;
    background: #e5e5e8;
    color:#666;
    font-size:12px;
    width:59px;
    height:21px;
    line-height: 21px;
    text-align: center;
}
.authorBox .focus:hover{
    color:#fff;
    background:#27d5bf;
}
.authorBox .ico_card_follow{
    padding-left:16px;
    background:#e5e5e8 url('/v2/images/app/video2/follow.png') 5px 5px no-repeat;
    width:43px;
}
.authorBox .ico_card_follow:hover{
    background:#27d5bf url('/v2/images/app/video2/followed.png') 5px 5px no-repeat;
}
.authorBox .ico_card_has,
.authorBox .ico_card_mutual{
    text-indent: 0;
    background: #e5e5e8;
    color:#999;
}
.infoBox .tagList{
    overflow:hidden;
    margin-left:60px;
}
.infoBox .tagList a{
    float:left;
    background: #f1f1f1;
    color:#666;
    font-size:12px;
    height:21px;
    line-height: 21px;
    text-align: center;
    padding:0 10px;
    margin-right:6px;
    margin-top:5px;
}
.infoBox .tagList a.addTag{
    background: #fff;
    border:1px dashed #e4e4e4;
    color:#bbb;
    margin-right:0;
}
.infoBox .tagList a.addTag:hover{
    color:#999;
}
.infoBox .des{
    font-size:12px;
    color:#999;
    margin-top:15px;
    overflow:hidden;
    max-height: 40px;
}
.infoBox .desToggle{
    float:right;
    color:#bfbfbf;
}
.infoBox .desToggle i{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #c6c6c6;
    display:inline-block;
    margin-top:5px;
    margin-left:3px;
}
.infoBox .all i{
    border-bottom: 6px solid #c6c6c6;
    border-top:0;
}
.link_hide{
    display:none;
}
.vchartBox h3,
.vchart h3 {
    padding-top:20px;
    overflow:hidden;
    border-bottom:1px solid #ececec;
}
.vchartBox h3 a,
.vchart h3 a {
    display:inline-block;
    background: url('/v2/images/app/video2/icon_v3.png') -7px -67px no-repeat;
    width:16px;
    height:16px;
    vertical-align: top;
    margin-left:5px;
}
.vchartBox h3 span{
    float:right;
    color:#a9a9a9;
    font-size:12px;
}
.vchartList{
    border-bottom:1px solid #ececec;
}
.vchartList li{
    margin:10px 0;
    overflow:hidden;
}
.vchartList li.vchart_cur{
    background: #f4f4f4;
    border: 1px solid #ededed;
    padding:9px;
    margin-left:-10px;
    width: 352px;
}
.vchartList .vchartPic{
    width:161px;
    height:90px;
    position: relative;
    float:left;
}
.vchartList .vchartPic img{
    width:100%;
    height:100%;
}
.vchartList .vchartPic span{
    background: url('/v2/images/app/video2/rank_bg.png') no-repeat;
    width:29px;
    height:29px;
    font-size:18px;
    color:#fff;
    font-style:italic;
    position: absolute;
    top:0;
    left:0;
}
.vchartList .name{
    font-size:14px;
    margin:8px 0 3px 174px;
    width: 178px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vchartList .name a{
    color:#333;
}
.vchartList .artist{
    margin-left:174px;
    color:#333;
    font-size:12px;
    width: 178px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vchartList .artist a{
    color:#27d5bf;
}
.vchartList .name a:hover,
.vchartList .artist a:hover{
    color: #27d5bf;
}
.vchartList .score{
    margin-left:174px;
    margin-top: 20px;
    position: relative;
}
.vchartList .score .album{
    color:#666;
    font-size:12px;
}
.vchartList .score .album i{
    display:inline-block;
    background: url('/v2/images/app/video2/icon_v3.png') -95px -69px no-repeat;
    width:15px;
    height:12px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right:8px;
}
.vchartList .score .num{
    font-size: 22px;
    position: absolute;
    top: -26px;
    right: 0;
}
.vchartList .score .trendNum {
    font-size: 12px;
    float: right;
}
.vchartList .score .up{
    color:#ff4c89;
}
.vchartList .score .down{
    color:#34d7c3;
}
.vchartList .score .up i{
    background: url('/v2/images/app/video2/icon_v3.png') -116px -69px no-repeat;
    width:12px;
    height:12px;
    display:inline-block;
    margin-right: 5px;
}
.vchartList .score .down i{
    background: url('/v2/images/app/video2/icon_v3.png') -131px -69px no-repeat;
    width:12px;
    height:12px;
    display:inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.vchartMore{
    color:#999;
    font-size:12px;
    display:block;
    text-align:right;
    margin-top:10px;
}
.vchartMore:hover{
    color:#27d5bf;
}
.mainBox .vchart {
    
    overflow:hidden;
    position: relative;
    display:none;
}
.mainBox .vchart > a {
    display: block;
    position: relative;
    margin-top: 10px;
}
.mainBox .vchart img{
    width:100%;
}
.mainBox .vchart span {
    position: absolute;
    top: 3px;
    right: 0;
    width: 60px;
    height: 25px;
    line-height: 25px;
    background: #34d7c3;
    color: #fff;
    font-size: 14px;
    padding-left: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -ms-border-top-left-radius: 12px;
    -ms-border-bottom-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -moz-border-bottom-left-radius: 12px;
}
.playlistBox h3 {
    border-bottom: 1px solid #e9e9e9;
}
.playlistBox ul{
    margin-top:1px;
}
.playlistBox ul li{
    width:352px;
    height:178px;
    border-bottom: 1px solid #e9e9e9;
    overflow:hidden;
}
.playlistBox ul li .play_imgbox{
    width:150px;
    height:150px;
    padding:14px 10px 14px 0;
    position:relative;
    float:left;
}
.playlistBox ul li .play_imgbox a{
    display:block;
    overflow:hidden;
    width:150px;
    height:150px;
}
.playlistBox ul li .play_imgbox img{
    height:100%;
}
.playlistBox ul li .play_user_info{
    float:left;
    width:190px;
    padding-top: 20px;
    position:relative;
}
.playlistBox ul li .play_user_info p{
    line-height: 28px;
    color:#7a7a7a;
}
.playlistBox ul li .play_user_info p span{
    font-weight: bold;
}
.playlistBox ul li .play_user_info p.title{
    font-size: 14px;
    font-weight:bold ;
}
.playlistBox ul li .play_user_info p.title a{
    color:#7a7a7a;
}
.playlistBox ul li .play_user_info p.title a:hover{
    color:#26d0bb;
}
.playlistBox ul li .play_user_info .vj_user{
    position:absolute;
    top:120px;
    left:0;
}
.playlistBox ul li .play_user_info .vj_name a{
    padding:0 7px 0 0;
    text-align:right;
}
.vj_user_info{
    padding-top:10px;
}
.vj_user{
    float:left;
}
.vj_user .vj_icon_box{
    width:40px;
    height:40px;
    position:relative;
    float:left;
}
.vj_user .vj_icon_box img{
    width:40px;
    height:40px;
    display: block;
    border-radius:50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.vj_user .vj_name{
    float:left;
}
.vj_user .vj_name a{
    display: block;
    float:left;
    line-height: 40px;
    color:#27d5bf;
    padding-left:7px;
    width:143px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.pl_empty {
    background: url('/v2/images/app/video2/pl_empty.png') no-repeat;
    width: 355px;
    height: 149px;
    margin-top: 17px;
    position: relative;
}
.pl_empty a {
    position: absolute;
    background: url('/v2/images/app/video2/pl_btn.png') no-repeat;
    width: 110px;
    height: 30px;
    top: 96px;
    left: 240px;
}
.pl_empty a:hover {
    background: url('/v2/images/app/video2/pl_btn_hover.png') no-repeat;
}
.comment{
    padding:30px 0 0;
    margin-top:30px;
    border-top:1px solid #e1e1e1;
    width:830px;
}
.comment .ct_title{
    color:#9b9b9b;
}
.recommend-mv-dialog {
    width: 521px;
    height: 213px;
    color: #666;
}
.recommend-mv-dialog .info {
    padding: 38px 0 21px 53px;
}
.recommend-mv-dialog .totalPersonNumber {
    font-weight: bold;
}
.recommend-mv-dialog .totalIntegral,
.recommend-mv-dialog .integral {
    color: #27d5bf;
    font-weight: bold;
    padding: 0 5px;
}
.recommend-mv-dialog .spend {
    padding: 0 0 32px 53px;
}
.recommend-mv-dialog .input-text {
    display: inline-block;
    width: 70px;
    height: 27px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ccc;
}
.recommend-mv-dialog .error {
    display: none;
}
.recommend-mv-dialog .error a {
    color: #c00;
}
.recommend-mv-dialog .comfirm {
    display: block;
    width: 102px;
    height: 42px;
    margin: 0 auto;
    background: #27d5bf;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
}
.rec_words {
    padding: 0 0 0 45px;
}
.rec_words span {
    vertical-align: top;
}
.rec_words textarea {
    width: 360px;
    height: 65px;
    border: 1px solid #dadada;
    color: #999;
    padding: 0 5px;
    line-height: 20px;
}
.rec_words_num {
    text-align: right;
    padding-right: 35px;
    color: #999;
}
#rec_words_num {
    color: #666;
}
.report {
    padding: 10px 0 5px 0;
}
.report .btn {
    display: block;
    background: url('/v2/images/app/video/report/btn.png') no-repeat;
    width: 220px;
    height: 40px;
    color: #666;
    font-family: 'microsoft yahei';
    font-size: 24px;
    text-align: center;
    margin: 10px auto;
    border: 0;
    cursor: pointer;
}
.report .btn:hover, a.know:hover {
    background: url('/v2/images/app/video/report/btn_hover.png') no-repeat;
    color: #693
}
.report p {
    color: #666;
    font-size: 14px;
    margin: 8px 0 8px 23px
}
.report textarea {
    border: 1px solid #bcbac0;
    background-color: #fffbe7;
    width: 297px;
    height: 154px;
    margin-left: 20px;
    -moz-border-radius: 2px;
    font-size: 12px;
    font-family: monospace;
}
.report .import {
    margin-top: 0;
}
.report .import a {
    font-size: 12px;
    color: #999;
    text-decoration: none;
}
.report .import a:hover {
    color: #cc0000;
}
.report .contact {
    margin: 10px auto;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.report .contact a {
    color: #669933;
    text-decoration: none;
}
.report .contact a:hover {
    color: #339900;
}
.report .support_mbox .popup_title h3 strong.com_tit {
    font-weight: bold;
    color: #666
}
.report .support_mbox .select_area {
    width: 313px;
    min-height: 27px;
    _height: 27px
}
.report .sel, .report .sel_hover {
    background: url('/v2/images/app/video/report/sel_bg.png') no-repeat 0 0;
    margin: 0 auto;
    width: 230px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    padding-left: 10px
}
.report .sel_hover {
    background: url('/v2/images/app/video/report/sel_h_bg.png') no-repeat;
}
.report ul.items {
    width: 238px;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    margin: 2px 0 0 50px;
}
.report ul.items li {
    height: 32px;
    line-height: 32px;
    padding-left: 14px;
    font-size: 14px
}
.report ul.items li.li_hover {
    height: 30px;
    line-height: 30px;
    background-color: #f2f2f2;
    color: #393;
    border: 1px solid #e0e1e3;
    border-width: 1px 0
}
.report .inform_mbox .inform_div {
    width: 313px;
    margin: 0 auto;
    padding: 6px 0 0 5px;
}
.report .inform_mbox .inform_div p {
    font-size: 14px;
    line-height: 27px;
    color: #000;
}
.report .inform_mbox .inform_div .inform_p {
    width: 230px;
    margin: 0 auto;
}
.report .inform_mbox .inform_div p.p_last {
    padding: 25px 0 0 8px;
}
.report .inform_mbox a.clo {
    width: 220px;
    height: 32px;
    text-align: center;
    padding-top: 8px;
    margin: 20px 0 15px 46px;
    background: url('/v2/images/app/video/report/btn.png') 0 0 no-repeat;
    font-size: 21px;
    font-family: Microsoft YaHei;
    color: #666;
    display: block;
    text-decoration: none;
}
.ad_videoCommentTop img {
    margin-top: 30px;
    float: left;
}
.ad_video1 img {
    width: 100%;
    margin-bottom: 15px;
}
.adTag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: rgba(204, 204, 204, 0.8);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#a3000000', EndColorStr='#a3000000');
}
.reward_icon{
    color: #9b9b9b;
    font-size: 12px;
    margin-left: 40px;
    cursor:pointer;
    display:none;
}
.reward_box{
    width:418px;
    position: absolute;
    left:-195px;
    bottom:40px;
    overflow: hidden;
    cursor:default;
    height:243px;
    z-index: 99;
    display:none;
}
.reward_box_title{
    width:380px;
    height: 53px;
    float: left;
    padding-left: 38px;
}
.reward_box_title_p{
    width:340px;
    height: 53px;
    line-height: 53px;
    font-family: '微软雅黑';
    font-size: 18px;
    color: #000;
    float: left;
}
.reward_box_title_p_shang,.reward_box_title_p_yuan{
    display:none;
}
.reward_box_title_p a{
    font-size: 12px;
    color: #66cccc;
    margin-left:0;
}
.closeBtn{
    width:9px;
    height: 11px;
    float: left;
    margin-top: 11px;
    margin-left: 18px;
}
.reward_box_middle{
    width:355px;
    height: 98px;
    float: left;
    margin-left: 40px;
}
.reward_box_middle ul{
    width:50px;
    height: 95px;
    float: left;
    margin-right: 21px;
    margin-top: 3px;
    cursor:pointer;
}
.reward_box_middle .gift_img{
    width:48px;
    height: 48px;
    border: 1px solid #cccccc;
    float: left;
    border-radius: 5px;
    position: relative;
}
.reward_box_middle .gift_img:hover,
.reward_box_middle .gift_img_active{
    background-color:#cccccc;
    border:1px solid #66cccc;
}
.reward_box_middle img{
    width:48px;
    height: 48px;
}
.reward_box_middle .gift_img span{
    position: absolute;
    top: -4px;
    right: 0;
    color: #ff4a4a;
}
.reward_box_middle .gift_title{
    width:50px;
    height: 28px;
    line-height: 28px;
    float: left;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #333333;
}
.reward_box_middle .gift_price{
    width:50px;
    height: 16px;
    line-height: 16px;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #999999;
    text-align: center;
    float: left;
}
.reward_box .triangle{
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
    position: absolute;
    left:200px;
    bottom:-9px;
}
.errorTip,.errorTip2{
    color:#fb3e50;
    width:335px;
    margin:10px 0 0 40px;
    float:left;
    display:none;
}
.errorTip2{
    margin-top:5px;
}
.tip_suc{
    margin-top:5px;
    color:#66cccc;
}
.errorTip a,.errorTip2 a{
    color:#66cccc;
    margin-left:0;
    text-decoration: underline;
}
.reward_box_bottom{
    width:355px;
    height:45px;
    float: left;
    margin-left: 42px;
    position: relative;
}
.fenbi,.fanpiao{
    float: left;
    width:72px;
    height: 45px;
    line-height: 45px;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #999999;
}
.fenbi span,.fanpiao span{
    color: #333333;
}
.reward .chongzhi{
    float: left;
    width:40px;
    height: 45px;
    line-height: 45px;
    color: #66cccc;
    cursor:pointer;
    margin-left:0;
}
.reward .dashang{
    width:80px;
    height: 28px;
    float: right;
    background: url("/v2/images/app/video2/dsbtn.png");
    margin-top: 13px;
    margin-right: 23px;
    line-height: 28px;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #fff;
}
.reward-suc{
    color: #27d5bf;
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 20px;
    animation: add 2s;
    opacity: 0;
    -webkit-animation: add 2s;
    display:none;
}
@keyframes add{
    from {
        bottom:20px;
        opacity: 1}
    to {
        bottom:40px;
        opacity: 0;}
}
@-webkit-keyframes add{
    from {
        bottom:20px;
        opacity: 1}
    to {
        bottom:40px;
        opacity: 0;}
}
.reward_box01{
    background: #fff;
    width:418px;
    height:224px;
    
    padding-bottom:10px;
    position: absolute;
    left:0;
}
.rewardclick{
    width:30px;
    height: 30px;
}
.reward_box02{
    background: #fff;
    width:418px;
    height:224px;
    
    padding-bottom:10px;
    position: absolute;
    left:418px;
    
}
.reward_box02_duihuan,.reward_obtain{
    width:342px;
    height: 44px;
    line-height: 44px;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #333333;
    margin-left: 40px;
    float: left;
}
.reward_box02_duihuan input{
    width:72px;
    height: 30px;
    border:1px solid #cccccc;
    text-indent: 8px;
}
.reward_button{
    width:342px;
    height: 60px;
    line-height: 60px;
    margin-left: 40px;
    float: left;
}
.reward_return,.reward_reward{
    width:80px;
    height: 28px;
    float: left;
    margin-top: 14px;
    cursor:pointer;
}
.reward_return{
    margin-left:69px;
    background: url("/v2/images/app/video2/return.png");
    font-family: '微软雅黑';
    font-size: 12px;
    color: #333333;
    line-height: 28px;
    text-align: center;
}
.reward_reward{
    margin-left: 38px;
    background: url("/v2/images/app/video2/dsbtn.png");
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}
.weekreward{
    width:352px;
    height: auto;
    display:none;
}
.weekreward h3{
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    padding: 30px 0 10px;
    width:352px;
}
.weekreward h3 span{
    float: right;
    font-size: 12px;
}
.weekreward h3 span a{
    color: #999;
}
.rewardMenbers{
    width:352px;
    height: auto;
    overflow: hidden;
}
.rewardMenbers ul li{
    width:352px;
    height: 68px;
    float: left;
}
.bggrey{
    background-color: #fbfbfb;
}
.rewarddiv{
    width:47px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    font-family: "微软雅黑";
    font-size:16px ;
    font-weight: 900;
    font-style: italic;
    color: #333333;
    float: left;
}
.rewarddiv01{
    color: #ff6699;
}
.rewarddiv02{
    color: #33cccc;
}
.rewarddiv03{
    color: #66cccc;
}
.rewardhead{
    width:68px;
    height: 68px;
    float: left;
}
.rewardhead img{
    width:40px;
    height: 40px;
    border:1px solid #ccc;
    border-radius: 100px;
    margin-top: 13px;
    margin-left: 13px;
}
.rewardusername{
    width:115px;
    height: 68px;
    float: left;
    overflow: hidden;
}
.rewardusername p{
    width:105px;
    height: 20px;
    float: left;
    margin-top: 14px;
    line-height: 20px;
    font-family: 微软雅黑;
    font-size:14px ;
    color: #333333;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rewardusername span{
    display: block;
    width:105px;
    height: 20px;
    line-height: 20px;
    font-family: 微软雅黑;
    font-size:14px ;
    color: #999999;
    padding-left: 10px;
}
.rewardnumber{
    width:86px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-family: 微软雅黑;
    font-size:14px ;
    color: #333333;
    float: left;
}
.rewardtrend{
    float: right;
    margin-right:12px;
    margin-top:30px;
}
.rewardtrend_same{
    float: left;
    background: #717171;
    width:12px;
    height:4px;
}
.rewardtrend_up {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f92e37;
}
.rewardtrend_down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #29befc;
}
.illreward,.illsupport{
    width:350px;
    height: 194px;
    border:1px solid #e1e1e1;
    border-top: none;
    display:none;
}
.illreward p,.illsupport p{
    width:352px;
    height: 87px;
    float: left;
    text-align: center;
    font-family:'微软雅黑';
    font-size:14px ;
    color: #333333;
    padding-top: 40px;
}
.illreward button,.illsupport button{
    width:80px;
    height: 29px;
    float: left;
    background: url("/v2/images/app/video2/dsbtn.png");
    color: #fff;
    margin-left:135px;
    margin-top: 10px;
    cursor:pointer;
}
.guideBox{
    width:256px;
    height:45px;
    background: #fff;
    color:#000;
    font-size:14px;
    text-align: center;
    line-height:45px;
    position: absolute;
    left:-120px;
    bottom:45px;
    display:none;
}
.guide_triangle{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
}