@charset "UTF-8";
@charset "utf-8";

 *, :before, :after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body{margin:0;padding:0;}
input, button, textarea,select{
margin: 0;
padding: 0;
border-width: 1px;
font-size: 14px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
border-radius: 0;
outline: none;
}
a img{border:0 none; max-width: 100%;}
iframe{
border: 0;
}
img{
vertical-align: middle;
max-width: 100%;
max-height: 100%;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
a{
text-decoration:none;
transition: all .5s;
-webkit-transition:all .5s; 
-moz-transition: all .5s;
-o-transition: all .5s;
}
a:hover{ 
text-decoration:none;
transition: all .5s;
-webkit-transition:all .5s; 
-moz-transition: all .5s;
-o-transition: all .5s;
}
html{
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
-webkit-overflow-scrolling: touch;
}
body{
color: #444;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
table {	border-collapse: collapse;	border-spacing: 0;}
label,button{cursor:pointer;}
.bgf{ background: #fff !important;} .fl{float: left;}
.fr{float: right;}
.clear{
clear: both;
}
.clearl{
clear: left;
}
.clearr{
clear: right;
}
.overHidden{
overflow: hidden;
}
.marlrAuto{
margin-left: auto;
margin-right: auto;
}
.pro-table,.pro_table{overflow-x:auto}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
margin: 0.5em 1em 0.5em 0;
}
.alignright {
float: right;
margin: 0.5em 0 0.5em 1em;
}
form p{
margin: 0;
padding: 0;
}
.textOverflow{white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.textOverClm{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;}
.clm2{-webkit-line-clamp:2; }
.clm3{-webkit-line-clamp:3; }
.clm4{-webkit-line-clamp:4; }
.clm5{-webkit-line-clamp:5; }
.clm6{-webkit-line-clamp:6; }
.clm7{-webkit-line-clamp:7; }
.tc{text-align: center;}
.tl{text-align: left;}
.tr{text-align: right;}
.textHover:hover{text-decoration: underline;}
.rela{
position: relative;
}
.btnHover{
transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.btnHover:hover{opacity: 0.9;transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.btnHover2{
position: relative;
overflow: hidden;
}
.btnHover2:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
opacity: 1;
-webkit-transform: translate(-105%,0);
transform: translate(-105%,0);
border-right-width: 1px;
border-right-style: solid;
border-right-color: #fff;
background-color: rgba(255,255,255,.25);
}
.btnHover2:hover:before{
opacity: 0;
-webkit-transform: translate(0,0);
transform: translate(0,0);
}
.colorf{
color: #fff !important; 
}
.colorfa{
color: #fafafa !important; 
}
.color0{color: #000 !important;}
.color1{color: #111 !important;}
.color2{color: #222 !important;}
.color3{color: #333 !important;}
.color6{ color: #666 !important;}
.color8{ color: #888 !important;}
.color9{ color: #999 !important;}
.colorm{ color:var(--hue) !important;}
.colorm2{ color:var(--hue2) !important;}
.word_break{word-break:break-all;} .uppercase{
text-transform: uppercase;
}
.capitalize{
text-transform: capitalize;
}
.mask{
display: none;
position: fixed;
left: 0;
top: 0;
z-index: 4;
width: 100%;
height: 100%;
background: rgba(0,0,0,.3);
}
::-webkit-scrollbar {width:8px;background:#fff;}
::-webkit-scrollbar-button {}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {width:6px;background:#888;}
::-webkit-scrollbar-corner {background:none;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:9px;} .video_window {
display: none;
width: 800px;
height: 485px;
position: fixed;
left: 50%;
top: 50%;
z-index: 10000;
margin: -300px 0 0 -400px;
}
.video_window_rela {
position: relative;
height: 100%;
}
.video_window_close {
position: absolute;
right: -12px;
top: -12px;
width: 20px;
color: #fff;
font-size: 18px;
height: 20px;
font-family: arial;
line-height: 20px;
text-align: center;
cursor: pointer;
}
.video_window_mask {
display: none;
position: fixed;
left: 0;
top: 0;
z-index: 9999;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .6);
}
.video_window_ifeame{
background:#333;
border: 0;
}
@media screen and (min-width: 768px) and (max-width: 992px){
.video_window{
width:600px;
height: 400px;
margin: -200px 0 0 -300px;
}
}
@media screen and (min-width: 300px) and (max-width: 767px){
.video_window{
width:80%;
height: 260px;
margin: -130px 0 0 -40%;
}
} #baguetteBox-overlay {
display: none;
opacity: 0;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000000;
background-color: #222;
background-color: rgba(0, 0, 0, 0.8);
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
opacity: 1;
}
#baguetteBox-overlay .full-image {
display: inline-block;
position: relative;
width: 100%;
height: 100%;
text-align: center;
}
#baguetteBox-overlay .full-image figure {
display: inline;
margin: 0;
height: 100%;
}
#baguetteBox-overlay .full-image img {
display: inline-block;
width: auto;
height: auto;
max-height: 100%;
max-width: 100%;
vertical-align: middle;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
display: block;
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
line-height: 2;
color: #ccc;
font-size: 16px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.6);
font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
#baguetteBox-slider {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
white-space: nowrap;
-webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
transition: left 0.4s ease, -moz-transform 0.4s ease;
transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
-webkit-animation: bounceFromRight 0.4s ease-out;
animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
-webkit-animation: bounceFromLeft 0.4s ease-out;
animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
top: 50%;
top: calc(50% - 30px);
width: 44px;
height: 60px;
}
.baguetteBox-button {
position: absolute;
cursor: pointer;
outline: none;
padding: 0;
margin: 0;
border: 0;
-moz-border-radius: 15%;
border-radius: 15%;
background-color: #323232;
background-color: rgba(50, 50, 50, 0.5);
color: #ddd;
font: 1.6em sans-serif;
-webkit-transition: background-color 0.4s ease;
transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
right: 2%;
}
.baguetteBox-button#previous-button {
left: 2%;
}
.baguetteBox-button#close-button {
top: 20px;
right: 2%;
right: calc(2% + 6px);
width: 30px;
height: 30px;
}
.baguetteBox-button svg {
position: absolute;
left: 0;
top: 0;
} .spinner {
width: 40px;
height: 40px;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
width: 100%;
height: 100%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #fff;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: bounce 2s infinite ease-in-out;
animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
0% {
margin-left: 0;
}
50% {
margin-left: -30px;
}
100% {
margin-left: 0;
}
}
@keyframes bounceFromRight {
0% {
margin-left: 0;
}
50% {
margin-left: -30px;
}
100% {
margin-left: 0;
}
}
@-webkit-keyframes bounceFromLeft {
0% {
margin-left: 0;
}
50% {
margin-left: 30px;
}
100% {
margin-left: 0;
}
}
@keyframes bounceFromLeft {
0% {
margin-left: 0;
}
50% {
margin-left: 30px;
}
100% {
margin-left: 0;
}
}
@-webkit-keyframes bounce {
0%,100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounce {
0%,100% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes line_animate {
0% {
width: 100%;
height: 100%;
opacity: 0.1;
}
50% {
width: 130%;
height: 130%;
opacity: 0.4;
}
100% {
width: 160%;
height: 160%;
opacity: 0;
}
}
@keyframes line_animate {
0% {
width: 100%;
height: 100%;
opacity: 0.1;
}
50% {
width: 130%;
height: 130%;
opacity: 0.4;
}
100% {
width: 160%;
height: 160%;
opacity: 0;
}
}
.circle_box .line1,
.circle_box .line2,
.circle_box .line3 {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
border-radius: 50%; border: 1px solid #ffffff;
}
.circle_box .line1 {
-webkit-animation: line_animate 3s linear 0s infinite;
animation: line_animate 3s linear 0s infinite;
}
.circle_box .line2 {
-webkit-animation: line_animate 3s linear 1s infinite;
animation: line_animate 3s linear 1s infinite;
}
.circle_box .line3 {
-webkit-animation: line_animate 3s linear 2s infinite;
animation: line_animate 3s linear 2s infinite;
} @keyframes fadeInUpSmall {
0% {
transform: translate(0px, 100%);
opacity: 0;
}
to {
translate: none;
transform: translate(0px, 0);
opacity: 1;
}
}
.fadeInUpSmall {
animation-name: fadeInUpSmall
}@font-face {
font-family: "iconfont"; src: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/fonts/iconfont.ttf?t=16204680114362) format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@font-face {
font-family: "Helvetica-Bold";
src: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/fonts/Helvetica-Bold.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Helvetica";
src: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/fonts/Helvetica.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
.icon-fenxiang:before {
content: "\e739";
}
.icon-weizhi:before {
content: "\e628";
}
.icon-jinrujiantouxiao:before {
content: "\e8d4";
}
.icon-selected:before {
content: "\e616";
}
.icon-icon_gengxinriqi:before {
content: "\e671";
}
.icon-inquiry:before {
content: "\e655";
}
.icon-canshupeizhi:before {
content: "\e6fa";
}
.icon-zhuye:before {
content: "\e64b";
}
.icon-fanhui:before {
content: "\e62a";
}
.icon-yuanjing:before {
content: "\e606";
}
.icon-kehuguanli:before {
content: "\e66a";
}
.icon-24gl-calendar:before {
content: "\eb3f";
}
.icon-zhuanzhu:before {
content: "\e605";
}
.icon-whatsapp:before {
content: "\e601";
}
.icon-tupian_huaban:before {
content: "\e62c";
}
.icon-youshi1:before {
content: "\e815";
}
.icon-fuwu:before {
content: "\e694";
}
.icon-fankuifaqs:before {
content: "\e7bf";
}
.icon-a-bianzu21:before {
content: "\e629";
}
.icon-qiyejingshen:before {
content: "\e9ae";
}
.icon-jianjie:before {
content: "\e662";
}
.icon-qiyeshiming:before {
content: "\e6c0";
}
.icon-LKUICH1UCFEZS:before {
content: "\e625";
}
.icon-24gf-phoneBubble:before {
content: "\e966";
}
.icon-youjian2:before {
content: "\e889";
}
.icon-dizhi1:before {
content: "\e69f";
}
.icon-bofang:before {
content: "\e65c";
}
.icon-dianhua1:before {
content: "\e667";
}
.icon-linkedin2:before {
content: "\e646";
}
.icon-facebook1:before {
content: "\e622";
}
.icon-you-tube:before {
content: "\e650";
}
.icon-tuite1:before {
content: "\e634";
}
.icon-dianhua:before {
content: "\e64c";
}
.icon-youjian:before {
content: "\e6f7";
}
.icon-guihuasheji:before {
content: "\e651";
}
.icon-quanqiu:before {
content: "\e7c8";
}
.icon-sheji:before {
content: "\e65e";
}
.icon-shouhoufuwu:before {
content: "\e603";
}
.icon-shengchan-:before {
content: "\e60a";
}
.icon-kuangshanjixie:before {
content: "\e649";
}
.icon-kehufankui:before {
content: "\e65f";
}
.icon-fax:before {
content: "\e621";
}
.icon-arrowLeft:before {
content: "\e65d";
}
.icon-zixun:before {
content: "\e664";
}
.icon-yinhao2:before {
content: "\e608";
}
.icon-a-22shengchan:before {
content: "\e60b";
}
.icon-changfang:before {
content: "\e60c";
}
.icon-zhichiduoyuzhong:before {
content: "\e627";
}
.icon-guojiadiqu:before {
content: "\e8a6";
}
.icon-peixunzhichi:before {
content: "\e623";
}
.icon-anzhuangtiaoshi:before {
content: "\e6e5";
}
.icon-sousuo:before {
content: "\e61f";
}
.icon-fangda:before {
content: "\e61f";
}
.icon-triangle-play:before {
content: "\e617";
}
.icon-yuangongzhanghaoguanli:before {
content: "\e61e";
}
.icon-anquan:before {
content: "\e620";
}
.icon-lianxiwomen:before {
content: "\e612";
}
.icon-delivered:before {
content: "\e600";
}
.icon-zuanjing:before {
content: "\e6bf";
}
.icon-diqiu:before {
content: "\e811";
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:2;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}:root {
--hue: #d70c25;
--max-width:1600px;
--max-width2:1440px;
--space: clamp(2.5rem, 1.75rem + 3.75vw, 6.25rem);
--swiper-theme-color :#888;
}
.grid--1 {
display: grid !important;
grid-template-columns: repeat(1, minmax(0, 1fr));
inline-size: 100%;
}
.grid--1>* {
grid-column: 1 !important;
}
.grid--2 {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr));
inline-size: 100%;
}
.grid--3 {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr));
inline-size: 100%;
}
.grid--4 {
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr));
inline-size: 100%;
}
.grid--5 {
display: grid !important;
grid-template-columns: repeat(5, minmax(0, 1fr));
inline-size: 100%;
}
.grid--6 {
display: grid !important;
grid-template-columns: repeat(6, minmax(0, 1fr));
inline-size: 100%;
}
.grid--7 {
display: grid !important;
grid-template-columns: repeat(7, minmax(0, 1fr));
inline-size: 100%;
}
.grid--8 {
display: grid !important;
grid-template-columns: repeat(8, minmax(0, 1fr));
inline-size: 100%;
}
.grid--9 {
display: grid !important;
grid-template-columns: repeat(9, minmax(0, 1fr));
inline-size: 100%;
}
.grid--10 {
display: grid !important;
grid-template-columns: repeat(10, minmax(0, 1fr));
inline-size: 100%;
}
.grid--11 {
display: grid !important;
grid-template-columns: repeat(11, minmax(0, 1fr));
inline-size: 100%;
}
.grid--12 {
display: grid !important;
grid-template-columns: repeat(12, minmax(0, 1fr));
inline-size: 100%;
}
.grid--1-2 {
display: grid !important;
grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
inline-size: 100%;
}
.grid--1-3 {
display: grid !important;
grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
inline-size: 100%;
}
.grid--2-1 {
display: grid !important;
grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
inline-size: 100%;
}
.grid--2-3 {
display: grid !important;
grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
inline-size: 100%;
}
.grid--3-1 {
display: grid !important;
grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
inline-size: 100%;
}
.grid--3-2 {
display: grid !important;
grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
inline-size: 100%;
}
.grid-rows--1 {
grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows--2 {
grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows--3 {
grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows--4 {
grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows--5 {
grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows--6 {
grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows--7 {
grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows--8 {
grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows--9 {
grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows--10 {
grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows--11 {
grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid-rows--12 {
grid-template-rows: repeat(12, minmax(0, 1fr));
}
@media (max-width: 1280px) {
.grid--xl-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid--xl-1>* {
grid-column: 1 !important;
}
.grid--xl-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid--xl-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid--xl-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid--xl-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid--xl-6 {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid--xl-7 {
grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid--xl-8 {
grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid--xl-9 {
grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid--xl-10 {
grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid--xl-11 {
grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid--xl-12 {
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-rows--xl-1 {
grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows--xl-2 {
grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows--xl-3 {
grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows--xl-4 {
grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows--xl-5 {
grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows--xl-6 {
grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows--xl-7 {
grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows--xl-8 {
grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows--xl-9 {
grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows--xl-10 {
grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows--xl-11 {
grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid-rows--xl-12 {
grid-template-rows: repeat(12, minmax(0, 1fr));
}
.width-l-100 {
width: 100% !important;
}
}
@media (max-width: 1024px) {
.width-l-100 {
width: 100% !important;
}
.grid--l-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid--l-1>* {
grid-column: 1 !important;
}
.grid--l-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid--l-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid--l-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid--l-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid--l-6 {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid--l-7 {
grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid--l-8 {
grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid--l-9 {
grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid--l-10 {
grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid--l-11 {
grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid--l-12 {
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-rows--l-1 {
grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows--l-2 {
grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows--l-3 {
grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows--l-4 {
grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows--l-5 {
grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows--l-6 {
grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows--l-7 {
grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows--l-8 {
grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows--l-9 {
grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows--l-10 {
grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows--l-11 {
grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid-rows--l-12 {
grid-template-rows: repeat(12, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
.width-m-100 {
width: 100% !important;
}
.grid--m-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid--m-1>* {
grid-column: 1 !important;
}
.grid--m-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid--m-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid--m-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid--m-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid--m-6 {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid--m-7 {
grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid--m-8 {
grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid--m-9 {
grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid--m-10 {
grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid--m-11 {
grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid--m-12 {
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-rows--m-1 {
grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows--m-2 {
grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows--m-3 {
grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows--m-4 {
grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows--m-5 {
grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows--m-6 {
grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows--m-7 {
grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows--m-8 {
grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows--m-9 {
grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows--m-10 {
grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows--m-11 {
grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid-rows--m-12 {
grid-template-rows: repeat(12, minmax(0, 1fr));
}
}
@media (max-width: 480px) {
.width-s-100 {
width: 100% !important;
}
.grid--s-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid--s-1>* {
grid-column: 1 !important;
}
.grid--s-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid--s-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid--s-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid--s-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid--s-6 {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid--s-7 {
grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid--s-8 {
grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid--s-9 {
grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid--s-10 {
grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid--s-11 {
grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid--s-12 {
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-rows--s-1 {
grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows--s-2 {
grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows--s-3 {
grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows--s-4 {
grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows--s-5 {
grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows--s-6 {
grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows--s-7 {
grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows--s-8 {
grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows--s-9 {
grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows--s-10 {
grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows--s-11 {
grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid-rows--s-12 {
grid-template-rows: repeat(12, minmax(0, 1fr));
}
}
.fz85{
font-size: clamp(1.875rem, 1.016rem + 4.3vw, 5.313rem);
}
.fz72 {
font-size: clamp(1.625rem, 0.554rem + 4.51vw, 4.5rem);
}
.fz70 {
font-size: clamp(1.625rem, 0.6rem + 4.31vw, 4.375rem);
}
.fz68 {
font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);
}
.fz66 {
font-size: clamp(1.625rem, 0.694rem + 3.92vw, 4.125rem);
}
.fz64 {
font-size: clamp(1.625rem, 0.74rem + 3.73vw, 4rem);
}
.fz62 {
font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);
}
.fz60 {
font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
}
.fz58 {
font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
}
.fz56 {
font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);
}
.fz54 {
font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);
}
.fz52 {
font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);
}
.fz50 {
font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);
}
.fz48 {
font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
}
.fz46 {
font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}
.fz44 {
font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}
.fz42 {
font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
}
.fz40 {
font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);
}
.fz38 {
font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
}
.fz36 {
font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);
}
.fz34 {
font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
}
.fz32 {
font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
}
.fz30 {
font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}
.fz28 {
font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
}
.fz26 {
font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
}
.fz24 {
font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
}
.fz22 {
font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
}
.fz20 {
font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
}
.fz18 {
font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}
.fz16 {
font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}
.fz14 {
font-size: 14px;
} .flex-row-end-center {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
} .flex-row-end-start {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: flex-start;
} .flex-row-end-end {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: flex-end;
} .flex-row-start-center {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
} .flex-row-start-start {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
} .flex-row-start-end {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-end;
} .flex-row-center-center {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
} .flex-row-center-start {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
} .flex-row-center-end {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-end;
} .flex-row-around-center {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
} .flex-row-around-start {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: flex-start;
} .flex-row-around-end {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: flex-end;
} .flex-row-evenly-center {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
} .flex-row-evenly-start {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: flex-start;
} .flex-row-evenly-end {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: flex-end;
} .flex-row-between-center {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
} .flex-row-between-start {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
} .flex-row-between-end {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
} .flex-row-end-stretch {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: stretch;
} .flex-row-start-stretch {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
} .flex-row-center-stretch {
display: flex;
flex-direction: row;
justify-content: center;
align-items: stretch;
} .flex-row-around-stretch {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: stretch;
} .flex-row-evenly-stretch {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: stretch;
} .flex-row-between-stretch {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: stretch;
} .flex-column-start-center {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
} .flex-column-start-start {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
} .flex-column-start-end {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-end;
} .flex-column-center-center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
} .flex-column-center-start {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
} .flex-column-center-end {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
} .flex-column-end-center {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
} .flex-column-end-start {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
} .flex-column-end-end {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-end;
} .flex-column-around-center {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
} .flex-column-around-start {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-start;
} .flex-column-around-end {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-end;
} .flex-column-evenly-center {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
} .flex-column-evenly-start {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: flex-start;
} .flex-column-evenly-end {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: flex-end;
} .flex-column-between-center {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
} .flex-column-between-start {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
} .flex-column-between-end {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
}
.flex-wrap{
display: flex;
flex-wrap: wrap;
}
.mt_0 {
margin-top: 0;
}
.mb_0 {
margin-bottom: 0;
}
.mb_50_25 {
margin-bottom: clamp(1.563rem, 0.994rem + 2.84vw, 3.125rem);
}
.mb_30_20 {
margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}
.pt {
padding-top: var(--space);
}
.pb {
padding-bottom: var(--space);
}
.ptb {
padding-top: var(--space);
padding-bottom: var(--space);
}
.bgfixed {
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
html,
body {
font-family: arial;
}
input,
button,
textarea,
select,
button {
font-family:  arial;
border: none;
}
.bgf4 {
background: #f4f4f4;
}
.bgf5 {
background: #F5F5F7;
}
.bgf6 {
background: #f6f6f6;
}
.bgf8 {
background: #f8f8f8;
}
.bgfa {
background: #fafafa;
}
.bgm{
background: var(--hue);
}
.fmr{
font-family: "arial";
}
.fmm{
font-family: "arial";
}
.fmb{
font-family: "arial";
font-weight: bold;
}
.fwn{
font-weight: normal;
}
.gap30 {
row-gap: clamp(1.25rem, 1.105rem + 0.72vw, 1.875rem);
}
.gapc30 {
column-gap: clamp(1.25rem, 1.105rem + 0.72vw, 1.875rem);
}
.gapc10 {
column-gap: clamp(0.313rem, 0.199rem + 0.57vw, 0.625rem);
}
.wrapper {
width: 88%;
max-width: var(--max-width);
margin-left: auto;
margin-right: auto;
}
.wrapper2 {
max-width: var(--max-width2);
}
.header_box {
height: 0;
position: relative;
z-index: 4;
height: 100px;
background: #FFF;
}
.header {
position: fixed;
left: 0;
top: 0;
z-index: 4;
width: 100%;
height: 100px;
border-bottom: 1px solid rgba(255,255,255,.2);
transition: all 0.5s;
-webkit-transition: all 0.5s;
padding: 0 2%;
background-color: #FFF;
}
.logo {
width: 265px;
height: 100px;
position: relative;
}
.header_r{
width: calc(100% - 265px);
gap: clamp(1.25rem, -3.75rem + 6.67vw, 2.5rem);
}
.menu_dl {
gap: clamp(0.625rem, -4.375rem + 6.25vw, 1.875rem);
margin: 0;
padding: 0;
}
.menu_dl dd {
position: relative;
margin: 0;
padding: 0;
}
.menu_tt {
display: block;
font-size: 22px;
color: #333333;
white-space: nowrap;
position: relative;
height: 45px;
line-height: 45px;
padding: 0  clamp(0rem, -3.571rem + 5.58vw, 3.125rem);
}
.menu_dl dd.hover .menu_tt{
color: #FFF;
background: var(--hue);
border-radius: 35px;
}
.menu_dl dd.hover .menu_tt::after {
opacity: 1;
}
.menu_down {
display: none;
position: absolute;
top: 100%;
left: 50%;
z-index: 3;
width: 340px;
background: #fff;
overflow: hidden;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
border-radius: 6px;
box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}
.menu_down a {
display:flex;
display:-ms-flexbox;
display:-webkit-flex;
align-items: center;
-webkit-align-items: center;
-ms-align-items:center;
color: #333;
font-size: 16px;
min-height: clamp(1.875rem, 1.688rem + 0.94vw, 2.813rem);
padding: 5px 18px;
border-bottom: 1px solid #D9D9D9;
}
.menu_down a:last-child{
border-bottom: 0;
}
.menu_down a:hover{
color: #fff;
background: var(--hue);
}
.header_r_r{
gap: 20px;
}
.header_r_lag{
position: relative;
}
.header_r_lag_tt{
gap: 10px;
height: 40px;
cursor: pointer;
}
.header_r_lag_tt .icon1{
text-align: center;
transform: rotateZ(90deg);
display: inline-block;
}
.header_r_lag_tt .icon2{
width: 12px;
height: 12px;
font-size: 12px;
color: #fff;
}
.header_r_lag_tt .tt{
color: #fff;
}
.header_r_search{
width: 40px;
height: 40px;
font-size: 24px;
color: var(--hue);
font-weight: bold;
cursor: pointer;
}
.search_box {
display: none;
position: fixed;
left: 50%;
top: 50%;
margin: -30px 0 0 -450px;
z-index: 15;
width: 900px;
height: 60px;
padding: 10px;
background: #f5f5f5;
}
.search_box_l{
width: calc(100% - 90px);
}
.search_box_text {
width: 100%;
height: 40px;
border: 0;
font-size: 14px;
padding-left: 20px;
background: none;
}
.search_box_text::-webkit-input-placeholder {
font-size: 14px;
text-transform: uppercase;
}
.search_box_sub {
width: 40px;
height: 40px;
font-size: 26px;
color: var(--hue);
border: 0;
background: none;
}
.search_box_close {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 26px;
color: #666;
border: 0;
background: none;
}
.search_box_close:hover {
transform: rotateZ(180deg);
-webkit-transform: rotateZ(180deg);
}
.header_box.pro_det{
height:111px;
}
.header.hover,
.header_box.pro_det .header{
background: #fff;
box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}
.header_box.pro_det .header{
position: relative;
}
.header_box.pro_det2 .header{
position: fixed;
}
.header.hover .menu_tt,
.header_box.pro_det .header .menu_tt{
color: #222;
}
.header.hover .header_r_lag_tt .tt,
.header.hover .header_r_search,
.header.hover .header_r_lag_tt .icon1,
.header_box.pro_det .header_r_lag_tt .tt,
.header_box.pro_det .header_r_search,
.header_box.pro_det .header_r_lag_tt .icon1{
color: #222;
}
.header.hover .header_r_lag_tt .icon2,
.header_box.pro_det .header_r_lag_tt .icon2{
border-color: #222 transparent transparent transparent;
} .mobile_header {
display: none;
clear: both;
width: 100%;
height: 52px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.mobile_header_top {
position: fixed;
left: 0;
top: 0;
z-index: 14;
width: 100%;
height: 52px;
background: #fff;
box-shadow: 0 0 5px rgba(50, 50, 50, .2);
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.mobile_logo {
height: 52px;
margin-left: 0;
padding: 0 15px;
}
.mobile_logo img {
height: 28px;
width: auto;
}
.mobile_header_top_r {
gap: 5px;
}
.mobile_menu_btn {
width: 54px;
height: 52px;
cursor: pointer;
}
.mobile_menu_btn .line {
display: block;
height: 3px;
width: 28px;
background: var(--hue);
border-radius: 4px;
margin-bottom: 6px;
}
.mobile_menu_btn .line:last-child {
margin-bottom: 0;
}
.mobile_search_icon,
.mobile_lag_icon {
width: 40px;
height: 52px;
color: #333;
font-size: 24px;
line-height: 52px;
text-align: center;
cursor: pointer;
}
.mobile_menu_box {
position: fixed;
right: -110%;
top: 0;
z-index: 999;
width: 75%;
height: 100%;
background: #fff;
padding: 20px 15px;
overflow-y: auto;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.mobile_menu_close{
position: absolute;
right: calc(clamp(1.125rem, 0.739rem + 1.93vw, 2.188rem) * -0.6);
top: calc(clamp(1.125rem, 0.739rem + 1.93vw, 2.188rem) * -0.6);
z-index: 15;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 20px;
text-align: center;
}
.mobile_menu_box.show {
right: 0;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.mobile_menu_dl {
margin: 0;
padding-top: 20px;
}
.mobile_menu_dl dd {
clear: both;
margin: 0;
line-height: 1.3;
border-bottom: 1px solid #e1e1e1;
}
.mobile_menu_tt {
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.mobile_menu_tt .text {
width: calc(100% - 50px);
color: #333;
font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
line-height: 24px;
padding: clamp(0.625rem, 0.458rem + 0.83vw, 1.125rem) 0;
text-transform: uppercase;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text {
color: var(--hue);
}
.mobile_menu_tt_icon {
display: none;
width: 44px;
line-height: 44px;
text-align: center;
color: #333;
font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
-webit-transition: all 0.5s;
transition: all 0.5s;
transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-o-transform: rotateZ(0deg);
cursor: pointer;
}
.mobile_menu_down {
display: none;
padding: 6px 0 10px 12px;
}
.mobile_menu_down_clm {
margin-bottom: 8px;
}
.mobile_menu_down_clm_tt {
display: -ms-flex;
display: -webkit-flex;
display: flex;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
color: #333;
}
.mobile_menu_down_clm_tt .tt {
width: calc(100% - 50px);
color: #333;
line-height: 20px;
font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
text-transform: capitalize;
padding: clamp(0.313rem, 0.208rem + 0.52vw, 0.625rem) 0;
}
.mobile_menu_down_clm_tt .icon {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 18px;
transform: rotateZ(90deg);
-webkit-transform: rotateZ(90deg);
-moz-transform: rotateZ(90deg);
-ms-transform: rotateZ(90deg);
-o-transform: rotateZ(90deg);
-webit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
-webit-transition: all 0.5s;
transition: all 0.5s;
transform: rotateZ(180deg);
-webkit-transform: rotateZ(180deg);
-moz-transform: rotateZ(180deg);
-ms-transform: rotateZ(180deg);
-o-transform: rotateZ(180deg);
}
.mobile_menu_down_clm_list {
display: none;
padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a {
display: block;
font-size: 12px;
line-height: 1.4;
color: #333;
padding: 5px 0 5px 14px;
position: relative;
}
.mobile_menu_down_clm_list a::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 50%;
width: 5px;
height: 5px;
margin-top: -3px;
background: #333;
border-radius: 50%;
}
.mobile_menu_tt_icon.hover {
transform: rotateZ(90deg);
-webkit-transform: rotateZ(90deg);
-ms-transform: rotateZ(90deg);
-webit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
color: var(--hue);
}
.mobile_search_box {
position: fixed;
left: 0;
top: 52px;
z-index: 13;
display: none;
width: 100%;
padding: 20px;
background: #fafafa;
}
.mobile_search_box form {
width: 100%;
padding: 2px;
border-radius: 5px;
border: 1px solid #ddd;
}
.mobile_search_text {
line-height: 40px;
padding-left: 15px;
font-size: 14px;
color: #333;
width: calc(100% - 40px);
border: 0;
}
.mobile_search_btn {
width: 40px;
height: 40px;
font-size: 22px;
color: var(--hue);
text-align: center;
line-height: 40px;
border: none;
background: #fff;
}
.mobile_menu_b {
margin-top: 40px;
}
.mobile_menu_b_clm {
margin-bottom: 25px;
}
.mobile_menu_b_clm .tt {
font-size: 16px;
color: #333;
margin-bottom: 8px;
}
.mobile_menu_b_clm .text {
font-size: 14px;
color: #333;
}
.mobile_menu_b_clm .text a {
color: #333;
word-break: break-all;
}
.mask,
.mobile_menu_mask {
display: none;
position: fixed;
left: 0;
top: 0;
z-index: 15;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .2);
}
.mask {
z-index: 13;
}
.scroll_dots .scroll_dots_bars {
position: relative;
padding-top: clamp(1.25rem, 1.105rem + 0.72vw, 1.875rem);
z-index: 3;
left: auto;
bottom: auto !important;
width: 100%;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
gap: clamp(0.625rem, 0.54rem + 0.42vw, 0.938rem);
}
.scroll_dots .scroll_dots_bars .swiper-pagination-bullet {
width: clamp(1.875rem, 1.706rem + 0.85vw, 2.5rem);
height: 10px;
opacity: 1;
margin: 0;
background: rgba(0,0,0,.2);
border-radius: 10px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.scroll_dots2 .scroll_dots_bars .swiper-pagination-bullet {
background: #F4F4F4;
}
.scroll_dots .scroll_dots_bars .swiper-pagination-bullet-active{
width: clamp(1.875rem, 1.706rem + 0.85vw, 2.5rem);
background: var(--hue);
}
.lh15{
line-height: 1.5;
}
.lh16{
line-height: 1.625;
}
.lh17 {
line-height: 1.75;
}
.lh18{
line-height: 1.875;
}
.lh15 img,
.lh16 img,
.lh17 img,
.lh18 img{
height: auto !important;
}
.public_btn1{
display:flex;
display:-ms-flexbox;
display:-webkit-flex;
justify-content:center;
-ms-justify-content:center;
-webkit-justify-content:center;
align-items: center;
-webkit-align-items: center;
-ms-align-items:center;
gap: 6px;
color: #333;
min-width: clamp(10rem, 8.983rem + 5.08vw, 13.75rem);
height: clamp(2.375rem, 2.239rem + 0.68vw, 2.875rem);
padding: 0 10px;
border-radius: 5px;
cursor: pointer;
text-transform: uppercase;
transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.public_btn2{
min-width: clamp(15.625rem, 11.875rem + 18.75vw, 34.375rem);
height: clamp(4rem, 3.75rem + 1.25vw, 5.25rem);
border-radius: 10px;
}
.public_btn3{
min-width: auto;
width: 50%;
height: clamp(1.875rem, 1.688rem + 0.94vw, 2.813rem);
border-radius: 5px;
}
.public_btn_out_line{
border: 1px solid #333;
}
.public_btn1.hover{
color: #fff;
background: var(--hue);
border-color: var(--hue);
}
.public_btn1.dark{
color: #fff;
background: #222;
border-color: #222;
}
.public_btn1.white{
color: #333;
background: #fff;
border-color: #fff;
}
.public_btn_out_line.white{
color: #fff;
background: none;
border: 1px solid #dcdcdc;
}
.public_btn1:hover{
color: #fff;
background: var(--hue);
border-color: var(--hue);
} .float_fixed {
position: fixed;
right: 0;
bottom: 20%;
z-index: 3;
width: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
}
.float_fixed .item {
display: block;
position: relative;
background: var(--hue);
border-bottom: 1px solid #007DD4;
}
.float_fixed .item:last-child {
border-bottom: none;
}
.float_fixed .item:first-child{
border-top-left-radius: 6px;
}
.float_fixed .item:last-child{
border-bottom-left-radius: 6px;
}
.float_fixed .item .item_icon {
position: relative;
z-index: 3;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
width: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
height: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
font-size: clamp(1.125rem, 1rem + 0.63vw, 1.625rem);
color: #fff;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.float_fixed .item .item_con {
position: absolute;
top: 0;
right: 0;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
width: 210px;
line-height: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
color: #fff;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
background: var(--hue);
opacity: 0;
font-size: 14px;
padding-left: 14px;
pointer-events: none;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.float_fixed .item .item_con .icon {
font-size: clamp(1.125rem, 1rem + 0.63vw, 1.625rem);
color: #fff;
margin-right: 5px;
} .float_fixed .item:hover .item_con {
pointer-events: auto;
opacity: 1;
right: calc(100% - 5px);
}
.back_top .item_icon{
transform: rotateZ(-90deg);
-webkit-transform: rotateZ(-90deg);
-ms-transform: rotateZ(-90deg);
} .page_box {
padding: clamp(2.5rem, 2.21rem + 1.45vw, 3.75rem) 0 0;
}
.page_box .wp-pagenavi {
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.page_box a,
.page_box span {
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
color: #666;
font-size: clamp(1rem, 0.969rem + 0.16vw, 1.125rem);
width: clamp(1.875rem, 1.719rem + 0.78vw, 2.5rem);
height: clamp(1.875rem, 1.719rem + 0.78vw, 2.5rem);
background: #fff;
border: 1px solid #E3E3E3;
margin: 0 clamp(0.125rem, 0.63vw, 0.625rem) 4px;
}
.page_box a:hover,
.page_box a.hover,
.page_box a.current,
.page_box span.current {
color: #fff;
background: var(--hue);
border-color: var(--hue);
}
.page_btn{
font-weight: bold;
}
.page_box a.page_btn.prev {
transform: rotateZ(180deg);
-webkit-transform: rotateZ(180deg);
-ms-transform: rotateZ(180deg);
} .open_window {
display: none;
position: fixed;
left: 0;
top: 0;
z-index: 15;
width: 100%;
height: 100%;
}
.open_window_mask {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .5)
}
.open_window_con {
position: fixed;
left: 50%;
top: 50%;
width: 90%;
max-height: 90vh;
height: auto;
max-width: 660px;
overflow: hidden;
background: #fff;
border-radius: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
transform: translate(-50%, -50%);
}
.open_window_con_rela {
position: relative;
height: 100%;
padding: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem) clamp(0.938rem, 0.422rem + 2.58vw, 3rem);
}
.open_window_close {
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
width: clamp(1.5rem, 1.344rem + 0.78vw, 2.125rem);
height: clamp(1.5rem, 1.344rem + 0.78vw, 2.125rem);
color: #333;
font-size: clamp(1.5rem, 1.344rem + 0.78vw, 2.125rem);
cursor: pointer;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.open_window_con_r_title1{
margin-bottom: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
} .banner_box{
position: relative;
}
.banner{
position: relative;
}
.banner .swiper-slide a{
display: block;
width: 100%;
aspect-ratio: 1920/980;
}
.banner .swiper-slide img{
display: block;
width: 100%;
}
.banner_video_box{
position: relative;
aspect-ratio: 1920/980;
}
.banner_video{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.banner_bars{
position: absolute;
left: 0;
bottom: clamp(0.938rem, -1.563rem + 3.33vw, 1.563rem) !important;
z-index: 2;
width: 100%;
gap: clamp(0.5rem, -2rem + 3.33vw, 1.125rem);
}
.banner_bars .swiper-pagination-bullet{
width: 10px;
height: 10px;
border-radius: 10px;
background: #fff;
opacity: 1;
margin: 0;
padding: 0;
transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.banner_bars .swiper-pagination-bullet.swiper-pagination-bullet-active{
width: 40px;
background: var(--hue);
}
.indBoxOne2 .item {
position: relative;
width: 12%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-ms-transition: all 0.6s;
-webkit-transition: all 0.6s;
transition: all 0.6s;
height: clamp(18.75rem, 12.25rem + 32.5vw, 51.25rem);
padding: clamp(2.813rem, 2.706rem + 0.45vw, 3.125rem) clamp(0.75rem, 0.686rem + 0.27vw, 0.938rem);
transition: all 0.5s;
}
.indBoxOne2 .item::after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
background: rgba(0, 0, 0, .3);
z-index: 1;
opacity: 1;
transition: all 0.5s;
}
.indBoxOne2_icon{ 
position: relative;
z-index: 2;
}
.indBoxOne2 .item a {
color:var(--hue);
opacity: 0;
transition: all 0.5s;
}
.indBoxOne2 .item a .title {
color:var(--hue);
text-align: center;
}
.indBoxOne2 .item a .btn {
color: #FFFFFF;
text-align: center;
text-decoration: underline;
padding-top: clamp(0.25rem, 0.017rem + 0.98vw, 0.938rem);
}
.indBoxOne2 .item.on {
width: 40%;
transition: all 0.5s;
}
.indBoxOne2 .item.on a {
padding-left: 50px;
padding-right: 50px;
opacity: 1;
transition: all 0.5s;
}
.indBoxOne2 .item.on .indBoxOne2_icon {
display: none;
}
.indBoxOne2 .item.on::after{
opacity: 0;
transition: all 0.5s;
z-index: -1;
}
.ind_title1{
margin-bottom: clamp(1.25rem, 1.081rem + 0.85vw, 1.875rem);
}
.ind_title1_tt1{
line-height: 1.4;
}
.ind_title1_tt2{
margin-bottom: clamp(0.75rem, 0.594rem + 0.78vw, 1.375rem);
}
.ind_title1_text1{
margin-top: clamp(0.5rem, 0.344rem + 0.78vw, 1.125rem);
}
.ind_title1_line{
width: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
height: 3px;
margin-bottom: clamp(1rem, 0.864rem + 0.68vw, 1.5rem);
}
.ind_box1_list{
margin: 0;
padding: 0;
gap: clamp(0.938rem, 0.683rem + 1.27vw, 1.875rem);
}
.ind_box1_list dd{
margin: 0;
padding: 0;
}
.ind_pro_item{
height: 100%;
background: #fff;
border-radius: 10px;
overflow: hidden;
}
.ind_pro_item_pic{
display: block;
overflow: hidden;
}
.ind_pro_item_pic img{
display: block;
width: 100%;
}
.ind_pro_item_con_t{
padding: 15px clamp(0.625rem, 0.456rem + 0.85vw, 1.25rem);
}
.ind_pro_item_con_tt{
color: #333;
margin-bottom: 10px;
}
.ind_pro_item_con_b{
border-top: 1px solid #F2F1F1;
}
.ind_pro_item_con_btn{
height: clamp(2.875rem, 2.655rem + 1.1vw, 3.688rem);
gap: 6px;
color: #333;
border-right: 1px solid #F2F1F1;
}
.ind_pro_item_con_btn:last-child{
border-right: 0;
}
.ind_pro_item_con_btn:hover{
color: #fff;
background: var(--hue);
}
.ind_pro_item:hover .ind_pro_item_pic img{
transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
}
.ind_pro_item:hover .ind_pro_item_con_tt{
color: var(--hue);
}
.ind_box2_bars{
gap: clamp(0.625rem, 0.234rem + 1.95vw, 2.188rem);
margin-bottom: clamp(1.563rem, 1.063rem + 2.5vw, 3.563rem);
}
.ind_box2_bars .item{
display:flex;
display:-ms-flexbox;
display:-webkit-flex;
justify-content:center;
-ms-justify-content:center;
-webkit-justify-content:center;
align-items: center;
-webkit-align-items: center;
-ms-align-items:center;
cursor: pointer;
padding: 7px 0px;
transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.ind_box2_bars .item .tt{
color: #222;
}
.ind_box2_bars .item.hover{
background: var(--hue);
color: #fff;
border-radius: 5px;
padding: 7px 25px;
}
.ind_box2_bars .item.hover .icon .icon1{
opacity: 0;
}
.ind_box2_bars .item.hover .icon .icon2{
opacity: 1;
}
.ind_box2_bars .item.hover .tt{
color: #FFF
}
.ind_box2_tabs_item{
display: none;
}
.ind_box2_scroll .swiper-slide{
height: auto !important;
margin:0 0 25px;
}
.ind_box2_tabs_item_box{
gap: clamp(0.938rem, 0.683rem + 1.27vw, 1.875rem);
}
.ind_box2_scroll_item_t{
height: 100%;
}
.ind_box2_scroll_item_pic{
display: block;
overflow: hidden;
width: 100%;
}
.ind_box2_scroll_item_pic img{
width: 100%;
}
.ind_box2_pro_b{
position: absolute;
left: 50%;
bottom: calc((clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem) / 2) * -1);
width: 90%;
max-width: 300px;
background: #222;
transform: translate(-50%,0);
box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.ind_box2_pro_b_btn{
width: 50%;
border-right: 1px solid rgba(255,255,255,.35);
gap: 5px;
height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
color: #fff;
}
.ind_box2_scroll_item_text1{
background: #f5f5f5;
width: 100%;
height: clamp(1.875rem, 1rem + 4.38vw, 6.25rem);
padding:  0 20px;
flex-wrap: nowrap;
}
.ind_box2_scroll_item_text1  img{
width: clamp(1.25rem, 0.536rem + 1.12vw, 1.875rem);
}
.ind_box2_pro_b_btn:last-child{
border-right: 0;
}
.ind_box2_pro_b_btn .icon{
font-size: 20px;
}
.ind_box2_scroll_item:hover .ind_box2_scroll_item_pic img{
transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
}
.ind_box2_scroll_item:hover .ind_box2_pro_b{
background: var(--hue);
}
.ind_box2_scroll .scroll_dots_bars{
padding-top: clamp(2.188rem, 1.797rem + 1.95vw, 3.75rem);
}
.ind_box2_t_l{
width: 43.33%;
}
.ind_box2_t_l_scroll .swiper-slide{
aspect-ratio: 650/388;
overflow: hidden;
}
.ind_box2_t_l_scroll .swiper-slide img{
display: block;
width: 100%;
border-radius: 10px;
}
.ind_box2_t_l_scroll .scroll_dots_bars{
position: absolute;
left: 0;
bottom: clamp(0.938rem, 0.853rem + 0.42vw, 1.25rem) !important;
z-index: 2;
width: 100%;
gap: 10px;
}
.ind_box2_t_l_scroll .scroll_dots_bars .swiper-pagination-bullet{
background: #fff;
}
.ind_box2_t_l_scroll .scroll_dots_bars .swiper-pagination-bullet.swiper-pagination-bullet-active{
width: 10px;
background: var(--hue);
}
.ind_box2_t_r{
width: 54.66%;
border-radius: 10px;
padding: clamp(1.563rem, 1.224rem + 1.69vw, 2.813rem) clamp(0.625rem, -0.392rem + 5.08vw, 4.375rem);
gap: 15px;
}
.ind_box2_t_r_clm1,
.ind_box2_t_r_clm2,
.ind_box2_t_r_clm3{
gap: 0;
width: 100%;
}
.ind_box2_t_r_line_box{
width: clamp(1.875rem, 1.468rem + 2.03vw, 3.375rem);
}
.ind_box2_t_r_line{
width: clamp(1.875rem, 1.468rem + 2.03vw, 3.375rem);
height: clamp(1.875rem, 1.468rem + 2.03vw, 3.375rem);
background: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/images/ind_oem_line1.png) no-repeat center center / 100% auto;
}
.ind_box2_t_r_clm2{
}
.ind_box2_t_r_line2{
transform: rotateZ(90deg);
-webkit-transform: rotateZ(90deg);
-ms-transform: rotateZ(90deg);
}
.ind_box2_t_r_line3{
transform: rotateZ(180deg) !important;
-webkit-transform: rotateZ(180deg)  !important;
-ms-transform: rotateZ(180deg)  !important;
}
.ind_box2_t_r_item1{
width: calc((100% - clamp(1.875rem, 1.468rem + 2.03vw, 3.375rem)*2) / 3);
max-width: 180px;
display:flex;
display:-ms-flexbox;
display:-webkit-flex;
justify-content:center;
-ms-justify-content:center;
-webkit-justify-content:center;
align-items: center;
-webkit-align-items: center;
-ms-align-items:center;
flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
text-align: center;
}
.ind_box2_t_r_item1_tt{
display:flex;
display:-ms-flexbox;
display:-webkit-flex;
justify-content:center;
-ms-justify-content:center;
-webkit-justify-content:center;
align-items: center;
-webkit-align-items: center;
-ms-align-items:center;
line-height: 1.5;
text-align: center;
border: 2px solid #333;
border-radius: 32px;
padding: 6px ;
}
.ind_box2_t_r_item .icon{
width: clamp(2.5rem, 2.093rem + 2.03vw, 4rem);
margin-bottom: 9px;
}
.ind_box2_t_r_item .tt{
text-transform: uppercase;
}
.ind_box2_t_r_clm3{
flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
}
.ind_box2_b{
padding-top: clamp(1.25rem, 1.081rem + 0.85vw, 1.875rem);
}
.ind_box2_b_l{
width: 52.8%;
color: #333;
}
.ind_box2_b_l .icon{
width: 36px;
font-size: 36px;
}
.ind_box2_b_l .tt{
width: calc(100% - 36px);
padding-left: clamp(0.625rem, 0.489rem + 0.68vw, 1.125rem);
}
.ind_box2_b_r{
width: 40%;
gap: clamp(0.625rem, 0.456rem + 0.85vw, 1.25rem);
}
.ind_box3{
}
.ind_box3_video{
position: relative;
width: clamp(20rem, 9.712rem + 51.44vw, 71.438rem);
flex: 1 auto ; 
}
.ind_box3_video_image{
position: relative;
z-index: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.ind_box3_l_video{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.ind_box3_l{
flex:  1 auto; 
width: calc( 100% - clamp(20rem, 9.712rem + 51.44vw, 71.438rem));
padding-top: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem) ;
background: var(--hue) url(//www.isuzuaf.com/wp-content/themes/isuzuaf/images/ind_box3_l_about_bg.png) top center no-repeat ;
}
.ind_box3_l_tt2{
padding:  0 clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem) ;
}
.ind_box3_l_line{
width: clamp(3.125rem, 2.786rem + 1.69vw, 4.375rem);
height: 3px;
background: #fff;
}
.ind_box3_l_text{
padding: clamp(1.125rem, 0.837rem + 1.44vw, 2.188rem) clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
}
.ind_box3_l_btn_box{
gap: clamp(0.625rem, 0.456rem + 0.85vw, 1.25rem);
}
.ind_box3_l_about{
width: 100%;
padding: clamp(1.125rem, 0.837rem + 1.44vw, 2.188rem) 0;
}
.ind_box3_l_about .item{ width: calc(100% / 3);
height: clamp(17.5rem, 16.625rem + 4.38vw, 21.875rem);
transition:all 0.5s;
-webkit-transition:all 0.5s;
gap: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
}
.ind_box3_l_about .item:nth-child(1) {
background-color: #940113;
}
.ind_box3_l_about .item:nth-child(2) {
background-color: #af0319;
}
.ind_box3_l_about .item:nth-child(3) {
background-color: #bc0118;
}
.ind_box3_l_about .item .icon{
position: relative;
width: clamp(3.125rem, 2.786rem + 1.69vw, 4.375rem);
height: clamp(3.125rem, 2.786rem + 1.69vw, 4.375rem);
position: relative;
}
.ind_box3_l_about .item .num{
color: #FFF;
font-weight: bold;
}
.ind_box3_l_about .item .tt{
color: #FFF;
}
.ind_box3_l_about .item:hover{
background: var(--hue);
}
.ind_box3_l_about .item:hover .icon .icon2{
opacity: 1;
}
.ind_box3_l_about .item:hover .num, .ind_box3_l_about .item:hover .tt{
color: #fff;
}
.ind_box3_l_last{
width: 100%;
}
.ind_box3_l_last .item{
width: 100%;
border-bottom: 1px solid #e76d7c;
gap: 4px;
padding:  0 clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem) ;
padding-bottom: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
}
.ind_box3_l_last .item:nth-child(2){
border-bottom: 0;
padding-top: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
}
.ind_box4_box_item{
gap: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
border-left: 1px solid #b5b5b5;
padding:0 clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem)  ;
margin-left: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}
.ind_box4_box2{
gap:clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
}
.ind_box4_box2 .item{
position: relative;
gap:clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
}
.ind_box4_box2 .item .text{
padding: 0 clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
position: absolute;
left: 0;
bottom: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}
.ind_box4_box3{
gap: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);
}
.ind_box4_box3 .item{
border: 1px solid #DCDCDC;
}
.ind_box4_box3 .item:hover{
border-bottom: 1px solid var(--hue);
}
.ind_box6_r{
width: 50%;
}
.ind_box6_l{
width: 47%;
}
.ind_box6_l_form_list{
gap: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
padding: 0;
margin: 0;
}
.ind_box6_l_form_list dd{
width: 100%;
margin: 0;
padding: 0;
}
.ind_box6_l_form_list_box{
border: 1px solid #eee;
border-radius: 6px;
}
.ind_box6_l_form_list_tt{
white-space: nowrap;
line-height: clamp(3rem, 2.844rem + 0.78vw, 3.625rem);
}
.ind_box6_l_form_list_text_box{
width: 100%;
background: #FFF;
padding:  0 15px;
}
.ind_box6_l_form_list_text,
.ind_box6_l_form_list_area{
display: block;
width: 100%;
color: #333;
line-height: clamp(3rem, 2.844rem + 0.78vw, 3.625rem);
border: none;
font-size: 14px;
}
.about_contact_box .ind_box6_l_form_list_box{
border: none;
border-bottom: 1px solid #333;
border-radius: 0;
padding:  0  ;
}
.ind_box6_l_form_list_area{
height: clamp(6.25rem, 4.844rem + 7.03vw, 11.875rem);
line-height: 1.6;
resize: none;
padding: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem) 0 10px;
background: #FFF;
}
.ind_box6_l_form_list_text::-webkit-input-placeholder,
.ind_box6_l_form_list_area::-webkit-input-placeholder{
color: #333;
}
.ind_box6_l_form_list_btn{
width: 100%;
color: #fff;
height: clamp(3.125rem, 2.969rem + 0.78vw, 3.75rem);
border-radius: 6px;
background: var(--hue);
cursor: pointer;
}
.ind_contact_box{
background: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/images/ind_contact_1.png) no-repeat left bottom ;
}
.about_contact_box{
background: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/images/left.png) no-repeat left bottom ;
}
.about_contact_box2{
background: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/images/right.png) no-repeat right bottom ;
}
.ind_box7_scroll{
width: 95%;
overflow: hidden;
}
.ind_box7_scroll .swiper-wrapper{
width: 95%;
}
.ind_box7_scroll_item{
display: block;
background: #fff;
border-radius: 10px;
}
.ind_box7_scroll_item_pic{
overflow: hidden;
aspect-ratio: 352/235;
position: relative;
}
.ind_box7_scroll_item_pic img{
width: 100%;
}
.ind_box7_scroll_item_pic .time{
position: absolute;
right: 4px;
bottom: 0;
text-align: center;
width: clamp(7.5rem, 7.031rem + 2.34vw, 9.375rem);
line-height: clamp(2.5rem, 2.375rem + 0.63vw, 3rem);
background: rgba(0, 0, 0, .22);
}
.ind_box7_scroll_item_con{
padding:clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem)  clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
gap: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
}
.ind_box7_scroll_item_con_time{
gap: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
}
.ind_box7_scroll_item_con .tt{
color: #333;
line-height: 1.3;
margin-bottom: 10px;
transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.ind_box7_scroll_item:hover .ind_box7_scroll_item_pic img{
transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
}
.ind_box7_scroll_item:hover .tt{
color: var(--hue);
} .footer{
background: #696969;
}
.footer_box1{
width: 100%;
height: 100px;
background-color: #FFF;
border-top: 1px solid #e5e5e5;
padding:  0 2%;
gap: 5px;
}
.footer_box1_text{
gap: 5px;
}
.footer_t{
padding-top: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem);
padding-bottom: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem);
}
.footer_t_l{
width: 25%;
}
.footer_t_l_logo{
margin-bottom: clamp(0.938rem, 0.766rem + 0.86vw, 1.625rem);
}
.footer_t_l_logo img{
display: block;
height: clamp(2.5rem, 2.234rem + 1.33vw, 3.563rem);
}
.footer_t_l_text{
margin-bottom: clamp(1.125rem, 0.828rem + 1.48vw, 2.313rem);
}
.footer_t_l_sm{
gap: clamp(0.375rem, 0.156rem + 1.09vw, 1.25rem);
}
.footer_t_l_sm .icon{
}
.footer_t_l_sm a:hover{
transform:translateY(-3px);
-webkit-transform: translateY(-3px);
}
.footer_t_r{
width: 100%;
gap:  clamp(1.875rem, 1rem + 4.38vw, 6.25rem);
}
.footer_t_item{
}
.footer_t_item_pro{
width: 35%;
}
.footer_t_item_link{
width: 25%;
}
.footer_t_item_contact{
width: 35%;
}
.footer_t_item_title{
margin-bottom: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
padding-bottom:  clamp(0.25rem, 0.203rem + 0.23vw, 0.438rem);
border-bottom: 1px solid rgba(255,255,255,.3);
}
.footer_t_item_list .item{
width: 100%;
padding: clamp(0.25rem, 0.203rem + 0.23vw, 0.438rem) 0;
color: #fff;
}
.footer_t_item_list .item .icon{
font-size: 14px;
}
.footer_t_item_list .item .tt{
width: calc(100% - 12px);
padding-left: 5px;
}
.footer_t_item_list .item .tt a{
color: #fff;
}
.footer_t_item_list .item .tt a:hover,
.footer_t_item_list a.item:hover{
transform:translateX(3px);
-webkit-transform:translateX(3px);
}
.footer_t_item_contact .footer_t_item_list .item .icon{
font-size: 20px;
}
.footer_t_item_contact .footer_t_item_list .item .tt{
width: calc(100% - 20px);
padding-left: 10px;
}
.footer_b{
border-top: 1px solid rgba(255,255,255,.3);
padding: clamp(0.938rem, 0.797rem + 0.7vw, 1.5rem) 0;
} .sub_banner{
overflow: hidden;
position: relative;
}
.sub_banner img{
display: block;
width: 100%;
}
.sub_banner_text{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.sub_banner_text a{
color:#FFF
}
.sub_banner_text .wrapper{
height: 100%;
}
.sub_banner_text2 .wrapper{
gap:clamp(0.875rem, -0.982rem + 2.9vw, 2.5rem);
}
.sub_banner_text2_text{
gap: 5px;
} .location{
color: #666;
line-height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
border-bottom: 1px solid #DCDCDC;
}
.location .icon{
font-size: 22px;
margin-right: 4px;
}
.location a{
color: #666;
margin: 0 2px;
}
.location a:hover{
color: var(--hue);
}
.por_cat_box{
width: 100%;
border-bottom: 1px solid #DCDCDC;
position: relative;
z-index: 100;
box-shadow: 0 3px clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) rgba(22, 22, 22, .09);
}
.por_cat_box a{
padding: clamp(0.45rem, -0.893rem + 1.79vw, 1.25rem) clamp(0.625rem, -1.518rem + 3.35vw, 2.5rem);
border-left: 1px solid #DCDCDC;
color: #333;
display: inline-block;
}
.por_cat_list{
width: 100%;
border-bottom: 1px solid #DCDCDC;
position: relative;
z-index: 2;
box-shadow: 0 3px clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) rgba(22, 22, 22, .09);
}
.por_cat_list a{
padding: clamp(0.45rem, -0.893rem + 1.79vw, 1.25rem) clamp(0.625rem, -1.518rem + 3.35vw, 2.5rem);
border-left: 1px solid #DCDCDC;
color: #333;
gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.por_cat_list2{
width: 100%;
}
.por_cat_list2 a{
padding: clamp(0.45rem, -0.893rem + 1.79vw, 1.25rem) clamp(0.625rem, -1.518rem + 3.35vw, 2.5rem);
color: #333;
display: inline-block;
}
.por_cat_list2 a:hover ,.por_cat_list2 a.hover{
background-color: #eef0ef;
color:var(--hue)
}
.pro_list_box1_l{
width: 52%;
}
.pro_list_box1_l_btn_box{
gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.pro_list_box1_l_btn_img_box{
width: 54px;
height: 54px;
line-height: 54px;
text-align: center;
border-radius: 50%;
background-color: var(--hue);
}
.pro_list_box1_r{
width: 43.33%;
}
.pro_list_box1_r img{
width: 100%;
border-radius: 10px;
}
.pro_list_box1_l_btn_a_box{
gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.pro_ist1{
gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
margin: 0;
padding: 0;
}
.pro_ist1 dd{
margin: 0;
padding: 0;
}
.pro_list_box3_l{
width: 44%;
}
.pro_list_box3_l img{
width: 100%;
border-radius: 10px;
}
.pro_list_box4 .ind_box2_t_r_clm1{
gap: 15px;
}
.pro_list_box4 .ind_box2_t_r_item1{
width: auto; }
.pro_list_box4 .ind_box2_t_r_item1_tt{
width: 100%;
border-color: #fff;
}
.pro_list_box4 .ind_box2_t_r_line{
background: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/images/pro_list_design_line.png) no-repeat center center / 100% auto;
}
.pro_list_box5_l{
width: 55.3%;
}
.pro_list_box5_l_list{
padding: 0;
margin: 0;
}
.pro_list_box5_l_list dd{
margin: 0;
padding: clamp(0.5rem, 0.313rem + 0.94vw, 1.25rem) 0;
border-bottom: 1px solid #eee;
}
.pro_list_box5_l_list_tt{
min-height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
cursor: pointer;
}
.pro_list_box5_l_list_tt .icon1{
width: clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem);
height: clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem);
font-size: 18px;
text-align: center;
line-height: clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem);
color: #fff;
border-radius: 50%;
background: var(--hue);
}
.pro_list_box5_l_list_tt .tt{
width: calc(100% - clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem)*2);
color: #333;
line-height: 1.4;
padding: 0 clamp(0.5rem, 0.438rem + 0.31vw, 0.75rem);
}
.pro_list_box5_l_list_tt .icon2{
width: clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem);
height: clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem);
font-size: clamp(1.125rem, 1.031rem + 0.47vw, 1.5rem);
text-align: center;
line-height: clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem);
color: #333;
transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.pro_list_box5_l_list_down{
display: none;
padding: 0 0 0 calc(clamp(0.5rem, 0.438rem + 0.31vw, 0.75rem) + clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem));
}
.pro_list_box5_l_list dd.hover .pro_list_box5_l_list_tt .icon1::before{
content: "\eb79";
}
.pro_list_box5_l_list dd.hover .pro_list_box5_l_list_tt .icon2{
color: var(--hue);
transform: rotateZ(180deg);
-webkit-transform: rotateZ(180deg);
-ms-transform: rotateZ(180deg);
}
.pro_list_box5_r{
width: 41.33%;
padding: clamp(1.563rem, 1.25rem + 1.56vw, 2.813rem) clamp(0.938rem, 0.422rem + 2.58vw, 3rem);
box-shadow: 0 6px clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) rgba(22, 22, 22, .06);
border-radius: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
border: 1px solid #eee;
} .pro_det_t_con{
background:linear-gradient(to bottom, #efefef, #f5f5f5, #ffffff); 
}
.pro_det_t_l{
width: 55%;
position: relative;
padding: 0 5%;
}
.pro_det_pic_scroll{
border-radius: 10px;
margin-bottom: clamp(0.625rem, -1.875rem + 3.13vw, 1.25rem);
}
.pro_det_pic_scroll_bars{
gap: clamp(0.625rem, -1.875rem + 3.13vw, 1.25rem);
}
.pro_det_pic_scroll_bars .item{
width: calc((100% - clamp(0.625rem, -1.875rem + 3.13vw, 1.25rem)*3) / 4);
position: relative;
overflow: hidden;
border-radius: 4px;
cursor: pointer;
}
.pro_det_pic_scroll_bars .item::after{
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 4px;
border: 1px solid var(--hue);
opacity: 0;
transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.pro_det_pic_scroll_bars .item.active::after{
opacity: 1;
}
.pro_det_t_r{
width: 40.3%;
}
.pro_det_t_r_title{
margin-bottom: clamp(0.313rem, -1.188rem + 1.88vw, 0.688rem);
border-bottom: 1px solid #E3E3E3;
}
.pro_det_t_r_text1{
margin-bottom: clamp(0.313rem, -1.188rem + 1.88vw, 0.688rem);
}
.pro_det_t_r_clm1{
margin-bottom: clamp(1rem, -2.5rem + 4.38vw, 1.875rem);
}
.pro_det_t_r_clm1 .item{
padding: clamp(0.313rem, -1.188rem + 1.88vw, 0.688rem) 0;
}
.pro_det_t_r_clm1 .item .tt{
}
.pro_det_t_r_btn_box{
gap: clamp(0.625rem, -1.875rem + 3.13vw, 1.25rem);
}
.pro_det_t_r_btn_box .public_btn1{
min-width: clamp(12.5rem, 6.786rem + 8.93vw, 17.5rem);
height: clamp(1.875rem, -1.696rem + 5.58vw, 5rem);
}
.pro_det_t_r_btn_box .dark{
background: #fbe6e9;
color: var(--hue);
}
.pro_det_t_r_share{
padding-top: clamp(0.938rem, -1.563rem + 3.13vw, 1.563rem);
}
.pro_det_b_bars_box{
height: calc(clamp(3.125rem, 2.278rem + 4.24vw, 6.25rem) + 5px);
position: relative;
}
.pro_det_b_bars{
position: relative;
width: 100%;
z-index: 3;
background: #fff;
border-top: 4px solid #333;
border-bottom: 1px solid #DFDFDF;
}
.pro_det_b_bars_list .item{
width: 20%;
height: clamp(3.125rem, 2.278rem + 4.24vw, 6.25rem);
color: #333;
display:flex;
display:-ms-flexbox;
display:-webkit-flex;
justify-content:center;
-ms-justify-content:center;
-webkit-justify-content:center;
align-items: center;
-webkit-align-items: center;
-ms-align-items:center;
flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
text-align: center;
cursor: pointer;
transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.pro_det_b_bars_list .item .icon{
margin-bottom: 3px;
}
.pro_det_b_bars_list .item.hover{
color: #fff;
background: var(--hue);
}
.pro_det_1_box{
background-color: #f3f3f3;
padding:2%;
}
.pro_det_1_box2{
background: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/images/bj.png) no-repeat center center ;
background-size: 100% 100%;
height: 69px;
line-height: 69px;
}
.pro_det_1_box3{
width: 100%;
position: relative;
background: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/images/pro_det_3.jpg) no-repeat center center;
background-size: cover / cover;
}
.pro_det_1_box3_con{
width: 40%;
padding: 6% 0;
gap: clamp(0.938rem, -1.563rem + 3.13vw, 1.563rem);
}
.pro_det_1_box3_con .item{
width: 45%;
background: var(--hue);
padding: 5% 7%;
border-radius: 10px;
gap: clamp(0.313rem, -1.188rem + 1.88vw, 0.688rem);
}
.pro_det_1_box3_con img{
width: 69px;
}
.pro_det_b_tabs_item3_l{
width: 35.5%;
}
.pro_det_b_tabs_item3_r{
width: 62%;
}
.pro_det_rela_scroll .ind_box2_scroll_item_text1{
background: #FFF;
}
table{
width: 100%;
background: #fff;
border: 1px solid #DEE2E6;
}
table tr td{
padding: 8px;
border: 1px solid #DEE2E6;
}
.about_box1{
background: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/images/right-01-bj.png) no-repeat top right;
}
.about_box1_t{
margin-bottom: clamp(1.563rem, 0.969rem + 2.97vw, 3.75rem);
}
.about_box1_t_l{
width: 52%;
}
.about_box1_t_r{
width: 45.6%;
}
.about_box1_t_r a{
display: block;
border-radius: 10px;
overflow: hidden;
position: relative;
}
.about_box1_t_r a>img{
width: 100%;
}
.about_box1_t_r a .icon{
position: absolute;
left: 50%;
top: 50%;
width: clamp(3.75rem, 2.801rem + 4.75vw, 7.25rem);
height: clamp(3.75rem, 2.801rem + 4.75vw, 7.25rem);
transform: translate(-50%,-50%);
}
.about_box1_t_r a:hover>img{
transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
}
.about_box1_b{
width: 100%;
gap: clamp(0.938rem, 0.683rem + 1.27vw, 1.875rem);
}
.about_box1_b .item{
background: none;
}
.about_box2{
background: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/images/tu-02bj.png);
background-size: 100% 100%;
}
.about_box2_l{
width: 43%;
}
.about_box2_r{
width: 55%;
}
.about_box1_b{
padding: clamp(0.938rem, 0.853rem + 0.42vw, 1.25rem) 0 ;
gap: clamp(0.938rem, 0.853rem + 0.42vw, 1.25rem);
}
.about_box1_b .item{ height: clamp(17.5rem, 16.625rem + 4.38vw, 21.875rem);
border-radius: 6px;
transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.about_box1_b .item .icon{
position: relative;
width: clamp(3.125rem, 2.786rem + 1.69vw, 4.375rem);
height: clamp(3.125rem, 2.786rem + 1.69vw, 4.375rem);
position: relative;
}
.about_box1_b .item .icon .icon2{
position: absolute;
left: 0;
top: 0;
opacity: 0;
}
.about_box1_b .item .num{
color: #FFF;
padding: 5px 0;
}
.about_box1_b .item .tt{
color: #FFF;
}
.about_box1_b .item:hover{
background: var(--hue);
}
.about_box1_b .item:hover .icon .icon2{
opacity: 1;
}
.about_box1_b .item:hover .num, .about_box1_b .item:hover .tt{
color: #fff;
}
.about_box2_scroll_item{
gap: clamp(0.938rem, 0.683rem + 1.27vw, 1.875rem);
}
.about_box2_scroll_item_l{
width: 26.5%;
gap: clamp(0.938rem, 0.683rem + 1.27vw, 1.875rem);
}
.about_box2_scroll_item .item{
width: 100%;
overflow: hidden;
border-radius: 10px;
}
.about_box2_scroll_item img{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.about_box2_scroll_item_m{
width: 42.5%;
}
.about_box2_scroll_item .item:hover img{
transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
}
.about_box3{
background: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/images/tu-03bj.png) no-repeat   right  top;
margin-top:  calc(var(--space) * -1) ;
position: relative;
z-index: -1;
}
.about_box3_text .item{
gap: clamp(0.938rem, 0.853rem + 0.42vw, 1.25rem);
} .about_box4{
background: url(//www.isuzuaf.com/wp-content/themes/isuzuaf/images/tu-04bj.png) no-repeat top center;
margin-top:  calc(var(--space) * -1) ;
background-size: 100% 100%;
}
.about_box5_scroll_item{
padding: clamp(0.625rem, 0.371rem + 1.27vw, 1.563rem);
border: 1px solid #D8D8D8;
background: #fff;
border-radius: 10px;
}
.about_box5_scroll_item .pic{
overflow: hidden;
border: 1px solid #DCDCDC;
}
.about_box5_scroll_item .pic img{
display: block;
width: 100%;
}
.about_box5_scroll_item .tt_box{
padding: clamp(0.75rem, 0.648rem + 0.51vw, 1.125rem) 0 0;
}
.about_box5_scroll_item .tt_box .tt{
width: calc(100% - 34px);
}
.about_box5_scroll_item .tt_box  .icon{
width: 34px;
height: 34px;
font-size: 18px;
text-align: center;
line-height: 34px;
color: #fff;
border-radius: 50%;
background: var(--hue);
}
.about_box6_scroll_item{
display:flex;
display:-ms-flexbox;
display:-webkit-flex;
flex-direction: column;
flex-wrap:wrap;
-ms-flex-wrap:wrap;
-webkit-flex-wrap:wrap;
gap: clamp(0.625rem, 0.794rem + -0.85vw, 0rem);
}
.about_box6_scroll_item .item{
display:flex;
display:-ms-flexbox;
display:-webkit-flex;
justify-content:center;
-ms-justify-content:center;
-webkit-justify-content:center;
align-items: center;
-webkit-align-items: center;
-ms-align-items:center;
overflow: hidden;
padding: 10px;
border: 1px solid #DCDCDC;
border-radius: 10px;
} .app_list1{
margin: 0;
padding: 0;
}
.app_list1 dd{
width: 100%;
margin: 0;
padding: var(--space) 0;
}
.app_list1 dd:nth-child(odd){
background: #f5f5f5;
}
.app_list1_item{
border-radius: 10px;
overflow: hidden;
}
.app_list1_pic{
width: 46.66%;
overflow: hidden;
border-radius: 10px;
}
.app_list1_pic img{
display: block;
width: 100%;
}
.app_list1_con{
width: 48%;
}
.app_list1_con_tt{
color: #333;
line-height: 1.1;
transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.app_list1_con_text{
margin: clamp(0.875rem, 0.638rem + 1.19vw, 1.75rem) 0 clamp(1rem, 0.729rem + 1.36vw, 2rem);
}
.app_list1_item:hover .app_list1_pic img{
transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
}
.app_list1_item:hover .app_list1_con_tt{
color: var(--hue);
}
.app_det_box1_scroll_item .pic{
overflow: hidden;
border-radius: 10px;
}
.app_det_box1_scroll_item .pic img{
display: block;
width: 100%;
}
.app_det_box1_scroll_item .tt{
padding: clamp(1rem, 0.932rem + 0.34vw, 1.25rem) 0 0 0;
}
.app_det_box1_scroll_item:hover .pic img{
transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
}
.app_det_box2_clm1{
gap: clamp(0.938rem, 0.683rem + 1.27vw, 1.875rem);
}
.app_det_box2_clm1 .item{
border-radius: 10px;
overflow: hidden;
}
.app_det_box2_clm1 .item img{
display: block;
width: 100%;
}
.app_det_box2_clm1 .item:hover img{
transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
}
.cus_box1_list1{
margin: 0;
padding: 0;
gap: clamp(0.938rem, 0.683rem + 1.27vw, 1.875rem);
}
.cus_box1_list1 dd{
margin: 0;
padding: 0;
}
.cus_box2_list1{
gap: clamp(0.938rem, 0.683rem + 1.27vw, 1.875rem);
}
.cus_box2_list1 .app_list1_con{
width: 53.34%;
padding: 15px clamp(0.625rem, -0.138rem + 3.81vw, 3.438rem);
}
.cus_box2_list1 .app_list1_con_text{
margin: clamp(0.625rem, 0.489rem + 0.68vw, 1.125rem) 0 clamp(0.938rem, 0.785rem + 0.76vw, 1.5rem);
}
.cus_box2_list1 .app_list1_item:nth-child(2n){
flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
} .sub_bars{
gap: clamp(0.938rem, 0.683rem + 1.27vw, 1.875rem);
margin-bottom: clamp(1.25rem, 0.911rem + 1.69vw, 2.5rem);
width: 50%;
}
.sub_bars .item{
color: #666;
padding: 1% 1%;
}
.sub_bars .item.hover,
.sub_bars .item:hover{
color: #000;
border-bottom:2px solid var(--hue);
}
.blog_search_box{
border:1px solid #dcdcdc;
width: 30%;
}
.blog_search_box input{ 
padding:  0 2%;
width: calc(100% - 52px);
height: 52px;
line-height: 52px;
text-align: left;
}
.blog_search_box button{
background: var(--hue);
width: 52px;
height: 52px;
}
.cosbtn{
width: 18px;
height: 18px;
border-radius: 15px;
background-color: var(--hue);
line-height: 18px;
text-align: center;
color: #FFf;
}
.blog_list1{
margin: 0;
padding: 0;
}
.blog_list1 dd{
margin: 0;
padding: 0;
margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 2.5rem);
border-top: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
}
.blog_list1 dd:last-child{
margin-bottom: 0;
}
.blog_list1_item_pic{
width: clamp(7.5rem, -7.182rem + 73.41vw, 47.875rem);
display: block;
overflow: hidden;
aspect-ratio: 760/430;
transition:all 0s;
-webkit-transition:all 0s;
}
.blog_list1_item_pic img{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.blog_list1_item_con{
width:calc(100% - clamp(7.5rem, -7.182rem + 73.41vw, 47.875rem));
padding: 0 clamp(0rem, -0.781rem + 3.91vw, 3.125rem) 0;
}
.blog_list1_item_con_clm1{
gap: 8px;
}
.blog_list1_item_con_clm1 .line{
width: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
height: 1px;
background: var(--hue);
}
.blog_list1_item_con_clm1 .line2{
width: 1px;
height: 12px;
background: var(--hue);
}
.blog_list1_item_con_tt{
color: #333;
padding: clamp(0.813rem, 0.703rem + 0.55vw, 1.25rem) 0;
transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.blog_list1_item_con_text{
margin-bottom: clamp(0.938rem, 0.766rem + 0.86vw, 1.625rem);
}
.blog_list1_item:hover .blog_list1_item_pic img{
transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
}
.blog_list1_item_con_tt:hover{
color: var(--hue);
} .blog_det_l{
width: calc(100% - clamp(18.75rem, 8.861rem + 15.45vw, 24.313rem) - clamp(0.938rem, -1.84rem + 4.34vw, 2.5rem)*2 - 1px);
}
.blog_det_l_line{
width: 1px;
background: #eee;
}
.blog_det_l_title{
padding-bottom: clamp(1.125rem, -0.208rem + 2.08vw, 1.875rem);
margin-bottom: clamp(1.125rem, -0.208rem + 2.08vw, 1.875rem);
border-bottom: 1px solid #d2d2d2;
position: relative;
}
.blog_det_l_title::after{
content: " ";
display: block;
width: 100px;
height: 1px;
background-color: var(--hue);
position: absolute;
bottom: -1px;
left: 0;
}
.blog_det_l_clm1{
padding-bottom: clamp(1.125rem, -0.208rem + 2.08vw, 1.875rem);
border-bottom: 1px solid #eee;
gap: clamp(0.5rem, 0.078rem + 2.11vw, 2.188rem);
}
.blog_det_l_clm1 .item{
display:flex;
display:-ms-flexbox;
display:-webkit-flex;
align-items: center;
-webkit-align-items: center;
-ms-align-items:center;
}
.blog_det_l_con{
padding-top: clamp(1.125rem, 0.906rem + 1.09vw, 2rem);
padding-bottom: clamp(1.125rem, 0.906rem + 1.09vw, 2rem);
border-bottom: 1px solid #eee;
}
.blog_det_l_page{
padding: clamp(1.125rem, 0.906rem + 1.09vw, 2rem) 0;
border-radius: 10px;
}
.blog_det_l_page_item{
width: 100%;
}
.blog_det_l_page_item_line{
width: 1px;
background: #ECECEC;
}
.blog_det_l_page_item_tt{
margin-bottom: 8px;
}
.blog_det_l_page_item_text{
color: #666;
line-height: 30px;
}
.blog_det_l_page_item_text .tt{
width: calc(100% - 110px);
color: #666;
}
.blog_det_l_page_item_text .time{
width: 110px;
text-align: right;
}
.blog_det_l_page_item_text:hover{
text-decoration: underline;
color: var(--hue);
}
.blog_det_l_page_item_text:hover .tt{
color: var(--hue);
}
.blog_det_l_line{
background: #eee;
}
.ind_box6_l_title1{
margin-bottom: clamp(1.25rem, 1.016rem + 1.17vw, 2.188rem);
}
.blog_det_r{
width: clamp(18.75rem, 8.861rem + 15.45vw, 24.313rem);
}
.blog_det_r_clm{
margin-top: clamp(1.25rem, 1.105rem + 0.72vw, 1.875rem);
margin-bottom: clamp(1.25rem, 1.105rem + 0.72vw, 1.875rem);
gap: calc(clamp(1.25rem, 1.105rem + 0.72vw, 1.875rem) / 2);
}
.blog_det_r_clm .item{
padding: clamp(0.938rem, 0.853rem + 0.42vw, 1.25rem);
border-radius: 20px;
background: #eeeef2;
display: block;
color: #333;
width: auto;
}
.blog_det_r_clm2{
margin-top: clamp(1.25rem, 1.105rem + 0.72vw, 1.875rem);
margin-bottom: clamp(1.25rem, 1.105rem + 0.72vw, 1.875rem);
}
.blog_det_r_clm2 .item{
padding: clamp(0.938rem, 0.853rem + 0.42vw, 1.25rem);
border-bottom: 1px solid #eee;
display: block;
color: #333;
width: auto;
position: relative;
}
.blog_det_r_clm2 .item::before{
display: block;
content: "";
position: absolute;
left: 0;
top:50%;
transform: translateY(-50%);
width: 4px;
height: 14px;
background-color: var(--hue);
}
.blog_det_r_clm3{
padding: clamp(1.25rem, 0.938rem + 1.17vw, 2.188rem);
border: 1px solid #d9dde0;
} .contact_box1_list{
gap: clamp(0.938rem, 0.683rem + 1.27vw, 1.875rem);
}
.contact_box1_list .item{
padding: clamp(1.25rem, 1.016rem + 1.17vw, 2.188rem) 15px;
border-radius: 10px;
color: #333;
text-align: center;
background: #f5f5f5;
transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.contact_box1_list .item .imgbox{
width: clamp(3.75rem, 2.568rem + 5.91vw, 7rem);
height: clamp(3.75rem, 2.568rem + 5.91vw, 7rem);
color: #333;
font-size: clamp(1.625rem, 1.5rem + 0.63vw, 2.125rem);
line-height:clamp(3.75rem, 2.568rem + 5.91vw, 7rem);
border-radius: 50%;
background: var(--hue);
margin: 0 auto;
box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}
.contact_box1_list .item .tt{
font-size: clamp(1.25rem, 1.125rem + 0.63vw, 1.5rem);
line-height: 1.5;
padding: 10px 0 4px;
}
.contact_box1_list .item .text a{
color: #333;
transition:all 0s;
-webkit-transition:all 0s;
}
.contact_box1_r{
width: 47.625%;
padding: clamp(1.563rem, 1.406rem + 0.78vw, 2.188rem) clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem);
border-radius: 10px;
}
.contact_box2_r_form{
gap: clamp(0.938rem, 0.853rem + 0.42vw, 1.25rem);
margin: 0;
padding: 0;
}
.contact_box2_r_form dd{
width: calc((100% - clamp(0.938rem, 0.853rem + 0.42vw, 1.25rem)) / 2);
margin: 0;
padding: 0;
}
.contact_box2_r_form dd.ddw{
width: 100%;
}
.contact_box1_r_form_btn{
width: 100%;
cursor: pointer;
}
.contact_box2_l{
width: 40.6%;
}
.contact_box2_l_title2{
margin-bottom: clamp(1rem, 0.831rem + 0.85vw, 1.625rem);
}
.contact_box2_l_list{
gap: clamp(0.625rem, 0.523rem + 0.51vw, 1rem);
padding-bottom: clamp(1.125rem, 0.956rem + 0.85vw, 1.75rem);
}
.contact_box2_l_list .item{
width: 100%;
}
.contact_box2_l_list .item .icon{
width: 26px;
line-height: calc(clamp(0.875rem, 0.828rem + 0.2vw, 1rem)*1.75);
color: var(--hue);
font-size: 26px;
}
.contact_box2_l_list .item .tt{
width: calc(100% - 26px);
padding-left: 5px;
}
dd.dds{
width: 48%;
}
.contact_box2_l_sm{
gap: clamp(0.313rem, 0.058rem + 1.27vw, 1.25rem);
}
.contact_box2_l_sm .icon{
display:flex;
display:-ms-flexbox;
display:-webkit-flex;
justify-content:center;
-ms-justify-content:center;
-webkit-justify-content:center;
align-items: center;
-webkit-align-items: center;
-ms-align-items:center;
color: #fff;
width: clamp(2.25rem, 2.081rem + 0.85vw, 2.875rem);
height: clamp(2.25rem, 2.081rem + 0.85vw, 2.875rem);
font-size: clamp(1.125rem, 1.057rem + 0.34vw, 1.375rem);
border-radius: 50%;
}
.contact_box2_l_sm .icon.icon-facebook1{
background: #3B5998;
}
.contact_box2_l_sm .icon.icon-linkedin2{
background: #007BB5;
}
.contact_box2_l_sm .icon.icon-tiktok{
background: #000000;
}
.contact_box2_l_sm .icon.icon-you-tube{
background: #FF0000;
}
.contact_box2_l_sm .icon.icon-instagram-fill{
background: #E4405F;	
}
.contact_box2_l_sm .icon.icon-pinterest1{
background: #BD081C;
}
.contact_box2_l_sm .icon.icon-tuite1{
background: #000;
}
.contact_box2_l_sm .icon:hover{
transform:translateY(-3px);
-webkit-transform: translateY(-3px);
}
.contact_box2_r{
width: 53.3%;
padding: clamp(1.25rem, 0.962rem + 1.44vw, 2.313rem) clamp(0.938rem, 0.683rem + 1.27vw, 1.875rem);
border-radius: 10px;
}
.contact_box2_2{
background: #f5f4fb;
}
.contact_box2_l_2{
width: 52%;
}
.contact_box2_l_2 img{
width: 100%;
height: 100%;
}
.contact_box2_r2{
width: 45%;
}
.contact_box2_r2 .ind_box6_l_form_list_box{
border: none;
padding: 0;
}
.contact_box2_r2  .ind_box6_l_form_list_text_box{
padding: 0;
}
.contact_box2_r2 .ind_box6_l_form_list_text{
height: 48px;
}
.contact_box2_r2 .ind_box6_l_form_list_tt{
line-height: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}
.contact_box2_r2 .ind_box6_l_form_list_text,
.contact_box2_r2 .ind_box6_l_form_list_area{
display: block;
width: 100%;
color: #333;
line-height: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
border: 1px solid #ccc;
padding: 0 15px;
border-radius: 5px;
font-size: 14px;
}
.contact_box2_r_title{
margin-bottom: clamp(0.938rem, 0.785rem + 0.76vw, 1.5rem);
}
.contact_box2_r_title .text{
padding-top: clamp(0.5rem, 0.398rem + 0.51vw, 0.875rem);
}
a{
transition: all 0.5s;
}
a:hover{
transform:translateY(-3px);
-webkit-transform: translateY(-3px);
transition: all 0.5s;
}
.mobile_inq{
display: none;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 52px;
line-height: 52px;
background: var(--hue);
}  .border {
border-width: .0625rem;
}
.rounded {
border-radius: .25rem;
}
.overflow-hidden {
overflow: hidden;
}
.ml-2 {
margin-left: .5rem;
}
#google_translate_element {
overflow: hidden;
border-width: 1px;
border-radius: 0.25rem;
background: white;
}
.goog-te-gadget {
font-size: 0 !important;
}
.goog-te-combo {
margin-top: 0 !important;
padding-top: 0 !important;
font-size: 0.75rem !important;
line-height: 1rem !important;
outline: 2px solid transparent !important;
outline-offset: 2px !important;
}
.goog-logo-link {
display: none !important;
}
.goog-te-banner-frame {
display: none !important;
position: fixed !important;
}
.goog-te-gadget .goog-te-combo {
font-size: .75rem!important;
line-height: 1rem!important;
margin: 0!important;
outline: .125rem solid #0000!important;
outline-offset: .125rem!important;
padding: .25rem!important;
} .pro_ist1 .sg_pro{
background:#f5f5f5!important;
padding:1rem;
}
.pro_ist1 .ipt{
border:1px solid #d70c25;
border-radius: 25px;
color:#d70c25;
padding:0.5rem 1.8rem;
}
.pro_ist1 .ipt:hover{
border:1px solid #d70c25;
background:#d70c25;
border-radius: 25px;
color:#fff;
padding:0.5rem 1.8rem;
}
.sg_pro * h3{}
.sg_pro * h3 a{display:inline-block; width:100%; color:#444;font-size: clamp(1rem, 0.8vw, 1.5rem)}
.ind_box6_l_form_list_text,.ind_box6_l_form_list_text_box,.ind_box6_l_form_list_area{background:#f9f9f9;}
.ind_box6_l_form_list_box{border:1px solid #ccc;}
.wrapper * video,.wrapper video{
width: 100% !important;
height: auto !important;
max-height: 650px !important;
background: #000;
}
.bgf5{background:#f5f5f5;}
.atk-con-details img,.atk-con-details * img{width:100%; height:auto;}
.atk-con-details h3, .atk-con-details p{text-align:center;}@media screen and (max-width:1600px){
} @media (max-width:1440px) {
} @media (max-width:1280px) {
.header_box{
display: none;
}
.mobile_header{
display: block;
}
.mobile_menu_box{
padding: clamp(1.125rem, 0.739rem + 1.93vw, 2.188rem) 5%;
}
.por_cat_list .wrapper{
flex-wrap: wrap;
}
} @media (max-width: 1024px) {
.mobile_inq{
display: block;
}
.footer{
margin-bottom: 52px;
}
.por_cat_list .wrapper{
flex-wrap: wrap;
}
.indBoxOne2 {
flex-wrap: wrap;
}
.indBoxOne2 .item ,.indBoxOne2 .item.on{
width: 50%;
height: 300px;
}
.indBoxOne2_icon{ 
display: none;
}
.indBoxOne2 .item a,.indBoxOne2 .item.on a{
opacity: 1;
} .blog_det_l_line{
display: none;
}
} @media (max-width:768px) { 
.mobile_inq{
display: block;
}
.por_cat_list .wrapper{
flex-wrap: wrap;
}
.footer_box1{
padding:  2%;
height: auto;
}
.indBoxOne2 {
flex-wrap: wrap;
}
.indBoxOne2 .item ,.indBoxOne2 .item.on{
width: 50%;
height: 300px;
}
.indBoxOne2_icon{ 
display: none;
}
.indBoxOne2 .item a,.indBoxOne2 .item.on a{
opacity: 1;
}
.wrapper{
width: 100%;
}
.p15{
padding-left: 15px;
padding-right: 15px;
}
.ind_box2_t_r_item1_tt{
font-size: 12px;
word-break: break-all;
}
.ind_box2_t_r_item .tt{
font-size: 12px;
}
.footer{
margin-bottom: 52px;
}
.footer_t_item_link{
display: none;
}
.float_fixed{
width: 100%;
left: 0;
bottom: 0;
height: 52px;
}
.float_fixed_list{
display:flex;
display:-ms-flexbox;
display:-webkit-flex;
}
.float_fixed_list .item{
width: 20%;
height: 52px;
}
.float_fixed .item:first-child,
.float_fixed_list .item:last-child{
border-radius: 0;
}
.float_fixed_list .item .item_icon{
width: 100%;
height: 52px;
font-size: 24px;
}
.float_fixed_list .item .item_con{
display: none;
}
.pro_list_box4 .ind_box2_t_r_line_box{
display: none;
}
.pro_list_box4 .ind_box2_t_r_item{
width: 40%;
} .pro_det_b_bars_list .item .icon{
margin-bottom: 0;
}
.pro_det_b_bars_list .item .tt{
display: none;
} .blog_det_l_page{
gap: 10px;
}
.blog_det_l_page_item_line{
display: none;
}
.blog_det_l_page_item{
width: 100%;
}
.blog_det_r_list1 a{
gap: 13px;
}
.blog_det_r_list1 a .con{
padding-left: 0;
} .contact_box1_l_list .item{
width: 100%;
min-height: 120px;
}
.contact_box1_r_form dd{
width: 100%;
} .about_box2_scroll_item{
gap: 10px;
}
.about_box2_scroll_item_l,
.about_box2_scroll_item_m{
gap: 10px;
}
.contact_box2_r_form dd{
width: 100%;
}
.ind_box2_list{
display: none;
}
.ind_box2_scroll{
display: block;
}
.ind_box2_last{
flex-direction: column;
}
.ind_box4_box3 .item{
width: 45%;
}
.ind_box4_box3 img{
width: 100%;
}
} @media (max-width:480px) {
.mobile_inq{
display: block;
}
.por_cat_list .wrapper{
flex-wrap: wrap;
}
.ind_box4_box3 .item{
width: 45%;
}
.footer_box1{
padding:  2%;
height: auto;
}
.indBoxOne2 {
flex-wrap: wrap;
}
.indBoxOne2 .item ,.indBoxOne2 .item.on{
width: 100%;
height: 300px;
}
.indBoxOne2_icon{ 
display: none;
}
.indBoxOne2 .item a,.indBoxOne2 .item.on a{
opacity: 1;
}
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}