body{
    background:#f4f4f8;
    width: 100vw;
    min-height: 100vh;
}
.registrationService{
    width: 100%;
    padding: 10px 18px 55px 18px;
    box-sizing: border-box;
    background: url('../../img/挂号服务/bg.png') no-repeat top;
    background-size: 100% 100px;
}
.top{
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    background: none;
}
.top span{
    color: #fff;
}
.top-img{
    position: absolute;
    left: 4px;
    width: 10px;
    height:18px;
}
.bottom a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 76px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    color: #353535;
    font-size: 15px;
    box-sizing: border-box;
    padding: 0 12px;
}
.bottom-div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bottom a+a{
    margin-top: 18px;
}
.bottom .title{
    width: 52px;
    height: 49px;
    margin-right: 22px;
}
.bottom .title img{
    width: 100%;
    height: 100%;
}
.bottom .info-2{
    font-size: 12px;
    color: #999999;
    margin-top: 9px;
}
.bottom .right{
    width: 28px;
}
.bottom .right img{
    width: 100%;
}
/* 列表格式2 */
.bottom-content>div{
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    padding: 0 15px;
}
.bottom-content>div+div{
    margin-top: 23px;
}
.bottom-content-title{
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-content-title>div{
    font-size: 18px;
    border-bottom: 2px solid #6a92fe;
    padding-bottom: 12px;
    color: #333333;
    font-weight: 600;
}
.function-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 74px;
    box-sizing: border-box;
    font-size: 16px;
    color: #353535;
}
.function-a+.function-a{
    border-top: 1px solid #eeeeee;
}
.function-a .left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    color: #353535;
}
.function-a .left img{
    width: 52px;
    height: 49px;
    margin-right: 12px;
}
.function-a .right img{
    width: 28px;
}