



        main .closeCode{
            position: fixed;
            height: 100vh;
            z-index: 30;
        }
        main .closeCode.active{
            pointer-events: all;
        }
        main .service{
            background-color: #121F42;
            padding: 90px 0px;
        }
        main .service .tips{
            padding-top: 45px;
            opacity: 0;
            transition: opacity 1s;
            padding-bottom: 60px;
            font-size: 16px;
            line-height: 1.4;
            color: #FEFEFE;
        }
        main .service .tips.frozen{
            opacity: 1;
        }
        main .service .tips li{
            margin-top: 6px;
        }
        main .service .tips li:first-child{
            margin-top: 0px;
        }
        main .service .palace{
            margin-left: -36px;
            flex-wrap: wrap;
        }
        main .service .palace .item{
            width: calc(100% / 3 - 36px);
            margin-left: 36px;
            position: relative;
            opacity: 0;
            z-index: 1;
            transform: translateY(30px);
            transition: 1s transform,opacity 1s;
        }
        main .service .palace .item.frozen{
            opacity: 1;
            transform: translateY(0px);
        }
        main .service .palace .item:nth-child(n + 4){
            margin-top: 36px;
        }
        main .service .palace .ite.ninem:nth-child(5){
            background: #121F42;
        }
        main .service .palace.nine .item:nth-child(5) .btm::after{
            display: none;
        }   
        
        
        main .service .palace.nine .item:nth-child(5) .txt{
            padding: 0px 32px;
            font-family: 'Pro_Light';
            color: #FEFEFE;
            line-height: 1;
            max-height: 90%;
            overflow-y: auto;
        }
        main .service .palace.nine .item:nth-child(5) .txt::-webkit-scrollbar,
        main .service .palace .dtl .border + .fill .mid::-webkit-scrollbar{
            width: 6px;
            height: 6px; 
        }
        main .service .palace.nine .item:nth-child(5) .txt::-webkit-scrollbar-thumb,
        main .service .palace .dtl .border + .fill .mid::-webkit-scrollbar-thumb{
            border-radius: 3px;
            background: rgba(255,255,255, .08);
        }
        main .service .palace.nine .item:nth-child(5) .txt:hover::-webkit-scrollbar-thumb,
        main .service .palace .dtl .border + .fill .mid:hover::-webkit-scrollbar-thumb{
            background: rgba(255,255,255, .15);
        }
        main .service .palace.nine .item:nth-child(5) .txt::-webkit-scrollbar-track,
        main .service .palace .dtl .border + .fill .mid::-webkit-scrollbar-track{
            background: rgba(0,0,0,0);
        }
        main .service .palace.nine .item:nth-child(5) .txt>p{
            text-align: center;
            color: #D5BA8C;
        }
        main .service .palace.nine .item:nth-child(5) .txt>p:first-child{
            font-size: 30px;
        }
        main .service .palace.nine .item:nth-child(5) .txt .en{
            margin-bottom: 40px;
            margin-top: 12px;
            font-family: 'Pro_Normal'; 
            font-size: 16PX;
        }
        main .service .palace.nine .item:nth-child(5) .txt div{
            font-size: 16px;
            line-height: 2;
            text-align: justify;
        }
        main .service .palace .item .btm{
            cursor: pointer;
            font-size: 24px;
            color: #fff;
            text-align: center;
            line-height: 1;
            z-index: 2;
            border: 2px solid #D5BA8C;
        }
        main .service .palace.nine .item:nth-child(5) .btm{
            cursor: default;
        }
        
        main .service .palace .item .btm::after{
            z-index: -2;
            background-color: #1A2C5C;
            mix-blend-mode: multiply;
        }
        main .service .palace .item .btm .pic{
            z-index: -2;
        }
        main .service .palace .item .btm .pic img{
            height: 100%;
            object-fit: cover;
        }
        main .service .palace .item .btm .icon{
            height: 80px;
            width: auto;
            margin: 0 auto;
        }
        main .service .palace .item .en{
            font-family: 'BAHNSCHRIFT'; 
        }
        main .service .palace .item .btm .en{
            font-size: 22px;
            margin-top: 48px;
            margin-bottom: 16px;
        }
        main .service .palace .item .btm .des{
            display: none;
        }
        main .service .palace .item .btm .inner{
            width: 100%;
            padding: 0px 10px;
            z-index: 3;
        }
        main .service .palace .dtl{
            position: absolute;
            z-index:3;
            top: 0px;
            left: 0px;
            width: calc(200% + 36px);
            pointer-events: none;
            overflow: hidden;
        }
        main .service .palace .active .dtl{
            pointer-events: all;
        }
        main .service .palace .dtl .border + .fill{
            /*
            border: 4px solid #D5BA8C;
            background: url(../img/service/bg.jpg) center center no-repeat;
            background-size: cover;
            */
            opacity: 0;
            transition: .5s opacity;
        }
        main .service .palace .active .dtl .border + .fill{
            opacity: 1;
            transition-delay: .7s;
        }
        main .service .palace .dtl .border{
            z-index: -2;
        }
        main .service .palace .dtl .border::before,
        main .service .palace .dtl .border::after{
            z-index: -1;
            background: #121F42;
            transition: .7s;
        }
        main .service .palace .dtl .border::before{
            clip-path: polygon(0% 0%,100% 0%, 100% 1%,1% 100%, 0% 100%);
            transform: translate(-52%,-52%);
        }
        main .service .palace .dtl .border::after{
            clip-path: polygon(99% 0%,100% 0%, 100% 100%,0% 100%, 0% 99%);
            transform: translate(52%,52%);
        }
        main .service .palace .active .dtl .border::before,
        main .service .palace .active .dtl .border::after{
            transform: translate(0%,0%);
        }
        main .service .palace .dtl .border p{
            background-color: #D5BA8C;
            position: absolute;
            width: 0px;
            height: 0px;
            transition: width .7s,height .7s;
        }
        main .service .palace .dtl .border .hor{
            height: 4px;
        }
        main .service .palace .active .dtl .border .hor{
            width: 100%;
        }
        main .service .palace .dtl .border .ver{
            width: 4px;
        }
        main .service .palace .active .dtl .border .ver{
            height: 100%;
        }
        main .service .palace .dtl .border .top,
        main .service .palace .dtl .border .left{
            top: 0px;
            left: 0px;
        }
        main .service .palace .dtl .border .bottom,
        main .service .palace .dtl .border .right{
            bottom: 0px;
            right: 0px;
        }
        main .service .palace .item:nth-child(1) .dtl,
        main .service .palace .item:nth-child(2) .dtl{
            transform-origin: top left;
        }
        main .service .palace .item:nth-child(3) .dtl{
            transform-origin: top right;
            left: auto;
            right: 0px;
        }
        main .service .palace .item:nth-child(4) .dtl,
        main .service .palace .item:nth-child(7) .dtl,
        main .service .palace .item:nth-child(8) .dtl{
            transform-origin: bottom left;
            top: auto;
            bottom: 0px;
        }
        main .service .palace .item:nth-child(6) .dtl,
        main .service .palace .item:nth-child(9) .dtl{
            transform-origin: bottom right;
            top: auto;
            left: auto;
            right: 0px;
            bottom: 0px;
        }
        main .service .palace .dtl .border + .fill{
            padding: 4.1vw 3.3vw;
        }
        main .service .palace .dtl .border + .fill .mid{
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        main .service .palace .dtl .border + .fill .mid .icon{
            position: absolute;
            bottom: 15px;
            right: 15px;
            width: auto;
            z-index: -1;
            height: 224px;
        }
        main .service .palace .dtl .border + .fill .mid .icon img{
            height: 100%;
            width: auto;
        }
        main .service .palace .dtl .border + .fill .mid:after{
            content: '';
            position: absolute;
            width: 100%;
            left: 0px;
            height: 15px;
            bottom: 0px;
            background: linear-gradient(to top,#121F42 0%,rgba(0,0,0,0) 70%);
        }
        main .service .palace .dtl .border + .fill .mid .name{
            line-height: 1;
            font-size: 54px;
            color: #D5BA8C;
        }
        main .service .palace .dtl .border + .fill .mid>p{
            text-align: center;
        }
        main .service .palace .dtl .border + .fill .mid .en{
            font-size: 40px;
            color: #fff;
            margin-bottom: 36px;
            margin-top: 20px;
        }
        main .service .palace .dtl .border + .fill .mid .t{
            font-size: 18px;
            padding-top: 45px;
            border-top: 1px solid #fff;     
            line-height: 1.6;
            color: #FEFEFE;   
        }
        main .service .palace .dtl .border + .fill .mid .t p + p{
            margin-top: 24px;
        }
        main .service .palace .dtl .border + .fill .close{
            width: 50px;
            z-index: 2;
            height: 50px;
            position: absolute;
            top: 30px;
            right: 30px;
            cursor: pointer;
            transition: transform .6s;
        }   
        main .service .palace .dtl .border + .fill .close:hover{
            transform: rotate(360deg);
        }
        main .service .palace .dtl .border + .fill .close::before,
        main .service .palace .dtl .border + .fill .close::after{
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            left: 0px;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);;
            background-color: #fff;
        }
        main .service .palace .dtl .border + .fill .close::before{
            transform: translateY(-50%) rotate(-45deg);
        }

        main .activity{
            margin-top: 60px;
        }
        
        main .swiper{
            overflow: hidden;
            position: relative;
            margin-bottom: 60px;
        }
        main .swiper .swiper-slide{
            width: calc(100% - 30px);
            max-width: 1160px;
        }
        main .swiper .swp{
            height: 585px;
        }
        main .swiper .swiper-slide img{
            transition: .4s;
            filter: grayscale(1);
        }
        main .swiper .swiper-slide-active img,
        main .swiper .swiper-slide:hover img{
            filter: grayscale(0);
        }
        main .swiper>.btn{
            z-index: 3;
            cursor: pointer;
            width: 66px;
            height: 66px;
            border-radius: 50%;
            background-color: rgba(255,255,255,.9);
            box-shadow: 0px 0px 6px 2px rgba(0,0,0,.08);
        }
        main .swiper .prev{
            left: calc(50% - 580px);
            transform: translate(-50%,-50%);
        }
        main .swiper .next{
            right: calc(50% - 580px);
            transform: translate(50%,-50%);
        }
        main .swiper>.btn img{
            width: 26%;
        }
        main .swiper .next img{
            transform: translate(-50%,-50%) rotate(180deg);
        }

        main .sign{
            padding: 2vw 3.6vw;
            background-color: rgba(254,254,254,.8);;
            opacity: 0;
            width: 100%;
            position: absolute;
            bottom: 0px;
            left: 0px;
            z-index: 2;
            align-items: flex-end;
            line-height: 1;
            font-size: 42px;
            transition: .4s opacity;
        }
        main .swiper .swiper-slide-active .sign{
            opacity: 1;
        }
        main .sign .lft{
            flex: 1;
        }
        main .sign .lft .heavy{
            color: #131E42;
        }
        main .sign .date{
            font-size: 24px;
            color: #fff;
            margin-bottom: 16px;
        }
        main .sign .arwBtn{
            margin-left: 25px;
            width: 210px;
            font-size: 18px;
            color: #fff;
        }
        main .sign .arwBtn:hover{
            color: #001755;
        }
     

        main .activity .tips{
            line-height: 1.8;
            color: #332C2B;
            margin-top: 45px;
            font-size: 16px;
            margin-bottom: 64px;
        }
        main .activity .tips p{
            margin-top: 24px;
            opacity: 0;
            transition: .8s;
        }
        main .activity .tips p.frozen{
            opacity: 1;
        }
        main .activity .tips p:first-child{
            margin-top: 0px;
        }

        main .property{
            display: none;
            position: relative;
            z-index: 2;
            padding-top: 66px;
            padding-bottom: 74px;
        }
        main .property>img{
            z-index: -1;
        }
       
        main .service .ttl{
            color: #E4E4E4;
            padding-bottom: 35px;
        }
      
        main .service .ttl::after{
            background: #FEFEFE;
        }
        
       

        main .property1{
            position: relative;
            z-index: 2;
            overflow: hidden;
            padding-top: 64px;
        }
        main .property1::before,
        main .property1::after{
            z-index: -1;
            background-color: #121F42;
            opacity: .65;
        }
        main .property1::after{
            mix-blend-mode: overlay;
            opacity: 1;
        }
        main .property1>img{
            z-index: -2;
        }
        main .property1 .ttl span:first-child{
            color: #fff;
        }
        main .property1 .content{
            margin-top: 36px;
            padding-bottom: 75px;
            position: relative;
        }
        main .property1 .content>*{
            position: relative;
            z-index: 4;
        }
        main .property1 .content .txt{
            color: #D5BA8C;
            margin-bottom: 35px;
        }
        main .property1 .content .txt>p{
            font-size: 38px;
            font-family: 'Pro_Heavy'; 
        }
        main .property1 .content .txt>p,
        main .property1 .content .txt .t,
        main .property1 .tips{
            opacity: 0;
            transition: opacity .8s;
        }
        main .property1 .content .txt>p.frozen,
        main .property1 .content .txt .t.frozen,
        main .property1 .tips.frozen{
            opacity: 1;
        }
        main .property1 .content .txt .t{
            color: #fff;
            font-size: 22px;
            margin-top: 20px;
        }
        main .property1 .tips{
            color: #fff;
            font-size: 14px;
        }
        main .property1 .t p,
        main .property1 .tips p{
            margin-top: 10px;
        }
        main .property1 .t p:first-child,
        main .property1 .tips p:first-child{
            margin-top: 0px;
        }
        main .property1 .methods{
            width: 562px;
            margin-top: 90px;
            color: #332C2B;
            position: relative;
            z-index: 2;
            padding: 42px 32px 32px;
            border-radius: 14px;
            opacity: 0;
            transform: translateY(30px);
            transition: 1s opacity,1s transform;
        }
        main .property1 .methods.frozen{
            opacity: 1;
            transform: translateY(0px);
        }
        main .property1 .methods>p{
            font-size: 30px;
            top: 0px;
            color: #D5BA8C;
        }
        main .property1 .methods::after{
            z-index: -1;
            box-sizing: border-box;
            border-radius: 14px;
            border: 2px solid #D5BA8C;
            clip-path: polygon(0% 0%,calc(50% - 108px) 0%,calc(50% - 108px) 5px,calc(50% + 108px) 5px,calc(50% + 108px) 0%,100% 0%,100% 100%,0% 100%);
        }
        main .property1 .methods::before{
            z-index: -2;
            background: url(../img/common/bg.png) no-repeat center center;
            background-size: cover;
            border-radius: 14px;
            overflow: hidden;
        }
        main .property1 .methods .pl p{
            margin-top: 18px;
            font-size: 22px;
            text-align: center;
            background-color: #D5BA8C;
            border-radius: 8px;
            line-height: 60px;
            cursor: pointer;
            transition: background .3s;
        }
        main .property1 .methods .pl p.active,
        main .property1 .methods .pl p:hover{
            background: #fff;
            transition-delay: 10ms;
        }
        main .property1 .methods .pl p:first-child{
            margin-top: 0px;
        }
        main .property1 .content>img{
            z-index: 3;
            bottom: 0px;
            position: absolute;
            height: 100%;
            width: auto;
            left: 562px;
            margin-left: -10px;
        }
        main .property1 .code{
            position: absolute !important;
            z-index: 5;
            bottom: 0px;
            margin-left: 24px;
            border-radius: 14px;
            transition: .3s opacity;
            border: 2px solid #D5BA8C;
            opacity: 0;
            pointer-events: none;
            padding: 36px;
            background: url(../img/common/bg.png) no-repeat center center;
            background-size: cover;
        }
        .methods::before main .property1 .code{
            z-index: 40;
        }
        main .property1 .code.active{
            opacity: 1;
            pointer-events: all;
        }
        main .property1 .code p{
            border-radius: 8px;
            overflow: hidden;
            padding: 30px;
            background: #fff;
            width: 100%;
            height: 100%;
        }
        main .property1 .code img{
            display: none;
        }
        main .property1 .code img.active{
            display: block;
        }

        @media(max-width:1750px){
            main .service .palace .dtl .border + .fill .mid .t{
                font-size: 20px;
            }
        }


        @media(max-width:1600px){
            main .service{
                padding: 70px 0px;
            }
            main .service .palace{
                margin-left: -2.25vw;
                flex-wrap: wrap;
            }
            main .service .palace .item{
                width: calc(100% / 3 - 2.25vw);
                margin-left: 2.25vw;
            }
            main .service .palace .item:nth-child(n + 4){
                margin-top: 2.25vw;
            }
            main .service .palace .item .btm .en{
                margin-top: 3vw;
                margin-bottom: 12px;
            }
            main .service .palace.nine .item:nth-child(5) .txt{
                padding: 0px 2vw;
            }
            main .service .palace.nine .item:nth-child(5) .txt>p:first-child{
                font-size: 1.875vw;
            }
            main .service .palace.nine .item:nth-child(5) .txt .en{
                margin-bottom: 2.5vw;
            }
            main .service .palace.nine .item:nth-child(5) .txt div{
                font-size: 14px;
            }
            main .service .palace .dtl{
                width: calc(200% + 2.25vw);
            }
            main .service .palace .dtl .border + .fill .mid .t{
                font-size: 18px;
            }
            main .service .palace .dtl .border + .fill .mid .name{
                font-size: 3.6vw;
            }
            main .service .palace .dtl .border + .fill .mid .en{
                font-size: 2.8vw;
            }
            main .service .palace .dtl .border + .fill .mid .t{
                font-size: 16px;
            }
            


            main .sign{
                font-size: 36px;
            }
            main .sign .date{
                font-size: 20px;
                margin-bottom: 12px;
            }
            main .sign .arwBtn{
                font-size: 16px;
                width: 180px;
                height: 42px;
            }

            main .activity .tips{
                margin-top: 35px;
                margin-bottom: 50px;
            }
            main .activity .tips p{
                margin-top: 18px;
            }

            main .swiper{
                margin-bottom: 50px;
            }
            main .swiper .swp{
                height: 500px;
            }

            main .service .ttl{
                padding-bottom: 26px;
            }
           

            main .property1 .methods{
                margin-top: 70px;
            }
        }

        @media(max-width:1200px){
            main .service{
                padding: 57px 0px;
            }
            main .service .palace .item .btm{
                font-size: 2.16vw;
            }
            main .service .palace.nine .item:nth-child(5) .txt .en{
                margin-bottom: 1.2vw;
                font-size: 14px;
                margin-top: 8px;
            }
            main .service .palace .item .btm .icon{
                height: 7.5vw;   
            }
            main .service .palace .item .btm .en{
                font-size: 2vw;
            }
            main .service .palace .dtl .border + .fill .mid .en{
                margin-top: 15px;
                margin-bottom: 26px;
            }
            main .service .palace .dtl .border + .fill .mid .t{
                padding-top: 32px;
            }
            main .service .palace .dtl .border + .fill .mid .icon{
                height: 18.6vw;
            }

            main .activity{
                margin-top: 50px;
            }
          
            main .swiper{
                margin-bottom: 40px;
            }
            main .swiper .swp{
                height: 420px;
            }
            main .swiper .prev{
                left: 30px;
            }
            main .swiper .next{
                right: 30px;
            }
            main .swiper>.btn{
                width: 56px;
                height: 56px;
                transform: translateY(-50%) !important;
            }

            main .activity .tips{
                margin-top: 26px;
                margin-bottom: 36px;
                font-size: 14px;
            }
            main .activity .tips p{
                margin-top: 12px;
            }

            main .sign{
                font-size: 32px;
            }
            main .sign .date{
                font-size: 18px;
                margin-bottom: 10px;
            }
            main .sign .arwBtn{
                width: 150px;
                height: 39px;
            }

          

            main .property1 .content .txt>p{
                font-size: 30px;
            }
            main .property1 .content{
                margin-top: 30px;
            }
            main .property1 .content .txt .t{
                font-size: 18px;
            }
            main .property1 .methods{
                margin-top: 60px;
                padding: 32px 24px 24px;
                width: 41vw;
            }
            main .property1 .methods>p{
                font-size: 26px;
            }
            main .property1 .methods::before{
                border-radius: 10px;
            }
            main .property1 .methods::after{
                border-radius: 10px;
                clip-path: polygon(0% 0%,calc(50% - 94px) 0%,calc(50% - 94px) 5px,calc(50% + 94px) 5px,calc(50% + 94px) 0%,100% 0%,100% 100%,0% 100%);
            }
            main .property1 .methods .pl p{
                line-height: 50px;
                font-size: 18px;
            }
            main .property1 .content>img{
                left: 41vw;
            }
            main .property1 .code{
                padding: 27px;
                border-radius: 10px;
            }
            main .property1 .code p{
                padding: 20px;
            }
        }

        @media(max-width:1024px){
            main .service{
                padding: 48px 0px;
            }
            main .service .tips{
                font-size: 14px;
                padding-top: 36px;
                padding-bottom: 48px;
            }
            main .service .palace .dtl .border + .fill .close{
                width: 40px;
                height: 40px;
            }
            main .service .palace .dtl .border + .fill .close::before,
            main .service .palace .dtl .border + .fill .close::after{
                height: 4px;
            }
            main .service .palace .dtl .border + .fill .mid .en{
                margin-top: 10px;
                margin-bottom: 18px;
            }
            main .service .palace .dtl .border + .fill .mid .t{
                padding-top: 24px;
            }
            main .service .palace.nine .item:nth-child(5) .txt .en{
                font-size: 12px;
                margin-top: 6px;
            }
            main .service .palace .dtl .border + .fill .mid .t p + p{
                margin-top: 16px;
            }


            main .swiper>.btn{
                width: 50px;
                height: 50px;
            }
            main .swiper .prev{
                left: 25px;
            }
            main .swiper .next{
                right: 25px;
            }
            main .swiper .swp{
                height: 360px;
            }
            
            main .sign{
                font-size: 23px;
            }
            main .sign .date{
                font-size: 16px;
                margin-bottom: 6px;
            }
            main .sign .arwBtn{
                width: 120px;
                height: 35px;
            }

       
            main .service .ttl{
                padding-bottom: 18px;
            }
           

            main .property1{
                padding-top: 40px;
            }
            main .property1 .content{
                margin-top: 24px;
                padding-bottom: 40px;
            }
            main .property1 .content .txt{
                margin-bottom: 24px;
            }
            main .property1 .content .txt .t{
                margin-top: 12px;
                line-height: 1.1;
                font-size: 16px;
            }
            main .property1 .content .txt>p{
                font-size: 24px;
            }
            main .property1 .methods{
                margin-top: 50px;
                padding: 24px 15px 15px;
            }
            main .property1 .methods>p{
                font-size: 20px;
            }
            main .property1 .methods::after {
                clip-path: polygon(0% 0%,calc(50% - 64px) 0%,calc(50% - 64px) 5px,calc(50% + 64px) 5px,calc(50% + 64px) 0%,100% 0%,100% 100%,0% 100%);
            }
            main .property1 .methods .pl p{
                font-size: 16px;
            }
            main .property1 .code{
                padding: 18px;
            }
            main .property1 .code p{
                padding: 10px;
            }   
        }

        @media(max-width:767px){
            /*
            main .service .palace .item .btm,
            main .service .palace .dtl .border + .fill{
                border-width: 2px;
            }
            */
            main .service{
                padding: 40px 0px;
            }
            main .service .tips{
                padding: 30px 0px;
            }
            main .service .palace{
                display: block;
                margin-left: 0px;
            }
            main .service .palace .item{
                border: 2px solid #D5BA8C;
                padding: 24px;
            }
            main .service .palace .item,
            main .service .palace .dtl{
                width: 100%;
                margin-left: 0px;
                z-index: 2;
            }
            main .service .palace .item .btm{
                cursor: default;
            }
            main .service .palace .item .btm::after{
                /*background: transparent;*/
            }
            main .service .palace .item:nth-child(odd) .btm::after{
                
            }
            main .service .palace .dtl .border + .fill .mid::after,
            main .service .palace .dtl .border{
                display: none;
            }
            main .service .palace.nine .item:nth-child(5) .txt .en{
                margin-bottom: 12px;
            }
            main .service .palace .item:nth-child(n + 2){
                margin-top: 25px;
            }
            main .service .palace .item .btm,
            main .service .palace .dtl .border + .fill,
            main .service .palace.nine .item:nth-child(5) .btm{
                border-width: 0px;
            }
            main .service .palace .dtl,
            main .service .palace .dtl .border + .fill,
            main .service .palace .item .btm,
            main .service .palace .item .btm .inner{
                position: initial;
                transform: initial !important;
                opacity: 1 !important;
                pointer-events: all !important;
            }
            main .service .palace .item .btm img{
                z-index: -1;
            }
            main .service .palace .fillMid::before,
            main .service .palace .dtl .border + .fill .mid>p,
            main .service .palace .dtl .border + .fill .close{
                display: none !important;
            }
            main .service .palace .dtl .border + .fill{
                background: none;
                padding: 0px;
                margin-top: 16px;
            }
            main .service .palace .dtl .border + .fill .mid .t{
                padding-top: 18px;
            }
            main .service .palace .item .btm .inner{
                padding: 0px;
            }
            main .service .palace .item .btm .en,
            main .service .palace .dtl .border + .fill .mid .t{
                font-size: 14px;
            }
            main .service .palace .item .btm .name,
            main .service .palace.nine .item:nth-child(5) .txt>p:first-child{
                font-size: 18px;
            }
            main .service .palace .dtl .border + .fill .mid .t p + p{
                margin-top: 10px;
            }
            main .service .palace .item .btm .pic{
                /*display: none;*/
            }
            main .service .palace.nine .item:nth-child(5) .txt{
                padding: 0px;
            }
            main .service .palace.nine .item:nth-child(5) .txt>p:first-child{
                font-size: 22px;
            }
            


            main .activity{
                margin-top: 40px;
            }
           
            
            main .swiper{
                margin-bottom: 40px;
            }
            main .swiper>.btn{
                width: 32px;
                height: 32px;
            }
            main .swiper .prev{
                left: -1px;
            }
            main .swiper .next{
                right: -1px;
            }
            main .swiper .swp{
                height: 36vw;
                min-height: 200px;
            }

            main .sign{
                display: block;
                font-size: 16px;
            }
            main .sign .date{
                font-size: 12px;
            }
            main .sign .arwBtn{
                margin-left: 0px;
                font-size: 14px;
                width: 106px;
                margin-top: 15px;
                height: 30px;
            }

         

            main .property1 .content{
                margin-top: 15px;
            }
            main .property1 .content .txt{
                margin-bottom: 20px;
            }
            main .property1 .content .txt .t{
                font-size: 14px;
            }
            main .property1 .content .txt>p{
                font-size: 18px;
            }
            main .property1 .methods{
                margin-top: 40px;
                width: 320px;
            }
            main .property1 .methods::before{
                border-radius: 6px;
            }
            main .property1 .methods::after{
                border-radius: 6px;
                clip-path: polygon(0% 0%,calc(50% - 70px) 0%,calc(50% - 70px) 5px,calc(50% + 70px) 5px,calc(50% + 70px) 0%,100% 0%,100% 100%,0% 100%);
            }
            main .property1 .methods>p{
                font-size: 18px;
            }
            main .property1 .methods .pl p{
                margin-top: 12px;
                font-size: 14px;
                line-height: 36px;
                border-radius: 6px;
            }
            main .property1 .content>img{
                z-index: 1;
                right: 0px;
                left: auto;
                margin-left: 0px;
            }
            main .property1 .code{
                position: fixed !important;
                width: 80vw !important;
                height: 80vw !important;
                bottom: auto;
                top: 50% !important;
                left: 50% !important;
                transform: translate(-50%,-50%);
                margin-left: 0px;
            }  
        }

        
        @media(max-width:480px){
            main .property1 .methods{
                width: 100%;
            }
            main .property1 .content>img{
                height: 95%;
                transform: translateX(20%);
            }
            main .service .palace .item .btm .icon{
                height: 12vw;
            }
        }