.banner{
    width:100%;
    display: block;
    height: calc(100vh - 150px);
}
.info_banner{
    height: 650px;
}
@media screen and (max-width: 1440px) {
    .banner,.info_banner{height: 600px;}
}
@media screen and (max-width: 1280px) {
    .banner,.info_banner{height: 500px;}
}
@media screen and (max-width: 1024px) {
    .banner,.info_banner{height: 400px;}
}
@media screen and (max-width: 750px) {
    .info_banner{height: 350px;}
}
.banner_container{
    height: 100%;
}
.banner .swiper-slide{
    position: relative;
    height: 100%;
}
.banner .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.banner_text{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    width: 100%;
    z-index: 1;
    color: #fff;
    max-width: 1140px;
    padding:0 45px;
}
.banner_text h2{
    width: 100%;
    font-size:80px;
    line-height: 1.1;
    color:#fff;
}
.banner .swiper-slide .banner_text img{
    max-width: 100%;
    object-fit: contain;
    width: auto;
    height: auto;
    display: block;
}
@media screen and (max-width: 1280px) {
    .banner_text h2{
        font-size: 45px;
    }
}
@media screen and (max-width: 750px) {
    .banner_text h2{
        font-size: 35px;
    }
}
.banner_text a{
    margin-top:15px;
    font-size:16px;
    line-height: 36px;
    border:2px solid #fff;
    padding:0 30px;
    border-radius: 20px;
    position: relative;
    transition: all ease .5s;
    color:#fff;
    display: inline-block;
    overflow: hidden;
}
.banner_text a:hover{
    color:#000;
}
.banner_text a span{
    position: relative;
    z-index:3;
}
.banner_text a:hover span{
    color:#000;
}
.banner_text a::before{
    content:'';
    display: block;
    background: #fff;
    position: absolute;
    top:0;
    left:100%;
    right:0;
    bottom:0;
    transition: all ease .3s;
    width: 100%;
}
.banner_text a:hover::before{
    content:'';
    left:0;
    height: 100%;
    display: block;
    background: #fff;
}
.index_want_join{
    width:100%;
    display: block;
    background: url(../images/pattern-purple.webp) left top repeat;
    background-size: 70px;
    color: #fff;
    padding: 30px 0;
}
.index_want_join_main{
    width:100%;
    padding:0 15px;
    max-width: 1140px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}
