.hotel .hotel-title {
    height: 120px;
    color: #333;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotel .hotel-title .title-line {
    width: 60px;
    height: 1px;
    background-color: #e5e5e5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hotel .hotel-title .title-line:last-child {
    justify-content: flex-start;
}

.hotel .hotel-title .title-line .title-ball {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e5e5e5;
}

.hotel .hotel-title .title-text {
    font-size: 18px;
    font-weight: bolder;
    color: #333;
    margin: 0 30px;

}

.hotel .hotel-center {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.hotel .flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotel .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotel .img-inner {
    width: 100%;
    height: 100%;
}

.hotel .inner_banner {
    height: 600px;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.hotel .inner_banner .top-main {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotel .inner_banner .top-main .top-title {
    color: #fff;
    font-size: 28px;
    font-weight: bolder;
}

.hotel .service-list {
    margin-bottom: 30px;

}

.hotel .service-list .service-option {
    width: calc((100% - 40px) / 3);
    height: 350px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.hotel .service-list .service-option .service-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 0.5s linear;
}

.hotel .service-list .service-option .option-main {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}

.hotel .service-list .service-option .service-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
}

.hotel .service-list .service-option .service-content {
    font-size: 14px;
    width: calc(80%);
    display: none;
    margin: 0 auto;
}

.hotel .service-list .service-option:hover .service-content {
    display: block;
}

.hotel .service-list .service-option:hover .service-img {
    width: 120%;
    height: 120%;
}

.hotel .hotel-describe {
    background-color: #333;
}

.hotel .hotel-describe .describe-tabar {
    height: 120px;
    justify-content: flex-start;
    color: #ccc;
    font-size: 16px;
}

.hotel .hotel-describe .describe-tabar .tabar-option.is-active {
    color: #fff;
    font-size: 18px;
}

.hotel .hotel-describe .describe-tabar .tabar-option:hover {
    color: #fff;
}

.hotel .hotel-describe .describe-tabar .tabar-line {
    width: 1px;
    height: 20px;
    background-color: #ccc;
    margin: 0 30px;
}

.hotel .hotel-describe .describe-list {
    padding-bottom: 60px;
}

.hotel .hotel-describe .describe-list .describe-option {
    position: relative;
    display: none;
}

.hotel .hotel-describe .describe-list .describe-option .describe-img {
    width: 920px;
    height: 520px;
    border-radius: 4px;
    overflow: hidden;
}

.hotel .hotel-describe .describe-list .describe-option .describe-content {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 540px;
    height: 520px;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
}

.hotel .hotel-describe .describe-list .describe-option1 .describe-content {
    background: linear-gradient(140deg, rgba(0, 153, 204, 1) 0%, rgba(0, 153, 204, 1) 0%, rgba(0, 204, 255, 1) 100%, rgba(0, 204, 255, 1) 100%);
}

.hotel .hotel-describe .describe-list .describe-option2 .describe-content {
    background: linear-gradient(140deg, rgba(153, 102, 204, 1) 0%, rgba(153, 102, 204, 1) 0%, rgba(153, 153, 255, 1) 100%, rgba(153, 153, 255, 1) 100%);
}

.hotel .hotel-describe .describe-list .describe-option3 .describe-content {
    background: linear-gradient(140deg, rgba(255, 153, 51, 1) 0%, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 204, 1) 100%, rgba(255, 204, 204, 1) 100%);
}

.hotel .hotel-describe .describe-list .describe-option4 .describe-content {
    background: linear-gradient(140deg, rgba(0, 153, 153, 1) 0%, rgba(0, 153, 153, 1) 0%, rgba(204, 204, 255, 1) 100%, rgba(204, 204, 255, 1) 100%);
}

.hotel .hotel-describe .describe-list .describe-option .describe-content p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.hotel .hotel-describe .describe-list .describe-option .describe-content p.content-title {
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial', sans-serif;
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 10px;
}

.hotel .hotel-describe .describe-list .describe-option .describe-content .content-line {
    height: 1px;
    background-color: #fff;
    margin: 10px 0;
}

.hotel-system {}

.hotel-system .system-main {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.hotel-system .system-main .system-option {
    width: calc((100% - 60px) / 4);
    height: 165px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 20px 20px 0;
}

.hotel-system .system-main .system-option:nth-child(4n) {
    margin-right: 0;
}

.hotel-system .system-main .system-option .option-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.hotel-system .system-main .system-option .option-select {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: url('../images/system-bg.png') no-repeat 100% 100% / 100% 100%;
}

.hotel-system .system-main .system-option1:hover .option-select {
    background-image: url('../images/system-select01.png');
}

.hotel-system .system-main .system-option2:hover .option-select {
    background-image: url('../images/system-select02.png');
}

.hotel-system .system-main .system-option3:hover .option-select {
    background-image: url('../images/system-select03.png');
}

.hotel-system .system-main .system-option4:hover .option-select {
    background-image: url('../images/system-select04.png');
}

.hotel-system .system-main .system-option5:hover .option-select {
    background-image: url('../images/system-select05.png');
}

.hotel-system .system-main .system-option6:hover .option-select {
    background-image: url('../images/system-select06.png');
}

.hotel-system .system-main .system-option7:hover .option-select {
    background-image: url('../images/system-select07.png');
}

.hotel-system .system-main .system-option8:hover .option-select {
    background-image: url('../images/system-select08.png');
}

.hotel-system .system-main .system-option .option-content {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    position: relative;
    z-index: 3;
}

.hotel-sence .sence-bg {
    background: url('https://cdn4.codesign.qq.com/prototypes/2024/09/28/Yyg5Z24pMlBP09j2lKv28/k4cflung2kfwtcfy/705502bd996f87a8b1338fa2bf82c64b.jpg') no-repeat 100% 100% / 100% 100%;
}

.hotel-sence .sence-main {
    height: 600px;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
}

.hotel-sence .sence-main .sence-option {
    position: absolute;
    font-size: 14px;
    color: #fff;
    z-index: 99;
}

.hotel-sence .sence-main .sence-option:hover {
    font-size: 18px;
}

.hotel-sence .sence-main .sence-option.sence-option1 {
    left: 26%;
    top: 60%;
}

.hotel-sence .sence-main .sence-option.sence-option2 {
    left: 37%;
    top: 30%;
}

.hotel-sence .sence-main .sence-option.sence-option3 {
    left: 63%;
    top: 15%;
}

.hotel-sence .sence-main .sence-option.sence-option4 {
    left: 38%;
    top: 75%;
}

.hotel-sence .sence-main .sence-option.sence-option5 {
    left: 58%;
    top: 65%;
}

.hotel-sence .sence-main .sence-border {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border: 1px solid #fff;
}

.hotel-sence .sence-main .sence-border.border1 {
    width: 860px;
    height: 860px;
    z-index: 1;
}

.hotel-sence .sence-main .sence-border.border2 {
    width: 600px;
    height: 600px;
    z-index: 3;
}

.hotel-sence .sence-main .sence-border.border3 {
    width: 400px;
    height: 400px;
    z-index: 4;
}

.hotel-sence .sence-main .sence-border.border4 {
    width: 200px;
    height: 200px;
    z-index: 5;
}

.hotel-sence .sence-main .sence-center .sence-icon {
    width: 40px;
    height: 53px;
    margin: 0 auto 10px;
}

.hotel-sence .sence-main .sence-center .sence-text {
    font-size: 14px;
    color: #fff;
}

.hotel-domain .domain-bg {
    background: url('../images/domain-bg.png') no-repeat 100% 100% / 100% 100%;
}

.hotel-domain .domain-main {
    height: 600px;
    background-color: rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    width: 100%;
    padding: 60px calc(50% - 600px);
}

.hotel-domain .domain-main .domain-option {
    width: 120px;
    height: 150px;
    align-self: flex-start;
    transition: all 1s linear;
    border-radius: 12px;
    overflow: hidden;
}

.hotel-domain .domain-main .domain-option:nth-child(2n) {
    align-self: flex-end;
}

.hotel-domain .domain-main .domain-option:hover {
    transform: rotateX(360deg);
}

.hotel-join .join-bg {
    background: url('../images/join-bg.png') no-repeat 100% 100% / 100% 100%;
}

.hotel-join .join-main {
    height: 600px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
}

.hotel-join .join-title {
    font-weight: bolder;
    font-size: 36px;
    margin-bottom: 20px;
}

.hotel-join .join-content {
    font-size: 18px;
    margin-bottom: 20px;
}

.hotel-join .join-btn {
    font-size: 18px;
    font-weight: bolder;
    width: 200px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid #fff;
    margin: 0 auto;
    line-height: 56px;
}

.hotel-join .join-btn:hover {
    background-color: #fff;
    color: #000;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
    .hotel .hotel-title {
        height: 60px;
        font-size: 12px;
    }

    .hotel .hotel-title .title-line {
        width: 40px;
    }

    .hotel .hotel-title .title-text {
        font-size: 16px;
        margin: 0 20px;
    }

    .hotel .hotel-center {
        width: 95%;
    }

    .hotel .inner_banner {
        height: 200px;
    }

    .hotel .inner_banner .top-main .top-title {
        font-size: 16px;
    }

    .hotel .service-list .service-option {
        width: calc((100% - 30px) / 3);
        height: 90px;
    }

    .hotel .service-list .service-option .service-title {
        width: 100%;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .hotel .service-list .service-option .service-content {
        font-size: 8px;
        line-height: 10px;
    }

    .hotel .hotel-describe .describe-tabar {
        height: 50px;
        font-size: 14px;
    }

    .hotel .hotel-describe .describe-tabar .tabar-option.is-active {
        font-size: 16px;
    }

    .hotel .hotel-describe .describe-tabar .tabar-line {
        margin: 0 15px;
    }

    .hotel .hotel-describe .describe-list {
        padding-bottom: 20px;
    }

    .hotel .hotel-describe .describe-list .describe-option .describe-img {
        width: 100%;
        height: 200px;
    }

    .hotel .hotel-describe .describe-list .describe-option .describe-content {
        position: relative;
        width: 100%;
        height: 260px;
        padding: 10px;
        box-sizing: border-box;
        top: 10px;
    }

    .hotel .hotel-describe .describe-list .describe-option .describe-content p {
        margin: 0;
        color: #fff;
        font-size: 8px;
        line-height: 11px;
    }

    .hotel .hotel-describe .describe-list .describe-option .describe-content p.content-title {
        font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial', sans-serif;
        font-weight: bolder;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .hotel .hotel-describe .describe-list .describe-option .describe-content .content-line {
        margin: 5px 0;
    }

    .hotel-system .system-main .system-option {
        width: calc((100% - 20px) / 2);
        height: 100px;
        margin: 0 20px 10px 0;
    }

    .hotel-system .system-main .system-option:nth-child(2n) {
        margin-right: 0;
    }

    .hotel-system .system-main .system-option .option-content {
        font-size: 18px;
    }

    .hotel-sence .sence-main {
        height: 300px;
    }

    .hotel-sence .sence-main .sence-option {
        font-size: 12px;
    }

    .hotel-sence .sence-main .sence-option:hover {
        font-size: 14px;
    }

    .hotel-sence .sence-main .sence-border.border1 {
        width: 340px;
        height: 340px;
    }

    .hotel-sence .sence-main .sence-border.border2 {
        width: 280px;
        height: 280px;
    }

    .hotel-sence .sence-main .sence-border.border3 {
        width: 200px;
        height: 200px;
    }

    .hotel-sence .sence-main .sence-border.border4 {
        width: 100px;
        height: 100px;
    }

    .hotel-sence .sence-main .sence-option.sence-option1 {
        left: 0%;
        top: 60%;
    }

    .hotel-sence .sence-main .sence-option.sence-option2 {
        left: 9%;
        top: 30%;
    }

    .hotel-sence .sence-main .sence-option.sence-option3 {
        left: 70%;
        top: 15%;
    }

    .hotel-sence .sence-main .sence-option.sence-option4 {
        left: 25%;
        top: 65%;
    }

    .hotel-sence .sence-main .sence-option.sence-option5 {
        left: 70%;
        top: 50%;
    }

    .hotel-sence .sence-main .sence-center .sence-icon {
        width: 25px;
        height: 30px;
        margin: 0 auto 5px;
    }

    .hotel-sence .sence-main .sence-center .sence-text {
        font-size: 10px;
    }

    .hotel-domain .domain-main {
        height: 200px;
        padding: 30px 20px;
    }

    .hotel-domain .domain-main .domain-option {
        width: 49px;
        height: 55px;
        border-radius: 5px;
    }

    .hotel-join .join-main {
        height: 200px;
    }

    .hotel-join .join-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .hotel-join .join-content {
        font-size: 10px;
    }

    .hotel-join .join-btn {
        font-size: 12px;
        width: 100px;
        height: 30px;
        border-radius: 15px;
        line-height: 30px;
    }
}