@CHARSET "UTF-8";

html,body {
	width:100%;
	height:100%;
	margin: 0;
}
.login{
	width:100%;
	height:100%;
	background-image: url(../../images/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	border-top:1px solid transparent;
}
.login_logo{
	margin-top:38px;
	display: flex;
    justify-content: center;
}
.login_center{
	width: 1200px;
	height: 540px;
	background: #FFFFFF;
	box-shadow: 0px 3px 25px 0px rgba(29,53,102,0.45);
	margin:34px auto 40px;
	display:flex;
}
.login_left{
	width:820px;
	height:100%;
	background-image: url(../../images/system_Imagejixu.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}
.login_right{
    flex: 1;
    padding: 30px;
}
.login_right ul{
    padding: 0;
    margin: 0;
    height:50px;
    line-height:50px;
    display:flex;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom:35px;
}
.login_right ul li{
    flex:1;
    line-height:50px;
    position:relative;
    cursor: pointer;
    font-size: 20px;
	font-weight: bold;
	color: #333333;
    list-style: none;
    text-align:center;
}
.login_right ul li::after{
	content:'';
	width: 40px;
	height: 3px;
	background:transparent;
	position:absolute;
	left:50%;
	margin-left:-20px;
	bottom:-2px;
}
.choice{
    color: #4381b5!important;
}
.shows{
	display:block;
}
.login_right ul li.choice::after{
	background: #4381b5;
}
.form-group{
	width:100%;
	height: 46px;
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	margin-bottom:35px!important;
}
.form-group input{
	width:87%!important;
    float: left;
	text-indent:1em;
	height: 46px;
	border:none;
	background:transparent;
}
.tab-item-img{
	width:39px;
    float: left;
	height:46px;
    position:relative;
}
.tab-item-img img{
	display:block;
    margin: 12px auto 0;
}
.tab-item-img::after{
	position:absolute;
	content:'';
	width: 1px;
	height: 17px;
	background:#DCDCDC;
	right:0;
	top:50%;
	margin-top:-8px;
}
.yzm-input{
	display:flex;
	margin-bottom:50px;
	height:79px;
}
.yzm-input input{
	width: 204px;
	height: 46px;
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	margin-right:6px;
}
.yzm-input img{
	width: 110px;
	height: 46px;
	background: #D2D2D2;
	border-radius: 4px;
}
#btnLogin{
	width: 320px;
	height: 46px;
	background: #4381b5;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
	text-align:center;
	border:none;
}
.forget-btn{
	text-align:right;
}
.forget-btn a{
	font-size: 14px;
	color: #666666;
	line-height: 62px;
}
.login_footer{
	font-size: 12px;
	color: #96A1C2;
	line-height: 20px;
	text-align:center;
}
/* .footer{
	margin-top:0px!important;
}
.admin-child,.user-child {
	height: 500px;
	background-image: url(../../images/newIndex-2j/loginBg1.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.user-child {
	background-image: url(../../images/newIndex-2j/loginBg2.png);
}
.dlk {
	width: 299px;
	height: 340px;
	position: absolute;
    z-index: 2;
    left: 50%;
    margin-left:38px;
    top: 295px;
}
.dlk>form>h1{
	font-size:20px;
	color:#242424;
	font-weight:bold;
	padding:30px 0px;
	margin:0px;
	text-align:center;
}
.form-group{
	width:100%;
	margin-bottom:22px!important;
	height:34px;
}
.form-group>label{
	padding:0px;
	text-align:right;
	font-size:15px;
	color:#333333!important;
	line-height:34px;
}
.checkcode-img{
	position: absolute; 
	right: 12px; 
	top: 4px;
	width:70px;
	height:27px;
}
#btnLogin,#btnReg{
	width: 133px;
}

@media start
@media (max-width: 767px) {
	.admin-child{
	background-image: url(../../images/newIndex-2j/app-loginBg1.png);
	}
	.user-child {
	background-image: url(../../images/newIndex-2j/app-loginBg2.png);
	}
	.dlk {
	max-width:100%;
	background-color:rgba(255,255,255,0.8);
	border:1px solid #ffffff;
	border-radius:5px;
    margin-left:-149.5px;
    top: 255px;
    }
    .form-control {
    padding-right: 30px!important;
    }
    .form-control-feedback {
    right: 15px!important;
    }
    .checkcode-img{
    right: 25px!important;
    }
    #btnLogin,#btnReg{
	width: 119px;
}
	 
}
@media (min-width: 768px) and (max-width: 991px) {
	 
}
@media (min-width: 992px) and (max-width: 1199px) {
     
}
@media (min-width: 1200px) {
 
}	 */
/* @media end */



