* {
    padding: 0;
    margin: 0;
    transition: all .3s
}

html,
body {
    width: 100%;
  
}

html {
    font-size: 16px
}


img {
    display: block;
    width: 100%
}

a {
    display: block;
    text-decoration: none !important
}

.flex-row {
    display: flex;
    flex-direction: row
}

.flex-col {
    display: flex;
    flex-direction: column
}

.flex-row-bet {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.mob_child_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.75);
    transform: translateX(100%);
    transition: all 0s;
    display: none;
    white-space: nowrap
}

.mob_child_box .child_box {
    width: 75%;
    height: 100%;
    margin-left: auto;
    background-color: #ab845b
}

.mob_child_box .child_box .logo {
    width: 14.75rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding-top: 1rem
}

.mob_child_box .child_box .child_nav .nav_item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.mob_child_box .child_box .child_nav .nav_item .title {
    margin: 0;
    height: 2.75rem
}

.mob_child_box .child_box .child_nav .nav_item a {
    color: rgba(255, 255, 255, 0.76);
    font-size: 1rem;
    line-height: 2.75rem
}

.mob_child_box .child_box .child_nav .nav_item .icon {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.mob_child_box .child_box .child_nav .nav_item .icon img {
    width: .63rem;
    transition: all 0s
}

.mob_child_box .child_box .child_nav .nav_item .child {
    transition: all 0s;
    display: none
}

.mob_child_box .child_box .child_nav .nav_item .child .child_item {
    padding: .16rem 0
}

.mob_child_box .child_box .child_nav .nav_item .child .child_item .child-first-item {
    margin: 0
}

.mob_child_box .child_box .child_nav .nav_item .child .child_item .child-first-item .child-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.mob_child_box .child_box .child_nav .nav_item .child .child_item .child-first-item .child-icon img {
    width: .63rem
}

.mob_child_box .child_box .child_nav .nav_item .child .child_item .child-sub-nav {
    transition: all 0s;
    padding-left: 2rem;
    display: none
}

.mob_child_box .child_box .child_nav .nav_item .child .child_item a {
    font-size: .88rem
}

.header-group {
    white-space: nowrap
}

.header-group .pc-header-group {
    height: 6.38rem;
    background-color: #ab845b
}

.header-group .pc-header-group .pc-header {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-group .pc-header-group .pc-header .logo {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header-group .pc-header-group .pc-header .logo img {
    width: 3.38rem;
    margin-left: 3.75rem
}

.header-group .pc-header-group .pc-header .pc-nav-group {
    height: 100%
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: .63rem
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item {
    height: 100%;
    padding: 0 1.56rem;
    position: relative
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item .first-nav-wrapper {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item .first-nav-wrapper .first-nav {
    color: #fff;
    font-size: 1.13rem;
    font-weight: bold
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item .first-nav-wrapper .nav-icon {
    width: .73rem;
    margin-left: .31rem;
    cursor: pointer
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item .sub-nav-group {
    width: 100%;
    position: absolute;
    top: 6.38rem;
    left: -0.78rem;
    z-index: 2;
    transition: all 0s;
    transform: rotateY(90deg)
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item .sub-nav-group .sub-nav-item {
    background-color: #ab845b;
    padding: .4rem .2rem;
    position: relative;
    font-size: .88rem;
    text-align: center;
    transition: all .3s
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item .sub-nav-group .sub-nav-item .sub-nav-item-title {
    width: max-content;
    color: #fff;
    position: relative;
    padding: 0
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item .sub-nav-group .sub-nav-item .sub-nav-item-title:hover::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item .sub-nav-group .sub-nav-item .sub-nav-item-group {
    margin: 0
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item .sub-nav-group .sub-nav-item .sub-nav-item-group .pc-nav-icon {
    height: .7rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item .sub-nav-group .sub-nav-item .sub-nav-item-group .pc-nav-icon img {
    height: 100%;
    object-fit: contain
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item .sub-nav-group .sub-nav-item .sub-nav-item-child {
    width: max-content;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #bc9164;
    transform: rotateY(90deg);
    transition: all 0s
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item .sub-nav-group .sub-nav-item .sub-nav-item-child .pc-three-nav {
    color: #fff;
    font-size: .88rem;
    padding: .4rem 2rem
}

.header-group .pc-header-group .pc-header .pc-nav-group .nav-wrapper .pc-nav-item .sub-nav-group .sub-nav-item:hover {
    color: #fff
}

.header-group .mobile-header-group {
    position: relative;
    z-index: 99
}

.header-group .mobile-header {
    height: 4.13rem;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background-color: #ab845b;
    z-index: 3
}

.header-group .mobile-header .header-content {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center
}

.header-group .mobile-header .header-content .logo {
    width: 15.5rem;
    margin-left: .4rem
}

.header-group .mobile-header .header-content .logo .mobile-logo {
    display: none;
    transition: all .3s
}

.header-group .mobile-header .header-content .logo .mobile-default {
    display: block;
    transition: all .3s
}

.header-group .mobile-header .header-content .menu_group {
    margin-right: .4rem
}

.header-group .mobile-header .header-content .mob_menu {
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px
}

.header-group .mobile-header .header-content .mob_menu span,
.header-group .mobile-header .header-content .mob_menu:after,
.header-group .mobile-header .header-content .mob_menu:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header-group .mobile-header .header-content .mob_menu span {
    margin: 7px 0
}

.header-group .mobile-header .header-content .mob_menu:after,
.header-group .mobile-header .header-content .mob_menu:before {
    content: "";
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%
}

.header-group .mobile-header .header-content .mob_menu.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.header-group .mobile-header .header-content .mob_menu.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-group .mobile-header .header-content .mob_menu.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-group .mobile-header .header-content .mob_menu_blck:after,
.header-group .mobile-header .header-content .mob_menu_blck:before {
    background: #333
}

.header-group .mobile-header .header-content .mob_menu_blck span {
    background-color: #333
}

.swiper-container {
    width: 100%;
    height: 100%
}

.time-wrapper {
    width: 100%;
    height: 6.5rem;
    background-color: #faf6f0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ab845b
}

.time-wrapper .time-label {
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 1.88rem
}

.time-wrapper .time {
    display: flex;
    justify-content: center;
    align-items: center
}

.time-wrapper .time .drop {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 .94rem
}

.time-wrapper .time .time-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4.13rem;
    height: 4.13rem;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(139, 113, 81, 0.28)
}

.time-wrapper .time .time-item .num {
    font-size: 1.88rem;
    color: #ab845b;
    font-weight: bold
}

.time-wrapper .time .time-item .text {
    font-size: .88rem;
    margin-top: -0.5rem
}

.footer-group {
    background-color: #ab845b
}

.footer-group .line-top-group {
    border-bottom: 1px solid rgba(236, 236, 236, 0.1);
    padding: 2.5rem 0
}

.footer-group .line-top-group .logo {
    width: 21.75rem
}

.footer-group .line-top-group .contact-us {
    width: 9.88rem;
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
    color: #fff;
    font-size: 1.13rem;
    border: 1px solid #ab845b;
    margin-left: auto
}

.footer-group .line-top-group .contact-us:hover {
    border-color: #fff
}

.footer-group .line-top-group .btn {
    display: flex;
    align-items: center
}

.footer-group .line-middle-group {
    padding-top: 5.5rem;
    padding-bottom: 6.75rem;
    border-bottom: 1px solid rgba(236, 236, 236, 0.1)
}

.footer-group .line-middle-group .footer-nav-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.footer-group .line-middle-group .footer-nav-group .footer-nav-item-group {
    width: 20%
}

.footer-group .line-middle-group .footer-nav-group .footer-nav-item-group .title {
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 2.13rem
}

.footer-group .line-middle-group .footer-nav-group .footer-nav-item-group .sub-nav .sub-nav-item {
    font-size: .88rem;
    color: #ffffff;
    opacity: .76;
    margin-bottom: 1.13rem;
    transition: all .3s
}

.footer-group .line-middle-group .footer-nav-group .footer-nav-item-group .sub-nav .sub-nav-item:hover {
    opacity: 1
}

.footer-group .line-middle-group .code-group .code-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.footer-group .line-middle-group .code-group .code-box .code-item {
    width: 50%;
    padding: .63rem;
    text-align: center;
    color: #fff;
    font-size: .88rem
}

.footer-group .line-middle-group .code-group .code-box .code-item img {
    margin-bottom: .94rem
}

.footer-group .line-bottom-group {
    padding: 2.5rem 0
}

.footer-group .line-bottom-group .bottom-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap
}

.footer-group .line-bottom-group .bottom-content a:hover {
    transition: all .3s;
    color: #fff
}

.footer-group .line-bottom-group .bottom-content .line-bottom-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .88rem;
    color: rgba(255, 255, 255, 0.76);
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative
}

.footer-group .line-bottom-group .bottom-content .line-bottom-item a {
    color: rgba(255, 255, 255, 0.76);
    transition: all .3s
}

.footer-group .line-bottom-group .bottom-content .line-bottom-item a:hover {
    transition: all .3s;
    color: #fff
}

.footer-group .line-bottom-group .bottom-content .line-bottom-item .item-left {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.footer-group .line-bottom-group .bottom-content .line-bottom-item .item-left img {
    width: 1.13rem;
    margin-right: .5rem
}

.footer-group .line-bottom-group .bottom-content .line-bottom-item .item-right img {
    width: 3.13rem;
    margin-left: .5rem
}

.footer-group .line-bottom-group .bottom-content .line-bottom-item::after {
    content: "";
    display: block;
    width: 1px;
    height: .75rem;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.footer-group .line-bottom-group .bottom-content .line-bottom-item:last-child::after {
    display: none
}

@media (max-width:1200px) {
    html {
        font-size: 16px
    }

    .footer-group .line-middle-group .footer-nav-group .footer-nav-item-group .title {
        font-size: .8rem
    }

    .footer-group .line-middle-group .footer-nav-group .footer-nav-item-group .sub-nav .sub-nav-item {
        font-size: .75rem
    }
}

@media (max-width:992px) {
    html {
        font-size: 15px
    }
}

@media (max-width:768px) {
    html {
        font-size: 15px
    }

    .footer-group .line-top-group {
        padding-bottom: 1rem
    }

    .footer-group .line-top-group .logo {
        width: 21.75rem
    }

    .footer-group .line-top-group .contact-us {
        display: none
    }

    .footer-group .line-top-group .btn {
        display: flex;
        align-items: center
    }

    .footer-group .line-middle-group {
        padding-top: 3.5rem;
        padding-bottom: 3.75rem
    }

    .footer-group .line-middle-group .footer-nav-group .footer-nav-item-group {
        width: 30%;
        margin-bottom: 1.88rem
    }

    .footer-group .line-middle-group .footer-nav-group .footer-nav-item-group .title {
        margin-bottom: 1.13rem
    }

    .footer-group .line-bottom-group {
        padding: 2.5rem 0
    }

    .footer-group .line-bottom-group .bottom-content {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap
    }

    .footer-group .line-bottom-group .bottom-content .line-bottom-item {
        margin-bottom: .5rem
    }

    .time-wrapper {
        width: 100%;
        height: 6.5rem
    }

    .time-wrapper .time-label {
        font-size: .88rem;
        margin-right: .5rem
    }

    .time-wrapper .time .drop {
        font-size: 1.25rem;
        margin: 0 .94rem
    }

    .time-wrapper .time .time-item {
        width: 3.13rem;
        height: 3.13rem;
        border-radius: 10px;
        box-shadow: 0 1px 4px 0 rgba(139, 113, 81, 0.28)
    }

    .time-wrapper .time .time-item .num {
        font-size: 1.2rem
    }

    .time-wrapper .time .time-item .text {
        font-size: .88rem;
        margin-top: -0.5rem
    }
}

@media (max-width:576px) {
    .footer-group .line-top-group {
        padding: 1.25rem 0;
        padding-bottom: .5rem
    }

    .footer-group .line-top-group .logo {
        width: 15.75rem
    }

    .footer-group .line-top-group .contact-us {
        display: none
    }

    .footer-group .line-top-group .btn {
        display: flex;
        align-items: center
    }

    .footer-group .line-middle-group {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .footer-group .line-middle-group .footer-nav-group .footer-nav-item-group {
        width: 100%;
        margin-bottom: 1.88rem
    }

    .footer-group .line-middle-group .footer-nav-group .footer-nav-item-group .title {
        margin-bottom: 1.13rem
    }

    .footer-group .line-bottom-group {
        padding: 2.5rem 0
    }

    .footer-group .line-bottom-group .bottom-content {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap
    }

    .footer-group .line-bottom-group .bottom-content .line-bottom-item {
        margin-bottom: .5rem
    }

    .time-wrapper {
        height: 4.5rem
    }

    .time-wrapper .time-label {
        font-size: .88rem;
        margin-right: .5rem
    }

    .time-wrapper .time .drop {
        font-size: 1rem;
        margin: 0 .4rem
    }

    .time-wrapper .time .time-item {
        width: 3rem;
        height: 3rem
    }

    .time-wrapper .time .time-item .num {
        font-size: 1.2rem
    }

    .time-wrapper .time .time-item .text {
        font-size: .88rem;
        margin-top: -0.1rem
    }
}