@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
html{
	overflow-x: hidden;
}
h1,h2,h3,h4,p{
	margin: 0 ;
	font-weight: 300;
}
ul{
	padding: 0;
}
li{
	list-style: none;
}

@media screen and (min-width: 55em){
	.hidden-br-55em{
		display:none;
	}
}
@media screen and (min-width: 90em){
	.hidden-br-90em{
		display:none;
	}
}


body{
	overflow-x: hidden;
	background-color: #ff6b31;
	background-image: url('img/backimg.png');
	
	background-repeat: repeat;
	font-size: 1.1em;
	font-family: "Arial","Noto Sans TC" , sans-serif !important;
	font-weight: 300;
	margin: 0;
}



header{
	padding: 5vh 10vw;
	background-image: url('img/headerimg.png');
	background-size: cover;
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
}

header img{
	width: 45vw;
	height: auto;
	padding-top: 15vh;
	animation: spring 1.5s ;
}

@media screen and (max-width: 45em){
	header{
		padding: 0;
	}
	header img{
		width: 80%;
		height: auto;
	}

}

a {text-decoration: none;}
.red {color: #F00;font-weight: 600; font-family: "Arial Black" , "Noto Sans TC", sans-serif;}
.r_bg{background-color: #ff0000;padding: 1px 5px;color: #fff;font-weight: 400;text-shadow: 0px 0px 0px rgba(255,255,255,0.6);}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}

/*tossing*/
.linefirend{
  font-size:2.5em;
  animation-name: linefirend;
  -webkit-animation-name: linefirend; 
  animation-duration: 2.5s; 
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes linefirend {
  0% {transform: rotate(-4deg);}
  50% {transform: rotate(4deg);}
  100% {transform: rotate(-4deg);}            
}
@-webkit-keyframes linefirend {
  0% {-webkit-transform: rotate(-4deg);}
  50% {-webkit-transform: rotate(4deg);}
  100% {-webkit-transform: rotate(-4deg);}        
}
@media (max-width: 767px){
  .linefirend{
  font-size:1em;
  animation-name: linefirend;
  -webkit-animation-name: linefirend; 
  animation-duration: 2.5s; 
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
}
.salearea{
	padding: 0 10vw;
}

.sale{
	width: 80%;
	margin: auto;
	padding: 2vh 5vw;
	padding-top: 6vh;
	margin-top: -10vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #FFD900;
	border-radius: 50% 60% 0% 0%;
}

.sale .date{
	width: 23vw;

}
.sale .date h3{
    padding: 50px 0px;
    color: white;
    font-size: 2.6em;
    text-align: center;
    background-color: red;
    border-radius: 100%;
    transform: rotate(-10deg);
    width: 350px;

}
.sale .date h3 i{
	font-size: 0.5em;
}
.sale .date h3 span{
	width: 100%;
	color: #FFD900;
	font-size: 1.5em;
}

.sale .enter h3{
	padding: 8vh 2vw;

	font-size: 2.5em;
	color: #412210;

}

.sale .enter h3>span{
	color: red;
	font-size: 2em;
}

@media screen and (max-width: 55em){
	.salearea{
		padding: 0 ;
		margin-bottom: 2vh;
	}
	.sale {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    border-radius: 50px;
	    display: flex;
    	flex-direction: column;
	}	
	.sale .date {
		width: 80%;
		margin: 2vh auto;
	}
	.sale .date h3 span {
		font-size: 1.2em;
	}
	.sale .date h3 {
	    padding: 30px 0px;
	    font-size: 1.5em;
	    width: 190px;
	    /* text-align: center; */
	    margin: auto;
	}
	.sale .enter h3 {
	    padding: 0vh 2vw 4vh 2vw;
	    font-size: 1.3em;
	    color: #412210;
	    text-align: center;
	}
	header img{
		padding-top: 0;
	}
	
}

@media screen and (max-width: 90em) and (min-width: 881px){
	.salearea{
		padding: 0 ;


	}
	.sale .enter h3 {
	    font-size: 1.8em;
	     margin: 0 3vw;
	}
	
	.sale .date h3 {
		padding: 30px 20px;
	    font-size: 2em;
	    width: 200px;
	    height: auto;
	}
	.sale .date h3 span {
	    font-size: 1.5em;
	}

}



.gift{
	padding:6vh 15vw;
	text-align: center;
	background-image: url('img/line.png');
	background-repeat: repeat-x;
}

.gift >h3{
	font-size: 3em;
	color: white;
	font-weight: 600;
}
.gift >h2{
	font-size: 5.5em;
	color: #FFD900;
	font-weight: 600;
	letter-spacing: 0.5vw;
}

.gift ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.gift ul li{
	color: white;
	width: 30vw;
	height: auto;
}

.gift ul li span{
	color:red;
	font-weight: 600;
	font-size: 1.5em;
	background-color: white;
	border-radius: 100%;
	padding: 2vh 0.7vw;
}

.gift ul li h3{
	padding: 2vh 2vw;
	font-size: 1.7em;
}



@media screen and (max-width: 55em){
	.gift {
   		padding: 8vh 0;
	}
	.gift >h3 {
    	font-size: 2em;
	}
	.gift >h2 {
    	font-size: 2.2em;
	}
	.gift ul {
	    display: flex;
	    flex-direction: column;

	}
	.gift ul li{
		width: 100%;
		display: flex;
		flex-direction: row;
		
	}
	.gift ul li span{
		margin: auto 2vw;
		width: 50px;
		height: auto;
		font-size: 1.5em;
    	
	}
	.gift ul li h3{
		font-size: 1.2em;
		width: 70%;
		text-align: center;
		border-bottom: #ec4516 2px solid;
	}
}

@media screen and (max-width: 90em) and (min-width: 881px){
	.gift {
   		padding: 6vh 0;
	}
	.gift ul li {
	    color: white;
	    width: 35vw;
	    height: auto;
	}
	.gift ul li h3 {
	    font-size: 1.6em;
	}
}

#bestlist{
	padding: 6vh 10vw;
	background-image: url('img/line.png');
	background-repeat: repeat-x;
}
#bestlist >h2{
	text-align: center;	
	font-size: 8em;	
	color: 	#FFD900;
	font-weight: 600;
}

#bestlist >h3{
	text-align: center;	
	font-size: 4em;
	color: 	white;
	font-weight: 600;
}

#bestlist ul{
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #ff9359ba;	
	border-radius: 	50px;
	justify-content: center;
}

