.header {

    position: relative;
    width: 100%;
    height: 130px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.logo {
    position: absolute;
    left: 160px;
    top: 50px;
}

.logo span {
    display: inline-block;
    position: absolute;
    width: 200px;
    top: 3px;
    left: 220px;
    font-size: 30px;
    color: black;
}

.login {
    position: absolute;
    right: 160px;
    top: 70px;
    font-size: 16px;

}

body {
    background-color: #fff;
}

.formarea {
    position: relative;
    width: 100%;
    height: 530px;
    margin: 0 auto;
    background: url(../images/焦点图/focus1.png) no-repeat top center;
    background-color: rgb(26, 86, 254);
}


.formarea form {
    position: absolute;
    top: 40px;

    right: 166px;
    width: 500px;
    height: 400px;
    background-color: #fff;
}

.regorder {
    font-size: 30px;
    margin-left: 50px;
    margin-top: 30px;
}

.forgetpwd {
    float: right;
    width: 100px;
    height: 20px;
    margin-top: 8px;
    margin-right: 20px;
    font-size: 16px;
}

.formarea form ul {
    display: block;
    margin-top: 30px;
}

.formarea form ul li {
    display: block;
    width: 400px;
    height: 60px;
    margin-top: 30px;
    margin-left: 50px;
    border: 1px solid #ccc;
}

.eye1 {
    position: absolute;
    left: 406px;
    top: 216px;
    cursor: pointer;
}

.formarea form ul li label {
    display: inline-block;
    font-size: 16px;
    width: 100px;
    line-height: 60px;
    text-align: center;
    /* border-right: 1px solid #ccc; */
}

.tips1 {
    display: none;
    float: left;
    font-size: 12px;
    width: 100%;
    height: 20px;
    background-color: rgb(251, 79, 36);
    color: #fff;
}

.tips2 {
    display: none;
    font-size: 12px;
    float: left;
    width: 100%;
    height: 20px;
    background-color: rgb(251, 79, 36);
    color: #fff;
}


.submit {
    border: none;
    width: 400px;
    height: 60px;
    margin-top: 40px;
    line-height: 60px;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    background-color: rgb(80, 183, 243);
    margin-left: 50px;
}

.submit:hover {
    background-color: rgb(0, 149, 236);
}

.formarea form ul li input {
    border: none;
    width: 260px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    outline: none;
    margin-left: 20px;
    background-color: #fff;
}