/**
 * 发布视频模块
 * */
.pushVideo{
	padding: 0.1rem 0.3rem 0.42rem;
}
.push-video{
	width: 100%;
	max-width: 8.9rem;
	padding-bottom: 0.1rem;
}
.push-title{
	width: 100%;
	line-height: 0.4rem;
	font-size: 0.14rem;
	color: #333;
}
.push-title span{
	display: inline-block;
	vertical-align: top;
	line-height: 0.4rem;
	font-size: 0.12rem;
	color: #666;
}
.push-title em{
	display: inline-block;
	vertical-align: top;
	line-height: 0.4rem;
	font-style: normal;
	font-size: 0.12rem;
	color: #30AAFC;
}
.push-title b{
	display: inline-block;
	vertical-align: top;
	line-height: 0.4rem;
	font-weight: normal;
	font-size: 0.12rem;
	color: #999;
}
.push-title a{
	float: right;
	font-size: 0.14rem;
	color: #30AAFC;
}
/** 上传视频文件 */
.push-video-box{
	width: 100%;
	height: 1.7rem;
	border: 1px dashed #DBDBDB;
	border-radius: 0.06rem;
	padding: 0.3rem 0.3rem 0.1rem;
	position: relative;
}
.push-video-box .box-icon{
	width: 100%;
	height: 0.6rem;
	margin-bottom: 0.2rem;
}
.push-video-box .box-icon i{
	display: block;
	width: 0.44rem;
	height: 0.28rem;
	margin: 0 auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../image/icon_upload_video.png);
}
.push-video-box .box-icon p{
	line-height: 0.3rem;
	font-size: 0.14rem;
	color: #999;
	text-align: center;
}
.push-video-box .box-icon p span{
	color: #30AAFC;
}
.push-video-box .box-tip{
	width: 100%;
	line-height: 0.22rem;
	font-size: 0.12rem;
	color: #30AAFC;
	text-align: center;
}
.push-video-box input.box-input-file{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;top: 0;
	opacity: 0;
}
.push-video-progress{
	width: 100%;
	padding: 0.12rem 0 0.12rem 0.32rem;
	position: relative;
}
.push-video-progress i.icon-video{
	display: block;
	width: 0.22rem;
	height: 0.2rem;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../image/icon_upload_icon.png);
	position: absolute;
	left: 0;top: 50%;
	margin-top: -0.1rem;
}
.push-video-result{
	width: 100%;
	height: 0.4rem;
	padding: 0.1rem 0;
	line-height: 0.2rem;
	font-size: 0.14rem;
	color: #333;
	position: relative;
}
.push-video-result i{
	display: inline-block;
	vertical-align: top;
	width: 0.22rem;
	height: 0.2rem;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../image/icon_upload_icon.png);
	margin-right: 0.1rem;
}
.push-video-result em{
	display: inline-block;
	vertical-align: top;
	width: 0.18rem;
	height: 0.2rem;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../image/icon_upload_success.png);
	margin-left: 0.3rem;
}
/** 上传封面图片 */
.push-img-box .push-img-con{
	float: left;
	width: 3.6rem;
	height: 2.3rem;
	border: 1px dashed #DBDBDB;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../image/icon_upload_img.png);
	position: relative;
}
.push-img-box .push-img-con input.box-input-file{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;top: 0;
	opacity: 0;
	z-index: 7;
}
.push-img-box .push-img-con img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;top: 0;
	z-index: 8;
}
.push-img-box .push-img-more{
	width: 100%;
	height: 2.3rem;
	padding-left: 3.9rem;
	position: relative;
}
.push-img-box .push-img-more .push-more-con{
	position: absolute;
	left: 3.9rem;bottom: 0;
	z-index: 8;
}
.push-img-box .push-img-more .push-image{
	width: 1.4rem;
	height: 0.48rem;
	position: relative;
	z-index: 9;
	margin-bottom: 0.2rem;
}
.push-img-box .push-img-more .push-image .push-image-btn{
	width: 1.4rem;
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.16rem;
	color: #FFF;
	text-align: center;
	background-color: #30AAFC;
	border-radius: 0.06rem;
	box-shadow: 0 0.04rem 0.04rem rgba(48, 170, 252, 0.5);
}
.push-img-box .push-img-more .push-image .input-file{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;top: 0;
	z-index: 11;
	opacity: 0;
}
.push-img-box .push-img-more .box-tip{
	line-height: 0.24rem;
	font-size: 0.12rem;
	color: #30AAFC;
	text-align: justify;
}
/** 填写视频描述 */
.push-describe-box{
	width: 100%;
	height: 0.9rem;
	border: 1px solid #F3F3F3;
	border-radius: 0.06rem;
}
.push-describe-box textarea{
	width: 100%;
	height: 100%;
	padding: 0.1rem 0.15rem;
	line-height: 0.22rem;
	font-size: 0.14rem;
	color: #333;
	text-align: justify;
	resize: none;
	border: 0 none;
	background: none;
}
/** 填写扩展链接 */
.push-link-box{
	width: 100%;
	height: 0.48rem;
	border: 1px solid #F3F3F3;
	border-radius: 0.06rem;
}
.push-link-box input{
	width: 100%;
	height: 100%;
	padding: 0 0.15rem;
	line-height: 0.46rem;
	font-size: 0.14rem;
	color: #333;
	border: 0 none;
	background: none;
}
/** 发布按钮 */
.push-done{
	margin: 0 auto;
	width: 2.44rem;
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.16rem;
	color: #FFF;
	text-align: center;
	background-color: #30AAFC;
	border-radius: 0.06rem;
	box-shadow: 0 0.04rem 0.04rem rgba(48, 170, 252, 0.5);
}
.push-done.default{
	cursor: not-allowed;
	background-color: #CCC;
	box-shadow: 0 0.04rem 0.04rem rgba(204, 204, 204, 0.35);
}

