* {
	padding: 0px;
	margin: 0px;
}

input {
	outline: none
}

.banner {
	background: transparent url(../images/loginbg.png) no-repeat center center;
	background-position: 50% 0;
	width: 100%;
	height: auto;
	/* min-height: 786px; */
}
.banner.registerbg{
		background: transparent url(../images/registerbg.png) no-repeat center center;
		background-position: 50% 0;
		    background-color: #f2f9ff;
}

.banner .inner {
	width: 1280px;
	margin: 0 auto;
	height: auto;
	padding: 100px 0px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.inner.frameheight {
	padding: 100px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner .inner .login_frame {
	margin-top: 0;
	padding: 52px;
	position: relative;
	width: 450px;
	height: auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 50px 0px rgba(1, 130, 205, 0.1);
	border-radius: 8px;
	box-sizing: border-box;
	    float: right;

}

.login_tab {
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #999999;
	cursor: pointer;

}

.activelogin.login_tab {
	color: #333333;
}

.login_tabline {
	width: 2px;
	height: 23px;
	line-height: 1.5;
	letter-spacing: 1px;
	background-color: #999999;
	margin: 0 30px;

}

.login_tabtitle {
	display: flex;
	align-items: center;
	justify-content: center;
}

.loginbtn {
	width: 100%;
	height: 44px;
	background-color: #004999;
	border-radius: 4px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #ffffff;
	box-sizing: border-box;
	border: solid 1px #004999;
	margin-top: 20px;
}

.borloginbtn.loginbtn {
	background-color: #ffffff;
	border-radius: 4px;
	color: #004999;
	margin-top: 24px;
}

.forgetpsw {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #004999;
	padding-top: 20px;
	text-align: right;
	display: inline-block;
	width: 100%;
	text-decoration: none;
}

.inputbottombar {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 20px;
	width: 100%;
}

.inputbottombar a {
	color: #004999;
	text-decoration: none;
}

.inputlogin_item {
	width: 100%;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #E5E5E5;
	margin-top: 20px;
	padding: 14px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.hadcodeinput .inputlogin_item {
	margin-top: 0px !important;
}

.codeinput {
	width: 208px;
}

.inputlogin_item:first-child {
	margin-top: 30px;
}

.input_icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
}

.input_login {
	border: none;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #333333;
	width: 100%;
}

.hadcodeinput {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
}

.codeimg {
	width: 113px;
	height: 34px;
	display: inline-flex;
}

.hide {
	display: none !important;
}


.getcodebtn {
	width: 120px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #004999;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #004999;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 注册相关ui */
.frameblank {
	width: 665px;
	height: auto;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 50px 0px rgba(1, 131, 205, 0.10);
	box-sizing: border-box;
	padding: 0px 120px;
	margin: 0 auto;
	min-height: 504px;
	position: relative;
}
.hadaccount{
	font-size: 16px;
	font-weight: 400;
	text-align: CENTER;
	color: #333333;
	position: absolute;
	top: -40px;
	right: 0px;
	line-height: 24px;
	display: flex;
	    align-items: center;
	    justify-content: flex-end;
	
}
.hadaccount a{
	cursor: pointer;
	color: #004999;
	text-decoration: none;
}
.loginarrow{
	width: 16px;
	height: 16px;
	display: inline-block;
}
.framevalueinfo {
	padding-bottom: 54px;
}

.frameblank::-webkit-scrollbar {
	width: 0 !important;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.logintitle {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #333333;
	line-height: 1.5;
	padding-top: 54px;
	padding-bottom: 30px;
}

.frameitem {
	margin-bottom: 20px;
}

.framevalue {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 400;
	text-align: LEFT;
	color: #333333;
	line-height: 1.5;
}

.framevalue_hd {
	font-size: 14px;
	font-weight: 400;
	text-align: LEFT;
	color: #333333;
	line-height: 1.5;
	width: 75px;
	padding-right: 15px;
	box-sizing: border-box;

}

.framevalue_bd {
	flex: 1;
	position: relative;
}

.framevalue_ft {
	margin-left: 20px;
}

.imgcodeimg {
	width: 120px;
	height: 40px;
	display: flex;
	cursor: pointer;
}

.frameinput {
	width: 100%;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	padding: 0px 12px;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	color: #333333;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

input.frameinput::-webkit-input-placeholder {
	color: #999999;
}

input.frameinput::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

input.frameinput:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

input.frameinput:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999999;
}

.frameinput:focus {
	border: 1px solid #004999;
}

.frametips {
	font-size: 12px;
	font-weight: 400;
	text-align: LEFT;
	color: #999999;
	line-height: 1.5;
	margin-top: 8px;
	padding-left: 75px;
}

.framestatetips {
	font-size: 12px;
	font-weight: 400;
	text-align: LEFT;
	color: #e5414a;
	line-height: 1.5;
	margin-top: 8px;
	padding-left: 75px;
}

.agreentbar {
	font-size: 12px;
	font-weight: 400;
	text-align: LEFT;
	color: #666666;
	line-height: 1.5;
	padding-bottom: 24px;
	padding-left: 75px;
}

.agreentbar a {
	color: #004999;
	text-decoration: none;
}

.relevanflex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 400;
	text-align: LEFT;
	color: #666666;
	line-height: 1.5;
	padding-top: 12px;
	cursor: pointer;
}

.relevanflex a {
	color: #004999;
	text-decoration: none;
}

.baseinfotitle {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #333333;
	line-height: 1.5;
	padding: 30px;
}

.btnbarflex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
}

.btnbarflex .loginbtn {
	margin: 0px;
	width: 200px;
}

.foraccount {
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	color: #004999;
	line-height: 1.5;
	margin-top: 12px;
	cursor: pointer;
}

.foraccounttips {
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #666666;
	line-height: 1.5;
	padding-bottom: 30px;
	margin-left: -5px;
	margin-right: -5px;
}

.selectdialog {
	position: absolute;
	width: 100%;
	height: 170px;
	background: #ffffff;
	border-radius: 3px;
	box-shadow: 0px 2px 10px 0px rgba(1, 131, 205, 0.15);
	margin-top: 12px;
	overflow-y: scroll;
	z-index: 9;
}
.searchlistdiaog
{
    position:inherit;
    height:auto;
    overflow:auto;
    min-height:200px;
}
ul.selectdialog li {
	font-size: 14px;
	font-weight: 500;
	text-align: LEFT;
	color: #333333;
	line-height: 1.5;
	padding: 7px 22px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.selectcheck {
	width: 12px;
	height: 12px;
	display: none;
}

ul.selectdialog li.selectedvalue {
	color: #004999;
}

li.selectedvalue .selectcheck {
	display: inline-block;
}

.selectdialog::-webkit-scrollbar {
	width: 0 !important;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}


.selectvalue {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 400;
	text-align: LEFT;
	color: #999999;
	line-height: 1.5;
	width: 100%;
}

.selectitem {
	font-size: 12px;
	font-weight: 400;
	text-align: LEFT;
	color: #333333;
	line-height: 1.5;
	padding: 4px 8px;
	background: #f3f4f5;
	border-radius: 2px;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.selectclose {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-left: 4px;
}

.selectinputbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	border: 1px solid rgba(0, 0, 0, 0.10);
	height: auto;
	font-size: 14px;
	font-weight: 400;
	text-align: LEFT;
	color: #333333;
	line-height: 1.5;
	padding: 4px 0px;
	padding-left: 12px;
}

.selectarrow {
	width: 16px;
	height: 16px;
	display: inline-flex;
	padding: 8px;
	cursor: pointer;
}

.noselectvalue {
	font-size: 14px;
	font-weight: 400;
	text-align: LEFT;
	color: #999999;
	line-height: 1.5;
	flex:1;
}

@media only screen and (max-width:750px) {
	.banner {
		min-height: auto;
		background: #fff;
	}

	.banner .inner {
		width: 100%;
		height: auto;
		padding: 0px;
		min-height: auto;
	}

	.banner .inner .login_frame {
		float: none;
		width: 100%;
		margin: 0 auto;
		padding: 54px 20px;
		height: auto;
	}

	.codeinput {
		width: 60%;
	}

	.login_tabline {
		height: 16px;
	}

	.frameblank {
		width: 100%;
		padding: 0px 20px;
		height: auto;
		margin-top:80px;
	}

	.btnbarflex .loginbtn {
		width: 48%;
	}

	.framevalue_ft {
		margin-left: 10px;
	}

	.selectdialog {
		height: 102px;
	}
}
