@font-face {
    font-family: 'MyCustomFont';
    src: url('../fonts/FZYanZQKSJF.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'MyCustomFont', sans-serif;
}
* img{
    display: block;
    width: 100%;
}
.wrap{
    width: 100%;
    overflow: hidden;
}
.header{
    width: 100%;
    height: 1.3rem;
    background: url(../img/mo/top_icon.png) no-repeat top center;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.header .h_logo {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background: url(../img/top_icon.png) no-repeat top center;
    background-size: 100% 100%;
    left: 0.54rem;
    top: 0.2rem;
    z-index: 9;
}
.reservationNow{
    width: 3.57rem;
    height: 1.07rem;
    float: left;
    margin: 0 0 0 2.1rem;
}
.h_menus{
    width: 3.94rem;
    padding-top: 0.16rem;
    box-sizing: border-box;
    height: 100%;
    float: right;
}
.h_menus li{
    width: 0.9rem;
    height: 0.9rem;
    float: left;
    margin-right: 0.4rem;
}
#footer {
    width: 100%;
    padding: .3rem 0;
    background: #090d12;
    overflow: hidden;
    padding-bottom: .8rem
}

#footer .logo {
    width: 2.65rem;
    height: .9rem;
    margin: .8rem auto .6rem
}

#footer .fcmgy,#footer .logo img {
    display: block;
    width: 100%;
    text-align: center;
}

#footer .fcmgy {
    margin-bottom: .3rem;
    color: red;
    font-size: .34rem
}

#footer .f_menu {
    height: .7rem;
    text-align: center;
}

#footer .f_menu>a {
    display: inline-block;
    margin-right: .5rem;
    font-size: .34rem;
    color: #fff
}

#footer .f_menu>a:last-child {
    margin-right: 0
}

#footer .f_menu li {
    display: block;
    float: left;
    margin-right: .5rem
}

#footer .f_menu li:last-child {
    margin-right: 0
}

#footer .f_menu li a {
    font-size: .34rem;
    display: block;
    color: #fff
}

#footer .f_menu2 {
    width: 4.9rem;
    margin: 0 auto .45rem;
    overflow: hidden
}

#footer .f_menu2>a {
    font-size: .34rem;
    color: #fff
}

#footer .f_menu2 li,#footer .f_menu2>a {
    float: left;
    margin-right: .5rem;
    display: block
}

#footer .f_menu2 li:last-child {
    margin-right: 0
}

#footer .f_menu2 li a {
    font-size: .34rem;
    display: block;
    color: #fff
}

#footer .f_info {
    width: 100%;
    text-align: center;
    overflow: hidden
}

#footer .f_info p {
    font-size: .34rem;
    color: #fff
}

#footer .f_info p a.su_ba {
    padding-left: .4rem;
    margin-left: .1rem;
    background: url(https://res.zulong.com/cms/zulong/wen.png) no-repeat 0 0;
    background-size: .4rem .4rem
}

#footer .f_info p a.su_ba,#footer .f_info p a.su_ba1 {
    text-decoration: none;
    color: #fff;
    margin-bottom: .09rem;
    display: inline-block;
    margin-bottom: .3rem
}

#footer .f_info p a.su_ba1 {
    text-align: center
}

#footer .f_info p a.ga_tu {
    text-decoration: none;
    color: #fff;
    padding-left: .4rem;
    margin-left: .1rem;
    display: inline-block;
    margin-bottom: .3rem;
    background: url(https://res.zulong.com/cms/zulong/ga_tu.png) no-repeat 0 0;
    background-size: .3rem .3rem
}