﻿/* usually */
body {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    color: #1C1C1C;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
span,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #1C1C1C
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.l {
    float: left;
}

.r {
    float: right;
}

.tc {
    text-align: center;
}

.ti2 {
    text-indent: 2em;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.dib {
    display: inline-block;
}

.ovh {
    overflow: hidden;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.fix:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.fix-flex:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.fix-web:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.fix-phone:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.ellipsis {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.ellipsis1 {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

img {
    border: none;
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.swiper-slide {
    user-select: none;
}

.showmenu.nav-ul-box {
    transform: translate(0, 100%);
    opacity: 1;
    visibility: visible;
}

/*margin*/
.m0 {
    margin: 0px;
}

.m1 {
    margin: 1px;
}

.ml1 {
    margin-left: 1px;
}

.mt1 {
    margin-top: 1px;
}

.mr1 {
    margin-right: 1px;
}

.mb1 {
    margin-bottom: 1px;
}

.m2 {
    margin: 2px;
}

.ml2 {
    margin-left: 2px;
}

.mt2 {
    margin-top: 2px;
}

.mr2 {
    margin-right: 2px;
}

.mb2 {
    margin-bottom: 2px;
}

.m5 {
    margin: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.m10 {
    margin: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.m15 {
    margin: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.m20 {
    margin: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr25 {
    margin-right: 25px;
}

/*padding*/
.p0 {
    padding: 0px;
}

.p1 {
    padding: 1px;
}

.pl1 {
    padding-left: 1px;
}

.pt1 {
    padding-top: 1px;
}

.pr1 {
    padding-right: 1px;
}

.pb1 {
    padding-bottom: 1px;
}

.p2 {
    padding: 2px;
}

.pl2 {
    padding-left: 2px;
}

.pt2 {
    padding-top: 2px;
}

.pr2 {
    padding-right: 2px;
}

.pb2 {
    padding-bottom: 2px;
}

.p5 {
    padding: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p10 {
    padding: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.p15 {
    padding: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.p20 {
    padding: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mb25 {
    margin-bottom: 25px;
}

.heigh100 {
    height: 100%;
}

.icon-plus {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.icon-plus::before,
.icon-plus:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: transform .3s ease-in;
    border-radius: 4px;
}

.icon-plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.icon-plus.rotate:after {
    transform: translate(-50%, -50%) rotate(0);
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.mask-inner1-top {
    background-color: #C19E68;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 22px;
}

.mask-inner1 {
    width: 690px;
    border-radius: 8px;
    overflow: hidden;
    max-width: 94%;
}

.mask-inner1-bott {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
    text-align: center;
    background-color: #fff;
}


.pages {
    text-align: center;
    padding: 50px 0 0;
}


.pages li {
    display: inline-flex;
    font-size: 12px;
    color: #000000;
}

.pages li:hover {
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

.pages li a {
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    padding: 0 12px;
    margin: 0 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pages li span {
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    padding: 0 12px;
}

.pages .iconfont {
    font-size: 14px;
}

.pages-select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('') no-repeat 96% center;
    border: 1px solid #dadada;
    outline: none;
    font-size: 14px;
    border-radius: 4px;
    padding: 5px;
    padding-right: 16px;
}

.manage-mid-img {
    max-width: 344px;
}

.pages li a.page-num-current {
    background: #C19E68;
    border-color: #C19E68;
    color: #fff;
}

.pages li.noborder {
    border: none;
    background-color: transparent;
    padding: 0;
}

.pages li .turn-input {
    color: #666666;
    padding: 8px 12px 7px;
    background-color: #fff;
    width: 48px;
}

input[type="text"],
input[type="password"],
input[type="number"],
textarea,
button,
input[type="email"],
input[type="date"] {
    border: none;
    outline: none;
    background-color: transparent;
}

input.el-input-date {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}

input.el-input-date::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    padding-left: 100%;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-reverse {
    flex-direction: row-reverse;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.just-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.just-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.no {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner {
    position: relative;
}

.banner-i {
    width: 100%;
    display: block;
}

.lan {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('') no-repeat right center;
    padding-right: 16px;
}

.normal-table {
    width: 100%;
    border-collapse: collapse;
}

.normal-select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
}


.mobile-img {
    display: none;
}

.menu {
    margin-left: 12px;
    cursor: pointer;
    display: none;
}

.menu i {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #C19E68;
    margin-top: 7px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}


.menu i:first-child {
    margin-top: 0;
}

.menu.rotate i:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu.rotate i:nth-of-type(2) {
    opacity: 0;
}

.menu.rotate i:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.normal-place ::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: "Noto Serif JP", serif;
}

.normal-place :-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: "Noto Serif JP", serif;
}

.normal-place :-ms-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: "Noto Serif JP", serif;
}

.normal-place1 ::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: "Noto Serif JP", serif;
}

.normal-place1 :-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: "Noto Serif JP", serif;
}

.normal-place1 :-ms-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: "Noto Serif JP", serif;
}

img[class*=avatar] {
    border-radius: 50%;
}

.hover-theme a:hover {
    color: #C19E68;
}

.hover-show-a a:hover {
    opacity: 0.8;
}

.hover-show-btn:hover {
    opacity: 0.8;
}

.hover-tit a:hover [class*=tit] {
    color: #C19E68;
}

._h-img {
    transition: transform .3s ease;
}

.hover-img a:hover ._h-img {
    transform: scale(1.1);
}

[class*=btn] {
    cursor: pointer;
}

.col-red {
    color: #E7240E;
}

input.upload-file,
input.upload-file1 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 0
}


.up-btn {
    /*  display: flex; */
    z-index: 9999;
    width: 60px;
    height: 60px;
    background-color: #C19D68;
    border-radius: 50%;
    position: absolute;
    /*  right: -24px;
  
  top: 30px; */
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 32%;
    right: 60px;
    top: auto;
    display: flex;
}

.arr-up {
    display: inline-flex;
    width: 22px;
    height: 15px;
    background: url(../picture/arr-up.png) no-repeat center;
    background-size: auto;
}

@-webkit-keyframes circleMove {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes circleMove {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

.lg_sfdh {
    animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn {
    0% {
        transform: scale(1.0)
    }

    100% {
        transform: scale(1.1)
    }
}

@keyframes hideIndex {
    0% {
        opacity: 0;
        padding-top: 40px;
    }

    100% {
        opacity: 1;
        padding-top: 25px;
    }
}



@media (min-width:992px) {}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}



.responsive-y {
    overflow-y: auto;
}

/* ::-webkit-scrollbar {
  width: 16px;
}
::-webkit-scrollbar-thumb {
  background-color: #ACACAC;
  border-radius: 999px;
} */
.responsive-x {
    overflow-x: auto;
}

.head-sticky {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    z-index: 99;
    top: 0;
}

.head-fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    color: #fff;
}

.head {
    background-color: #000000;
    padding: 22px 0;
}

.logo-img,
.footer-logo {
    display: block;
    max-width: 284px;
}

.gx_ {
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: middle;
}

.gx_::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    left: 50%;
    position: absolute;
}

.gx_:checked::after {
    background: #000 url('') no-repeat center;
    background-size: 80% auto;
}


.head .head-login-btn {
    display: flex;
    display: inline-flex;
    width: 182px;
    height: 52px;
    border: 1px solid #C19E68;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #C19E68;
    margin-left: 30px;
    transition: all .3s ease;
}

.head .head-login-btn:hover {
    background-color: #C19E68;
    color: #fff;
}

.head-login-btn .iconfont {
    font-size: 24px;
}

.lan-select {
    background: url(../picture/arr-down.png) no-repeat right center;
    background-size: auto;
    padding: 5px 20px;
    margin-left: 10px;
    font-size: 15px;
}

.lan-select option {
    color: #000;
}

.head-nav-ul>li {
    font-weight: 500;
    font-size: 15px;
}

.head-nav-ul>li+li {
    margin-left: 30px;
}

.vjs-poster {
    background-size: cover;
}

.video-js {
    width: 100%;
    height: 100%;
}

.video-js .vjs-tech {
    object-fit: cover;
}

.banner-word {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}

.center-box {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
}

.center-box1 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.star-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('') no-repeat center;
    background-size: auto;
}

.banner-en {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
}

.banner-tit {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.5em;
}

.banner-btn {
    display: inline-flex;
    width: 180px;
    height: 56px;
    background-color: #C19D68;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.banner-btn:hover {
    text-decoration: underline;
}

.center-box.no-pd {
    max-width: none;
}

.reserve {
    position: relative;
    z-index: 9;
}

.reserve-btn {
    display: inline-flex;
    width: 142.8000030517578px;
    height: 50px;
    background-color: #C19E68;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.reserve-inner {
    padding: 37px 30px;
    margin-top: -90px;
    background: linear-gradient(94.24deg, #C19D68 9.19%, #EFCF9F 51%, #C19D68 99.56%);
}

.normal-line::before,
.normal-line::after {
    content: "";
    width: 95px;
    height: 1px;
    background-color: var(--color, rgba(97, 97, 97, 0.26));
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.normal-line::before {
    left: 0;
    transform: translate(-110%, -50%);
}

.normal-line::after {
    right: 0;
    transform: translate(110%, -50%);
}

.normal-tit {
    font-size: 38px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #1E1E1E;
}

.normal-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #686868;
    margin: 20px auto 0 auto;
}

.normal-tit-group {
    padding: 70px 0;
}

.pro-box {
    background-color: #F8F6F3;
    padding: 6% 0 0;
}

.tit-img {
    max-width: 293px;
}

.swiper-pro-box {
    margin-top: -70px;
}

.swiper-pro-outer {
    padding: 1px 0 70px;
    margin-top: 70px;
}

.swiper-pro-bott {
    padding: 15px;
}

.swiper-pro .swiper-slide {
    height: auto;
    border: 1px solid rgba(30, 30, 30, 0.2);
}

.life-top {
    background-color: #F8F6F3;
    padding-bottom: 160px;
    padding-top: 80px;
}

.swiper-pro-info {
    font-size: 12px;
    color: #5C5C5C;
}

.swiper-pro-desc {
    font-size: 13px;
    line-height: 2.07em;
    letter-spacing: 1px;
    color: #5C5C5C;
}

.swiper-life .swiper-slide {
    height: auto;
    border: 1px solid rgba(30, 30, 30, 0.2);
    background-color: #fff;
}

.swiper-life-bott {
    padding: 15px 15px 25px 15px;
}

.swiper-pro-time {
    font-size: 13px;
    color: #C19E68;
}

.lief-bott {
    margin-top: -220px;
    position: relative;
    z-index: 1;
}

.swiper-pro-tit {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    min-height: 2em;
    letter-spacing: 1px;
    color: #1C1C1C;
}

.life-icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
}

.life-icon1 {
    background: url(../picture/i1.png) no-repeat center;
    background-size: auto;
}

.life-icon2 {
    background: url(../picture/i2.png) no-repeat center;
    background-size: auto;
}

.life-btn {
    display: inline-flex;
    width: 214.36000061035156px;
    height: 45px;
    border: 2px solid #C19E68;
    justify-content: center;
    align-items: center;
    color: #C19E68;
    transition: all .3s ease;
    max-width: 100%;
}

.swiper-life .swiper-slide:hover .life-btn {
    background-color: #C19E68;
    color: #fff;
}

.swiper-lief-pagination {
    position: static;
    padding: 50px 0 0
}

.swiper-normal-pagination .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid rgba(30, 30, 30, .4);
    opacity: 1;
}

.swiper-normal-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #C19E66;
    border-color: #C19E66;
}

.footer-top {
    background-color: #C19E68;
    padding: 50px 0;
}

.footer-top-tit {
    font-weight: 400;
    font-size: 38px;
    color: #1E1E1E;
    text-transform: uppercase;
}

.tit-line-img,
.tit-black {
    width: 202px;
    display: block;
}

.footer-btit {
    position: relative;
    font-weight: 500;
    font-size: 22px;
    padding: 10px 0;
    text-transform: uppercase;
}

.footer-btit::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #C29D68;
    bottom: 0;
    left: 0;
}

.footer-bott {
    background-color: #1E1E1E;
    color: #fff;
}

.footer-bott a {
    color: #fff;
}

.footer-bleft {
    width: 31.53%;
    position: relative;
}


@media (min-width: 992px) {
    .footer-bleft {
        margin-top: -30px;
    }
}


.footer-bright {
    width: 60.23%;
    padding: 80px 0;
    padding-right: 50px;
}

.footer-tinfo-item {
    font-weight: 500;
    font-size: 17px;
    line-height: 2;
    margin-top: 15px;
    color: #ACACAC;
}

.footer-reservation-btn {
    display: inline-flex;
    width: 300px;
    height: 60px;
    background-color: #C19D68;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.footer-links>li {
    font-size: 15px;
    margin-top: 30px;
    width: 50%;
}

.footer-beian {
    background-color: #161616;
    padding: 25px 0;
    color: #ACACAC;
    font-size: 16px;
}

.footer-beiul>li {
    margin-left: 30px;
}

.footer-beian a {
    color: #ACACAC;
}

._pro-deta_left {
    width: 67.07%;
}

._pro-deta-right {
    width: 28.53%;
}

#swiper-thumbs .swiper-slide {
    border: 4px solid transparent;
    cursor: pointer;
}

#swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #C19D68;
}

._pro-deta-tit {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

._pro-deta-right {
    background-color: #F8F6F3;
    padding: 20px 25px;
}

@keyframes scroll {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.reserve-bott {
    width: 78%;
}

.reserve-select {
    border: none;
    outline: none;
    background-color: transparent;
}

.reserve-select option {
    color: #1C1C1C;
}

.reserve-ul>li {
    flex: 1;
}

.reserve-val,
.reserve-select {
    width: 100%;
    font-size: 14px;
    color: #fff;
    height: 50px;
}

.reserve-text {
    color: #ACACAC;
    font-size: 16px;
}

.date-icon {
    display: block;
    width: 19px;
    height: 18px;
    background: url(../picture/date-icon.png) no-repeat center;
    background-size: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}


input.el-input-date {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}

input.el-input-date::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    padding-left: 100%;
}

.eye-img {
    position: absolute;
    top: 0;
    left: 0;
}

.eye-on {
    opacity: 0;
}

.eye-btn {
    width: 16px;
    height: 16px;
    position: relative;
}

.passeye .eye-normal {
    opacity: 0;
}

.passeye .eye-on {
    opacity: 1;
}

.banner-list-word {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.banner-list-tit {
    font-size: 65px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.banner-list-titx {
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}

.nav-position-pd {
    padding: 10px 0;
}

.nav-position a:hover {
    color: #C19D68;
}

.career-normal-en {
    font-weight: 500;
    font-size: 16px;
    color: #C19D68;
}

.career-normal-tit {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5em;
}

.career-ul>li {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    border-top: 1px solid rgba(97, 97, 97, .26);
}

.career-ul>li:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.career-left {
    width: 48.46%;
}

.career-right {
    width: 45.94%;
    display: flex;
    justify-content: space-between;
    padding-top: 3.48vw;
}

.career-ul>li:nth-of-type(2n) .career-right {
    flex-direction: row-reverse;
}

.career-rleft {
    width: 81.84%;
}

.career-data {
    font-family: Cormorant Garamond;
    font-weight: 500;
    font-size: 40px;
    color: #C19D68;
}

.career-rlen {
    font-weight: 500;
    font-size: 16px;
    color: #C19D68;
}

.career-rltit {
    font-weight: 600;
    font-size: 32px;
    color: #1E1E1E;
}

.career-rltit1 {
    font-weight: 600;
    font-size: 28px;
    color: #1E1E1E;
}

.career-rltit2 {
    font-size: 24px;
    color: #fff;
    line-height: 1.95em;
    padding: 20px 0 30px;
    max-width: 695px;
}

.swiper-manage-box {
    width: 85.15%;
    margin-top: -320px;
}

.career-bb {
    border-bottom: 1px solid #353535;
}

.career-rline {
    height: 30px;
    border-left: 1px solid rgba(97, 97, 97, .26);
}

.career-rdesc {
    font-size: 16px;
    line-height: 2.25em;
}

.normal-pd {
    padding: 80px 0;
}

.manage-left {
    width: 49.23%;
}

.manage-right {
    width: 47.30%;
}

.manage-img {
    display: block;
}

.manage-img-box {}

.manage-desc {
    font-size: 16px;
    line-height: 1.9375em;
    margin-top: 40px;
}

.manage-mid-top {
    background-color: #1D1D1D;
    padding: 20px 0 320px;
}

.summary {
    background-color: #F8F6F3;
    padding: 40px 0 110px;
}

.letter-info {
    margin-top: 60px;
}

.letter-info-dl {
    border-bottom: 1px solid #C19E68;
    font-size: 16px;
    line-height: 1.95em;
    letter-spacing: 1.28px;
}

.letter-info-dl:first-child {
    border-top: 1px solid #C19E68;
}

.letter-info-dl>dt {
    width: 170px;
    padding: 25px 0;
    font-weight: 700;
    color: #1E4F38;
}

.letter-info-dl>dd {
    padding: 25px 0;
    color: #000000;
}

.result-ul>li {
    width: 31%;
    margin-left: 3.495%;
    border: 1px solid rgba(30, 30, 30, 0.2);
    margin-top: 40px;
}

.result-ul>li:nth-of-type(3n+1) {
    margin-left: 0;
}

.result-tit {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
}

.result-ul>li:hover .life-btn {
    background-color: #C19E68;
    color: #fff;
}

.banner-list-pd {
    padding-bottom: 160px;
}

.view-box {
    margin-top: -160px;
    padding-bottom: 90px;
}

._pro-input-box {
    background-color: #fff;

}

.date-icon1 {
    background-image: url(../picture/date-icon1.png);
    right: 10px;
}

._pro-input-val,
._pro-select {
    height: 50px;
    width: 100%;
    flex: 1;
    padding: 0 10px;
}

._pro-select {
    background: url(../picture/arr-down3.png) no-repeat calc(100% - 10px) center;
    background-size: auto;
}

._pro-add {
    line-height: 1.78em;
}

._pro-price {
    line-height: 1.78em;
}

._pro_data {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    color: #E00000;
}

._pro-dl>dt {
    font-size: 16px;
}

._pro_sub-btn {
    display: inline-flex;
    width: 100%;
    height: 60px;
    background-color: #C19D68;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.product-db-show {
    font-size: 16px;
    line-height: 1.9em;
    margin: 30px 0;
}

.product-db-item-top {
    background-color: #F8F6F3;
    font-weight: 500;
    font-size: 20px;
    padding: 15px;
}

.product-db-ul>li {
    width: 48.16%;
    font-size: 16px;
    min-height: 80px;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    margin-top: 30px;
    margin-left: 3.66%;
    color: #848484;
}

.product-db-ul>li:nth-of-type(2n+1) {
    margin-left: 0;
}

.product-db-ul1>li {
    width: 30.61%;
    margin-left: 4.06%;
}

.product-db-ul1>li:nth-of-type(2n+1) {
    margin-left: 4.06%;
}

.product-db-ul1>li:nth-of-type(3n+1) {
    margin-left: 0;
}

.l-img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
    object-fit: contain;
}

.product-db-item {
    margin-top: 30px;
}

.map-box {
    height: 329px;
    width: 100%;
}

.map-iframe {
    width: 100%;
    height: 100%;
}

.underline {
    text-decoration: underline;
}

.details-recommend-tit {
    font-weight: 600;
    font-size: 26px;
}

.details-recommend {
    padding-bottom: 80px;
    width: 100%;
    overflow: hidden;
}


.swiper-life-prev::after,
.swiper-life-next::after {
    color: #000000;
    font-size: 24px;
}

.swiper-life-prev.swiper-button-disabled,
.swiper-life-next.swiper-button-disabled {
    opacity: 1;
}

.tab-ul-circle {
    display: inline-flex;
    width: 12px;
    height: 12px;
    background-color: #CDCDCD;
    border: 3px solid #DCDCDC;
    border-radius: 50%;
}

.tab-ul-text {
    font-weight: 600;
    margin-top: 10px;
}

.tab-ul>li {
    margin-left: 7.10vw;
    position: relative;
}

.tab-ul>li::after {
    content: "";
    width: 7.10vw;
    height: 3px;
    background-color: #DCDCDC;
    right: 0;
    transform: translate(100%, 0);
    position: absolute;
    top: 8px;
}

.tab-ul>li.on::after {
    background-color: #C19E68;
}

.tab-ul>li.on .tab-ul-circle {
    background-color: #C19E68;
    border-color: #C19E68;
}

.tab-ul>li.on {
    color: #C19E68;
}

.tab-ul>li:last-child::after {
    display: none;
}

.tab-box {
    padding: 60px 0;
}

.tab-ul>li:nth-last-of-type(1)::after {
    display: none;
}

.main-box {
    background-color: rgba(248, 246, 243, 1);
}

.tab-mid-inner-box {
    max-width: 966px;
    margin-left: auto;
    margin-right: auto;
}

.tab-mid-ul>li {
    padding: 20px;
    background-color: #fff;
}

.tab-mid-ulleft {
    width: 25.64%;
}

.tab-mid-uright {
    padding-left: 20px;
}

.normal-pd2 {
    padding: 80px 0 170px;
}

.tab-mid-tit {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.tab-mid-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5625em;
    letter-spacing: 1px;
}

.icon-circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 196, 56, 0.4);
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
}

.icon-circle::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #FFC438;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 50%;
}

.tab-mid-time-item {
    padding-bottom: 15px;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
}

.vehi-posi {
    position: absolute;
    left: 0;
    top: 6px;
    line-height: normal;
}

.vehi-dl-line::before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #FFE8AF;
    left: 8px;
    bottom: -4px;
    height: calc(100% - 15px);
}

.tab-mid-back {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.vehi-dl-line:nth-last-of-type(1)::before {
    display: none;
}

.vehi-dl-line:last-child::before {
    display: none;
}

.tab-mid-dl>dt {
    font-weight: 700;
    font-size: 15px;
}

.mine-ul-mid-item {
    line-height: 1.7em;
}

.mine-ul1>li {
    background-color: #fff;
    padding: 25px;
    margin-top: 30px;
}

.tab-mid-input-box {
    background-color: #fbfbfb;
    border: 1px solid #F4F4F4;
    border-radius: 5px;
    padding: 0 15px;
}

.tab-mid-val {
    height: 50px;
    width: 100%;
    flex: 1;
    color: #666;
}

.tab-mid-form {
    padding: 10px 30px;
}

.tab-mid-form-tit {
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #DBDBDB;
}

.tab-mid-item+.tab-mid-item {
    margin-top: 30px;
}

.el-tab-width {
    width: 45.80%;
}

.tab-mid-dl {
    margin-top: 20px;
}

.mine-ul-top {
    font-size: 16px;
    padding-bottom: 15px;
}

.tab-mid-text {
    height: 112px;
    padding: 15px 0;
    resize: none;
}

.mine-ul-mid-item {
    padding: 20px 0;
    border-top: 1px solid #DBDBDB;
}

.tab-mb-text {
    font-size: 15px;
    font-weight: 600;
}

.tab-mid-warning {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8em;
}

.tab-mid-price {
    font-size: 28px;
    font-weight: 700;
}

.tab-mid-price-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
}

.v-img {
    display: inline-block;
    vertical-align: middle;
}

.tab-mb-btn {
    display: inline-flex;
    width: 169.13999938964844px;
    height: 50px;
    background-color: #C19E68;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.tab-mid-price-bott {
    padding: 20px 0;
}

.question-q {
    background-color: #F8F6F3;
    padding: 20px;
}

.question-tit {
    font-weight: 500;
    font-size: 18px;
}

.ques-arr-up {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
}

.ques-arr-up::before,
.ques-arr-up::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s ease;
}

.ques-arr-up::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ques-arr-up.rotate::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.ques-arr-cont {
    padding: 20px;
    display: none;
}

.question-desc {
    font-size: 16px;
    line-height: 1.625em;
}

.qa-inner-ul>li+li {
    margin-top: 20px;
}

.contact-top-box {
    background-color: #F8F6F3;
}

.contact-desc {
    font-size: 14px;
    line-height: 2.25em;
    letter-spacing: 0.79px;
    text-align: center;
}

.contact-top-inner {
    padding: 40px;
}

.contact-top-box,
.contact-bottom-box {
    padding: 60px 0;
}

.contact-flag {
    display: inline-flex;
    width: 36.58000183105469px;
    height: 17.389999389648438px;
    border-radius: 2px;
    border: 1px solid #C19E68;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #C19E68;
}

.contact-dl {
    border-bottom: 1px solid #F0F0F0;
}

.contact-dl:first-child {
    border-top: 1px solid #F0F0F0;
}

.contact-dl>dt {
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 30px;
    width: 250px;
    background-color: #F8F6F3;
    line-height: 40px;
}

.contact-dl>dd {
    padding: 30px;
}

.contact-input-box {
    border: 1px solid #F0F0F0;
    padding: 0 15px;
}

.contact-input-val {
    height: 40px;
    width: 100%;
    flex: 1;
}

.contact-text {
    height: 153.64px;
    resize: none;
    width: 100%;
    padding: 15px 0;
    font-family: 'Arial';
}

.contact-input-width {
    width: 310px;
    max-width: 100%;
}

.contact-input-width1 {
    width: 96.69px;
    max-width: 100%;
}

.contact-input-width2 {
    width: 588.69px;
    max-width: 100%;
}

.contact-sub-btn {
    display: inline-flex;
    width: 375px;
    height: 70px;
    background-color: #C19E68;
    color: #fff;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    max-width: 100%;
}

.contact-sub-circle {
    position: relative;
}

.contact-sub-circle::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
}

