@charset "UTF-8";
/* CSS Document */

.bhcCommentMainBox{
	width: 100%;
	margin: 48px 0 80px;
	overflow: hidden;
}



.bhcRightBox{
	width: 75%;
	float: right;
}


.chooseHotialBox{
	width: 200px;
	float: left;
	background: #e6ebf2;
	border-radius: 4px;
	/* overflow: hidden; */
	position:relative;
	
}


.chooseHotialBox ul li{
	border-bottom: 2px solid #ffffff;
	padding: 20px;
}
.chooseHotialBox ul li p{
	color: #4c4c4c;
	font-size: 12px;
	margin-bottom: 10px;
}

.chooseHotialBox ul li select{
	width: 145px;
	background:url(../../images/top/jiantou.png) no-repeat right;
	font-size: 16px;
	color: #000000;
}
.chooseHotialBox ul li input{
	/* background: #e6ebf2; */
	background: url(../../images/other/jiantou.png) no-repeat right;
}

.chooseHotialBox ul li:last-child .searchBox{
	display: inline-block;
	vertical-align: middle;
}
.chooseHotialBox ul li:last-child .searchBox input{
	width: 140px;
	height: 28px;
	padding-left: 12px;
	border: 1px solid #a6a6a6;
	border-radius: 2px;
}
.chooseHotialBox ul li:last-child .searchButton{
	margin: 30px auto 10px;
	width: 104px;
	height: 48px;
	line-height: 48px;
	background: #05377e;
	color: #FFFFFF;
	border-radius: 4px;
	display: block;
}


.memberText{
	color: #808080;
	font-size: 15px;
	line-height: 28px;
	text-indent: 2em;
	margin-bottom: 40px;
}

/*登录*/
.loadMainBox{
	margin: 0 150px;
}

.loadMainBox ul li{
	width: 100%;
	margin-bottom: 30px;
}

.loadMainBox ul li input{
	border: 1px solid #d9d9d9;
	height: 55px;
	line-height: 55px;
	width: 98%;
	padding-left: 8px;
	border-radius: 4px;
	color: #333333;
	font-size: 16px;
}

.loadMainBox .chooseInput{
	border: 1px solid #05377e;
	box-shadow: 0 0 5px #c7d3e0;
}

.rememberBox{
	width: 100%;
	overflow: hidden;
}

.rememberBox span{
	float: left;
	font-size: 16px;
	color: #808080;
}

.rememberBox span input{
	width: 24px;
	height: 24px;
	border-radius: 4px;
	border:1px solid #e6e6e6;
	background: #FFFFFF;
	-webkit-appearance: button;
	margin-right: 10px;
	vertical-align: -6px;
}

.rememberBox .remember{
	border:1px solid #05377e;
	background: #05377e;
	position: relative;
}
.rememberBox .remember::after{
	position: absolute;
	width: 6px;
	height: 10px;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	left: 7px;
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	content: '\20';
	display: block;
	top: 3px;
}


.rememberBox a{
	float: right;
	font-size: 18px;
	color: #05377e;
}


.loadButton{
	margin: 36px 0 40px;
}

.loadButton input{
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #05377e;
	color: #FFFFFF;
	font-size: 22px;
	border-radius: 40px;
}

.zczh{
	font-size: 18px;
	color: #808080;
	text-align: center;
}

.zczh a{
	color: #05377e;
	font-size: 18px;
    cursor: pointer;
}


/*忘记密码*/
.forgetPassword ul li{
	position: relative;
	height: 55px;
}

.forgetPassword ul li img{
	position: absolute;
	right: 10px;
	top: 12px;
	height: 35px;
}

.forgetPassword .yzmBox input:nth-child(1){
	width: 70%;
	float: left;
}

.forgetPassword .yzmBox input:nth-child(2){
	width: 26%;
	background: #05377e;
	color: #FFFFFF;
	font-size: 15px;
	border:1px solid #05377e;
	float: right;
}


/*注册*/
.twoButtonBox{
	overflow: hidden;
}
.twoButtonBox input{
	width: 47%;
}

.twoButtonBox input:nth-child(1){
	float: left;
}

.twoButtonBox input:nth-child(2){
	float: right;
	background: #e6ebf2;
	color: #05377e;
}