body {
    background-color: #eee;
}

.box {
    width: 500px;
    height: 300px;
    background: hsla(192, 95%, 49%, 0.747);
    margin: auto;
    margin-top: 200px;
    border-radius: 20px;
}

.tital {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.formbox {
    width: 250px;
    height: 300px;
    margin: auto;
}

。formbox form div {
    /* display: inline-block; */
    width: 200px;
}

.formbox form p {
    display: inline-block;
}

.formbox form input {
    float: right;
    margin-top: 20px;
    /* margin-left: 80px; */
}

.formbox form .submit {
    float: left;
    margin-left: 28px;
}

.formbox form a {
    line-height: 60px;
    margin-left: 60px;
}
.lineend {
    margin: auto;
    height: .15px;
    width: 95%;
    background-color: #c33027;
}
.zuce{
    display: none;
}