@charset "utf-8";
.bdsetb-10 {
    /* border: solid 1px #eeeeee; */
    /* background: #FFFFFF; */
    overflow: hidden;
    padding: 0 40px;
    background: #efefef;
}
.location {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 2px solid #2289ce;
    background: #efefef;
}
.location-top {
    color: #2289ce;
    font-weight: 700;
}
.location ul{
    position: initial;
}
.location ul li{
    font-size: 16px;
}
@media all and (max-width: 768px) {
    .location{
        background: none;
    }
    .bdsetb-10{padding: 0;background: none;}

}
