

:root{
    --yellow:#ffdd00;
    --blue:#263746;
    --bcolor:rgba(0,0,0,.1);
    --size:15rem;
    --bigger:3vw;
    --big:2rem;
    --mid:1.5rem;
    --dh:cubic-bezier(0.75, 0, 0.175, 1);
}
.cn{
    --bigger:3vw;
}
.cn h2,.cn h3{
    font-weight: 500;
}
.cn h1{
    font-weight: 700;
}


.g-zhanguan{position:relative;}
.g-zhanguan .swiper-pagination-fraction, .g-zhanguan .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    right: 2rem;
    top:auto;
    bottom: 2rem;
    left: auto;
    width: auto;
    color: #eee;
    background-color: rgba(0,0,0,.3);
    padding: .5rem 1.5rem;
    border-radius: 2rem;
}




/* .fancybox-button--play,.fancybox-button--thumbs{display:none;} */




.text{
    line-height: 1.7;
}
.text p{
    padding-bottom: 10px;
}
.text p:last-child{
    padding-bottom: 0;
}

.desk-header{
    position: fixed;
    width: var(--size);
    top:0;
    left: 0;
    box-shadow: 0 -20px 20px rgba(0,0,0,.1);
    z-index: 9999;
    padding:1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.header-top{
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.5);
    padding: 1rem;
    border-radius: .5rem;
}

.desk-header .logo img{
    width: 100%;
    height: auto;
}

.header-menu{
    padding:1rem 0 0 0;
    line-height: 1.7;
}
.header-menu a{
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.cn .header-menu a{
    font-weight: 500;
}
.header-menu a:before{
    width: 0;
    height: 2px;
    background: var(--yellow);
    content: '';
    margin-right:.5rem;
    transition: width .3s var(--dh);
}
.header-menu a:hover:before{
    width: 1rem;
}


.lng{
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.5);
    border-radius:2rem;
    border:var(--bcolor) solid 1px;
}
.lng ul li{
    text-align: center;
    padding:1rem;
    font-weight: 600;
}
.lng:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.lng .active{
    display: none;
}

.cover_bg{
    display: none;
}

#cover{
    line-height: 0;
    position: relative;
    height: 100vh;
    width: auto;
    background: black;
}
.cover-info{
    position: absolute;
    right: 2rem;
    top:2rem;
    text-align: right;
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,.4);
    font-weight: 600;
}
.cover-info h1{
    line-height: 1.2;
}


#footer{
    padding-left:var(--size);
}
.footer-info{
    display: flex;
    justify-content: space-between;
    padding:9rem var(--bigger);
    font-weight: 600;
    font-size: 1.5rem;
    border-top: var(--bcolor) solid 1px;
}
.footer-info h1{
    font-size: var(--bigger);
}
.cn .footer-info{
    font-weight: 500;
}
.footer-warp{
    padding:var(--bigger);
    display: flex;
    justify-content: space-between;
    background: var(--bcolor);
}
.footer-warp h3{
    padding-bottom:2rem;
    font-size: 1rem;
}
.foot-about{
    width: 40%;
}
.mail-list{
    white-space: nowrap;
}

.social a{
    padding-right: .5rem;
    font-size: 1.5rem;
}

.foot{
    border-top: var(--bcolor) solid 1px;
    padding: 2rem var(--bigger);
    display: flex;
    justify-content: space-between;
}
.home #content{
    margin-left: 0;
}
.page-header{
    padding:var(--bigger);
    display: flex;
    justify-content: space-between;
    border-bottom: var(--bcolor) solid 1px;
}
.page-header h1{
    font-size: var(--bigger);
    max-width: 50%;
    line-height: 1;
    text-transform: uppercase;
}
.page-header-info{
    max-width: 50%;
    padding-left: var(--bigger);
}
.page.page-template-template-about .page-header h1,
.page-header h1{
    white-space: nowrap;
}
.page .page-header h1{
     white-space: unset;
}
.single .page-header h1{
    white-space: unset;
}
#allmap{
    width: 100%;
    height: 70vh;
}

.visit-box{
    background: var(--bcolor);
    padding:var(--bigger);
}

.visit-box ul{
    display: flex;

}

.visit-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}

.visit-box ul li{
    width: 33.33333%;
    padding: 2rem;
    background: white;
    border-radius: .5rem;
    border-left:var(--bcolor) solid 1px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.1);
}

.visit-box ul li:first-child{
    border-left: none;
}

.visit-box ul li img{
    height:3rem;
    width: auto;
}

.visit-btn{
    display: flex;
}
.visit-btn>div:first-child{
    border-left: none;
}
.visit-btn>div{
    width: 50%;
    border-left:var(--bcolor) solid 1px;
    padding:var(--bigger);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--mid);
}


.btn{
    text-transform: uppercase;
    padding: .5rem 2.3rem;
    border-radius: 2rem;
    border: var(--bcolor) solid 1px;
    display: inline-block;
    background: white;
    font-weight: 600;
}
.btn span{
    display: inline-block;
    padding-left: 1rem;
}
.btn:hover span{
    color: var(--yellow);
}
.btn:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.cn .btn{
    font-weight: 500;
}


.s-list{
    padding: var(--bigger);
    background: var(--bcolor);
}

.s-list ul{
    display: flex;
    flex-wrap: wrap;


}

.s-list ul li{
    padding: 3rem;
    width: 50%;
    border-right: var(--bcolor) solid 1px;
    border-bottom: var(--bcolor) solid 1px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.1);
    background: white;
    border-radius: .5rem;
    text-align: center;
}

.s-list ul li .date{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 2rem;
    align-items: center;
}
.s-list ul li .date span{
    display: block;
    font-size: var(--mid);
    font-weight: 600;
    white-space: nowrap;
}
.s-list ul li .date span.line{
    width: 100%;
    height: 4px;
    background: ;
    margin: 0 1rem;

}

