.masks{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000;
	opacity: 0.7;
	display: none;
	z-index: 99999;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.shortVideo{
	width: 657px;
	/* height: 732px; */
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999991;
	background-color: #fff;
	border-radius: 6px;
	padding: 20px;
	display: none;
	box-sizing: border-box;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.close-btn img {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 10px;
   	right: 10px;
	cursor: pointer;
}
.shortVideo-w .sbg{
	background: url(https://res.xincheping.com/old/www/images/comm.png) no-repeat;
	background-position: -418px -187px;
	z-index:999;
}
.bg_short{
	width: 73px;
	height: 64px;
	position: absolute;
	display: block;
	left: -2px;
	top: -2px;
}
.vcp-player{
	height: 599px;
}
.bom{
	width: 100%;
	height: 116px;
	position: absolute;
	bottom: -1px;
	background: #000;
	opacity: 0.8;
	box-sizing: border-box;
	padding: 20px;
}
.text-wrap{
	font-size: 14px;
	color: #fff;
}
.zan{
	display: flex;
	position: absolute;
	bottom:30px;
	right: 20px;
}
.zan .pics{
	width: 20px;
	height: 20px;
	
}

.zan .num{
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
	margin-top: 4px;
}
.video-wrap{
	width: 320px;
	height: 598px;
	position: relative;
	
}
.play-icon{
	position: absolute;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	background: url(https://res.xincheping.com/images/2018/xcx/ico_player.png) no-repeat top center;
	background-size: 100%;
	left: 137.5px;
	top: 292.5px;
}
.title-pic{
	width: 200px;
	height: 25px;
	margin: 0 auto;
	background: url(https://res.xincheping.com/images/2020/pc/v1/tj_shortVideo.png) no-repeat top center;
	background-size: 100%;
}
.video-text{
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}
.rmd-right{
	padding: 20px 20px 0 20px;
	background-color: #f3f3f3;
}
.rmd-videobox{
	height: 500px;
    overflow-y: scroll;
}
.rmd-right .title{
	font-size: 16px;
}
.rmd-right .rmd-tt{
	display: flex;
	margin: 10px 0;
}
.rmd-tt .pic-box{
	margin-right: 20px;
}
.rmd-tt .pic-box img{
	width: 87px;
	height: 124px;
}
.rmd-tt .min-text{
	margin-top: 10px;
}
.jump{
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #999;
}
.jump p{
	margin: 10px 0;
	font-size: 14px;
}
.ewm{
	width: 95%;
	display: flex;
	justify-content: space-between;

}
/*新增切换*/
.video-bigbox{
	position: relative;
}
.video-bigbox .videobtn-left{
	width: 60px;
	height: 90px;
	z-index: 99999;
	position: fixed;
	left: 570px;
	top: 450px;
	cursor: pointer;
	display: none;
	background:url(https://res.xincheping.com/images/2020/pc/v1/pc_left_bt.png);
	background-size: 100%;
}
.video-bigbox .videobtn-right{
	width: 60px;
	height: 90px;
	z-index: 99999;
	position: fixed;
	right: 570px;
	top: 450px;
	display: none;
	cursor: pointer;
	background:url(https://res.xincheping.com/images/2020/pc/v1/pc_right_bt.png);
	background-size: 100%;
}