.contact-sub-mt {
    margin-top: 70px;
}

.statute-bj {
    background-color: #F8F6F3;
}

.statute-show {
    padding: 40px 0;
    line-height: 2.25em;
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}

.statute-show strong {
    font-size: 18px;
}

.login-tit {
    font-weight: 700;
    font-size: 28px;
    color: #201F1D;
    margin-top: 30px;
}

.login-desc {
    font-size: 15px;
    color: #828282;
}

.login-form {
    max-width: 635px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 40px;
}

.tab-mid-btn {
    display: inline-flex;
    width: 100%;
    height: 50px;
    background-color: #C19E68;
    font-size: 16px;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.hover-under:hover {
    text-decoration: underline;
}

.send-btn {
    display: inline-flex;
    width: 120px;
    height: 28px;
    border-radius: 2px;
    background-color: #242424;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.send-btn:disabled {
    background-color: #A8A8A8;
}

.logout-btn {
    display: inline-flex;
    width: 120px;
    height: 46px;
    background-color: #C19E68;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.mine-tleft {
    font-weight: 600;
    font-size: 24px;
    font-weight: 600;
    color: #201F1D;
}

.mine-ul>li {
    width: 48.55%;
    background-color: #fff;
    font-size: 24px;
    box-shadow: 0 0 10px rgba(82, 63, 105, 0.05);
    margin-top: 40px;
    border: 3px solid #fff;
}

.mine-ul>li.on,
.mine-ul>li.on a,
.mine-ul>li:hover,
.mine-ul>li:hover a {
    color: #C19E68;
    border-color: #C19E68;
}

.mein-bott {
    font-weight: 600;
    margin-top: 10px;
}

.mine-ul>li a {
    display: flex;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mine-ul>li .iconfont {
    font-size: 55px;
}

.info-subt-btn {
    display: inline-flex;
    width: 170px;
    height: 50px;
    background-color: #C19E68;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.mine-item {
    margin-top: 30px;
}

.info-subt-btn-mt {
    margin: 40px 0 20px;
}

.mine-img {
    width: 120px;
    display: block;
}

.mine-mid-tit {
    font-weight: 600;
    font-size: 16px;
}

.mine-mid-desc {
    font-weight: 400;
    font-size: 13px;
    color: #737373;
}

.mine-mid-item-right {
    padding-left: 15px;
}

@media (min-width:1920px) {
    .career-right {
        padding-top: 67px;
    }
}

@media (min-width:992px) {
    .swiper-life-prev {
        left: -1%;
        transform: translate(-100%, 0);
    }

    .swiper-life-next {
        right: -1%;
        transform: translate(100%, 0);
    }

    .footer-bposi {
        width: 100%;
        position: absolute;
        bottom: 80px;
        background-color: #272727;
        padding: 72px 27px 37px;
    }
}

.bold {
    font-weight: 600;
}

.tl {
    text-align: left;
}

.block {
    display: block;
    width: 100%;
}

.mt25 {
    margin-top: 25px;
}

.tr {
    text-align: right;
}

.hide-pc {
    display: none;
}

.webkit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.line2 {
    -webkit-line-clamp: 2;
}

.line3 {
    -webkit-line-clamp: 3;
}

.line4 {
    -webkit-line-clamp: 4;
}

.line5 {
    -webkit-line-clamp: 5;
}

.col-000 {
    color: #000;
}

.col-333 {
    color: #333;
}

.col-666 {
    color: #666;
}

.col-999 {
    color: #999;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.col-fff {
    color: #fff;
}

.col-fff a {
    color: #fff;
}

.col-fb {
    color: #FBFBFD;
}

.bgfff {
    background-color: #fff;
}

.theme,
.theme a {
    color: #C19E68;
}


.reserve {}

.reserve h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.reserve h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.reserve h2::before {
    content: '';
    display: block;
    position: absolute;
    width: calc((100% - 620px) / 2);
    height: 1px;
    background-color: #000000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.reserve h2::after {
    content: '';
    display: block;
    position: absolute;
    width: calc((100% - 620px) / 2);
    height: 1px;
    background-color: #000000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.index-about {
    margin: 5% 0;
}

.index-about_lists {
    margin: 20px 0;
}

.index-about_lists ul {
    display: flex;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.index-about_lists ul li {}

.index-about_lists ul li p:nth-child(1) {
    font-size: 60px;
    color: #C19D68;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}

.index-about_lists ul li p:nth-child(2) {
    font-size: 16px;
    color: #686868;
    font-weight: 400;
}

.animation-bar {
    background: #E8E8E8;
    width: 100%;
    height: 1px;
    margin-bottom: 50px;
    position: relative;
}

.animation-bar:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 0;
    left: 0;
    background: #c19d68;
    transition: 0.5s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(590px);
    }
}

@keyframes MOVE-BG {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(590px);
    }
}

.dreamit-button .button {
    display: inline-block;
    background: #c19d68;
    padding: 13px 28px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    position: relative;
    z-index: 1;
    border: 1px solid #c19d68;
    transition: 0.5s;
}

.dreamit-button {
    margin-top: 8px;
    position: relative;
}

.dreamit-button .button:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    bottom: -11px;
    background: #c19d68;
    margin: auto;
}