.hotel-list{
    padding: var(--bigger);

}

.hotel-list h1{
    padding-bottom: 3rem;
}

.hotel-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3rem;
}

.hotel-list ul li{
    width: 33.33333%;
    border-right: var(--bcolor) solid 1px;
    padding:0 3rem;
}

.hotel-list ul li:nth-child(3n){
    border-right: none;
}


.hotel-list ul li .hotel-logo{
    width: 50%;
    margin: 2rem auto 0 auto;
}

.hotel-list ul li img{
    width: 100%;
    height: auto;
}

.partners-warp{
    padding: calc(var(--bigger) / 2);
}

.partners-box{
    padding: calc(var(--bigger) / 2);
    display: flex;
}
.partners-box h1{
    white-space: nowrap;
    margin-right: 3rem;
}

.partners-box ul{
    display: flex;
    flex-wrap: wrap;
}

.partners-box ul li{
    width: 20%;
}

.partners-box ul li img{
    width: 100%;
    height: auto;
}





.page-template-template-about .page-header{
   position: absolute;
    z-index: 10;
    border-bottom: unset;
    right: 0;
}
#about-cover{
    width: 100vw;
    margin-left:calc(var(--size) * -1);
    position: relative;
    z-index: 1;
    line-height: 0;

}

.about-info{
    display: flex;
    background:#fff;
    border-top: var(--bcolor) solid 1px;
    align-items: flex-start;
}

.about-info-item{
    padding: var(--bigger);
    width: 50%;
    margin-top: -10rem;
    position: relative;
    z-index: 10;
    background:#e6e6e6;
    box-shadow: 10px -10px 30px 0 rgba(0,0,0,.1);
}

.about-info h2{
    padding-bottom: 3rem;
}

.contact-info-item{
    padding: var(--bigger);
    width: 50%;
}

.our-team{
    padding: var(--bigger);
    background:var(--bcolor) ;
}
.our-team h1{
    padding-bottom: 3rem;
}

.our-team-box{
    background: white;
    padding: var(--bigger);
    border-bottom: var(--bcolor) solid 1px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.1);
    border-radius: .5rem;
    display: flex;
    justify-content: space-between;
}




.team-img{
    width: 15rem;
    flex: 0 0 15rem;
}
.our-team-box header img{
    width: 100%;
    height: auto;
    border-radius: .5rem;
}

.team-info{
    width: 100%;
    padding-left: var(--bigger);
}




.side{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding:0;
    background: white;
    border-bottom: var(--bcolor) solid 1px;
    z-index: 10;

}
.sticky{
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

.search-for{
    width: 50%;
    display: flex;

}
.search-for input{
    background: #ffffff;
    border: none;
    width: 100%;
    padding: 0 1rem;
    font-size: 1.2rem;
}

.go-search{
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border-left: var(--bcolor) solid 1px;
    border-right: var(--bcolor) solid 1px;
    cursor: pointer;
}
.go-search:hover{
    color: var(--yellow);
}
.cat{
    border-bottom: var(--bcolor) solid 1px;
}
.cat ul{
    display: flex;
    justify-content: center;

}
.cat ul li{
    padding: var(--bigger) 1rem;
}

.sort{
    display: flex;
    align-items: center;
}
.sort>div>div:first-child {
    display: none;
}
.sort h3{
    font-size: 1rem;
    padding: 0 2rem;
}
.sort>div{

    border-left: var(--bcolor) solid 1px;
    align-items: center;
    display: flex;

}
.by>div{
    align-items: center;
    display: flex;
    cursor: pointer;
    height: 4rem;
    padding:0 2rem;
}
.xline{
    width: 3rem;
    height: 4px;
    background: var(--yellow);
    margin: 0 1rem;
}


.grid{
    width: 100%;
}
.grid-warp{
    display: flex;
    flex-wrap: wrap;
    background: var(--bcolor);
    padding:calc(var(--bigger) / 2);
}

.grid-box{
    padding:calc(var(--bigger) / 2);
    width: 33.33333%;
}
.grid-box.on.off{
    opacity: 1;
}
.grid-box.off{
    opacity: 0.3;
}
.grid-box.active{
    opacity: 1 !important;
}

.grid-box a{
    display: block;
    position: relative;
}
.grid-box .y{
    border-radius: .5rem;
    overflow: hidden;
    background: white;
    box-shadow: 10px 10px 10px rgba(0,0,0,.1);
}
.grid-box.active .y{
    box-shadow:10px 10px 10px var(--yellow);
}

.grid-box img{
    width:100%;
    height:15rem;
    object-fit: cover;
}

.grid-box a h2{
    font-size: 1rem;
    padding: 1rem;
}
.grid-box a .text{
    padding:0 1rem 1rem 1rem;
}

.gb h2 span{
    display: block;
}

.grid-box .nub{
    position: absolute;
    width: 4rem;
    height: 4rem;
    top:0;
    right: 0;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(50%,-50%);
    box-shadow: 5px 5px 20px rgba(0,0,0,.2);
    font-size: 12px;
    font-weight: 700;
}
.grid-box.active .nub{
    box-shadow: 5px 5px 20px var(--yellow);
    color: var(--yellow);
}

.press-side{
    display: flex;
    justify-content: center;
}
.press-side>div{
    margin: var(--bigger) 1rem 4rem 1rem;
    position: relative;
    cursor: pointer;
}
.press-side>div>div{
    width: 15rem;
    text-align: center;
    margin-bottom: 1rem;
}

.press-side>div:hover ul{
    display: block;
}

.press-side ul{
    position: absolute;
    width: 100%;
    text-align: center;
    border-radius: .5rem;
    padding: 1rem;
    background:white;
    display: none;
    z-index: 999;

    box-shadow: 5px 5px 20px rgba(0,0,0,.1);
}
.press-side ul li a{
    display: block;
    padding: .5rem 0;
}

.press-grid-warp{
    background: var(--bcolor);
    padding: var(--bigger);
    display: flex;
    flex-wrap: wrap;
}

.press-grid-box{
    padding: 3rem;
    width: 50%;
    border-right: var(--bcolor) solid 1px;
    border-bottom: var(--bcolor) solid 1px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.1);
    background: white;
    border-radius: .5rem;
    text-align: center;
}

