/*
	* @description	: 视频最终页
	* @authors 		: 余尚辉 (zhanpeng.zhu@360che.com)
	* @date 		: 2016-04-28
	* @version		: v2.0
*/
@charset "utf-8";

body, ul, li, p, h3, h4, span, em {
    margin: 0px;
    padding: 0px;
}

body {
    font: 12px "Microsoft YaHei", Arial;
}

a {
    text-decoration: none;
    color: #999999
}

a:hover {
    color: #d60000;
    text-decoration: underline
}

.video-banner img {
    display: block;
    vertical-align: middle;
}

input, textarea {
    font: 12px "Microsoft YaHei", Arial;
}

input:focus {
    outline: none;
}

ul, ol, li {
    list-style-type: none;
}

em {
    font-style: normal;
}

/*头部视频*/
.video-banner {
    width: 100%;
    height: 650px;
    background: #131518;
}

.video-banner .container {
    width: 1000px;
    margin: 0 auto;
}

.video-banner .crumbs {
    height: 70px;
}

.video-banner .crumbs .logoimg {
    height: 70px;
    float: left;
}

.video-banner .crumbs .logoimg img {
    width: 127px;
    height: 30px;
    margin-top: 20px;
    display: block;
    vertical-align: middle;
}

.current-location {
    float: left;
    margin-left: 20px;
    color: #999999;
    line-height: 70px;
}

.current-location a {
    color: #ccc
}

.video-banner .crumbs .search {
    float: right;
}

.video-banner .crumbs .search form {
    margin-top: 20px;
}

.video-banner .crumbs .searchbox {
    float: left;
    width: 211px;
    height: 28px;
    border: 1px solid #00479d;
    color: #aeaeae;
    padding-left: 7px;
    line-height: 28px;
}

.search-button {
    width: 58px;
    height: 30px;
    color: #fff;
    background: #00479d;
    border: 0px;
    cursor: pointer;
    float: left;
}

.vedio-preview {
    float: left;
    width: 700px;
    overflow: hidden;
}

.vedio-preview .window {
    width: 700px;
    height: 485px;
}

.vedio-preview h1 {
    font-size: 24px;
    color: #fff;
    margin-top: 18px;
    line-height: 24px;
    width: 785px;
}

.vedio-preview p {
    font-size: 12px;
    color: #909090;
    margin-top: 25px;
}

.list {
    float: right;
    width: 280px;
    background: #333;
    overflow: auto;
    height: 580px;
    scrollbar-face-color: #555;
    scrollbar-highlight-color: #333;
    scrollbar-arrow-color: #333;
    scrollbar-base-color: #555;
    padding-left: 20px;
}

.list::-webkit-scrollbar {
    width: 5px;
    height: 50px;
}

.list::-webkit-scrollbar-thumb {
    background-color: #555555
}

.list h3 {
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    padding-right: 18px;
}

.list ul li {
    overflow: hidden;
    margin-bottom: 17px;
}

.list ul li .video-left {
    float: left;
    width: 125px;
    height: 70px;
    box-sizing: border-box;
    margin-right: 10px;
    position: relative;
}

.list ul li .video-right {
    float: left;
}

.list li .video-left img {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
}

