/*
* @Author: omtech.cn
* @Date:   2019-04-03 17:57:42
* @Last Modified by:   jason
* @Last Modified time: 2019-04-03 21:32:43
*/
@charset "utf-8";

/*list-video*/
.list-video {
	position: relative;
	height: 0;
	padding-top: 56%;
	background-color: #000;
}
.video-poster,
.video-poster:after,
.video-player-h5,
.video-player-h5 video,
.video-player-flash {
	width: 100%;
	height: 100%;
}
.video-poster,
.video-player-h5,
.video-player-flash {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.video-poster:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: '';
	display: block;
	background-color: rgba(0,0,0,.4);
}
.video-poster span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.video-poster span i {
	display: block;
	margin: 0 auto 1rem;
	width: 4.2rem;
	height: 4.2rem;
	background: url('../../../images/cando/10.0.0/video_bg.png') no-repeat center;
	background-size: 100% auto;
}
.video-player-flash {
	font-size: 16px;
	line-height: 360px;
}
.video-player-flash a { color: #fff; }
.video-player-flash object {
	display: block;
	line-height: 1;
}

/*list-text*/
.list-text { background-color: #fff; }
.text-item-title {
	position: relative;
	padding: 1.5rem 5rem 1.5rem 2rem;
	font-size: 1.8rem;
	line-height: 1.4;
	cursor: pointer;
}
.text-item-title:before {
	position: absolute;
	right: 2rem;
	top: 50%;
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	margin-top: -.5rem;
	background: url('../../../images/cando/10.0.0/report_help_icon.png') no-repeat top;
	background-size: 100% auto;
}
.text-item.on .text-item-title:before { background-position: bottom; }
.text-item-title:after {
	left: 2rem;
	right: 2rem;
}
.text-item.on .text-item-title:after,
.text-item:last-child .text-item-title:after { height: 0; }
.text-item-cont {
	display: none;
	overflow: hidden;
	padding: 1.2rem 2rem;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #888;
	background-color: #f4f4f4;
}
