@charset "utf-8";body{font-size:14px;color:#000;font-family: "Roboto-Regular";}

@charset "utf-8";html{height:100%}
 /* 浏览器滚动条整体的宽度 */
::-webkit-scrollbar {
    width: .3rem;
    height: .3rem;
}
/* 滚动条里面的轨道 */
::-webkit-scrollbar-track {
    background-color: #eee;
}
/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #FF6708;
}

@media only screen and (max-width:1080px){
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
}

@media only screen and (max-width:520px){
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
}

*{padding:0;margin:0;list-style:none}
a{text-decoration:none;color:inherit}
i{font-style:normal}
dl,ol,ul{list-style-type:none}
b{display:inline-block}
em{font-style:normal;font-family:arial}
.w1500{margin:0 auto;width:90%;max-width: 73.146vw;}
.w1300{margin:0 auto;width:90%;max-width: 67.921vw;}
.w1800{margin:0 auto;width: 95%;max-width: 94vw;}
.w1700{margin:0 auto;width:90%;max-width: 83.595vw;}
@media only screen and (max-width:1280px){
.w1800{width: 92%;}
.w1500{width: 92%;}
.w1300{width: 92%;}
.w1700{width: 92%;}
}
@media only screen and (max-width:1080px){
.w1500{max-width:1400px}
.w1300{max-width:1300px}
.w1800{max-width:1800px}
.w1700{max-width:1700px}
}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
input,textarea{border:none;outline:0;border-radius:0;-webkit-appearance:none}
button{border:none;padding:0}
.head_fixed{position:fixed;top:0;left:0;width:100%;height:auto;z-index:9999}
img{border:none;vertical-align:middle;max-width:100%}
:focus{outline:0;-webkit-tap-highlight-color:transparent}
a,div,li{-webkit-tap-highlight-color: transparent;}
input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{background-color:transparent!important;background-image:none!important;-webkit-box-shadow:0 0 0 1000px #f2f3f7 inset!important;-webkit-text-fill-color:#333}
.flex{display:flex;flex-wrap:wrap;}
.flx{display:flex;flex-wrap:wrap;justify-content:space-between}
.flx_w{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}
.cpthActive.animated{-webkit-clip-path:polygon(100% 0,0 0,0 100%,100% 100%)!important}
.cpth{-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);-webkit-transition:4s cubic-bezier(.215,.61,.355,1) .3s}
.is-inview.animated{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%)!important}
.st_path{-webkit-transition:all 1.5s cubic-bezier(.215,.61,.355,1);-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0)}

@font-face {font-family: "Roboto-Regular"; font-style: normal; src: url(../font/Roboto-Regular.ttf) format("TrueType"); font-display: fallback;}
 

