.nav_list ul li {
    float: left;
    /*width: 166.67px;*/
    height: 34px;
}
.carousel_index {
	position: relative;
}
.carousel_index .login {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	right: 100px;
	margin: auto;
	width: 350px;
	height: 390px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.login_con {
	padding: 28px 32px 18px;
}
.table {
	margin-top: 37px;
}
.table label img {
	display: block;
	width: 40px;
	height: 40px;
}
.table li>img {
	width: 100px;
	height: 40px;
}
.table li {
	margin-bottom: 15px;
}
.table li .get_code {
	width: 100px;
	height: 40px;
	font-size: 14px;
	cursor: pointer;
	background: #ff9600;
	color: #fff;
}
.table li input {
	height: 38px;
	text-indent: 10px;
	font-size: 14px;
	border-top: 1px solid rgba(204, 204, 204, 1);
	border-right: 1px solid rgba(204, 204, 204, 1);
	border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.all input {
	width: 244px;
}
.half input {
	width: 139px;
}
.entry {
	display: block;
	width: 100%;
	height: 40px;
	color: #333;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #FF9600;
	color: #FF9600;
	background: #fff;
	border-radius:5px;
}
.entry:hover{
	color: #fff;
	background-color: #ff9600;
}