/** 
 * 发布视频列表
 * */
.video-links{
	float: left;
	width: 100%;
	min-height: 100%;
	padding: 0 0.3rem;
}
.video-links .video-head{
	width: 100%;
	line-height: 0.56rem;
	font-size: 0.18rem;
	color: #333;
	border-bottom: 1px solid #F3F3F3;
}
.video-links .video-line{
	width: 100%;
	min-height: 0.75rem;
	padding: 0.2rem 3.6rem 0.15rem 0;
	position: relative;
}
.video-links .video-line .line-item{
	display: block;
	float: left;
	margin-right: 0.3rem;
	height: 32px;
	line-height: 32px;
	font-size: 0.14rem;
	color: #333;
	margin-bottom: 0.1rem;
}
.video-links .video-line .line-item span{
	display: inline-block;
	vertical-align: top;
	padding-right: 0.1rem;
	font-size: 0.14rem;
	color: #333;
}
.video-links .video-line .line-item .line-item-select{
	display: inline-block;
	vertical-align: top;
	height: 32px;
}
.video-links .video-line .flash-video-btn{
	width: 1.6rem;
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.16rem;
	color: #FFF;
	text-align: center;
	background-color: #FF8911;
	border-radius: 0.06rem;
	box-shadow: 0 0.04rem 0.04rem rgba(255, 137, 17, 0.5);
	position: absolute;
	right: 1.8rem;top: 0.4rem;
	margin-top: -0.24rem;
}
.video-links .video-line .push-video-btn{
	width: 1.6rem;
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.16rem;
	color: #FFF;
	text-align: center;
	background-color: #cccccc;
	border-radius: 0.06rem;
	box-shadow: 0 0.04rem 0.04rem rgba(204, 204, 204, 0.35);
	position: absolute;
	right: 0;top: 0.4rem;
	margin-top: -0.24rem;
}
.video-links .video-line .push-video-btn.active{
	background-color: #30AAFC;
	box-shadow: 0 0.04rem 0.04rem rgba(48, 170, 252, 0.5);
}
.video-links .video-body{
	padding-bottom: 0.2rem;
}
.video-links .link-item{
	width: 100%;
	padding: 0.15rem 0;
	border-bottom: 1px solid #F3F3F3;
}
.video-links .link-item:last-child{
	border-bottom: 0 none;
}
.video-links .link-item .item-img{
	float: left;
	width: 0.8rem;
	height: 1.1rem;
	padding: 0.05rem 0;
}
.video-links .link-item .item-img img{
	width: 100%;
	height: 100%;
}
.video-links .link-item .item-words{
	width: 100%;
	padding-left: 1rem;
}
.video-links .item-words .word-title{
	width: 100%;
	height: 0.26rem;
	line-height: 0.26rem;
	font-size: 0.16rem;
	color: #333;
	text-align: justify;
}
.video-links .item-words .word-link{
	width: 100%;
	height: 0.26rem;
	line-height: 0.26rem;
	font-size: 0.14rem;
	color: #999;
	text-align: justify;
}
.video-links .item-words .word-link a{
	width: 100%;
	height: 0.26rem;
	line-height: 0.26rem;
	font-size: 0.14rem;
	color: #999;
	text-align: justify;
}
.video-links .item-words .word-link a:hover{
	text-decoration: underline;
	color: #30AAFC;
}
.video-links .item-words .word-time{
	width: 100%;
	height: 0.26rem;
	line-height: 0.26rem;
	font-size: 0.14rem;
	color: #999;
	text-align: justify;
}
.video-links .item-words .word-state{
	width: 100%;
	height: 0.26rem;
	line-height: 0.26rem;
	font-size: 0.14rem;
	color: #999;
	text-align: justify;
}
.video-links .item-words .word-state span{
	margin-right: 0.1rem;
}
.video-links .item-words .word-state span b{
	font-weight: normal;
}


