html,
body {
    width: 100%;
}

body {
    background-color: white;
    font-family: 'PingFang-SC-Medium';
}

a {
    color: black;
    text-decoration: none;
}

ul {
    list-style: none;
}

a:hover,
a:focus {
    color: black;
    text-decoration: none;
}

a:focus {
    color: black;
    outline: thin dotted;
    outline-offset: -2px;
}

.showCity {
    z-index: 9999;
    width: 100%;
    overflow-scrolling: auto;
    position: absolute;
    top: 0;
    left: 0;
    /* -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease; */
    height: 100%;
}

/* #menu div {
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
} */

#menu {
    /* margin-top: 5px; */
    padding-bottom: 3px;
}

.loca {
    position: absolute;
    top: 10px;
    /* display: flex; */
    width: 100%;
}

.loca_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    width: 6rem;
    border-radius: 0 15px 15px 0;
    background: #000;
    opacity: .4;
    z-index: 98;
}

.ddmCity {
    /* display: flex; */
    position: absolute;
    left: 0;
    top: 0;
    width: 6rem;
    height: 32px;
    line-height: 32px;
    font-size: 1rem;
    align-items: center;
    color: #FFFFFF;
    /* margin: 0 5px; */
    z-index: 99;
    /* background: #EDEDED; */
    border-radius: 0 15px 15px 0;
    padding-left: 20px;
    flex-flow: row nowrap;
    background: url(../../images/new/loca.png) no-repeat 6px 9px;
    background-size: 11px;
}

#wrapper #thelist {
    height: 40vw;
}

.search_block {
    position: relative;
    top: -1.5rem;
    left: 0;
    z-index: 111;
    height: 3.4rem;
}

.search {
    display: flex;
    background: #FFFFFF;
    box-shadow: -2px 3px 8px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #c8c9c8;
    /* border-radius: 30px; */
    z-index: 99;
    width: 97%;
    margin: 0 auto;
    height: 4.4rem;
    line-height: 4.4rem;
    text-indent: 20px;
    color: #B5B5B5;
    margin-right: 5px;
    font-size: 16px;
    /* width: 582px;
    height: 60px;
    background: rgba(237, 236, 237, 1);
    border-radius: 30px; */
}

.search_placeholder {
    display: flex;
    align-items: center;
}

.search_icon {
    position: absolute;
    top: 1.2rem;
    right: 2.5rem;
    width: 2rem;
    height: 2rem;
}

.menu_row {
    margin: .25rem 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.menu_block,
.menu_block_2 {
    /* width: 10rem; */
    width: 32.5%;
    height: 8rem;
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.menu_sa {
    justify-content: space-between;
    padding: 0 1.25%;
}

.menu_block_2 {
    height: 3.95rem;
}

.menu_img {
    width: 5rem;
    height: 5rem;
}

.menu_block_a {
    width: 100%;
    height: 100%;
}

.menu_block_b {
    height: 3.95rem;
    line-height: 3.95rem;
}

.title {
    border-left: 2px solid #48A15A;
    padding-left: 1rem;
    margin-left: 15px;
    font-size: 16px;
}

.menu_block_3 {
    width: 7.5rem;
    height: 7.5rem;
    padding: 0;
    display: flex;
}

.menu_block_4 {
    /* width: 15rem; */
    width: 49.5%;
    height: 13.5rem;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.menu_block_c {
    height: 6.6rem;
    line-height: 6.6rem;
}

.menu_block_a,
.menu_block_b,
.menu_block_c {
    border: 1px solid #F2F2F2;
}

/* .bgc_1 {
    background: linear-gradient(135deg, rgba(230, 144, 92, 1) 0%, rgba(234, 100, 88, 1) 100%);
}

.bgc_2 {
    background: rgba(234, 100, 88, 1);
}

.bgc_3 {
    background: linear-gradient(135deg, rgba(105, 216, 226, 1) 0%, rgba(88, 188, 236, 1) 100%);
}

.bgc_4 {
    background: rgba(88, 188, 236, 1);
}

.bgc_5 {
    background: linear-gradient(135deg, rgba(149, 211, 122, 1) 0%, rgba(117, 188, 88, 1) 100%);
}

.bgc_6 {
    background: rgba(117, 188, 88, 1);
}

.bgc_7 {
    background: rgba(233, 170, 55, 1);
} */

.find_nav {
    position: relative;
    width: 100%;
    height: 30px;
    /* background-color: #f9f9f9; */
    /* position: fixed; */
    /* top: 0; */
    /* z-index: 99; */
    border-bottom: 2px solid #F2F2F2;
    /* display: -moz-box;
    display: -webkit-box;
    display: box; */
}

.find_nav ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.find_nav ul li {
    /* float: left; */
    display: inline-block;
    padding: 0 13px;
    width: 33%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.sideline {
    display: block;
    position: absolute;
    width: 33.3%;
    border: 0;
    height: 2px;
    background-color: #48A15A;
    left: 0;
    top: 28px;
    pointer-events: none;
}

.nav1_c {
    display: block;
}

.nav2_c {
    /* display: none; */
    /* margin-bottom: 45px; */
}

.nav3_c {
    /* display: none; */
}

.icp {
    text-align: center;
    /* margin-bottom: 45px; */
    font-size: 12px;
}

.icp p {
    margin: 5px 0;
    color: #a4a4a4;
}

.btn-warning {
    background-color: rgba(72, 161, 90, 1);
    border-radius: 5px;
    font-size: 16px;
}

.quick {
    position: fixed;
    bottom: 54px;
    left: 15px;
    width: 100%;
}

.trends {
    width: 100%;
    padding-bottom: 43%;
    background: url(../../images/new/trends.png) no-repeat center center;
    background-size: contain;
}

.list-group {
    height: calc(100vh - 44px);
    overflow-y: auto;
}

.coo {
    height: 17.02vw;
    width: 97%;
    background: #F2F2F2;
    margin: .5rem auto;
}

.menu_block_d {
    display: block;
    width: 100%;
    height: 100%;
}