@charset "UTF-8";
html,
body {
    font-family: "microsoft yahei", Helvetica, Arial, Verdana, sans-serif, "iconfont"!important;
    background:url('../images/2020/home/homebg.png') no-repeat;
    background-size:100% 100%;
}

html {
    zoom: 0.9;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
}

html,body{
    width:100%;
    height:100%;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    padding: 20px 0;
    background: #fff;
}

.header .logo {
    width: 116px;
    height: 58px;
    background: url('../images/login/logo_unicom .png') no-repeat;
    float: left;
    margin-left: 25px;
}

.header .brand {
    font-size: 26px;
    font-weight: bolder;
    height: 70px;
    line-height: 70px;
    float: left;
    margin-left: 15px;
}

.header .welcome {
    font-size: 26px;
    height: 70px;
    line-height: 70px;
    color: #ff841c;
    float: left;
    margin-left: 35px;
}

.main {
    /*background: #d7eefe;*/
    height: 500px;
    /*background: url('../images/login/login_bg.png') no-repeat center;*/
    /*background-size: 100%;*/
}

.main .main-content {
    position: relative;
    margin: 0 auto;
    /*background: url('../images/login/quan.png') no-repeat 66px 120px;*/
}

.login-form {
    position: absolute;
    background: #fff;
    border-top: 3px solid #958c29;
    width: 310px;
    height: 385px;
    top: 60px;
    right: 7%;
    padding: 15px 20px;
}

.login-form .title {
    height: 60px;
    line-height: 60px;
    text-align: left;
    border-bottom: 1px solid #958c29;
    font-size: 24px;
}

.login-form .login-row {
    position: relative;
    margin-bottom: 20px;
}

.login-form input {
    border: 0;
    outline: none;
    font-size: 12px;
    background: transparent;
    border: 1px solid #dedede;
}

.login-form .error-wrap {
    min-height: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto!important;
}

.login-form .error-text {
    position: relative;
    background: #ffebeb;
    color: #e4393c;
    border: 1px solid #faccc6;
    padding: 5px 10px 5px 20px;
    line-height: 15px;
    height: auto;
}

.login-form #username {
    position: relative;
    width: 278px;
    height: 18px;
    line-height: 18px;
    padding: 10px 15px;
}

.login-form #usernameReset {
    position: relative;
    width: 278px;
    height: 18px;
    line-height: 18px;
    padding: 10px 15px;
}

.login-form #password {
    position: relative;
    width: 278px;
    height: 18px;
    line-height: 18px;
    padding: 10px 15px;
}

.login-form #verifyCode {
    width: 100px;
    height: 18px;
    line-height: 18px;
    padding: 10px 15px;
}

.login-form #smsCode {
    width: 100px;
    height: 18px;
    line-height: 18px;
    padding: 10px 15px;
}

.login-form .verifyPic {
    display: inline-block;
    vertical-align: bottom;
    /* margin-bottom: 10px; */
    width: 100px;
    height: 38px;
}
.login-form #getSmsCode {
    display: inline-block;
    vertical-align: bottom;
    /* margin-bottom: 10px; */
    height: 38px;
}
.login-form .refresh {
    position: absolute;
    /*width: 30px;*/
    /*height: 22px;*/
    top: 10px;
    /*right: 20px;*/
    /*background: url('../images/login/refresh.png') no-repeat center;*/
    cursor: pointer;
}

.login-form .check-row {
    font-size: 16px;
    height: 30px;
    margin-top: 15px;
    color: #aaa;
    position: relative;
}

.login-form .check-row .forget {
    right: 0;
    position: absolute;
    cursor: pointer;
    color: #34aada;
}

.login-form .btn-row {
    margin-top: 20px;
}

.login-form .btn {
    background: url('../images/login/loginbtn.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 100%;
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 18px;
    padding-left: 30px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #333;
}

.footer ul li {
    float: left;
    list-style: none;
    font-size: 30px;
    margin-left: 65px;
    color: #333333
}

li i {
    height: 19px;
    width: 3px;
    background: #000;
    /* top: 13px; */
    margin-right: 10px;
    display: inline-flex;
}

li i.d1 {
    background: #cac7aa;
}

li i.d2 {
    background: #cac7aa;
}

li i.d3 {
    background: #cac7aa;
}

li i.d4 {
    background: #cac7aa;
}


@media screen and (min-width:1920px) {
    .main {
        height: 750px;
    }
    .login-form {
        top: 180px;
    }
}

@media screen and (min-width:1600px) and (max-width: 1919px) {
    .main {
        height: 700px;
    }
    .login-form {
        top: 140px;
    }
}

@media screen and (min-width:1200px) and (max-width: 1599px) {
    .main {
        height: 580px;
    }
    .login-form {
        top: 100px;
    }
}

@media (max-width: 1199px) {
    .main {
        height: 500px;
    }
    .login-form {
        top: 60px;
    }
}
