

.divspace{
height:90px;
}

.logoimg{
width:268px;
cursor:pointer;
transition:0.4s;
}
.logoimg-back{
width:227px;
cursor:pointer;
transition:0.4s;
}

.pcall{
margin:0px;
display:inline-block;
color:white;
padding-left:40px;
font-size:16px;
line-height:1.2em;
position:relative;
left:50%;
transform:translatex(-50%);
}
.pcall:before{
content:"";
display:inline-block;
width:30px;
height:30px;
background-image:url(https://yongbo.yida-design.com.tw/icon_phone_white.webp);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:contain;
position:absolute;
left:0px;
top:50%;
transform:translatey(-50%);
}

.pcall span{
display:inline-block;
width:100%;
font-family:poppins;font-weight:300;
font-size:24px;
padding-top:3px;
}

.a1{
display:inline-block;
line-height:1.2em;
padding-top:10px;
padding-bottom:10px;
padding-left:16px;
padding-right:16px;
color:#222222;
font-size:17px;
}
.table1-back{
display:table;
width:100%;
margin:auto;
height:70px;
transition:0.4s;
}
.table1{
display:table;
width:100%;
margin:auto;
height:90px;
transition:0.4s;
}
.tr1{
display:table-row;
}
.td1{
padding-left:30px;
display:table-cell;
width:257px;
vertical-align:middle;
}
.td2{
display:table-cell;

text-align:center;
vertical-align:middle;
padding-right:40px;
}

.td3{
display:table-cell;
width:187px;
padding-right:0px;
position:relative;
left:0px;
top:0px;
padding-left:30px;
padding-right:30px;
vertical-align:middle;
background-color:#E15D34;
background-color:#3D6B3C;
}


.divfix{
position:fixed;
left:0px;
top:0px;
width:100%;
z-index:11;
background-color:white;
box-shadow:0px 0px 6px #cccccc;
}






















.divanimation{
display:none;
left:100px;
}



.time1{
animation-delay:0.15s;
}

.time2{
animation-delay:0.3s;
}

.time3{
animation-delay:0.45s;
}

.time4{
animation-delay:0.6s;
}

.time5{
animation-delay:0.75s;
}

.time6{
animation-delay:0.9s;
}

.time7{
animation-delay:1.05s;
}

.time8{
animation-delay:1.2s;
}

.time9{
animation-delay:1.35s;
}

.time10{
animation-delay:1.5s;
}

.time11{
animation-delay:1.65s;
}

.time12{
animation-delay:1.8s;
}

.time13{
animation-delay:1.95s;
}

.time14{
animation-delay:2.1s;
}

.time15{
animation-delay:2.25s;
}

.time16{
animation-delay:2.4s;
}

.time17{
animation-delay:2.55s;
}

.time18{
animation-delay:2.7s;
}

.time19{
animation-delay:2.85s;
}

.time20{
animation-delay:3s;
}

.time21{
animation-delay:3.15s;
}

.time22{
animation-delay:3.3s;
}

.time23{
animation-delay:3.45s;
}

.time24{
animation-delay:3.6s;
}

.time25{
animation-delay:3.75s;
}

.time26{
animation-delay:3.9s;
}

.time27{
animation-delay:4.05s;
}

.time28{
animation-delay:4.2s;
}

.time29{
animation-delay:4.35s;
}

.time30{
animation-delay:4.5s;
}


/*
top bottom left bottom
flipx flipy
zoom zoomleft zoomright zoomup zoomdown
bounce bounceleft bounceright bounceup bouncedown
rotate rotateleftup rotateleftdown rotaterightup rotaterightdown
speed tada shake band


*/

/* right */

.right {
  -webkit-animation-name: right;
  animation-name: right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
animation-play-state:paused;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  @-webkit-keyframes right {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes right {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
}

/* left */

.left {
  -webkit-animation-name: left;
  animation-name: left;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  animation-play-state:paused;
  }
  @-webkit-keyframes left {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes left {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 

/* bottom */
 
.bottom {
  -webkit-animation-name: bottom;
  animation-name: bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
    animation-delay:0.1s;
  }
  @-webkit-keyframes bottom {
  0% {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes bottom {
  0% {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 

/* top */


 .top {
  -webkit-animation-name: top;
  animation-name: top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode:forwards;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
     animation-delay:0.1s;
  animation-play-state:paused;
  }
  @-webkit-keyframes top {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes top {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 

/* flipx */

.flipx {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipx;
  animation-name: flipx;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode:  forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes flipx {
  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;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
   -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes flipx {
  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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 


/* flipy */

.flipy {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipy;
  animation-name: flipy;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode:  forwards;
  animation-fill-mode: forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes flipy {
  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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes flipy {
  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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 
  

/* zoom */

 .zoom {
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode:forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes zoom {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  100%{
    opacity: 1;
  }
  }
  @keyframes zoom {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
    100%{
    opacity: 1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 
  
 
 
 /* zoomleft */
 
 .zoomleft {
  -webkit-animation-name: zoomleft;
  animation-name: zoomleft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes zoomleft {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
      100%{
    opacity: 1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes zoomleft {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
    100%{
    opacity: 1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 

/* zoomright */
 
 .zoomright {
  -webkit-animation-name: zoomright;
  animation-name: zoomright;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes zoomright {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
      100%{
    opacity: 1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes zoomright {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
      100%{
    opacity: 1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 
 
/* zoomup */
 
.zoomup {
  -webkit-animation-name: zoomup;
  animation-name: zoomup;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes zoomup {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
      100%{
    opacity: 1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes zoomup {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
      100%{
    opacity: 1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 

/* zoomdown */

.zoomdown {
  -webkit-animation-name: zoomdown;
  animation-name: zoomdown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes zoomdown {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
      100%{
    opacity: 1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes zoomdown {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
      100%{
    opacity: 1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 

/* bounce */

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode:forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes bounce {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  80% {
  -webkit-transform: scale3d(.97, .97, .97);
  transform: scale3d(.97, .97, .97);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  100% {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes bounce {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  80% {
  -webkit-transform: scale3d(.97, .97, .97);
  transform: scale3d(.97, .97, .97);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  100% {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 

/* bouncedown */

.bouncedown {
  -webkit-animation-name: bouncedown;
  animation-name: bouncedown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode: forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes bouncedown {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  
  75% {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  
  90% {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  
  100% {
  -webkit-transform: none;
  transform: none;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  
  @keyframes bouncedown {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  
  75% {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  
  90% {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  
  100% {
  -webkit-transform: none;
  transform: none;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 

/* bounceup */

.bounceup {
  -webkit-animation-name: bounceup;
  animation-name: bounceup;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode:  forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes bounceup {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  75% {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  90% {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes bounceup {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  75% {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  90% {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }

/* bounceleft */
  
 .bounceleft {
  -webkit-animation-name: bounceleft;
  animation-name: bounceleft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes bounceleft {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  75% {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  90% {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  100% {
  -webkit-transform: none;
  transform: none;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes bounceleft {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  75% {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  90% {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  100% {
  -webkit-transform: none;
  transform: none;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 
 
 /* bounceright */
 
.bounceright {
  -webkit-animation-name: bounceright;
  animation-name: bounceright;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes bounceright {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  75% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  90% {
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  100% {
  -webkit-transform: none;
  transform: none;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes bounceright {
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  75% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  90% {
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  100% {
  -webkit-transform: none;
  transform: none;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 

/* rotate */

.rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode:  forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes rotate {
  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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes rotate {
  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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 

/* rotateleftup  */

.rotateleftup {
  -webkit-animation-name: rotateleftup;
  animation-name: rotateleftup;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode:forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes rotateleftup {
  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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes rotateleftup {
  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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 


/* rotateleftdown */
  
.rotateleftdown {
  -webkit-animation-name: rotateleftdown;
  animation-name: rotateleftdown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes rotateleftdown {
  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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes rotateleftdown {
  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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }

/* rotaterightup */

.rotaterightup {
  -webkit-animation-name: rotaterightup;
  animation-name: rotaterightup;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes rotaterightup {
  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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes rotaterightup {
  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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
}  

/* rotaterightdown */

 .rotaterightdown {
  -webkit-animation-name: rotaterightdown;
  animation-name: rotaterightdown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  animation-play-state:paused;
    animation-delay:0.1s;
  }
  @-webkit-keyframes rotaterightdown {
  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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes rotaterightdown {
  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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 
  
/* shake */

.band {
  -webkit-animation-name: band;
  animation-name: band;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
      position;relative;
  }
  @-webkit-keyframes band {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes band {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  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);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 
  
/* shake */

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes shake {
  0%{
   -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  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);
  }
  100%{
   -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes shake {
  0%{
   -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  
  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);
  }
  100%{
   -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }  

/* speed */

.speed {
  -webkit-animation-name: speed;
  animation-name: speed;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes speed {
  0% {
  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  transform: translate3d(100%, 0, 0) skewX(-30deg);
  opacity: 0;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes speed {
  0% {
  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  transform: translate3d(100%, 0, 0) skewX(-30deg);
  opacity: 0;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;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;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 

/* tada */
  
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
    animation-play-state:paused;
      animation-delay:0.1s;
  }
  @-webkit-keyframes tada {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
   -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  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);
   -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  }
  @keyframes tada {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
   -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  }
  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);
   -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  }
  } 



@keyframes kenburns {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    100% {
        transform: scale3d(1.5, 1.5, 1.5) ;
        animation-timing-function: ease-in;
        opacity: 1;
    }

}
.kenburns{
animation-name:kenburns;
animation-duration:15s;
animation-fill-mode:forwards;
}



.menu3{
position:relative;
width:60px;
height:36px;
padding-top:12px;
padding-bottom:12px;
background-color:#F85224;
background-color:#1A976B;
}

.menu3 span{
height:2px;
background-color:#222222;
background-color:white;
}

.menu1{
position:relative;
width:60px;
height:36px;
margin-top:12px;
margin-bottom:12px;
}

.menu1 span{
height:2px;

}


.menu1 span:nth-of-type(1){
position:absolute;
width:50%;
left:25%;
top:calc(25% - 2px);
transition:0.3s;
background-color:#333333;
}

.menu1  span:nth-of-type(2){
position:absolute;
width:50%;
background-color:#333333;
left:25%;
top:calc(50% - 2px);
transition:0.3s;

}

.menu1 span:nth-of-type(3){
position:absolute;
width:50%;
background-color:#333333;
left:25%;
top:calc(75% - 2px);
transition:0.3s;

}



.menu3 span:nth-of-type(1){
position:absolute;
width:50%;
height:2px;

left:25%;
transform:rotate(45deg);
top:50%;

transition:0.3s;
}

.menu3 span:nth-of-type(2){
position:absolute;
width:50%;
height:2px;

left:25%;
transform:rotate(45deg);
top:50%;
transition:0.3s;

}

.menu3 span:nth-of-type(3){
position:absolute;
width:50%;
height:2px;
left:25%;
transform:rotate(-45deg);
top:50%;
transition:0.3s;

}





.menu5-left{
position:relative;
width:70px;
height:70px;
border:1px solid #cccccc;
}

.menu5-left span{
height:2px;
background-color:#222222;
}

.menu5-left span:nth-of-type(1){
position:absolute;
width:35%;
height:2px;
background-color:#222222;
left:25%;
transform-origin:left center;
transform:rotate(-45deg) translatey(-50%);
top:50%;
transition:0.3s;
}

.menu5-left span:nth-of-type(2){
position:absolute;
width:50%;
height:2px;
background-color:#222222;
left:25%;
transform:translatey(-50%);
top:50%;
transition:0.3s;

}


.menu5-left span:nth-of-type(3){
position:absolute;
width:35%;
height:2px;
background-color:#222222;
left:25%;
transform-origin:left center;
transform:rotate(45deg) translatey(-50%);
top:50%;
transition:0.3s;
}





.menu5-right{
position:relative;
width:70px;
height:70px;
border:1px solid #cccccc;
}

.menu5-right span{
height:2px;
background-color:#222222;
}

.menu5-right span:nth-of-type(1){
position:absolute;
width:35%;
height:2px;
background-color:#222222;
left:75%;
transform-origin:left center;
transform:rotate(-135deg) translatey(-50%);
top:calc(50% - 2px);
transition:0.3s;
}

.menu5-right span:nth-of-type(2){
position:absolute;
width:50%;
height:2px;
background-color:#222222;
left:25%;
transform:translatey(-50%);
top:50%;
transition:0.3s;

}


.menu5-right span:nth-of-type(3){
position:absolute;
width:35%;
height:2px;
background-color:#222222;
left:75%;
transform-origin:left center;
transform:rotate(135deg) translatey(-50%);
top:calc(50% - 2px);
transition:0.3s;
}



.spb1{
display:block;
width:calc(25% - 6px);
float:left;
margin-right:4px;
margin-bottom:4px;
font-size:14px;
color:#dddddd;
padding-top:6px;
padding-bottom:6px;
text-align:center;
border:1px solid rgba(255,255,255,0.4);
background-color:rgba(0,0,0,0.3);

}

.pbase span{
display:inline-block;
}

.pbase{
padding-left:30px;
width:calc(100% - 30px);
margin:auto;
font-size:15px;
color:#dddddd;
line-height:1.2em;
position:relative;
left:0px;
top:0px;
padding-bottom:8px;
}
.pbase:before{
position:absolute;
left:5px;
top:2px;
width:15px;
height:15px;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;
}
[data-tag=phoneb1]:before{
content:"";
display:inline-block;
background-image:url(https://yongbo.yida-design.com.tw/icon_phone_white.webp);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:contain;

}

[data-tag=mapb1]:before{
content:"";
display:inline-block;

background-image:url(https://yongbo.yida-design.com.tw/icon_map_white.webp);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:contain;

}

[data-tag=emailb1]:before{
content:"";
display:inline-block;

background-image:url(https://yongbo.yida-design.com.tw/icon_email_white.webp);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:contain;

}
[data-tag=lineb1]:before{
content:"";
display:inline-block;

background-image:url(https://yongbo.yida-design.com.tw/icon_line_white.webp);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:contain;

}
.h3base{
width:calc(100% - 30px);
padding-left:30px;
margin:auto;
font-size:18px;
color:rgba(255,255,255,1);
letter-spacing:1px;
line-height:1.2em;
padding-bottom:20px;
position:relative;
font-family:Noto Sans TC;font-weight:300;
}
.h3base:after{
content:"";
display:inline-block;
width:18px;
height:5px;
background-color:#F25B2A;
background-color:#1FB380;
position:absolute;
left:0px;
top:10px;
}

.tablebase{
display:table;
width:1200px;
margin:auto;
}
.trbase{
display:table-row;
}
.tdbase1{
display:table-cell;
padding-left:30px;
vertical-align:top;
width:255px;
padding-right:60px;
}
.tdbase2{
display:table-cell;
padding-left:30px;
vertical-align:top;
width:600px;
}
.tdbase3{
display:table-cell;
padding-left:30px;
vertical-align:top;
padding-right:30px;
}

.divpadd_base{
padding-top:100px;
padding-bottom:100px;
background-image:linear-gradient(to right,rgba(0,0,0,0.8),rgba(0,0,0,0.8),rgba(0,0,0,0.3));
}

.divbase_rec{
background-image:url(https://yongbo.yida-design.com.tw/backg2.webp);
background-size:cover;
background-position:50% 50%;
}




















.divfix_m11{
position:fixed;
left:0px;
top:0px;
z-index:53;
display:inline-block;
display:none;
cursor:pointer;
}

.divfix_m1{
position:fixed;
left:0px;
top:0px;
z-index:51;
width:100%;
display:none;
background-color:white;
box-shadow:0px 0px 6px #cccccc;
}

.logom1{
height:32px;
position:relative;
top:3px;
}

.tdm1{
width:60px;
cursor:pointer;
}
.tdm3{
width:60px;
}
.tdm2{
text-align:center;
}

.tam1{
width:100%;
height:60px;
}









.divpadd_m3{
padding-top:20px;
}
.am1{
display:block;
width:calc(100% - 20px);
padding-left:20px;
font-size:17px;
color:#222222;
line-height:1.2em;
padding-bottom:12px;
padding-top:12px;
border-bottom:1px solid #dddddd;
}

.divback{
position:fixed;
left:0px;
top:0px;
width:100%;
height:100vh;
background-color:rgba(0,0,0,0.6);
z-index:31;
display:none;
}

.divfix_m3-open{
position:fixed;
left:0px;
top:60px;
width:180px;
height:100vh;
background-color:white;
z-index:33;
transition:0.4s;
box-shadow:0px 0px 6px #cccccc;
}

.divfix_m3-close{
position:fixed;
left:-190px;
top:60px;
width:180px;
height:100vh;
background-color:white;
z-index:33;
transition:0.4s;
box-shadow:0px 0px 6px #cccccc;
}





.divcrumb{

margin:auto;
font-size:15px;
color:#666666;
line-height:1.2em;
padding-top:10px;
font-family:poppins;
}
.divcrumb a{
color:#888888;
}
.divcrumb:before{
content:'';
display:inline-block;
width:15px;
height:15px;
position:relative;
top:1px;
background-image:url(https://yongbo.yida-design.com.tw/icon_home.webp);
background-size:contain;
background-position:50% 50%;
background-repeat:no-repeat;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;

}

[data-crumb]{
width:calc(1200px - 60px);
}
[data-crumb1]{
width:calc(1300px - 60px);
}














.divpage_rec img{
position:absolute;
left:50%;
top:50%;
width:15px;
transform:translatex(-50%) translatey(-50%);
}

.divpage_rec{
width:calc(100% - 0px);
margin:auto;

padding-bottom:50px;
}

.page1{
background-color:white;
color:#222222;
}
.page3{
background-color:white;
color:#F15E22;
font-weight:bold;
}

.divpage_rec a{
display:inline-flex;
width:50px;
height:50px;

box-shadow:0px 0px 6px #cccccc;
margin-left:6px;
margin-right:6px;
margin-bottom:10px;
align-items:center;
justify-content:center;

position:relative;
font-size:15px;

}







.h1root span{
display:inline-block;
width:100%;
font-size:18px;
color:#cccccc;

font-family:roboto;font-weight:400;
}

.h1root{
width:340px;
margin:auto;
font-size:26px;
color:#222222;
letter-spacing:1px;
text-align:center;
position:relative;
margin-top:60px;
margin-bottom:50px;
max-width:calc(100%);
font-family:Noto Sans TC;font-weight:300;
}
.h1root:before{
content:'';
width:50px;
height:2px;
background-color:#F35C2A;
background-color:#1FB380;
position:absolute;
left:40px;
top:20px;
transform:rotate(135deg);
}

.h1root:after{
content:'';
width:50px;
height:2px;
background-color:#F35C2A;
background-color:#1FB380;
position:absolute;
right:40px;
top:20px;
transform:rotate(135deg);
}







.aline{
display:inline-flex;
width:40px;
height:40px;
border-radius:50%;
align-items:center;
justify-content:center;
margin-bottom:3px;

box-shadow:3px 3px 3px rgba(0,0,0,0.4);
}
[data-tag=phonel1] img{
width:50%;
}
[data-tag=phonel1]{
background-color:#2486AC;
}
[data-tag=linel1] img{
width:60%;
}
[data-tag=linel1]{
background-color:#00A700;
}


.divfix_call{
position:fixed;
right:6px;
bottom:10px;
display:none;
z-index:11;
}








body{
background-image:url(https://yongbo.yida-design.com.tw/back1.webp?s1);
background-position:50% -100px;

}


[data-3d-rec]{
perspective:3000px;
transform-style: preserve-3d;
}

.divpanel{
min-height:600px;
overflow:hidden;
}

.br1{
width:90%;
height:1px;
clear:both;
}

.div1200{
width:1200px;
margin:auto;
}



a{
text-decoration:none;
cursor:pointer;
}

body{
padding:0px;
margin:0px;
height:100vh;
scroll-behavior: smooth;
}

  /*

font:Noto+Sans+TC,400
font:Noto+Sans+TC,300
font: Noto Serif TC, serif,400
font:poppins
font:Open+Sans
font:lato
font:roboto
font:Playfair+Display

font-family: Microsoft JhengHei;

    font-family:arial,tahoma,verdana;
    font-family:georgia;
    font-family:courier new;
*/
/*
top bottom left bottom
flipx flipy
zoom zoomleft zoomright zoomup zoomdown
bounce bounceleft bounceright bounceup bouncedown
rotate rotateleftup rotateleftdown rotaterightup rotaterightdown
speed tada shake band
*/
/*
cubic-bezier(.06,1.1,.58,1.17)

*/
html{
line-height:1.5em;
padding:0px;
scroll-behavior: smooth;
margin:0px;
font-size:15px;
 -webkit-text-size-adjust: 100%;
font-family: Microsoft JhengHei;
}

::selection {
background-color:#338FFF;
color:white;
}
::-moz-selection {
background-color:#338FFF;
color:white;
}

.text_overflow{
width:100px;
  overflow: hidden;
  text-overflow: ellipsis;
  
  display: -webkit-box;
   -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text_overflow1{
 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wordclip{
 color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

/*可讀的白色文字*/
.text-shadow1{
color: white;
text-shadow: black 0.1em 0.1em 0.2em;
}


/*深色和淺色陰影-浮雕*/
.text-shadow2{
text-shadow: text-shadow: -1px -1px white, 1px 1px #333;
}

/*深色和淺色陰影-凹陷*/
.text-shadow2{
text-shadow: 1px 1px white, -1px -1px #444;
}

/*
<picture>
  <source media="(min-width:1px) and (max-width:1200px)" srcset="https://cmaker.yida-design.com.tw/d/show61b2ee2fde42d1.webp">
  <img src="https://cmaker.yida-design.com.tw/d/show61b2ee2fde42d.webp" alt="Chris standing up holding his daughter Elva">
</picture>

https://www.facebook.com/sharer/sharer.php?u=分享網址
https://twitter.com/intent/tweet?text=分享文章
https://www.linkedin.com/shareArticle?mini=true&url=分享網址&title=標題&summary=簡述&source=
https://pinterest.com/pin/create/button/?url=圖片網址&media=圖片來源往址&description=簡述

input[type=date]
input[type=time]
input[type=datetime-local]
input [type="range"]   min="0" max="10" step="1" value=""
 
img{
width:100%;
height:100%;
object-fit: contain;
object-position:50% 50%;
}

<input list="sss"  autofocus="autofocus"/>
 <datalist id="sss">
    <option value="CSS">
    </datalist>
*/





.areturn{
display:block;
width:120px;
padding-right:15px;
text-align:right;
font-size:14.5px;
color:#555555;
padding-top:10px;
padding-bottom:10px;
line-height:1.2em;
position:relative;
border-radius:0px;
border:1px solid #cccccc;
box-shadow:0px 0px 6px #cccccc;
margin-bottom:20px;
background-image:linear-gradient(to bottom,white,#f6f6f6);
}

.areturn:before{
content:'';
display:inline-block;
width:15px;
height:15px;
background-image:url(https://yongbo.yida-design.com.tw/icon_right.png);
background-repeat:no-repeat;
background-size:contain;
background-position:50% 50%;
position:absolute;
left:15px;
top:50%;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;
transform:translatey(-50%);

}

.divtext p{
width:100%;
margin:auto;
font-size:16px;
line-height:1.8em;
color:#333333;
}

.divtext ul{
width:calc(100% - 20px);
margin:0px;
margin-left:-20px;
font-size:16px;
line-height:1.8em;
color:#333333;
}

.divtext ol{
width:calc(100% - 20px);
margin:0px;
margin-left:-20px;
font-size:16px;
line-height:1.8em;
color:#333333;
}

.divtext img{
max-width:100%;
}

.divspace_a1{
height:10px;
}

.divtext b{
color:#006684;
color:#009AC5;
padding-left:3px;
padding-right:3px;
font-size:1.04em;
}

.divtext h3{
width:calc(100% - 30px);
padding-left:30px;
margin:auto;
font-size:20px;
color:#222222;
font-family:Noto Sans TC;font-weight:300;
position:relative;
left:0px;
top:0px;
margin-bottom:15px;
}
.divtext h3:before{
content:'';
display:inline-block;
width:10px;
height:10px;
background-color:#05A0C9;
position:absolute;
left:5px;
top:8px;
}


.divtext h2{
width:100%;
margin:auto;
font-size:25px;
color:#A9330C;color:#0493B7;
color:#F15C26;
line-height:1.2em;
padding-bottom:20px;

}

.divtext p{
width:100%;
margin:auto;
font-size:15px;
color:#222222;
line-height:1.8em;
}

.divtext ul{
width:calc(100% - 20px);
margin:0px;
margin-left:-20px;
font-size:15px;
color:#222222;
line-height:1.8em;
}

.divtext ol{
width:calc(100% - 20px);
margin:0px;
margin-left:-20px;
font-size:15px;
color:#222222;
line-height:1.8em;
}







.h1news{
width:calc(100% - 140px);
margin:auto;
padding-left:120px;
padding-right:20px;
line-height:1.4em;
color:#222222;
font-family:Noto Sans TC;font-weight:300;
position:relative;
line-height:1.2em;
font-size:28px;
padding-top:10px;
padding-bottom:20px;
background-color:#f8f8fb;

margin-bottom:20px;
}

.h1news:before{
content:'廚具知識';
display:inline-block;
width:100%;
font-size:15px;
color:#666666;
line-height:1.2em;
}

.h1news:after{
content:'';
display:inline-block;
width:60px;
height:60px;
background-image:url(https://yongbo.yida-design.com.tw/icon_tool.png);
background-repeat:no-repeat;
background-size:contain;
background-position:50% 50%;
position:absolute;
left:35px;
top:20px;
}



.ap1{
display:block;
width:100%;
font-size:15px;
color:#666666;
line-height:1.4em;
padding-bottom:15px;
}
.ap1 span{
display:block;
width:70px;
text-align:center;
background-color:#05A0C9;
color:white;
line-height:1.2em;
font-size:13px;
border-radius:4px;
padding-top:6px;
padding-bottom:6px;
margin-bottom:6px;
}

.tablenews{
display:table;
width:1200px;
margin:auto;
padding-top:30px;
padding-bottom:50px;
}

.trnews{
display:table-row;
}
.tdnews1{
display:table-cell;
padding-left:30px;
padding-right:100px;
vertical-align:top;
width:260px;
max-width:calc(100% - 100px);
}

.imgroot1{
display:block;
width:260px;
margin:auto;
display:none;
max-width:calc(100% - 40px);
}

.imgroot{
width:100%;
margin-bottom:20px;
}

.tdnews2{
display:table-cell;
padding-right:30px;
vertical-align:top;
}


















.divmenu{
display:inline-block;
padding:20px;
padding-bottom:15px;
border:1px solid #cccccc;
background-color:#f8f8fb;
}

.h2{
width:100%;
margin:auto;
line-height:1.2em !important;
font-size:14.5px !important;
color:#333333;
font-weight:bold !important;
padding-bottom:10px !important;
cursor:pointer;

}
.h3{
width:calc(100% - 25px) !important;
padding-left:25px !important;
margin:auto;
line-height:1.2em !important;
font-size:14.5px;
color:#333333 !important;
padding-bottom:10px !important;
position:relative;
cursor:pointer;
}
.h3:before{
content:'';
display:inline-block;
width:6px;
height:6px;
background-color:#666666;
border-radius:50%;
position:absolute;
left:10px;
top:6px;
}


.divmenu{
margin-bottom:0px;
}







.divover_ntext{
overflow-x:auto;
}

.divtext table{
max-width:100%;
background-color:#cccccc;
}
.divtext td{
padding:10px;
background-color:white;
}


.imgv1{
width:calc(50% - 12px);
margin-left:0px;
margin-right:10px;
padding-bottom:8px;
padding-top:0px;
}
.imgh1{
width:100%;
padding-top:0px;
padding-bottom:8px;
}




.divimg_video{
width:100%;
position:relative;
left:0px;
top:0px;
}
.divimg_video img{
width:100%;
}
.divimg_video svg{
width:100%;
}
.divposvideo{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;

}
.divposvideo iframe{
width:100%;
height:100%;
}



@media screen and (min-width:1300px) and (max-width:1400px){


.a1{
padding-left:10px;
padding-right:10px;
font-size:17px;
}

.td2{
padding-right:0px;
}



}

@media screen and (min-width:1200px) and (max-width:1300px){


.a1{
padding-left:10px;
padding-right:10px;
font-size:17px;
}

.td3{
width:130px;
}
.td2{
text-align:right;
padding-right:20px;
}

.pcall span{
font-size:20px;
}



}

@media screen and (min-width:1200px) and (max-width:1250px){


[data-tag=home]{
display:none;
}



}

@media screen and (min-width:1100px) and (max-width:1200px){


.a1{
padding-left:10px;
padding-right:10px;
font-size:17px;
}

.td3{
width:130px;
display:none;
}
.td2{
text-align:center;
padding-right:30px;
}



}

@media screen and (min-width:1030px) and (max-width:1100px){


.a1{
padding-left:10px;
padding-right:10px;
font-size:17px;
}

.td3{
width:130px;
display:none;
}
.td2{
text-align:right;
padding-right:30px;
}



}

@media screen and (min-width:790px) and (max-width:1030px){


.divspace{
height:134px;
}




}

@media screen and (min-width:1px) and (max-width:1030px){



.logoimg{
width:227px;
}

.table1{
display:block;
height:auto;
}
.tr1{
display:block;
}
.td1{
display:block;
text-align:center;
padding-left:0px;
padding-right:0px;
width:100%;
padding-top:20px;
padding-bottom:15px;
}
.td2{
display:block;
text-align:center;
padding-left:0px;
padding-right:0px;
width:100%;
padding-bottom:6px;
}
.td3{
display:none;
}




}

@media screen and (min-width:1px) and (max-width:830px){


[data-tag=home]{
display:none;
}




}

@media screen and (min-width:1px) and (max-width:460px){


.divanimation{
left:0px;
}



.h3base{
font-size:17px;
}

.divpadd_base{
padding-top:60px;
padding-bottom:60px;
}



.logom1{
height:25px;
}

.tam1{
height:45px;
}
.tdm1{
width:50px;
}
.tdm3{
width:50px;
}

.divspace{
height:45px;
}


.menu1{
position:relative;
width:50px;
height:29px;
margin-top:8px;
margin-bottom:8px;
}
.menu3{
position:relative;
width:50px;
height:29px;
padding-top:8px;
padding-bottom:8px;
}


.divfix_m3-open{
width:160px;
top:45px;
}

.divfix_m3-close{
width:160px;
left:-170px;
top:45px;
}


.divpadd_m3{
padding-top:10px;
}

.am1{
padding-top:10px;
padding-bottom:10px;
font-size:16px;
}



.divpage_rec a{
width:40px;
height:40px;
margin-left:4px;
margin-right:4px;
}



.h1root{
width:300px;
font-size:22px;
margin-top:40px;
margin-bottom:30px;
}
.h1root span{
font-size:16px;
}


.h1root:before{
content:'';
width:35px;
}

.h1root:after{
content:'';
width:35px;
}



.aline{
width:35px;
height:35px;
}



.divtext p b{
font-size:1.02em;
color:#007799;
font-weight:normal;
}

.divtext h2{
font-size:22px;
font-family:Noto Sans TC;font-weight:400;
}
.divtext h3{
font-size:18px;
}

.divtext h3 span{
padding-right:30px;
}
.divtext h3 span:after{
right:10px;
}



.ap1 span{

}
.ap1{
font-family:Noto Sans TC;font-weight:300;
color:#222222;
width:210px;
margin:auto;
}

.h1news{
font-size:22px;
width:calc(100% - 100px);
margin:auto;
padding-left:80px;
padding-right:20px;
margin-bottom:20px;
background-image:linear-gradient(to left,#f8f8fb,#f3f3f3);
}

.h1news:after{
content:'';
display:inline-block;
width:40px;
height:40px;
background-image:url(https://yongbo.yida-design.com.tw/icon_tool.png);
background-repeat:no-repeat;
background-size:contain;
background-position:50% 50%;
position:absolute;
left:20px;
top:20px;
}

.areturn{
padding-top:8px;
padding-bottom:8px;

}




.divmenu{
padding:15px;
padding-bottom:10px;
}



}

@media screen and (min-width:1px) and (max-width:1230px){


.tablebase{
width:100%;
}


.div1200{
width:100%;
}


.tablenews{
width:100%;
}



}

@media screen and (min-width:950px) and (max-width:1200px){


.tdbase1{
padding-right:20px;
}



}

@media screen and (min-width:1px) and (max-width:950px){


.tablebase{
display:block;
}
.trbase{
display:block;
}
.tdbase1{
display:block;
padding-left:0px;
padding-right:0px;
margin:auto;
padding-bottom:20px;
}
.tdbase2{
display:block;
padding-left:0px;
padding-right:0px;
margin:auto;
}

.h3base{
text-align:center;
padding-left:0px;
}
.h3base:after{
display:block;
margin:auto;
margin-top:15px;
top:0px;
width:40px;
height:3px;
position:relative;
}




.tdbase2{
max-width:calc(100% - 100px);
}



}

@media screen and (min-width:420px) and (max-width:600px){


.tdbase2{
width:420px;
max-width:calc(100% - 100px);
}

.spb1{
display:block;
width:calc(33.3% - 6px);
}



}

@media screen and (min-width:1px) and (max-width:420px){


.tdbase2{
width:220px;
max-width:calc(100% - 100px);
}

.spb1{
display:block;
width:calc(50% - 6px);
}



}

@media screen and (min-width:1px) and (max-width:790px){




.divfix{
display:none;
}

.divfix_m1{
display:block;
}
.divfix_m11{
display:inline-block;
}



[data-crumb]{
width:calc(100% - 40px);
}



[data-crumb1]{
width:calc(100% - 40px);
}



.divfix_call{
display:block;
}



}

@media screen and (min-width:460px) and (max-width:790px){


.divspace{
height:60px;
}



}

@media screen and (min-width:790px) and (max-width:1230px){


[data-crumb]{
width:calc(100% - 60px);
}



}

@media screen and (min-width:790px) and (max-width:1330px){


[data-crumb1]{
width:calc(100% - 60px);
}



}

@media screen and (min-width:460px) and (max-width:660px){


.divpage_rec a{
width:45px;
height:45px;
}



}

@media screen and (min-width:900px) and (max-width:1100px){


.tdnews1{
padding-right:60px;
}



}

@media screen and (min-width:900px) and (max-width:1000px){


.tdnews1{
width:210px;
}



}

@media screen and (min-width:1px) and (max-width:900px){


.tablenews{
display:block;
}
.trnews{
display:block;
}
.tdnews1{
display:block;
padding-left:0px;
padding-right:0px;
margin:auto;
padding-bottom:10px;
}
.tdnews2{
display:block;
padding-left:0px;
padding-right:0px;
margin:auto;
}

.ap1  span{
margin:auto;
margin-bottom:3px;
}
.ap1{
text-align:center;
}

.imgroot{
display:none;
}
.imgroot1{
display:block;
}

.areturn{
width:100px;
margin:auto;
margin-bottom:20px;
}



}

@media screen and (min-width:660px) and (max-width:900px){


.tdnews2{
width:660px;
max-width:calc(100% - 100px);
}



}

@media screen and (min-width:1px) and (max-width:660px){


.tdnews2{
width:calc(100% - 60px);
}



}