/**
 * 列表
 * */
.table-media img{
	float: left;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	margin-right: 0.1rem;
}
.table-media p{
	line-height: 0.46rem;
	font-size: 0.16rem;
	color: #333;
}
.table-link img{
	float: left;
	width: 0.6rem;
	height: 0.7rem;
	margin-right: 0.1rem;
}
.table-link p.title{
	line-height: 0.4rem;
	font-size: 0.14rem;
	color: #333;
}
.table-link p.author{
	line-height: 0.3rem;
	font-size: 0.12rem;
	color: #666;
}
.table-cover{
	width: 0.8rem;
	height: 0.8rem;
}
.table-cover img{
	width: 0.6rem;
	height: 0.8rem;
}
.table-title .word-title{
	height: 0.3rem;
	line-height: 0.2rem;
	font-size: 0.16rem;
	color: #333;
	text-align: justify;
	padding-bottom: 0.1rem;
}
.table-title .word-link{
	height: 0.4rem;
}
.table-title .word-link a{
	line-height: 0.2rem;
	font-size: 0.12rem;
	color: #999;
	text-align: justify;
}
.table-state p{
	line-height: 0.25rem;
	font-size: 0.16rem;
}
.table-state p i{
	display: inline-block;
	margin-left: 0.05rem;
	color: #999;
}
.table-done i{
	margin: 0 0.05rem;
	display: inline-block;
	vertical-align: middle;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0.24rem;
	color: #30AAFC;
}
.table-done i.icon-video-del{
	width: 0.24rem;
	height: 0.22rem;
	background-image: url(../image/icon_dataOn3.png);
}
.table-done i.icon-video-tool{
	width: 0.20rem;
	height: 0.22rem;
	background-image: url(../image/icon_dataOn5.png);
}
.table-done i.el-icon-copy-document{
	font-size: 0.20rem;
	color: #30AAFC;
}
.table-done a{
	display: inline-block;
	vertical-align: top;
	margin: 0 0.05rem;
	line-height: 0.28rem;
	font-size: 0.14rem;
	color: #333;
	text-decoration: underline;
}
.table-done a.active{
	color: #30AAFC;
}
.table-done span{
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 0.16rem;
	background-color: #333;
	margin-top: 0.06rem;
}

