html, body {
    height: 100%;
    -webkit-text-size-adjust:100%;
}

.container_box {
    font-size: 14px;
}

.video-player {
    height: 100%;
    width: 100%;
}

.product_swiper {
    width: 100%;
    height: 100%;
}

.tools_r_num {
    text-align: center;
    text-shadow: 1px 2px 3px #000;
}

.van_swipe {
    width: 100%;
    height: 100%;
}

.van-swipe {
    width: 100%;
    height: 100%;
}

.container_box {
    width: 100%;
    height: 100%;
}

.video_box {
    object-position: 0 100%;
    object-fit: fill !important;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.video_box_w {
    object-fit: contain !important;
    object-position: initial;
}

.icon_play {
    position: absolute;
    top: 44%;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
    z-index: 999;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.platStart {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

/* 点赞，转发 */
.tools_right {
    z-index: 1001;
    position: absolute;
    right: 5px;
    bottom: 155px;
}

.tools_r_li {
    margin-bottom: 4px;
    color: #fff;
    font-size: 14px;
    height: 73px;
    position: relative;
    text-align: center;
}

.tools_r_li:last-child {
    margin-bottom: 0px;
    position: relative;
    margin-top: -2px;
}

.tag_add {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: #f44;
    border-radius: 67px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 auto;
    z-index: 1;
}

.icon_right {
    font-size: 36px;
    display: block;
    text-shadow: 0px 0px 10px #9d9d9d;
    /*transition: .5s;*/
}

.icon_right_change {
    transition: .3s;
}

.icon_right_change:active {
    transform: scale(.5);
}

.production_box {
    z-index: 1001;
    position: absolute;
    min-height: 164px;
    /* right: 16px; */
    bottom: 0px;
    text-align: left;
    color: #fff;
    width: 100%;
    left: 0;
    padding-top: 30px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* 标准的语法 */
}

.production_box1 {
    position: absolute;
    /*top: 7px;*/
	top: 0;
    left: 0;
    padding: 0 13px 15px 13px;
    width: 100%;
    box-sizing: border-box;
}

.production_no_tip > .production_box1 {
    top: 30px;
}

.production_name {
    /*font-weight: 700;*/
    font-size: 16px;
    margin-bottom: 10px;
}

.production_des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 5px;
}

.container_top {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 15px;
    font-size: 14px;
}

/* .bottom_tab {
    width: 50%;
    text-align: center;
    float: left;
    color: #c9c9c9;
    padding: 10px 0;
}

.bottom_tab_span {
    line-height: 38px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 0 4px;
    transition: .5s all;
}

.tab_active .bottom_tab_span {
    border-bottom: 2px solid #fff;
    color: #fff;
} */
.bottom_tab {
    width: 20%;
    text-align: center;
    float: left;
    color: #c9c9c9;
    padding: 10px 0;
}

.bottom_tab_icon {
    width: 44px;
}

.bottom_tab_span {
    line-height: 28px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 0 4px;
    transition: .5s all;
}

.tab_active .bottom_tab_span {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.container_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    height: 48px;
    /*border-top: 1px solid rgba(255, 255, 255, 0.7);*/
    max-width: 550px;
}

.production_top {
    display: inline-block;
    padding: 6px;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, .6);
    border-radius: 6px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 18px;
}

.product_go {
    color: #fbdd21;
    float: left;
}

.production_title {
    margin-left: 8px;
}

.border_progress {
    width: 0;
    height: 1px;
    background: #bababa;
    position: absolute;
    top: 0;
    transition: .1s all;
}

.follow_active {
    color: #f44;
    animation: showHeart .5s ease-in-out 0s;
}

/*animation-name：用来调用@keyframes定义好的动画，与@keyframes定义的动画名称一致*/
/*animation-duration ：指定元素播放动画所持续的时间*/
/*animatino-timing-function ： 和transition中的transition-timing-function 中的值一样。根据上面@keframes中分析的animation中可能存在多个小动画，因此这里的值设置是针对每一个小动画所在时间范围内的属性变换速率。*/
/*animation-delay：定义在浏览器开始执行动画之前等待的时间，这里是指整个animation执行之前的等待时间，而不是上面说的多个小动画*/
/*animation-iteration-count：定义动画的播放次数，其通常为整数，默认是1,；取值为infinite，动画将无限次的播放。*/
/*animation-direction：主要用来设置动画播放方向*/
@keyframes showHeart {
    0% {
        color: #f44;
        transform: scale(1);
    }
    25% {
        color: #fff;
        transform: scale(0);
    }
    80% {
        color: #f44;
        transform: scale(1.2);
    }
    100% {
        color: #f44;
        transform: scale(1);
    }
}

/*分享样式*/
.share_hover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1000;
    top: 0;
    left: 0;
}

