



        @media (max-width: 1200px){
            main .subTip {
                font-size: 20px;
                padding: 0px 15px;
                line-height: 60px;
            }
        }
        
        @media (max-width: 1024px){

            header .menu .nav{
                font-size: 70px;
            }
            header .menu .nav .diyNum{
                font-size: 40px;
                padding: 11px 21px;
                box-shadow: 4px 4px 8px 0px rgba(0,0,0,.2);
            }
            header .menu .side{
                width: 200px;
            }
            header .menu .side li{
                margin-top: 17px;
                padding-top: 17px;
            }
            header .menu .side li a .name{
                font-size: 21px;
                line-height: 32px;
            }
            header .menu .side li a .t{
                line-height: 14px;
            }
            
            footer .inner>p{
                margin-top: 80px;
                margin-bottom: 30px;
            }
            footer .inner .us .addr{
                width: 320px;
            }
            footer .inner .us img{
                width: 64px;
            }
        }

        @media (max-width: 767px){
            header .tp .logo img{
                height: 40px;
            }
            header .sidePhone{
                width: 48px;
            }
            header .palace{
                display: block;
                overflow-y: scroll;
                overflow-x: hidden;
                padding-right: 20px;
                width: calc(100% + 20px);
                padding-bottom: 18%;
            }
            header .menu,
            header .palace,
            header .palace .lftBtm .links,
            header .palace .lftBtm .links a{
                display: block;
            }
            header .menu .nav{
                padding: calc(29vmin + 9vmax) calc(6vmin + 8px) 18% 6vmin;
                font-size: 14.2vw;
                line-height: 1.29;
            }
            header .menu .nav .diyNum{
                padding: 1.95vw 4vw;
                font-size: 7.69vw;
            }
            header .menu .side{
                width: 100%;
                margin-top: 18%;
            }
            header .menu .side li{
                padding-top: 12%;
                margin-top: 12%;
            }
            header .menu .side li a .name{
                font-size: 9vw;
                line-height: 1.5;
            }
            header .palace .lftBtm{
                position: initial;
                width: calc(100% - 12vmin);
                margin: 0 auto;
                padding-top: 12%;
                border-top: 1px solid #000;
            }
            header .palace .lftBtm,
            header .palace .rhtBtm{
                opacity: 0;
                transform: translateX(20%);
                transition: transform .3s ease,opacity .2s ease !important;
            }
            header.active .palace .lftBtm,
            header.active .palace .rhtBtm{
                opacity: 1;
                transform: translateX(0%);
            }
            header .palace .lftBtm .links a{
                line-height: 9.3vw;
                font-size: 4.4vw;
            }
            header .palace .lftBtm .links a::after{
                display: none;
            }
            header .palace .rhtBtm{
                position: initial;
                width: 100%;
                justify-content: flex-end;
                padding-right: 6vmin;
                margin-top: 18%;
            }
            
            main .subTip {
                font-size: 18px;
                width: calc(100% - 80px);
                max-width: 350px;
                padding: 10px;
                line-height: 1.4;
                white-space: normal;
                border-radius: 6px;
            }
            main .headTtl{
                display: none;
            }

            footer{
                font-size: 12px;
                padding: 20% 6vmin;
                border-top: 1px solid #bdbdbd;
            }
            footer .inner .links{
                flex-direction: column;
                align-items: flex-start;
            }
            footer .inner .links a{
                font-size: 7.3vw;
                line-height: 10.2vw;
            }
            footer .inner .links a::after{
                height: .8vw;
            }
            footer .inner .links a + a{
                margin-left: 40px;
            }
            footer .inner .links a + a::before{
                left: -20px;
            }
            footer .inner>p{
                margin-top: 50px;
                font-size: 6vw;
            }
            footer .inner .us{
                display: block;
                position: relative;
                font-size: 4vw;
            }
            footer .inner .us .methods{
                margin-top: 20px;
            }
            footer .inner .us img{
                position: absolute;
                top: 0px;
                right: 0px;
            }
            footer .inner .us .addr{
                width: 70%;
            }
            footer .inner .links i{
                display: none;
            }
        }


        @media(max-width:480px){
            footer .inner .links a + a{
                margin-left: 30px;
            }
            footer .inner .links a + a::before{
                left: -15px;
            }
            footer .inner .us .addr{
                width: 100%;
            }
            footer .inner .us img{
                position: initial;
                margin-top: 20px;
            }
        }