.press-grid-box h2{
    font-size: 1rem;
    padding-bottom: 2rem;
}

.press-swiper img{
    width: 100%;
    height: auto;
}
.press-pic-content{
    padding: var(--bigger) 4rem;
}
.press-pic-content h1{
    padding-left: 1rem;
    padding-bottom: 3rem;
}
.press-swiper .swiper-slide{
    padding:0 1rem;
}

.press-pic-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.s-btn{
    border: var(--bcolor) solid 1px;
    border-radius: 2rem;
    display: flex;
}
.s-btn>div{
    padding: 1rem 2rem;
    cursor: pointer;
}
.s-btn>div:hover{
    color: var(--yellow);
}
.s-btn>div:first-child{
    border-right: var(--bcolor) solid 1px;
}









.fly img{
    height:calc(50vh - 4rem);
    width: auto;
}

.fly-warp{
    position: absolute;
    width: 100vw;
    top:0;
    left: 0;
    height: 100vh;
    overflow: hidden;

}

.fly{
    overflow: hidden;
    height: 100vh !important;
    width: 100%;
}

.str_wrap {
    zoom:1;
    width:100%;
    position:relative;
}

.str_move {
    position:absolute;
    top:0;
    left:0;
    display: flex;
    flex-wrap: wrap;
    width: 200vw;
    height: 100vh !important;
    padding: 2rem;
    align-items: center;
}
.str_move_clone {
    display: flex;
    vertical-align:top;
    position:absolute;
    left:200%;
    top:0;
}
.str_vertical .str_move_clone {
    left:0;
    top:100%;
}
.str_down .str_move_clone {
    left:0;
    bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
    white-space:normal;
    width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
    cursor:inherit;
}
.done .loading,
.done .home-loading{
    opacity: 0;

}
.noloading .home-loading,
.noloading .loading{
  display: none;
}
.home-loading{
    left: 0;
    z-index: 99999;
    position: fixed;
    height: 100%;
    right: 0;
    background: white;
    pointer-events: none;
    transition: opacity .5s linear;
}
.home .loading{
    display: none;
}
.ready.noloading.done .loading,
.home.ready.noloading.done .loading{
    display: flex;
    opacity: 1;
}
.loading{
    position: fixed;
    height: 100%;
    left:0;
    right: 0;
    background: white;
    z-index: 99;
    pointer-events: none;
    transition: opacity .5s linear;
   display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes ldio-enb7sw8ucu8 {
    0% { transform:rotate(0deg); }
    100% { transform:rotate(360deg); }
}
.ldio-enb7sw8ucu8 div {
    width: 20px;
    height: 20px;
    border: 80px solid  var(--yellow);
    border-top-color: transparent;
    border-radius: 50%;
}
.ldio-enb7sw8ucu8 div {
    animation: ldio-enb7sw8ucu8 1s linear infinite;
}
.loadingio-spinner-rolling-8631w781khs {
    overflow: hidden;
    background: #ffffff;
    margin: 2rem;
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(2px ,1px);
}
.ldio-enb7sw8ucu8 div { box-sizing: content-box; }


.login-form{
    background: var(--bcolor);
    padding: var(--bigger) 20vw;
}
.reg-f,
.login{
    box-shadow: 10px 10px 10px rgba(0,0,0,.1);
    background: white;
    border-radius: .5rem;
    padding: var(--bigger);
}

.login-form p {
    padding-bottom: 2rem;
}
.reg-content ul.wpuf-form li:last-child {
    display: none;
}
.login-form ul.wpuf-form li .wpuf-fields,
.login-form ul.wpuf-form li.field-size-large .wpuf-fields,
.login-form ul.wpuf-form li .wpuf-label {
    float: inherit;
    width: auto;
}
.reg-f label,
#wpuf-login-form label {
    display: block;
}
.login-form label {
    display: block;
    padding-bottom: .5rem;
    font-weight: 500;
}

.login-form input[type=email], .login-form input[type=password], .login-form input[type=text] {
    background: white;
    width: 100%;
    border: var(--bcolor) solid 2px;
    padding: 1rem;
    font-weight: 500;
    font-size: 1rem;
    border-radius:.5rem;
}
.mx input[type=checkbox], .forgetmenot input[type=checkbox] {
    display: none;
}
.mx label:before, .forgetmenot label:before {
    content: ".";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-color: #fff;
    border: var(--bcolor) solid 2px;
    line-height: 15px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.mx input[type=checkbox]:checked + label:before, .forgetmenot input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    background-color: var(--yellow);
}
.login-form input[type=submit] {
    padding: 1rem 3rem;
    font-weight: 500;
    font-size: 1.2rem;
    cursor: pointer;
    border: var(--bcolor) solid 2px;
    border-radius: 2rem;
}
.login-form input[type=submit]:hover{
    color: var(--yellow);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.submit{
    display: flex;
    justify-content: space-between;
}
.reg {
    font-weight: 800;
    text-decoration: black underline;
    font-size: 1.2rem;
}

.single .page-header h1{
    max-width: 100%;
    text-align: center;
}

.single-content{
    padding: var(--bigger) 10vw;
    background: var(--bcolor);
}
.app-form-w,
.single-warp{
    background: white;
    padding: var(--bigger);
    box-shadow: 10px 10px 10px rgba(0,0,0,.1);
    border-radius: .5rem;
}


.single-content img{
    max-width: 100%;
    max-height: 100vh;
    width: auto;
    height: auto;
}
.app-form,
.management-warp{
    padding: var(--bigger);
    background: var(--bcolor);
}

.management-warp ul {
    display: flex;
    flex-wrap: wrap;
}


.management-warp ul li {
    padding: 3rem;
    width: 50%;
    border-right: var(--bcolor) solid 1px;
    border-bottom: var(--bcolor) solid 1px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.1);
    background: white;
    border-radius: .5rem;
    text-align: center;
    font-size: var(--mid);
    font-weight: 600;
    text-transform: uppercase;
}
.management-warp ul li.big{
    width: 100%;
}