#bestlist ul li  {
	/*display: flex;
	flex-direction: row;*/
/*	display: inline-block;*/
	width: 10vw;
	margin: 1.5vh 1.5vw;
	vertical-align:text-top;
}
#bestlist ul li img{
	max-width: 3vw;
	width: auto;
	height: auto;
}
#bestlist ul li .name{
	font-size: 1.5em;
}
#bestlist ul li .testkind,#bestlist ul li >h4{
	font-size: 0.9em;
}
#bestlist ul li >h4{
	width: 100%;
	color:yellow;
	background-color: #c13737;
	border-radius: 10px;
	padding:0.1vh 0.5vw ;
	text-justify: distribute-all-lines;
  	text-align-last: justify;
}



@media screen and (max-width: 55em){
	#bestlist{
		padding: 6vh 5vw;

	}
	#bestlist ul li img{
		max-width: 10vw;
		width: auto;
		height: auto;
	}
	#bestlist ul li  {
		width:35vw;
	}
	#bestlist ul li .testkind{
		font-size: 0.7em;
	}
	#bestlist ul li >h4{
		font-size: 1em;
	}
	#bestlist ul li .name{
		font-size: 1.3em;
	}
	#bestlist >h2{
		font-size: 10vw;	
	}

	#bestlist >h3{
		font-size: 5vw;
	}


}