.index_want_join_main a{
    width: 50%;
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size:18px;
    line-height: 1.5;
}
.index_want_join_main a img{
    width: 40px;
    object-fit: contain;
    display: block;
    padding-right: 10px;
}
.index_want_join_main a p{
    color:#fff;
}
.index_want_join_main a span{
    color:#976E32;
}
@media screen and (max-width: 750px) {
    .index_want_join{
        padding:15px 0;
    }
    .index_want_join_main a{
        flex-wrap: wrap;
        justify-content: center;
    }
    .index_want_join_main a img{
        margin-bottom: 15px;
    }
    .index_want_join_main a p,.index_want_join_main a span{
        width: 100%;
        text-align: center;
    }
}
.index_you_want_member{
    width: 100%;
    padding:30px 0;
    background: url(../images/bg-gold.jpg) left top no-repeat;
    background-size: cover;
    display: block;
}
.index_you_want_member .index_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.index_you_want_member h2{
    width: calc(100% - 350px);
    font-size:50px;
    line-height: 1.2;
    color:#fff;
    font-weight: normal;
    display: block;
    max-width:500px;
}
.index_you_want_member a{
    width: 90%;
    max-width: 270px;
    display: block;
    position: relative;
    color:#fff;
    font-size:25px;
    line-height: 46px;
    border-radius: 25px;
    border:2px solid #fff;
    text-align: center;
    overflow: hidden;
}
.index_you_want_member a span{
    position: relative;
    z-index:2;
    transition: all ease .5s;
}
.index_you_want_member a::before{
    position: absolute;
    top:0;
    right:0;
    left:100%;
    bottom:0;
    background: #fff;
    content:'';
    z-index:1;
    transition: all ease .5s;
}
.index_you_want_member a:hover span{
    color:#000;
}
.index_you_want_member a:hover::before{
    left:0;
}
@media screen and (max-width: 750px) {
    .index_you_want_member .index_main{
        justify-content: center;
    }
    .index_you_want_member h2{
        width: 100%;
        text-align: center;
        font-size:30px;
        margin-bottom: 15px;
    }
}
.index_about{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding:60px 0;
}
.index_about_text,.index_about_img{
    width: 50%;
    display: block;
}
.index_about_img{
    order:2;
}
.index_about_img img{
    width: 100%;
    object-fit: contain;
    display: block;
}
.index_about_text{
    padding:0 50px;
}
.index_about_text .index_about_text_box{
    width:100%;
    max-width: 600px;
    margin:0 auto;
    display: block;
    color:#221C34;
}
@media screen and (max-width: 750px) {
    .index_about{
        padding:0;
    }
    .index_about_text,.index_about_img{
        width: 100%;
    }
    .index_about_text{
        order:3;
        padding:40px 20px;
    }
}
.index_use_money{
    width:100%;
    display: block;
    padding:60px 0;
    background: #E7DDD3;
    color:#221C34;
}
.index_use_money_title{
    text-align: center;
    padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
    .index_use_money_title{
        padding-bottom: 40px;
    }
}
.index_use_money_box{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.money_container{
    width: 55%;
}
.index_use_money_text{
    width:45%;
    display: block;
    padding:0 50px;
}
.money_text_container .swiper-wrapper{
    align-items: stretch;
}
.index_use_money_text .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    flex-direction: column;
}
.money_text_main{
    width: 100%;
    max-width: 600px;
    margin:0 auto;
}
.money_container .swiper-slide{
    width:90%;
}
.money_container_list{
    width: 100%;
    padding-top:70%;
    position: relative;
    display: block;
}
.money_container_list img{
    width:100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height: 100%;
    z-index:2;
    display: block;
}
@media screen and (max-width: 750px) {
    .index_use_money{
        padding:40px 0;
    }
    .money_container,.index_use_money_text{
        width: 100%;
    }
    .money_container .swiper-slide{
        width:100%;
    }
    .money_text_container .swiper-wrapper{
        align-items: flex-start;
    }
}
.index_know_more{
    width:100%;
    display: block;
    padding:60px 0;
}
.index_know_more .index_title_h2{
    color:#221C34;
}
.index_know_more_from{
    width:100%;
    display: block;
    padding-top:30px;
}
.index_know_more_from form{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.index_know_more_form_list{
    flex-grow: 1;
    width: 50%;
    min-width: 33.33%;
    display: block;
    padding-right: 8px;
}
.index_know_more_form_list:first-child,.index_know_more_form_list:nth-child(2),.index_know_more_form_list:nth-child(3){
    width: 33.33%;
}
.index_know_more_form_list span{
    width: 100%;
    display: block;
    font-size:18px;
    line-height: 1.5;
    color:#221C34;
    margin-bottom: 9px;
}
.index_know_more_form_list input,.index_know_more_form_list select,.index_know_more_form_list textarea{
    color: #221C34;
    border: none;
    background: none;
    border-bottom: 2px solid #221C34;
    width: 100%;
    font-family: "Rotis Semi Serif Std";
    padding: 5px 0;
    margin-bottom: 15px;
    border-radius: 0;
    font-size:18px;
    height: 36px;
}
.index_know_more_form_list textarea{
    height: 100px;
}
.index_know_more_from ul{
    width: 100%;
    margin-bottom: 18px;
    padding-left:40px;
}
.index_know_more_from li{
    width: 100%;
    margin-bottom: 9px;
    list-style-type: disc;
}
.index_know_more_from_btn{
    width:100px;
    height:40px;
    border:2px solid #221C34;
    color:#221C34;
    font-size:18px;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
    display: block;
    cursor: default;
}
.contact_box .index_know_more_from_btn{
    width: 150px;
}
@media screen and (max-width: 480px) {
    .index_know_more_form_list{
        width: 100% !important;
        padding-right: 0;
    }
}
.index_map{
    width:100%;
    display: block;
    background: #F1F0EC;
    color:#221C34;
}
.index_map .index_main{
    padding:60px 0;
}

.index_map .index_title_h2,.index_map .index_title_p{
    text-align: center;
    color:#221C34;
}
.index_map_main{
    width: 100%;
    height: 700px;
    display: block;
    background: #eee;
}
.index_map .index_map_store{
    width:100%;
    max-width: 1140px;
    padding:60px 15px;
    margin: 0 auto;
}
.index_map .index_map_store .index_title_h2,.index_map .index_map_store .index_title_p{
    text-align: left;
    color:#221C34;
}

.index_map_store_container{
    width:100%;
    padding-bottom: 60px;
}
.index_map_store_container .swiper-slide{
    width: 90%;
    display: block;
}
.index_map_store_container a{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.index_map_store_img{
    width:60%;
    padding-top:45%;
    position: relative;
}
.index_map_store_img img{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:2;
    object-fit: cover;
}
.index_map_store_text{
    width:40%;
    padding:50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.index_map_store_text h3,.index_map_store_text h4 ,.index_map_store_text p{
    width: 100%;
    display: block;
    color:#221C34;
}
.index_map_store_text h3{
    font-family: "Rotis Semi Serif Std","fongsong";
    font-size:28px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: normal;
}
.index_map_store_text h4{
    font-family: "Rotis Semi Serif Std","fongsong";
    font-size:22px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: normal;
}
.index_map_store_text p{
    font-size:14px;
    line-height: 1.5;
    margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
    .index_map_store_container .swiper-wrapper{
        align-items: stretch;
    }
    .index_map_store_container .swiper-slide{
        width: 80%;
        height: auto;
    }
    .index_map_store_container .swiper-slide a{
        height: 100%;
    }
    .index_map_store_img,.index_map_store_text{
        width: 100%;
    }
    .index_map_store_text{
        padding:20px 20px 30px;
    }
}
@media screen and (max-width: 750px) {
    .index_map .index_main{
        padding:40px 0;
    }
    .index_map .index_map_store{
        padding:40px 20px;
    }
    .index_map_store_container{
        padding-bottom: 40px;
    }
    .index_map_store_container .swiper-slide{
        width: calc(100% - 40px);
    }
}
.index_story{
    width:100%;
    padding:60px 0;
}
.index_story .index_main{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding:0;
}
.index_story_left{
    width:33.33%;
    display: block;
    padding:3rem 3.5rem;
}
.index_story_box{
    width:66.67%;
    display: block;
    position: relative;
    padding:0 15px;
}
.index_store_container{
}
.index_store_container .swiper-slide{
    width:calc(50% + 20px);
    padding-right: 20px;
}
.index_store_container .swiper-slide a{
    width: 100%;
    display: block;
    padding-top:140%;
    position: relative;
}
.index_story_list_main img{
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
}
.index_story_list_main p{
    width: 100%;
    padding:30px;
    position: absolute;
    bottom:0;
    left:0;
    right: 0;
    color:#fff;
    font-size:32px;
    transform: translateY(50px);
    transition: all ease .5s;
    line-height: 1.2;
    opacity: 0;
    z-index:3;
}
.index_store_container .swiper-slide a.index_story_list_main:hover p{
    transform: translateY(0);
    opacity: 1;
}

@media screen and (max-width: 750px) {
    .index_story_box,.index_story_left{
        width:100%;
    }
    .index_story_left{
        padding:0 20px 40px 20px !important
    }
    .index_story{
        padding:40px 0;
    }
}
@media screen and (max-width: 550px) {
    .index_store_container .swiper-slide{
        width:100%;
        padding-right:0;
    }
}
.index_prize{
    width:100%;
    display: block;
    background: #221C34;
    padding:60px 0;
    color:#fff;
}
.index_prize h2{
    width: 100%;
    font-size:32px;
    line-height: 1.2;
    display: block;
    text-align: center;
    font-weight: normal;
}
.index_prize_box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding:30px 0 25px;
}
.index_prize_list{
    width: auto;
    padding:0 20px 15px;
}
.index_prize_list img{
    width: 100%;
    object-fit: contain;
    display: block;
}
@media screen and (max-width: 750px) {
    .index_prize{
        padding: 40px 0;
    }
}
.index_blog{
    width:100%;
    padding:60px 0;
}
.index_blog .index_main{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.index_blog_list{
    width:33.33%;
    padding:0 15px;
    margin-bottom: 30px;
}
.index_blog_list a{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #F1F0EC;
}
.index_blog_list_img{
    width:100%;
    padding-top:75%;
    display: block;
    position: relative;
}
.index_blog_list_img img{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.index_blog_list_text{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    color:#221C34;
    padding:30px;
    flex-grow: 1;
}
.index_blog_list_text h2{
    width: 100%;
    font-size:22px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index_blog_list_text p{
    width:100%;
    display: block;
    flex-grow: 1;
    font-size:14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.index_blog_list_text .btn_url{
    margin:0 auto 0 0;
}
.see_more_blog{
    width:100%;
    display: block;
}
.see_more_blog a{
    width:100%;
    display: block;
    text-decoration: underline;
    font-size:18px;
    line-height: 1.5;
    color:#221C34;
    margin-top:18px;
    text-align: right;
    padding:0 15px;
}
@media screen and (max-width: 750px) {
    .index_blog_list{
        width: 100%;
        padding:0;
    }
    .see_more_blog a{
        padding:0;
    }
}

.index_you_want_member.index_want_join_bg{
    background: url(../images/pattern-purple.webp) left top repeat;
    background-size: 70px;
}
.index_about_text_box p{
    margin-bottom: 20px;
}


.use_money_about .index_use_money_text,.use_money_about .money_container{
    width:50%;
}
.use_money_about .money_text_main{
    max-width: 500px;
}
.index_title_p p{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}
.index_title_p p img{
    width: 40px;
    height: 30px;
    padding-right: 10px;
    object-fit: contain;
    display: block;
}
.index_title_p p span{
    flex-grow: 1;
}
@media screen and (max-width: 750px) {
    .money_container,.index_use_money_text{
        width: 100% !important;
    }
    .money_container{
        order:2;
    }
    .index_use_money_box{
        flex-wrap: wrap;
    }
    .money_text_main,.use_money_about .money_text_main{
        width: 100%;
        max-width: unset;
    }
    .index_use_money_text{
        padding:40px 20px;
    }
}


.message_radio{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.message_radio_text{
    width: auto;
    max-width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.contact_box .message_radio_text{
    max-width: 100%;
    margin-bottom: 16px;
}
.message_radio_text input{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity: 0;
    z-index:2
}
.message_radio_text i{
    width: 13px;
    height: 13px;
    min-width: 13px;
    border:1px solid #221C34;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:3px;
    position: relative;
}
.message_radio_text i::before{
    content:'';
    width: 9px;
    height: 9px;
    background: #221C34;
    opacity: 0;
    transition: all ease .3s;
    border-radius: 50%;
    display: block;
    position: absolute;
    top:1px;
    left:1px;
}
.message_radio_text input:checked + i::before{
    opacity: 1;
}
.message_radio_text p{
    flex-grow: 1;
    margin-left: 10px;
    font-size:12px;
    line-height: 1.5;
    color:#221C34;
}
.contact_box .message_radio_text p{
    font-size:14px;
}
.message_radio_text p a{
    text-decoration: underline;
}
.about_info_message .index_know_more_form_list{
    width:20%;
    min-width: unset;
    padding:0 15px;
}
.about_info_message .index_know_more_form_list input::placeholder{
    color:#221C34;
}
.about_info_message .btn_url{
    width: 150px;
}
@media screen and (max-width: 750px) {
    .about_info_message{
        max-width: 540px;
        padding: 0 20px;
    }
    .about_info_message .index_know_more_form_list{
        width:100%;
        min-width: unset;
        padding:0 ;
    }
    .message_radio{
        display: block;
    }
    .message_radio_text{
        width: 100%;
        max-width: unset;
        margin:10px 0 10px;
    }
}

.about_info_story_box{
    background: #F1F0EC;
}
.about_info_story .swiper-wrapper{
    align-items: stretch;
}
.about_info_story .swiper-wrapper .swiper-slide{
    height: auto;
}
.about_info_story .swiper-wrapper .swiper-slide a{
    width:100%;
    padding-top:0;
    height: 100%;
    background: #fff;
}
.about_info_story_img{
    width:100%;
    padding-top:60%;
    position: relative;
}
.about_info_story_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    object-fit: cover;
    display: block;
}
.about_info_story_text{
    position: relative;
    width: 100%;
    padding:50px 30px 30px;
    font-size:15px;
    line-height: 1.5;
}
.index_store_container .swiper-slide a .about_info_story_quote{
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    z-index: 2;
    border-radius: 100%;
    left: calc(50% - 40px);
    bottom:unset;
    right:unset;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_store_container .swiper-slide a .about_info_story_quote img{
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    position: unset;
}
.about_info_story_text h2{
    width:100%;
    font-weight: normal;
    font-family:"Rotis Semi Serif Std";
    font-size:32px;
    line-height: 1.2;
    word-break: break-word;
    margin-bottom: 20px;
}
.about_info_story_text p{
    width:100%;
    font-size:15px;
    line-height: 1.5;
}
.index_story_left a{
    width: auto;
    text-decoration: underline;
    font-size:18px;
    line-height: 1.5;
    color:#221C34;
    display: block;
}
.index_story_left .index_title_h2{
    color:#221C34;
}
.index_story_left .index_title_p p{
    margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
    .about_info_story{
        order:2;
    }
}


.pds_tips{
    width:100%;
    display: block;
    padding:60px 0;
}
.pds_tips_main{
    width:100%;
    max-width: 1000px;
    margin:0 auto;
    display: block;
    text-align: center;
    font-size:32px;
    line-height: 1.2;
    color:#221C34;
}
.pds_tips_main a{
    color:#976E32;
    display: inline-block;
}
@media screen and (max-width: 750px) {
    .pds_tips{
        padding:40px 0;
    }
}
.pds_box{
    width:100%;
    padding:60px 0;
    background: #F1F0EC;
    color:#221C34;
}
.pds_box .index_title_h2{
    color:#221C34;
}
.pds_box_main{
    width: 100%;
    max-width: 1000px;
    margin:0 auto;
    padding:15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.line_bottom{
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 40px;
}
.pds_list{
    width: 33.33%;
    padding:15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.pds_list_img{
    width: 99px;
    height: 99px;
    background: #fff;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin:0 auto 20px;
}
.pds_list_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.pds_list_title{
    width:100%;
    flex-grow: 1;
    display: block;
    margin:0 auto 20px;
    font-size:20px;
    line-height: 1.2;
    text-align: center;
    color:#221C34;
    font-family: "Rotis Semi Serif Std", "fongsong";
}

.pds_box_main_text{
    width:100%;
    font-size:18px;
    line-height: 1.5;
}
@media screen and (max-width: 750px) {
    .pds_box{
        padding:40px 0;
    }
    .pds_list{
        width: 100%;
    }
}

.privacy{
    width: 100%;
    padding:60px 0;
}
.privacy_detail p{
    margin-bottom: 20px;
    font-size:18px;
    line-height: 1.5;
}
.privacy_detail ul,.privacy_detail ol{
    padding-left:40px;
    font-size:18px;
    line-height: 1.5;
    margin-bottom: 16px;
}
.privacy_detail li{
    list-style-type: disc;
}
.privacy_detail ol li{
    list-style-type: decimal;
}
.privacy_detail a{
    color:#976E32;
}
.privacy_detail img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.privacy_detail h3{
    width: 100%;
    font-size:32px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: normal;
}
.privacy_detail table{
    font-size:18px;
    line-height: 1.5;
    width: 100%;
    max-width: 100%;
}
.privacy_detail table tr td{
    padding:12px;
    border-top:1px solid #dee2e6;
}
@media screen and (max-width: 750px) {
    .privacy{
        padding:40px 0;
    }
}

.contact_info{
    width:100%;
    padding:60px 0;
    background: #F1F0EC;
    color:#221C34;
}
.contact_info_main{
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding:0 15px;
}
.contact_info_main .index_title_h2{
    color:#221C34;
}
.contact_box{
    width:100%;
    display: block;
    border:1px solid #D3D3D3;
    border-top:10px solid #221C34;
    padding:0 20px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff;
}
.contact_box_label{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:30px;
    padding:20px 0;
    border-bottom: 1px solid #D3D3D3;
    color:#976E32;
    font-weight: normal;
}
.contact_box_label i{
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:20px;
}
.contact_text{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding:20px 0;
    font-size:16px;
    line-height: 1.5;
    color:#221C34;
}
.contact_text_box{
    display:none;
}
.contact_text a,.contact_text span{
    color:#976E32;
}
.contact_text_list{
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.contact_text_list p{
    flex-grow: 1;
    max-width: calc(100% - 290px);
}
.contact_text_list a,.contact_text_list span{
    width: 50%;
    min-width: 290px;
    display: block;
}
.contact_text_list .item{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 750px) {
    .contact_info{
        padding:40px 0;
    }
    .contact_text_list{
        width:100%;
    }
}
@media screen and (max-width: 500px) {
    .contact_text_list p,.contact_text_list a,.contact_text_list span{
        width: 100%;
    }
}

.contact_way{
    width:100%;
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.contact_way_tips{
    width:100%;
    display: block;
    font-size:18px;
    line-height: 1.5;
    color:#221C34;
    margin-bottom: 8px;
}
.contact_way select{
    width: 100%;
    max-width: 424px;
    height: 45px;
    display: block;
    border:2px solid #221C34;
    border-radius: 25px;
    padding:0 15px;
    font-size:18px;
}
.sitemap_info{
    width:100%;
    max-width: 1140px;
    padding:60px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}
.sitemap_info_list{
    width: 33.33%;
    display: block;
    padding:15px;
    margin-bottom: 40px;
}
.sitemap_info_list_img{
    width:100%;
    padding-top:67%;
    position: relative;
    margin-bottom: 20px;
}
.sitemap_info_list_img img{
    width: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sitemap_info_list h3{
    width:100%;
    font-size: 25px;
    line-height: 1;
    padding:0 0 20px;
    color:#976E32;
    font-weight: normal;
    display: block;
}
.sitemap_info_list a{
    width:100%;
    font-size:18px;
    line-height: 20px;
    padding:5px 0;
    color:#221C34;
    display: block;
    transition: all ease .3s;
}
.sitemap_info_list a:hover{
    color:#976E32;
}
@media screen and (max-width: 750px) {
    .sitemap_info{
        padding:40px 0;
    }
    .sitemap_info_list {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 750px) {
    .sitemap_info_list {
        width: 100%;
    }
}


.club_works_way{
    width:100%;
    padding:60px 0;
    background: #F1F0EC;
    color:#221C34;
}
.club_works_way .index_title_h2,.club_works_way .index_title_p,
.club_works_yu .index_title_h2,.club_works_yu .index_title_p
{
    text-align: center;
    color:#221C34;
    max-width: 920px;
    margin: 0 auto;
}
.club_works_way .index_title_h2,
.club_works_yu .index_title_h2
{
    margin: 0 auto 20px;
}
.club_works_way_box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding:60px 0;
}
.club_works_way_box .item{
    width:20%;
    padding:0 15px;
    display: block;
    position: relative;
}
.club_works_way_box .item .item_image{
    width:80px;
    height: 80px;
    background: #f0eae1;
    border-radius: 50%;
    margin:0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.club_works_way_box .item .item_image img{
    max-width: 100%;
    display: block;
}
.club_works_way_box .item h3{
    width:100%;
    font-size:16px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
}
.club_works_way_box .item.zhhans:before{
    position: absolute;
    left:0;
    top:30px;
    width: 15px;
    height: 15px;
    font-size:15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#976E32;
}
.club_works_way_box .item.zhhans:first-child:before{
    display: none;
}
@media screen and (max-width: 750px) {
    .club_works_way,.club_works_way_box{
        padding:40px 0;
    }
    .club_works_way_box .item {
        width: 50%;
        max-width: 250px;
    }
    .club_works_way_box .item:nth-child(3):before {
        display: none;
    }
}
.club_works_yu{
    width:100%;
    display: block;
    padding:60px 0 ;
}
.club_works_yu .index_main{
    margin: 0 auto;
}
.club_works_yu_box{
    width:100%;
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    padding:60px 0 30px;
    flex-wrap: wrap;
}
.yu_box_list{
    width:33.33%;
    display: block;
    padding: 0 15px 30px;
    text-align: center;
}
.yu_box_list_img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto 10px;
}
.yu_box_list_img img{
    width:100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.yu_box_list h3{
    width:100%;
    font-size:32px;
    line-height: 1.2;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}
.yu_box_list p{
    width:100%;
    font-size:16px;
    line-height: 1.5;
    display: block;
}
@media screen and (max-width: 750px) {
    .club_works_yu{
        padding:40px 0;
    }
    .yu_box_list{
        width:50%;
    }
    .club_works_yu_box{
        padding:40px 0 30px;
    }
}
.info_club_balance{
    width:100%;
    display: block;
    padding:60px 0;
    background: #E7DDD3;
}
.info_club_balance .index_main{
    position: relative;
}
.info_club_balance .money_prev{
    left:-45px;
}
.info_club_balance .money_next{
    right:-45px;
}
.info_club_balance_container{
    width: 100%;
}
.info_club_balance_container .swiper-slide{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.info_club_balance_img,.info_club_balance_text{
    width:50%;
    display: block;
}
.info_club_balance_img img{
    width:100%;
    height: auto;
    display: block;
}
.info_club_balance_text{
    padding:40px 40px 20px;
}
.info_club_balance_text .index_title_p{
    margin-top: 20px;
}
.info_club_balance_text ul{
    padding-left:40px;
    margin-top: 20px;
}
.info_club_balance_text ul li{
    list-style-type: disc;
    font-size:18px;
    line-height: 1.5;
}
@media screen and (max-width: 1240px) {
    .info_club_balance .index_main{
        width:calc(100% - 100px);
    }
}
@media screen and (max-width: 750px) {
    .info_club_balance{
        padding:40px 0;
    }
    .info_club_balance_img,.info_club_balance_text{
        width: 100%;
    }
    .info_club_balance_text{
        padding:40px 0 0;
    }
}
.info_club_place{
    width:100%;
    padding:60px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
}
.info_club_place_img,.info_club_place_text{
    width:50%;
    display: block;
}
.info_club_place_img img{
    width:100%;
    display: block;
}
.info_club_place_text{
    display: block;
    padding:0 50px;
}
.info_club_place_text_box{
    width:100%;
    max-width: 600px;
    margin:0 auto;
    display: block;
}
.info_club_place_text_box .index_title_p p{
    margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
    .info_club_place {
        padding: 40px 0;
    }
    .info_club_place_img,.info_club_place_text{
        width: 100%;
    }
    .info_club_place_text{
        padding:40px 20px 10px;
    }
}
.membership_tiers{
    width:100%;
    padding:60px 0;
    background: #F1F0EC;
    color:#221C34;
    display: block;
}
.membership_tiers .index_main{
    padding:0 ;
}
.membership_tiers .index_title_h2,.membership_tiers .index_title_p{
    width:100%;
    padding: 0 15px;
    max-width: 760px;
    margin:0 auto;
    text-align: center;
    color:#221C34;
}
.membership_tiers .index_title_h2{
    margin-bottom: 20px;
}
.membership_tiers_box{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding-top:60px;
}
.membership_tiers_box .item{
    width:25%;
    display: block;
    padding:0 15px;
    margin-bottom: 30px;
}
.membership_tiers_box .item .item_box{
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    background: #fff;
}
.membership_tiers_box .item .item_box .item_img{
    width:100%;
    padding-top:70%;
    display: block;
    position: relative;
}
.membership_tiers_box .item .item_box .item_img img{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    object-fit: cover;
    display: block;
}
.membership_tiers_box .item .item_box .item_text{
    width:100%;
    padding:30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
}
.membership_tiers_box .item .item_box .item_text h3,
.membership_tiers_box .item .item_box .item_text h4,
.membership_tiers_box .item .item_box .item_text ul,
.membership_tiers_box .item .item_box .item_text .btn_url{
    width: 100%;
    font-weight: normal;
}
.membership_tiers_box .item .item_box .item_text h3{
    font-size:24px;
    margin-bottom: 5px;
    line-height: 1.2;
}
.membership_tiers_box .item .item_box .item_text h3::after{
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    background-color: #976E32;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 40px;
}
.membership_tiers_box .item .item_box .item_text h4{
    font-size:16px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.membership_tiers_box .item .item_box .item_text ul{
    margin-bottom: 15px;
    flex-grow: 1;
}
.membership_tiers_box .item .item_box .item_text ul li{
    padding-left:20px;
    background: url(../images/icon-check.svg) left center no-repeat;
    background-size: 12px 12px;
    font-size:14px;
    line-height: 1.5;
}
.membership_tiers .italic_a{
    padding:30px 15px 0;
}
@media screen and (max-width: 750px) {
    .membership_tiers {
        padding: 40px 0;
    }
    .membership_tiers_box .item{
        width: 50%;
    }
    .membership_tiers_box{
        padding-top:40px;
    }
    .membership_tiers .italic_a{
        padding:15px 15px 0;
    }
}
@media screen and (max-width: 500px) {
    .membership_tiers_box .item{
        width: 100%;
    }
}
.wallet_top{
    width:100%;
    max-width: 760px;
    padding:60px 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.wallet_top_text{
    width: 66.66%;
    padding:0 15px;
    font-size:18px;
    line-height: 1.5;
    color:#221C34;
    display: block;
}
.wallet_top_img{
    width: 33.33%;
    padding: 0 15px;
}
.wallet_top_img img{
    max-width: 100%;
    margin:0 auto;
    display: block;
}
.membership_tiers_box.wallet_box .item{
    margin-bottom: 0;
}
.membership_tiers_box.wallet_box .item .item_box .item_img{
    padding-top:0;
}
.membership_tiers_box.wallet_box .item .item_box .item_img img{
    position: unset;
    height: auto;
    top:unset;
    right:unset;
    bottom:unset;
    left:unset;
}
.membership_tiers_box.wallet_box .item .item_box{
    background: unset;
}
.membership_tiers_box.wallet_box .item .item_box .item_text{
    padding:20px;
    display: block;
    text-align: center;
}
.membership_tiers_box.wallet_box .item .item_box .item_text h5{
    width:100%;
    font-size:25px;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: normal;
}
.membership_tiers_box.wallet_box .item .item_box .item_text p{
    width: 100%;
    font-size:14px;
    line-height: 1.5;
    display: block;
}
@media screen and (max-width: 750px) {
    .wallet_top {
        padding: 40px 0;
    }
    .wallet_top_img,.wallet_top_text{
        width:100%;
        text-align: center;
    }
}
.wallet_money_container .btn_url{
    margin-top:20px;
}
.see_your_wallet{
    width:100%;
    max-width: 1140px;
    margin: 0 auto;
    padding:60px 0;
}
.see_your_wallet .index_title_h2{
    margin-bottom: 20px;
    text-align: center;
    color:#221C34;
}
.see_your_wallet .index_title_p{
    text-align: center;
}
.see_your_wallet_box{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top:60px;
}
.see_your_wallet_list{
    width: 33.33%;
    display: block;
    padding: 0 15px;
}
.see_your_wallet_list img{
    width: 100%;
    display: block;
}
.see_your_wallet_list_text{
    margin:35px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.see_your_wallet_list_text p{
    width:60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #221C34;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 60px;
    margin-right: 15px;
    font-size:10px;
    line-height: 1;
}
.see_your_wallet_list_text i{
    font-size:30px;
}
.see_your_wallet_list_text h4{
    width: calc(100% - 55px);
    font-size:20px;
    line-height: 1.2;
    font-weight: normal;
}
.see_your_wallet_login{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top:60px;
}
@media screen and (max-width: 750px) {
    .see_your_wallet {
        padding: 40px 0;
    }
    .see_your_wallet_box,.see_your_wallet_login{
        padding-top:40px;
    }
    .see_your_wallet_list{
        width: 100%;
        margin-bottom: 30px;
    }
}
.wallet_clause{
    width:100%;
    display: block;
    background: #F1F0EC;
    color:#221C34;
    padding:60px 0;
}
.wallet_clause .index_title_h2{
    text-align: center;
    color:#221C34;
    padding-bottom: 60px;
}
.wallet_clause_detail{
    width: 100%;
    font-size:16px;
    line-height: 1.5;
    display: block;
}
.wallet_clause_detail p{
    margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
    .wallet_clause {
        padding: 40px 0;
    }
    .wallet_clause .index_title_h2{
        padding-bottom: 40px;
    }
}
.rewards_intro{
    width:100%;
    padding:60px 0;
}
.rewards_intro .index_main{
    max-width: 760px;
    text-align: center;
}
.rewards_intro .index_title_h2{
    margin-bottom: 20px;
    color:#221C34;
}
.rewards_intro_logo{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top:60px;
}
.rewards_intro_logo img{
    max-width: 100%;
    display: block;
}
@media screen and (max-width: 750px) {
    .rewards_intro {
        padding: 40px 0;
    }
    .rewards_intro_logo{
        margin-top:40px;
    }
}
.rewards_yu{
    width:100%;
    padding:60px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background: #E7DDD3;
}
.rewards_yu_text,.rewards_yu_img{
    width: 50%;
    display: block;
}
.rewards_yu_img img{
    width: 93%;
    margin: 0 auto;
    display: block;
}
.rewards_yu_text{
    padding:0 15px;
}
.rewards_yu_text_box{
    width:100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
.rewards_yu_text_box .index_title_p p:last-child{
    margin-bottom: 0;
}
.rewards_yu_text_box .index_title_p p:first-child{
    margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
    .rewards_yu {
        padding: 40px 0;
    }
    .rewards_yu_text,.rewards_yu_img{
        width:100%;
    }
    .rewards_yu_text{
        order:2;
        margin-top:20px;
        padding:0 3.5%;
    }
}
.text_show{
    width:100%;
    background: #F1F0EC;
    display: block;
    padding:60px 0;
}
.text_show_title{
    width:100%;
    display: block;
    border-top:1px solid #D3D3D3;
}
.text_show_title p{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:12px 0;
    color:#976E32;
    font-size:18px;
    line-height: 1.2;
}
.text_show_content{
    width: 100%;
    font-size:16px;
    line-height: 1.5;
    color:#221C34;
    display: none;
}
.text_show_content p{
    padding:0;
    margin-bottom: 20px;
    color:#221C34;
}
.text_show_content ul,.text_show_content ol{
    padding-left:40px;
    margin-bottom: 20px;
}
.text_show_content li{
    list-style-type: disc;
    font-size:16px;
    line-height: 1.5;
}
.text_show_content ol li{
    list-style-type: decimal;
    font-size:16px;
    line-height: 1.5;
}
.text_show_content em{
    font-size:16px;
    line-height: 1.5;
}
.rci_textimg{
    width: 100%;
    padding:60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #E7DDD3;
}
.rci_textimg_pic,.rci_textimg_text{
    width:50%
}
.rci_textimg_pic img{
    width: 100%;
    display: block;
}
.rci_textimg_text{
    padding: 0 30px;
}
.rci_textimg_text_box{
    width:100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}
.rci_textimg_text_box .index_title_h2{
    color:#221C34;
    font-style: italic;
    font-size:32px;
}
.rci_textimg_right{
    background: #F1F0EC;
}
.rci_text_ling{
    background: #fff;
}
.rci_text_ling h2{
    color:#221C34;
    max-width: 550px;
}
.voyager_text_ling h2{
    font-size:32px;
}
.rci_text_ling a{
    width:212px;
    height: 44px;
    border:2px solid #221C34;
    color:#221C34;
    font-size:16px;
    line-height: 40px;
    overflow: hidden;
    transition: all ease .3s;
}
.rci_text_ling a span{
    color:#221C34;
}
.rci_text_ling a::before{
    content:'';
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    left:100%;
    bottom:0;
    display: block;
    transition: all ease .5s;
    background: #221C34;
}
.rci_text_ling a:hover span{
    color:#fff;
}
.rci_text_ling a:hover::before{
    left:0;
}
@media screen and (min-width: 750px) {
    .rci_textimg_right .rci_textimg_pic{
        order:2;
    }
}
@media screen and (max-width: 750px) {
    .text_show{
        padding: 40px 0;
    }
    .rci_textimg{
        padding:0;
    }
    .rci_textimg_text{
        padding:40px 20px;
    }
    .rci_textimg_pic,.rci_textimg_text{
        width:100%
    }
}
.bg_white{
    background: #fff;
}
.voyager_textimg .index_title_h2{
    color:#976E32;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
}
@media screen and (max-width: 1024px) {
    .voyager_textimg .index_title_h2{
        font-size:40px;
    }
}
@media screen and (max-width: 750px) {
    .voyager_textimg .index_title_h2{
        font-size:30px;
    }
}

.voyager_textimg .rci_textimg_text{
    padding:5% 10% 5% 5%;
}
.voyager_textimg.rci_textimg_right .rci_textimg_text{
    padding:5% 5% 5% 10%;
}
.voyager_textimg .rci_textimg_text .rci_textimg_text_box{
    width: 100%;
    max-width: unset;
}

.voyager_textimg li{
    width: 100%;
    padding-left:40px;
    background: url("../images/icon-check.svg") left center no-repeat;
    background-size: 20px 20px;
    font-size:18px;
    line-height: 1.5;
}
.voyager_box{
    width:100%;
    min-height:650px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.voyager_box::before{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: rgba(0,0,0,.3);
    z-index:2;
}
.voyager_box .voyager_box_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
}
.voyager_box_bg img{
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.voyager_box_text{
    position: relative;
    z-index:3;
    width:100%;
    max-width: 650px;
    color:#fff;
    text-align: center;
    padding: 0 25px;
}
.voyager_box_text .index_title_h2{
    font-weight: 600;
    color:#fff;
}
.voyager_box_text .index_title_p{
    color:#fff;
}
.voyager_box_text .btn_url{
    width: 212px;
    margin: 60px auto 0;
    color:#fff;
    border-color: #fff;
}
.voyager_box_text .btn_url:hover span{
    color:#221C34;
}
.voyager_box_text .btn_url:hover:before{
    background: #fff;
}
@media screen and (max-width: 1024px) {
    .voyager_box{
        min-height: 450px;
    }
}
@media screen and (max-width: 750px) {
    .voyager_box{
        min-height: 700px;
    }
}
.voyager_want_konw.index_you_want_member a{
    width: 244px;
    height: 44px;
    line-height: 40px;
}
.voyager_want_konw.index_you_want_member a span{
    font-size:16px;
}


.resorts_box .index_title_h2{
    text-align: left;
    max-width: 100%;
}
.resorts_search{
    width: 100%;
    display: block;
}
.resorts_search form{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.resorts_search input{
    width: calc(33.33% - 30px);
    display: block;
    padding:5px 0;
    height: 40px;
    font-size: 18px;
    line-height: 30px;
    color:#221C34;
    border-bottom:1px solid #221C34;
    margin:0 15px 15px;
}
.resorts_search input::placeholder{
    color:#221C34;
}
.resorts_search_country{
    width: calc(33.33% - 30px);
    margin: 0 15px;
    display: block;
    font-size:18px;
    line-height: 41px;
    position: relative;
}
.resorts_search select{
    width: 100%;
    display: block;
    font-size:18px;
    height: 45px;
    line-height: 41px;
    border-radius: 23px;
    padding:0 15px;
    border:2px solid #221C34;
    -webkit-appearance: none; /* for Chrome, Safari */
    -moz-appearance: none;    /* for Firefox */
    -ms-appearance: none;     /* for IE10+ */
    appearance: none;         /* for standard browsers */
}

.resorts_search_country::before {
    content:'';
    width:30px;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top:0;
    right:0;
    font-size:12px;
    color:#666;
    z-index: 4;
}
@media screen and (max-width: 750px) {
    .resorts_search input,.resorts_search_country{
        width: calc(50% - 30px);
    }
}
@media screen and (max-width: 450px) {
    .resorts_search input,.resorts_search_country{
        width: calc(100% - 30px);
    }
}
.resorts_main{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding:60px 0;
    position: relative;
}
.resorts_main::after{
    content:'';
    width:calc(100% - 30px);
    position: absolute;
    height: 1px;
    background: #221C34;
    bottom:0;
    left:15px;
    right:15px;
}
.resort_list_label{
    width:100%;
    font-size:32px;
    line-height: 1.2;
    margin-bottom: 20px;
    color:#221C34;
    padding:0 15px;
}
.resorts_list{
    width:25%;
    padding:0 15px;
    display: block;
}
.resorts_list .item_box{
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.resorts_list .item_box .item_img{
    width: 100%;
    padding-top:75%;
    position: relative;
}
.resorts_list .item_box .item_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.resorts_list .item_box .item_text{
    flex-grow: 1;
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding:30px;
    margin-bottom: 30px;
    background: #F1F0EC;
    font-family: "Founders Grotesk";
}
.resorts_list .item_box .item_text h2{
    width: 100%;
    font-size:28px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 500;
    color:#221C34;
    display: block;
    font-family: "Rotis Semi Serif Std";
}
.resorts_list .item_box .item_text h3{
    width: 100%;
    font-size:20px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: normal;
    color:#221C34;
    display: block;
}
.resorts_list .item_box .item_text p{
    width: 100%;
    flex-grow: 1;
    display: block;
    font-size:14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.resorts_list_see_more{
    width:100%;
    padding:0 15px;
    display: block;
    font-size:25px;
    line-height: 1.2;
    color: #221C34;
    text-align: right;
}
@media screen and (max-width: 960px) {
    .resorts_list {
        width: 33.33%;
    }
}
@media screen and (max-width: 750px) {
    .resorts_list {
        width: 50%;
    }
    .resorts_main{
        padding:40px 0;
    }
    .resorts_list .item_box .item_text{
        padding:20px;
    }
}
@media screen and (max-width: 500px) {
    .resorts_list {
        width: 100%;
    }
}

.resort_network_intro{
    padding:60px 0;
}
.intro_1000{
    width:100%;
    padding: 0 15px;
    max-width:1030px;
    margin:0 auto;
    text-align:center;
}
.intro_800{
    width:100%;
    padding: 0 15px;
    max-width:830px;
    margin:0 auto;
    text-align:center;
}
@media screen and (max-width: 750px) {
    .resort_network_intro{
        padding:40px 0;
    }
}
.resort_network{
    width:100%;
    padding:60px 0;
    background: #F1F0EC;
}
.resort_network_main{
    width:100%;
    max-width: 1140px;
    margin:0 auto;
    display: block;
}
.resort_network_main .index_title_h2{
    text-align: center;
    color:#221C34;
    margin-bottom: 40px;
}
.resort_network_main_img{
    width:100%;
    display: block;
}
.resort_network_main_img img{
    width: 100%;
    display: block;
}
@media screen and (max-width: 750px) {
    .resort_network{
        padding:40px 0;
    }
    .resort_network_main_img{
        padding:0 15px;
    }
}
.resort_network_box{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding:60px 0;
    flex-wrap: wrap;
}
.resort_network_list{
    width:25%;
    padding:0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.resort_network_list img{
    height: 80px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin:0 auto 20px;
}
.resort_network_list_text{
    width: 100%;
    flex-grow: 1;
    display: block;
}
.resort_network_list_text p{
    width:100%;
    font-size:14px;
    line-height: 1.5;
    margin-bottom: 20px;
    color:#221C34;
    display: block;
    text-align: center;
}
.resort_network_list .btn_url{
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .resort_network_box{
        padding:40px 0 0;
    }
    .resort_network_list{
        width: 100%;
        margin-bottom: 50px;
    }
}

.reviews{
    width:100%;
    background: #F1F0EC;
    padding:60px 0;
}
.reviews_main{
    width:100%;
    max-width: 1140px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 auto;
    flex-wrap: wrap;
}
.reviews_list{
    width:33.33%;
    padding:0 15px 30px;
    display: block;
}
.reviews_list a{
    width:100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.reviews_list_img{
    width:100%;
    padding-top:75%;
    display: block;
    position: relative;
}
.reviews_list_img img{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.reviews_list_text{
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding:30px;
}
.reviews_list_text h2{
    width:100%;
    font-size:22px;
    line-height: 1.2;
    color:#221C34;
    display: block;
    margin-bottom: 10px;
}
.reviews_list_text h4{
    width:100%;
    font-size:16px;
    line-height: 1.5;
    color:#221C34;
    display: block;
    margin-bottom: 4px;
    font-weight: normal;
}
.reviews_list_text h5{
    width:100%;
    font-size:20px;
    line-height: 1.2;
    color:#221C34;
    display: block;
    margin-bottom: 20px;
    flex-grow: 1;
    font-weight: normal;
}
.reviews_list_text p{
    width:100%;
    flex-grow: 1;
    font-size:14px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
}
.reviews_main .resorts_list_see_more{
    padding:20px 15px;
}
@media screen and (max-width: 750px) {
    .reviews{
        padding:40px 0;
    }
    .reviews_list{
        width: 100%;
    }
    .reviews_list_text{
        padding:20px;
    }
}

.reviews_story .index_story_left{
    padding:15px;
}
.reviews_story .index_store_container .swiper-slide a.index_story_list_main{
    width:100%;
    padding-top:70%;
    position: relative;
}
.reviews_story .index_store_container .swiper-slide a.index_story_list_main img{
    width: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
}
.reviews_story_text{
    width:100%;
    padding:15px;
    background: rgba(34, 28, 52, 0.5);
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:2;
    color:#fff;
}
.index_story_left a{
    width: 100%;
    font-size:20px;
    line-height: 1.2;
    color:#976E32;
    display: block;
    margin:20px 0;
    text-decoration: unset;
}

.reviews_video{
    width:100%;
    padding:60px 0;
    display: block;
    background: #F1F0EC;
}
.reviews_video_box {
    width:100%;
    margin:0 auto;
    max-width: 1140px;
    display: block;
}
.reviews_video_box .index_title_h2,.reviews_video_box .index_title_p{
    max-width: 600px;
    margin:0 auto;
    text-align: center;
}
.reviews_video_box .index_title_h2{
    margin-bottom: 20px;
    color:#221C34;
}
.reviews_video_box{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.youtube_list {
    width:33.33%;
    padding:calc(33.33% - 30px) 15px 10px;
    position: relative;
}
.douyin_list {
    width:33.33%;
    padding:calc(50% - 30px) 15px 10px;
    position: relative;
}
.youtube_list iframe{
    width:calc(100% - 30px);
    height: calc(100% - 10px);
    position: absolute;
    top:0;
    right:15px;
    bottom:10px;
    left:15px;
    border:0;
    background: #eee;
}
.douyin_list iframe{
    width:calc(100% - 30px);
    height: calc(100% - 10px);
    position: absolute;
    top:0;
    right:15px;
    bottom:10px;
    left:15px;
    border:0;
}

@media screen and (max-width: 750px) {
    .douyin_list{
        width: 100%;
        padding:calc(150% - 30px) 15px 10px;
    }
    .youtube_list{
        width: 100%;
        padding:calc(80% - 30px) 15px 10px;
    }
}

.member_story{
    width: 100%;
    display: block;
    padding:60px 0;
}
.member_story_main{
    width: 100%;
    max-width: 1140px;
    padding:0 10px;
    margin: 0 auto;
    display: block;
}
.member_story_main .index_title_h2,.member_story_main .index_title_p{
    text-align: center;
    color:#221C34;
}
@media screen and (max-width: 750px) {
    .member_story{
        padding:40px 0;
    }
}

.member_store_swiper{
    position: relative;
    width:100%;
    margin-top:30px;
}
.member_story_list{
    padding:0 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.member_story_list_img{
    width:100%;
    padding-top:70%;
    position: relative;
}
.member_story_list_img img{
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.member_story_list_txt{
    width:100%;
    flex-grow: 1;
    display: block;
    padding:20px;
    background: #f8f8f8;
}
.member_story_list_txt i{
    width:100%;
    font-size:16px;
    line-height: 1.5;
    display: block;
    margin-bottom: 4px;
}
.member_story_list_txt p{
    width:100%;
    font-size:20px;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px;
    flex-grow: 1;
}
.award_praise{
    width:100%;
    display: block;
    padding:60px 0;
    background: #F1F0EC;
}
.award_praise_main{
    width: 100%;
    max-width: 1140px;
    padding:0 10px;
    margin: 0 auto;
    display: block;
}
.award_praise_main .index_title_h2{
    text-align: center;
    color:#221C34;
}
.award_praise_box{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding:60px 0 10px;
}
.award_praise_list{
    width:calc(50% - 10px);
    display: block;
    height: 100%;
    background: #fff;
}
.award_praise_list img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}
.award_praise_list p{
    width:100%;
    padding:20px;
    font-size:16px;
    line-height: 1.5;
    color:#221C34;
}
@media screen and (max-width: 750px) {
    .award_praise{
        padding:40px 0;
    }
    .award_praise_list{
        width: 100%;
        margin-bottom: 20px;
    }
    .award_praise_box{
        padding:40px 10px 10px;
    }
}
.reviews_text_show .index_main{
    max-width: 800px;
    margin:0 auto;
}
.reviews_text_show .btn_url{
    width: 244px;
    margin:20px auto 0;
}
.reviews_text_show .resort_list_label{
    padding:0 ;
    margin-bottom: 10px;
}


.stories{
    width: 100%;
    padding:60px 0;
    display: block;
    background: #F1F0EC;
}
.stories_main{
    width:100%;
    display: block;
    max-width: 1140px;
    margin:0 auto;
}
.stories_nav{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.stories_nav_list{
    width:25%;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}
.stories_nav_list_img{
    width:100%;
    padding-top:140%;
    background: #ddd;
    position: relative;
}
.stories_nav_list_img img{
    width:100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
}
.stories_nav_list p{
    width:100%;
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    z-index:2;
    padding:30px;
    font-size:25px;
    line-height: 1.2;
    color:#fff;
}

.stories_box{
    width:100%;
    display: block;
    padding-top:30px;
}
.stories_box_main{
    width:100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
}
.stories_list{
    width:25%;
    padding:0 15px;
    margin-bottom: 30px;
    display: block;
}
.stories_list a{
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
}
.stories_list_img{
    width:100%;
    padding-top:70%;
    position: relative;
}
.stories_list_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    object-fit: cover;
    display: block;
}
.stories_list_text{
    width:100%;
    padding:30px 10px;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.stories_list_text i{
    width:100%;
    display: block;
    font-size:16px;
    line-height: 1.5;
    margin-bottom: 4px;
    color:#221C34;
}
.stories_list_text p{
    width:100%;
    display: block;
    font-size:20px;
    line-height: 1.2;
    margin-bottom: 20px;
    color:#221C34;
    flex-grow: 1;
}
@media screen and (max-width: 750px) {
    .stories{
        padding:40px 0;
    }
    .stories_list {
        width: 50%;
    }
    .stories_nav_list {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .stories_nav_list,.stories_list {
        width: 100%;
    }
}

.faqs_test_show{
    background: #fff;
}
.faqs_test_show .index_main{
    max-width: 1030px;
}
.text_show_content p{
    display: block;
}
.text_show_content p a{
    color:#976E32;
    display: inline-block;
}
.faqs_test_show .text_show_content table{
    width:100%;
    font-size:16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
}
.faqs_test_show .text_show_content table th,.faqs_test_show .text_show_content table td{
    padding:5px 8px;
    font-weight: normal;
}
.faqs_test_show .text_show_content table tr:nth-child(2n){
    background: #dedede;
}


.story_detail{
    width:100%;
    max-width: 930px;
    padding:60px 15px;
    display: block;
    margin: 0 auto;
}
.story_detail_text{
    width:100%;
    display: block;
    font-size:18px;
    line-height: 1.5;
}
.story_detail_text img{
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}
.story_detail_text ul,.story_detail_text ol{
    padding-left:40px;
}
.story_detail_text ul li{
    list-style-type: disc;
}
.story_detail_text ol li{
    list-style-type: decimal;
}

.story_detail_text p{
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
.story_detail_text .resort_list_label{
    padding:0;
}
.story_detail_txtimg{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.story_detail_txtimg img,.story_detail_txtimg_txt{
    width:calc(50% - 10px);
    display: block;
}
@media screen and (max-width: 750px) {
    .story_detail{
        padding:40px 15px;
    }
    .story_detail_txtimg img,.story_detail_txtimg_txt{
        width:100%;
    }
}

.resorts_place{
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size:18px;
    line-height: 1.5;
    color:#fff;
    max-width: 300px;
}
.resorts_place i{
    width:27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
}
.resorts_detail{
    width: 100%;
    padding:60px 0;
}
.resorts_detail p{
    font-size:18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.resorts_detail small{
    font-size:16px;
}
.resorts_detail small a{
    text-decoration: underline;
}
.resorts_img{
    width:100%;
    padding:60px 0;
    background: #f1f0ec;
}
.resorts_img_container{
    margin-top:40px;
}
.resorts_img_list{
    width:100%;
    position: relative;
    padding-top:70%;
}
.resorts_img .index_title_h2 {
    color:#221C34;
}
.resorts_img_list img {
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left: 0;
    z-index:2;
    object-fit: cover;
}
.resorts_special{
    width:100%;
    padding:60px 0;
    text-align: center;
    background: #E7DDD3;
}
.resorts_special .index_title_h2{
    padding-bottom: 60px;
}
.resorts_special_swiper{
    width:100%;
    display: block;
    position: relative;
}
.resorts_special_container{
    width: calc(100% - 100px);
    max-width: 910px;
    margin: 0 auto;
    display: block;
}
.resorts_special_swiper .page_prev,.resorts_special_swiper .page_next{
    background: unset !important;
    color:#000;
    font-weight: 600;
}
.resorts_special_swiper .page_next{
    right:0;
}
.resorts_special_swiper .page_prev{
    left:0;
}
.resorts_special_img{
    width:60px;
    height: 60px;
    background: #221C34;
    margin:0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.resorts_special_img img{
    width: 30px;
    object-fit: contain;
    display: block;
}
.resorts_special_container p{
    width:100%;
    display: block;
    font-size:18px;
    line-height: 1.1;
}
.resorts_room{
    width:100%;
    padding:60px 0;
}
.resorts_room .index_title_h2{
    padding:0 15px 30px;
}
.resorts_room_list{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.room_list_box{
    width:50%;
    padding : 0 15px 30px;
}
.room_list_contact{
    padding:30px 0 ;
}
.room_list_contact p{
    width: 100%;
    font-size:25px;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.2px;
}
.room_list_contact .btn_url{
    width: 144px;
    font-size:16px;
}
.room_big_container,.room_small_container{
    width:100%;
}
.room_small_container{
    margin-top:8px;
}
.room_big_container .resorts_room_list_img{
    width:100%;
    padding-top:70%;
    display: block;
    position: relative;
}
.room_small_container .resorts_room_list_img{
    width:100%;
    padding-top:100%;
    display: block;
    position: relative;
    cursor: pointer;
}
.room_small_container .swiper-slide{
    width:calc(20% - 8px);
}
.resorts_room_list_img img{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
}
@media screen and (max-width: 750px) {
    .resorts_detail,.resorts_img,.resorts_special,.resorts_room{
        padding:40px 0;
    }
    .resorts_room .index_title_h2{
        padding:0 15px 10px;
    }
    .room_list_contact{
        padding:15px 0;
    }
    .room_list_box{
        width: 100%;
    }
}
.resort_detail_text_show .index_main{
    max-width: 760px;
}
.resort_detail_text_show .text_show_title p.text_show_title_h2 {
    font-size:40px;
    line-height: 1.2;
}

.resort_detail_from{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top:40px;
}
.resort_detail_from .index_know_more_form_list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #221C34;
    margin-right: 15px;
}
.resort_detail_from .index_know_more_form_list input{
    border-bottom: 0;
    flex-grow: 1;
    margin-bottom: 0;
}
.resort_detail_from .index_know_more_form_list i{
    margin-right: 10px;
}
@media screen and (max-width: 750px) {
    .resort_detail_text_show .text_show_title p.text_show_title_h2 {
        font-size:26px;
    }
    .resort_detail_from .btn_url{
        width:100%;
        margin-top:20px;
    }
}
.search_resorts{
    width:100%;
    display: block;
    padding:40px 0;
}
.search_resorts form,.search_resorts form input{
    width:100%;
    display: block;
}
.search_resorts form input{
    font-size:18px;
    line-height: 1.5;
    padding:5px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #221C34;
    color:#221C34;
}
.search_resorts form input::placeholder{
    color:#221C34;
}
.resorts_map{
    width:100%;
    padding:60px 0;
    background: #E7DDD3;
}
.resorts_map .index_title_h2{
    text-align: left;
    color:#976E32;
}
.resorts_map .index_map_main{
    height: 500px;
}
@media screen and (max-width: 750px){
    .resorts_map{
        padding:40px 0;
    }
    .resorts_map .index_map_main{
        height: 400px;
    }
}
.find-out-more-about .index_about_text{
    order:3;
}
.find-out-more-about .index_about_text .index_title_h2{
    color:#221C34;
}
.find_tou_more_box{
    align-items: stretch;
}
.find_tou_more_box .stories_list a{
    height: 100%;
}
.step_list_title{
    width:100%;
    display: block;
    font-size:19px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: normal;
}
.step_list_intro{
    width:100%;
    flex-grow: 1;
    font-size:16px;
    line-height: 1.5;
}
.find_tou_more_box .stories_list_text{
    position: relative;
    padding-top:50px;
}
.step_list{
    width:80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top:-40px;
    left:50%;
    transform: translateX(-50%);
    z-index:5;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:#976E32;
    text-align: center;
}
.step_list_tips{
    width:100%;
    font-size:12px;
    line-height: 1;
}
.step_list_num{
    width:100%;
    font-size:40px;
    line-height: 1;
}
.find_our_more_btn_url{
    margin:20px auto 0;
    width: 320px;
    height: 40px;
    font-size:16px;
    line-height: 1;
    padding:10px 0;
}
@media screen and (max-width: 750px) {
    
}
.find_out_more_form_btn{
    margin:20px 0;
}
.find_out_more_form_tips{
    width:100%;
    margin:40px 0 0;
    font-size:14px;
    line-height: 1.5;
    display: block;
}


.diy_search_main{
    width: 100%;
    max-width: 920px;
    display: block;
    margin:0 auto;
}
.diy_search_main_header{
    width: 100%;
    padding:100px 0 60px;
}
.diy_search_main_header_title{
    width: 100%;
    text-align: center;
    font-size:50px;
    line-height: 1.44;
    color:#221C34;
    margin-bottom: 20px;
}
.diy_search_main_header form{
    width: 100%;
    display: block;
}
.diy_search_main_header form input{
    width: 100%;
    display: block;
    font-size:18px;
    line-height: 1.5;
    color:#221C34;
    border-bottom: 2px solid #221C34;
    padding:5px 0;
    margin-bottom: 30px;
}
.diy_search_main_header form button{
    width: 96px;
    height: 40px;
    display: block;
    font-size:14px;
    line-height:36px;
    color:#221C34;
    border: 2px solid #221C34;
    text-align: center;
    border-radius: 20px;
    background: #fff;
    transition: all ease .5s;
}
.diy_search_main_header form button:hover{
    background: #221C34;
    color:#fff;
}
.diy_search_main_header_result{
    width: 100%;
    text-align: center;
    display: block;
    margin:0 auto 30px;
}
.diy_search_main_header_result p{
    width: 100%;
    display: block;
    font-size:25px;
    line-height: 1.2;
    color:#221C34;
    margin-bottom: 10px;
}
.diy_search_main_header_result span{
    width: 100%;
    display: block;
    font-size:25px;
    line-height: 1.2;
    color:#221C34;
    margin-bottom: 10px;
    font-weight: 600;
}
.diy_search_result_box{
    width: 100%;
    display: block;
}
.diy_search_result_list{
    width: 100%;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.diy_search_result_list h2{
    width: 100%;
    color:#976E32;
    line-height: 1.2;
    font-size:20px;
    display: block;
    margin-bottom: 5px;
}
.diy_search_result_list p{
    width: 100%;
    color:#221C34;
    line-height: 1.5;
    font-size:18px;
    display: block;
}

.diy_search_result_page{
    width:100%;
    display: block;
    padding-bottom: 100px;
}
.diy_search_result_page .pagination{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.diy_search_result_page .pagination li{
    margin-right: 5px;
}
.diy_search_result_page .pagination li a,
.diy_search_result_page .pagination li span{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border:1px solid #efefef;
    padding:0 10px;
    font-size:16px;
    line-height: 28px;
    height: 30px;
    color:#221C34;
    transition: all ease .5s;
}
.diy_search_result_page .pagination li a:hover,
.diy_search_result_page .pagination li span:hover,
.diy_search_result_page .pagination li.current a,
.diy_search_result_page .pagination li.current span{
    background: #976E32;
    color:#fff;
    border:1px solid #976E32;
}

.diy_book_now{
    width: 100%;
    background: #F1F0EC;
    padding:60px 0;
}
.diy_book_now_box{
    width: 100%;
    max-width: 1110px;
    margin:0 auto;
    background: #E7DDD3;
    border:1px solid #976E32;
    border-radius: 5px;
    font-size:18px;
    line-height: 1.5;
    color:#221C34;
    padding:4rem 0;
}
.diy_book_now_box p{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.diy_book_now_box p a{
    text-decoration: underline;
}