.dreamit-button .button:hover {
    color: #c19d68;
}

.dreamit-button .button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}

.dreamit-button .button:hover:before {
    width: 100%;
    left: 0;
}

.dreamit-button .button:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 0;
    transition: .5s;
}

.dreamit-button .button i {
    font-size: 11px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    color: #c19d68;
    display: inline-block;
    margin-left: 14px;
    position: relative;
    transition: .5s;
    font-weight: 700;
}

.dreamit-button .button:hover {
    color: #c19d68;
}

.dreamit-button .button:hover:before {
    width: 100%;
    left: 0;
}

.dreamit-button .button:hover i {
    background: #c19d68;
    color: #fff;
}

.index-rooms {
    position: relative;
}

.index-rooms .swiper-pro-prev {
    left: -2%;
    top: 33%;
}

.index-rooms .swiper-pro-prev:after {
    color: #000000;
    font-size: 20px;
}

.index-rooms .swiper-pro-next {
    right: -2%;
    top: 33%;
}

.index-rooms .swiper-pro-next:after {
    color: #000000;
    font-size: 20px;
}

#swiper-life .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

.index-amenities {
    padding-bottom: 15%;
}

.index-amenities .tit-line-img {
    width: 40px;
}

.index-amenities .normal-line::before,
.index-amenities .normal-line::after {
    background-color: #B69461;
}