@media screen and (max-width: 90em) and (min-width: 881px){

	#bestlist{
		padding: 6vh 5vw;
	}
	#bestlist ul li  {
		width:16vw;
		margin: 1.5vh 1vw;
	}
	#bestlist ul li .testkind {
    		font-size: 0.8em;
	}
	#bestlist >h2{
		font-size: 10vw;	
	}

	#bestlist >h3{
		font-size: 5vw;
	}
    
}

#student {
	padding: 6vh 10vw;
	text-align: center;
	background-image: url('img/line.png');
	background-repeat: repeat-x;

}
#student >h3{
	font-size: 3em;
	color: white;
}

#student .content{
	display: inline-block;
	width: 15vw;
	padding: 2vh 2vw;
	
}
#student .content img{
	max-width: 10vw;
	height: auto;
	text-align: center;
}

#student .content .name{
	font-size: 2em;
	text-align: center;
}
#student .content .kind{
	font-size: 1.4em;
	text-align: left;
}
#student .content p{
	font-size: 1.2em;
	text-align: left;
}

@media screen and (max-width: 55em){

	#student {
		padding: 6vh 0;
	}
	#student >h3{
		font-size: 2em;
	}
	#student .content img{
		max-width: 40vw;
		height: auto;
		text-align: center;
	}
	#student .content {
	    display: inline-block;
	    width: 90%;
	}
	#student .content .kind{
		font-size: 1.2em;
	}
	#student .content p{
		font-size: 1em;
	}

}

@media screen and (max-width: 90em) and (min-width: 881px){

	#student .content {
	    display: inline-block;
	    width: 35vw;
	    padding: 2vh 2vw;
	}
}


.video{
	width: 80vw;
	margin:auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.video iframe{
	width: 560px;
	height:315px;
	border:5px black solid;
	border-radius: 30px;
	margin: 2vh 2vw;
}


@media screen and (max-width: 55em){
	.video{
		width: 95vw;
		margin:auto;
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.video iframe {
    width: 290px;
    margin: auto;
    height: 163px;
    margin-top: 2vh;
    border-radius: 0;
}

}






#bannermiddle3{
	height: 10vh;
	padding: 2vh 10vw;
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #D3E7D5;
	
}
#bannermiddle3 >img{
	max-width: 140px;
	height: auto;
	margin: auto 3vw;
}
#bannermiddle3>h3{
	font-size: 1.2em;
	line-height: 100%;
	margin: auto 3vw !important;
	text-justify: distribute-all-lines;
	text-align-last: justify;
	font-weight: 600;
}

#bannermiddle3 .cloud{
	display: flex;
	margin: auto 3vw;
}
#bannermiddle3 .cloud h3{
	font-weight: 600;
	font-size: 1.2em;
	line-height: 100%;
	margin: auto;
}
#bannermiddle3 .cloud >img{
	max-width: 60px;
	width: auto;
	height: auto;
}



@media screen and (max-width: 55em){
	#bannermiddle3 >img{
		max-width: 50px;
		height: auto;
		margin: auto 3vw;
	}
	#bannermiddle3{
		height: 10vh;
		padding: 2vh 0;
	}
	#bannermiddle3>h3{
		font-size: 0.1em;
		margin: auto 1vw !important;
	}
	#bannermiddle3 .cloud h3{
		font-size: 0.1em;
		margin: auto 1vw !important;
	}
	#bannermiddle3 .cloud >img{
		max-width: 50px;
		width: auto;
		height: 4vh;
	}
}
@media screen and (max-width: 90em) and (min-width: 881px){
	#bannermiddle3 >img{
		max-width: 100px;
		height: auto;
		margin: auto 3vw;
	}
	#bannermiddle3{
		height: 10vh;
		padding: 2vh 0;
	}
	#bannermiddle3>h3{
		font-size: 1.2em;
		margin: auto 1vw !important;
	}
	#bannermiddle3 .cloud h3{
		font-size: 1.2em;
		margin: auto 1vw !important;
	}
	#bannermiddle3 .cloud >img{
		max-width: 100px;
		width: auto;
		height: 8vh;
	}
}