.share_hover2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
    top: 0;
    left: 0;
}

.icon_share {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    animation: shareGuid 2s linear infinite;
}

@keyframes shareGuid {
    0% {
        top: 0;
        right: 0;
    }
    50% {
        top: 35px;
        right: 35px;
    }
    100% {
        top: 0;
        right: 0;
    }
}

.share_box {
    position: fixed;
    bottom: -300px;
    width: 100%;
    z-index: 1002;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: .5s;
}

.share_active {
    transform: translateY(-300px);
}

.share_tips {
    text-align: center;
    line-height: 40px;
    color: #333;
}

.share_ul {
    box-sizing: border-box;
    padding: 0 25px 25px;
    border-bottom: 1px solid #e8e8e8;
}

.share_li {
    float: left;
    width: 33%;
    text-align: center;
}

.share_li i {
    font-size: 44px;
}

.share_cancel {
    text-align: center;
    line-height: 48px;
    color: #777;
    text-align: center;
}

.pengyouquan {
    color: #47D000;

}

.pengyouquan_li {
    animation: rotating 8s linear infinite
}

@keyframes rotating {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.weixin {
    color: #20CA2E;
}

.lianjie {
    color: #cdcdcd;
}

/*推广商品*/
.recommend_box {
    position: absolute;
    background: #fff;
    color: #333;
    border-radius: 3px;
    width: 310px;
    padding: 10px 15px;
    box-sizing: border-box;
    top: 0;
    left: -500px;
}

.recommend_top {
    margin-bottom: 5px;
}

.recommend_left {
    color: #999;
    float: left;
}

.recommend_right {
    float: right;
    color: #999;
}

.recommend_b_left {
    float: left;
    width: 80px;
    height: 80px;
    padding-top: 10px;
}

.recommend_b_left img {
    float: left;
    width: 80px;
    height: 80px;
}

.recommend_b_right {
    margin-left: 96px;
}

.recommend_b_title {
    height: 46px;
    overflow: hidden;
    padding-top: 4px;
    overflow: hidden;
}

.recommend_view_left {
    float: left;
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

.recommend_view_right {
    float: right;
    color: #f44;
}

.product_gouwuche1 {
    font-size: 20px;
}

.active_recommend {
    top: -40px;
    transform: translateX(515px);
    animation: leftIn 2s linear;
}

@keyframes leftIn {
    0% {
        top: -40px;
        transform: translateX(0px);
        /*left: -500px;*/
    }
    100% {
        top: -40px;
        transform: translateX(515px);
    }
}

.remove_recommend {
    animation: leftOut 2s linear;
    top: 7px;
    transform: translateX(-800px);
}

.remove_recommend2 {
    display: none;
}

@keyframes leftOut {
    0% {
        top: 7px;
        transform: translateX(0px);
    }
    100% {
        top: 7px;
        transform: translateX(-800px);
    }
}

.tag_image {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
}

.tag_image_active {
    margin-bottom: 10px;
}

.production_a {
    float: left;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.production_author {
    float: left;
    line-height: 30px;
}

html, body, div, p {
    margin: 0;
    padding: 0;
}

html, body {
    font-size: 0.16rem;
    background-color: #ffffff;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.20);
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.20);;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.20);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.20);
}

.box {
    padding: 0.01rem 0rem;
    min-height: 2.2rem;
    background-image: url('./images/banner_img.png');
    background-size: 100% 2.2rem;
    background-repeat: no-repeat;
}

.font-size-13 {
    font-size: 0.13rem;
}

.font-size-14 {
    font-size: 0.14rem;
}

.font-size-17 {
    font-size: 0.17rem;
}

.font-size-16 {
    font-size: 0.16rem;
}

.font-size-18 {
    font-size: 0.18rem;
}

