@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
html{
	scroll-behavior: smooth;
	overflow-x: hidden;
}
/*
::selection{
	background-color: #ffc87c;
}*/

body{
	overflow-x: hidden;

	margin: 0 0; 
	overflow: auto;
	background-color: #2660AD;
	font-family: "Arial","Noto Sans TC" , sans-serif !important;
}


body {
	margin: 0;
	overflow: auto;
	padding: 0;
	background-color: #000;
	background-color: #2660AD;
	font-family: "Arial","Noto Sans TC" , sans-serif !important;
}

.block {
	position: relative;
	margin: 5vh auto ;
	width: 90vw;
	
	background: #2660AD;
}

.block:before, .block:after {
	content: '';
	position: absolute;
	left: -7px;
	top: -7px;
	background: linear-gradient(90deg, #FF69B4,#DDA0DD,#87CEFA,#98F898,#FFFF77,#F4A460, #FF69B4);
	background-size: 400%;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	z-index: -1;
	animation: steam 20s linear infinite;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	
	100% {
		background-position: 400% 0;
	}
}







h1,h2,h3,h4,h5,p{
	margin: 0 ;
	font-weight: 200;
}
ul{
	padding: 0;
}
li{
	list-style: none;
}

@media screen and (min-width: 500px){
	.hidden-br-500{
		display: none;
	}
}
@media screen and (min-width: 520px){
	.hidden-br-520{
		display: none;
	}
}
@media screen and (min-width: 600px){
	.hidden-br-600{
		display: none;
	}
}
@media screen and (min-width: 580px){
	.hidden-br-580{
			display: none;
		}
}



#area{
	padding: 10vh 0;
	margin: auto;
	width: 87vw;
}



h1{
	font-size: 4em;
}

header{
	/*padding: 2vh 10vw;*/
	text-align: center;
}
header img{
	width:50vw;
	height: auto;
	animation: shaked 3s linear infinite;
}
header h3{
	width:55vw;
	font-size:8.2em;
	color: #FFE200;
	margin: 0 auto;
	margin-top: -9vh;
	font-weight: 600;

}
header p{
	line-height: 16vh;
	margin: 0 auto;
	width:58vw;
	font-size: 3.9em;
	font-weight: 600;
	color: white;
	text-justify:distribute-all-lines;
	text-align-last:justify;
	
}
header p span{
	color: #FFE200;
}

@media screen and (max-width: 500px){

	.block {
		position: relative;
		margin:2vh auto ;
		width: 92vw;
		
		background: #2660AD;
	}


	#area{
		width: 99%;
		margin: 0;
		border: none;
		padding: 5vh 0;
	}
	h1{
		font-size: 1.2em;
    	margin-bottom: 2vh;
	}
	header h3 {
	    width: 95%;
	    font-size: 1.3em;
	    margin-top: 0;
	}
	header p {
	    width: 95%;
	    font-size: 1.3em;
	    line-height: 5vh;

	}
	header img{
		width:90%;
		height: auto;
	}

}

@media screen and (max-width: 55em) and (min-width: 501px){
	.block {
		position: relative;
		margin: 2vh auto ;
		width: 90vw;
		
		background: #2660AD;
	}

	#area{
		width: 99%;
		margin: 0;
		border: none;
		padding: 5vh 0;
	}
	h1{
		font-size: 2em;
	}
	header img{
		width:88vw;
	}
	header h3 {
	    width: 95%;
	    font-size: 4.4em;
	    margin-top: 0;
	}
	header p {
	    width: 95%;
	    font-size: 1.9em;
	    line-height: 8vh;

	}
}

@media screen and (max-width: 90em) and (min-width: 881px){
	#area{
		width: 95%;
		padding: 10vh 0;
		margin: 5vh auto;
	
	}
	h1{
		font-size: 2em;
	}
	header img{
		width:70vw;
	}
	header h3 {
	    width: 95%;
	    font-size: 6.9em;
	    margin-top: 0;
	}
	header p {
	    width: 80%;
	    font-size: 2.5em;
	    line-height: 8vh;
	}
}





