@charset "utf-8";
/* CSS Document */
body{ background: #f4f4f4; }

.main{ position: relative; }
.videoDetailHead{ position: absolute; width: 100%; height: auto; z-index: 20; top: 44px; left: 0; }
.videoDetailBack{/* margin-top: 40px; float: left; display: block; margin-left: 10px; */
    position: absolute; top: 0; left: 10px; display: block;
    width: 24px; height: 44px; background: url("/common/html5/images/video/bgVideoBack.png") center center no-repeat; background-size: 24px; }
.videoDetailShare{/* margin-top: 40px; float: right; margin-right: 10px; */
    position: absolute; top: 0; right: 10px;
    width: 24px; height: 44px; background: url("/common/html5/images/video/bgVideoShare.png") center center no-repeat; background-size: 24px; }
.videoDetailHead h1{ float: left; margin-left: 10px; font-size: 1.1rem; font-weight: normal; line-height: 44px; color: #fff; }

.videoFixedBox{ position: fixed; top: 0; width: 100%; z-index: 100; background: #f4f4f4; }
.videoDetailBox{ margin-bottom: 10px; border-bottom: #d2d2d2 1px solid; background: #fff; }
.videoPlayBox{ position: relative; height: 190px; line-height: 0; }
.videoPlayImg{ height: 100%; }
.videoPlayLayer{ position: absolute; width: 100%; height: 100%; z-index: 20; }
.videoPlayLayer img{ height: 100%; }
.videoPlayBox video{ position: absolute; top: 0; z-index: 1; }
.videoPlayImg{ position: relative; z-index: 5; }
.videoPlayIcon{ position: absolute; width: 45px; height: 45px; left: 50%; top: 50%; margin-left: -22px; margin-top: -22px; z-index: 10; }
.videoPlayInfo{ position: absolute; bottom: 0; width: 100%; height: 60px; background: url("/common/html5/images/mevent/allworld/bg.topBannertitle.png") repeat-x; z-index: 10; }
.videoPlayTitle{ position: absolute; left: 15px; bottom:3.5rem; font-size: 1.6rem; color: #fff; }
.videoPlayText{ position: absolute; left: 15px; bottom: 2rem; font-size: 1rem; color: #fff; }
.videoBrief{ margin: 8px 10px; font-size: 1.3rem; color: #535353;  line-height: 1.8rem; height: auto; overflow: hidden; }
.videoPeople{ height: 9.3rem !important; }
.videoPeople .num{ padding-left: 30px; width: 130px; height: 1.8rem; margin-bottom: 0.3rem; font-size: 1.1rem; background: url("/common/html5/images/video/imgVideoPeople.gif") no-repeat; background-size: 100% 100%;}
.videoPeople .num i{ color: #fc2048; font-style: normal; }
.videoTabBox{ padding: 0 10px 10px 10px; }
.videoTab{ float: left; margin-right: 10px; padding: 0 20px; text-align: center; border-radius: 11px; line-height: 22px; color: #535353; background: #f1f1f1; }
.videoDownload{ padding: 15px 0; text-align: center; }
.videoDownload a{ display: inline-block; width: 60%; height: auto; line-height: 0 }

.videoDetailNav{  }
.videoDetailNav{ padding: 0 10px; border-bottom: #d2d2d2 1px solid; background: #fff;
    display:-moz-box;
    display:-webkit-box;
    display:box;
}
.videoDetailNav li{ text-align: center;
    box-flex:1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
}
.videoDetailNav li p{ display: inline-block; padding: 0 3px; font-size: 1.5rem; line-height: 40px; color: #adadad; }
.videoDetailNav li.on p{ line-height: 38px; border-bottom: #f5333c 2px solid; color: #f5333c; }
.videoDetailList{ position: relative; background: #fff; }
.videoDetailGoodsList{ position: relative; }
.videoDetailGoods{ position: relative; height: 111px; }
.videoDetailGoodsImg{ position: absolute; left: 10px; top: 0; width: 110px; height: 110px; }
.videoDetailGoodsInfo{ margin-left: 130px; height: 88px; padding: 12px 17px 10px 0; }
.videoDetailGoodsTitle{ font-size: 1.3rem; line-height: 22px; height: 44px; overflow: hidden; word-break: break-word; }
.videoDetailGoodsPrice{ position: absolute; bottom: 10px; color: #fb5858; font-size: 1.6rem; }
.videoDetailGoodsPrice i{ font-size: 1.1rem; font-style: normal; }
.videoDetailGoodsPrice del{ margin-left: 5px; font-size: 1.1rem; color: #a3a3a3; }
.videoDetailGoodsDel{ margin-left: 5px; font-size: 1.1rem; color: #a3a3a3; text-decoration:line-through }
.videoDetailGoodsBuy{ position: absolute; padding: 0 16px; right: 10px; bottom: 10px; color: #fff; font-size: 1.2rem; line-height: 27px; border-radius: 14px; background: #ef2d22; }
.videoDetailGoodsLine{ margin-left: 15px; border-bottom: #dedede 1px solid; }
.videoDetailCommentList{ display: none; position: relative; background: #fff; }
.videoDetailComment{ position: relative; }
.videoDetailCommentButton{ position: fixed; bottom: 10%; right: 30px; width: 82px; z-index: 20; }
.videoDetailCommentHead{ position: absolute; left: 15px; top: 10px; width: 35px; height: 35px; border-radius: 70px; overflow: hidden; }
.videoDetailCommentHead img{ width: 100%; height: 100%; }
.videoDetailCommentInfo{ margin-left: 60px; padding: 18px 25px 10px 0; }
.videoDetailCommentName{ font-size: 1.3rem; color: #333333; }
.videoDetailCommentName.admin{color: #75a9d1; }
.videoDetailCommentText{ margin-top: 5px; font-size: 1.2rem; line-height: 1.3rem; color: #545454;  word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.videoDetailCommentTime{ margin-top: 5px; font-size: 1rem; color: #808080; }
.videoCommentBox{ display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 200; }
.videoCommentText{ margin: 50px 15px 10px; padding: 10px; height: 200px; font-size: 1.3rem; border: none; border-radius: 10px; color: #545454; background: #f5f7fa; resize : none; outline: none;
    width:calc(100% - 50px);
    width:-webkit-calc(100% - 50px);
    width:-moz-calc(100% - 50px);
}
.videoCommentSend{ position: absolute; padding: 0 20px; right: 15px; color: #f5333c; line-height: 26px; font-size: 1.2rem; border: #f5333c 1px solid; border-radius:10px; }
.videoCommentClose{ position: absolute; top: 10px; right: 15px; line-height: 26px; font-size: 1.2rem; }
.videoTextMr_32{ margin-right: 32%; }

/*弹层*/
.black_layer{ display: none; top: 0px; left: 0px; width: 100%; height: 100%; position: fixed; background: #000; opacity: 0.6; z-index: 201; }
.pop_close { background: url("/common/html5/images/cart/pop_close_btn.png") no-repeat; background-size: 32px; display: block; width: 32px; height: 32px; position: absolute; right: -16px; top: -16px; }
.d_share_pop { background: #fff; width: 270px; position: fixed; left: 50%; top: 30%; margin-left: -135px; border-radius: 5px; box-shadow: 2px 2px 0 rgba(173, 173, 173, .5); z-index: 202; display: none; }
.d_share_pop .share_cont { position: relative; }
.share_cont h2 { padding: 10px 0 0 10px; font-size: 18px; color: #434343; }
.share_cont ul { margin-top: 10px; }
.share_cont ul li { margin-left: 29px; text-align: center; font-size: 12px; width: 50px; float: left; margin-bottom: 10px; }
.share_cont ul li a { display: block; }
.share_cont ul li .p2 { margin-top: 5px; }

.dainzai-video {
    width: 100%;
    background-image: url("/image_site/event/2020/01/video/imgs/bg1.png");
    height: 110px;
    background-size: 100% 100%;
}
.click-img{
    width: 90px;
    height: 20px;

}
.click-to {
    width: 90px;
    height: 20px;
    position: relative;
    margin-top: 70px;
    margin-left: 30px;
    display: inline-block;
}
.gameOver{
    width: 130px;
    display: block;
    height: 100px;
    float: right;
    margin:  0px 20px;
}
.qiang{
    width: 130px;
    display: block;
    height: 100px;
    float: right;
    margin:  0px 20px;
}
.timeCount{
    width: 90px;
    display: block;
    height: 95px;
    float: right;
    margin:  15px 20px;
}

.text{
    /*margin-right: 8px;*/
    font-size: 1.2rem;
    color: #fce8a3;
    margin-top: -2.3rem;
    /*position: relative;*/
    /*z-index: 2;*/
    line-height: 22px;
    height: 20px;
    text-align: center;
    margin-left: 15px;
}
.timeCount .time{
    float: right;
    margin-right: 8px;
    font-size: 1.3rem;
    color: #fdd399;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    line-height: 22px;
    height: 20px;
}
