.osc-map {
    font-size: 0;
    padding: 16px 0 0;
    background: #FAFAFA;
}

.map-header{
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 10px;
    height: 18px;
    color: #4A4A4A;
}
.map-header.bigger{font-weight: bold;}

.map-link{
    font-size: 12px;
    display: block;
    line-height: 20px;
    color: #4A4A4A;
    transition:color .2s;
}

.map-link:hover{
    color:#21B351;
}

.wechat{margin: 0 auto;}

.osc-footer {
    background: #444444;

}
.content-wrapper{
    width:1200px;
    margin:0 auto;
    height: auto!important;
}
.add-class{
    height:36px!important;
}
.osc-footer *{
    font-size: 12px;
    color: #CFCFCF;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.box.justify {
    width:100%;
    max-width:1200px;
    margin:auto;
}