index.css 1.81 KB
.navigation_crumbs {
    height: 45px;
}
.appointment_notice {
    margin-top: 30px;
    margin-bottom: 30px;
}
.app_progress li {
    padding: 0 30px;
    line-height: 40px;  
    background: #eee;  
    display: inline-block;   
    color: #fff;  
    position: relative;  
    color: black;
}
.app_progress li:after{  
    content: '';  
    display: block;  
    border-top: 20px solid #fff;  
    border-bottom: 20px solid #fff;
    border-left: 12px solid #eee;  
    position: absolute;   
    right:0;   
    top: 0;  
}
.active {
    background-color: #1E9FFF!important;
    color: #fff!important;
}
.app_progress li.active:after {  
    border-left-color: #1E9FFF;  
}
.line {
    width: 80px;
    height: 0;
    display: inline-block;
    border-bottom: 2px dotted#dddddd;
    margin-bottom: 4px;
}
.selectCity {
    width: 1200px;
    margin: 0 auto;
}
.selectCity h2 {
    display: inline-block;
    margin-right: 5px;
}
.area_list_content {
    overflow: hidden;
    margin-top: 20px;
    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: 100px;
    height: 32px;
    border-radius: 3px;
    background-color: #01AAED;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-bottom: 10px;
    cursor: pointer;
}
.selectCity .area_list li:hover {
    background-color: #FFB800;
}
.active1 {
    background-color: #FFB800!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;
}