/**
 * 定时发布
 * */
.push-time-box{
	width: 100%;
	padding-bottom: 0.2rem;
}
.push-time-select{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.14rem;
}
.push-time-tip{
	line-height: 0.28rem;
	font-size: 0.12rem;
	color: #30AAFC;
}

/**
 * 扩展链接选择
 * */
.push-extendLink{
	position: relative;
	z-index: 8;
}
.push-extendLink-more{
	width: 1.2rem;
	height: 0.4rem;
	text-align: center;
	position: absolute;
	right: 0;top: 50%;
	margin-top: -0.2rem;
}
.push-extendLink-more i{
	display: inline-block;
	vertical-align: middle;
	line-height: 0.4rem;
	color: #999;
}
/**
 * 链接标题 弹出层
 * */
.push-linkTitle-box{
	position: relative;
	z-index: 8;
}
.push-linkTitle-tc{
	position: absolute;
	left: 0;top: 100%;
	z-index: 12;
	margin-top: 0.1rem;
	width: 100%;
	padding: 0.1rem 0.2rem 0.36rem;
	background-color: #FFF;
	border-radius: 0.06rem;
	box-shadow: 0 0 0.12rem rgba(214, 214, 214, 0.85);
}
.push-linkTitle-tc .push-tc-box{
	padding-bottom: 0.1rem;
}
.push-linkTitle-tc .push-tc-head{
	width: 100%;
	line-height: 0.34rem;
	font-size: 0.14rem;
	color: #333;
}
.push-linkTitle-tc .push-tc-radio{
	padding-bottom: 0.1rem;
}
.push-linkTitle-tc .push-tc-radio .el-radio{
	display: block;
}
.push-linkTitle-tc .push-tc-tip{
	line-height: 0.24rem;
	font-size: 0.12rem;
	color: #30AAFC;
}
.push-linkTitle-tc .push-tc-btn{
	margin: 0.3rem auto 0;
	width: 1.2rem;
	height: 0.32rem;
	line-height: 0.32rem;
	font-size: 0.12rem;
	color: #FFF;
	text-align: center;
	background-color: #cccccc;
	border-radius: 0.06rem;
	box-shadow: 0 0.04rem 0.04rem rgba(204, 204, 204, 0.35);
}
.push-linkTitle-tc .push-tc-btn.active{
	/*background-color: #30AAFC;
	box-shadow: 0 0.04rem 0.04rem rgba(48, 170, 252, 0.5);*/
	background-color: #FF8911;
	box-shadow: 0 0.04rem 0.04rem rgba(255, 145, 30, 0.35);
}

/**
 * 推广链接列表
 * */
.table-box-btn{
	padding: 0.2rem 0 0.1rem;
}
.table-box-btn a{
	margin: 0 auto;
	width: 2.44rem;
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.16rem;
	color: #FFF;
	text-align: center;
	background-color: #cccccc;
	border-radius: 0.06rem;
	box-shadow: 0 0.04rem 0.04rem rgba(204, 204, 204, 0.35);
}
.table-box-btn a.active{
	background-color: #30AAFC;
	box-shadow: 0 0.04rem 0.04rem rgba(48, 170, 252, 0.5);
}


/**
 * 自定义扩展链接筛选
 * */
.link-select{
	width: 100%;
	height: 40px;
	padding-right: 1.2rem;
	position: relative;
	z-index: 8;
}
.link-select .link-select-search{
	width: 100%;
}
.link-select .link-select-btn{
	width: 1.1rem;
	height: 40px;
	line-height: 40px;
	font-size: 0.14rem;
	color: #FFF;
	text-align: center;
	background-color: #30AAFC;
	border-radius: 0.04rem;
	position: absolute;
	right: 0;top: 0;
}

/**
 * 扩展链接选择列表
 * */
.video-links .el-dialog__body{
	padding-top: 0;
}
.video-links .table-radio{
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	margin-bottom: 0;
}
