* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

body {
    background-color: rgb(252, 246, 231);
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

select:focus {
    outline: none;
}

.flex {
    display: flex;
}

#body {
    position: relative;
    margin: 0 auto;
    font-family: "敺株��迤暺煾��";
    background: #fcf6e7;
}

#header {
    background: url(/website/static/images/header_shadow.png) center 37px no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 155px;
    width: 100%;
}
#header .butterfly {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 39px;
    height: 50px;
    background: url(/website/static/images/butterfly.png) 0 0 no-repeat;
    z-index: 99;
}
#header .headerTop {
    height: 36px;
    background: #f6f6f6;
    overflow: visible;
}

#header .navbar-default .navbar-toggle {
    display: none;
    float: none;
}
#header ul.topMenu {
    position: absolute;
    top: 0;
    right: 80px;
    transform: translate(0, -100%);
    z-index: 1;
}

#header ul.topMenu li {
    border-right: 1px solid #dbdee3;
    padding: 7px 10px 7px 0;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
#header ul.topMenu li a {
    color: #585f6e;
    font-size: 12px;
    background: url(/website/static/images/arrow_down.png) right center no-repeat;
    padding-top: 5px;
    padding-right: 20px;
}
#header ul.topMenu li a.res {
    padding-left: 30px;
    background: url(/website/static/images/arrow_down.png) right center no-repeat,
    url(/website/static/images/icon_head_bookImg.png) left center no-repeat;
}

#header ul.topMenu li ul {
    position: absolute;
    left: -25px;
    top: 29px;
    margin-right: -1px;
    margin-top: 0;
    background: #f6f6f6;
    padding: 0 15px;
    display: none;
    border: 1px solid #dbdee3;
    border-top: none;
    z-index: 9999999;
}
#header ul.topMenu li ul li {
    padding: 0;
    border: none;
    margin: 3px 0;
    width: 100%;
    white-space: nowrap;
}
#header ul.topMenu li ul li a {
    background: none;
}

#header ul.topMenu li.booking ul li.Btitle {
    color: #cd0023;
    font-size: 13px;
}
#header ul.topMenu li.booking ul li {
    font-size: 12px;
    color: #7a7a7a;
}

#header ul.topMenu li.booking ul li select {
    width:100px;
    font-size: 12px;
    font-weight: 400;
}
#header ul.topMenu li.booking ul li input {
    width: 95px;
}
#header ul.topMenu li.booking ul li.Bbtn a {
    color: #cd0023;
    float: right;
}

#header ul.mainMenu {
    display: flex;
    justify-content: space-between;
}

#header ul.mainMenu.collapse {
    display: flex;
    visibility: visible;
    padding-left: 4px;
}

#header ul.mainMenu li {
    display: block;
}
#header ul.mainMenu li a {
    position: relative;
    display: block;
    color: #6a6a6a;
    font-size: 14px;
    padding-bottom: 3px;
    margin: 10px 0;
    transition: color 0.5s;
    -moz-transition: color 0.5s; /* Firefox 4 */
    -webkit-transition: color 0.5s; /* Safari ��� Chrome */
    -o-transition: color 0.5s; /* Opera */
}
#header ul.mainMenu li a:hover:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #603917;
}
#header ul.mainMenu li.active a {
    color: #603917;
    border-bottom: 2px solid #603917;
}
#header .header_content {
    width: 930px;
    margin: 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 15px;
}
#header .header_content #logo {
    display: inline-block;
}
#header .header_content h2.slogan {
    position: absolute;
    left: 8px;
    bottom: -70px;
    color: #fff;
    font-size: 12px;
    font-family: "Times New Roman";
    opacity: 0.8;
}
#header .header_content h2.slogan span {
    font-size: 30px;
}

.homepage #content {
    background-color: transparent;
}

#content {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}

[name=news] {
    margin-left: auto;
    border: 1px solid #DCDCDC;
    padding: 5px;
    width: 300px;
    color: #747474;
}

select[name=news] {
    text-overflow: ellipsis;
}
[name=news] option:first-child {
    display: none;
}
.sub_menu [name=news] option:first-child {
    display: block;
}
#footer {
    clear: both;
}

#footer .footer_logos {
    background: #dedcd7;
}
#footer .footer_logos .footer_content {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
#footer .footer_logos .footer_content ul li {
    display: inline-block;
    margin: 12px -20px;
    opacity: 0.9;
}
#footer .footer_logos .footer_content ul li a img {
    width: 140px;
    height: auto;
}

#footer .footer_top {
    background: #3c2018;
}
#footer .footer_top .footer_content {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    position: relative;
    background: url(/website/static/images/footer_bgimg.png) right 0 no-repeat;
    height: 100px;
}
#footer .footer_top .footer_content ul {
    margin: 39px 0;
    display: inline-block;
}
#footer .footer_top .footer_content ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
#footer .footer_top .footer_content ul li a {
    font-size: 14px;
    color: #fff;
}
#footer .footer_top .footer_content ul li ul {
    position: absolute;
    left: -10px;
    bottom: 18px;
    width: auto;
    margin: 0;
    background: #3c2018;
    padding: 5px 10px;
    display: none;
}
.backTop {
    position: fixed;
    right: -60px;
    bottom: 25px;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    text-indent: -99999px;
    background-color: #8e7c4a;
    display: block;
    z-index: 999;
    opacity: .8;
    white-space: nowrap;
    transition: .3s ease-in-out;
}