.index-amenities .normal-tit,
.index-amenities .normal-desc {
    color: #fff;
}

.index-amenities_con {}

.index-amenities_con ul {
    display: flex;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.index-amenities_con ul li {
    width: calc(90% / 6);
    border: 1px solid #C19E68;
    text-align: center;
    padding: 30px 10px;
}

.index-amenities_con ul li img {}

.index-amenities_con ul li p {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 30%;
}


.index-faqs {
    margin-bottom: 2%;
}

.index-faqs .index-about_inner {
    background-color: #F7F6F4;
    padding: 3%;
    margin-top: -16%;
}

.index-faqs .index-about_left {
    max-width: 580px;
}

.index-faqs .dreamit-button {
    margin-top: 7%;
}

.index-news {
    padding: 0;
}

.index-news .swiper-pro-bott {
    background-color: #fff;
}

.index-news_button {
    display: block;
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 600;
    margin-top: 4%;
    text-align: center;
}

.index-news_button svg {
    vertical-align: middle;
    margin-left: 15px;
}

.index-news_button:hover {
    opacity: .7;
    filter: opacity(70%);
}

.footer-beian .footer-beileft {
    width: 100%;
    text-align: center;
}

.footer-beian .footer-beiright {
    width: 110px;
}

.index-faq {
    padding: 0;
    margin-top: -6%;
}

.index-faq .dreamit-button {
    margin-top: 40px;
}

.index-faq .center-box {
    background-color: #F7F6F4;
    padding: 3%;
    align-items: center;
}

.accessPage .normal-desc p {
    color: #000;
    margin-bottom: 20px;
}

.accessPage .normal-desc p strong {
    font-weight: 700;
    font-size: 18px;
}

.accessPage .manage-left {
    width: 52.23%;
}

.accessPage .manage-img-box,
.accessPage .manage-img {
    width: 100%;
}

.guideList {
    margin-top: 0 !important;
    background-color: #F8F6F3;
}

.guideList .swiper-pro-cate {
    font-size: 14px;
    color: #2F1D13;
    font-weight: 400;
    margin-bottom: 20px;
}

.guideList .swiper-pro-cate::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background-color: #C19E68;
    vertical-align: middle;
    margin-right: 10px;
}

