xzqy.css 2.53 KB
.navigation_crumbs {
    height: 45px;
}
.appointment_notice {
    padding-top: 25px;
    margin-bottom: 25px;
}
.selected {
    background-color: #5FB878!important;
    color: #fff!important;
}
.selected:hover {
    background-color: #5FB878!important;
}
.app_progress li.selected:after {  
    border-left-color: #5FB878;
}
.line {
    width: 80px;
    height: 0;
    display: inline-block;
    border-bottom: 2px dotted#dddddd;
    margin-bottom: 4px;
}
.selectCity {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.selectCity h2 {
    display: inline-block;
    margin-right: 5px;
}
.area_list_content {
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
}
.area_list_content h2 {
    display: inline-block;
    float: left;
    margin-right: 8px;
}
.selectCity .area_list {
    width: 95%;
    float: left;
}
.selectCity .area_list li {
    display: inline-block;
    width: 140px;
    height: 48px;
    border-radius: 3px;
    margin-right: 15px;
    color: #9B9B9B;
    text-align: center;
    line-height: 48px;
    margin-bottom: 15px;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
}
.selectCity .area_list li:hover {
    border-color: #0091FF;
    color: #0091FF;
}
.activeRegion {
    border-color: #0091FF!important;
    color: #0091FF!important;
}
.select_officehall {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}
.select_officehall h2 {
    display: inline-block;
    margin-right: 8px;
}
/* -----------------------------地图--------------------------------------- */
.map_content {
    margin-top: 20px!important;
}
.office_halls {
    width: 15%;
    float: left;
    margin-right: 2%;
}
.office_halls h2 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #6D7278;
    line-height: 16px;
}
.office_halls li{
    width: 150px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    margin-bottom: 10px;
    color: #9B9B9B;
}
.office_halls li:hover {
    color: #006CFF;
    border-color: #006CFF;
}
.footer_button {
    margin: 30px 0 100px 0;
    text-align: center;
}
.footer_button button {
    margin-right: 10px;
    width: 140px;
    height: 42px;
    position: relative;
}
.footer_button a { 
    color: #fff;
    display: block;
    width: 140px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0;
}
.footer_button a:hover {
    color: #fff;
}
.hallActive {
    border-color: #0091FF!important;
    color: #0091FF!important;
}