.register-title{
    width: auto;
    height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #222222;
    padding: 0 18px;
}
.register-title img{
    position: absolute;
    left: 18px;
    top: 12px;
    width: 10px;
}
.register-info{
    width: 100%;
    height: 46px;
    padding: 0 18px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.register-info span{
    color: #5a5a5a;
    font-size: 15px;
}
.register-info span+span::before{
    content: ',';
}
.register-info img{
    width: 8px;
}
.register-content{
    width: 100%;
    height: calc(100vh - 90px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #f4f4f8;
    padding: 15px;
    box-sizing: border-box;
}
.register-content>div{
    height: 160px;
    width: 100%;
    border-radius: 7px;
    background: #fff;
    padding: 0 15px;
    box-sizing: border-box;
}
.register-content>div+div{
    margin-top: 10px;
}
.register-content .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #5a5a5a;
    height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
}
.register-content .middle{
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999;
    font-size: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
}
.register-content .dep-info{
    color: #5a5a5a;
    margin-top: 10px;
}
.register-content .price-info{
    color: #f55d2e;
    font-size: 18px;
}
.register-content .bottom{
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.register-content .bottom button{
    width: 75px;
    height: 24px;
    border: 1px solid #dcdcdc;
    background: #fff;
    text-align: center;
    font-size: 12px;
    color: #5a5a5a;
    border-radius: 24px;
}
.register-content .bottom button+button{
    margin-left: 8px;
}