#union{
	/*padding: 2vh 20vw;*/
	padding: 2vh 5vw;
	margin: 5vh 0;
}

#union>h2{
	text-align: center;
	font-size: 2.75em;
	color: white;
	border-top: 2px white solid;
	border-bottom:  2px white solid;
	padding: 3vh 0;
}
#union>h4{
	margin: 2vh 0;
	font-size: 3.5em;
	text-align: center;
	font-weight: 600;
	color: white;
}	
#union>h3{
	margin: 2vh 0;
	font-size: 2.5em;
	text-align: center;
	color: #FFE200;
}



@media screen and (max-width: 55em){
	#union{
		margin: 1vh 0;
	}
	#union>h2{
		font-size: 1.1em;
	}
	#union>h3{
		font-size: 1.3em;
	}
	#union>h4{
		font-size: 1.3em;
	}

}
@media screen and (max-width: 90em) and (min-width: 881px){
	#union{
		margin: 1vh 0;
	}
	#union>h2{
		font-size: 2em;
	}
	#union>h3{
		font-size: 2em;
	}

}


#sale{
	/*padding: 2vh 20vw;*/
	padding: 2vh 5vw;
}

#sale>h3{
	text-align: center;
	padding: 2vh 0;
	font-size: 2em;
	color: #2660AD;
	background-color:  #FFE200;
}
#sale>h3>span{
	font-weight: 600;
	color: #E60012;
}

#sale>p{
	font-size: 1.9em;
	text-align: center;
	background-color: white;
	padding:3vh 0;
	color: #2660AD;
}
#sale>p>span:first-child{
	padding: 2vh 0;
}

@media screen and (max-width: 55em){
	#sale>h3{
		font-size: 1.1em;
	}
	#sale>p{
		font-size: 1.1em;
	}
}






#one{
  text-align: left;
  position: relative;

  font-size: 1.15em;

}
#op{
  background: rgba(255, 175, 129, 0.52) url(img/top_bg.png) no-repeat;
  background-position: bottom left;
  text-align: center;
  padding:20vh 0vw 10vh 0vw;
  font-size: 1.15em;
  margin-top: -20vh;

}
.one_bg{
  padding: 3vh 0;
  border-radius: 15px;
  text-align: center;
}
.one img{
  width: 100%; 
  height: auto;
}
.one,.op{
  width: 20vw;
  height: auto;
  margin: 1vh 1vw;
  display: inline-block;
}
.op {
  background-color: rgba(255, 118, 40, 0.32);
  border:solid 5px rgba(255, 255, 255, 0.32);
  border-radius: 2em;
  padding: 2vh 2vw;
  text-align: left;
  color: #fff;
}

#one h2,#op h2{
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 1.2em;
}

#one h3{color: #ffec08;}
#op h3{border-bottom: dashed 1px;padding-bottom: 2vh;}
#one p{color:#fff;}
#one h3,#op h3{
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
}
#one p,#op p{
  font-weight: 300;

}
#one p strong {
  border-bottom: solid 1px #eee;
  padding-bottom: 1vh;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 1.2em;
}

@media screen and (max-width: 765px){
#one{
 
  font-size: 1.05em;
  text-align: center;

}
#op{
  background: rgba(255, 175, 129, 0.52) url(img/1.png) no-repeat;
  background-position: center bottom;
  text-align: center;
  padding:20vh 8vw 10vh 8vw;
  font-size: 1.15em;
  margin-top: -20vh;

}
.one_bg{

  border-radius:3em;
  margin-top: -6vh;
  text-align: center;
}
#op h2,#one h2{
  line-height: 1.8;
}
.one,.op{
  width: 100%;
  height: auto;
  margin: 1vh auto;
  display: block;
}
.op {
  background-color: rgba(255, 118, 40, 0.32);
  border:solid 5px rgba(255, 255, 255, 0.32);
  border-radius: 2em;
  padding: 2vh 5vw;
  text-align: left;
  color: #fff;


}

#one h2,#op h2{
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 1.2em;
}
#one h3{color: #ffec08;}
#op h3{border-bottom: dashed 1px;padding-bottom: 2vh;}

