html, body {
    font-family: "微软雅黑", "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    background: #f2f2f2;
    padding: 0px;
    margin: 0px;
}

ul, li {
    padding: 0px;
    margin: 0px;
}

.page-logo {
    width: 100%;
    height: 95px;
    border-bottom: 10px solid #5c99cf;
    background-color: #ffffff;
    overflow: hidden;
}

.page-logo .logo {
    margin-top: 20px;
    margin-left: 50px;
}

.page-content {
    width: 730px;
    height: 320px;
    margin: 0 auto;
    background: url(../image/sign_BG.jpg) no-repeat top center;
    padding-top: 150px;
    padding-left: 220px;
}

.login_wb01 {
    background: url("../image/login_name.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 42px;
    line-height: 42px;
    padding: 0 5px 0 34px;
    margin-bottom: 10px;
    width: 205px;
}

.login_wb02 {
    background: url("../image/login_password.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 42px;
    line-height: 42px;
    padding: 0 5px 0 34px;
    width: 205px;
}

.lg_check {
    display: block;
    margin-bottom: 20px;
}

.lg_check .lg_jzm, .lg_check input {
    vertical-align: middle;
}

.form-actions label.lg_check{
    padding-left: 35px;
}
.form-actions {
    padding-top: 20px;
    display: block;
}

.form-actions .btn-login {
    display: block;
    margin: 0 auto;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width: 100%;
    user-select: none;
    cursor: pointer;
    background-image: linear-gradient(90deg, #6fb2ff 0%, #3c89ff 58%, #095fff 100%), linear-gradient(0deg, #000000 0%, #ffffff 100%);
    box-shadow: 0px 7px 27px 0px rgba(50, 129, 255, 0.51);
    border-radius: 2px;
}
.btn-login {
    display: inline-block;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 100%;
    user-select: none;
    cursor: pointer;
    background-image: linear-gradient(90deg, #6fb2ff 0%, #3c89ff 58%, #095fff 100%), linear-gradient(0deg, #000000 0%, #ffffff 100%);
    box-shadow: 0px 7px 27px 0px rgba(50, 129, 255, 0.51);
    border-radius: 2px;
}
.login-error-hint{
    margin-top: 10px;
    text-align: center;
}
ul.login-error-hint li{
    display: inline-block;
    list-style: none;
}
.form-actions .btn-login:active{

}

.page-footer {
    position: relative;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    color: #666;
    text-align: center;
}

.login_warp, body, html {
    width: 100%;
    height: 100%
}

.login_warp *{
    /*box-sizing:border-box;*/
}
.login_warp {
    min-height: 600px;
    position: relative;
    background: url(../image/login_bg.png) center center;
    user-select: none;
    /*background-size: 100% 100%;*/
}
.login_content_box{
    width: 800px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -65%);
}
.login_warp .login_content {
    width: 800px;
    height: 400px;
    background: #fff;
    margin-top: 20px;
    border: 1px solid #f1f1f1;
    color: #526069;
    opacity: .9;
    box-shadow: 0px 0px 6px #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
}

.login_content_left{
    width: 420px;
    float:left;
    height: 100%;
}
.login_content_left_img{
    width: 100%;
    height: 100%;
}
.login_content_right{
    padding: 20px 40px 0 40px;
    overflow: hidden;
}
.edit_box{
    max-width: 600px;
    min-width: 300px;
    margin: 0 auto;
    padding: 20px 40px 0 40px;
    overflow: hidden;
}

.login_header {
    text-align: center;
    height: auto;
    line-height: 1.2;
    padding: 20px 0 20px 0;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 2px;
    color: #3888ed;
}

.login_input {
    box-sizing: content-box;
}

.ym-logo-fl {
    display: inline-block;
    position: fixed;
    left: 50px;
    top: 40px;
    width: 200px;
}
.ym-logo-fr {
    display: inline-block;
    position: relative;
    right: 20px;
    top: 0px;
    float: right;
    margin-bottom: 20px;
    width: 175px;
}

.ym-logo-mini {
    display: inline-block;
    vertical-align: text-top;
    height: 40px;
}


/*ccc*/
.login-form{
    min-height: 280px;
}
.error-info{
    color: red;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
@keyframes login-small {
    0% {
        transform: scale(1);
        -moz-transform: scale(1); /* Firefox 4 */
        -webkit-transform: scale(1); /* Safari 和 Chrome */
        -o-transform: scale(1); /* Opera */
        -ms-transform: scale(1); /* IE 9 */
    }
    100% {
        transform: scale(0.2);
        -moz-transform: scale(0.1); /* Firefox 4 */
        -webkit-transform: scale(0.2); /* Safari 和 Chrome */
        -o-transform: scale(0.1); /* Opera */
        -ms-transform: scale(0.1); /* IE 9 */
    }
}

.login {
    z-index: 2;
}

.login-center {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    transition: all 1s;
    border-bottom: 1px solid #ececec;
}

.login-center-img {
    width: 22px;
    height: 22px;
    margin-top: 4px;
    float: left;
}

.login-center-img > img {
    width: 100%;
}


.login-center-input {
    margin-left: 0px;
    padding-left: 10px;
    height: 30px;
    position: relative;
    overflow: hidden;
}

.login-center.error{
    border:none;
    border-bottom: 1px solid #ff4344;
}
.login-center-input input {
    z-index: 2;
    transition: all 0.5s;
    padding-left: 10px;
    color: #333333;
    width: 100%;
    height: 30px;
    border: 0;
    box-sizing: border-box;
    outline: none;
    position: relative;
    font-size:14px;
}

.login-center.focus{
    border-bottom: 1px solid #1E90FF;
}

.login-center-input-text {
    background: white;
    padding: 0 5px;
    position: absolute;
    z-index: 0;
    opacity: 0;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    left: 5px;
    color: dodgerblue;
    line-height: 20px;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.login-center-input input:focus ~ .login-center-input-text {
    top: 0;
    z-index: 3;
    opacity: 1;
    margin-top: -15px;
}

.login.active {
    -webkit-animation: login-small 0.8s;
    animation: login-small 0.8s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

.login-button {
    cursor: pointer;
    width: 250px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #1E90FF;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 50px;
    color: white;
}

/*border-bottom*/
.ui-box {
    text-decoration:none;
    border:none;
    border-bottom: 1px solid #ececec;
    font-size:14px;
    position:relative;
    vertical-align:baseline;
    padding:10px
}
.ui-box:before,.ui-box:after{
    content:'';
    position:absolute
}
.ui-box:after {
    border-bottom: 1px solid #095fff;
    left:51%;
    right:51%;
    bottom:-1px;
    transition-property:all;
    transition-timing-function:cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-duration:800ms;
    transition-delay:0s
}
.ui-box:hover:after {
    left:0%;
    right:0%
}
.ui-box:not(:hover):after {
    transition-delay:0s
}

.ui-box.disabled:after{
    border-bottom: 0px;
}
.busUserName.disabled{
    color: #999;
    cursor: not-allowed;
    /*color: inherit;*/
}
.busUserName{
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    overflow: hidden;
}
#edit_warp .login-center-input input{
    /*width: 70%;*/
}
#edit_warp{
    /*background: url(../image/login_bg.png) no-repeat top center;*/
}