.header-img {
    width: 100%;
}

.header-img .bg-wrap {
    position: relative;
    padding-bottom: 26%;
    width: 100%;
    height: 0;
    background-color: #000;
}

.header-img .bg-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-img .bg-box .bg-inner-1 {
    margin-bottom: 2%;
    padding: 1% 0;
    font-size: 45px;
    color: #fff;
}

.header-img .bg-box .bg-inner-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 5px 10px;
    width: 45%;
    background-color: #fff;
}

.header-img .bg-box .bg-inner-3 input {
    flex-grow: 1;
    border: 0;
    font-size: 22px;
    text-align: start !important;
    color: #000;
}

.header-img .bg-box .bg-inner-3 .img-wrap {
    width: 5%;
    cursor: pointer;
}

.header-img .bg-box .bg-inner-3 .img-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .bg-inner-3 .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 20%;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.header-img .bg-box .bg-inner-3 .img-box img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.header-img .bg-box .bg-inner-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
    width: 100%;
    color: #fff;
}

.header-img .bg-box .bg-inner-4 label {
    font-size: 18px;
    font-weight: 600;
}

.header-img .bg-box .bg-inner-4>a {
    margin-left: 1%;
    font-size: 18px;
}

.header-img .bg-box .bg-inner-4>a:hover {
    color: #c7000c;
}

/* 详情内容 */

.serve-container {
    padding: 2% 0;
    width: 100%;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 a:hover {
    color: #c7000c !important;
}

.serve-container .current {
    font-weight: 600;
    color: #c7000c !important;
}

.serve-container .lst-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 3%;
    width: 100%;
}

