.section-container {
    padding-top: 200px
}

section .container {
    max-width: 1440px;
}

section .full-container {
    max-width: 100%;
}

@media only screen and (max-width:1280px) {
    .section-container {
        padding-top: 150px
    }
}

@media only screen and (max-width:750px) {
    .section-container {
        padding-top: 140px
    }
}

section.head-section {
    margin-bottom: 100px
}

@media only screen and (max-width:750px) {
    section.head-section {
        margin-bottom: 120px
    }
}


/* 健身房 轮播图 */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img {
    transition: 7s linear;
    transform: scale(1, 1);
}



section.head-section .container {

    margin-bottom: 120px;
}

/* section.head-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 120px;
} */

section.head-section .container h1 p {
    font-size: 76px;
}

@media only screen and (max-width:1280px) {
    section.head-section .container {
        padding: 0 120px
    }
}

@media only screen and (max-width:750px) {
    section.head-section .container {
        padding: 0 10px 0 20px
    }
}

@media only screen and (max-width:370px) {
    section.head-section .container h1 {
        font-size: 42px
    }
}

section.head-section .container .description {
    position: relative;
    width: 100%;
    max-width: 70%
}

section.room-section {
    margin-bottom: 200px !important;
}

section.room-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

@media only screen and (max-width:1280px) {
    section.room-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
}

section.room-section .container .image-content {
    position: relative;
    width: 55%;
    height: 100%;
    z-index: 1
}

@media only screen and (max-width:1280px) {
    section.room-section .container .image-content {
        width: 100%
    }
}

section.room-section .container .image-content .image-content-mask {
    position: relative;
    width: 100%;
    height: 100%;
    /* border-radius: 10px; */
    overflow: hidden
}

@media only screen and (max-width:750px) {
    section.head-section .container .description{
        max-width: 95%;
    }
    section.room-section{
        margin-bottom: 20vw !important;
    }
    section.room-section .container .image-content .image-content-mask {
        border-radius: 5px
    }
}

section.room-section .container .image-content img {
    width: 100%
}

section.room-section .container .text-content {
    width: 45%
}

@media only screen and (max-width:1280px) {
    section.room-section .container .text-content {
        width: 100%
    }
}

section.room-section .container .text-content h2.title {
    position: relative;
    max-width: 66%;
    font-size: 46px
}

section.room-section .container .text-content h2.title p {
    font-size: 76px;
    text-transform: uppercase;
    font-weight: 200;
}
section.room-section .container .text-content h2.title span {
    font-size: 30px;
    text-transform: uppercase;
    display: block;
}

@media only screen and (max-width:750px) {
    section.room-section .container .text-content h2.title {
        font-size: 42px;
        /* width: 80%; */
        max-width: 85%;
    }

    section.room-section .container .text-content h2.title p {
        font-size: 42px;
    }
    section.room-section .container .text-content h2.title span {
        font-size: 30px;
    }
}

section.room-section .container .text-content h2.title>div {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

section.room-section .container .text-content .description,
section.room-section .container .text-content .type {
    max-width: 425px;
    color: #644523;
}

section.room-section .container .text-content .description.services ul{
    padding-left: 0;
    width: 50%;
    white-space: nowrap; 
 }
section.room-section .container .text-content .description.services {
   display: flex;
   /* flex-wrap: wrap; */
   max-width: 450px;
}

section.room-section .container .text-content .description h5 {
    /* font-size: 22px; */
    font-weight: bold;
    margin-top: 20px;
}

section.room-section .container .text-content .btn-style-2 {
    background-color: #644523;
    color: #fff;
    width: 120px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

section.room-section .container .text-content .btn-style-2:hover {
    background-color: #b09462;
}

@media only screen and (max-width:1280px) {

    section.room-section .container .text-content .description,
    section.room-section .container .text-content .type {
        max-width: 95%
    }
}

section.room-section .container .text-content .description {
    position: relative;
    margin-bottom: 50px
}

@media only screen and (max-width:750px) {
    section.room-section .container .text-content .description {
        margin-bottom: 30px
    }
}

section.room-section .container .text-content .type {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    font-size: 16px
}

@media only screen and (max-width:750px) {
    section.room-section .container .text-content .type {
        margin-bottom: 40px;
        font-size: 12px
    }
}

section.room-section .odd-container .image-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -20px
}

@media only screen and (max-width:750px) {
    section.room-section .odd-container .image-content {
        margin-left: -15px
    }
}

section.room-section .odd-container .text-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 300px;
    margin-left: 90px;
    margin-bottom: 90px
}