.font-size-20 {
    font-size: 0.2rem;
}

.font-color-1 {
    color: #999999;
}

.font-color-2 {
    color: #030303;
}

.font-color-3 {
    color: #4C4948;
}

.font-color-4 {
    color: #b2b2b2;
}

.font-w {
    font-weight: 600;
}

.font-w5 {
    font-weight: 500;
}

.fixed-height {
    height: 0.52rem;
    position: relative;
}

.border-bottom {
    border-bottom: 1px solid #F5F5F5;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.margin-t-40 {
    margin-top: 0.4rem;
}

.margin-t-30 {
    margin-top: 0.3rem;
}

.margin-t-20 {
    margin-top: 0.2rem;
}

.margin-t-15 {
    margin-top: 0.15rem;
}

.margin-b-30 {
    margin-bottom: 0.3rem;
}

input {
    height: 0.27rem;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.line {
    height: 0.17rem;
    width: 1px;
    background-color: #eeeeee;
    margin: 0 0.1rem 0 0rem;
}

.area-code {
    position: absolute;
    opacity: 0;
    width: 0.55rem;
    height: 0.52rem;
    top: 0;
    left: 0;
    z-index: 999;
}

.card-form {
    background-color: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.09);
    border-radius: 0.1rem;
    margin-top: 1.49rem;
    margin-left: 0.15rem;
    margin-right: 0.15rem;
}

.card-info {
    padding-top: 0.3rem;
}

.card-info > p {
    line-height: 0.25rem;
}

.user-info {
    padding: 0 0.25rem;
}

.time-bg {
    background-image: url("./images/card_img.png");
    height: 0.61rem;
    width: 1.84rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 0.2rem;
    color: #715824;
}

.agreement {
    text-decoration: underline;
}

.btn {
    background: #FDD000;
    border-radius: 100px;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 17px;
    color: #4C4948;
    text-align: center;
    margin-top: 0.2rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.error {
    font-size: 0.13rem;
    color: #FF3B30;
    margin-top: 0.05rem;
}

.text-center {
    text-align: center;
}

.line-height {
    line-height: 1.24;
}

.story-img {
    width: 3.29rem;
    height: 5.65rem;
    background-image: url("./images/gushi_img.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0.4rem 0;
}

.logo-img {
    width: 0.77rem;
    height: 0.73rem;
    background-image: url("./images/logo_text_img.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.15rem;
}

.jinghua-img {
    width: 3.45rem;
    height: 3.43rem;
    background-image: url("./images/jinghuajiedu_img.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.33rem;
}

.pos {
    margin-top: 50px;
    margin-bottom: 10px;
}

.pos div {
    margin-bottom: 10px;
}

.pos div:last-child {
    text-indent: 20px;

}

.pos div:last-child button {
    padding: 10px;
    border: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .85);
}

.overlay_inner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
}

.loading {
    position: relative;
    background: none;
    width: 27px;
    height: 27px;
    margin: 0 auto;
}

.loading > div {
    position: absolute;
    border-radius: 2px;
    background: #000;
    top: 13px;
    left: 13px;
    width: 3px;
    height: 8px;
    -webkit-animation: loading-anim 1s linear infinite;
    animation: loading-anim 1s linear infinite;
}

.loading.loading_white > div {
    background: #fff;
}

.loading > div:nth-of-type(1) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    -webkit-transform: rotate(0deg) translate(0, -12px);
    transform: rotate(0deg) translate(0, -12px);
}

.loading > div:nth-of-type(2) {
    -webkit-animation-delay: -0.417s;
    animation-delay: -0.417s;
    -webkit-transform: rotate(30deg) translate(0, -12px);
    transform: rotate(30deg) translate(0, -12px);
}

.loading > div:nth-of-type(3) {
    -webkit-animation-delay: -0.333s;
    animation-delay: -0.333s;
    -webkit-transform: rotate(60deg) translate(0, -12px);
    transform: rotate(60deg) translate(0, -12px);
}

.loading > div:nth-of-type(4) {
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
    -webkit-transform: rotate(90deg) translate(0, -12px);
    transform: rotate(90deg) translate(0, -12px);
}

.loading > div:nth-of-type(5) {
    -webkit-animation-delay: -0.167s;
    animation-delay: -0.167s;
    -webkit-transform: rotate(120deg) translate(0, -12px);
    transform: rotate(120deg) translate(0, -12px);
}

.loading > div:nth-of-type(6) {
    -webkit-animation-delay: -0.0833s;
    animation-delay: -0.0833s;
    -webkit-transform: rotate(150deg) translate(0, -12px);
    transform: rotate(150deg) translate(0, -12px);
}

.loading > div:nth-of-type(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: rotate(180deg) translate(0, -12px);
    transform: rotate(180deg) translate(0, -12px);
}

.loading > div:nth-of-type(8) {
    -webkit-animation-delay: 0.083s;
    animation-delay: 0.083s;
    -webkit-transform: rotate(210deg) translate(0, -12px);
    transform: rotate(210deg) translate(0, -12px);
}

.loading > div:nth-of-type(9) {
    -webkit-animation-delay: 0.167s;
    animation-delay: 0.167s;
    -webkit-transform: rotate(240deg) translate(0, -12px);
    transform: rotate(240deg) translate(0, -12px);
}

.loading > div:nth-of-type(10) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    -webkit-transform: rotate(270deg) translate(0, -12px);
    transform: rotate(270deg) translate(0, -12px);
}

