body {
    font-size: 12px;
    font-weight: 400;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    color: #212529;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; */
    font-family: tahoma, sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #e6e6e6;
}

.form-control:focus {
    border-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Firefox中有required属性的input会有默认的红色边框 */
input:required {
    box-shadow: none;
}
*, :after, :before {
    box-sizing: border-box;
}
.main{
    width: 100%;
    height: 100%;
}
.header{
    background-color: #dfdfdf;
    border-bottom: 1px solid #b6bac0;
    height: 31px;
    padding: 2px;
    display: table;
    width: 100%;
}
.header-search{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 400px;
}
.header-main{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.search-icon{
    height: 24px;
    width: 100%;
    border: 2px solid #186ca3;
    border-radius: .25em;
    background-color: #ffffff;
    vertical-align: middle;
    display: flex
;
    align-items: center;
    padding: 0 5px;
}
.search-icon-img{
    width: 12px;
    height: 12px;
}
.search-bar{
    height: 100%;
    width: calc(100% - 80px);
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    font-size: 12px;
    padding-left: .5em;
}
.search-button{
    height: 24px;
    background-color: #186ca3;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    border-radius: .25em;
    margin-left: 0.5em;
    border: none;
    cursor: pointer;
}
.header-logo{
    display: flex;
    align-items: center;
}
.main_top{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1em;
    margin-bottom: 28vh;
}
.time_date{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
    margin-left: -60px\9;
    cursor: pointer;
    font-size: 35px;
    text-align: center;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    color: rgb(54, 67, 86);
}
.logo_mt{
    margin-top: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.main-content{
    height: calc(100vh - 58px);
    overflow-y: auto;
}
.main-content-bottom{

    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}
.food-list{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: .5em .5em 10px;
    z-index: 99;
}
.food-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.food-list ul li a{
    font-size: 12px;
    color: #c4c2c2;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 100;
}
.search_box{
    position: relative;
    display: table;
    height: 47px;
    margin: 0 auto;
    width: 65%;
    max-width: 850px;
    margin: 0 auto;

}
.search_box_input{
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: top;
    pointer-events: auto;
}
.search_ipt{
    height: 100%;
}
#search_ipt{
    width: 100%;
    height: 100%;
    padding: .5em;
    font-size: 1.5em;
    line-height: 1.5em;
    border: 1px solid #666;
    border-right: none;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#search_btn{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.65em;
    color: #fff;
    white-space: nowrap;
    background-color: #0089f7;
    border: none;
    padding: .70em 1em;
}
.template_box{

    padding: 0 2em;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    padding-top: 20px;
}
.template_content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.template_content a{
    width: 75px;
    height: 75px;
    display: inline-block;
    margin: 0 .8em 1em;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
}
.suggestions{
    left: 0;
}
.a_icon{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.a_icon img{
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 6px;
}
.a_text{
    display: block;
    font-size: 12px;
    color: #000;  
}
.tc_t{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.tc_t ul{
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.tc_t ul li{
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    margin: 5px;
    cursor: pointer;
    width: calc(100% / 5 - 15px);
}
.tc_t ul li a{
    display: block;
    width: 100%;
}
.tt_icon img{
    width: 100%;
    height: auto;
    max-height: 275px;
    object-fit: cover;
}
.tt_text{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    line-height: 40px;
    color: #fff;
    text-indent: 10px;
    font-size: 14px;
    text-align: left;
}
.search_ipt{
    position: relative;
}
.qk_ipt{
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
    display: none;
}
.all_maps_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}
.all_maps_box{
    display: none;
}
.__dialog_body{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget-maps-popup{
    max-width: 650px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 16px 16px 20px;
    position: relative;
}
.close_maps_box{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.direction_left {
    width: 100%;
}
.type_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.direction_right {
    width: 49%;
}
.direction_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.direction_ipt{
    display: flex;
    align-items: center;
}
.ico_ab{
    width: auto;
    height: 30px;
    margin-right: 10px;
}
.maps_table {
    align-items: center;
    display: flex;
    margin: 0 auto 15px;
    width: 90%;
    justify-content: center;
}
.map_item_active {
    background-color: #1095f9;
    border: 1px solid #1095f9;
    color: #fff;
}
.dir_tab {
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
}
.map_table_item {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 20px;
    width:auto;
}
.dir_tab, .loc_tab {
    font-size: 14px;
    text-align: center;
}
.map_table_item svg {
    margin-right: 3px;
    vertical-align: sub;
}
.map_item_active svg path {
    fill: #fff;
}
.loc_tab {
    border-bottom-left-radius: 0;
    border-left: none;
    border-top-left-radius: 0;
}
.location_box {
    display: none;
}
.direction_item {
    margin-bottom: 10px;
}
.direction_dec {
    font-size: 13px;
    margin-bottom: 10px;
}
.direction_type {
    justify-content: center;
    margin-bottom: 10px;
}
.direction_type, .typeItem {
    align-items: center;
    display: flex;
}
.mb0{
    margin-bottom: 0;
}
.typeItem {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    cursor: pointer;
    height: 45px;
    width: 45px;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
}
.typeItem_active {
    background-color: #1095f9;
}
.direction_ipt input {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    height: 40px;
    outline: none;
    text-indent: 20px;
    width: 100%;
}
.direction_search {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.direction_search button {
    background-color: #1095f9;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    width: max-content;
    padding: 0 70px;
    display: block;
    margin: 0 auto;
}
.map_business {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 22px;
    padding: 3px 8px;
    margin: 0 5px 0px 5px;
}
.map_business, .map_business a {
    align-items: center;
    display: flex;
}
/* .first_business {
    margin-top: 48px;
} */
.business_active {
    background-color: #1095f9;
    color: #fff;
}
.business_icon {
    height: 25px;
    width: 25px;
    background-size: 100% !important;
    margin-right: 3px;
}
.icon_mapsm {
    background: url(../images/mapsm.png) 50% no-repeat;
}
.business_title {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0px;
}
.business_dec {
    font-size: 12px;
}
.icon_google {
    background: url(../images/google_maps.png) 50% no-repeat;
}
.map_business a {
    color: #333;
    text-decoration: none;
    width: 100%;
}
.business_active a{
    color: #fff;
}
.icon_earth {
    background: url(../images/google_earth.png) 50% no-repeat;
}
.icon_bing {
    background: url(../images/bing_maps.png) 50% no-repeat;
}
.typeItem_active svg path {
    fill: #fff;
}
.loc_box{
    display: none;
}