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;
}
.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;
}