.container {
    min-height: 500px;
}
* {
    padding: 0px;
    margin: 0px;
    font-family: Helvetica,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
}
.setp-tripe {
    margin: 0px auto;
    padding: 40px 0px;
    height: 100px;
}
.setp-tripe hr {
    float: left;
    margin: 35px 10px 0px;
    width: 140px;
    height: 1px;
    border: none;
    background-color: #5ec16b;
}
.setpitem {
    float: left;
    width: 90px;
    height: 100px;
    text-align: center;
}
.setp-btn-active {
    color: white;
    background-color: #5ec16b;
}
.setp-btn {
    margin: 15px 24px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border: 1px solid #5ec16b;
    border-radius: 40px;
    cursor: default;
}
.registerperson-tripe {
    margin: 0px auto 20px;
    width: 1190px;
    display:none;
}
.register {
    margin: 25px auto 50px;
    width: 600px;
    min-height: 186px;
    border-radius: 5px;
    background-color: #e7e7e7;
    overflow: hidden;
}
.register-box {
    margin: 25px auto 50px;
    width: 600px;
    min-height: 286px;
    border-radius: 5px;
    background-color: #e7e7e7;
    overflow: hidden;
}
.register-box-title-active {
    color: white;
    background-color: #5ec16b;
}
.register-box-title {
    float: left;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    cursor: pointer;
}
.register-input-box {
    margin: 70px 80px 5px;
    width: 440px;
    color: #999;
}
.register-label {
    display: inline-block;
    width: 90px;
    font-size: 14px;
}
.register-btn {
    float: right;
    margin-top: -28px;
    margin-right: 35px;
    width: 70px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #5ec16b;
    cursor: pointer;
}
.register-input {
    margin: 8px 10px;
    padding: 0px 15px;
    width: 275px;
    height: 32px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
}
.register-success-box {
    margin: 30px auto 70px;
    padding: 120px 100px;
    width: 400px;
    height: 150px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #e7e7e7;
}
.register-success-box h3 {
    margin: 30px 0px 10px 130px;
    font-size: 24px;
    font-weight: 400;
}
.register-success-box p {
    margin: 10px 0px 10px 130px;
    font-size: 14px;
    color: #999;
}
.register-success-box div {
    display: inline-block;
    margin-left: 130px;
    width: 150px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    background-color: #5ec16b;
    cursor: pointer;
}
.setpitem h3 {
    font-weight: 400;
    cursor: default;
}