* {
    margin: 0;
    padding: 0;
}
 input,button {
     outline: none;
 }
 button:focus {
     outline: none;
 }

.business-app {
    margin: 0 auto;
    min-width: 1000px;
    width: 100%;
    min-height: 500px;
}

.current-location .location a {
    color: #054FAC;
}
.current-location .location span.goback {
    cursor: pointer;
    float: right;
    font-size: 18px;
    color: #f78d32;
    font-weight: bold;
}
/*分页*/
.page-link {
    color: #054FAC;
}

.page-item.active .page-link {
    background-color: #054FAC;
    border-color: #054FAC;
}