.guideList .lief-btn-mt svg {}

.guideList .result-ul {}

.guideList .result-ul li {
    background-color: #fff;
}

.guideList .cates {}

.guideList .cates ul {
    width: 100%;
    justify-content: center;
}

.guideList .cates ul li {
    margin: 0 20px;
}

.guideList .cates ul li>a {
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 400;
}

.guideList .cates ul li>a.cur,
.guideList .cates ul li>a:hover {
    text-decoration: underline;
}

.guideList .swiper-life-bott {
    padding-top: 25px;
}

.guide-article {}

.guide-article .statute-bj {
    padding-bottom: 10px;
}

.guide-article .nav-position {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

.guide-article .statute-text {
    background-color: #f8f6f3;
}

.guide-article .statute-show p {
    margin-bottom: 20px;
}

.statute-show {
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 40px;
}


@media (max-width:1024px) {
    .index-rooms .swiper-pro-prev {
        left: 10px;
    }

    .index-rooms .swiper-pro-next {
        right: 10px;
    }

    .index-rooms .swiper-pro-next:after,
    .index-rooms .swiper-pro-prev:after {
        font-size: 40px;
    }

    .index-news .swiper-button-next,
    .index-news .swiper-button-prev {
        color: #000;
    }

    .index-news .swiper {
        padding-bottom: 60px;
    }
}

@media (max-width:992px) {

    .index-news .swiper {
        padding-bottom: 0;
    }

    .reserve h3 {
        font-size: 14px;
    }

    .reserve h2 {
        font-size: 20px;
    }

    .life-top {
        padding-bottom: 10px;
    }

    .guideList .cates ul li {
        margin: 0 10px;
    }

    .footer-beian .footer-beiright ul {
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
    }

    .room-article .swiper-button-prev {
        top: 40%;
    }

    .room-article .swiper-button-next {
        top: 40%;
    }

    .room-article .swiper-life-prev::after, .room-article .swiper-life-next::after {
        font-size: 40px;
    }
}

@media (max-width:820px) {

    .reserve h2::before,
    .reserve h2::after {
        width: calc((100% - 450px) / 2);
    }
}