<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.info-top-bg{
    background:rgba(255,255,255,1);
    border-bottom:1px solid #d8dce1;
    box-sizing: border-box;
    position: unset !important;
}
.top.info-top-bg .logo_bg{
    display: block !important;
}
.top.info-top-bg .logo{
    display: none !important;
}
.info-top-bg .top-main-center ul li a span::before{
    background: #000; /*涓嬪垝绾块鑹�*/
}
.info-top-bg .top-main-center ul li a,.info-top-bg .top-main-right ul li,.info-top-bg .top-main-right ul li a{
    color:#000;
}
.fixed-top{
    position: fixed !important;
    top:0;
    left:0;
    z-index:99999;
}


.bg-f6f7f7{
    background: #f6f7f7;
}
.info-main{
    width:100%;
    display: block;
}
.info-main-banner{
    width:100%;
    margin:0 auto;
    padding:53px 1.56% 68px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.info-main-banner .info-main-banner-img{
    width:47.1875vw;
    max-width: 906px;
    flex-grow: 0;
    display: block;
}
.info-main-banner .info-main-banner-img img{
    width: 100%;
    display: block;
}
.info-main-banner .info-main-banner-text{
    width:40.1vw;
    max-width: 770px;
    flex-grow: 0;
    display: block;
    position: relative;
}
.info-main-banner .info-main-banner-text .info-main-banner-text-box{
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}
.info-main-banner .info-main-banner-text .info-main-banner-text-box h2{
    width:100%;
    font-size:36px;
    line-height: 60px;
    color:#000;
    display: block;
}
.info-main-banner .info-main-banner-text .info-main-banner-text-box hr{
    width:140px;
    height: 5px;
    background:#000;
    margin:20px 0;
    display: block;
}
.info-main-banner .info-main-banner-text .info-main-banner-text-box p{
    width:100%;
    font-size:20px;
    line-height: 40px;
    margin-top:50px;
    color:#4d4c4c;
    display: block;
}
@media screen and (max-width: 1700px) {
    .info-main-banner .info-main-banner-text .info-main-banner-text-box h2{
        font-size:28px;
        line-height: 50px;
    }
    .info-main-banner .info-main-banner-text .info-main-banner-text-box p{
        font-size:18px;
        line-height: 30px;
        margin-top:50px;
    }
}
@media screen and (max-width: 750px) {
    .info-main-banner{
        padding:7.066vw 1.56% 9.066vw;
        display: block;
    }
    .info-main-banner .info-main-banner-img,.info-main-banner .info-main-banner-text{
        width:100%;
        max-width: 100%;
    }
    .info-main-banner .info-main-banner-text .info-main-banner-text-box{
        position: relative;
        top:unset;
        transform: unset;
        margin-top:4vw;
    }
    .info-main-banner .info-main-banner-text .info-main-banner-text-box h2{
        font-size:24px;
        line-height: 40px;
    }
    .info-main-banner .info-main-banner-text .info-main-banner-text-box hr{
        height: 3px;
        margin:10px 0;
    }
    .info-main-banner .info-main-banner-text .info-main-banner-text-box p{
        font-size:16px;
        line-height:24px;
        margin-top:20px;
    }
}

.product-nav{
    width:100%;
    max-width: 1616px;
    padding:0 1.56%;
    margin:60px auto 0;
    box-sizing: border-box;
    display: block;
}
.product-nav ul{
    width:100%;
    padding:25px 0;
    border-bottom:1px solid #e4e4e4;
    box-sizing: border-box;
    color:#e4e4e4;
    display: flex;
    justify-content: space-between;
}
.product-nav ul li{
    flex-grow: 1;
    border-right:1px solid #e4e4e4;
    display: block;
}
.product-nav ul li:last-child{
    border-right: none;
}
.product-nav ul li a{
    width:100%;
    font-size:22px;
    line-height: 46px;
    color:#050505;
    text-align: center;
    display: block;
}
.product-nav ul li.on a{
    color:#f00;
}
@media screen and (max-width: 750px) {
    .product-nav{
        margin-top: 8vw;
    }
    .product-nav ul{
        padding:3.33vw 0;
    }
    .product-nav ul li a{
        font-size:18px;
        line-height: 30px;
    }
}
.product-box{
    width:100%;
    padding:0 1.56% 0;
    margin:0 auto;
    box-sizing: border-box;
    display: block;
}
.product-list{
    width:23.8%;
    height: 34.21875vw;
    max-height: 657px;
    margin-top:30px;
    margin-right: 1.6%;
    float: left;
    display: inline-block;
}
.product-list:nth-child(4n){
    margin-right: 0;
}
.product-list a{
    width:100%;
    position: relative;
    display: block;
}
.product-list a img{
    width:100%;
    object-fit: cover;
    display: block;
}
.product-list .product-list-hover{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.product-list .product-list-hover img{
    width:74px;
    height: 73px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 750px) {
    .product-list{
        width: 48%;
        height: 69.8vw;
        margin-top:4%;
        margin-right: 4%;
    }
    .product-list:nth-child(2n){
        margin-right: 0;
    }
}


/*   鍒嗛〉鍔犺浇   */
.page{
    width:100%;
    text-align: center;
    margin:50px 0;
    display: block;
}
.page-span{
    margin:0 auto;
    display: table;
}
.page span{
    width:15px;
    height: 15px;
    border-radius: 50%;
    margin:0 5px;
    float: left;
    display: inline-block;
}
.page span.bg-first{
    background: #c4c4c4;
}
.page span.bg-second{
    background: #919191;
}
.page span.bg-three{
    background: #6e6e6e;
}
.page.page-loading span.page-first{
    animation: loadingPageSpanFirst 0.8s infinite;
    -webkit-animation:loadingPageSpanFirst 0.8s infinite; /*Safari and Chrome*/
}
.page.page-loading span.page-second{
    animation: loadingPageSpanSecond 0.8s infinite;
    -webkit-animation:loadingPageSpanSecond 0.8s infinite; /*Safari and Chrome*/
}
.page.page-loading span.page-three{
    animation: loadingPageSpanThree 0.8s infinite;
    -webkit-animation:loadingPageSpanThree 0.8s infinite; /*Safari and Chrome*/
}

@keyframes loadingPageSpanFirst
{
    0% {background: #6e6e6e;}
    25%{background: #919191;}
    50% {background: #c4c4c4;}
    75% {background: #919191;}
    100% {background: #6e6e6e;}
}

@-webkit-keyframes loadingPageSpanFirst /*Safari and Chrome*/
{
    0% {background: #6e6e6e;}
    25%{background: #919191;}
    50% {background: #c4c4c4;}
    75% {background: #919191;}
    100% {background: #6e6e6e;}
}
@keyframes loadingPageSpanSecond
{
    0% {background: #919191;}
    25%{background: #c4c4c4;}
    50% {background: #6e6e6e;}
    75% {background: #c4c4c4;}
    100% {background: #919191;}
}

@-webkit-keyframes loadingPageSpanSecond /*Safari and Chrome*/
{
    0% {background: #919191;}
    25%{background: #c4c4c4;}
    50% {background: #6e6e6e;}
    75% {background: #c4c4c4;}
    100% {background: #919191;}
}
@keyframes loadingPageSpanThree
{
    0% {background: #c4c4c4;}
    25%{background: #919191;}
    50% {background: #6e6e6e;}
    75% {background: #919191;}
    100% {background: #c4c4c4;}
}

@-webkit-keyframes loadingPageSpanThree /*Safari and Chrome*/
{
    0% {background: #c4c4c4;}
    25%{background: #919191;}
    50% {background: #6e6e6e;}
    75% {background: #919191;}
    100% {background: #c4c4c4;}
}


/*   澶т簨浠�    */
.info-main-event-banner,.info-main-event-banner a{
    width:100%;
    min-height: 260px;
    display: block;
}
.info-main-event-banner a img{
    width:100%;
    min-height: 260px;
    object-fit: cover;
    display: block;
}
.info-event{
    width:100%;
    max-width: 1080px;
    padding:0 15px;
    box-sizing: border-box;
    height: 35rem;
    margin:3.125rem auto ;
    display: flex;
    justify-content: space-between;
    overflow:hidden;
}
.info-event .info-event-time{
    width: 8.33%;
    max-width:91px;
    flex-grow: 0;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}
.info-event .info-event-time::-webkit-scrollbar-track {
    background-color: #fff;
}
.info-event .info-event-time::-webkit-scrollbar {
    width: 3px;
}
.info-event .info-event-time::-webkit-scrollbar-thumb {
    background-color: #cac0ac;
}


.info-event .info-event-time ul,.info-event .info-event-time li{
    width:100%;
    display: block;
}
.info-event .info-event-time li{
    font-size:1.25rem;
    line-height: 3.75rem;
    color: #010101;
    font-family: "Noto Serif SC", "Source Han Serif", serif !important;
}
.info-event .info-event-time li span{
    width:100%;
    position: relative;
    display: block;
    transition: all 0.2s linear;
}
.info-event .info-event-time li span.active{
    font-size:2.25rem;
}
.info-event .info-event-time li span.active::before{
    content: "";
    width:3.375rem;
    height:3.375rem;
    position: absolute;
    display: block;
    bottom:1.25rem;
    left: 1em;
    z-index:-1;
    border-radius: 50%;
    background-color: #ddcb78;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}
.info-event .info-event-main{

}
.info-event .info-event-box {
    width: 78%;
    max-width: 850px;
    flex-grow: 0;
    display: block;
}
.info-event .info-event-box-main{
    width: 100%;
    display: block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.info-event .info-event-box .info-event-box-list{
    width:100%;
    height: 35rem;
    display: flex;
    justify-content: space-between;
    overflow-y: auto;
    align-items: center;
}
.info-event .info-event-box .info-event-box-list::-webkit-scrollbar{display: none;}
.info-event .info-event-box .info-event-box-list .info-event-box-list-right{
    width:44.68%;
    max-width:630px;
    /*height: 35rem;*/
    flex-grow: 0;
    display: block;
}
.info-event .info-event-box .info-event-box-list .info-event-box-list-right img{
    width:100%;
    max-height: 100%;
    vertical-align: top;
    object-fit: contain;
    display: block;
}
.info-event .info-event-box .info-event-box-list .info-event-box-list-left{
    width:50.936%;
    max-width: 690px;
    flex-grow: 0;
    display: block;
}
.info-event .info-event-box .info-event-box-list .info-event-box-list-left h2{
    width:100%;
    font-size:3.125rem;
    color:#b4a68a;
    line-height: 4.8rem;
    font-family: "Noto Serif SC", "Source Han Serif", serif !important;
    display: block;
}
.info-event .info-event-box .info-event-box-list .info-event-box-list-left h3{
    width:100%;
    font-size:2.2rem;
    line-height: 4.25rem;
    font-family: '榛戜綋' !important;
    /*font-family: "Noto Serif SC", "Source Han Serif", serif !important;*/
    color:#010101;
    display: block;
}
.info-event .info-event-box .info-event-box-list .info-event-box-list-left h3 span{
    font-family: '寰蒋闆呴粦' !important;
}
.info-event .info-event-box .info-event-box-list .info-event-box-list-left p{
    width:100%;
    font-size:0.875rem;
    line-height: 1.4375rem;
    color:#545454;
    margin-top:1.25rem;
    text-align: justify;
    display: block;
}
@media screen and (max-width: 1810px) {
    .info-event{
        padding:0 1.56%;
        height: 35rem;
        box-sizing: border-box;
    }
    /*.info-event .info-event-time{
        width:11.0497vw;
    }*/
    /*.info-event .info-event-time li{
        font-size:1.9889vw;
        line-height: 4.9723vw;
    }
    .info-event .info-event-time li span.active{
        font-size:3.3149vw;
    }
    .info-event .info-event-time li span.active::before {
        width: 4.9723vw;
        height: 4.9723vw;
    }*/
    /*.info-event .info-event-box{
        width: 77.9vw;
    }
    .info-event .info-event-box .info-event-box-list .info-event-box-list-right{
        width:34.8vw;
        max-width:34.8vw;
        height: 42.65vw;
        max-height: 42.65vw;
        flex-grow: 0;
        display: block;
    }
    .info-event .info-event-box .info-event-box-list .info-event-box-list-left{
        width:39.1215vw;
        max-width: 39.1215vw;
    }
    .info-event .info-event-box .info-event-box-list .info-event-box-list-left h2{
        font-size:3.9779vw;
        line-height: 4.4198vw;
    }
    .info-event .info-event-box .info-event-box-list .info-event-box-list-left h3{
        font-size:3.3149vw;
        line-height: 7.7348vw;
    }
    .info-event .info-event-box .info-event-box-list .info-event-box-list-left p{
        font-size:1.6574vw;
        line-height: 2.6519vw;
        margin-top:1.1049vw;
    }*/
}
@media screen and (max-width: 990px) {
    .info-event{
        height: unset;
        max-height: unset;
        display: block;
    }
    .info-event .info-event-time{
        width:auto;
        padding-top:2vw;
        margin-bottom: 3vw;
        max-width:unset;
        flex-grow: unset;
        overflow-y: hidden;
        overflow-x: auto;
        display: block;
    }
    .info-event .info-event-time ul{
        width: auto;
        display: flex;
    }
    .info-event .info-event-time li{
        width: auto;
        float: left;
        display: inline-block;
    }
    .info-event .info-event-time li span{
        padding:0 15px;
        box-sizing: border-box;
    }
    .info-event .info-event-time::-webkit-scrollbar {
        height: 3px;
    }
    .info-event .info-event-time li{
        line-height:4.4375rem;
    }

    .info-event .info-event-box{
        width:100%;
        max-width: unset;
        height: 26.25rem;
        overflow-y: hidden;
    }
    .info-event .info-event-box-main{
        /*overflow-y: auto;*/
    }
    .info-event .info-event-box .info-event-box-list{
        height: 26.25rem;
    }
    .info-event .info-event-box .info-event-box-list .info-event-box-list-right{
        width: 42vw;
        max-width: 42vw;
        /*height: 100%;*/
        max-height: 100%;
    }
    .info-event .info-event-box .info-event-box-list .info-event-box-list-left{
        width:50vw;
        max-width: 50vw;
    }

    .info-event .info-event-box .info-event-box-list .info-event-box-list-left h2{
        font-size:1.875rem;
    }
    .info-event .info-event-box .info-event-box-list .info-event-box-list-left h3{
        font-size: 1.575rem;
        padding-right: 1.25rem;
        line-height: 2.5rem;
    }
    .info-event .info-event-box .info-event-box-list .info-event-box-list-left p {
        padding-right: 1.25rem;
        line-height: 1.25rem;
    }
}
@media screen and (max-width: 575px) {
    .info-event .info-event-box{
        height: 50vh;
        max-height: unset;
    }
    .info-event .info-event-box .info-event-box-list{
        height: 50vh;
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
    }
    .info-event .info-event-box .info-event-box-list .info-event-box-list-right{
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: unset;
    }
    .info-event .info-event-box .info-event-box-list .info-event-box-list-left{
        width: 100%;
        max-width: 100%;
    }

    .info-event .info-event-time li{
        font-size:16px;
        line-height:12vw;
    }
    .info-event .info-event-time li span.active{
        font-size:24px;
    }
    /*.info-event .info-event-box .info-event-box-list .info-event-box-list-left h2{
        font-size:24px;
        line-height: 40px;
    }
    .info-event .info-event-box .info-event-box-list .info-event-box-list-left h3{
        font-size:20px;
        line-height: 40px;
    }
    .info-event .info-event-box .info-event-box-list .info-event-box-list-left p {
        font-size: 16px;
        line-height: 24px;
        margin: 2.66vw 0;
    }*/
}

/*   闂ㄥ簵    */
.info-store{
    width:100%;
    max-width: 1680px;
    margin:51px auto 70px;
    padding:1.25rem 1.25rem 0 2.5rem;
    box-sizing: border-box;
    height:calc(100vh - 90px);
    min-height: 500px;
    display: block;
    position: relative;
}
.info-store .info-store-box{
    width:525px;
    display: block;
}
.info-store-box-search{
    width:100%;
    display: block;
}
.info-store-box-search .info-store-box-search-input{
    width:100%;
    border-bottom: 1px solid #a5a5a5;
    display: block;
    position: relative;
}
.info-store-box-search .info-store-box-search-input input{
    width:100%;
    font-size:0.875rem;
    line-height: 2.5rem;
    padding:0 60px 0 20px;
    color:#393939;
    box-sizing: border-box;
    display: block;
}
.info-store-box-search .info-store-box-search-input::after{
    content: '';
    background-image: url("../images/store/location.png");
    background-size: contain;
    background-repeat: no-repeat;
    width:0.875rem;
    height: 0.875rem;
    position: absolute;
    top:50%;
    right:30px;
    transform: translateY(-50%);
    display: block;
}
.info-store-box-search .info-store-box-search-input input::placeholder{
    color: #393939;
}
.info-store-box-total{
    width:100%;
    padding:0 20px;
    box-sizing: border-box;
    font-size:0.75rem;
    line-height: 1rem;
    color:#393939;
    margin:2rem 0 0.8rem;
    display: block;
}
.info-store-result{
    width:100%;
    height: calc(100vh - 6.3rem - 111px);
    max-height: calc(100vh - 6.3rem - 111px);
    display: block;
    overflow: hidden;
    position: relative;
}
.info-store-result .info-store-result-main{
    width:100%;
    height: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    display: block;
    overflow-y: scroll;
}
.info-store-result .info-store-result-main::-webkit-scrollbar-track {
    background: #c6c6c6;
}
.info-store-result .info-store-result-main::-webkit-scrollbar {
    width: 0.375rem;
}
.info-store-result .info-store-result-main::-webkit-scrollbar-thumb {
    background: #000;
}
.info-store-result-scroll{
    width:0.375rem;
    height: 100%;
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    background: #fff;
    opacity: 1;
    transition: opacity 0.5s;
}
.info-store-result:hover .info-store-result-scroll{
    opacity: 0;
}

.info-store-result-list{
    width:100%;
    padding:25px 30px;
    box-sizing: border-box;
    background: #f6f6f6;
    margin-bottom: 5px;
    display: block;
}
.info-store-result-list:hover{
    background: #ddd;
}
.info-store-result-list h2{
    width:100%;
    font-size:1.125rem;
    line-height: 1.25rem;
    margin-bottom: 0.9375rem;
    color:#1b1b1b;
    display: block;
}
.info-store-result-list-address{
    width:100%;
    color:#393939;
    font-size:0.875rem;
    line-height: 1rem;
    display: block;
}
.info-store-business-time,.info-store-result-bottom{
    width:100%;
    margin-top:30px;
}
.info-store-business-time{
    display: none;
}
.info-store-business-time,.info-store-business-time p,.info-store-business-time span{
    font-size:0.8125rem;
    line-height: 1.25rem;
    font-weight: 600;
    color:#1b1b1b;
    font-family: "Adobe 榛戜綋 Std R";
}
.info-store-business-time p span:first-child{
    margin-right: 10px;
    display: inline-block;
}
.info-store-result-bottom{
    display: flex;
    line-height: 1rem;
    font-size:0.9375rem;
    justify-content: space-between;
}
.info-store-result-bottom .info-store-appoint{
    width:auto;
    flex-grow: 0;
    color:#393939;
    border-bottom: 1px solid #393939;
    cursor: pointer;
    padding:5px;
    display: block;
}
.info-store-result-bottom .info-store-result-href{
    flex-grow: 0;
    color:#fff;
    padding:5px 10px;
    background: #000;
    display: block;
}
.info-store .info-store-map{
    position: absolute;
    right:1.25rem;
    top:1.25rem;
    bottom:0;
    left:calc(545px + 2.5rem);
}
.info-store-map #allmap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media screen and (max-width: 1280px) {
    .info-store{
        height: unset;
        padding:2%;
    }
    .info-store .info-store-box{
        width:100%;
    }
    .info-store .info-store-map{
        position: unset;
        left:0;
        height: 590px;
        margin-bottom: 25px;
    }
    .info-store-result{
        height: unset;
        max-height: unset;
    }
    .info-store-result-scroll{
        opacity: 0;
    }
    .info-store-result .info-store-result-main{
        overflow-y: hidden;
        padding-right: 0;
    }
}
@media screen and (max-width: 750px) {
    .info-store .info-store-map{
        height: 320px;
    }
    .info-store-result-list{
        padding:3.33vw 4vw;
    }
}

/*   闂ㄥ簵璇︽儏   */
.info-detail-banner{
    width:100%;
    display: block;
    position: relative;
}
.info-detail-banner img{
    width: 100%;
    min-height: 260px;
    object-fit: cover;
    display: block;
}
.info-detail-banner h2{
    width: 95.46875%;
    max-width: 1833px;
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    color:#fff;
    font-size:36px;
    line-height: 100px;
}
@media screen and (max-width: 750px) {
    .info-detail-banner h2{
        font-size:24px;
        line-height: 40px;
    }
}
.info-store.info-store-detail{
    height: auto;
}
.info-store-detail{
    width: 100%;
    margin-top:55px;
}
.info-store-detail .info-store-result-list{
    background: unset;
    padding-top:0;
}
.info-store-detail .info-store-business-time{
    display: block;
}
.info-store-detail hr{
    width:100%;
    height: 1px;
    background: #a5a5a5;
    margin-top:30px;
    display: block;
}
.info-store-result-list .info-store-back{
    width:100%;
    border-top:1px solid #a5a5a5;
    margin-top:30px;
    padding-top:30px;
    font-size:24px;
    line-height: 30px;
    display: block;
}
.info-store-result-list .info-store-back img{
    height: 20px;
    margin-top:5px;
    float: left;
    display: inline-block;
}
.info-store-result-list .info-store-back span{
    float: left;
    display: inline-block;
}

@media screen and (max-width: 750px) {
    .info-store-detail{
        margin-top:7.33vw;
    }
    .info-store-detail hr,.info-store-business-time, .info-store-result-bottom{
        margin-top:4vw;
    }
    .info-store-result-list .info-store-back{
        margin-top:4vw;
        padding-top:4vw;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*   鏄庢槦鍚屾   */
.star-main{
    width:100%;
    display: block;
}


.star-list{
    position: relative;
    z-index:9;
    overflow: hidden;
}
.star-main-swiper{
    width:100%;
    padding:25px 1.3% 65px;
    margin:0 auto;
    box-sizing: border-box;
    background:#f6f7f7;
    display: block;
}
.star-main-swiper .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.star-main-swiper .star-list-left{
    width:38.39%;
    max-width: 718px;
    height: 47.1875vw;
    max-height: 906px;
    flex-grow: 0;
    display: block;
}
.star-list-next,.star-list-prev{
    color:#fff !important;
    top:50% !important;
    transform: translateY(-50%);
    margin-top:0 !important;
    outline: unset;
}
.star-list-next{
    left:calc(38.39% - 40px) !important;
    right:auto !important;
}
.star-list-prev{
    left:1.39% !important;
    right:auto !important;
}
.star-main-swiper .star-list-right{
    width:58.93%;
    height: 47.1875vw;
    max-height: 906px;
    flex-grow: 0;
    display: block;
    overflow-x:hidden;
    position: relative;
}
.star-list-right-intro{
    width:84%;
    margin-left:16%;
    text-align: left;
    display: block;
}
.star-list-right-intro h2{
    width:100%;
    color:#010101;
    font-size:36px;
    line-height: 120px;
    font-weight: normal;
    display: block;
}
.star-list-right-intro p{
    width:100%;
    color:#4a4a4a;
    font-size:20px;
    line-height: 36px;
    display: block;
    word-break: break-word;
}
.star-list-right-swiper{
    width:100%;
    height: calc(23.4375vw + 40px);
    position: absolute;
    bottom:0;
    left:0;
    z-index: 99;
    overflow: hidden;
}
.star-list-sub-img{
    width:100%;
    height: 23.4375vw;
    position: relative;
    display: block;
}
.star-list-sub-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.star-list-sub-img .star-list-sub-img-text{
    width:100%;
    position: absolute;
    bottom:0;
    background:rgba(0,0,0,0.71);
    color:#fff;
    font-size:24px;
    line-height: 46px;
    height: 46px;
    text-align: center;
    display: block;
    transition: height 0.5s linear;
}
.star-list-sub-img .star-list-sub-img-text p{
    width:100%;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.star-list-sub-img .star-list-sub-img-text img{
    width:30px;
    height: 30px;
    object-fit: contain;
    margin:0 auto;
    display: none;
}
.star-list-sub-img:hover .star-list-sub-img-text{
    /*height: 100%;*/
}
.star-list-sub-img:hover .star-list-sub-img-text img{
    /*display: block;*/
}
.star-list-sub{
    position: relative;
}
.star-list-sub-next,.star-list-sub-prev{
    position: absolute !important;
    padding: 0 10px;
    height:40px !important;
    line-height: 40px !important;
    color:#000 !important;
    background:#fff;
    top:0 !important;
    margin-top:0 !important;
    outline: unset;
    background-size: auto 20px !important;
}
.star-list-sub-next::after,.star-list-sub-prev::after{
    font-size:16px !important;
    font-weight: 600;
}
.star-list-sub-next{
    left:auto !important;
    right:0 !important;
}
.star-list-sub-prev{
    right: 47px !important;
    left:auto !important;
}
.star-list-sub .swiper-slide{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
@media screen and (max-width: 1400px) {
    .star-list-right-intro{
        width:100%;
        margin-left:0;
    }
    .star-list-right-intro h2{
        font-size:24px;
        line-height: 50px;
    }
    .star-list-right-intro p{
        font-size:16px !important;
        line-height: 30px !important;
    }
    .star-list-sub-next, .star-list-sub-prev{
        /*padding:0 2vw;*/
        height: 3vw !important;
        line-height: 3vw !important;
    }
    .star-list-sub-prev{
        right:3.9vw !important;
    }
    .star-list-right-swiper {
        height: calc(23.4375vw + 3vw);
    }
    .star-list-sub-img .star-list-sub-img-text{
        font-size:1.71428vw;
        line-height: 3.2857vw;
        height: 3.2857vw;
    }
}
@media screen and (max-width: 750px) {
    .star-main-swiper .swiper-slide{
        display: block;
    }
    .star-main-swiper .star-list-left{
        width:100%;
        max-width: 100%;
        height: 120.8vw;
        max-height: 906px;
    }
    .star-list-next, .star-list-prev{
        top:60.4vw !important;
        transform: translateY(-20px);
    }
    .star-list-next{
        left:auto !important;
        right:3.2vw !important;
    }
    .star-list-prev{
        left:3.2vw !important;
        right:auto !important;
    }
    .star-main-swiper .star-list-right{
        width:100%;
        max-width: 100%;
        height: auto;
        max-height: unset;
        margin-top:20px;
    }
    .star-list-right-swiper{
        position: unset;
        height: auto;
    }
    .star-list-sub-img{
        height: 60vw;
    }
    .star-list-sub-next, .star-list-sub-prev{
        height: 5vw !important;
        line-height: 5vw !important;
    }
    .star-list-sub-prev{
        right:6.3vw !important;
    }
    .star-list-sub-next::after, .star-list-sub-prev::after{
        font-size:3.2vw !important;
    }
    .star-list-sub-img .star-list-sub-img-text{
        font-size:3.2vw;
        line-height: 6.13vw;
        height: 6.13vw;
    }
    .star-list-right-intro h2{
        font-size:20px;
        line-height: 50px;
        font-weight: 600;
    }
    .star-list-right-intro p{
        font-size:16px !important;
        line-height: 24px !important;
    }
}
@media screen and (max-width: 500px){
    .star-list-sub-next::after, .star-list-sub-prev::after{
        font-size:16px !important;
    }
    .star-list-sub-next, .star-list-sub-prev{
        height: 30px !important;
        line-height: 30px !important;
    }
    .info-main-banner .info-main-banner-text .info-main-banner-text-box h2{
        font-size:24px;
        line-height: 40px;
    }
    .info-main-banner .info-main-banner-text .info-main-banner-text-box hr{
        height: 3px;
        margin-top:15px;
    }
    .info-main-banner .info-main-banner-text .info-main-banner-text-box p{
        font-size: 16px;
        line-height: 30px;
        margin-top:15px;
    }
}


.star-main,.info-main{
    margin-top:51px;
}
@media screen and (max-width: 1200px) {
    .star-main,.info-main{
        margin-top:51px;
    }
}
.info-content{
    width:96%;
    max-width: 1600px;
    margin:60px auto;
    display: block;
}
.info-title{
    width:100%;
    text-align: center;
    font-size:18px;
    line-height: 32px;
    margin-bottom: 20px;
}
.info-content-box{
    width:100%;
    font-size:16px;
    line-height: 32px;
    color:#666;
}
.info-content img{
    max-width: 100%;
    display: inline-block;
}
@media screen and (max-width: 1200px) {
    .info-content{
        margin:5vw auto;
    }
}

.info-main-event-banner{
    position: relative;
}
.info-main-event-banner-intro{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color:#fff;
    text-align: center;width:96%;padding:0 2%;box-sizing: border-box;
}
.info-main-event-banner-intro h2{
    font-size: 50px;
    line-height: 68px;
    letter-spacing: -.3px;
    padding-bottom: 15px;
    margin:0 auto;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-family: "Noto Serif SC", "Source Han Serif", serif !important;
}
.info-main-event-banner-intro hr{width:60px;height: 1px;background: #fff;margin:0 auto 30px;display: block;}
.info-main-event-banner-intro  h3{
    max-width: 643px;
    line-height: 1.53!important;
    letter-spacing: .3px!important;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    font-size: 15px!important;
    text-align: center!important;
    background-color: transparent!important;
    margin: 0 auto;
    padding: 0;
    display: block;
}
.info-main-event-banner-intro h2.info-event-banner-title{
    font-family: '寰蒋闆呴粦' !important;
}

@media screen and (max-width: 975px) {
    .info-main-event-banner-intro h2{
        font-size: 4.5vw;
        line-height: 5.866vw;
        letter-spacing: -.2px;
        padding-bottom: 10px;
        margin:0 auto;
    }
    .info-main-event-banner-intro hr{margin-bottom: 2.666vw;}
}

.star_screen_img{
    width:100%;
    height: 100vh;
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: rgba(0,0,0,1);
    z-index:999999;
    display: none;
}
.star_screen_img img{
    max-width:100vw;
    max-height: 80vh;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    object-fit: contain;
    display: block;
}
.star-list-sub-img-wechat{
    position: absolute;
    right:0;
    bottom:-100%;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    transition: bottom ease .4s;
}
.star-list-sub-img:hover .star-list-sub-img-wechat{
    bottom:0;
}
.star-list-sub-img-wechat img{
    max-width: 70%;
    max-height: 90%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: block;
    object-fit: contain;
}


/*   鐢疯鎬婚〉闈�   */
.info-men{
    width:96%;
    margin:0 auto 0;
    padding-top:30px;
    display: block;
}
.info-men-list{
    width:100%;
    position: relative;
    margin-bottom: 120px;
    height: 44.79vw;
    display: block;
}
.info-men-list-text{
    width:47%;
    height: 100%;
    margin-left:53%;
    box-sizing: border-box;
    position: relative;
    display: block;
}
.info-men-list-text-main{
    position: absolute;
    top:50%;
    left:13%;
    transform: translateY(-50%);
}
.info-men-list-text-main h2,.info-men-list-text-main h3,.info-men-list-text-main p{
    width:100%;
    display: block;
}
.info-men-list-text-main hr{
    width:74px;
    height: 1px;
    background: #000;
    display: block;
}
.info-men-list-text-main h2{
    font-size:38px;
    line-height: 50px;
    color:#000;
}
.info-men-list-text-main h3{
    font-size:28px;
    color:#555;
    line-height: 32px;
    margin:20px 0;
}
.info-men-list-text-main p{
    font-size:16px;
    color:#777;
    line-height: 32px;
}
.info-men-list-img{
    width:53%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
    display: block;
}
.info-men-list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.info-men-right .info-men-list-text{
    margin-left:0;
}
.info-men-right .info-men-list-text-main{
    left:26%;
}
.info-men-right .info-men-list-img{
    left:47%;
}

@media screen and (max-width: 750px){
    .info-men-list{
        height: auto;
        margin-bottom: 8vw;
    }
    .info-men-list-text{
        width:100%;
        margin-left:0;
    }
    .info-men-list-text-main{
        position: unset;
        top:unset;
        left:unset;
        transform: unset;
    }
    .info-men-list-img{
        width:100%;
        position: unset;
        height: auto;
        top:unset;
        left:unset;
    }
    .info-men-list-text-main h2{
        font-size:20px;
        line-height: 40px;
    }
    .info-men-list-text-main h3{
        font-size:18px;
        line-height: 24px;
        margin:10px 0;
    }
    .info-men-list-text-main p{
        font-size:14px;
        line-height: 24px;
    }
}


/*   鍝佺墝鏁呬簨   */
.info-about{
    width:96%;
    max-width: 1600px;
    margin:150px auto 0;
    display: block;
}
.info-about-list{
    width:100%;
    position: relative;
    margin-bottom: 140px;
}
.info-about-one{
    height: 32.1354vw;
}
.info-about-list-text{
    width: 47.0625%;
    height: 100%;
    margin-left:52.9375%;
    display: block;
    position: relative;
}
.info-about-list-text-main{
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}
.info-about-list-text h2,.info-about-list-text h3,.info-about-list-text h4,.info-about-list-text p{
    width:100%;
    display: block;
}
.info-about-list-text h2{
    font-size:38px;
    line-height: 50px;
    color:#000;
}
.info-about-list-text h3{
    font-size:24px;
    line-height: 40px;
    color:#555;
    margin-bottom: 20px;
}
.info-about-list-text h4{
    font-size:18px;
    line-height: 32px;
    color:#000;
}
.info-about-list-text p{
    font-size:16px;
    line-height: 32px;
    color:#555;
    margin-top:10px;
}
.info-about-list-img{
    width:47%;
    height: 100%;
    overflow: hidden;
}
.info-about-one .info-about-list-img,.info-about-three .info-about-list-img,.info-about-five .info-about-list-img{
    position: absolute;
    top:0;
    left:0;
}
.info-about-list-img img{
    width:100%;
    height: 100%;
    object-fit: contain;
    transition:.4s linear .1s;
    display: block;
}
.info-about-list-img:hover img{
    transform: scale(1.05);
}


info-about-list.info-about-two{
    margin-bottom: 10px !important;
}
.info-about-two .info-about-list-text,.info-about-four .info-about-list-text{
    height: 100%;
    margin-left:0;
    float: left;
    display: inline-block;
    position: unset;
}
.info-about-two .info-about-list-text .info-about-list-text-main,.info-about-four .info-about-list-text-main{
    width:47.0625%;
}
.info-about-two .info-about-list-img,.info-about-four .info-about-list-img{
    float: right;
    display: inline-block;
}

.info-about-three{
    margin:115px auto 140px;
    height: 26.71875vw;
}

.info-about-five{
    height: 23.54166vw;
}

@media screen and (max-width: 1600px) {
    .info-about{
        margin: 9.375vw auto 0;
    }
    .info-about-list{
        margin-bottom: 8.75vw;
    }
    .info-about-three{
        margin:7.1875vw auto 8.75vw;
        height: 30.5vw;
    }
    .info-about-five{
        height: 28.25vw;
    }
    .info-about-list.info-about-two{
        margin-bottom: 10px !important;
    }
    .info-about-one{
        height: 36.434vw;
    }
    .info-about-list-text h2{
        font-size:24px;
        line-height: 36px;
    }
    .info-about-list-text h3{
        font-size:20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .info-about-list-text h4{
        font-size:16px;
        line-height: 32px;
    }
}
@media screen and (max-width: 900px) {
    .info-about-one,.info-about-three,.info-about-five{
        height: auto;
    }
    .info-about-one .info-about-list-img,.info-about-two .info-about-list-text .info-about-list-text-main,.info-about-three .info-about-list-img,.info-about-five .info-about-list-img{
        width:100%;
        position: unset;
        top:unset;
        transform: unset;
    }
    .info-about-two .info-about-list-img,.info-about-two .info-about-list-text,.info-about-four .info-about-list-img,.info-about-four .info-about-list-text,.info-about-four .info-about-list-text-main{
        width:100%;
        float: unset;
        display: block;
    }
    .info-about-list-img img{
        height: auto;
    }
    .info-about-list-text{
        width: 100%;
        margin-left:0;
    }
    .info-about-list-text-main{
        position: unset;
        top:unset;
        transform: unset;
    }
    .info-about-list,.info-about-list.info-about-two{margin-bottom: 16vw !important;}
    .info-about-list-text h2,.info-about-list-text h3{text-align: center;}
    .info-about-one .info-about-list-img,.info-about-two .info-about-list-img,.info-about-three .info-about-list-img,.info-about-four .info-about-list-img,.info-about-five .info-about-list-img{margin-top:3vw;}
}

/*   绫冲叞绉€   */
.info-show-banner{
    width:100%;
    max-height: 100vh;
    display: block;
}
.info-show-banner video{
    width: 100%;
    object-fit: cover;
    max-height: calc(100vh - 70px);
    display: block;
}
.info-show-banner-web{
    display: none;
}
.info-show-title{
    width:100%;
    text-align: center;
    /*font-weight: 600;*/
    font-size: 40px;
    line-height: 60px;
    margin:80px auto 0;
    /*font-family: "Noto Serif SC", "Source Han Serif", serif !important;*/
    display: block;
}
.info-show-sub-title,.info-show-intro,.info-show-sub-intro{
    width:100%;
    text-align: center;
    display: block;
}
.info-show-sub-title{
    font-size:30px;
    line-height: 50px;
    font-family: "Noto Serif SC", "Source Han Serif", serif !important;
    font-weight: 600;
    margin-top:80px;
}
.info-show-intro {
    font-size: 22px;
    line-height: 30px;
}
.info-show-sub-intro {
    font-size: 16px;
    line-height: 24px;
    margin-top:5px;
}

.info-show{
    width:96%;
    max-width: 1600px;
    margin:60px auto 0;
}
.info-show-list{
    width:24.0625%;
    height: 30.677vw;
    margin-bottom: 50px;
    margin-right: 1.25%;
    float: left;
    display: inline-block;
}
.info-show-list:nth-child(4n){
    margin-right: 0;
}
.info-show-list img{
    width:100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
@media screen and (max-width: 1600px) {
    .info-show-title{
        font-size:24px;
        line-height: 30px;
        margin:5vw auto 0;
    }
    .info-show-sub-title{
        font-size:18px;
        line-height: 30px;
        margin-top:5vw;
    }
    .info-show-intro {
        font-size: 16px;
        line-height: 30px;
    }
    .info-show-sub-intro {
        font-size: 12px;
        line-height: 20px;
    }
    .info-show-list {
        height: 35.375vw;
        margin-bottom:3.125vw;
    }
    .info-show{
        margin:4vw auto 0;
    }

}
@media screen and (max-width: 750px) {
    .info-show-banner-web{
        display: block;
    }
    .info-show-banner-pc{
        display: none;
    }
    .info-show-list{
        width:49%;
        height: 70.4vw;
        margin-right: 2%;
    }
    .info-show-list:nth-child(2n){
        margin-right: 0;
    }
}

.info-spring-video .swiper-container-free-mode&gt;.swiper-wrapper{
    -webkit-transition-timing-function: linear; /*涔嬪墠鏄痚ase-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.info-spring-video{
    width:100%;
    margin:200px auto;
    position: relative;
}
.info-spring-video .info-spring-video-text{
    width:27%;
    height: 100%;
    padding-left:3.125%;
    box-sizing: border-box;
    float: left;
    display: inline-block;
}
.info-spring-video-text-main{
    width:27%;
    padding-left:3.125%;
    box-sizing: border-box;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}
.info-spring-video-text-main h2,.info-spring-video-text-main h3,.info-spring-video-text-main p{
    width:100%;
    display: block;
}
.info-spring-video-text-main h2{
    font-size:38px;
    line-height: 50px;
    color:#000;
}
.info-spring-video-text-main h3{
    font-size:28px;
    line-height: 80px;
    color:#555;
}
.info-spring-video-text-main p{
    font-size:16px;
    line-height: 32px;
    color:#777;
}
.info-spring-video-text-main hr{
    width:70px;
    height: 1px;
    background: #000;
    border:0;
    box-shadow: none;
    display: block;
}
.info-spring-video .spring-video-swiper{
    width:73%;
    float: right;
    display: inline-block;
    overflow: hidden;
}
.info-spring-video .spring-video-swiper .swiper-slide{
    width:49.5%;
    height: 36.041666vw;
    margin-right: 1%;
}
.info-spring-video .spring-video-swiper .swiper-slide img{
    width:100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 1600px) {
    .info-spring-video {
        width: 100%;
        margin: 12.5vw auto;
    }
    .info-spring-video .spring-video-swiper .swiper-slide{
        height: 36.1875vw;
    }
    .info-spring-video-text-main{
        padding-left:15px;
    }
    .info-spring-video-text-main h2{
        font-size:24px;
        line-height: 40px;
        color:#000;
    }
    .info-spring-video-text-main h3{
        font-size:20px;
        line-height: 60px;
        color:#555;
    }
    .info-spring-video-text-main p{
        font-size:14px;
        line-height: 32px;
        color:#777;
    }
}

@media screen and (max-width: 1200px) {
    .info-spring-video{
        width:96%;
    }
    .info-spring-video .spring-video-swiper .swiper-slide {
        height: 47.5833vw;
    }
    .info-spring-video .info-spring-video-text,.info-spring-video .spring-video-swiper{
        float: unset;
        display: block;
    }
    .info-spring-video .info-spring-video-text,.info-spring-video-text-main,.info-spring-video .spring-video-swiper{
        width: 100%;
    }
    .info-spring-video .info-spring-video-text,.info-spring-video-text-main{
        position: unset;
        top:unset;
        transform: unset;
        padding-left:0;
    }
}
@media screen and (max-width: 750px) {
    .info-spring-video .spring-video-swiper .swiper-slide {
        height: 47.6vw;
    }
    .info-spring-video-text-main h3{
        font-size:20px;
        line-height: 40px;
        color:#555;
    }
}
.no-border{
    border:none !important;
}

.info-holiday{
    width:96%;
    max-width: 1600px;
    margin:160px auto 100px;
}
.info-holiday-one{
    width:100%;
    position: relative;
}
.info-holiday-one-img{
    width:49.25%;
    height: 29.0625vw;
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
}
.info-holiday-one-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:.4s linear .1s;
    display: block;
}
.info-holiday-one-text{
    width: 46.875%;
    height: 29.0625vw;
    margin-left:53.125%;
}
.info-holiday-one-text-main{
    width:100%;
    position: absolute;
    top:50%;
    left:53.125%;
    transform: translateY(-50%);
    color:#000;
}
.info-holiday-one-text-main h2,.info-holiday-list h2{
    width:100%;
    font-size:42px;
    line-height: 50px;
    display: block;
}
.info-holiday-one-text-main h2,.info-holiday-list h2{
    font-family: 'Arial';
}
.info-holiday-one-text-main h3{
    width:100%;
    font-size:38px;
    line-height: 60px;
    font-weight: 500;
    font-family: '寰蒋闆呴粦';
    display: block;
}
.info-holiday-list h4{
    width:100%;
    font-size:52px;
    line-height: 60px;
    color:#737373;
    font-family: '寰蒋闆呴粦';
    display: block;
}

.info-holiday-list{
    width:100%;
    text-align: center;
    margin-top:90px;
    display: block;
}
.info-holiday-list P{
    width:100%;
    font-size:16px;
    color:#737373;
    line-height: 24px;
    margin-top:10px;
    display: block;
}
.info-holiday-list-img{
    width:100%;
    margin:55px auto 30px;
    display: flex;
    justify-content: space-between;
}
.info-holiday-list-img-box{
    width:32.3125%;
    height: 24.635vw;
    flex-grow: 0;
    overflow: hidden;
    display: block;
}
.info-holiday-list-img-box img,.info-holiday-list-img-two img,.info-holiday-list-img-one img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition:.4s linear .1s;
}
.info-holiday-list-img-two{
    width:48.75%;
    height: 27.5vw;
    flex-grow: 0;
    overflow: hidden;
    display: block;
}
.info-holiday-list-img-one{
    width:34.1875%;
    height: 29.58333vw;
    flex-grow: 0;
    overflow: hidden;
    display: block;
}
.flex-center{
    justify-content: center;
}
.info-holiday-list-last{
    margin:30px auto ;
}


.info-holiday-list-img-box:hover img,.info-holiday-one-img:hover img,.info-holiday-list-img-two:hover img,.info-holiday-list-img-one img{
    transform: scale(1.05);
}

.info-holiday-last{
    margin-top:50px;
}

@media screen and (max-width: 1600px) {
    .info-holiday{
        margin:10vw auto 6.25vw;
    }
    .info-holiday-one-img,.info-holiday-one-text{
        height: 33.4375vw;
    }
    /*.info-holiday-list h2{
        font-size:26px;
        line-height: 40px;
    }*/
    /*.info-holiday-one-text-main h3 {
        font-size: 24px;
        line-height: 40px;
    }*/
    .info-holiday-list{
        margin-top:5.625vw;
    }
    .info-holiday-list-img{
        margin:3.4375vw auto 1.875vw;
    }
    .info-holiday-list-img-box{
        height: 28.375vw;
    }
    .info-holiday-list-img-two{
        height: 31.625vw;
    }
    .info-holiday-list-img-one {
        height: 34.0625vw;
    }
    .info-holiday-list-last{
        margin:1vw auto 1.875vw;
    }
    .info-holiday-last{
        margin-top:3vw;
    }
}
@media screen and (max-width: 1200px) {
    .info-holiday-one-img,.info-holiday-one-text{
        height: 33.5vw;
    }
    .info-holiday-one-text-main h2,.info-holiday-list h2{
        font-size:3.5vw;
        line-height: 4.1666vw;
    }

    .info-holiday-list h4{
        font-size:4.33vw;
        line-height: 5vw;
    }
    /*.info-holiday-list h2{
        font-size:22px;
        line-height: 30px;
    }*/
    .info-holiday-one-text-main h3 {
        font-size:3.1666vw;
        line-height: 5vw;
    }
    .info-holiday-list-img-box{
        height: 28.333vw;
    }
    .info-holiday-list-img-two{
        height: 31.666vw;
    }
    .info-holiday-list-img-one {
        height: 34vw;
    }
}
@media screen and (max-width: 750px) {
    .info-holiday-one-img{
        width:100%;
        height: auto;
        position: unset;
        margin-top:3vw;
    }
    .info-holiday-one-text{
        width: 100%;
        height: auto;
        margin-left:0;
    }
    .info-holiday-one-text-main{
        position: unset;
        top:unset;
        left:unset;
        transform: unset;
    }
    /*.info-holiday-list h2{
        font-size:18px;
        line-height: 24px;
    }*/
    .info-holiday-one-text-main h2,.info-holiday-list h2{
        font-size:5.6vw;
        line-height:6.667vw;
    }
    .info-holiday-one-text-main h3 {
        font-size: 4vw;
        line-height: 6vw;
    }
    .info-holiday-list h4{
        font-size:6.933vw;
        line-height:8vw;
    }
    .info-holiday-one-text-main h2,.info-holiday-one-text-main h3{text-align: center;}
    .info-holiday-list-img-box{
        height: 30.933vw;
    }
    .info-holiday-list P{
        font-size:14px;
        line-height: 24px;
    }
    .info-holiday-list-img-two{
        height: 31.7333vw;
    }
    .info-holiday-list-img-one {
        height: 34vw;
        margin-top:3vw;
    }
    .info-holiday-list{
        margin-top:16vw;
    }
    .info-holiday-list-img{
        margin: 3.4375vw auto;
    }
    .info-holiday{
        margin:16vw auto;
    }
}

@media screen and (max-width: 400px) {
    .info-holiday-list P{
        font-size:12px;
    }
}


/*#info_about_two{
    margin-bottom: 10px !important;
}*/
.no-data{
    width:100%;
    font-size:16px;
    line-height: 60px;
    color:#aaa;
    text-align: center;
    display: block;
}

.info-holiday-tiger .info-holiday-one-img{
    width:51.25%;
    height: 462px;
}
@media screen and (min-width: 1601px) {
    .info-holiday-tiger .info-holiday-one .info-holiday-one-text{
        height: 462px;
    }
}
.info-holiday-tiger .info-holiday-one-img video{
    width:100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.info-holiday-tiger .info-holiday-one-text-main h3{
    font-size:24px;
    line-height: 47px;
}
.info-holiday-right-img{width:100%;display: flex;justify-content: space-between;margin-top:90px;}
.info-holiday-right-img .info-holiday-one-img{
    width:51.25%;
    height: auto;
    position: unset;
    top:unset;
    left:unset;
}
.info-holiday-right-img .info-holiday-one-text{
    margin-left:0;
    position: relative;
    text-align: center;
}
.info-holiday-right-img .info-holiday-one-text-main{
    left:0;
    transform: unset;
}
.info-holiday-one-text-main h4{margin-top:10px;}
.info-holiday-list h4{margin-top:20px;}
.info-holiday-one-text-main h4,.info-holiday-list h4{
    width:100%;
    font-size:50px;
    color:#737373;
    display: block;
}
@media screen and (max-width: 1600px) {
    .info-holiday-tiger .info-holiday-one-img{
        width:51.25%;
        height: 27.7vw;
    }
    .info-holiday-tiger .info-holiday-one-img, .info-holiday-one-text{
        height: 27.7vw;
    }
    .info-holiday-right-img{
        margin-top: 5.625vw;
    }
    .info-holiday-right-img .info-holiday-one-img{
        height: auto;
    }
    .info-holiday-tiger .info-holiday-one-text-main h2{
        font-size:2.625vw;
        line-height: 3.125vw;
    }
    .info-holiday-tiger .info-holiday-one-text-main h3{
        font-size:1.5vw;
        line-height: 2.9375vw;
    }
    .info-holiday-one-text-main h4,.info-holiday-list h4{
        font-size:3.25vw;
        line-height: 3.75vw;
    }
    .info-holiday-one-text-main h4{margin-top:0.625vw;}
    .info-holiday-list h4{margin-top:1.25vw;}
}
@media screen and (max-width: 750px) {
    .info-holiday-right-img{
        margin-top: 16vw;
    }
    .info-holiday-tiger .info-holiday-one-img, .info-holiday-one-text{
        height: auto;
    }
    .info-holiday-tiger .info-holiday-one .info-holiday-one-text{
        height: auto ;
    }
    .info-holiday-tiger .info-holiday-one-img{
        width:100%;
        height: auto;
    }
    .info-holiday-tiger .info-holiday-one-text-main h2{
        font-size: 5vw;
        line-height: 6.667vw;
    }
    .info-holiday-tiger .info-holiday-one-text-main h3{
        font-size:3.2vw;
        line-height: 6.266vw;
    }
    .info-holiday-right-img{
        display: block;
        justify-content: unset;
    }
    .info-holiday-one-text-main h4,.info-holiday-list h4{
        font-size:6.66vw;
        line-height: 8vw;
    }
}</pre></body></html>