.loading > div:nth-of-type(11) {
    -webkit-animation-delay: 0.333s;
    animation-delay: 0.333s;
    -webkit-transform: rotate(300deg) translate(0, -12px);
    transform: rotate(300deg) translate(0, -12px);
}

.loading > div:nth-of-type(12) {
    -webkit-animation-delay: 0.417s;
    animation-delay: 0.417s;
    -webkit-transform: rotate(330deg) translate(0, -12px);
    transform: rotate(330deg) translate(0, -12px);
}

@-webkit-keyframes loading-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes loading-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

[v-cloak] {
    display: none
}

.picker {
    margin-right: 10px;
}

.input_stype {
    width: 100%;
}

.shanghua {
    position: fixed;
    font-size: 24px;
    font-weight: 700;
    width: 30px;
    height: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 50px;
    -webkit-animation: webSwipeTipAfter 1.5s infinite ease-in-out;
    animation: webSwipeTipAfter 1.5s infinite ease-in-out;
    z-index: 1001;
    opacity: 0;
    color: #999;
}

@keyframes webSwipeTipAfter {
    0% {
        bottom: 50px;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        bottom: 70px;
        opacity: 0;
    }
}

.bottom_type2 .bottom_tab {
    width: 100%;
}

/*新版样式*/

.container_top_left {
    line-height: 34px;
}

.user_avatar {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: #fff;
    float: left;
}

.user_name {
    float: left;
    margin-left: 10px;
    color: #fff;
}

.container_top_right {
    float: right;
    line-height: 30px;
    background: #f44;
    color: #fff;
    border-radius: 60px;
    padding: 0 14px;
    margin-top: 3px;
}

.production_play {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #f44;
    border-radius: 20px;
    float: left;
    margin-left: 15px;
    padding: 0px 10px;
    line-height: 26px;
    margin-top: 2px;
}

.production_play2 {
    background: #41b883;
}

/*打卡*/
.video_detail {
    width: 80%;
    text-align: center;
    border-radius: 6px;
    z-index: 9999999;
}

.clock_top {
    position: relative;
}

.clock_top_title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.clock_top_des {
    font-size: 14px;

}

.clock_bottom {
    padding: 25px 0;
}

.clock_bottom_cord {
    width: 160px;
    height: 160px;
    margin-bottom: 5px;
    border-radius: 4px;
    border: 6px solid #e8e8e8;
}

.clock_top_des {
    font-size: 14px;
}

.guanbi {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px;
    padding: 3px;
    z-index: 2;
    color: #fff;
    font-weight: 700;
}

.icon_clock_bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.clock_top_box {
    position: relative;
    z-index: 1;
    padding: 35px 0;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 6px;
    text-align: left;
    padding-left: 16px;
}

.sign_box_success {
    background: transparent;
    width: 75%;

}

.sign_box {
    position: relative;
    transition: .5s;
    animation: rotateSign .5s both;
}

@keyframes rotateSign {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(720deg);
    }

}

.author_has_code {
    width: 100%;
    position: relative;

}

