#RegistrationConsulting {
    position: fixed;
    bottom: 10px;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
#RegistrationConsulting a {
    margin: 0 5px;
    background-color: #5b0;
    width: 40%;
    height: 100%;
    border-radius: 3px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.colligation-details-h5 {
    margin-bottom: 30px;
}
/*驾校简介模块样式*/
#introduction {
    width: 100%;
}
#introduction p{
    margin: 10px 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#introduction img {
    width: 100% !important;
    margin-right: 2.5%;
    border-radius: 3px;
}
#introduction span {
    width: 100%;
}
#introduction video {
     width: 100% !important;
 }

/*学车报名快速通道下查看地图*/
#school-map {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#school-map i{
    width: 25%;
    height: 21px;
    padding: 0 2px;
    padding-left: 18px;
    width: 78px;
    font-size: 14px;
    border: 1px solid #57bf31;
    color: #57bf31;
    border-radius: 3px;
    position: relative;
}
#school-map i:before {
    content: "";
    display: inline-block;
    background: url("../../img/map_icon.png") no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 2px;
    top: 3px;
}
#school-map span{
    color: #57bf31;
    display: inline-block;
    text-align: left;
    width: 72%;
}