@charset "utf-8";
a,
body,
span {
    font-family: "微软雅黑";
}
.button,
a {
    color: #222;
}
html {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight: transparent;
    -webkit-text-size-adjust: none;
}
body {
    letter-spacing: 0;
    overflow-x: hidden;
    background: url(../images/bg.png) no-repeat;
    background-position: center 460px;
    background-size: 110%;
}
a:link,
a:visited {
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
}
input {
    outline: 0;
}
a,
span {
    background-repeat: no-repeat;
}
li,
ul {
    list-style: none;
}
.clear {
    clear: both;
}
.w_1440 {
    width: 1440px;
}
.w_1280 {
    width: 1280px;
}
.button {
    padding: 0 14px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #0040f8;
    border-radius: 40px;
    letter-spacing: 1px;
    cursor: pointer;
    user-select: none;
}
.button:hover {
    opacity: 0.8;
}
.button.button-large {
    padding: 0 28px;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 2px;
}
.button.blue {
    background-color: #0040f8;
    color: #fff;
    border-color: transparent;
}
.wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.full-wrap,
header {
    width: 100% !important;
    max-width: 100% !important;
}
.full-wrap.blue {
    background-color: #0630ad;
}
.full-wrap.s6bg {
    background: linear-gradient(to bottom, #fff, #c9d6fe);
}
header {
    height: 72px;
    position: fixed !important;
    background-color: #fff;
    z-index: 10;
}
.s3-wrap,
.s5-wrap,
.s6-wrap,
header .container {
    max-width: 1440px;
    margin: 0 auto;
}
header .container {
    height: 72px;
    display: flex;
    justify-content: space-between;
    padding: 0 32px;
    box-sizing: border-box;
}
header .logo {
    height: 72px;
    display: flex;
    align-items: center;
}
header .logo img {
    width: 220px;
    height: 23px;
}
header .right-tool {
    height: 72px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.s1-wrap {
    padding-top: 72px;
    height: 560px;
    display: flex;
}
.s1-wrap .left-wrap {
    width: 50%;
    position: relative;
}
.s1-wrap .left-wrap img {
    width: 500px;
    height: 366px;
}
.s1-wrap .left-wrap .btn-booking {
    position: absolute;
    top: 430px;
    left: 24px;
}
.s1-wrap .right-wrap {
    width: 50%;
    overflow: hidden;
    position: relative;
}
.s1-wrap .right-wrap .bigpic {
    position: absolute;
    left: 0;
    top: 0;
}
.s1-wrap .all-rule-wrap {
    position: absolute;
    width: 260px;
    left: 50%;
    top: 120px;
    transform: translate(-50%, 0);
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
    align-content: flex-start;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    justify-content: space-between;
    box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.15);
}
.s1-wrap .all-rule-wrap .txt {
    width: 100%;
    font-size: 14px;
    padding-bottom: 4px;
}
.s1-wrap .all-rule-wrap ul {
    width: 100px;
    height: 80px;
    border: 1px solid transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    background-color: #f0f0f0;
    cursor: pointer;
    transition: all 0.3s;
}
.s1-wrap .all-rule-wrap ul .icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #d8d8d8;
    transition: all 0.3s;
}
.s1-wrap .all-rule-wrap ul .text {
    font-size: 14px;
    text-align: center;
    color: #222;
    padding-top: 8px;
    user-select: none;
}
.s1-wrap .all-rule-wrap ul.active,
.s1-wrap .all-rule-wrap ul:hover {
    background-color: #fff;
    border: 1px solid #0040f8;
}
.s1-wrap .all-rule-wrap ul.active .icon,
.s1-wrap .all-rule-wrap ul:hover .icon {
    background-color: #0040f8;
    color: #fff;
}
.s2-wrap {
    padding-bottom: 60px;
}
.s2-wrap .title,
.s3-wrap .title {
    padding: 36px 0;
    text-align: center;
}
.s2-wrap .title {
    font-size: 20px;
    font-weight: bold;
}
.s2-wrap .list {
    display: flex;
    gap: 16px;
    padding: 0 12px;
}
.s2-wrap .list ul {
    width: 280px;
    height: 320px;
    border: 1px solid #fff;
    background-color: #efefef;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.s2-wrap .list ul.item1 {
    background-color: #f7ffeb;
    border-color: #759f5b;
}
.s2-wrap .list ul.item2 {
    background-color: #f0f4ff;
    border-color: #0041ff;
}
.s2-wrap .list ul.item3 {
    background-color: #ebf7ff;
    border-color: #4694ff;
}
.s2-wrap .list ul.item4 {
    background-color: #fff9f0;
    border-color: #a57c0e;
}
.s2-wrap .list ul.item5 {
    background-color: #f2f2f2;
    border-color: #707070;
}
.s2-wrap .list ul .txt1 {
    font-size: 20px;
    padding-bottom: 12px;
    font-weight: bold;
}
.s2-wrap .list ul .txt2 {
    padding-bottom: 12px;
}
.s2-wrap .list ul .txt2 .icon {
    padding-right: 4px;
    color: #666;
}
.s2-wrap .list ul .txt2 .label {
    font-size: 14px;
    color: #222;
}
.s2-wrap .list ul .txt-wrap1 {
    pointer-events: none;
    user-select: none;
}
.s2-wrap .list ul .txt-wrap2 {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.9);
    color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
    user-select: none;
    transition: all 0.3s;
}
.s2-wrap .list ul .txt-wrap2 .txt3 {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.s2-wrap .list ul .txt-wrap2 .txt4 {
    padding-bottom: 16px;
    display: flex;
}
.s2-wrap .list ul .txt-wrap2 .txt4 .icon {
    padding-right: 12px;
}
.s2-wrap .list ul .txt-wrap2 .txt4 .label {
    font-size: 14px;
    color: #fff;
}
.s2-wrap .list ul .txt-wrap2 .txt4 .label span {
    color: #a3a3a3;
}
.s2-wrap .list ul .txt-wrap2 .btn-contact {
    position: absolute;
    bottom: 20px;
}
.s2-wrap .list ul:hover .txt-wrap2 {
    opacity: 1;
}
.s3-wrap {
    width: 100%;
}
.s3-wrap .title {
    font-size: 20px;
    font-weight: bold;
}
.s3-wrap .list-icon {
    width: 100%;
    height: 64px;
    padding-bottom: 90px;
    display: flex;
    justify-content: center;
}
.s3-wrap .list-icon img {
    width: 1254px;
    height: 64px;
}
.s3-wrap .intro {
    position: relative;
    background: url(../images/three.png) no-repeat;
    width: 1440px;
    height: 1111px;
    background-size: cover;
}
.s3-wrap .intro .btn-booking {
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translateX(-50%);
}
.s4-wrap .title {
    padding-top: 120px;
    text-align: center;
}
.s4-wrap .list {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    width: 1014px;
    margin: 0 auto;
}
.s4-wrap .list ul {
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
}
.s4-wrap .list ul .icon {
    width: 30px;
    height: 30px;
    color: #0040f8;
}
.s4-wrap .list ul .text {
    color: #666;
    font-size: 12px;
    padding-top: 10px;
}
.s4-wrap .list ul.active .icon,
.s4-wrap .list ul.active .text,
footer {
    color: #fff;
}
.s4-wrap .list ul.active {
    background-color: #0040f8;
}
.s4-wrap .booking-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
}
.s5-wrap {
    width: 100%;
}
.s5-wrap .intro {
    position: relative;
    background: url(../images/five.png) no-repeat;
    width: 1440px;
    height: 918px;
    background-size: cover;
}
.s5-wrap .btn-booking {
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
}
.s6-wrap {
    width: 100%;
}
.s6-wrap .intro {
    position: relative;
    background: url(../images/seven.png) bottom no-repeat;
    width: 1440px;
    height: 686px;
    background-size: cover;
}
.s6-wrap .btn-booking {
    position: absolute;
    bottom: 96px;
    left: 50%;
    transform: translateX(-50%);
    user-select: none;
}
footer {
    background-color: #222;
    width: 100%;
    max-width: 100% !important;
}
footer .container {
    width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 40px;
    display: flex;
    flex-wrap: wrap;
}
footer .container .wrap1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
footer .container .left-wrap {
    width: 50%;
    display: flex;
    gap: 28px;
    flex-shrink: 0;
}
footer .container .left-wrap .code1,
footer .container .left-wrap .code2 {
    width: 100px;
    display: inline-block;
}
footer .container .left-wrap .code1 img,
footer .container .left-wrap .code2 img {
    width: 100px;
    height: 100px;
}
footer .container .left-wrap .code1 .text,
footer .container .left-wrap .code2 .text {
    font-size: 12px;
    color: #919191;
    text-align: center;
    display: inline-block;
    width: 100%;
}
footer .container .left-wrap .infos {
    font-size: 12px;
}
footer .container .left-wrap .infos > span {
    display: block;
    height: 20px;
}
footer .container .left-wrap .infos .links {
    height: 40px;
}
footer .container .left-wrap .infos .links a {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
footer .container .left-wrap .infos .links a::after {
    content: "|";
    padding: 0 10px;
}
footer .container .left-wrap .infos .links a:last-child::after {
    content: "";
}
footer .container .left-wrap .infos .links a:hover {
    text-decoration: underline;
}
footer .container .left-wrap .infos .tips {
    color: #ffba00;
}
footer .container .right-wrap {
    width: 50%;
    flex-shrink: 0;
    text-align: right;
}
footer .copyright {
    width: 1440px;
    height: 20px;
    margin: 0 auto;
    color: #8d8d8d;
    padding-top: 28px;
    font-size: 12px;
}
footer .copyright a {
    color: #8d8d8d;
}
footer .copyright a:hover {
    text-decoration: underline;
}
.pop.booking {
    width: 391px;
    height: 598px;
    margin-left: -200px;
    margin-top: -300px;
}
@media (max-width: 749px) {
    .s1-wrap .all-rule-wrap {
        padding: 12px;
    }
}
