
    *{
        padding:0px;
        margin:0px;
        box-sizing: border-box;
    }
    body,html{
        width: 100%;
    }
    body{
        
    }
    body.pc{
        overflow: hidden;
    }
    
    
    ul{
        list-style: none !important;
    }
    a{
        text-decoration: none;
        color: inherit;
    }
    img{
        display: block;
        width: 100%;
        height: auto;
    }
    .cursor{
        cursor: pointer;
    }
    .default{
        cursor: default;
    }
    .l1{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        white-space: normal;
        word-break: break-all;
    }
    .l2{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
        word-break: break-all;
    }
    .l3{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        white-space: normal;
        word-break: break-all;
    }
    .clearfix{
        zoom: 1;
    }
    .clearfix::after{
        content: '';
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        display: block;
    }
    .react{
        height: initial !important;
    }
    *{
        -webkit-tap-highlight-color:transparent;
    }
    input, select, textarea,button{
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: none transparent;
        color: inherit;
        font: inherit;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .iv{
        display: inline-block;
        vertical-align: top;
    }
    .flex{
        display:box;
        display: -webkit-box; 
        display: -moz-box;
        display: -webkit-flex; 
        display: -moz-flex; 
        display: -ms-flexbox;
        display: flex;
    }
    .flex-align-items{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-box-pack:center;
        -webkit-align-items: center;
        align-items: center;
    }
    .flex-justify-content{
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        box-align:center;
    }
    .flex-between{
        justify-content: space-between;
    }
    .flex-around{
        justify-content: space-around;
    }
    .flex-col{
        flex-direction: column;
    }
    .flex-wrap{
        flex-wrap: wrap;
    }

    .obj-c{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .fc{
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    .widthFix{
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    .hvcContn{
        width: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .delay-1{
        transition-delay: .1s !important;
    }
    .delay-2{
        transition-delay: .2s !important;
    }
    .delay-3{
        transition-delay: .3s !important;
    }
    html.noScroll body{
        position: fixed;
        left: 0px;
    }
    .container.fillAll{
        min-height: 100vh;
        flex-direction: column;
        display:box;
        display: -webkit-box; 
        display: -moz-box;
        display: -webkit-flex; 
        display: -moz-flex; 
        display: -ms-flexbox;
        display: flex;
    }
    .fillAll main{
        flex:1;
    }
    #contn{
        opacity: 0;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    #loadingDiv{
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 100000;
        top: 0px;
        left: 0px;
        transition: .5s opacity;
    }
    #loadingDiv.active{
        opacity: 0;
    }
    .hvc{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .vc{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .hc{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .fill,
    .fillAft::after,
    .fillBf::before{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .fillAft::after,
    .fillBf::before,
    .fillMid::before{
        content: '';
    }
    .fillMid::before{
        box-sizing: border-box;
        width: 100%;
        display: block;
        padding-bottom: 100%;
    }
    .mid{
        position: relative;
    }
    .mid::before{
        content: '';
        padding-bottom: 100%;
        display: block;
    }
    .noTsn{
        transition: initial !important;
    }
    .noTouch{
        pointer-events: none;
    }
    .storeBox{
        display: none;
    }
    .hbc{
        position: relative;
    }
    .hbc img:last-child,
    .dc img:last-child{
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .hbc img,
    .dc img{
            transition: opacity .4s;
    }
    .hbc img:last-child,
    .hbc:hover img,
    .dc img:last-child{
        opacity: 0;
    }
    .hbc:hover img:last-child{
        opacity: 1;
    }
    .shake {
        transform-origin:center bottom;
        animation-duration:2s;
        animation-fill-mode:both;
        animation-name: shake;
    }
    @keyframes shake{
        0%{
            transform:rotate(0deg);
            transition-timing-function:cubic-bezier(0.215,.61,.355,1)
        }10%{
            transform:rotate(-12deg);
            transition-timing-function:cubic-bezier(0.215,.61,.355,1)
        }20%{
            transform:rotate(12deg);
            transition-timing-function:cubic-bezier(0.215,.61,.355,1)
        }28%{
            transform:rotate(-10deg);
            transition-timing-function:cubic-bezier(0.215,.61,.355,1)
        }36%{
            transform:rotate(10deg);
            transition-timing-function:cubic-bezier(0.755,.5,.855,.06)
        }42%{
            transform:rotate(-8deg);
            transition-timing-function:cubic-bezier(0.755,.5,.855,.06)
        }48%{
            transform:rotate(8deg);
            transition-timing-function:cubic-bezier(0.755,.5,.855,.06)
        }52%{
            transform:rotate(-4deg);
            transition-timing-function:cubic-bezier(0.755,.5,.855,.06)
        }56%{
            transform:rotate(4deg);
            transition-timing-function:cubic-bezier(0.755,.5,.855,.06)
        }60%{
            transform:rotate(0deg);
            transition-timing-function:cubic-bezier(0.755,.5,.855,.06)
        }100%{
            transform:rotate(0deg);
            transition-timing-function:cubic-bezier(0.215,.61,.355,1)
        }
    }
    /*::-webkit-scrollbar{
        width: 6px;
        height: 6px; 
    }
    ::-webkit-scrollbar-thumb{
        border-radius: 3px;
        background: rgba(255,255,255, .15);
        
    }
    :hover::-webkit-scrollbar-thumb{
        background: rgba(255,255,255, .2);
    }
    ::-webkit-scrollbar-track{
        background: rgba(0,0,0,0);
    }*/
    
    @font-face{
        font-family: 'light'; 
        src:url('../../font/字魂59号-创粗黑.ttf') format('truetype');
    }
    @font-face{
        font-family: 'AlibabaR'; 
        src:url('../../font/Alibaba-PuHuiTi-Regular.otf') format('truetype');
    }
    @font-face{
        font-family: 'impact'; 
        src:url('../../font/impact.ttf') format('truetype');
    }
    .AlibabaR{
        font-family: 'AlibabaR';
    }
    .light{
        font-family: 'light';
    }
    .impact{
        font-family: 'impact';
    }
    

    main .subTip {
        opacity: 0 !important;
        padding: 0px 20px;
        white-space: nowrap;
        line-height: 80px;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        border-radius: 10px;
        background: #7f7f7f;
        z-index: 50;
        position: fixed;
        pointer-events: none;
    }
    main .subTip.active{
        animation: suc 2.5s ease !important;
    }

    @keyframes suc{
        0%{
            opacity: 0;
        }40%{
            opacity: 1;
        }60%{
            opacity: 1;
        }100%{
            opacity: 0;
        }
    }

    .ready.anmt,
    .ready .anmt{
        animation-play-state: paused;
    }
    .frozen.anmt,
    .frozen .anmt{
        animation-play-state: running;
    }

    .scroll{
        position: fixed;
        top: 0px;
        right: 0px;
        width: 20px;
        height: 100vh;
        z-index: 5;
    }
    .mobileDevice .scroll{
        display: none;
    }
    .scroll *{
        position: absolute;
    }
    .scroll .track{
        width: 100%;
        height: 100%;
        top: 0px;
        bottom: 0px;
    }
    .scroll .bar{
        width: 7px;
        right: 0px;
        height: 1px;
        background: rgba(0,0,0,.6);
        top: 0px;
        z-index: 2;
        transition: height .6s cubic-bezier(.215,.61,.355,1),
        width .25s cubic-bezier(.215,.61,.355,1),
        background-color .4s ease;
        cursor: grab;
    }
    body.active .scroll .bar{
        background: hsla(0,0%,100%,.7);
    }
    .scroll .bar.grab{
        background-color: #000;
    }
    body.active .scroll .bar.grab{
        background-color: #fff;
    }
    .scroll:hover .bar{
        width: 100%;
        
    }

    .diyNumBox{
        display: none !important;
        transform:translateX(50%);
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .diyNum{
        line-height: 1;
        background-color: rgba(219,16,16,.9);
        border: 1px solid red;
        color: #fff;
        border-radius: 100px;
    }
    .diyNumBox,.diyNum{
        font-style: normal;
    }
    .blkBg,
    header .tp .btn,
    /*body.active header .tp .btn,
    header .tp .btn.blkBg,*/
    .cmnLinks a::after,
    body.active .whiteBg,
    body.active header .tp .btn.whiteBg,
    body.active,
    main .tpLft a span::after,
    body.active main.exp .case .palace .list .item .bg,
    body.active main .infoPalace .pullDown,
    main.caseInfo .dtls .txt .lft li::after,
    body.active main.about .choose,
    main.aboutChs .choose .item .txt p::after,
    body.active main.index .palace section,
    main.index .control1 p,
    body.active main.index .control1 p::after,
    body.active main.aboutChs .choose .item.blkBg,
    body.active header:after,
    body.active header .palace .rhtBtm .btn .square .circle p,
    main.hiring .mail .blink,
    main.aboutUs .content .culture .lft .line span,
    main.aboutUs .content .service li p:nth-child(2)::after{
        background-color: #121212;
    }
    .whiteBg,
    body.active header .tp .btn,
    body.active .blkBg,
    main.exp .case .palace .list .item .bg,
    main .infoPalace .pullDown,
    body.active main.caseInfo .dtls .txt .lft li::after,
    body.active main.about .choose .item .txt p::after,
    body.active header .palace .rhtBtm .btn .square::after,
    body.active header .palace .rhtBtm .btn .square .circle,
    body.active header .palace .rhtBtm .btn .square .circle .round,
    body.active main.aboutChs .choose .item .txt p::after,
    main.aboutChs .choose .item.blkBg .txt p:after,
    body.active main.aboutChs .choose .item.whiteBg .txt p:after,
    main.index .palace section,
    body.active main .control1 p,
    main.index .control1 p::after,
    body.active main .list .grid-item .title span::after,
    body.active main.hiring .mail .blink,
    body.active main.aboutUs .content .service li p:nth-child(2)::after,
    body.active main.aboutUs .content .culture .lft .line span,
    body.active .cmnLinks a::after{
        background: #fff;
    }
    body.active header .palace .rhtBtm .btn .square p,
    body.active main.index .squares .box .inner,
    body.active main.index .control1 p::after,
    body.active main.aboutUs .content .info li,
    body.active main.aboutUs .content .service li,
    body.active main .infoPalace .pullDown{
        border-color: #fff;
    }
    body.active,
    body.active header .menu a{
        color: #fff;
    }
    header .palace .rhtBtm .txt{
        margin-right: 20px;
        font-weight: bold;
        font-size: 14px;
    }
    header .palace .rhtBtm .txt p{
        position: relative;
        overflow: hidden;
        line-height: 19px;
        height: 19px;
    }
    header .palace .rhtBtm .txt p span{
        display: block;
        transition: transform .7s cubic-bezier(.215,.61,.355,1);
    }
    body.active header .palace .rhtBtm .txt p span{
        transform: translateY(-100%);
    }


    header .jumpLoading{
        position: fixed;
        display: none;
        height: 6px;
        z-index: 3;
        width: 0%;
    }
    header .jumpLoading.active{
        width: 100%;
        transition: width 2.9s;
    }
    header .sidePhone{
        right: 0px;
        width: 52px;
        position: fixed;
        z-index: 10;
    }
    header .tp{
        position: fixed;
        z-index: 30;
        padding: 0px 80px 0 40px;
        top: 40px;
        width: 100%;
    }
    header .tp .logo{
        position: relative;
        width: 110px;
    }
    header .tp .logo img{
        height: 60px;
        height: auto !important;
        transition: initial;
    }
    /*
    header .tp .logo img:first-child{
        display: block;
    }
    header .tp .logo.hover img{
        display: none !important;
    }
    
    header .tp .logo.hover.c1 img:nth-child(1),
    header .tp .logo.hover.c2 img:nth-child(2),
    header .tp .logo.hover.c3 img:nth-child(3),
    header .tp .logo.hover.c4 img:nth-child(4){
        display: block !important;
    }
    header .tp .logo *{
        pointer-events: none;
    }
    header .tp .logo img{
        position: initial;
    }
    header .tp .logo .item:last-child{
        position: absolute;
        top: 0px;
        left: 0px;
    }
    */
    
    header .tp .btn{
        right: 40px;
        width: 40px;
        height: 40px;
    }
    header .tp .btn p{
        width: 50%;
    }
    header .tp .btn p span{
        width: 60%;
    }
    header .tp .logo .item,
    body.active header .tp .logo .item,
    body.active header .tp .logo img,
    header .tp .btn p span img,
    main.index .gif img,
    body.active main.index .gif img,
    body.active header .tp .btn p span img,
    body.active header .sidePhone img{
        opacity: 0;
    }
    header .tp .logo .item:last-child,
    body.active header .tp .logo img:last-child,
    body.active header .tp .logo .item:first-child,
    header .tp .btn p span img:last-child,
    main.index .gif img:first-child,
    body.active main.index .gif img:last-child,
    body.active header .tp .btn p span img:first-child,
    /*header .tp .btn.blkBg p span img:last-child,*/
    body.active header .sidePhone img:last-child{
        opacity: 1;
    }
    header .tp .btn p:nth-child(2) span{
        width: 80%;
    }
    header .tp .btn p:nth-child(3) span{
        width: 70%;
    }
    header .tp .btn p:nth-child(4) span{
        width: 72%;
    }
    header .tp .btn.fstLvl p:nth-child(1){
        animation: .7s linear i1-1 forwards;
    }
    header .tp .btn.scdLvl p:nth-child(1){
        animation: .7s linear i1-2 forwards;
    }
    @keyframes i1-1{
        0%{
            transform: translate(0%,0%);
        }45%{
            transform: translate(100%,0%);
        }55%{
            transform: translate(100%,0%);
        }100%{
            transform: translate(100%,100%);
        }
    }
    @keyframes i1-2{
        0%{
            transform: translate(100%,100%);
        }45%{
            transform: translate(0%,100%);
        }55%{
            transform: translate(0%,100%);
        }100%{
            transform: translate(0%,0%);
        }
    }
    header .tp .btn.fstLvl p:nth-child(2){
        animation: .7s linear i2-1 forwards;
    }
    header .tp .btn.scdLvl p:nth-child(2){
        animation: .7s linear i2-2 forwards;
    }
    @keyframes i2-1{
        0%{
            transform: translate(0%,0%);
        }45%{
            transform: translate(0%,100%);
        }55%{
            transform: translate(0%,100%);
        }100%{
            transform: translate(-100%,100%);
        }
    }
    @keyframes i2-2{
        0%{
            transform: translate(-100%,100%);
        }45%{
            transform: translate(-100%,0%);
        }55%{
            transform: translate(-100%,0%);
        }100%{
            transform: translate(0%,0%);
        }
    }
    header .tp .btn.fstLvl p:nth-child(3){
        animation: .7s linear i3-1 forwards;
    }
    header .tp .btn.scdLvl p:nth-child(3){
        animation: .7s linear i3-2 forwards;
    }
    @keyframes i3-1{
        0%{
            transform: translate(0%,0%);
        }45%{
            transform: translate(0%,-100%);
        }55%{
            transform: translate(0%,-100%);
        }100%{
            transform: translate(100%,-100%);
        }
    }
    @keyframes i3-2{
        0%{
            transform: translate(100%,-100%);
        }45%{
            transform: translate(100%,0%);
        }55%{
            transform: translate(100%,0%);
        }100%{
            transform: translate(0%,0%);
        }
    }
    header .tp .btn.fstLvl p:nth-child(4){
        animation: .7s linear i4-1 forwards;
    }
    header .tp .btn.scdLvl p:nth-child(4){
        animation: .7s linear i4-2 forwards;
    }
    @keyframes i4-1{
        0%{
            transform: translate(0%,0%);
        }45%{
            transform: translate(-100%,0%);
        }55%{
            transform: translate(-100%,0%);
        }100%{
            transform: translate(-100%,-100%);
        }
    }
    @keyframes i4-2{
        0%{
            transform: translate(-100%,-100%);
        }45%{
            transform: translate(0%,-100%);
        }55%{
            transform: translate(0%,-100%);
        }100%{
            transform: translate(0%,0%);
        }
    }

    header .tp .topic{
        flex: 1;
        font-size: 15px;
        margin-left: 50px;
        margin-right: 50px;
        white-space: nowrap;
        overflow: hidden;
    }
    header .tp .topic p{
        
    }
    header .tp .topic span{
        animation: slide 20s linear infinite;
    }
    @keyframes slide{
        to{
            transform:translateX(-200%);
        }
    }
    @keyframes moveLft{
        form{
            transform: translateX(0px);
        }to{
            transform: translateX(-200%);
        }
    }
    
    header .palace{
        height: 100vh;
        position: fixed;
        z-index: 20;
        overflow: hidden;
    }
    header::after{
        pointer-events: none;
        position: fixed !important;
        height: 100vh;
        transition: opacity .3s ease,background-color .5s ease;
        background-color: #fff;
        opacity: 0;
        z-index: 19;
    }
    header.active::after{
        opacity: .96;
    }
    header.active .palace{
        pointer-events: all;
    }
    header .menu.hidden{
        display: none;
    }
    header .menu .nav{
        white-space: nowrap;
        font-size: 84px;
        line-height: 1.16;
        margin-right: 95px;
        margin-right: 0px !important;
    }
    header .menu .nav a,
    header .menu .nav p *,
    header .menu .side a{
        display: block;
    }
    header .menu .nav a:hover{
        opacity: .45;
    }
    header .menu .nav a .name{
        position: relative;
    }
    header .menu .nav a .name .t{
        position: relative;
        overflow: hidden;
        font-family: 'impact';
    }
    header .menu .nav .transtn a .name .t{
        transition: .3s transform;
    }
    header .menu .nav a .name .t span{
        transform: translateY(100%);
        transition: transform .5s cubic-bezier(.165,.84,.44,1);
    }
    header.active .menu .nav a .name .t span{
        transform: translateY(0px);
    }
    header .menu .nav .diyNum{
        padding: 13px 26px;
        font-size: 50px;
        opacity: 0;
        transform: translateY(40%);
        box-shadow: 5px 5px 10px 0px rgba(0,0,0,.2);
    }
    header .menu .nav .diyNum.badgeSlideOut{
        animation-duration: .2s;
    }
    header .menu .side{
        width: 300px;
        transition: transform .3s ease,opacity .2s ease;
        transform: translateX(20%);
        opacity: 0;
        display: none;
    }
    header.active .menu .side{
        transform: translateX(0%);
        opacity: 1;
    }
    header .menu .side li{
        padding-top: 25px;
        margin-top: 25px;
        border-top: 1px solid #000;
    }
    header .menu .side li:first-child{
        margin-top: 0px;
        border-top-width: 0px;
    }
    header .menu .side li a{
        transition: transform .2s cubic-bezier(.645,.045,.355,1);
    }
    header .menu .side li:hover a{
        transform: translate(-6px,-6px);
    }
    header .menu .side li a .name{
        font-weight: bold;
        font-size: 28px;
        line-height: 43px;
    }
    header .menu .side li a.curr{
        pointer-events: none;
    }
    header .menu .side li a.curr .name{
        color: rgba(0,0,0,.4);
    }
    header .menu .side li a .t{
        font-size: 12px;
        line-height: 16px;
    }
    header .palace>*:nth-child(n + 2){
        position: absolute;
        bottom: 50px;
    }
    header .palace .lftBtm{
        left: 50px;
        font-size: 12px;
        transition: transform .2s ease-in;
        transform: translateY(calc(100% + 7vw));
    }
    header.active .palace .lftBtm{
        transform: translateY(0px);
        transition: transform .4s cubic-bezier(.215,.61,.355,1) .1s,margin .4s cubic-bezier(.215,.61,.355,1);
    }
    .cmnLinks a{
        line-height: 1;
        position: relative;
        font-size: 14px;
        font-weight: bold;
    }
    .cmnLinks a::after{
        content: '';
        bottom: -2px;
        width: 0%;
        left: 50%;
        transition: width .2s ease;
        transform: translateX(-50%);
        height: 2px;
        position: absolute;
    }
    .cmnLinks a:hover::after{
        width: 100%;
    }
    header .palace .lftBtm .links i{
        margin: 0px 10px;
        width: 1px;
        opacity: .2;
    }
    body.active header .palace .lftBtm .links i{
        opacity: .5;
    }
    header .palace .lftBtm .copy{
        display: none;
        margin-top: 8px;
        line-height: 18px;
    }
    header .palace .rhtBtm{
        right: 50px;
        transition: transform .25s cubic-bezier(.55,.055,.675,.19);
        transform: translateX(calc(100% + 50px));
    }
    header.active .palace .rhtBtm{
        transition: transform .55s cubic-bezier(.215,.61,.355,1) .15s,opacity .3s ease .15s;
        transform: translateX(0);
    }
    header .palace .rhtBtm .btn{
        width: 28px;
        height: 28px;
        z-index: 2;
        position: relative;
        transition: transform .3s ease;
    }
    body.active header .palace .rhtBtm .btn{
        transform: scale(.85);
    }
    header .palace .rhtBtm .btn .square::after{
        background: #121212;
        border-radius: 50%;
        z-index: -1;
        transform: rotate(45deg);
    }
    header .palace .rhtBtm .btn *{
        width: 100%;
        height: 100%
    }
    header .palace .rhtBtm .btn .square{
        position: relative;
        z-index: 2;
        transition: transform .5s cubic-bezier(.215,.61,.355,1);
    }
    header .palace .rhtBtm:hover .btn .square{
        transform: rotate(-110deg);
    }
    header .palace .rhtBtm .btn .square .circle{
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        background: #121212;
    }
    body.active header .palace .rhtBtm .btn .square::after,
    body.active header .palace .rhtBtm .btn .square .circle{
        border-radius: initial;
    }
    header .palace .rhtBtm .btn .square .circle p{
        width: 86%;
        height: 86%;
        border-radius: 50%;
        background-color: #fff;
        margin: 7% auto;
        position: relative;
        overflow: hidden;
    }
    header .palace .rhtBtm .btn .square .circle .round{
        position: absolute;
        width: 90%;
        height: 90%;
        transform: translate(35%,-15%);
        border-radius: 50%;
        background-color: #121212;
        transition: transform 1.3s ease;
    }
    body.active header .palace .rhtBtm .btn .square .circle .round{
        transition: transform .8s cubic-bezier(.55,.055,.675,.19);
        transform: translate(-100%,100%);
    }


    main .headTtl{
        position: fixed;
        z-index: 5;
        font-weight: bold;
        top: 70px;
        transition: opacity .4s ease,transform .4s cubic-bezier(.215,.61,.355,1);
    }
    main .headTtl.hidden{
        opacity: 0;
        transform: translate(-50%,-101px);
    }
    header.active + main .headTtl{
        opacity: 0;
    }
    main .infoPalace{
        position: fixed;
        z-index: 50;
        transform: translateY(100%);
        transition: transform .8s cubic-bezier(.77,0,.175,1) .4s,-webkit-transform .8s cubic-bezier(.77,0,.175,1);
    }
    main.reading .infoPalace{
        transition-delay: .4s;
        transform: translateY(0%);
    }
    main .infoPalace .iframe,
    main .infoPalace iframe{
        position: relative;
        border-width: 0px;
    }
    main .infoPalace .pullDown{
        z-index: 3;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50px;
        right: 50px;
        border: 2px solid #000;
        overflow: hidden;
    }
    main .infoPalace .pullDown .hvc{
        width: 30%;
        height: 30%;
        left: 35%;
        top: 31%;
        transform: initial;
    }
    main .infoPalace .pullDown .hvc span{
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(45deg);
    }
    body.active main .infoPalace .pullDown .hvc span{
        border-color: #fff;
    }
    main .infoPalace .pullDown.active .hvc{
        animation: hoverBottom .37s cubic-bezier(.215,.61,.355,1);
    }
    main .infoPalace .pullDown .hvc span:last-child{
        transform: translateY(-220%) rotate(45deg);
    }
    @-webkit-keyframes hoverBottom{
        to{transform: translateY(220%)}
    }
    @keyframes hoverBottom{
        to{transform: translateY(220%)}
    }
    

    
    footer{
        padding-top: 8vw;
        padding-bottom: 5.4vw;
        font-size: 14px;
    }
    footer .inner{
        width: 90%;
        max-width: 1490px;
        margin: 0 auto;
    }
    footer .inner .links a{
        line-height: 1;
        font-weight: bold;
    }
    
    footer .inner .links i{
        width: 1px;
        margin: 0px 30px;
        opacity: .2;
    }
    body.active footer .inner .links i{
        opacity: .5;
    }
    footer .inner>p{
        line-height: 1;
        font-weight: bold;
        font-size: 20px;
        margin-top: 115px;
        margin-bottom: 40px;
    }
    footer .inner .us{
        align-items: flex-start;
    }
    footer .inner .us .addr{
        width: 450px;
    }
    footer .inner .us .addr p:last-child{
        margin-top: 10px;
    }
    footer .inner .us .methods{
        white-space: nowrap;
    }
    footer .inner .us .methods span{
        font-weight: bold;
    }
    footer .inner .us img{
        width: 75px;
    }