.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);
}

.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 {
   
    width: 800px;
    height: 700px;
    margin: 0 auto;
     
}

.regorder {
    float: left;
    height: 600px;
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.regorder img {
    height: 600px;
    height: 100px;
    margin:  auto;
    margin-left: 25%;
    margin-top: 20px;
}

.formarea form {
    float: left;
    margin-left: 25%;
    margin-top: 80px;
}


.formarea form ul li {
    position: relative;
    display: block;
    width: 400px;
    height: 60px;
    margin-top: 30px;
    border: 1px solid #ccc;

}

.eye1 {
    position: absolute;
    left: 366px;
    top: 18px;
    cursor: pointer;
}


.eye2 {
    position: absolute;
    left: 366px;
    top: 18px;
    cursor: pointer;

}

.formarea form ul .agree {
    width: 400px;
    font-size: 16px;
    height: 5px;
    margin-top: 30px;
}

.agree a {
    color: rgb(58, 158, 246);
}

.formarea form ul li label {
    display: inline-block;
    width: 100px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    /* border-right: 1px solid #ccc; */
}

.tips1 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: 20px;
    background-color: #fff;
    color: rgb(235, 24, 24);
}

.tips2 {

    float: left;
    width: 100%;
    font-size: 12px;
    height: 20px;
    background-color: #fff;
    color: rgb(235, 24, 24);
}

.tips3 {

    float: left;
    width: 100%;
    font-size: 12px;
    height: 20px;
    background-color: #fff;
    color: rgb(235, 24, 24);
}

.tips4 {

    float: left;
    width: 100%;
    font-size: 12px;
    height: 20px;
    background-color: #fff;
    color: rgb(235, 24, 24);
}

.tips5 {

    float: left;
    width: 100%;
    font-size: 12px;
    height: 20px;
    background-color: #fff;
    color: rgb(235, 24, 24);
}

.tipsright {
    background-image: url("../images/right.png");
    float: left;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background-color: #fff;
}




.checkbox {
    border: none;
    width: 400px;
    height: 60px;
    line-height: 60px;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: rgb(80, 183, 243);

}

.submit {

    border: none;
    width: 400px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 36px;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    background-color: rgb(80, 183, 243);
}

.submit:hover {
    background-color: rgb(0, 149, 236);
}

.formarea form ul li input {
    border: none;
    width: 260px;
    height: 46px;
    line-height: 46px;
    outline: none;
    margin-left: 20px;
    font-size: 16px;
    background-color: #fff;
}