#one h3,#op h3{
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
}
#one p{
  font-size: 15px;

}
#one p strong {
  border-bottom: solid 1px #eee;
  padding-bottom: 1vh;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 1.2em;
}
}




@media (max-width: 767px) {.hidden-xs {display: none !important;}}
@media (min-width: 768px) and (max-width: 991px) {.hidden-sm {display: none !important;}}
@media (min-width: 992px) and (max-width: 1199px) {.hidden-md {display: none !important;}}
@media (min-width: 1200px) {.hidden-lg {display: none !important;}}
a {text-decoration: none;}
.red {
	color: #F00;
	font-weight: 600;
	font-family: "Arial Black" , "Noto Sans TC", sans-serif;


}
.r_bg{
  background-color: #f00;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12pt ;
}
.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}



#message{
  color:#333;
  text-align: center;
  padding: 2vh 10vw;
  margin: 2vh  5vw;
  background: #d6f2ff;
}
#message h2{
  font-size: 2.2em;
  line-height: 1.2;
  margin-top:50px;
  margin-bottom: 5px;
  color:#0033cc;
  font-weight: 600;
  text-align: center;
}


footer {
  position: relative;
  bottom: 0;
  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:22vw;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.add{width:100%;color: #fff;}
.add td{padding: 5px 1px;}

footer nav{
  width: 11vw;  
  /*font-weight: 600;*/
  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: 600;
  color: #ffff00;
}
footer span{
  background-color: #fff;
  color: rgba(77, 144, 254,1.0);
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: 600;
}
.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 h2 {font-size: 2em;}
footer {
  color: #fff;
  padding: 8vh 5vw;
  background-color: rgba(77, 144, 254,1.0);
}
footer nav{
  margin: auto 0 auto 6vw;
}
}
@media (max-width: 50em){
 .win{
  width: 100%;
  font-size: 18px;
  display: block;
}
footer {
  font-weight: 300;
  color: #fff;
  padding:5vh 6vw 10vh 6vw;
  background-color: rgba(77, 144, 254,1.0);
}
footer nav{
  width: 38vw;  
  margin-top: 3vh;
  margin-left:0vw;
  vertical-align: top;
}
.shere{  
  vertical-align: bottom;
  font-size: 1.6em;
}
}




#gotop {
	display: none;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 60px;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 18px;
    background: rgba(255, 79, 79, 0.7);
    border: 1px;
    color: white;
    cursor: pointer;
    z-index: 99;
    animation: backchange 6s linear infinite;
}
@media screen and (max-width:550px){
	#gotop {
	    text-align: center;
	    position: fixed;
	    right: 20px;
	    bottom: 70px;
	    border-radius: 15px;
	    padding: 10px 15px;
	    font-size: 12px;
	    background: rgba(255, 79, 79, 0.7);
	    border: 1px;
	    color: white;
	    cursor: pointer;
	    z-index: 99;
	}
}
@media screen and (max-width:880px) and (min-width: 551px){

	#gotop {
		text-align: center;
	    position: fixed;
	    right: 20px;
	    bottom: 70px;
	    border-radius: 15px;
	    padding: 10px 15px;
	    font-size: 18px;
	    background: rgba(255, 79, 79, 0.7);
	    border: 1px;
	    color: white;
	    cursor: pointer;
	    z-index: 99;
	}
}
@keyframes backchange{
	0%{
		background-color: rgba(255, 79, 79, 0.7);
		transform: rotate(10deg);
	}
	20%{
		background-color: rgba(255, 209, 79, 0.7);
		
	}
	40%{
		background-color:rgba(79, 255, 117, 0.7);
		transform: rotate(-10deg);
	}
	60%{
		background-color: rgba(79, 214, 255, 0.7);

	}
	80%{
		background-color: rgba(231, 184, 255, 0.7);

	}
	100%{
		background-color: rgba(255, 79, 79, 0.7);
		transform: rotate(10deg);
	}
}




/*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;
}
}

@keyframes shaked{
	0%{transform: scale(0.8);}
	50%{transform: scale(1);}
	100%{transform: scale(0.8);}

}