
.login-bg{
     background:url(../images/login_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.login{
    margin: 200px auto 0 auto;
    min-height: 400px;
    max-width: 420px;
    padding: 40px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    /* 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-bg .login .message {
    color: #222222;
    font-size: 24px;
	font-weight:400;
    text-align: center;
	padding-bottom:30px;
}

.login-bg .login input[type=text],
.login-bg .login input[type=file],
.login-bg .login input[type=password],
.login-bg .login input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 5px;
    height: 50px;
    padding: 0px 16px;
    font-size: 16px;
    color: #555555;
    outline:none;
    width:100%;
    box-sizing: border-box;
}
.login-bg .login input[type=text]:focus,
.login-bg .login input[type=file]:focus,
.login-bg .login input[type=password]:focus,
.login-bg .login input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}
.login-bg .login input[type=submit],
.login-bg .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: #222222;
    border-radius: 5px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
.login-bg .login input.yhm{ background-image:url(../images/login_icon1.png); background-repeat:no-repeat; background-position:10px center; padding-left:40px;}
.login-bg .login input.mm{ background-image:url(../images/login_icon2.png); background-repeat:no-repeat; background-position:10px center; padding-left:40px;}
.login-bg .login input.yzm{ background-image:url(../images/login_icon3.png); background-repeat:no-repeat; background-position:10px center; padding-left:40px; width:210px; float:left;}
.login-bg .login input.yx{ background-image:url(../images/login_icon4.png); background-repeat:no-repeat; background-position:10px center; padding-left:40px;}
.veritytu{ width:120px; height:50px; display:block; float:right;}
.veritytu img{ width:120px; height:50px; border-radius:5px;}
.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%;
}
.login .zc{
    text-align: right;
}
.login .zc a{
    font-size: 14px;
}
.login-bg2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.login2{
    max-width: 487px;
    max-height: 648px;
    margin: 0;
    overflow-y: auto;
    padding: 40px 20px;
}
.login2::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.login2::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px #09b4c5;
    background   : #09b4c5;
}
.login2::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px #09b4c5;
    border-radius: 10px;
    background   : #ededed;
}
.formflex{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.formflex .layui-input{
    width: calc(100% - 70px)!important;
    height: 34px!important;
    font-size: 14px!important;
}
.title2{
    width: 60px;
    line-height: 34px;
    font-size: 14px;
    margin-right: 10px;
}
.formflex .layui-form-radio{margin-top: 0;}