/**
 * @file index.css
 * @author swan
 */
@import './common/css/index.css';

.video-skeleton {
    background-image: url(https://b.bdstatic.com/searchbox/icms/searchbox/img/swan-demo-page-video-skeleton.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

.video {
    background-color: #fff;
}

.video * {
    box-sizing: content-box;
}

.wrap-padding {
    padding-top: 25rpx;
}

.video-header-holder {
    height: 25rpx;
    width: 100%;
    background-color: #f5f5f5;
}

.video-header {
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 100;
}

.video-header-video {
    position: relative;
    height: 422.101rpx;
}

.video-header-player {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-header-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    padding: 0 30.797rpx;
}

.video-header-tips {
    height: 50.725rpx;
    width: 362.319rpx;
    line-height: 50.725rpx;
    background: rgba(0, 0, 0, .4);
    border-radius: 25.362rpx;
    position: absolute;
    bottom: 72.464rpx;
    left: 30.797rpx;
    color: #fff;
    font-size: 21.739rpx;
    padding: 0 18.116rpx;
}

.video-header-cover-title {
    color: #fff;
    font-size: 25.362rpx;
    margin-top: 69.444rpx;
    margin-bottom: 15.097rpx;
}

.video-header-cover-title-remaining {
    display: inline-block;
    color: #ff4141;
}

.video-header-cover-content {
    color: #fff;
    display: flex;
}

.video-header-cover-content-left {
    border-radius: 5.435rpx;
    width: 268.72rpx;
    height: 151.57rpx;
    margin-right: 21.739rpx;
    overflow: hidden;
}

.video-header-cover-content-right {
    flex: 1;
    position: relative;
}

.video-header-cover-content-right-text {
    font-size: 28.986rpx;
    margin-top: -5.435rpx;
    letter-spacing: 0;
}

.video-header-cover-content-right-num {
    font-size: 23.551rpx;
    color: #888;
    position: absolute;
    left: 0;
    bottom: 0;
}

.video-header-cover-content-right-button {
    width: 137.681rpx;
    height: 54.348rpx;
    line-height: 54.348rpx;
    text-align: center;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 9.058rpx;
    font-size: 25.362rpx;
    position: absolute;
    right: 0;
    bottom: 0;
}

.video-header-cover-buttons {
    display: flex;
    position: absolute;
    bottom: 25.362rpx;
}

.video-header-cover-buttons-item {
    color: #fff;
    font-size: 25.362rpx;
    margin-right: 36.232rpx;
    display: flex;
    align-items: center;
}

.video-header-cover-buttons-item-img {
    height: 39.855rpx;
    width: 39.855rpx;
    margin-right: 18.116rpx;
}

.video-header-cover.replay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25.362rpx;
}

.video-header-cover-replay {
    background-color: rgba(0, 0, 0, .40);
    width: 86.957rpx;
    height: 86.957rpx;
    border-radius: 86.957rpx;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13.285rpx;
}

.video-header-cover-replay-icon {
    width: 33.213rpx;
    height: 33.213rpx;
}

.video-content {
    font-size: 21.739rpx;
    position: relative;
    top: 422.101rpx;
    display: flex;
    flex-direction: column;
}

.video-content-introduction {
    border-bottom: 1.208rpx solid #eee;
    padding: 22.343rpx 30.797rpx 25.362rpx;
}

.video-content-introduction-title {
    font-size: 34.42rpx;
    line-height: 48.913rpx;
    color: #000;
    margin-bottom: 15.097rpx;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
}

.video-content-introduction-title-switch {
    flex: 0 0 auto;
    height: 28.986rpx;
    width: 28.986rpx;
    margin-top: 10.266rpx;
    margin-left: 39.855rpx;
}

.video-content-introduction-title-switch.off {
    transform: rotate(180deg);
}

.video-content-introduction-other {
    display: flex;
    font-size: 21.739rpx;
    color: #999;
    align-items: center;
}

.video-content-introduction-other-num {
    margin-right: 18.116rpx;
}

.video-content-introduction-other-num-divider {
    display: inline-block;
    margin-left: 18.116rpx;
}

.video-content-introduction-other-img {
    height: 30.797rpx;
    width: 30.797rpx;
    border: .604rpx solid rgba(0, 0, 0, .2);
    border-radius: 30.797rpx;
}

.video-content-introduction-other-name {
    width: 217.391rpx;
    margin-left: 14.493rpx;
}

.video-content-introduction-more {
    position: relative;
    margin-top: 9.662rpx;
    bottom: -3.019rpx;
}

.video-content-introduction-more-time {
    color: #999;
}

.video-content-introduction-more-text {
    color: #999;
}

.video-content-detail {
    margin-top: 25.362rpx;
    margin-bottom: 25.362rpx;
    display: flex;
    padding: 0 30.797rpx;
}

.video-content-detail-left {
    width: 336.957rpx;
    height: 188.406rpx;
    border-radius: 5.435rpx;
    margin-right: 21.739rpx;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.video-content-detail-left-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.video-content-detail-left-play {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    width: 86.957rpx;
    height: 86.957rpx;
    border-radius: 86.957rpx;
}

.video-content-detail-left-play-icon {
    position: absolute;
    width: 39.855rpx;
    height: 39.855rpx;
}

.video-content-detail-right {
    flex: 1;
    margin-top: -5.435rpx;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-content-detail-right-name {
    font-size: 30.797rpx;
    color: #000;
}

.video-content-detail-right-tags {
    font-size: 21.739rpx;
    color: #999;
    margin-top: 1.812rpx;
    margin-bottom: 25.966rpx;
    line-height: 32.609rpx;
}

.video-content-detail-right-buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.video-content-detail-right-buttons-primary {
    background-color: #38f !important;
    color: #fff;
    width: 157.609rpx !important;
    height: 50.725rpx;
    line-height: 23.551rpx !important;
    border-radius: 9.058rpx;
    text-align: center;
    font-size: 23.551rpx;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.video-content-detail-right-buttons-normal {
    background-color: #fff !important;
    width: 156.401rpx !important;
    height: 49.517rpx;
    line-height: 23.551rpx !important;
    border-radius: 9.058rpx;
    text-align: center;
    color: #38f !important;
    border: 1.208rpx solid #38f;
    font-size: 23.551rpx;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.video-content-operational {
    height: 119.565rpx;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 31.401rpx 25.362rpx;
    border-radius: 5.435rpx;
}

.video-divider {
    background-color: #f5f5f5;
    width: 100%;
    height: 14.493rpx;
}

.video-divider.wrapper {
    margin: 0 -30.797rpx;
    width: auto;
}

.video-feed {
    padding: 0 30.797rpx 0;
}

.video-ad {
    border-bottom: 1.208rpx solid #eee;
    margin: 0 30.797rpx;
}

.video-ad-container {
    margin: 0 -30.797rpx;
}

.video-feed-item {
    display: flex;
    padding: 21.739rpx 0;
    border-bottom: 1.208rpx solid #eee;
}

.video-feed-item-left {
    flex: 1;
    margin-right: 42.874rpx;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-feed-item-left-title {
    font-size: 30.797rpx;
    color: #000;
    line-height: 41.667rpx;
}

.video-feed-item-left-num {
    font-size: 21.739rpx;
    color: #999;
    margin-bottom: -4.831rpx;
}

.video-feed-item-right {
    width: 219.203rpx;
    height: 123.188rpx;
    overflow: hidden;
    border-radius: 5.435rpx;
    position: relative;
}

.video-feed-item-right-img {
    width: 100%;
    height: 100%;
}

.video-feed-item-right-time {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 30px;
    width: 103.261rpx;
    height: 36.232rpx;
    bottom: 9.058rpx;
    right: 9.058rpx;
    font-size: 18.116rpx;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.video-feed-item-right-time-icon {
    width: 18.116rpx;
    height: 18.116rpx;
    margin-right: 8.696rpx;
}

.video-feed-more {
    height: 73.068rpx;
    font-size: 23.551rpx;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-feed-more-icon {
    width: 18.72rpx;
    height: 18.72rpx;
    margin-left: 9.662rpx;
}

.video-comment {
    position: relative;
    min-height: 40vh;
    margin-bottom: 10vh;
}

.video-status {
    height: 50vh;
}