.en-video-detail {
    padding: 30px 0 106px
}

.en-video-detail .video-detail-header .header-left {
    float: left;
    width: 690px
}

.en-video-detail .video-detail-header .header-left .video-title {
    line-height: 42px;
    font-size: 30px;
    font-weight: 700;
    color: #262626
}

.en-video-detail .video-detail-header .header-left .video-msg {
    height: 20px;
    line-height: 20px;
    margin: 20px 0 40px;
    font-size: 14px;
    color: #787878
}

.en-video-detail .video-detail-header .header-left .video-msg span {
    float: left;
    margin-right: 13px
}

.en-video-detail .video-detail-header .header-left .video-msg span a {
    color: #ed4040
}

.en-video-detail .video-detail-header .header-left .video-msg span.video-tag {
    padding: 0 10px;
    font-size: 13px;
    background-color: #373737;
    color: #fff
}

.en-video-detail .video-detail-header .header-right {
    float: right;
    width: 300px
}

.en-video-detail .video-detail-header .header-right .video-author {
    display: block;
    position: relative;
    padding-left: 75px
}

.en-video-detail .video-detail-header .header-right .video-author:hover .author-name {
    color: #4d7fd0
}

.en-video-detail .video-detail-header .header-right .video-author .author-avatar {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: no-repeat 50% #edf1f4;
    background-size: cover
}

.en-video-detail .video-detail-header .header-right .video-author .author-avatar.author-no-avatar {
    background-size: 48px 26px
}

.en-video-detail .video-detail-header .header-right .video-author .author-name {
    font-size: 16px;
    color: #262626;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s
}

.en-video-detail .video-detail-header .header-right .video-author .author-desc {
    font-size: 13px;
    color: #787878
}

.en-video-detail .video-detail-player {
    height: 517px
}

.en-video-detail .video-detail-player .video-wraper {
    position: relative;
    float: left;
    width: 690px;
    height: 100%
}

.en-video-detail .video-detail-player .video-wraper .video {
    height: 100%;
    width: 100%;
    background-color: #000
}

.en-video-detail .video-detail-player .video-wraper .video-poster {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000
}

.en-video-detail .video-detail-player .video-wraper .video-poster .top {
    height: 30px;
    background: url(../images/look-future.png) no-repeat 50%;
    background-size: auto 100%
}

.en-video-detail .video-detail-player .video-wraper .video-poster .bottom {
    height: 30px;
    background: url(../images/video-loading.png) no-repeat 50%;
    background-size: 60% auto;
    -webkit-animation: breathe 1.5s linear infinite alternate;
    animation: breathe 1.5s linear infinite alternate
}

.en-video-detail .video-detail-player .vider-recent-wraper {
    float: right;
    width: 340px;
    height: 100%;
    background-color: #262626
}

.en-video-detail .video-detail-player .vider-recent-wraper .recent-title {
    font-size: 20px;
    line-height: 28px;
    padding: 25px 30px 15px;
    color: #fff;
    font-weight: 700
}

.en-video-detail .video-detail-player .vider-recent-wraper .recent-list {
    height: 329px;
    overflow-y: auto
}

.en-video-detail .video-detail-player .vider-recent-wraper .recent-list .no-recent {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin-top: 30px
}

.en-video-detail .video-detail-player .vider-recent-wraper .recent-list .recent-item {
    padding: 10px 30px
}

.en-video-detail .video-detail-player .vider-recent-wraper .recent-list .recent-item:hover {
    background-color: #333
}

.en-video-detail .video-detail-player .vider-recent-wraper .recent-list .recent-item .recent-link {
    display: block;
    position: relative;
    height: 62px;
    padding-left: 120px
}

.en-video-detail .video-detail-player .vider-recent-wraper .recent-list .recent-item .recent-link .avatar {
    position: absolute;
    top: 0;
    left: 0;
    height: 62px;
    width: 110px;
    background: no-repeat 50% #edf1f4;
    background-size: cover
}

.en-video-detail .video-detail-player .vider-recent-wraper .recent-list .recent-item .recent-link .title {
    height: 50px;
    line-height: 18px;
    font-size: 13px;
    color: #fff
}

.en-video-detail .video-detail-player .vider-recent-wraper .recent-list .recent-item .recent-link .time {
    font-size: 12px;
    color: #787878;
    line-height: 12px
}

.en-video-detail .video-detail-player .vider-recent-wraper .video-more-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #ed4040;
    border-radius: 2px;
    margin: 40px 30px;
    position: relative
}

