body{
    background-image: url(/skin/images/login/22.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
* {
    margin: 0;
    padding: 0;
}

.background {
    position: absolute;
    overflow: hidden;
    z-index: -10;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
}

.login {
    width: 43.7vw;
    height: 62vh;
    /* width: 840px; */
    /* height: 670px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-top: 19vh;
    margin-left: 35.5%;
    position: relative;
    z-index: 0;
}

.login-background-top {
    width: 51.2%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.login-background-btm {
    width: 66%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.image-box {
    width: 65.2%;
    height: 73.1%;
    position: absolute;
    z-index: 9;
    top: 15%;
    left: -33.8%;
}

.image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.logo {
    width: 26%;
    position: absolute;
    top: 7.1%;
    left: 10.5%;
}

.login-form {
    width: 45.2%;
    margin-left: 43%;
    padding-top: 15.5vh;
}

.login-form>p {
    font-size: 1.1vw;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.account {
    width: 100%;
    height: 5.5vh;
    margin-top: 3.2vh;
    border-bottom: 1px solid #333333;
    display: flex;
    align-items: center;
}

.account>input {
    width: 80%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
}

.account>span {
    margin-left: 3.6%;
    margin-right: 6.8%;
    color: #999999;
}

input::placeholder {
    color: #999999;
    font-size: 16px;
}

input[type="password"]::-ms-reveal {
    display: none;
}

.psw {
    width: 100%;
    height: 5.5vh;
    margin-top: 3.2vh;
    border-bottom: 1px solid #333333;
    display: flex;
    align-items: center;
}

.psw>input {
    width: 90%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
}

.psw>.icon-mima {
    margin-left: 3.6%;
    margin-right: 6.8%;
    color: #999999;
}

.psw>#yanjing {
    margin-right: 3.1%;
    color: #999999;
}

#yanjing:hover {
    cursor: pointer;
}

.btn {
    width: 100%;
    height: 46px;
    background: #259EFF;
    border-radius: 6px;
    color: #fff;
    margin-top: 6.2vh;
    border: none;
}

.btn:active {
    background: #1b6fb4;
}

.btn:hover {
    cursor: pointer;
}

.btm {
    width: 99%;
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}

.btm>p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}
.btm a{
    color: #fff;text-decoration: none;
}