.backTop-show {
    right: 15px;
}

.backTop:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: calc(50% + 4px);
    top: 50%;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(-45deg) translate(-50%, -50%);
    transform-origin: left center;
}
.backTop:hover {
    opacity: 1;
}
@media screen and (min-width: 0\0) {
    /* IE9 , IE10 ,IE11 rule sets go here */
    #footer .footer_top .footer_content ul li ul {
        bottom: 18px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #footer .footer_top .footer_content ul li ul {
        bottom: 18px;
    }
} /*chrome and safari*/
#footer .footer_top .footer_content ul li ul li {
    white-space: nowrap;
    display: block;
}

#footer .footer_bottom {
    background: #1a1a1a;
    padding: 10px 0;
}
#footer .footer_bottom .footer_content {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#footer .footer_bottom .flex {
    align-items: center;
    flex-wrap: wrap;
}
#footer .footer_bottom p {
    font-size: 14px;
    margin-top: 5px;
    color: #c8ccd7;
}
#footer .footer_bottom p.copyright {
    color: #747474;
    margin: 5px 0;
}
#footer .footer_bottom .sound {
    margin-left: 5px;
}
#footer .footer_bottom p.phone {
    color: #c8ccd7;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 20px;
    background: url(/website/static/images/icon_phonelmg.png) left top no-repeat;
}

#footer .footer_bottom p.phone span {
    margin-right: 5px;
}

#footer .footer_bottom p.phone span:last-child {
    margin-right: 0;
}

#footer .footer_bottom a.email {
    color: #c8ccd7;
    padding-left: 20px;

    font-size: 12px;
    margin-right: 25px;

    background: url(/website/static/images/icon_emailmg.png) left center no-repeat;
}
#footer .footer_bottom a.resv {
    color: #d19159;
    padding-left: 30px;
    padding-right: 50px;

    font-size: 12px;

    background: url(/website/static/images/icon_bookImg.png) left center no-repeat,
    url(/website/static/images/iconimg_backtotop.png) right center no-repeat;
    position: absolute;
    right: 0;
    top: 6px;
}

#footer ul.bookingBlock {
    position: absolute;
    right: 0;
    top: -156px;
    background: #424242;
    padding: 10px 30px;
    display: none;
}
#footer ul.bookingBlock li.Btitle {
    color: #da985b;
    font-size: 13px;
    font-weight: bold;
}
#footer ul.bookingBlock li {
    font-size: 12px;
    color: #fff;
    margin: 5px 0;
}

#footer ul.bookingBlock li select {
    /*width:100px;*/
    font-size: 12px;
}
#footer ul.bookingBlock li input {
    width: 95px;
}
#footer ul.bookingBlock li.Bbtn a {
    color: #da985b;
    float: right;
}

.fixed-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: rgba(96, 57, 23, .9);
    z-index: 99999;
    padding: 5px 0;
}

.fixed-nav li {
    flex: 1 1 50%;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.fixed-nav li:last-child {
    border-right: none;
}

.fixed-nav a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
}

.fixed-nav img {
    display: block;
    margin-bottom: 3px;
    max-height: 20px;
    object-fit: contain;
}

