html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: Optima-Regular, PingFangTC-light, "Helvetica Neue",
    "Hiragino Sans GB W3", "Hiragino Sans GB", "Microsoft YaHei",
    "WenQuanYi Micro Hei", sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    -webkit-touch-callout: none;
    color: #000;
}

ol, ul {
    list-style: none;
}

html, body {
    width: 100%;
    height: 100%;
}

.main {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.searchboxbg {
    background: #d9d2ab;
}

.searchbox {
    position: relative;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0px;
    z-index: 9999;
}

.searchfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ffffff;
    z-index: 9998;
    transition: 0.2s;
}

.city {
    float: left;
    /*width: 15%;*/
    /*min-width: 74px;*/
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 9px 0% 9px 15px;

}

.posbox {
    position: relative;
    float: right;
    width: 75%;
    height: 30px;
    margin: 9px 15px 9px 0%;
    padding: 0;
    border-radius: 15px;
    outline: none;
    border: 1px solid #ccc;
    text-indent: 15px;
    font-size: 14px;
    transition: 0.3s;
    overflow: hidden;
}

.search2 {
    float: right;
    width: 100%;
    height: 28px;
    margin: 0;
    padding: 0 0 0 30px;
    border-radius: 15px;
    outline: none;
    border: none;
    font-size: 13px;
    transition: 0.3s;
}

.searchimg {
    position: absolute;
    top: 7px;
    left: 8px;
    width: 15px;
    height: 15px;
    object-fit: cover;
    color: #8c3838;

}

.searchfloat {
    width: 70%;
    margin: 9px 0px 9px 5%;
    float: left;
    border-radius: 15px 0 0 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: none;
}

.delbox {
    float: left;
    width: 10%;
    min-width: 20px;
    height: 30px;
    margin: 9px 0;
    line-height: 30px;
    border-radius: 0 15px 15px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: 1px solid #ccc;
}

.btn {
    float: right;
    width: 10%;
    min-width: 30px;
    height: 30px;
    margin: 10px 0;
    line-height: 30px;
}

.delimg {
    width: 20px;
    height: 20px;
    margin: 5px;
}

.cityfixed {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 65px;
    left: 5%;
    width: 90%;
    z-index: 9999;
    background: #f5f5f5;
    border-radius: 4px;
    margin: 0 auto;
    font-size: 12px;
    color: #7a7a7a;
}

.up-arrow {
    position: absolute;
    top: -18px;
    left: 6%;
    z-index: 9999;
    width: 0%;
    height: 0%;
    border-top: 9px solid rgba(245, 245, 245, 0);
    border-right: 9px solid rgba(245, 245, 245, 0);
    border-bottom: 9px solid rgba(245, 245, 245, 1);
    border-left: 9px solid rgba(245, 245, 245, 0);
}

.citybox-top {
    height: 30px;
    line-height: 30px;
    padding: 10px 5%;
}

.city-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.1%;
    margin-top: 10px;
}

.city-item {
    position: relative;
    width: 60px;
    height: 30px;
    margin-right: 15px;
    margin-bottom: 10px;
    line-height: 28px;
    border: 1px solid #f2b73f;
    color: #f2b73f;
    text-align: center;
}

.city-selected {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-top: 9px solid #f2b73f;
    border-right: 9px solid #f2b73f;
    border-bottom: 9px solid rgba(0, 0, 255, 0);
    border-left: 9px solid rgba(255, 0, 0, 0);
}

.citybox-footer {
    margin: 20px auto 10px;
    text-align: center;;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    margin: 20px 5%;
    justify-content: space-between;
}

.flex-item {
    width: 47%;
    height: auto;
}

.type_menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
}

.type_menu_item {
    flex: 1;
    object-fit: contain;
    width: 80px;
    height: 50px;
    font-size: 10px;
}

.index-menu-icon {
    font-size: 28px;
}

