
.login-bg{
     background:url('/image/banner_04.jpg') no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.login{
    margin: 300px auto 0 auto;
    min-height: 420px;
    max-width: 420px;
    padding: 40px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
.login a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.login .message {
    /*margin: 10px 0 0 -58px;*/
    padding: 18px 10px 18px 0;
    background: #09b4c5;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.login #darkbannerwrap {
    background: url('/image/aiwrap.png');
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
    box-sizing: border-box;
}
.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}
.login input[type=submit],
.login input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #09b4c5;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
.login hr {
    background: #fff 0 0 no-repeat;
}
.login hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.login hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
 /*验证码弹窗相关*/
 .checkBox-mask{
	position: fixed;
	z-index: 60000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	background: #000;
	display: none;
}

.checkBox{
	width:305px;
	height: 305px;
	position: absolute;
	left: 45%;
	top: 50%;
	margin-left: -90.5px;
	margin-top: -220.5px;
	z-index: 9999999999;
	overflow-y: auto;
	display: none;
	background: white;
}
.checkBox-head{
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: #102233;
}
.checkBox-img{
	width: 93px;
	height: 68px;
	margin-left: 96px;
	margin-top: 55px;
	background-image: url('/image/logo.png');
	background-size: 68px;
background-repeat: no-repeat;
background-position-x: 14px;
}
.checkBox-con{
	padding: 10px 10px 10px;
}
.slider{
	margin-bottom: 40px;
}
.verify-wrap{
	margin-top: 40px;
}