@media only screen and (max-width:1280px) {
    section.room-section .odd-container .text-content {
        margin-top: 25px;
        margin-left: 0;
        margin-bottom: 0
    }
}

section.room-section .odd-container .text-content .section-background {
    position: absolute;
    top: 200px;
    right: 0;
    width: 70%;
    height: calc(100% - 200px);
    background: #ebdfcf
}

@media only screen and (max-width:1280px) {
    section.room-section .odd-container .text-content .section-background {
        top: 50px;
        width: 100%;
        height: 100%
    }
}

section.room-section .even-container {
    margin-bottom: 220px
}

@media only screen and (max-width:1280px) {
    section.room-section .even-container {
        margin-bottom: 48px
    }
}

section.room-section .even-container .image-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: -20px;
    margin-left: auto
}

section.room-section .even-container .image-content .pattern {
    bottom: -120px;
    left: -140px;
    max-width: 420px;
    z-index: -1
}

@media only screen and (max-width:1280px) {
    section.room-section .even-container .image-content .pattern {
        bottom: -40px;
        left: -30px;
        max-width: 50%
    }
}

@media only screen and (max-width:1280px) {
    section.room-section .even-container .image-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: -15px
    }
}

section.room-section .even-container .text-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 50px;
    margin-left: 150px;
    z-index: 1
}

@media only screen and (max-width:1280px) {
    section.room-section .even-container .text-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 55px;
        margin-left: 0
    }
}

.pattern {
    position: absolute
}

@media only screen and (max-width:750px) {
    .pattern.pattern-01 {
        width: 30px;
        display: none;
    }
}

.pattern.pattern-02 {
    top: -200px;
    right: 0
}

@media only screen and (max-width:1280px) {
    .pattern.pattern-02 {
        top: -34%;
        right: 0;
        width: 76%
    }
}

.pattern.pattern-03 {
    top: 85px;
    left: 30px
}

.pattern.pattern-04 {
    bottom: -150px;
    left: 0
}

.pattern.pattern-05 {
    top: 250px;
    right: 50%
}

@media only screen and (max-width:1280px) {

    .pattern.pattern-03,
    .pattern.pattern-04,
    .pattern.pattern-05 {
        display: none
    }
}


.promotion-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 380px
}

@media only screen and (max-width: 750px) {
    .promotion-card {
        width: 90%
    }
}

.promotion-card .type {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 10px;
    font-size: 14px;
    color: #b18a48;
    text-transform: uppercase
}

@media only screen and (max-width: 750px) {
    .promotion-card .type {
        margin-bottom: 12px;
        font-size: 12px
    }
}

.promotion-card .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase
}

@media only screen and (max-width: 750px) {
    .promotion-card .title {
        margin-bottom: 16px;
        font-size: 21px
    }
}

.promotion-card .cover-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 380px;
    height: 280px;
    min-height: 1px;
    margin-bottom: 20px;
    overflow: hidden
}

@media only screen and (max-width: 750px) {
    .promotion-card .cover-image {
        max-width: 100%;
        margin-bottom: 14px
    }
}

.promotion-card .cover-image img {
    position: absolute;
    width: 100%;
    border-radius: 10px;
}

.promotion-card .cover-image .cover-image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.promotion-card .description {
    /* -webkit-box-flex: 1; */
    /* -ms-flex: 1 0 auto; */
    /* flex: 1 0 auto; */
    /* display: -webkit-box; */
    width: 100%;
    height: 48px;
    margin-bottom: 25px;
    font-size: 16px
}

.promotion-card .description p {
    display: block;
}

@media only screen and (max-width: 750px) {
    .promotion-card .description {
        margin-bottom: 15px;
        font-size: 15px
    }
}


.hero-promotion-container {
    position: relative;
    margin-bottom: 95px;
    padding: 0 55px 55px 65px;
    overflow: hidden
}