@media screen and (max-width: 991px) {
    #header .header_content {
        width: 100%;
        max-width: 750px;
    }

    #content {
        max-width: 750px;
        width: 100%;
    }

    #booking_tabs_block .tab_container .tab_content li .block {
        padding: 10px 5px;
    }

    #footer .footer_top .footer_content, #footer .footer_bottom .footer_content {
        max-width: 750px;
    }

    #footer .footer_logos .footer_content ul li a img {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    #header .header_content #logo {
        position: absolute;
        top: 0;
        left: 15px;
        transform: translate(0, -100%);
    }
    #header .header_content {
        padding: 0;
    }
    #logo img {
        display: block;
        height: 60px;
    }
    #header ul.mainMenu {
        flex-direction: column;
        justify-content: flex-start;
        background-color: #f2f2f2;
        box-shadow: 0 2px 10px 0 #555555;
    }
    #header ul.mainMenu.collapse {
        display: none;
    }
    #header ul.mainMenu li a {
        padding: 10px 15px;
        border-bottom: 1px solid #dfdfdf;
    }

    #header ul.mainMenu li a:hover:after {
        display: none;
    }

    #header ul.topMenu .booking, #header ul.topMenu li:nth-child(3) {
        display: none;
    }

    #header ul.topMenu {
        display: flex;
        right: 0;
        align-items: center;
        height: 60px;
    }

    #header ul.topMenu li {
        border-right: none;
    }

    #header ul.topMenu li ul {
        border: none;
        padding: 0 15px;
        background-color: white;
    }

    #header ul.topMenu li a {
        color: #bebebe;
        background: url(/website/static/images/lan_drop.png) right center no-repeat;
    }

    #header .headerTop {
        height: 60px;
        background-color: white;
    }

    #header .butterfly {
        display: none;
    }

    #header .navbar-toggle {
        display: inline-block;
        border: 2px solid #d99d29;
    }

    #header .navbar-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background-color: #d99d29;
        border-radius: 1px;
        margin-bottom: 4px;
    }

    #header .navbar-toggle span:last-child {
        margin-bottom: 0;
    }

    #content {
        padding: 0 10px;
        background-color: #fcf6e6;
    }

    #content h2 {
        display: block;
        padding: 0 0 10px;
        border-right: none;
        margin: 15px 0;
    }

    #content .tabs {
        position: static;
        left: auto;
        top: auto;
        overflow: hidden;
        margin-top: 10px;
    }

    [name=news] {
        width: calc(100% - 10px);
        height: 40px;
        order: -1;
        margin: 0 5px;
    }

    #booking_tabs_block + .flex h2 {
        margin-top: 0;
    }

    #booking_tabs_block .tab_container {
        border: none;
    }

    #booking_tabs_block .tab_container ul {
        border: none;
    }

    #booking_tabs_block .tab_container .tab_content li .block {
        width: 100%;
        float: none;
        padding: 5px;
    }

    #booking_tabs_block .tab_container .tab_content li .block select {
        width: auto;
        flex: 1 1 auto;
        margin-right: 10px;
    }

    #booking_tabs_block .tab_container .tab_content li .block select:last-child {
        margin-right: 0;
    }

    #botm_menu .flex {
        flex-direction: column;
    }

    #botm_menu ul li {
        border-radius: 4px;
        flex: none;
        background-color: #b1a277;
        overflow: hidden;
    }

    #botm_menu ul li a {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
    }

    #botm_menu ul li a:after {
        content: '';
        position: absolute;
        right: 13px;
        border-top: 6px solid transparent;
        border-left: 6px solid white;
        border-bottom: 6px solid transparent;
    }

    #botm_menu ul li img {
        width: 162px;
        border: none;
        border-radius: 0;
    }

    #botm_menu ul li h3 {
        color: white;
        margin-left: 13px;
        float: none;
        background: none;
        padding-right: 25px;
    }

    #footer a {
        text-decoration: none;
    }

    #footer .footer_logos {
        display: none;
    }

    #footer .footer_top {
        background-color: white;
    }

    #footer .footer_top .footer_content {
        height: auto;
        background: none;
    }

    #footer .footer_top .footer_content .panel-group .panel + .panel {
        margin-top: 0;
    }

    #footer .footer_top .footer_content .panel-title {
        position: relative;
        color: #8e7c4a;
        font-size: 14px;
        display: block;
    }

    #footer .footer_top .footer_content .panel-title.group:before, #footer .footer_top .footer_content .panel-title.group:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 10px;
        height: 2px;
        background-color: #99885b;
        transition: .3s;
        transform: translate(0, -50%);
    }

    #footer .footer_top .footer_content .panel-title.group.collapsed:after {
        transform: translate(0, -50%) rotate(90deg);
    }

    #footer .footer_top .footer_content .panel-group {
        margin: 0;
    }

    #footer .footer_bottom {
        padding: 20px 0;
    }

    #footer .footer_bottom a.resv {
        display: none;
    }

    #footer .footer_bottom .footer_content {
        padding: 0 15px;
    }

    #footer .footer_top .footer_content .panel-body {
        padding: 0;
    }

    #footer .footer_top .footer_content .panel-body ul {
        margin: 0;
        display: block;
    }

    #footer .footer_top .footer_content .panel-body li {
        display: block;
        margin: 0;
        line-height: 40px;
    }

    #footer .footer_top .footer_content .panel-body li a {
        color: #919191;
        padding: 0 35px;
        font-size: 14px;
        display: block;
    }

    #footer .footer_bottom p.phone span {
        display: block;
    }

    .backTop {
        position: static;
        width: auto;
        height: auto;
        padding: 10px 0;
        border-radius: 0;
        text-indent: initial;
        color: white;
        text-align: center;
        opacity: 1;
    }

    .backTop:before {
        display: none;
        transition: none;
    }

    a.backTop:hover, a.backTop:focus {
        color: white;
    }
}

@media screen and (max-width: 375px) {
    #header ul.topMenu li {
        margin: 0;
    }

    #header .header_content #logo {
        left: 10px;
    }

    #header .navbar-toggle {
        padding: 7px;
        margin-right: 10px;
    }

    #footer .footer_bottom .footer_content {
        padding: 0 10px;
    }
}

@media screen and (min-width: 320px) {
    body {
        padding-bottom: 55px;
    }

    .fixed-nav {
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    body {
        padding: 0;
    }
    .fixed-nav {
        display: none;
    }
}