.my-viewing_room_list{
    padding: 3rem;
    width: 100%;
    border-right: var(--bcolor) solid 1px;
    border-bottom: var(--bcolor) solid 1px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.1);
    background: white;
    border-radius: .5rem;
    text-align: center;
    font-size: var(--mid);
    font-weight: 600;
    text-transform: uppercase;
}

.v-m{
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-m>div{
    margin: .5rem;
}
.my-viewing_room_list .v-title h2{
    font-size: var(--big);
}

.my-viewing_room_list input{
    font-size: var(--mid);
    font-weight: 600;
    text-transform: uppercase;
}
.pu-btn.btn{
    background:var(--yellow);
}
.del-btn.btn{
    background:#ffcdcd;
}

.mx{
    font-weight: 700;
    padding-bottom: 3rem;
  
}

.xz{
     font-weight: 700;
      padding: 1rem 0 0 0;
}

.xz input{
    display: none;
}

.xz label{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.xz label:before{
    width: 15px;
    height: 15px;
        background-color: #fff;
    border: var(--bcolor) solid 2px;
    border-radius: 100%;
    content: '';
        margin-right: 10px;
}
.xz .active label:before{
    background-color: var(--yellow); 
}

.submit-app a {
    opacity: 0.2;
    pointer-events: none;
    margin-right: 1rem;
}
.submit-app.show a {
    opacity: 1;
    pointer-events: auto;
}

a.frm_save_draft {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    margin: 0 !important;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 2rem;
    display: inline-block;
    background: var(--yellow);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    font-weight: 700 !important;
    font-size: 1.5rem !important;
}
.frm_final_submit{
    font-weight: 700 !important;
    font-size: 1.5rem !important;
        border-radius: 2rem;
    border: var(--bcolor) solid 1px;
    padding: 1rem 2rem;
    background: #000;
    color: #fff;
}

.phone-header{
    display: none;
}

.wechat-box{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: var(--yellow);
    top:0;
    left: 0;
    padding: 5vh 5vw;
    display: none;
}

.wechat-box>div{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
    background: #fff;
    padding: 5vh 5vw;
    position: relative;
}

.wechat-box img{
    width: 250px;
    height: auto;
}

.wechat-box p{
    margin-bottom: 3vh;
}

.close-hide-box{
    position: absolute;
    bottom: 2vh;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.edit-from{
    margin-top: 1rem;
    display: none;
}
.edit-from a{
    display: block;
    font-size: 1rem;
    padding: .5rem;
}

.page-template-template-form
.frm_style_biaodanfengge.with_frm_style .frm_form_field.frm_html_container{
    font-size: 1.1rem;
    line-height: 1.8;
    color: #000;
}
.line{
    height: 1px;
    width: 100%;
    margin:1rem 0; 
    background: #eee;
}
.inframe{
    border: #eee solid 1px;
}
.zlgf{
    padding: 2rem;
}

.cn .fon-en{
    display: none;
}
.en .fon-cn{
    display: none;
}

.for-bg-style{
    display: flex;
    margin: 0 -1rem;
    align-items: flex-start;
}
.one-style div{
    width: 33.333333%;
    margin: 0 1rem;
    padding: 1rem;
    border: #e6e6e6 solid 1px;
}
.one-style img{
    width: 100%;
    height: auto;
}
.three-style div{
    width: 33.333333%;
    margin: 0 1rem;
    padding: 1rem;
    border: #e6e6e6 solid 1px;
}
.three-style img{
    width: 100%;
    height: auto;
}

.v-title{
    margin-bottom: 1rem;
}
.v-title span{
    padding-top: .5rem;
    font-weight: 400;
    font-size: 1rem;
}

.cv-warp.management-warp ul li{
    width: 33.33333%;
}
.management-warp .btn{
    margin: .5rem;
}

.page-template-template-form-v a.frm_save_draft{
    position: relative;
    width: auto;
    height: auto;
    line-height: normal;
    text-align: center;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    color: #444444;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    text-shadow: none;
    padding: 1rem 2rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px !important;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
    right: 0;
    bottom: 0;
}
.page-template-template-form-v .frm_submit{
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 2px solid #e8e8e8;
}
.button_submit-right{
    display: flex;
}
.frm_style_biaodanfengge.with_frm_style .frm_submit button{
    font-size: 1.5rem !important;
}

.page-template-template-form-v .frm_style_biaodanfengge.with_frm_style .frm_submit .frm_final_submit{
    background: black;
    color: white;
}

.v-tip{
    color: #ff3a3a;
}
.page-template-template-form-v h6{
    font-size: var(--mid);
    padding: 15px 0 3px 0;
    border-top: 2px solid #e8e8e8;
    margin-top: 20px;
}
.frm_style_biaodanfengge.with_frm_style #frm_field_41_container.frm_form_field.frm_html_container h2{
    margin-top: 0;
}
.frm_style_biaodanfengge.with_frm_style .frm_form_field.frm_html_container h2{
    font-size: var(--mid);
    padding: 15px 0 3px 0;
    border-top: 2px solid #e8e8e8;
    margin-top: 20px;
}
.frm_style_biaodanfengge.with_frm_style .frm-show-form .frm_section_heading h3{
    font-size: var(--mid) !important;
}

.with_frm_style .frm_repeat_buttons{
    margin-top: 20px;
}

.frm_style_biaodanfengge.with_frm_style .frm_repeat_sec {
    padding-bottom: 40px;
}
.frm_style_biaodanfengge.with_frm_style .frm_dropzone .dz-preview .dz-progress .dz-upload, .frm_style_biaodanfengge.with_frm_style .frm_dropzone .dz-preview.dz-complete .dz-progress {
    background: var(--yellow) !important;
}
.space-choose label,
.mj label,
.for-style-p label{
    display: block!important;
}
.space-choose label>div,
.mj label>div,
.for-style-p label>div{
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 150px;
    border-radius: 1rem;
    font-size: var(--mid) !important;
    font-weight: 500 !important;
    cursor: pointer;
    flex-direction: column;
}
.space-choose label>div,
.mj label>div{
    height: 50px;
    font-size: 1.2rem !important;
}
.space-choose input[type=radio]:checked + div,
.mj input[type=radio]:checked + div,
.for-style-p input[type=radio]:checked + div{
    box-shadow: 0 0 10px var(--yellow);
    border: 2px solid var(--yellow);
}
.for-style-p label span{
    display: block;
    font-size: 1rem;
}
.space-choose input[type=radio],
.mj input[type=radio],
.for-style-p input[type=radio]{
    display: none !important;
}
.ys{
    display: flex;
    justify-content: space-between;
}
.ys li{
    flex:1 1 auto;
   text-align: center;
    font-size: 1.2rem;
}


.space-bg{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.this-bg{
    width: 100%;
    height: 100%;
}
.this-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.space-2:before{
    width: 1px;
    background-color: white;
    height: 100%;
    z-index: 1;
    left: 50%;
    top:0;
    content: '';
    position: absolute;
}

.one_1_s .pic{
    position: absolute;
    width: 28%;
    left: 50%;
    transform: translate(-50%,0);
    display: block;
    bottom: 43%;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.one_2_s .pic{
    position: absolute;
    width: 28%;
    left: 50%;
    transform: translate(-50%,0);
    display: block;
    bottom: 35%;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.one_3_s .pic{
    position: absolute;
    width: 28%;
    left: 50%;
    transform: translate(-50%,0);
    display: block;
    bottom: 50%;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}

.two_1_s .pic.left{
    position: absolute;
    width: 15%;
    left: 34%;
    transform: translate(-50%,0);
    display: block;
    bottom: 32%;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.two_1_s .pic.right{
    position: absolute;
    width: 15%;
    right: 34%;
    transform: translate(50%,0);
    display: block;
    bottom: 32%;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.two_2_s .pic.left{
    position: absolute;
    width: 15%;

    transform: translate(-50%,0);
    display: block;
    bottom: 32%;

    left: 30%;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.two_2_s .pic.right{
    position: absolute;
    width: 15%;
    transform: translate(50%,0);
    display: block;
    bottom: 32%;
    right: 30%;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.two_3_s .pic.left{
    position: absolute;
    transform: translate(-50%,0);
    display: block;
    width: 23%;
    bottom: 35%;

    left: 28%;

    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.two_3_s .pic.right{
    position: absolute;
    transform: translate(50%,0);
    display: block;
    width: 23%;
    bottom: 35%;
    right: 28%;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.three_1_s,.three_2_s,.three_3_s{
    perspective: 30vw;
}
.three_3_s .pic.left,
.three_2_s .pic.left,
.three_1_s .pic.left{
    width: 20%;
    bottom: 28%;
    position: absolute;
    left: 14%;
    transform: translate(-50%,0) rotateY(90deg);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.three_3_s .pic.middle,
.three_2_s .pic.middle,
.three_1_s .pic.middle{
    width: 20%;
    bottom: 41%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.three_3_s .pic.right,
.three_2_s .pic.right,
.three_1_s .pic.right{
    width: 20%;
    bottom: 28%;
    position: absolute;
    right: 14%;
    transform: translate(50%,0) rotateY(90deg);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}

.three_4_s .pic.left{
    position: absolute;
    transform: translate(-50%,0);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
    width: 20%;
    bottom: 46%;
    left: 13.5%;
}

.three_4_s .pic.middle{
    position: absolute;
    transform: translate(-50%,0);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
    width: 20%;
    bottom: 46%;
    left:49%;
}

.three_4_s .pic.right{
    position: absolute;
    transform: translate(50%,0);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
    width: 20%;
    bottom: 46%;
    right: 14.5%;
}

.space-bg .pic{
    line-height: 0;
}

.space-bg .pic img{
    width: 100%;
    height: auto;
}




.page-template-template-form-v .frm_style_biaodanfengge.with_frm_style .form-field {
    margin-bottom: 25px;
}
#frm_field_289-202-3_container,
#frm_field_206-202-3_container,
#frm_field_207-202-3_container,
#frm_field_208-202-3_container,
#frm_field_209-202-3_container,
#frm_field_210-202-3_container,
#frm_field_211-202-3_container,
#frm_field_212-202-3_container,
#frm_field_213-202-3_container,
#frm_field_213-202-3_container,
#frm_field_214-202-3_container,
#frm_field_215-202-3_container,
#frm_field_216-202-3_container,
#frm_field_231-202-3_container{
    display: none;
}



.p-header{
    position: relative;
}

.header-banner{
    position: relative;
    width: 100%;
}
.header-banner figure{
    width: 100%;
    padding-top: 31%;
}
.header-banner figure img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top:0;
    left: 0;
}
.header-banner figure:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.3);
    content: '';
}

.header-info{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.galler-logo{
    margin: 0 auto;
}
.galler-logo img{
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
}

.header-info h1{
    font-size: 2rem;
    margin-top: 1rem;
}


.art021-logo{
    display: none;
    position: fixed;
    left:calc(75% + 2rem);
    top:2rem;
    width: 8%;
    z-index: 10;
}
.fix .art021-logo{
    display: block;

}
.style-two .art021-logo{
    left: auto;
    right: 2rem;
}
.art021-logo img{
    width: 100%;
    height: auto;

}
.galler-info{
    padding: 4rem 12vw;
}

.galler-info .text{
    font-size: 1.2rem;
}
.galler-info .text p{
    padding-bottom: 1rem;
}

.galler-info .text p:last-child{
    padding-bottom: 0;
}

.galler-info.cz{
    border-top: var(--bcolor) solid 1px;
}

.artwork-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e6e6e6;
}

.gallery-artworks{
    position: relative;
}
.gallery-artworks.fix{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 9999;
    background: #fff;
}

.gallery-title{
    position: absolute;
    z-index: 10;
    left: 2rem;
    bottom:2rem;
    color: white;
    font-size: 14px;
}

.artwork-img{
    width: 75%;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.artwork-img-bg{
    line-height: 0;
}
.artwork-img-bg img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.artwork-info{
    width: 25%;
    padding: 3rem;
    position: relative;
    display: flex;
    height: 100vh;
    align-items: center;
    background: #e6e6e6;

}
.artwork-text{
    color: #666;
}
.artwork-text h2{
    font-size: 1.5rem;
    color: black;
}
.fix .artwork-text h2{
    font-size: 2rem;
}
.artwork-text h3{
    font-size: 1.2rem;
    padding-bottom: 1rem;
    color: black;
}


.ask{
    cursor: pointer;
    color: black;
}
.style-two .artwork-info{
    display: none;
}





.artwork-info-btn{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
}
.artwork-info-btn a{
    color: black !important;
}
.artwork-info-btn>div{
    width: 100%;
    margin: 1rem .5rem;
    text-align: center;
    white-space: nowrap;
    padding: .6rem 1rem;
}

.artwork-pic a{
    z-index: 1;
    
}
.picimg-right,
.picimg-left{
    width:30vw;
    position: absolute;
	height:35%;
	left: 19vw;
    bottom: 25%;
	overflow:hidden;
	display: flex;justify-content:center;/*左右居中*/align-items :center;/*上下居中*/
}
.picimg-right
{
	left: initial;
	right:19vw;
}
.picimg-right a,.picimg-left a{height:66%;max-width:66%;display: flex;justify-content:center;/*左右居中*/align-items :center;/*上下居中*/}
.picimg-right img,.picimg-left img{max-width:100%;max-height:100%;box-shadow: 5px 5px 20px rgba(0,0,0,0.4);}



.artwork-pic a.for-video:before{
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -12px;
    margin-top: -20px;
    z-index: 2;
    content: '';
    width:0;
    height:0;
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
    border-left:30px solid white;
}

.style-two .artwork-pic a.for-video:before{
    margin-left: -8px;
    margin-top: -10px;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:20px solid white;
}
.style-two .artwork-pic a.for-video:after{
    width:50px;
    height:50px;
}
.artwork-pic a.for-video:after{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    content: '';
    width:80px;
    height:80px;
    border-radius: 50%;
}
.artwork-img-right,
.artwork-img-left{
    width: 50%;
    position: relative;
}
.artwork-img-left .artwork-img-bg img{
    width: 200%;
	max-width:inherit;
}
.artwork-img-right .artwork-img-bg img{
    width: 200%;
	max-width:inherit;
    margin-left: -100%;
}




.swiper-button-prev,
.swiper-button-next{
}
.swiper-button-prev{
    left: 0;
    background-color:rgba(0,0,0,.3) ;
    top: 50%;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background-size: 20px 35px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next{
    right: 25%;
    background-color:rgba(0,0,0,.3) ;
    top: 50%;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background-size: 20px 35px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.style-two .swiper-button-next{
    right: 0;
}


.zoom-image:hover {
    cursor: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMzQgMzQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjE3IiBjeT0iMTciIGZpbGw9IiMwZDBkMGQiIGZpbGwtb3BhY2l0eT0iLjciIHI9IjE1LjUiIHN0cm9rZT0iIzBkMGQwZCIgc3Ryb2tlLW9wYWNpdHk9Ii4yNyIvPjxwYXRoIGQ9Im0xNy41MDIgMTAuNS0uMDAxIDUuOTk4aDUuOTk5djEuMDA0bC01Ljk5OS0uMDAxdjUuOTk5aC0xLjAwM3YtNS45OTloLTUuOTk4di0xLjAwM2g1Ljk5OHYtNS45OTh6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L2c+PC9zdmc+) 15 15,move;
}

.zoomImg{
    cursor: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMzQgMzQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjE3IiBjeT0iMTciIGZpbGw9IiMwZDBkMGQiIGZpbGwtb3BhY2l0eT0iLjciIHI9IjE1LjUiIHN0cm9rZT0iIzBkMGQwZCIgc3Ryb2tlLW9wYWNpdHk9Ii4yNyIvPjxwYXRoIGQ9Im0xNyAxNi4xMjNoLTd2MWgxM3YtMXoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvZz48L3N2Zz4=) 15 15,move;
    pointer-events: none;
}
.on-zoom .zoomImg{
    pointer-events:auto;
    z-index: 1;
}
.fancybox-slide--current.on-zoom .zoomImg{
    z-index: 99996;
    pointer-events:auto;
}






.on-zoom:before{
    content: '';
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    position: absolute;
    z-index: 1;
}



.ask-form {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999;
    display: none;
    align-items: center;
    justify-content: center;
    top:0;
    left: 0;
}
.ask-form-bg{
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: saturate(180%) blur(20px);
}
.ask-form.show{
    display: flex;
}

.close-ask{
    position: absolute;
    right: 2rem;
    top:2rem;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.3);
    padding: 10px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}
.close-ask svg{
    width: 100%;
    height: auto;
    fill: white;
}
.ask-form-content{
    width: 50vw;
    background: white;
    border-radius: 1rem;
    min-width: 300px;
    padding: 3vw;
    position: relative;
    z-index: 2;
}
.platform_info{
    padding: 3rem 15vw;
    border-bottom: var(--bcolor) solid 1px;
}

@media screen and (max-width: 1440px){
    :root {
        --bigger: 3vw;
    }
    .press-pic-content {
        padding: var(--bigger) 3rem;
    }
}
@media screen and (max-width: 1280px){
    :root {
        --bigger: 2rem;
    }
    .grid-box {
        width: 50%;
    }
    .press-pic-content {
        padding: var(--bigger) 2rem;
    }
}
@media screen and (max-width: 1024px){
    :root {
        --bigger: 2rem;
        --size:12rem;
        --big: 1.7rem;
        --mid: 1.25rem;
    }
    .foot-about{
        display: none;
    }
    .footer-info{
        padding: 5rem var(--bigger);
    }
    .visit-box ul{
        flex-wrap: wrap;
    }
    .visit-box ul li{
        width: 50%;
    }
    .sort h3{
        padding: 0 1rem;
        white-space: nowrap;
    }
    .grid-box .nub{
        width: 2.5rem;
        height: 2.5rem;
    }
    .hotel-list ul li{
        width: 50%;
    }
    .press-pic-content {
        padding: var(--bigger) 1rem;
    }
    .partners-box ul li {
        width: 25%;
    }
    .for-phone{
        display: none;
    }
}
@media screen and (max-width: 800px){
	
	.picimg-right,
.picimg-left{
    width:50vw;
	height:40%;
	left: 25vw;
    bottom: 20%;
}
.picimg-right
{
	left: initial;
	right:25vw;
}
.artwork-img-left .artwork-img-bg img{width:100%;}
.artwork-img-right .artwork-img-bg img{width:100%;margin-left:0px;}

    :root {
        --bigger: 1rem;
        --size:0;
        --big: 1.5rem;
        --mid: 1.2rem;
        --phone-big:1.7rem;
    }
    .desk-header{
        display: none;
    }
	.gallery-title{display:none;}
    #cover{
        position: relative;
        width: 100%;
        height: 50vh;
        overflow: hidden;
    }
    .footer-info {
        display: block;
        font-size: 1rem;
        padding: 2rem var(--bigger);
        text-align: center;
    }
    .footer-info h1{
        font-size: var(--big);
        padding-bottom: 1rem;
    }
    .cover-info{
        display: none;
    }
    .footer-warp{
        display: block;
        text-align: center;
    }
    .footer-warp>div{
        padding: 1rem 0;
    }

    .footer-warp h3 {
        padding-bottom: 1rem;
        font-size: 1rem;
    }
    .foot{
        display: block;
        text-align: center;
        padding: 1rem var(--bigger);
        font-size: 12px;
    }

    .phone-header{
        display: block;
        position: relative;
        z-index: 99;
    }
    .phone-header-menu{
        display: flex;
        position: relative;
        background: white;
    }
    .phone-header-menu ul.menu{
        position: absolute;
        width: 100%;
        left: 0;
        top:3rem;
        background: #eee;
        z-index: 999;
        padding: var(--bigger);
        display: none;
    }
    .phone-header-menu ul.menu.show{
        display: block;
    }
    .phone-header-menu ul.menu li a{
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.7;
        display: block;
    }
    .phone-header-menu .open-header{
        padding:0;
        width: 50%;
        text-align: center;
        background: var(--yellow);
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .phone-header-menu .open-header span:nth-child(2){
        display: none;
    }
    .phone-header-menu .open-header.show span:nth-child(2){
        display: block;
    }
    .phone-header-menu .open-header.show span:nth-child(1){
        display: none;
    }
    .home .phone-header .logo{
        width: 100%;
        padding: 2rem;
    }
    .phone-header .logo{
        width: 50vw;
        padding: 1rem;
        margin:  0 auto;
    }
    .phone-header .logo a{
        display: block;
        line-height: 0;
    }
    .phone-header .logo img{
        width: 100%;
        height: auto;
    }
    .btn{
        padding: .5rem 1.5rem;
        border-radius: 1rem;
    }
    .lng{
        backdrop-filter:unset;
        border-radius: unset;
        width: 50%;
        height: 3rem;
    }
    .lng ul li {
        padding:0;
        width: 100%;
    }
    .lng ul li a{
        width: 100%;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .page-header{
        display: block;
        border-top: var(--bcolor) solid 1px;
        padding: 2rem var(--bigger);
        text-align: center;
    }
    .page-header h1{
        max-width: unset;
        font-size: var(--phone-big);
    }
    .page-header-info {
        max-width: unset;
        padding-left:0;
        color: #aaa;
    }
    .visit-box ul li {
        width: 100%;
        border-left: none;
        border-bottom: var(--bcolor) solid 1px;
    }
    .visit-btn{
        padding: var(--bigger);
        display: block;
    }
    .visit-btn>div{
        width: 100%;
       border-left: none;
    }
    .cat ul{
        flex-wrap: wrap;
    }

    .side{
        display: block;
    }
    .search-for{
        width: 100%;
        border-bottom: var(--bcolor) solid 1px;
    }
    .search-for input{
        font-size: 1rem;
    }
    .go-search{
        width: 3rem;
        height: 3rem;
    }
    .by>div{
        padding: 0 1rem;
        height: 3rem;
    }
    .sort>div{
        width: 100%;
    }
    .xline{
        width: 5rem;
    }
    .grid-box {
        width: 100%;
        padding: 1.2rem;
    }
    .grid-warp{
        padding: 1.2rem;
    }
    .press-side>div>div{
        width: auto;
    }
    .press-side>div{
        margin: 1rem;
    }
    .s-list ul li{
        width: 100%;
        padding: 2rem;
    }
    .hotel-list ul li{
        width: 100%;
        border-right:none;
        padding: 1rem;
        border: var(--bcolor) solid 1px;
    }
    .hotel-list ul{
     margin: 0;
    }
    .hotel-list h1 {
        padding: 2rem 0;
    }
    .press-grid-box{
        padding: 2rem;
        width: 100%;
    }
    .s-btn{
        display: none;
    }
    .press-pic-header{
        display: block;
    }
    .press-pic-content h1 {
        padding-left: 0;
        padding: 2rem 0;
        text-align: center;
    }

    .for-phone{
        display: block;
    }
    .press-swiper{
        padding-bottom: 3rem;
    }
    .swiper-pagination-bullet-active {
        opacity: 1;
        background: var(--yellow);
    }
    .partners-box{
        display: block;
    }
    .partners-box h1{
        padding: 1rem;
    }
    .partners-box ul li {
        width: 33.33333%;
    }
    #about-cover,
    .fly-warp{
        display: none;
    }

    .about-info{
       flex-direction: column;
    }
    .contact-info-item {
        padding:2rem var(--bigger);
        width: 100%;
        order: 2;
    }
    .about-info-item {
        padding:2rem var(--bigger);
        width: 100%;
        order: 1;
        margin-top:0;
        position: relative;
        z-index: 10;
        background: #e6e6e6;
        box-shadow: unset;
    }
    .page-template-template-about .page-header{
        position: relative;
    }

    .about-info h2 {
        padding-bottom: 1rem;
    }
    .our-team-box{
        display: block;
    }

    .our-team-box header{
        display: flex;
    }

    .team-img {
        width: 40%;
        flex: 0 0 40%;
    }
    .team-title{
        padding-left: 1rem;
    }
    .team-info{
        padding-left: 0;
        padding-top: 1rem;
    }

    .page-header-info p:first-child{
        margin-top: 1rem;
    }
    .login-form{
        padding: var(--bigger);
    }

    .submit{
        display: block;
    }
    .reg{
        display: block;
        margin-top: 1rem;
    }
    .single-content {
        padding: var(--bigger);
    }
    .login-form p {
        padding-bottom: 1rem;
    }
    .our-team h1 {
        padding: 2rem 0;
    }
    .management-warp ul li{
        width: 100%;
    }
    .submit-app>*{
        width: 100%;
        text-align: center;
    }
    .frm_style_biaodanfengge.with_frm_style .frm_submit button,
    .frm_final_submit{
        width: 100% !important;
        text-align: center !important;
    }
    a.frm_save_draft{
        font-size: 1.25rem !important;
        padding: .5rem 1rem;
        border-radius: 1rem;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .cv-warp.management-warp ul li {
        width: 100%;
    }
    .v-m{
        display: block;
    }
    .for-style-p label span{
        font-size: 12px;
    }
    .space-choose input[type=radio], .mj input[type=radio], .for-style-p input[type=radio] {
        display: block !important;
    }
    .space-choose input[type=radio]:checked + div, .mj input[type=radio]:checked + div, .for-style-p input[type=radio]:checked + div{
        border: unset;
        box-shadow:unset;
    }
    .space-choose label>div, .mj label>div {
        height: auto;
        font-size: 1rem !important;
    }
    .space-choose label>div, .mj label>div, .for-style-p label>div {
        width: auto;
        box-shadow:unset;
        display: block!important;
        align-items: center;
        justify-content: center;
        height: auto;
        border-radius: unset;
        font-size: 1rem !important;
        font-weight: 500 !important;
        cursor: pointer;
        flex-direction: column;
    }
    .for-bg-style {

        margin: 0 -8px;
    }
    .one-style div {
        width: 33.333333%;
        margin: 0 8px;
        padding: 5px;
        border: #e6e6e6 solid 1px;
    }

    .space-bg{
        width: 100% !important;
        height: auto !important;
    }
    .this-bg{
        width: 100% !important;
        height: auto;
    }
    .this-bg img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .page-template-template-form-v .frm_submit{
        display: block;
    }
    .button_submit-right{
        display: block;
    }
    .page-template-template-form-v a.frm_save_draft{
        width: 100%;
        left: auto;
        transform: unset;
        margin: 0 !important;
    }
    .three-style div {
        margin: 0 8px;
        padding: 5px;
        border: #e6e6e6 solid 1px;
    }
    .header-banner figure {
        width: 100%;
        padding-top: 100%;
    }
    .header-info{
        width: 80%;
    }
    .galler-logo img {
        max-width: 100px;
        max-height: 100px;
        width: auto;
        height: auto;
    }
    .header-info h1 {
        font-size: 1.5rem;
        margin-top: 1rem;
    }
    .galler-info {
        padding: 3rem 1.5rem;

    }
    .artwork-item{
        display: block;
    }
    .artwork-img{
        width: 100%;
    }
    .artwork-img-bg img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .artwork-info {
        width: 100%;
        padding: 1rem 1.5rem 1rem;
        display: block;
        height: auto;
    }
    .artwork-info-btn{
        position: relative;
        left: auto;
        bottom: auto;
        padding: 0;
        margin-top: .5rem;
    }
    .gallery-artworks-warp.swiper-wrapper{
        display: block !important;
    }
    .artwork-img-right, .artwork-img-left{
        width: 100%;
    }
    .style-two .artwork-info{
        display: block;
    }
    .bg_style_a .artwork-pic.left a{
        left: 68%;
    }
    .bg_style_a .artwork-pic.right a{
        right: 68%;
    }
    .bg_style_b .artwork-pic.left a{
        left: 60%;
    }
    .bg_style_b .artwork-pic.right a{
        right: 60%;
    }
    .bg_style_c .artwork-pic.left a{
        left: 56%;
    }
    .bg_style_c .artwork-pic.right a{
        right: 56%;
    }

    .artwork-pic a.for-video:before,
    .style-two .artwork-pic a.for-video:before {
        margin-left: -6px;
        margin-top: -8px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 16px solid white;
    }
    .style-two .artwork-pic a.for-video:after,
    .style-two .artwork-pic a.for-video:after {
        width: 35px;
        height: 35px;
    }
    .platform_info {
        padding: 2rem 1.5rem;
    }

}