.wrapper {
	position: relative;
	height: 100%;
	font-size: 16px;
	color: #333333;
	background-color: #F7F7F7;
}
.line-limit-length{
	margin-left:5%;
	height:25px;
}

.top-tip {
	padding: 15px;
	font-size: 14px;
	color: #666666;
}

.top-tip:before {
	content: "鎻愮ず锛�";
	color: "#000000";
}

.image-detail{
	width: 20%;
	margin:1%;
}
ul,
li {
	list-style: none;
	box-sizing: border-box;
}

button {
	outline: none;
}

.img-vote {
	width: 23px;
	height: 23px;
	float: left;
}

.vote-note {
	float: left;
	font-size: 14px;
}

.name-video {
	font-size: 14px;
	text-align: left;
	padding: 5px 0;
}

.vote-bottom {
	width: 100%;
	height: 23px;
	line-height: 23px;
	padding: 5px 0;
	margin-left:4%;
}

.vote-num-hint {
	font-size: 12px;
	color: #666666;
	margin-right: 5px;
	height: 23px;
	line-height: 23px
}

.vote-num {
	color:#f88062;;
	font-size: 14px;
	text-align: center;
	padding: 0;
}

.top {
	background-color: white;
}

.bottom {
	background: coral;
}


/*loading*/

.loaddiv {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	display: none;
}

.loaddiv-child {
	background-color: #000000;
	opacity: 0.6;
	border-radius: 10px;
	position: fixed;
	left: 50%;
	top: 60%;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
	text-align: center;
	z-index: 1008;
	display: block;
}

.play {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 45%;
	top: 40%;
}

.loadimg {
	background-color: #000000;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px 10px 0;
}

.loadtext {
	margin: 0px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	color: #F2F2F2;
}

.yzm-hint {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	float: left;
}

.yzm-input {
	float: left;
	width: 100px;
	height: 30px;
	margin-top: 5px;
	padding: 0 10px;
	font-size: 14px;
	margin-left: 15px;
	background-color: white;
}

.image-top {
	width: 90%;
	height: 100px;
	margin:7% 0% 5% 5%;
}
/* .imgpc {
	width: 50%;
	height: 60%;
	margin:7% 0% 5% 5%;
} */


.image-top-second {
	width: 100%;
	height: 150px;
}

.li-item {
	width: 50%;
	float: left;
	padding: 15px;
	margin: 0;
}

.code {
	margin-top: 5px;
	margin-left: 20px;
	height: 30px;
	width: 90px;
	text-align: center;
	font-size: 16px;
	background: white;
	outline: none;
}

.yzm-hint:after {
	content: "*";
	color: red;
}

.btn-submit {
	background-color: #0268b7;
	height: 40px;
	width: 90%;
	border-radius: 5px;
	font-size: 17px;
	color: white;
}

.btn-submit:active {
	background-color: #CCCCCC;
}

.btn-reset {
	margin-top: 25px;
	background-color: #CCCCCC;
	height: 40px;
	width: 90%;
	border-radius: 5px;
	font-size: 17px;
	color: white;
}

.selected {}

.selected>img {
	src: url(images/agree.png);
}

.selected>div {
	color: #f88062;
}

.unselected {}

.unselected>img {
	src: url(images/disagree.png);
}

.unselected>div {
	color: #999999;
}

.li-item-second {
	width: 90%;
	margin: 0;
	margin-left: 5%;
}

.video-play {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300px;
	display: none;
}