.serve-container .lst-wrap .lst-box-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(20% - 2px);
    min-height: 500px;
    transition: all .3s;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-1 {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5%;
    width: 100%;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-1 .lst-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-1 .name {
    flex-grow: 1;
    font-size: 22px;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-1 .img-wrap {
    width: 7%;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-1 .img-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-1 .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-1 .img-box .img-inner:last-child {
    opacity: 0;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-1 .img-box img {
    width: 100%;
    height: 100%;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 {
    padding-top: 8%;
    width: 100%;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner label {
    box-sizing: border-box;
    padding-left: 6%;
    width: 100%;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner label a {
    font-size: 18px;
    line-height: 2.5;
    color: #000;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner .top {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner .top .icon-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner .top .icon-box {
    position: relative;
    padding-bottom: 6%;
    width: 6%;
    height: 0;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner .top .top-name {
    flex-grow: 1;
    margin: 1.5% 1%;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner .top .top-name a {
    font-size: 18px;
    line-height: 2;
    color: #000;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner .top .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner .top .icon-box img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner .top .sub {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 6%;
    width: 100%;
    max-height: 0;
    transition: max-height .5s;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner .top .sub a {
    display: block;
    font-size: 16px;
    line-height: 2.5;
    color: #000;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-3 {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 0%;
    opacity: 0;
    transition: all .3s;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-3 .lst-item-inner {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 5% 0;
    width: 100%;
    background-color: #00000099;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-3 .lst-item-inner a {
    font-size: 18px;
    line-height: 2.5;
    color: #f1f1f1;
    padding: 0 5%;
    white-space: nowrap;
}

.serve-container .lst-wrap .lst-box-1 .lst-item-box-3 .lst-item-inner a:hover {
    background-color: #c7000c !important;
}

.serve-container .lst-wrap .lst-box-2 {
    box-sizing: border-box;
    margin-left: 2%;
    border-left: 1px solid #e3e3e3;
    padding-left: 3%;
    width: 80%;
}

.serve-container .lst-wrap .lst-box-2 .lst-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.serve-container .lst-wrap .lst-box-2 .location {
    width: 100%;
}

.serve-container .lst-wrap .lst-box-2 .location a {
    font-size: 17px;
    color: #000;
}

.serve-container .lst-wrap .lst-box-2 .location a:not(:first-of-type)::before {
    content: ">";
    margin: 0 6px;
    font-size: 17px;
    font-weight: 400 !important;
}

/*.serve-container .lst-wrap .lst-box-2 .location a:last-child {*/
/*    font-weight: 600;*/
/*}*/

.serve-container .lst-wrap .lst-box-2 .name {
    margin-top: 45px;
    font-size: 34px;
}

.serve-container .lst-wrap .lst-box-2 .updata {
    margin: 1.5% 0;
    font-size: 18px;
    color: #9F9F9F;
}

.serve-container .lst-wrap .lst-box-2 .txt {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 3.5% 0;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2;
}

.serve-container .lst-wrap .lst-box-2 .lst-inner .page {
    margin-top: 2%;
    width: 100%;
}

.serve-container .lst-wrap .lst-box-2 .lst-inner .page .tip {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    color: #9e9e9e;
}

.serve-container .lst-wrap .lst-box-2 .lst-inner .page .page-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 1%;
    width: 100%;
}

.serve-container .lst-wrap .lst-box-2 .lst-inner .page .page-title a {
    font-size: 17px;
    color: #000;
}


/*搜索结果*/

.search-container {
    box-sizing: border-box;
    padding: 0 8% 3%;
    width: 100%;
}

.search-container .lst-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2%;
    width: 100%;
}

.search-container .lst-wrap .lst-box-1 {
    box-sizing: border-box;
    border-right: 1px solid #e3e3e3;
    padding-right: 5%;
    width: 72%;
}

.search-container .lst-wrap .lst-box-1 .lst-inner-1 {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: -2px;
}

.search-container .lst-wrap .lst-box-1 .lst-inner-1 a {
    display: inline-block;
    margin: 0 2%;
    padding: 0 0 2%;
    font-size: 17px;
    white-space: nowrap;
    color: #000;
}

.search-container .lst-wrap .lst-box-1 .lst-inner-1 .current {
    color: #c7000c;
    border-bottom: 2px solid #c7000c;
}

.search-container .lst-wrap .lst-box-1 .lst-inner-2 {
    border-top: 1px solid #e3e3e3;
    width: 100%;
}

.search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item {
    border-bottom: 1px solid #eeeeee;
    width: 100%;
}

.search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item>a {
    color: #000;
}

.search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item .title {
    width: 100%;
    font-size: 23px;
    line-height: 3;
}

.search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item .txt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
}

.search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item .info {
    display: flex;
    align-items: center;
    padding: 1% 0 1.5%;
}

.search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item .info .location {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #c7000c;
}

.search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item .info .location a {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #c7000c;
}

.search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item .info .location a:not(:first-of-type)::before {
    content: ">";
    margin: 0 2px;
    font-size: 16px;
    color: #999999;
}

.search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item .info .browse {
    margin-left: 4%;
    font-size: 14px;
    color: #000;
}

.search-container .lst-wrap .lst-box-1 .m-style {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 2%;
    width: 100%;
}

.search-container .lst-wrap .lst-box-2 {
    box-sizing: border-box;
    padding-left: 5%;
    width: 28%;
}

.search-container .lst-wrap .lst-box-2 .lst-inner {
    width: 100%;
}

.search-container .lst-wrap .lst-box-2 .lst-inner:not(:first-of-type) {
    margin-top: 10%;
}

.search-container .lst-wrap .lst-box-2 .lst-inner .title {
    margin-bottom: 3%;
    width: 100%;
    font-size: 23px;
    line-height: 1;
}

.search-container .lst-wrap .lst-box-2 .lst-inner .lst-item-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.search-container .lst-wrap .lst-box-2 .lst-inner .lst-item-inner a {
    padding: 2% 0;
    font-size: 16px;
    color: #000;
}

@media screen and (max-width: 1023px) {
    .header-img .bg-box .bg-inner-1 {
        margin-bottom: 6%;
        padding: 10% 0 1%;
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .header-img .bg-wrap {
        padding-bottom: 80%;
    }

    .serve-container p img {
        max-width: 100%;
    }

    .serve-container .lst-wrap .lst-box-2 .name {
        margin-top: 1.5rem;
        font-size: 1.8rem;
    }

    .header-img .bg-box .bg-inner-4 {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 5%;
        box-sizing: border-box;
        padding: initial;
    }

    .header-img .bg-box .bg-inner-4 label {
        font-size: 1.4rem;
    }

    .header-img .bg-box .bg-inner-4>a {
        margin-left: 3%;
        font-size: 1.3rem;
    }

    .header-img .bg-box .bg-inner-3 input {
        height: 2rem;
        line-height: 2rem;
        font-size: 1.4rem;
        color: #222222;
    }

    .header-img .bg-box .bg-inner-3 {
        border-radius: 6px;
        box-sizing: border-box;
        padding: 1% 3%;
        width: 92%;
    }

    .header-img .bg-box .bg-inner-3 .img-wrap {
        width: 11%;
    }

    .header-img .bg-box .bg-inner-3 .img-box img {
        object-fit: contain;
        vertical-align: top;
    }

    .serve-container .lst-wrap .lst-box-2 {
        overflow: hidden;
        padding-left: initial;
        flex-grow: 1;
        margin-left: initial;
        border-left: initial;
    }

    .serve-container .lst-wrap .lst-box-1 {
        overflow: hidden;
        border-right: initial;
        width: 0;
        height: 0;
        max-height: initial;
        min-height: initial;
    }

    .serve-container .lst-wrap .lst-box-2 .location a {
        font-size: 1.4rem;
        font-weight: 600;
    }

    .serve-container .lst-wrap .lst-box-2 .updata {
        margin: 2% 0 4%;
        font-size: 1.4rem;
    }

    .serve-container .lst-wrap .lst-box-2 .lst-inner .page .page-title a {
        box-sizing: border-box;
        padding: initial;
        width: 100%;
        font-size: 1.4rem;
    }

    .search-container {
        margin-bottom: 6%;
        padding: 0 2%;
    }

    .search-container .lst-wrap .lst-box-1 {
        border-right: initial;
        padding-right: initial;
        width: 100%;
    }

    .search-container .lst-wrap .lst-box-1 .lst-inner-1 {
        overflow-x: scroll;
        justify-content: space-between;
    }

    .search-container .lst-wrap .lst-box-1 .lst-inner-1::-webkit-scrollbar {
        display: none;
    }

    .search-container .lst-wrap .lst-box-1 .lst-inner-1 a {
        font-size: 1.2rem;
        white-space: nowrap;
    }

    .search-container .lst-wrap .lst-box-1 .lst-inner-1 a {
        flex-shrink: 0;
        margin: 0 4%;
        padding: 5% 0;
    }

    .search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item .title {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item {
        margin: 5% 0 0;
        padding-bottom: 5%;
    }

    .search-container .lst-wrap .lst-box-1 .lst-inner-2 {
        margin-bottom: 7%;
    }

    .search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item .txt {
        margin: 3% 0;
        font-size: 1.3rem;
    }

    .search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item .info .location {
        font-size: 1.2rem;
    }

    .search-container .lst-wrap .lst-box-1 .lst-inner-2 .lst-item .info .browse {
        font-size: 1.2rem;
    }

    .serve-container .lst-wrap .lst-box-2 .lst-inner .page .tip {
        font-size: 1.4rem;
    }

    .serve-container .lst-wrap {
        overflow: hidden;
    }

    .serve-container .lst-wrap .lst-box-1 .lst-item-wrap {
        padding-right: initial;
    }

    .serve-container .lst-wrap .lst-box-1 .lst-item-box-1 {
        padding-bottom: 2%;
    }

    .serve-container .lst-wrap .lst-box-1 .lst-item-box-1 .name {
        font-size: 1.8rem;
    }

    .serve-container .lst-wrap .lst-box-1 .lst-item-box-2 {
        padding-top: 2%;
    }

    .serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner .top .top-name a {
        font-size: 1.6rem;
    }

    .serve-container .lst-wrap .lst-box-1 .lst-item-box-2 .lst-item-inner .top .sub a {
        font-size: 1.4rem;
    }

    .serve-container {
        padding: 5% 0;
    }

    .search-container .lst-wrap {
        margin-top: initial !important;
    }

    .serve-container .lst-wrap .lst-box-2 .txt {
        padding: 5% 0;
        font-size: 1.4rem;
        word-break: break-all;
    }

    .serve-container .lst-wrap .lst-box-2 .lst-inner .page {
        margin-top: 6%;
    }

    .serve-container .lst-wrap .lst-box-2 .lst-inner .pc-1 {
        display: none;
    }

    .serve-container .lst-wrap .lst-box-2 .txt > p {
        line-height: 1.5 !important;
    }

    .serve-container .lst-wrap .lst-box-2 .lst-inner .page .page-title {
        margin: 2% 0 4%;
    }

    .layui-laypage a,
    .layui-laypage span {
        height: 2.5rem !important;
        line-height: 2.5rem !important;
        font-size: 1.2rem !important;
    }
}
