/* video_bg */
.video_bg {
    width: 100%;
    height: 560px;
    position: relative;
}
.video_bg img {
    width: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}



/* video */
.video {
    position: relative;
    z-index: 10;
}

.hot_video {
    height: 710px;
    overflow: hidden;
}
.hot_video .left {
    width: 970px;
    overflow: hidden;
}
.hot_video .left .video_main {
    width: 100%;
    height: 650px;
    background: #f4f4f4;
    overflow: hidden;
    position: relative;
}
.hot_video .left video {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.hot_video .left .play {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 570px;
}
.hot_video .left .playing {
    display: none;
}
.hot_video .left .play span {
    color: rgba(255,255,255,0.8);
    font-size: 80px;
    margin-top: 60px;
}
.hot_video .left .share {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0);
    border-radius: 50%;
    cursor: pointer;
}
.hot_video .left .share span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.hot_video .left .video_info {
    height: 60px;
    line-height: 60px;
    background-color: #ededed;
    padding: 0 30px;
}
.hot_video .left .video_title {
    font-size: 18px;
	font-weight: normal;
	color: #333;
	opacity: 0.9;
}
.video_detail .left .video_title {
    font-size: 24px;
    color: #464646;
    opacity: 1;
}
.hot_video .left .video_title span {
    font-size: 12px;
	color: #666;
    opacity: 0.8;
    margin-left: 20px;
}
.video_detail .left .video_title span {
    transform: translateY(-2px);
    padding: 0 15px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    opacity: 1;
	height: 30px;
	background-color: #f2bb51;
	border-radius: 0px 5px 5px 5px;
}


.hot_video .right {
    width: 330px;
    overflow: hidden;
    padding: 20px;
    background-color: #ededed;
}
.video_detail .right {
    padding-left: 40px;
    padding-top: 0;
    background: none;
}
.hot_video .right .hot_list_title {
    font-size: 14px;
	color: #555;
    opacity: 0.7;
    border-left: 4px solid #f2bb51;
    padding-left: 10px;
    margin-bottom: 20px;
}
.hot_video .right .item {
    margin-bottom: 20px;
}
.hot_video .right .item .img_box {
    width: 150px;
    height: 110px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.hot_video .right .item .img_box span {
    position: absolute;
    font-size: 40px;
    color: #fff;
	opacity: 0.8;
}
.hot_video .right .item .explain {
    width: 140px;
    height: 110px;
    padding-left: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.hot_video .right .item:hover .explain {
    background: -webkit-linear-gradient(left,#fff,#ededed);
    background: -o-linear-gradient(left,#fff,#ededed);
    background: -moz-linear-gradient(left,#fff,#ededed);
    background: -mos-linear-gradient(left,#fff,#ededed);
    background: linear-gradient(left,#fff,#ededed);
}
.video_detail .right .item .explain {
    width: 120px;
    height: 110px;
    padding-left: 20px;
}
.video_detail .right .item:hover .explain {
    background: -webkit-linear-gradient(left,#eee,#fafafa);
    background: -o-linear-gradient(left,#eee,#fafafa);
    background: -moz-linear-gradient(left,#eee,#fafafa);
    background: -mos-linear-gradient(left,#eee,#fafafa);
    background: linear-gradient(left,#eee,#fafafa);
}
.hot_video .right .item .explain h4 {
    font-size: 14px;
	color: #555;
}
.hot_video .right .item .explain p {
    margin-top: 12px;
    font-size: 12px;
	line-height: 20px;
	color: #999;
}

.hot_video .right .remind {
    width: 100%;
    height: 68px;
    background-color: #f2ad29;
    font-size: 18px;
	line-height: 68px;
    color: #fff;
    text-align: center;
}
.hot_video .right .login {
    display: none;
}


.video_center {
    width: 1370px;
    margin: 0 auto;
}
.video_center .video-container {
    width: 100%;
    padding: 0 30px;
}
.video_center .video-container a {
    width: 305px;
    overflow: hidden;
    padding-bottom: 20px;
}
.video_center .video-container .video_main {
    width: 100%;
    height: 223px;
    overflow: hidden;
    position: relative;
}
.video_center .video-container video {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.video_center .video-container .play,
.video_center .video-container .time {
    opacity: 0;
    position: absolute;
    z-index: 1000;
}
.video_center .video-container .play {
    font-size: 56px;
    color: #fff;
}
.video_center .video-container .time {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    bottom: 15px;
    left: 15px;
}
.video_center .video-container .explain {
    font-size: 16px;
	line-height: 28px;
    color: #444;
    padding: 12px 15px 0;
}
.video_center .video-container a:hover video {
    transform: scale(1.1);
}
.video_center .video-container a:hover .play {
    -webkit-animation: play_move 0.5s 0.1s forwards;
    animation: play_move 0.5s 0.1s forwards;
}
.video_center .video-container a:hover .time {
    -webkit-animation: time_move 0.5s 0.1s forwards;
    animation: time_move 0.5s 0.1s forwards;
}
@keyframes play_move {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 0.8;
        transform: translateY(0);
    }
}
@keyframes time_move {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.video_center .video-container a:hover .explain {
    color: #f4a100;
}

.video_center .video_btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #323232;
    box-shadow: 0 0 5px 0px 
        rgba(0, 0, 0, 0.1);
    top: 100px;
    z-index: 10;
}
.video_center [class*=disabled] {
    opacity: 0.5;
}
.video_center .video_btn:hover {
    background: #fca61b;
    color: #fff;
}
.video_center .video_btn span {
    line-height: 60px;
    font-size: 20px;
    color: inherit;
}
.video_center .video_prev {
    left: 3px;
}
.video_center .video_next {
    right: 3px;
}


.more {
    margin-top: 100px;
}



.body_video_detail{
    padding-top: 90px;
}

.body_video_detail .public-header{
    box-shadow: 0 3px 5px #eee !important;
    background: #fff !important;
}

.body_video_detail, .crumbs {
    background: #fafafa;
}

.video_detail {
    height: auto;
}
.video_detail .left .video_info {
    height: auto;
    background: none;
    line-height: 72px;
}
.video_detail .left .user_info .user_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #666;
    overflow: hidden;
}
.video_detail .left .user_info .user span {
    font-size: 12px;
    line-height: 72px;
    color: #666;
    margin-right: 18px;
}
.video_detail .left .user_info .user span img{
    height: 100%;
}
.video_detail .left .user_info .user .user_name {
    color: #fca61b;
}
.video_detail .left .user_info .user i {
    color: inherit;
    font-size: 14px;
    opacity: 0.8;
    margin-right: 3px;
}
.video_detail .left .user_info .user .eye i {
    font-size: 18px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.video_detail .left .content {
    position: relative;
    margin-top: 10px;
    border-top: 1px solid #f5f5f5;
    padding: 20px 30px 0;
}
.video_detail .left .content img{
    width: unset !important;
    height: unset !important;
}
.video_detail .left .content .line {
    width: 50px;
	height: 2px;
    background-color: #ff6100;
    position: absolute;
    top: -2px;
}
.video_detail .left .content p {
    font-size: 14px;
	line-height: 26px;
	color: #777;
}



#comment_box {
    position: absolute;
    z-index: -1;
    height: 90px;
    margin-top: 10px;
}
.comment_box {
    margin-top: 100px;
}