.en-video-detail .video-detail-player .vider-recent-wraper .video-more-btn span {
    z-index: 2;
    position: relative
}

.en-video-detail .video-detail-player .vider-recent-wraper .video-more-btn:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .12);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.en-video-detail .video-detail-footer {
    width: 690px
}

.en-video-detail .video-desc {
    min-height: 24px;
    margin-top: 20px;
    font-size: 16px;
    color: #787878
}

@-webkit-keyframes breathe {
    0% {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

@keyframes breathe {
    0% {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

.en-plugin-comment .comment-part {
    font-size: 14px
}

.en-plugin-comment .comment-part-title {
    margin-top: 40px;
    padding-bottom: 3px
}

.en-plugin-comment .comment-input-content {
    border: 1px solid #ddd;
    border-radius: 2px;
    background: rgba(245, 247, 249, .8)
}

.en-plugin-comment .comment-input-content .comment-input-wrapper {
    display: -webkit-box;
    display: flex
}

.en-plugin-comment .comment-input-content .comment-input-wrapper .comment-input-nologin {
    -webkit-box-flex: 1;
    flex: 1;
    color: #a7a7a7;
    height: 110px;
    padding: 10px;
    background-color: #fefefe
}

.en-plugin-comment .comment-input-content .comment-input-wrapper .comment-input {
    border: 0;
    resize: none;
    -webkit-box-flex: 1;
    flex: 1;
    height: 110px;
    font-size: 14px;
    color: #333;
    padding: 10px
}

.en-plugin-comment .comment-input-content .comment-input-wrapper .comment-input::-webkit-input-placeholder {
    color: #a7a7a7
}

.en-plugin-comment .comment-input-content .comment-input-wrapper .comment-input::-moz-placeholder {
    color: #a7a7a7
}

.en-plugin-comment .comment-input-content .comment-input-wrapper .comment-input::-ms-input-placeholder {
    color: #a7a7a7
}

.en-plugin-comment .comment-input-content .comment-control {
    height: 50px;
    padding: 10px;
    line-height: 30px
}

.en-plugin-comment .comment-input-content .comment-control-nologin {
    float: left
}

.en-plugin-comment .comment-input-content .comment-control-nologin .login-link {
    color: #ed4040;
    cursor: pointer
}

.en-plugin-comment .comment-input-content .comment-control-user {
    position: relative;
    float: left;
    height: 30px;
    color: #ed4040;
    padding-left: 40px;
    margin-right: 30px
}

.en-plugin-comment .comment-input-content .comment-control-user .user-avatar {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: no-repeat 50% #787878;
    background-size: cover
}

.en-plugin-comment .comment-input-content .comment-control-user-reply {
    position: relative;
    float: left;
    height: 30px;
    color: #ed4040;
    background-color: #e1e9f6;
    padding: 0 60px 0 10px;
    border-radius: 2px
}

.en-plugin-comment .comment-input-content .comment-control-user-reply .reply-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAA2hJREFUSA3tVVtIFGEU/s/MbOvOSJQhJNmFLi89VBRlSt52tg2xhwgsQoMgDPIhykBdfRHCXQskiIog6iGiIC0KMmtztTS6YQUFgUS9BFFIdmFn1svunM6/OTHNXh96EdqXc/u+8/3nzD+zjP3/zfYNgH0Ar18vijLsAQZXQq1ys72eTaz69UZEbJAEtjvoU15YOYI14H6MYQFDLEQ0mlR/uMtezxQTp4m4xMMVBoNldnyCYKhVuSkwOMeBiKzR7deO2UmpYrdfP0yc47zOe/T75Ot2bMJKOYDWAZ6Afp7sfh4DQBsdxM/9VD81oDWggWd4nfAXSKyeLNrxCRPOELDUJx+g53iJxyTc4enQj9jJZuzxa/U02Wkec06cm0Tsd91kJbHtiMJQQLvMkO2JlwU4OOBT4us24e5AeB9DuEinIi12tcyn1LUDGGbdbpNOaII4ccFKZS+tpieeQ3Y2LjADUAORWjDgAhfjGI5NJ8ZpSZ/hTL8/pn0QpeEnejetdgeNQaeHWiIaCHiFciKJ3SwtlmvaKyH6h5TCyUqQc2uu4Zzxd/oNZFhNgjONUaID9Oatknd274KpFBp/pbMW5KyqU+icDOsPaYVF8S4Az5y5cnnfIZj8q2uaIO0ztPOimlZOJ1xn5rnPc2acjc16Qm8g4o6icZumc9EaH/HmtN4t9NJFJBC2B32ugX8m6O2MlMViRh8JyCT2VJFk77SLwVRY76dLs5FyuigKVcEW11Am0YwTejv1kmgM79E8udR4BETZ098CP3jj6gDOj6A+SFOvpYsUlkTYFmyRH6cTTSvoPq5vgqhxn75Pc+nqv8oBWe31wTdrwyo/5k8x7QF9aVZTs58oCVsHmuXnVozVTynoPqGtZ9MYIvA8APaGMaUy1ApfrWTT33ZSK5iOsCGadCXlvjMHqANNykuzbrVJBdWOyTWMTQ/SZHkk9nYOUyr6WmHMSrT73i59cXQCh2n1S6npOGOOylCb87UdlyDo6YwsMYzYCF3BfAKP5jhYxZ2m3M92YrLYE5hYjkZsiC7XIvqGjUlOYUPwqPzRik18D42Y+lsM3osSuLMV4037fTkfHJKo0la+8B6xKVZiFeN+gmBhgXIVBLHOCXLx/Wblk52QKb7bnDPqAHEzo3+WxQtdtzLh/9dn3wZ+AQ3jP9VhQ3yRAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: 14px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s
}

.en-plugin-comment .comment-input-content .comment-control-user-reply .reply-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.en-plugin-comment .comment-input-content .comment-control-submit {
    float: right;
    height: 30px;
    padding: 0 12px;
    color: #fff;
    background-color: #ed4040;
    border-radius: 1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.en-plugin-comment .comment-input-content .comment-control-submit.disable {
    background: #d4d6d9;
    cursor: default
}

.en-plugin-comment .comment-input-content .comment-control-submit.disable:hover:after {
    content: "";
    display: block;
    height: 0
}

.en-plugin-comment .comment-input-content .comment-control-submit span {
    z-index: 2;
    position: relative
}

.en-plugin-comment .comment-input-content .comment-control-submit:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .12);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.en-plugin-comment .comment-input-content .length-tip {
    float: right;
    padding-right: 10px;
    color: #787878;
    font-size: 14px
}

.en-plugin-comment .comment-input-content .length-tip.disable {
    color: #f95355
}

.en-plugin-comment .comment-err-tip {
    color: red
}

.en-plugin-comment .comment-input-warn {
    color: #787878;
    padding-top: 10px
}

.en-plugin-comment .comment-list .comment-list-item {
    position: relative;
    padding: 14px 0 16px;
    margin-left: 50px;
    border-bottom: 1px solid #ddd
}

.en-plugin-comment .comment-list .comment-list-item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0
}

.en-plugin-comment .comment-list .comment-list-item .item-left {
    position: absolute;
    left: -50px;
    top: 17px;
    width: 40px
}

.en-plugin-comment .comment-list .comment-list-item .item-left .item-avatar {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.en-plugin-comment .comment-list .comment-list-item .item-right {
    color: #262626
}

.en-plugin-comment .comment-list .comment-list-item .item-right .item-user {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0
}

.en-plugin-comment .comment-list .comment-list-item .item-right .item-user .item-user-name {
    font-size: 14px
}

.en-plugin-comment .comment-list .comment-list-item .item-right .item-user .item-user-name .author {
    display: inline-block;
    font-size: 12px;
    height: 16px;
    line-height: 14px;
    padding: 0 5px;
    margin-left: 2px;
    color: #ed4040;
    background-color: #f0f6ff;
    border: 1px solid #ed4040;
    border-radius: 2px
}

.en-plugin-comment .comment-list .comment-list-item .item-right .item-user .item-user-time {
    color: #a7a7a7
}

.en-plugin-comment .comment-list .comment-list-item .item-right .item-user .item-user-right {
    float: right
}

.en-plugin-comment .comment-list .comment-list-item .item-right .item-user .item-user-right .item-user-like {
    display: inline;
    margin-right: 10px;
    padding-left: 24px;
    color: #f95355;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAArZJREFUaAXtWE9rE0EUf2+TTXKqtYiioigiUihCEQRBv0CvyWa154IHj9485QP4Bcy1sSZdKl4UpGjNSS0e1PjnIh4KehEFRQvZze7zbWRhLZudWXcrI85CmMn7//vNvBc2APrRDGgGNAOagRwMYA5faVeyrKM+GfOludm72GqNpB0lDA0Jm1wmrmWd9QgHPgV3vMHrDrVaheYsNNhOpFz8GQjgPhFNhToCsL1Xb27stMvzfdcAuPWL80C4zkVPxwtkMEtuo3k9Lsuz3xUAw/ql0wD+Ohe7N6k4ll/1Gs1rSbqsssKbeGjbc+jTBhe5L60YTrxtGjCFjuOn2Yl0hZ4A2fYsjoIHouLHRSHezlt8GKcsQiir51F5yvWDh2y/X+SDCH3z4IElkZ2MvpArRIuLJ1139AiIDomScvEDE+ECs/9VZCujzw2Ar80JZr7PM/KwMCHCVqVcOofd7kehraSBEMCw3myGsSrV8jNcWXkfj8vX5rgbYJ8n/JG4PGnPzH8xS8Z57PXeJun/VCbRA9QLg3ued5mXdjwR/8JekSk+9CHCJ65P9rAx5iMeZuK+ZMBmeXX13kQDVkgASHPPoqMFvmYLWTwCn3Fb1jHul61JfoWO0UlJcsi/Q632Oc1fdQAdXF7+8e8CMH7vuSQgyp4AT63NiuM8Tyo6LlMWAKCY/RDIX5xCcd7S94j4zaxVu+lWv7RqngDRTVHzRuDUBFA2pN/alAMwbt5e70XEsGhVDgC/hkqzH4JTqonHzTszLdW80cmodgIdbLe3o+JkVqUAEJUyXZ8QoDIAuHmfVtduvZRhPW6jDADmMjP7ypwAs//JnNkzfnGKsyuzzzWFEGmNx947mUQTbQwKTNPcyNq8UTwxAAP4XzYAE+BD5BStpuM85n340Y9mQDOgGdAMaAY0A/8lAz8Bc5fA/BF5WqMAAAAASUVORK5CYII=) no-repeat 0;
    background-size: 22px
}

.en-plugin-comment .comment-list .comment-list-item .item-right .item-user .item-user-right .item-user-like.item-user-unlike {
    color: #787878;
    background-image: url(../images/dislike.png)
}

.en-plugin-comment .comment-list .comment-list-item .item-right .item-user .item-user-right .item-user-reply {
    color: #ed4040;
    cursor: pointer
}

.en-plugin-comment .comment-list .comment-list-item .item-right .item-text {
    white-space: pre-line
}

.en-plugin-comment .comment-list-reply {
    position: relative;
    margin-top: 15px;
    background-color: #edf1f4;
    border-radius: 2px
}

.en-plugin-comment .comment-list-reply:before {
    content: " ";
    display: block;
    position: absolute;
    left: 14px;
    top: 0;
    height: 40px;
    width: 40px;
    background-color: #edf1f4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.en-plugin-comment .comment-list-reply .comment-list-ul {
    padding: 0 15px
}

.en-plugin-comment .comment-list-reply .comment-list-item {
    margin-left: 0;
    border-bottom: 1px dotted #ddd
}

.en-plugin-comment .comment-list-reply .comment-list-item:last-of-type {
    padding-bottom: 20px
}

.en-plugin-comment .comment-list-reply .comment-list-item .item-reply-user {
    color: #787878
}

.en-plugin-comment .comment-list-reply .more-reply {
    height: 40px;
    line-height: 39px;
    text-align: center;
    color: #787878;
    cursor: pointer;
    border-top: 1px solid #ddd
}

.en-plugin-comment .loadmore-wraper {
    padding-top: 20px
}

.en-plugin-comment .loadmore-wraper .loadmore {
    font-size: 14px;
    color: #ed4040;
    text-align: center;
    width: 140px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ed4040;
    border-radius: 2px;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.en-column-title {
    height: 28px;
    line-height: 28px
}

.en-column-title .en-column-title-icon {
    display: inline-block;
    padding: 7px;
    background: url(../images/home.png) no-repeat;
    background-size: 246px 1012px;
    background-position: 0 -125px
}

.en-column-title .en-column-title-text {
    font-size: 20px;
    color: #262626;
    padding-left: 4px
}

.preview-bar-box {
    width: 100%;
    height: 40px;
    background-color: #fdedd3;
    font-size: 14px;
    color: #f67f23;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
    border-radius: 2px
}