
.container {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    margin-bottom: 20px;
}
.main {
    width: 1000px;
}

.crumbs {
    color: #999999;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    padding-left: 35px;
}
.crumbs a {
    color: #999999;
}

.content {

}
.register-title {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    padding: 15px;
}
.register-notice {
    padding: 32px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 32px;
    font-size: 14px;
    color: #292929;
}