.sign_cont {
    position: absolute;
    color: #fff;
    top: 19%;
    width: 93%;
    text-align: center;
}

.sign_title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 44px;
}

.sign_des1 {
    padding-bottom: 10px;
}

.guanbi2 {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    padding: 4px;
}

/*评论样式*/
.comment_container {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.comment_box {
    padding: 0 15px 52px 15px;
}

.comment_top {
    text-align: center;
    font-size: 12px;
    color: #000;
    line-height: 40px;
}

.guanbi3 {
    float: right;
    font-size: 12px;
    padding: 0 10px;
    position: absolute;
    right: 6px;
}

.comment_li {
    margin-bottom: 20px;
    font-size: 14px;
}

.comment_author_left {
    float: left;
}

.comment_author_left img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.comment_author_right {
    margin-left: 46px;
    padding-top: 4px;
}

.comment_author_top {
    position: relative;
}

.comment_author_name {
    margin-bottom: 6px;
    color: #777;
}

.icon-shoucang1_box {
    position: absolute;
    right: 0px;
    top: 0;
    text-align: center;
}

.comment_author_text {
    color: #555;
    margin-bottom: 10px;
    padding-right: 35px;
}

.comment_replay_box {
    padding-left: 46px;
    box-sizing: border-box;
}

.comment_replay_li {
    margin-bottom: 10px;
}

.comment_replay_left {
    float: left;
}

.comment_replay_left img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.comment_replay_right {
    margin-left: 35px;
    padding-top: 2px;
}

.comment_replay_top {
    position: relative;
    margin-bottom: 6px;
}

.comment_replay_text {
    padding-right: 35px;
    margin-bottom: 10px;
    color: #555;
}

.comment_author_text span, .comment_replay_text span {
    color: #999;
    font-size: 13px;
    margin-left: 6px;
}

.shoucang1_num {
    text-align: center;
    width: 30px;
    font-size: 12px;
    /* right: -4px; */
    position: relative;
}

.comment_ul {
    height: 400px;
    overflow-y: auto;
}

.comment_input_box {
    position: fixed;
    bottom: 0;
    z-index: 2999;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    background: #fff;
    padding: 10px 15px
}

/*.comment_form {*/
/**/
/*}*/

.comment_input {
    border: none;
    resize: none;
    width: 80%;
    float: left;
    color: #555;
    caret-color: #f44;
}

.comment_input_right {
    float: right;
}

.comment_i {
    font-size: 22px;
    color: #999;
    transition: .3s;
}

.comment_i_active {
    color: #f44;
}

.icon-zanwupinglun {
    font-size: 100px;
}

.v-enter,
.v-leave-to {
    opacity: 0;
    transform: translateY(80px);
}

.v-enter-active,
.v-leave-active {
    transition: all .5s ease;
}

/*添加进场效果*/
.v-move {
    transition: all 1s ease;
}

.v-leave-active {
    position: absolute;
}

.list-complete-item {
    transition: all 1s;
    display: inline-block;
    margin-right: 10px;
}

.list-complete-enter, .list-complete-leave-to
    /* .list-complete-leave-active for below version 2.1.8 */
{
    opacity: 0;
    transform: translateY(30px);
}

.list-complete-leave-active {
    position: absolute;
}

.love_active {
    color: #f44;
}

/*评论样式*/
.page_loading_box {
    margin-top: 50%;
}

#video_box {
    display: none;
}

.test_bg {
    width: 100%;
    height: 100%;
    opacity: .5;
    position: fixed;
    z-index: 12;
    pointer-events: none;
}

.production_tip {
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 32px;
    left: 0;
    color: #fbdd21;
    padding: 0px 13px 0px 13px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend_b_title_tip {
    font-size: 13px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    min-height: 24px;
}
.hasSign_number{
    float: right;
    font-size: 14px;
    line-height: 30px;
}

.product_box{
    height: 100%;
    position: relative;
    background: #000;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}
.product_box2{
    background: #fff;
    -webkit-align-items: initial;
    -ms-flex-align: initial;
    align-items: normal;
    display: block;
}
.video_container{
    height: 100%;
    width: 100%;
    position: relative;

}
.play_cont{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    background: #000;
}
.play{
    margin: auto;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: auto;
}