.r_bg{background-color: #ff0000;padding: 1px 5px;color: #fff;font-weight: bold;text-shadow: 0px 0px 0px rgba(255,255,255,0.6);}

/*nav*/
#gotop {
  width:3.8em;
  height:3.8em;
  text-align: center;
  border:1px solid #ddd;
  position: fixed;
  right: 10px;
  bottom: 10vh;
  border-radius:50%;
  padding:6px 0px;
  font-size:0.9em;
  background: rgba(0,0,0,0.7);
  border: 1px;
  color: white;
  z-index: 300;

}
@media screen and (max-width:38em){
  #gotop {
  font-size:13px;
  padding-top: 5px;
  bottom:65px;
  }
}
#talk{
  text-align: center;
  position:fixed;
  top:8vh;
  vertical-align: middle;
  left:0px;
  text-align: left;
  font-size:0.8rem;
  line-height: 1.2;  
  text-align: center;
  z-index: 101;
}
#talk ul li {
  width:3.2em;
  height:3.2em;
  border-radius: 20%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

#talk ul{
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;  
  background-color:rgba(255, 194, 58, 0.95);
}
#talk ul li{
  /*border:0.5px solid rgba(255,255,255,0.3);*/
  /*padding-top: 1.8vh;*/
  margin-top:0.5vh;
  /*color:#3488f5;*/
  color: #FFFFFF;

}
#talk ul li i{ font-size:1.6em;}
#talk ul li:first-child i{ font-size: 3.2em;margin-top:-0.1vh;}
#talk ul li:first-child{background-color: rgba(255,255,255,0.85); color:#1dcd00;
margin-bottom: -2vh; }
#talk ul li:first-child:hover{ background-color: #1dcd00;  color:rgba(255,255,255,0.9); }
#talk ul li:nth-child(2){font-weight: bold;;margin-top: 3.6vh}
#talk ul li:nth-child(2):hover{color: #ffff00;}
#talk ul li:nth-child(3):hover{color: #0033cc;}
#talk ul li:nth-child(4):hover{color: #ff0085;}
#talk ul li:nth-child(5):hover{color: #ff0000;}
#talk ul li:hover{color:#0033cc;}

.share {
  margin-top: 2vh;
  margin-left: 0.15vw;
  opacity: 0.8;
}
@media screen and (max-width:38em){
  #talk {
  width:100%;
  height: 50px; 
  background-color: rgba(255,255,255,0.85);
  border-top:1px solid #f0f0f0;
  line-height:1.2;
  font-size:0.95em;
  padding: 3px 0px 0px 0px;
   bottom: 0px;
    left: 0px;
    top: auto;
}
#talk ul{
   background-color:rgba(83, 210, 250,0.0);
}
#talk ul li{
  margin:0px; 
  width: 50px;
  height: 30px;
  display: inline-block;
  /*color: rgba(0,0,0,0.5);*/
  color: #aaa;
  border:0px solid #1dcd00;  
  border-left:0px solid rgba(255,255,255,0.65);
  border-radius: 0%;
   /*text-shadow: 1px 1px 1px rgba(255,255,255,0.6);*/
}
#talk ul li i{ font-size:1.6em;}
#talk ul li:first-child i{ font-size: 2.6em;line-height: 0.6;}
#talk ul li:first-child{background-color: rgba(255,255,255,0.0);color: #1dcd00;
margin-bottom: auto; }
#talk ul li:first-child:hover{color: #43d82b;}
#talk ul li:nth-child(2){font-weight: normal;;margin-top:-1.5vh}
.share {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  padding: 0px!important;
  opacity: 0.8;
  vertical-align: middle;
}
#talk ul li i{
  font-size: 1.6em;
}
}
.dropdown {
    position: relative;
    display: inline-block;    
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    left:1.5em;
    background-color:#fff;
    border: 1px solid #1dcd00;
    border-radius:10px;
    font-size:1.5em; 
    color: #1dcd00;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-weight: bold;
}
.dropdown-content a {
    padding: 0.8em;
    border-radius:8px;
    text-decoration: none;
    border-bottom: 1px solid rgba(35,112,22,0.2);
   color: #1dcd00;
    display: block;
}
.dropdown a:hover {background-color: #f1f1f1;}
.show {display:block;}
@media screen and (max-width:38em){
.dropdown-content {
  left:0;
  top:auto;
  bottom:55px;
}
.dropdown:hover .dropbtn {
   color:#1dcd00;
   text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
}
.dropbtn,#talk ul,.share{
    display: inline-block;
  }
}
 ul.topnav {

  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  /*background-color: rgba(0,0,0,0.1);*/
}
ul.topnav li {float: left;}
ul.topnav li a {
  font-family: "Arial" , "敺株��迤暺煾��", sans-serif;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 2vh 0.5vw;
  text-decoration: none;
  transition: 0.3s;
  font-size: 0.9em;
}
ul.topnav li a:hover {font-weight: bold;}
ul.topnav li.icon {display: none;}
@media screen and (max-width:50em) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;    
  }
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
    border-bottom:1px solid rgba(255,255,255,0.1);
    background-color:rgba(0,0,0,0.8);
    border-radius: 0px;
  }
  ul.topnav li a{
    color: #fff;
  }
}