/* btn */
.btn{width: max-content;border-radius: 6px;transition: all .5s;background: linear-gradient(to right,#FF6708,#FEA030);}
.btn a{display: flex;align-items: center;padding: .5vw .68vw;}
.btn p{color: #fff;font-size: .85vw;margin-right: .88vw;transition: all .5s;}
.btn span{width: 1.411vw;height: 1.411vw;background: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;transition: all .6s;}
.btn span img{width: .889vw;transform: rotate(180deg);}
.btn:hover p{transform: translateX(2.2vw);}
.btn:hover span{transform: translateX(-5.2vw);}
.btn:hover span img{transform: rotate(0deg);}
@media screen and (max-width:1080px){
.btn{margin-top: 30px;}
.btn a{padding: 8px 12px;}
.btn p{font-size: 15px;margin-right: 18px;}
.btn span{width: 22px;height: 22px;}
.btn span img{width: 12px;}
.btn:hover p{transform: translateX(40px);}
.btn:hover span{transform: translateX(-95px);}
}
@media screen and (max-width:520px){
.btn{margin-top: 20px;}
.btn a{padding: 6px 10px;}
.btn p{font-size: 14px;margin-right: 14px;}
.btn:hover p{transform: translateX(35px);}
.btn:hover span{transform: translateX(-85px);}
}


/* title */
.in_tit{position: relative;margin-bottom: 2.2vw;}
.in_tit .title{font-size: 2.507839vw;background: linear-gradient(to bottom, #FF6708, #FEA030);-webkit-background-clip: text;color: transparent;font-weight: bold;}
@media screen and (max-width:1080px){
.in_tit{margin-bottom: 40px;}
.in_tit .title{font-size: 35px;}
}
@media screen and (max-width:768px){
.in_tit .title{font-size:28;}
}
@media screen and (max-width:520px){
.in_tit{margin-bottom: 20px;}
.in_tit .title{font-size:22px;}
}

 
/* head */
.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;transition: all 0.58s;padding: .35vw 0;background: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, .1);}
.head .head_mid .lf_part a{display: flex;align-items: center;}
.head .head_mid .lf_part .logo img{width: 9.823vw;}
.head .head_mid .lf_part .text{margin-left: 4%;}
.head .head_mid .lf_part .text h3{font-size: 1.15vw;}
.head .head_mid .lf_part .text p{width: 80%;font-size: .85vw;color: #010101;margin-top: 1.5%;}
.head .head_mid{display: flex;align-items: center;}
.head .head_mid .head_nav{box-sizing: border-box;transition: all .5s ease-in-out;margin-left: 5vw;}
.head .head_mid .head_nav .first_nav{text-align: end;white-space: nowrap;position: relative;}
.head .head_mid .head_nav .first_nav > li{display: inline-block;white-space: nowrap;z-index: 1;position: relative;margin: 0 1.35vw;}
.head .head_mid .head_nav .first_nav > li:nth-last-child(1){margin-right: 0;}
.head .head_mid .head_nav .first_nav > li > a{font-size: 1vw;display: block;position: relative;transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;color: #000;margin: 1.5vw 0;z-index: 99;}
.head .head_mid .head_nav .first_nav > li.cur a,.head .head_mid .head_nav .first_nav > li:hover a{color: #FF6708;}
.head .head_mid .head_nav .first_nav>li a:after{content:'';position:absolute;height: 2px;z-index:9;width:0;right: 0;transition: all .5s ease-in-out;bottom: -10px;background: #FF6708;}
.head .head_mid .head_nav .first_nav > li.cur a:after,.head .head_mid .head_nav .first_nav > li:hover a:after{width: 100%;left: 0;right: auto;}
.head .head_mid .head_nav .pc_secnav{position: absolute;top: 100%;left: 50%;height: auto;transition: all .5s ease-in-out;z-index: 3;box-sizing: border-box;transform-origin: center top;box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);opacity: 0;pointer-events: none;cursor: pointer;width: max-content;transform: translate(-50% , 30px);}
.head .head_mid .head_nav .pc_secnav.on{backface-visibility: hidden;pointer-events: auto;opacity: 1;transform: translate(-50% , 0);}
.head .head_mid .head_nav .pc_secnav .lf_nav{width: 100%;position: relative;}
.head .head_mid .head_nav .pc_secnav .lf_nav:before{content:"";border-left: 16px solid transparent;border-right: 16px solid transparent;border-bottom: 8px solid rgb(255 255 255);position:absolute;left: 20%;top: -8px;transform: translate(-50% , 0);}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul{background: #ffffff;border-radius: 10px;padding: 5px 0;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li{text-align: left;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:nth-last-child(1){border: none;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li > a{display: block;font-size: 0.845vw;color: #333;height: 2.2vw;line-height: 2.2vw;padding: 0 1vw;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:nth-child(1) > a{border-top-left-radius: 8px;border-top-right-radius: 8px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:nth-last-child(1) > a{border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li > a:after{display: none;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:hover > a{color: #FF6708;}
.head .head_mid .rt_part{box-sizing: border-box;position: relative;display: flex;align-items: center;margin: 0 auto;margin-right: 0;}
.head .head_mid .rt_part .dh{padding: .58vw 1.2vw;border-radius: 6px;transition: 0.5s;background-size: 200% auto;background-image: linear-gradient(to right, #FEA030 0%, #FF6708 51%, #FEA030 100%);cursor: pointer;font-size:.85vw;color:#fff;}
.head .head_mid .rt_part .dh:hover{background-position: right center;}
.head .head_mid .rt_part .search{margin:0 1.5vw}
.head .head_mid .rt_part .search .icon img{cursor: pointer;width: 1.15vw;}
.head .h_search{position:fixed;top:0;left:50%;background-color:rgba(0,0,0,.95);height:0;width:0;overflow:hidden;z-index:99999;opacity:0;visibility:hidden;border-radius:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all ease .4s;transition:all ease .4s}
.head .h_search.show{opacity:1;visibility:visible;width:100.1%;height:100%;-webkit-transition:all ease .4s;transition:all ease .4s;border-radius:0}
.head .h_search .h_close{border: 2px solid #fff;border-radius: 50%;height: 2.5rem;width: 2.5rem;display: flex;align-items: center;justify-content: center;margin: 0 auto;margin-right: 60px;margin-top: 40px;cursor: pointer;}
.head .h_search .h_close img{transition: 1s;width: 20px;}
.head .h_search .h_close:hover img{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.head .h_search .h_box{position:absolute;top:50%;left:50%;display:inline-block;cursor:auto;width:94%;max-width:max(300px,36.458vw);-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform ease .4s;transition:-webkit-transform ease .4s;transition:transform ease .4s;transition:transform ease .4s,-webkit-transform ease .4s}
.head .h_search.show .h_box{-webkit-transition-delay:.5s;transition-delay:.5s;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}
.head .h_search .h_box .h_text{border:1px solid #fff;border-radius:30px;padding:0 20px;position:relative}
.head .h_search .h_box .h_text .text{background:0 0;font-size:16px;color:#fff;width:100%;height:60px;border:none}
.head .h_search .h_box .h_btn{position:absolute;right:3%;top:0;height:60px;line-height:60px;display: flex;align-items: center;}
.head .h_search .h_box .h_btn .submit{border:none;background:url(../images/search.png);background-size: 28px;height: 28px;width: 28px;filter: brightness(0) invert(1);}
.head .h_search .h_box .h_text .text[type=text]::placeholder{color:#ffffffe8}

/* 下滑 */
.head.scro{padding: 0;}
 

/* menu */
.menu{width: 100vw;height:100vh;position:fixed;top:0;right:0;z-index:999;background:rgba(0,0,0,.7);box-shadow:0 0 30px rgba(0,0,0,.1);backdrop-filter:blur(10px);transform:translateX(100vw);transition:.5s all ease-in-out;opacity:0;visibility: hidden;}
.menu.active{transform:translateX(0);opacity: 1;visibility: visible;}
.menu ul{width: 90%;margin: 0 auto;margin-top: 8%;}
.menu ul li{border-bottom:1px solid rgba(255,255,255,.3);padding: 20px 0;transition:.3s all ease-in-out;width: 100%;}
.menu ul li .rd{position: relative;display: flex;flex-wrap: wrap;width: 100%;justify-content: space-between;}
.menu ul li .rd a{color:#fff;font-size: 20px;}
.menu ul li .rd i{width: 19px;}
.menu ul li .rd i:after{content: "";width: 2px;height: 16px;background: #fff;position: absolute;transition: all .35s;right: 7px;top: 3px;}
.menu ul li .rd i:before{content: "";width: 16px;height: 2px;background: #fff;position: absolute;transition: all .35s;right: 0px;top: 10px;}
.menu ul li.cur .rd i:after{width: 0;-webkit-transform: rotate(90deg);}
.menu ul li .hd{display: none;}
.menu ul li .hd .second{opacity:1;transition:.3s all ease-in-out;margin-top: 5px;display: grid;}
.menu ul li .hd .second{width: 100%;display:flex;align-items: center;margin-top: 18px;flex-wrap: wrap;}
.menu ul li .hd .second a{font-size: 16px;color: #ffffffeb;font-weight: normal;margin: 8px;width: 100%;}
.he_fadeup1{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.3s}
.he_fadeup2{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.4s}
.he_fadeup3{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.5s}
.he_fadeup4{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.6s}
.he_fadeup5{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.7s}
.he_fadeup6{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.8s}
.he_fadeup7{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.9s}
.he_fadeup8{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.9s}
@keyframes fadeIniup{0%{opacity:0;transform:translateY(60px)}
100%{opacity:1;transform:translateY(0)}
}

/* menu_bar */
.menu_bar{position:relative;cursor:pointer;z-index: 3;display: none;align-items: center;justify-content: center;transition: 0.4s 0.2s;margin-left: 20px;}
.menu_bar.active{z-index:9998}
.menu_bar.active span{background:#fff}
.menu_bar .bar{width: 25px;height: 21px;position: relative;}
.menu_bar span{width:100%;height: 2px;position:absolute;background: #000;display:block;-webkit-transition:all .35s;-webkit-transform:rotate(0);top:0;}
.menu_bar.active span{background:#fff}
.menu_bar span:nth-child(1){width: 15px;right: 0;}
.menu_bar span:nth-child(2){top: 8px;}
.menu_bar span:nth-child(3){top: 8px;width:18px;}
.menu_bar:hover span:nth-child(1){width:25px}
.menu_bar:hover span:nth-child(3){width:25px}
.menu_bar.active:hover span:nth-child(2){width:0}
.menu_bar.active:hover span:nth-child(3){width:25px}
.menu_bar.active span:nth-child(2){width:0}
.menu_bar.active span:nth-child(1){top:9px;-webkit-transform:rotate(45deg);width:25px}
.menu_bar.active span:nth-child(3){top:9px;-webkit-transform:rotate(-45deg);width: 25px;}
.menu_bar span:nth-child(3){top: 17px;width: 15px;}

 
/* mobile-end */
@media only screen and (max-width:1080px){
.head{padding: 8px 0;}
.head .head_mid .lf_part .logo img{width: 188px;}
.head .head_mid .head_nav .first_nav{display: none;}
.head .head_mid .rt_part .dh{font-size: 16px;padding: 8px 14px;}
.head .head_mid .rt_part .search{margin: 0 15px;}
.head .head_mid .rt_part .search .icon img{width: 22px;}
.head .head_mid .rt_part .search .icon p{font-size: 16px;}
.head .h_search .h_box{max-width: max(300px,58.458vw);}
.menu_bar{display: block;}
}	
@media only screen and (max-width:768px){
.head{background: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, .1);}
.head .head_mid .lf_part .logo img{width: 145px;}
.head .head_mid .rt_part .dh{padding: 6px 15px;}
.head .head_mid .rt_part .search{margin: 0 20px;}
.head .head_mid .rt_part .search .icon p{display: none;}
.menu ul li .rd a{font-size: 18px;}
.menu ul li .hd .second{margin-top: 15px;}
.menu ul li .hd .second a{font-size: 15px;}
}
@media only screen and (max-width:520px){
.head{padding: 6px 0;}
.head .head_mid .lf_part .logo img{width: 128px;}
.head .head_mid .rt_part .dh{padding: 7px 10px;font-size: 14px;}
.head .head_mid .rt_part .search{margin: 0 10px;}
.head .h_search .h_close{margin-right: 40px;height: 32px;width: 32px;}
.head .h_search .h_box .h_text .text{height: 50px;font-size: 14px;}
.head .h_search .h_box .h_btn{height: 50px;line-height: 50px;}
.head .h_search .h_box .h_btn .submit{width: 25px;height: 25px;background-size: 24px;}
.menu_bar{margin-left: 10px;}
.menu ul{margin-top: 12%;}
.menu ul li{padding: 15px 0;}
.menu ul li .rd a{font-size: 16px;}
.menu ul li .hd .second a{font-size: 14px;}
}
 
/* foot */
.foot{background: #222222;position: relative;overflow: hidden;z-index: 10;}
.foot .w1700{display:flex;justify-content:space-between;flex-wrap:wrap}
.foot .top{display:flex;justify-content:space-between;flex-wrap: wrap;padding: 3.5vw 0 5vw;border-bottom:1px solid #4E4E4E;}
.foot .top .f_del{width: max-content;}
.foot .top .f_del .logo img{width: 13.3758vw;}
.foot .top .f_del .text{margin:3vw 0 2vw}
.foot .top .f_del .text p{display:grid;color:#a9a9a9;font-size:.845vw;margin-bottom:1vw}
.foot .top .f_del .text i{color:#fff;margin-top:.5vw}
.foot .top .f_del .text p:nth-child(1) i{background: linear-gradient(to bottom, #FF6708, #FEA030);-webkit-background-clip: text;color: transparent;font-size: 1vw;}
.foot .top .f_del span{font-size:.845vw;color:#a9a9a9;margin-bottom:.8vw;display:block}
.foot .top .f_del ul{display:flex;align-items:center}
.foot .top .f_del ul li{margin-right:1vw}
.foot .top .f_del ul li:last-child{margin-right:0}
.foot .top .f_del ul li img{width:1.254vw}
.foot .top .f_nav{display:flex;justify-content: flex-end;width: 55%;flex-wrap: wrap;}
.foot .top .f_nav .item{width: 50%;}
.foot .top .f_nav .item:nth-last-child(1){margin-top: 1.68vw;}
.foot .top .f_nav .item .hd{font-size:1vw;color: #fff;margin-bottom: 1.2vw;}
.foot .top .f_nav .item li{margin-top:.68vw;transition:all .5s ease}
.foot .top .f_nav .item li a{color: #a9a9a9;font-size:.845vw;}
.foot .top .f_nav .item li:hover a{color:#fff;text-decoration:revert}
.foot .bom{padding:1.8vw 0}
.foot .bom span{color:#a9a9a9;font-size:.845vw}
@media only screen and (max-width:1080px){
.foot .top{padding: 50px 0;}
.foot .top .f_del .logo img{width: 188px;}
.foot .top .f_del .text{margin: 30px 0 20px;}
.foot .top .f_del .text p{font-size: 14px;margin-bottom: 15px;}
.foot .top .f_del span{font-size: 14px;margin-bottom: 10px;}
.foot .top .f_del ul li img{width: 24px;}
.foot .top .f_del ul li{margin-right: 25px;}
.foot .top .f_nav{width: 62%;}
.foot .top .f_nav .item .hd{font-size: 18px;margin-bottom: 15px;}
.foot .top .f_nav .item li{margin-top: 15px;}
.foot .top .f_nav .item li a{font-size: 14px;}
.foot .bom{padding: 20px 0;}
.foot .bom span{font-size: 14px;}
}
@media only screen and (max-width:768px){
.foot .top .f_nav{display: none;}
}
@media only screen and (max-width:520px){
.foot .top{padding: 25px 0;}
.foot .top .f_del .logo img{width: 145px;}
.foot .top .f_del .text{margin: 20px 0 15px;}
.foot .top .f_del .text p{font-size: 13px;}
.foot .top .f_del .text i{margin-top: 5px;}
.foot .top .f_del span{font-size: 14px;}
.foot .top .f_del ul li img{width: 20px;}
.foot .top .f_del ul li{margin-right: 20px;}
.foot .bom{padding: 15px 0;}
.foot .bom .w1700{justify-content: center;}
.foot .bom span{font-size: 13px;}
}


/* popup */
.popup{position: fixed;top: 0;right: 0;background: #FF6708;width: 40%;transition:.8s;opacity: 0;transform:translateY(-100%);z-index: -1;margin-top: 4.12vw;}
.popup.on{transform:translateY(0);z-index: 99;opacity: 1;}
.popup .form{padding: 3vw;}
.popup .form .tit{color: #fff;font-size: 1.28vw;margin-bottom: 2vw;}
.popup .form .pclose{border-radius:30px;transition:.5s;cursor:pointer;font-size:.85vw;color:#ff6708;width:5vw;text-align:center;padding:.58vw 0;background:#fff;margin:0 auto;margin-right:0;margin-bottom:2vw;}
.popup .form form .flx{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.popup .form form .input{margin-bottom:.88vw;width:48.5%}
.popup .form form .input input{width:100%;height:2.4vw;text-indent:1.25em;font-size:.8vw;border: 1px solid #fff;border-radius: 4px;}
.popup .form form .textarea textarea{width:100%;height:7vw;text-indent:1.25em;font-size:.8vw;font-family:Roboto-Regular;border: 1px solid #fff;padding-top: 1vw;border-radius: 4px;}
.popup .form form input:focus,.popup .form form textarea:focus{border: 1px solid #FF6708;}
.popup .form form .submit{margin-top:.88vw;position: relative;}
.popup .form form .submit input{width:100%;height:2.4vw;transition: .5s;font-size:.85vw;border-radius: 4px;color: #ff6708;background: #fff;z-index: 9;position: relative;}
.popup .form form .submit:hover input{color: #FF6708;}
@media only screen and (max-width:1080px){
.popup{margin-top: 86px;width: 60%;}
.popup .form{padding: 35px;}
.popup .form .pclose{font-size: 16px;width: max-content;padding: 6px 20px;margin-bottom: 25px;}
.popup .form .tit{font-size: 16px;margin-bottom: 25px;}
.popup .form form .input{margin-bottom: 3%;width: 48.5%;}
.popup .form form .input input{height: 36px;font-size: 13px;}
.popup .form form .textarea textarea{height: 90px;padding-top: 10px;font-size: 13px;}
.popup .form form .submit input{height: 36px;font-size: 15px;}
}
@media only screen and (max-width:768px){
.popup{margin-top: 69px;width: 80%;}
}
@media only screen and (max-width:520px){
.popup{margin-top: 59px;width: 100%;}
.popup .form{padding: 25px;}
.popup .form .pclose{font-size: 15px;padding: 6px 15px;margin-bottom: 15px;}
.popup .form .tit{margin-bottom: 15px;}
.popup .form .in_tit .tit{font-size: 15px;margin-top: 10px;}
.popup .form form{margin-top: 25px;}
.popup .form form .input{margin-bottom: 3%;width: 48.5%;}
.popup .form form .input input{height: 32px;font-size: 12px;}
.popup .form form .textarea textarea{height: 70px;font-size: 12px;}
.popup .form form .submit{margin-top: 3%;}
.popup .form form .submit input{font-size: 14px;}
}


/* cookies */
.cookies{position: fixed;bottom: 4%;left: 2%;width: max-content;width: 22vw;z-index: 999;transition: all .5s;opacity: 0;visibility: hidden;}
.cookies.on{opacity: 1;visibility: visible;}
.cookies .info{background: #ffffff;padding: 1.5vw;box-shadow: 0 -1px 10px 0 #acabab4d;border-radius: 6px;}
.cookies .info .t1{font-size: .945vw;color: #212121;font-weight: bold;}
.cookies .info .text{font-size: .75vw;color: #212121;margin: .68vw 0 1vw;line-height: 1.68;}
.cookies .info ul{display: flex;align-items: center;justify-content: center;}
.cookies .info ul li{border: 2px solid #24262C;margin:0 .5vw;padding:.35vw 1vw;font-size:.8vw;color:#212121;cursor:pointer;}
.cookies .info ul li:nth-child(2){background: #24262C;color: #fff;}
.cookies .info ul li:nth-child(2):hover{opacity: .8;}
@media only screen and (max-width:1080px){
.cookies{bottom: 2%;width: 350px;}
.cookies .info{padding: 20px;}
.cookies .info .t1{font-size: 18px;}
.cookies .info .text{font-size: 13px;margin: 10px 0 20px;}
.cookies .info ul li{margin: 0 5px;padding: 5px 10px;font-size: 14px;}
}
@media only screen and (max-width:520px){
.cookies{bottom: 0;width: auto;left: 0;z-index: 1000;}
.cookies .info ul li{font-size: 13px;}
}