.list li .video-left .video-time {
    width: 72px;
    height: 20px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 12px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.list li.active .video-left .video-time {
    bottom: 0;
}

.list .title {
    font-size: 12px;
    width: 125px;
    height: 48px;
    display: block;
    color: rgba(255, 255, 255, 0.60);
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 1px;
}

.list .title:hover, .list .title:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

.list ul li.active .title {
    color: #FF6600;
    font-weight: bold;
}

.list ul li.active .video-left {
    border: 3px solid #FF6600;
}

.hotlist .record, .list .record {
    overflow: hidden;
    margin-top: 7px;
    color: #ccc;
}

.hotlist .play-num, .list .play-num {
    background: url(https://s.kcimg.cn/cms/images/video/icon_20140818.png) no-repeat;
    background-position: 0 -567px;
    width: 35px;
    height: 12px;
    display: block;
    float: left;
    padding-left: 20px;
    line-height: 12px;
}

.list .record {
    color: rgba(255, 255, 255, 0.40);
}

.list .play-num {
    background-position: -79px -518px;
}

.hotlist .reply-num, .list .reply-num {
    background: url(https://s.kcimg.cn/cms/images/video/icon_20140818.png) no-repeat;
    margin-left: 10px;
    background-position: 0 -517px;
    width: 12px;
    height: 12px;
    display: block;
    float: left;
    padding-left: 20px;
    line-height: 12px;
}

.list .reply-num {
    background-position: -79px -565px
}

/*主体内容*/
.container {
    width: 1000px;
    margin: 0 auto;
}

/*网友评论*/
.columnleft {
    width: 680px;
    overflow: hidden;
    float: left;
}

.columnleft .title, .left-comment .title {
    height: 49px;
    border-bottom: 3px solid #0f5489;
}

.columnleft .title h3, .left-comment .title h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 17px;
    float: left;
}

.columnleft .commentnum, .left-comment .commentnum {
    display: block;
    float: right;
    color: #999;
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    cursor: pointer;
}

.columnleft .commentnum em {
    color: #ff6600;
}

.enter-comment {
    margin-top: 20px;
    background: #f7f7f7;
    height: 193px;
    padding: 13px 13px 0;
}

.enter-comment .form {
    width: 100%;
    height: 30px;
}

.use, .psw {
    width: 108px;
    height: 28px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
    padding-left: 10px;
    color: #999;
    line-height: 30px;
}

.land {
    width: 60px;
    height: 30px;
    background: #ff6600;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.land:hover {
    color: #fff;
    background: #FF761B;
}

.form-title-left {
    float: left;
}

.form-title-right {
    float: right;
}

.form-title-right a {
    color: #2c54a4;
    line-height: 30px;
}

.form-title-right a:hover {
    color: #d60000;
}

.enter-comment .form textarea {
    border: 1px solid #e9e9e9;
    height: 76px;
    padding: 11px;
    width: 630px;
    color: #999;
    margin-top: 10px;
    resize: none;
    overflow: hidden;
}

.share-publish {
    overflow: hidden;
    margin-top: 11px;
}

.share-publish a {
    float: left;
    display: block;
    height: 30px;
    line-height: 28px;
    padding-right: 14px
}

.publish {
    float: right;
}

.publish span {
    height: 30px;
    line-height: 30px;
    float: left;
    display: block;
    padding-right: 5px;
}

.publish .fabu {
    border: 0;
    cursor: pointer;
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    background: #c4c4c4;
    color: #fff;
    padding-right: 0
}

.publish .can-fabu {
    background: #ff6600;
    border: 0;
    cursor: pointer;
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    color: #fff;
    padding-right: 0
}

/*分享*/
.share span {
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #999999;
    padding-right: 5px
}

.xinlang {
    float: left;
    display: block;
    background: url(https://s.kcimg.cn/cms/images/video/icon_20140821.png) no-repeat 0px 5px;
    width: 26px;
    height: 20px;
    overflow: hidden;
}

.weixinlog {
    float: left;
    display: block;
    background: url(https://s.kcimg.cn/cms/images/video/icon_20140821.png) no-repeat 0px -36px;
    width: 20px;
    height: 21px;
    overflow: hidden;
}

.qqlog {
    float: left;
    display: block;
    background: url(https://s.kcimg.cn/cms/images/video/icon_20140821.png) no-repeat 0px -15px;
    width: 20px;
    height: 21px;
    overflow: hidden;
}

/*评论*/
.commentbox {
    overflow: hidden;
}

.commentbox li {
    padding-top: 30px;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
    padding-left: 13px;
}

.commentbox .content p {
    font-size: 12px;
    overflow: hidden;
    word-wrap: break-word;
    margin-right: 30px;
    line-height: 26px;
}

.commentbox .usename {
    width: 100%;
    overflow: hidden;
}

.commentbox .usename a {
    color: #0f5489;
    font-size: 12px;
    display: block;
    float: left;
}

.commentbox .usename span {
    float: right;
    display: block;
    color: #999
}

.commentbox .user-photo {
    float: left;
    width: 48px;
    height: 48px;
}

.commentbox .user-photo img {
    width: 100%;
    display: block;
    vertical-align: middle;
}

.commentbox .content {
    float: left;
    width: 588px;
    margin-left: 12px;
    overflow: hidden;
}

.commentbox .bar {
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 18px;
    color: #c5c5c5
}

.commentbox .bar .reply {
    float: right;
    color: #0f5489
}

.commentbox .bar .reply:hover {
    color: #d60000;
}

.commentbox .bar a {
    color: #c5c5c5;
    margin-left: 4px;
}

.commentbox .time {
    float: left;
    margin-right: 9px;
}

.commentbox .look-morecomment {
    color: #999;
    line-height: 40px;
    background: #f7f7f7;
    text-align: center;
    display: block;
    margin-top: 12px;
}

/*广告位and榜单*/
.columnriht {
    float: right;
    width: 300px;
}

.columnriht .listname {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 17px;
    margin-bottom: 6px;
}

.advertising {
    margin-top: 20px;
}

.advertising img {
    width: 300px;
    height: 250px;
    display: block;
    vertical-align: middle;
}

.hotlist {
    border-top: 3px solid #0f5489;
}

.hotlist li {
    margin-top: 20px;
    overflow: hidden;
}

.hotlist .record em {
    color: #d6d6d6
}

.hotlist .figure {
    float: left;
    width: 128px;
    margin-right: 10px;
}

.hotlist .figure img {
    width: 128px;
    height: 72px;
    display: block;
    vertical-align: middle;
}

.hotlist .lookmore:hover, .columnleft .commentnum:hover, .left-comment .commentnum:hover, .commentbox .look-morecomment:hover {
    color: #d60000
}

.hotlist .content {
    float: left;
    width: 160px;
}

.hotlist .content .title {
    width: 136px;
    line-height: 20px;
    height: 30px;
    overflow: hidden;
}

.hotlist .lookmore {
    font-size: 14px;
    color: #666;
    text-align: center;
    display: block;
    line-height: 35px;
    background: #f7f7f7;
    margin-top: 10px;
}

/*页尾*/
.footer_bbs {
    width: 1000px;
    margin: 50px auto 0;
    padding: 10px 0 10px 0;
    border-top: 3px solid #0f5489;
    text-align: center;
    color: #999999;
    font-size: 12px;
}

.footer_bbs p {
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.footer_bbs p a {
    display: inline-block;
    margin: 0 8px;
}

.footer_bbs p .fbbsline {
    color: #c4c4c4;
    margin: 0 0px;
}

.footios {
    display: inline-block;
    background: url(https://s.kcimg.cn/cms/images/video/foot_icon.png) no-repeat 0px -8px;
    width: 19px;
    height: 15px;
}

.footand {
    display: inline-block;
    background: url(https://s.kcimg.cn/cms/images/video/foot_icon.png) no-repeat 0px -38px;
    width: 19px;
    height: 15px;
}

.gred9 {
    color: #999
}

.red {
    color: #ff0000
}

/*右边悬浮*/
.gotop02 {
    width: 48px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    _position: absolute;
    left: 50.5%;
    margin-left: 525px;
    bottom: 10px;
    _bottom: auto;
    z-index: 100;
    font-size: 12px;
}

.gotop02 a.gotop02-con {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    color: #888;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    float: left;
}

.gotop02 a.gotop02-con .icon-book {
    width: 50px;
    height: 50px;
    position: relative;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.gotop02 a.gotop02-con .icon-book1 {
    background: url(https://s.kcimg.cn/cms/images/video/icon_20140818.png) no-repeat 0px -135px;
}

.gotop02 a.gotop02-con .icon-book2 {
    background: url(https://s.kcimg.cn/cms/images/video/icon_20140818.png) no-repeat 0px -193px;
}

.gotop02 a.gotop02-con .icon-top {
    width: 50px;
    height: 50px;
    background: url(https://s.kcimg.cn/cms/images/video/icon_20140818.png) no-repeat 0px -251px;
    position: relative;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.gotop02 a.gotop02-con span {
    display: inline-block;
    width: 30px;
    height: 32px;
    text-align: center;
    padding: 3px 10px;
    line-height: 16px;
    position: absolute;
    left: 1px;
    top: 6px;
    cursor: pointer;
}

.gotop02 a.gotop02-con:hover {
    color: #fff;
    background-color: #0f5489;
}

.gotop02 a.gotop02-con:hover i, .gotop02 a.gotop02-con span {
    display: none;
}

.gotop02 a.gotop02-con:hover span, .gotop02 a.gotop02-con i {
    display: inline-block;
    font-style: normal
}

/*视频评论最终页*/
.comment-title {
    height: 100px;
    width: 1000px;
    margin: 0 auto;
    line-height: 100px;
    margin-top: 10px;
}

.comment-title a {
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.comment-title .see-text {
    font-size: 12px;
    color: #0f5489;
    padding-top: 50px;
    font-weight: normal;
}

.comment-title .see-text:hover {
    color: #d60000;
    text-decoration: none;
}

.left-comment {
    float: left;
    border: 1px solid #e9e9e9;
    border-top: 3px solid #0f5489;
    width: 668px;
}

.left-comment .box {
    padding: 0 34px;
}

.left-comment .box textarea {
    width: 548px;
}

.left-comment .statement {
    margin: 50px 34px;
    margin-bottom: 34px;
    border-top: 3px solid #e9e9e9;
    padding-top: 15px;
}

.left-comment .statement ul li {
    height: 30px;
    line-height: 30px;
    color: #666666;
}

.comment-head {
    height: 40px;
    background: #f7f7f7;
    padding: 0 34px;
}

.final-commentbox .content {
    width: 508px;
}

.final-commentbox ul {
    margin-left: 34px;
    margin-right: 34px;
}

.orange {
    color: #d60000;
    font-size: 28px;
    font-weight: bold;
}

.comment-head h4 {
    text-indent: 10px;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    float: left;
    line-height: 28px;
    margin-top: 6px;
    font-weight: bold;
}

.choose_ic_right {
    float: right;
}

.choose_ic_right span {
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
}

.choose_ic_right a {
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #ff6600;
    text-align: center;
    margin-top: 5px;
}

.choose_ic_right a:hover {
    color: #fff;
    background: #FF761B;
    text-decoration: none;
}

.hotlist h3 {
    padding-right: 4px;
    height: 48px;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: -20px;
}

.comment-answer {
    width: 445px;
    background: #f7f7f7;
    margin-top: 11px;
    margin-bottom: 5px;
    padding: 5px 15px 5px 15px;
    border: 1px solid #e9e9e9;
}

.commentbox .content .comment-answer p {
    font-size: 12px;
    color: #999999;
    width: 445px;
}

.comment-answer span {
    color: #999
}

.comment-answer a {
    color: #0f5489
}

/*翻页*/
.pages {
    text-align: center;
    margin: 40px auto 20px;
    line-height: 15px;
    font-family: Arial;
    height: 32px;
    font-size: 14px;
}

.pages span {
    display: inline-block;
    margin: 0 5px 0px 0px;
    padding: 8px 11px 7px 11px;
    border: 1px #0f5489 solid;
    background: #0f5489;
    border-radius: 1px;
    color: #fff;
    font-weight: bold;
}

.pages a {
    display: inline-block;
    margin: 0 5px 0px 0px;
    padding: 8px 11px 7px 11px;
    border: 1px #e9e9e9 solid;
    background: #fff;
    border-radius: 1px;
    color: #666666;
    text-decoration: none;
}

.pages a:hover {
    border: 1px solid #0f5489;
    color: #666666;
}

.enter-comment .form .Landing-review {
    color: #333
}

/* 楼中楼评论 */
@font-face {
    font-family: 'comment';
    src: url('//at.alicdn.com/t/font_385378_vhx9wkv0sznz5mi.eot');
    src: url('//at.alicdn.com/t/font_385378_vhx9wkv0sznz5mi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_385378_vhx9wkv0sznz5mi.woff') format('woff'), url('//at.alicdn.com/t/font_385378_vhx9wkv0sznz5mi.ttf') format('truetype'), url('//at.alicdn.com/t/font_385378_vhx9wkv0sznz5mi.svg#iconfont') format('svg');
}

/*详情页改版样式*/
@font-face {
    font-family: 'app-detail';  /* project id 841481 */
    src: url('https://at.alicdn.com/t/font_841481_nhnclwnxob.eot');
    src: url('https://at.alicdn.com/t/font_841481_nhnclwnxob.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_841481_nhnclwnxob.woff2') format('woff2'),
    url('https://at.alicdn.com/t/font_841481_nhnclwnxob.woff') format('woff'),
    url('https://at.alicdn.com/t/font_841481_nhnclwnxob.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_841481_nhnclwnxob.svg#app-detail') format('svg');
}

.comment {
    font-family: 'Microsoft YaHei';
    margin-top: 25px;
}

.comment .caption {
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
}

.comment .caption em {
    color: #f60;
}

.post-comment {
    position: relative;
    padding: 0 0 30px 60px;
    border-bottom: 1px solid #E9E9E9;
}

.post-comment .avatar {
    position: absolute;
    left: 0;
    top: 4px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.post-comment .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-comment .submit-wrap {
    width: 620px;
    position: relative;
}

.post-comment .submit-wrap textarea {
    width: 598px;
    height: 24px;
    padding: 4px 0 0 10px;
    border: 1px solid #e9e9e9;
    vertical-align: top;
}

.post-comment .submit-wrap.focus textarea {
    height: 60px;
    padding: 5px 10px 30px 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.post-comment .submit-wrap .btn {
    background: #999;
    width: 80px;
    text-align: center;
    color: #fff;
    border: none;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
}

.post-comment .submit-wrap.focus .btn {
    background-color: #f60;
}

.post-comment .login-wrap {
    padding-bottom: 7px;
}

.post-comment .submit-wrap {
    overflow: hidden;
}

.post-comment .exit {
    color: #666;
    padding-left: 5px;
}

.post-comment .exit:hover {
    color: #d60000;
}

.comment-list {
    padding-top: 10px;
}

.comment-list .avatar {
    position: absolute;
    left: -60px;
    top: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-list .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment-list li {
    position: relative;
    border-bottom: 1px solid #E9E9E9;
    margin-left: 60px;
}

.comment-list a.user {
    display: inline-block;
    padding: 18px 0 5px 0;
}

.comment-list a.user {
    text-decoration: none;
    color: #0f5489;
}

.comment-list a:hover.user {
    color: #d60000;
    text-decoration: underline;
}

.comment-list .details {
    font-size: 14px;
    word-wrap: break-word;
    word-break: normal;
}

.comment-list .info {
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    padding: 16px 0 18px 0;
}

.comment-list .reply {
    float: right;
    color: #0F5489;
    cursor: pointer;
}

.comment-list .reply:hover {
    text-decoration: none;
}

.comment-list .reply i, .comment-list .prize i {
    font-family: 'comment';
    font-style: normal;
    margin-right: 5px;
    font-size: 13px;
    vertical-align: middle;
}

.comment-list .prize {
    float: right;
    color: #0F5489;
    margin-right: 20px;
    cursor: pointer;
}

.comment-list .time {
    color: #999;
}

.comment-list .terminal {
    color: #999;
    padding: 0 10px;
    border-left: 1px solid #E9E9E9;
    margin-left: 10px;
}

.comment-list .terminal:hover {
    color: #d60000;
    text-decoration: underline;
}

.comment-list .floor {
    /*padding:15px 15px 0 15px;*/
    background: #F7F7F7;
    padding: 15px;
}

.comment-list .floor-wrap {
    border-bottom: none;
}

.floor-item {
    position: relative;
    border-bottom: 1px solid #E9E9E9;
    padding: 10px 0 10px 45px;
}

.floor-item:last-of-type {
    border-bottom: 0;
}

.floor-reply {
    position: relative;
}

.floor .floor-avatar {
    position: absolute;
    left: 0px;
    top: 13px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

.floor .floor-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.floor-reply textarea {
    width: 568px;
    height: 60px;
    padding: 5px 10px 30px 10px;
    border: 1px solid #E9E9E9;
    vertical-align: top;
}

.floor-reply .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f60;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #fff;
}

.floor-details {
    padding: 5px 0 10px 0;
    font-size: 14px;
}

.floor-page {
    text-align: center;
    padding: 12px 0;
}

.floor-page a {
    padding: 0 10px;
    color: #333;
}

.floor-page a:hover {
    text-decoration: none;
    color: #0F5489;
}

.floor-page .selected {
    font-weight: bold;
    color: #0F5489;
}

.more-comment {
    zoom: 1;
    margin-top: 30px;
    background: #F7F7F7;
    text-align: center;
}

.more-comment a {
    color: #0F5489;
    line-height: 40px;
}

@font-face {
    font-family: 'CommentControl';
    src: url('http://at.alicdn.com/t/font_407838_axmnmca0mwr35wmi.eot');
    src: url('http://at.alicdn.com/t/font_407838_axmnmca0mwr35wmi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_407838_axmnmca0mwr35wmi.woff') format('woff'), url('//at.alicdn.com/t/font_407838_axmnmca0mwr35wmi.ttf') format('truetype'), url('//at.alicdn.com/t/font_407838_axmnmca0mwr35wmi.svg#iconfont') format('svg');
}

.comment-list .spot em {
    font-family: 'CommentControl';
    font-style: normal;
    margin-bottom: 5px;
    margin-left: 46px;
    font-size: 12px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.comment-list .spot {
    width: 120px;
    height: 150px;
    color: #0F5489;
    position: absolute;
    top: 15px;
    right: -50px;
}

.comment-list .point {
    width: 118px;
    background: #FFFFFF;
    border: 1px solid #E3E9F8;
    text-align: center;
    position: relative;
    color: #666;
    z-index: 1;
}

.comment-list .point .arrow {
    background-image: url(//s.kcimg.cn/cms/images/article/angle.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 9px;
    position: absolute;
    top: -9px;
    left: 52px;
    z-index: 1;
}

.comment-list .point span {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}

.comment-list .point .wonder {
    display: block;
    border-bottom: 1px solid #E3E9F8;
}

.comment-list .point .hid {
    display: block;
    border-bottom: 1px solid #E3E9F8;
}

.comment-list .point .cancel {
    display: block;
}

.floor-item .spot {
    top: 5px;
}

/* 相关阅读 */
.related-reading header {
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    padding-top: 10px;
}

.related-reading a {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
}

/*回复后加在动画*/
.vsk-three-bounce {
    height: 97px;
    line-height: 97px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 666;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.vsk-three-bounce .vsk-child {
    width: 26px;
    height: 26px;
    background-color: #f60;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.vsk-three-bounce .vsk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.vsk-three-bounce .vsk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* 右侧推荐 */
.cennero {
    margin-top: 20px;
    float: left;
    width: 100%;
    border-top: 3px solid #0f5489;
    overflow: hidden;
    padding-bottom: 10px;
}

.cennerh3 {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 40px;
}

.cennerh3 h3 {
    float: left;
    width: auto;
    font-size: 16px;
    font-weight: 700;
}

.cennerh3 a {
    float: right;
    color: #333;
}

.ptcon {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.piccon {
    width: 130px;
    float: left;
}

.piconrg {
    line-height: 21px;
}

.gred6 {
    color: #666;
}

.red {
    color: #ff0000;
}

/* 添加关闭评论空沙发样式 */
@font-face {
    font-family: 'empty-comment';
    /* project id 1008858 */
    src: url('//at.alicdn.com/t/font_1008858_lgrutvyvuze.eot');
    src: url('//at.alicdn.com/t/font_1008858_lgrutvyvuze.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1008858_lgrutvyvuze.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1008858_lgrutvyvuze.woff') format('woff'),
    url('//at.alicdn.com/t/font_1008858_lgrutvyvuze.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1008858_lgrutvyvuze.svg#iconfont') format('svg');
}

.comment .empty-title {
    font-size: 22px;
    font-weight: bold;
}

.comment .empty-safa {
    text-align: center;
    margin-top: 16px;
}

.comment .empty-safa .safa {
    display: inline-block;
}

.comment .empty-safa .safa::before {
    content: "\e602";
    font-family: 'empty-comment';
    color: #999;
    font-size: 110px;
    line-height: 110px;
}

.comment .empty-safa .empty-descript {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
}

.video-program {
    padding-top: 20px;
    /*padding: 20px 0 0 20px;*/
    width: 260px;
}

.video-program .info-title {
    height: 34px;
}

.video-program .program-image {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.video-program .program-image img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.60);
}

.video-program .info-title span {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    margin: 8px 7px;
    font-weight: bold;
    float: left;
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-program .info-title > img {
    margin-top: 10px;
    width: 28px;
    height: 14px;
    float: left;
}

.video-program .info-content {
    display: none;
    margin-top: 6px;
    font-size: 12px;
    color: rgba(23, 24, 26, 0.40);
    line-height: 16px;
    position: relative;
}

.video-program .info-content span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.60);
    line-height: 16px;
}

.video-program .info-content.visible {
    display: block;
}

.video-program .arrow-down {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.video-program .arrow-down .icon {
    font-family: 'app-detail';
    font-size: 14px;
    margin-left: 4px;
}

.review-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.review-title span:first-child {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    font-weight: bold;
}

.review-title span:nth-child(2) {
    text-align: right;
    max-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    flex: 1;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.60);
    letter-spacing: 0;
    line-height: 16px;
}