@charset "utf-8";
body{ background-color: #f6f9ff;}
a{ transition: 0.3s; cursor: pointer;}
.login{width: 100%;height: 100vh; display: flex;}
.login_left{width: 61%;height: 100%; background: url(../images/login_bg.jpg) no-repeat center;background-size: cover; position: relative;}
.logo_tx{color: #fff; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background-color: rgba(12,96,150,0.6); width: 100%; box-sizing: border-box; padding:50px 0; display: flex;}
.logo_tx span{ display: flex; flex-direction: column; padding: 0 15%;}
.logo_tx h2{font-size: 60px;font-weight: bold; margin: 26px 0;}
.logo_tx h3{font-size: 36px;font-weight: 200;}
.login_right{width: 39%;height: 100%;background: #f6f9ff; position: relative;}
.user{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); margin-top: -40px; max-width: 80%;}
.user_tx h1{font-size: 30px;font-weight: bold; }
.user_tx h2{font-size: 18px;color: #999; margin-top: 10px;}
.input_box{margin-top: 50px;}
.input_item{width: 386px;height: 48px; border: 1px #ddd solid; background: #fff; display: flex; align-items: center; justify-content: space-between; margin-top: 20px; font-size: 16px; max-width: 100%;}
.input_item.active{border: 1px #0c6096 solid;}
.input_icon{display: flex; align-items: center; color: #999; font-size: 16px;}
.input_icon img{margin: 0 12px;}
.input_item input{
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	display: block;
	width: calc(100% - 100px);
	height: 100%;
	box-sizing: border-box; padding-right: 20px;
	font-size: 16px;
}
.gouxuan{display: flex; align-items: center; margin-top: 20px; color: #999; cursor: pointer;}
.gouxuan em{width: 16px;height: 16px; border-radius: 3px; background: #4090cb; display: flex; align-items: center; justify-content: center;margin-right: 10px;}
.denglu{width: 388px;height: 52px; line-height: 52px;text-align: center; margin-top: 30px;background-color: #4090cb; display: block; color: #fff; font-size: 16px;border-radius: 3px; cursor: pointer; max-width: 100%;}
.gouxuan label{ display: flex; align-items: center; margin-right: 10px;}
.gouxuan .num-li {display: none;}
.gouxuan .b-radio {display: inline-block;border: none;width: 16px;height: 16px;position: relative;border-radius: 3px;caret-color: transparent;background: url(../images/dh.png) center center #ccc no-repeat; background-size: 100%;}
.gouxuan .b-radio:before { content: '';font-size: 0;caret-color: transparent;width: 16px;height: 16px;border: none;position: absolute;border-radius:3px;display: none;background: url(../images/dh.png) center center #4090cb no-repeat; background-size: 100%; color: #fff;}
.gouxuan .num-li:checked~.b-radio:before {display: block;}
.gouxuan p{ padding-left: 10px;}
.dllogo{ margin: 0 auto; max-width: 70%;}
.dllogo img{ width: 100%; display: block;}


.conf{ display: flex; justify-content: space-between;}
.conc{ display: flex;align-items: center;}

@media only screen and (max-width:1400px) {
	.login_left{ width: 50%;}
	.login_right{ width: 50%;}
	.logo_tx h2{ font-size: 40px;}
	.logo_tx h3{ font-size: 24px;}
	
}
@media only screen and (max-width:1024px) {
	.login_left{ display: none;}
	.login_right{ width: 100%;}
	.user_tx h1{ font-size: 24px;}
	.user_tx h2{ font-size: 16px;}
	.dllogo{ max-width: 60%;}
}