.menuUl .title {
    text-align: left;
    margin-left: 18px;
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold
}

.position-r {
    position: relative;
}

.imgDiv1 {
    width: 90%;
    margin: 0 5%;
    height: 130px;
}

.imgDiv1 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgDiv1 .shade-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgba(121, 10, 10, 0.6);
    font-size: 13px;
    text-align: left;
    text-indent: 10px;
    line-height: 30px;
    color: #fff;
}

.big-imgdiv {
    width: 90%;
    margin: 0 5%;
    height: 130px;
}

.big-imgdiv > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shade-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgba(0, 0, 0, .6);
    font-size: 14px;
    text-align: left;
    text-indent: 10px;
    line-height: 30px;
    color: #fff;
}

.header-title {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 125px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
}

.bg1 {
    background: #c13f3f;
}

.bg2 {
    background: #b29c3b;
}

.right-desc1 {
    width: 90%;
    margin: 5px 5%;
    text-align: right;
    font-size: 12px;
    color: #7a7a7a;
}

.right-desc2 {
    text-align: right;
    font-size: 12px;
    color: #7a7a7a;
}

.themenuDesc2 {
    margin: 5px 0;
    color: #7a7a7a;
}

.guide {
    position: absolute;
    top: 7px;
    left: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 94%;
    height: 56px;
    padding: 0px 15px;
    background: #fff;
    border-radius: 56px;
    text-align: center;
    color: #2B6CC4;
}

.guide > div {
    margin: 0;
    padding: 0 10px 0 0;
    height: 16px;
    line-height: 16px;
}

.guide > div + div {
    border-left: 1px solid #ccc;
}

.waterfall li {
    width: 100%;
}

.top-nav {
    width: 100%;
    height: 30px;
    padding: 0 15px;
    color: #a80000;
    line-height: 30px;
    font-size: 14px;
    background: #fff;
}

.top-nav .nav-left {
    float: left;
    text-align: left;
}

.top-nav .nav-right {
    float: right;
    text-align: right;
    font-size: 12px;
}

.waterfall {
}

.waterfall .lists {
    width: 100%;
    padding: 10px 10px 60px;
    background: #f5f5f5;
}

.waterfall .lists .wall-item {
    margin-bottom: 15px;
}

.waterfall .lists .subject {
    position: relative;
    color: #777;
    border-radius: 5px;
    overflow: hidden;
}

.waterfall .subject .imgDiv {
    width: 100%;
}

.waterfall img {
    /* height: 230px; */
    width: 100%;
    object-fit: cover;
}

.waterfall .subject .text {
    width: 100%;
    background: #fff;
    padding: 0px 15px 20px 15px;
    margin-top: -2px;
}

.waterfall .label-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.label-content-text {
    height: 16px;
    line-height: 16px;
    margin-top: 10px;
    font-size: 12px;
}

.label-content .label-item {
    padding-right: 0px !important;
    margin-right: 5px !important;
}

.label-content .label-item i {
    font-size: 12px;
    margin-left: -1px;
}

.waterfall .label-content .label-item {
    height: 20px;
    line-height: 16px;
    padding: 2px 4px 2px 6px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 7px;
    font-size: 12px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    background: #da5656;
}

.waterfall .wall-item .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    padding: 10px 0 0px;
    font-size: 16px;
    font-weight: bold;
    font-family: Î¢ÈíÑÅºÚ;
    color: #000;
}

.waterfall .wall-item .time {
    padding: 5px 0;
    font-size: 11px;
    color: #a9a8a8;
}

.waterfall .wall-item .content {
    max-height: 48px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
    color: #888;
}

#beg-footer {
    display: flex;
    position: fixed;
    right: 0;
    padding: 2px 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    line-height: 14px;
    justify-content: space-around;
    z-index: 99;
}

#beg-footer a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #7a7a7a;
    font-size: 10px;
}

#beg-footer img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

#beg-footer a div {
    font-size: 10px;
}