@media only screen and (max-width: 1280px) {
    .hero-promotion-container {
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 750px) {
    .hero-promotion-container {
        margin-bottom: 40px;
        padding: 0 7px 35px;
        overflow: visible
    }
}

.hero-promotion-container .promotion-hero-card-pattern {
    position: absolute;
    bottom: 0;
    left: -24px;
    width: 42%;
    max-width: 530px
}

@media only screen and (max-width: 750px) {
    .hero-promotion-container .promotion-hero-card-pattern {
        left: -15px;
        width: 74%
    }
}


.promotion-hero-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 55px 0;
    /* background-image: url(../images/bg_banner.jpg); */
    /* background-color: #ebdfcf; */
    /* background-size: cover */
    background-color: #fff;

}

@media only screen and (max-width: 750px) {
    .promotion-hero-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 25px 15px 45px
    }
}

.promotion-hero-card .cover-image,
.promotion-hero-card .info {
    width: 50%
}

@media only screen and (max-width: 750px) {

    .promotion-hero-card .cover-image,
    .promotion-hero-card .info {
        width: 100%
    }
}

.promotion-hero-card .info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    left: 85px;
    max-width: 475px
}

@media only screen and (max-width: 1280px) {
    .promotion-hero-card .info {
        left: 45px
    }
}

@media only screen and (max-width: 750px) {
    .promotion-hero-card .info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        left: 0;
        max-width: 100%
    }
}

.promotion-hero-card .info .type {
    margin-bottom: 12px;
    color: #b18a48;
    text-transform: uppercase
}

.promotion-hero-card .info .title {
    margin-bottom: 25px;
    font-size: 46px;
    line-height: 1;
    text-transform: uppercase
}

@media only screen and (max-width: 750px) {
    .promotion-hero-card .info .title {
        font-size: 24px
    }
}

.promotion-hero-card .info .description {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 2;
}

@media only screen and (max-width: 750px) {
    .promotion-hero-card .info .description {
        font-size: 12px
    }
}

.promotion-hero-card .cover-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    right: -55px;
    display: block;
    max-width: 580px;
    min-height: 1px
}

@media only screen and (max-width: 750px) {
    .promotion-hero-card .cover-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        right: auto;
        margin-bottom: 20px;
        padding: 0 5px;
        max-width: 100%
    }
}

.promotion-hero-card .cover-image img {
    width: 100%
}

.promotion-hero-card .cover-image .cover-image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 60px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}


section.head-section .container .cover-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    left: -20px;
    width: calc(59% + 20px);
    min-height: 1px;
    z-index: 5
}

@media only screen and (max-width: 750px) {
    section.head-section .container .cover-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        left: -15px;
        width: calc(100% + 15px)
    }
}

section.head-section .container .cover-image img {
    width: 100%
}


section.head-section .container .info-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    top: 25px;
    left: -12px;
    width: 41%
}

@media only screen and (max-width: 1280px) {
    section.head-section .container .info-container {
        top: 0
    }
}

@media only screen and (max-width: 750px) {
    section.head-section .container .info-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 25px
    }
}

section.head-section .container .info-container>div {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 520px
}

@media only screen and (max-width: 750px) {
    section.head-section .container .info-container>div {
        max-width: 100%
    }
}

section.head-section .container .info-container h1 {
    position: relative;
    top: 22px;
    left: -10px;
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 1.1;
    letter-spacing: -2.5px
}

@media only screen and (max-width: 1280px) {
    section.head-section .container .info-container h1 {
        font-size: 50px
    }
}

@media only screen and (max-width: 750px) {
    section.head-section .container .info-container h1 {
        font-size: 42px
    }
}

section.head-section .container .info-container .description {
    position: relative;
    font-size: 18px;
    /* color: #a56f13 */
}

@media only screen and (max-width: 750px) {
    section.head-section .container .info-container .description {
        font-size: 12px
    }
}

section.head-section .container .info-container .pattern-01 {
    position: absolute;
    top: -10px;
    left: -45px;
    max-width: 160px
}

@media only screen and (max-width: 1280px) {
    section.head-section .container .info-container .pattern-01 {
        top: -60px;
        left: -75px
    }
}

@media only screen and (max-width: 750px) {
    section.head-section .container .info-container .pattern-01 {
        top: -10px;
        left: -20px;
        max-width: 100px
    }
}



.promotion-swiper-container {
    padding-bottom: 78px;
    width: 100%;
    overflow: visible
}

@media only screen and (max-width: 750px) {
    .promotion-swiper-container {
        padding-bottom: 35px
    }
}

.promotion-swiper-container .swiper-scrollbar {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    cursor: pointer
}

.promotion-swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    height: 3px
}