@CHARSET "UTF-8";

.btr {
	border: 1px solid #ccc;
	width: 100%;
	height: 40px;
}

.btr:hover {
	background-color: #c1c1c1;
	cursor: pointer;
}

.btr-ctn-title {
	height: 40px;
	line-height: 40px;
	font-size: 1em;
	font-weight: 600
}

.btr-ctn-title:hover {
	background-color: #fff;
}

.btr div {
	line-height: 40px;
	text-align: center;
}
.btr div span:hover{
	background-color:#aefcfa;
}
.w-10 {
	width: 100%;
	height: 40px;
	float: left;
}

.w-9 {
	width: 90%;
	height: 40px;
	float: left;
}

.w-8 {
	width: 80%;
	height: 40px;
	float: left;
}

.w-7 {
	width: 70%;
	height: 40px;
	float: left;
}

.w-6 {
	width: 60%;
	height: 40px;
	float: left;
}

.w-5 {
	width: 50%;
	height: 40px;
	float: left;
}

.w-4 {
	width: 40%;
	height: 40px;
	float: left;
}

.w-3 {
	width: 30%;
	height: 40px;
	float: left;
}

.w-2 {
	width: 20%;
	height: 40px;
	float: left;
}

.w-1 {
	width: 10%;
	height: 40px;
	float: left;
}

.w-15 {
	width: 15%;
	height: 40px;
	float: left;
}

.w-05 {
	width: 5%;
	height: 40px;
	float: left;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.b {
	border: 1px solid red;
}

.rcc-center {
	margin: 0 auto;
}

.clear {
	clear: both !important;
}

.x-1 {
	width: 10%;
}

.x-3 {
	width: 30%;
}

.x-4 {
	width: 40%;
}

.x-7 {
	width: 70%;
}

.x-9 {
	width: 90%;
}

/**********************************about************************************/
.rcc-textarea {
	min-width: 90%;
	max-width: 90%;
}

.rcc-opprition span {
	padding: 5px;
	color: #178ACC;
	cursor: pointer;
}

/*********************************audio****************************************/
.stop {
	background-color: #2FA4E7;
	padding: 10px;
}

.stop:hover {
	background-color: #00FFFF
}

.play {
	background-color: #33CC99;
	padding: 10px;
}

.play:hover {
	background-color: #33CC66;
}

.audio {
	display: none;
	position: fixed;
	width: 100px;
	height: 50px;
	top: 0px;
	left: 42%
}

/********************************video**********************************/
/*模块拖拽*/
.drag {
	position: absolute;
	width: 600px;
	height: 400px;
	border: 1px solid #999;
	background: white;
	padding: 0px;
	top: 0px;
	left: 10%;
}

.video {
	width: 600px;
	height: 330px;
	margin: 0;
	padding: 0;
}

.title {
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 1.5em
}

/***************************************photo****************************/

.li-css{
	width:80%;
	height:125px!important;
	 opacity:1!important;
	 display:block!important
}
.li-h{
	height:125.8px;
}