/*footer*/
footer {
  color: #fff;
  padding: 8vh 8vw;
  background-color: rgba(77, 144, 254,1.0);
}
footer h2{
  font-size:1.1em;
  line-height: 1.8;
  margin: 0 0px;
  text-align: left;
}
footer h3 {
  font-size: 1em;
  margin: 0 0;
  padding: 0 0 1vh 0.8vw;
  text-align: left;
}
.win{
  width:38vw;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.add{width:100%;color: #fff;}
.add td{padding: 5px 1px;}

footer nav{
  width: 11vw;  
  /*font-weight: bold;*/
  text-align: right;
  display: inline-block;
  vertical-align: top;
  margin: auto 0 auto 2vw;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: none;
}
footer a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
footer nav a{
  color: #fff;
  text-decoration: none;
  line-height: 1.8;
  display: block;
  text-align: left;
}
footer nav a:hover{
  font-weight: bold;
  color: #ffff00;
}
footer span{
  background-color: #fff;
  color: rgba(77, 144, 254,1.0);
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: bold;
}
.shere{  
  display: inline-block;
  font-size:2.2em;
}
footer i{
  color: #fff;
  margin: auto 1vw;
}
@media (max-width: 68em){
  .win{
	  width:50vw;
	  display: inline-block;
	  vertical-align: top;
	}
	footer {
	  color: #fff;
	  padding: 8vh 5vw;
	  background-color: rgba(77, 144, 254,1.0);
	}
	footer nav{
	  margin: auto 0 auto 6vw;
	}
	.add{font-size: 14px;}
}

@media (max-width: 50em){
	.win{
	  width: 100%;
	  font-size: 14px;
	  display: block;
	}
	footer {
	  color: #fff;
	  font-size:14px;
	  padding:5vh 3vw 10vh 3vw;
	  background-color: rgba(77, 144, 254,1.0);
	}
	footer nav{
	  width: 25vw;  
	  margin-top: 3vh;
	  margin-left:0vw;
	  vertical-align: top;
	}
	.shere{  
	  vertical-align: bottom;
	  font-size: 1.6em;
	}
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ff0000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 12px;
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    background-color: #fff;
    color: #ff0000;
    font-weight: bold;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: 0px solid rgba(0,0,0,0);
}
#main {
    transition: margin-left .5s;
    padding: 0px;
}

@media screen and (max-width:660px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 15px;}

}


#message{
  color:#333;
  text-align: center;
  padding: 5vh 10vw;
  margin: 0 auto;
  background-color:rgba(255, 179, 100, 0.29);
}
#message h2{
  font-size: 2.2em;
  line-height: 1.2;
  margin-top:50px;
  margin-bottom: 5px;
  color:#0033cc;
  font-weight: 600;
  text-align: center;
}




/*keyframe*/
@keyframes spring {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}
