.box {
    position: relative;
    font-size: 16px;
    color: #333;
    background-color: #F5F5F9;
}

/* 顶部 */
.top-bar {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    background-color: #333;
    color: #fff;
}

.top-bar .top-link {
    font-size: 14px;
    height: 100%;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar .top-link .top-link-l a span {
    color: #fff;
}

.top-bar .top-link .top-link-r {
    display: flex;
    align-items: center;
}

.top-bar .top-link .top-link-r .jubao {
    color: #f60;
    margin-right: 20px;
}

.top-bar .top-link .top-link-r .app-down {
    background-color: #f60;
    border-radius: 20px;
    color: #fff;
    border: none;
    padding: 4px 8px;
}

.top-bar .top-link .top-link-r .city {
    cursor: pointer;
    color: #f60;
    margin-right: 20px;
}

/* banner */
.banner {
    height: auto;
}

.banner img {
    width: 100%;
    height: 100%;
}

.city {
    position: absolute;
    top: 76px;
    right: 19%;
    padding: 8px 18px;
    border-radius: 50px;
    background-color: #fff;
    cursor: pointer;
}

.city img {
    width: 8px;
    height: 5px;
    margin: 0 0 2px 6px;
}

.container {
    width: 1200px;
    margin: 30px auto;
}

.content-Box {
    margin-top: 28px;
}

.content-L {
    width: 770px;
}

.content-R {
    width: 406px;
    height: 100%;
    overflow-y: auto;
}

.top-pannel {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-radius: 56px;
    border: 1px solid #e7e7e7ff;
    padding: 10px 0;
    box-sizing: border-box;
}

.top-pannel .sele-area {
    min-width: fit-content;
    padding-left: 24px;
}

.top-pannel .sele-area img {
    width: 10px;
    height: 7px;
    margin-left: 9px;
}

.search {
    width: 100%;
    margin-left: 30px;
}

.search-btn {
    width: 103px;
    height: 40px;
    line-height: 40px;
    margin-right: 3px;
    border-radius: 56px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    background-color: #198CFF;
}

.search input {
    width: 100%;
    padding-left: 25px;
    border-left: 1px solid rgba(0,0,0,.1);
    font-size: 16px;
}

.search ::-webkit-input-placeholder {
    color: #999;
}

.list-con {
    position: relative;
    margin-top: 24px;
    padding: 20px 20px 24px 16px;
}

.list-info {
    padding-bottom: 16px;
}

.list-info .list .left img {
    width: 186px;
    height: 186px;
    border-radius: 8px;
}

.list-info .list .right {
    position: relative;
    width: 100%;
    margin-left: 15px;
    overflow: hidden;
}

.list-info .list .name {
    font-size: 24px;
    font-weight: 700;
}

.list-info .list .addr {
    margin-top: 14px;
}

.list-info .list .addr img {
    width: 13px;
    height: 15px;
    margin-right: 11px;
}

.list-info .list .tel {
    margin-top: 6px;
    color: #999;
}

.list-info .list .tel img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.btns {
    position: absolute;
    right: 0;
    bottom: 5px;
    margin-top: 0.15rem;
}

.btns .btn-bg {
    width: 189px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    text-align: center;
    color: #198CFF;
    background-color: #dcedff;
}

.btns .btn-nobg {
    width: 120px;
    height: 44px;
    line-height: 44px;
    border-radius: 23px;
    border: 1px solid #198CFF;
    margin-right: 14px;
    text-align: center;
    color: #198CFF;
}

.list-text {
    padding: 15px 0 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.list-text .text {
    line-height: 32px;
}

.list-text .toggle-img {
    display: none;
    width: 15px;
    height: 15px;
    margin-top: 6px;
}

.nodata {
    display: none;
    margin-top: 86px;
}

.nodata img {
    width: 227px;
    height: 227px;
}

.nodata p {
    margin-top: 23px;
    color: #B9B9B9;
}

.time {
    position: absolute;
    bottom: 5px;
    left: 15px;
    font-size: 14px;
    color: #999;
}

.latest-news {
    margin-top: 22px;
    border: 1px solid #fafafaff;
}

.latest-news .head {
    padding: 12px 0 12px 20px;
    border-left: 4px solid #198CFF;
    font-size: 18px;
    font-weight: 700;
    color: #198CFF;
    background-color: #f3f9ff;
}

.latest-news .head .more {
    width: 100%;
    margin-right: 16px;
    text-align: right;
    color: #198CFF;
    font-size: 14px;
}

.latest-news .head span {
    min-width: fit-content;
}

.latest-news ul {
    padding: 0 16px 20px;
    background-color: #fff;
}

.latest-news ul li {
    width: 100%;
    padding-top: 20px;
}

.latest-news ul li a {
    display: block;
    width: 100%;
}

.loading,.nomore {
    display: none;
    margin-top: 10px;
    text-align: center;
    color: #999;
}

.no_more {
    display: none;
    margin-top: 40px;
    color: #666;
    text-align: center;
}

.list-text a {
    color: #198CFF;
}

.not-order {
    color: #aaaaaa !important;
    background-color: #eeeeee !important;
}

/*  */
.map-rukou {
    min-width: 130px;
    height: 44px;
    line-height: 44px;
    margin-left: 30px;
    border-radius: 61px;
    border: 1px solid #198cff;
    color: #198cff;
    font-size: 14px;
    cursor: pointer;
}

.map-rukou img {
    width: 24px;
    height: 23px;
    margin-right: 10px;
}











