
.center {
    overflow: hidden;
}
.footer {
    height: 100px;
}
.footer ul {
    padding-top: 25px;
}
.modal-wrapper {
   /* background: url('../img/login_bg_1.jpg') no-repeat 0 center;
    background-size: cover;*/
    height: auto;
    margin: 0 auto;
    min-width: 1200px;
    position: relative;
    width: 100%;
}
.modal-wrapper-decoration {
    position: absolute;
    z-index: -1;
    width: 100%;
}
.modal-wrapper-decoration img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.mutiview {
    position: absolute;
    right: 120px;
    top: 80px;
    width: 320px;
    z-index: 1;
}
.mutiview .mutiview__title {
    color: #fff;
    font-size: 20px;
    height: 28px;
    letter-spacing: 0.09px;
    line-height: 28px;
    margin-bottom: 12px;
    text-shadow: 0 4px 7px rgba(241,101,3,0.50);
}
.mutiview .mutiview__content {
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 15px 40px 0 rgba(241,157,3,0.50);
}
.login form {
    overflow: hidden;
    padding: 24px 25px 0 25px;
}
.login .form-item input {
    box-sizing: border-box;
    border: 1px solid #DDE1EA;
    border-radius: 2px;
    color: #333;
    font-size: 14px;
    height: 36px;
    line-height: 34px;
    text-indent: 11px;
    width: 270px;
}
.login .form-item .error {
    border: 1px solid #e01616;
}
.login .form-item input:focus {
    border: 1px solid #565e6a;
}
.login .actions {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}
.login .actions .submit {
    background: #e01616;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 17px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 15px;
    width: 100%;
}
.actions p {
    color: #78818f;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
}
.actions p a {
    color: #0955a7;
}
    /**/
.login input {
    border: none;
    color: #4b4b4b;
    flex: 1;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-indent: 0;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;

}
.login input::-webkit-input-placeholder {
    color: #4b4b4b;
}
        /* 登录页 */
.login .password {
    margin: 10px 0;
}
.login .status {
    display: flex;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.login .status input {
    flex: none;
    float: left;
    height: 14px;
    margin: 3px 5px 3px 0;
    width: 14px;
}
.login .status span {
    color: #78818f;
    float: left;
}
.login .status a {
    color: #0955a7;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: right;
    width: 80px;
}
.login .tips {
    padding: 11px 0 12px;
}
.login .tips p {
    color: #ff0303;
    font-size: 14px;
    line-height: 20px;
}
/* 登录成功后弹层 */
.confirm-mod {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 15px 40px 0 rgba(241,157,3,0.7);
    display: none;
    height: 280px;
    position: absolute;
    right: 120px;
    top: 65px;
    width: 380px;
    z-index: 2;
}
.confirm-mod .confirm-mod__hd {
    color: #000;
    font-size: 18px;
    height: 22px;
    line-height: 22px;
    margin: 30px 0 20px 0;

}
.confirm-mod .confirm-mod__hd i {
    background: url('../img/icon_confirm_w20_h17_1x.png') no-repeat 0 0;
    float: left;
    height: 17px;
    margin: 4px 10px 0 100px;
    width: 20px;
}
.confirm-mod .confirm-mod__bd .confirm-mod__notice {
    height: 130px;
    margin: 0 30px;
    overflow-y:scroll;
    text-align: justify;
}
.confirm-mod .confirm-mod__bd .confirm-mod__notice p {
    color: #454545;
    font-size: 14px;
    line-height: 22px;
    text-indent: 2em;
}

.confirm-mod .confirm-mod__bd a {
    background: #e01616;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    margin: 20px 30px 0 30px;
    text-align: center;


}
