.regittitle {
    width:350px;
    margin: 30px auto;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
}
.regist-wrap {
    width: 700px;
    margin: 30px auto;
}
.itemlable > label:not(.option)::after {
    content: " *";
    color: red;
}

.oneitem {
    height: 60px;
}
.itemlable {
    height: 25px;
    line-height: 25px;
}

.itemtext {
    height: 35px;
    line-height: 35px;
    position: relative;
}

.itemtext > input {
    height: 25px;
    line-height: 25px;
    width: 540px;
    border-radius: 6px;
    border: 1px solid  #c4c7cc;
    box-shadow: inset 0 1px 0 rgba(225,228,232,.2);
    background-color: #fafbfc;
}
.submit-wrap {
    margin-top: 20px;    
    position: relative;
    height: 55px;
    line-height: 55px;
}
.submit-wrap > button:hover {
    background-color: #35A954;
}
.submit-wrap > button {
    width: 540px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #298CBB;
    vertical-align: text-bottom;
    cursor: pointer;
}