body{
    background: #fff;
    color:#000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow:0 0 0 60px #fff inset;
}
input{
    outline: none;
    background:transparent;
    -webkit-appearance:none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input:focus{
    border:none;
    outline: none;
    background: transparent;
}
.header {
    padding: 0 50px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.headerLogo img{
    width:auto;
    height: auto;
}
.headerTitle{
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    margin-left: 20px;
    display: inline-block;
    border-left: 1px solid #E5E5E5;
    color: #226ED2;
}
.main {
    height: 766px;
    background: #fff;
    position: relative;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -ms-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
    background-position: center;
}
#mainCnt {
    width: 100%;
    clear: both;
    background-repeat: no-repeat;
    background-position: top;
}
#mainCnt{
    height: 766px;
    position: relative;
}
.main-inner-wrap {
    width: 1200px;
    height: 766px;
    margin: 0 auto;
    position: relative;
}
#theme {
    margin: 0 auto;
    width: 600px;
    height: 540px;
    overflow: hidden;
    position: absolute;
    top:74px;
    left: 0;
}
#theme .theme-item{
    float: left;
}
#loginScreen2{
    margin-left: 30px;
}
.loginTitle{
    height: 88px;
    width: auto;
    margin-left: 40px;
    margin-bottom: 50px;
}
.lt2{
    margin-bottom: 40px;
}
.loginBackgroundPic{
    width: 560px;
    height: 394px;
}
.theme_href{
    position: absolute;
    width: 650px;
    height: 766px;
    left: 0;
    top: 0;
    cursor: pointer;
}
.themeCtrl {
    width: 100%;
    height: 18px;
    position: absolute;
    bottom: 90px;
    display: flex;
    justify-content: center;
}
.themeCtrl a {
    float: left;
    width:15px;
    height:15px;
    border:1px solid #fff;
    border-radius: 50%;
    background: none;
    margin-right: 14px;
}
.themeCtrl a.active{
    width:35px;
    background: #fff;
    border-radius:8px;
}
.themeCtrl a:last-child{
    margin-right: 0;
}
.login {
    width: 430px;
    height: 540px;
    top: 74px;
    right: 0;
    position: absolute;
    z-index: 2;
    background: #fff;
    box-shadow:0 0 20px 0 rgba(0,0,0,0.2);
    border-radius:8px
}
.loginName{
    font-size:22px;
    font-weight:bold;
    color:rgba(39,93,194,1);
    font-family:PingFangSC-Semibold;
    line-height:42px;
    text-align: center;
    margin-top:44px;
    margin-bottom: 30px;
    letter-spacing: 5px;
}
.loginWrap{
    width:364px;
    margin:0 auto;
}
#loginform .form-control-login{
    width: 100%;
    height: 54px;
    margin-bottom: 20px;
    line-height: 54px;
}
#loginform .form-submit{
    margin-top:45px;
}
.inputBox{
    display: block;
    height: 100%;
    border-radius:6px;
    border:1px solid rgba(204,204,204,1);
}
.inputBox.active{
    border-color: #226ED2;
}
.loginIcon{
    margin:12px 20px;
    float: left;
    width:30px;
    height: 30px;
}
.loginInput{
    position: relative;
    margin-left: 70px;
    height: 54px;
}
.iconName{
    background-image: url(../images/loginImg/iconName.png);
    background-size: 100% 100%;
}
.iconPwd{
    background-image: url(../images/loginImg/iconPwd.png);
    background-size: 100% 100%;
}
.iconVer{
    background-image: url(../images/loginImg/iconVer.png);
    background-size: 100% 100%;
}
.u-label,.u-input{
    position: absolute;
    top:0;
    left: 0;
}
.u-label{
    color: #CCCCCC;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.u-input{
    width:99%;
    height: 50px;
    margin:2px -4px 2px 0;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    border:none;
    background: transparent;
    padding: 0;
}
.inputBox-ver{
    width:203px;
    float: left;
}
.verifyDiv{
    float: right;
    width:140px;
    height: 54px;
}
#verifyImg{
    width: 100%;
    height: 100%;
}
.form-submit input{
    width:100%;
    height:50px;
    line-height: 50px;
    background:linear-gradient(180deg,rgba(33,112,211,1) 0%,rgba(41,85,186,1) 100%);
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.19),1px 1px 1px 0 rgba(255,255,255,0.15);
    border-radius:48px;
    color:#fff;
    text-align: center;
    padding: 0;
    border:none;
    font-size: 22px;
    letter-spacing: 2px;
}
.m-footer{
    text-align: center;
    margin-top:27px;
}
.footer-main{
    color: #808080;
    font-weight:500;
    line-height:20px;
    font-size:14px;
}