@charset "utf-8";
.top_ch{
	position:fixed;
	right: 300px;
	bottom: 200px;	
	width: 400px;
	height: 200px;
	background-color: #701516;
	z-index: 9999;
	
}

.pop-up-button {  
  width: 158px;
  height: 422px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  display: block;
  text-transform: uppercase;
  margin: 100px auto;
  cursor: pointer;
  
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);    
  letter-spacing: 1px;
  outline-offset: 0;  
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	position: fixed;
	right: 50px;
	bottom: 1.5%;	
	z-index: 9999;
   
}
.pop-up-button2 {
  width: 100px;
  height: 0px;
  text-align: center;
  color:#3E3D3D;  
  display: block;
  text-transform: uppercase;
  margin: 0 auto 30px;
  cursor: pointer;
 
  letter-spacing: 1px;
   
}
.pop-up-button:hover {  
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;  
}

.pop-up {
  width: 710px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
  display: none;
  transition: all 0.2s cubic-bezier(0.12, 0.13, 0.14, 0.15);
  border: 6px #FFFFFF solid;
  border-radius: 25px;
  position:fixed;
	padding: 6px;
	top: 10px;
	left: 5%;
	right: 5%;
	z-index: 9990;
	
}
.pop-up .pop-img{
	width: 100%;
	height:730px;
	background-image:url(../images/index_bg.png);
	background-repeat: no-repeat;
	position: relative;
	
}
.butt1{
	position: absolute;
	width: 200px;
	padding: 2px 5px;
	bottom: 30%;
	left: 34%;	
	letter-spacing: 1px;
}
.butt1 a{
	display: block;
	width: 200px;
	padding: 2px 5px;
	color: #FFFFFF;
	background-color: #e94707;
	border-radius: 10px;
	font-size: 20px;
}
.butt1 a:hover{
	background-color: #BD0101;
	
}
.butt2{
	position: absolute;
	bottom: 10%;
	right: 10%;
	left: 10%;		
}

.pop-up .pop-up-text {
  text-align: center;  
}


.show .pop-up {  
	display: block;
}
.show .pop-up-text a {
  pointer-events: auto;
}
#webshow{
		display: block;
	}
	#mobshow{
		display: none;
	}
#fooshow{
		display:none;
	}

@media screen and (min-width: 351px) and (max-width: 650px)  {
  .pop-up {
	position: absolute;
    width: 340px;	
	tip:10px;
	left: 5%;
	right: 5%;
	z-index: 9888;
	border-radius: 25px;
  }
  .pop-up .pop-up-text {
    font-size: .8em;
  }

  .pop-up-button {
	position:fixed;
    bottom:0; 
	right: 5%;
	z-index: 9886;
    font-size: .8em;
    width: 90px;
    height: 150px;
    line-height: 40px;
	display: block;	  
  }
	.pop-up-button img{
		width: 100%;		
	}
	
.pop-up-button2 {
  width: 100px;
  height: 0px;
  text-align: center;
  color:#3E3D3D;  
  display: block;
  text-transform: uppercase;
  margin: 0 auto 30px;
  cursor: pointer; 
  letter-spacing: 1px;
   
}
	
.pop-up .pop-img{
	width: 100%;
	height:900px;
	background-image:url(../images/mobile.png);
	background-repeat: no-repeat;
	background-size:100%;
	position: relative;
	background-position:left top;  
	
	
	
}	
.butt1{
	position: absolute;
	width: 90%;
	padding: 2px 5px;
	top: 55%;
	left: 10%;
	right: 10%;
	font-size: 15px;
	letter-spacing: 1px;
}
.butt1 a{
	display: block;
	width:90%;
	padding: 2px 5px;
	color: #FFFFFF;
	background-color: #e94707;
	border-radius: 10px;
	font-size: 20px;
}
.butt1 a:hover{
	background-color: #BD0101;
	
}
.butt2{
	width: 80%;	
	position: absolute;	
	top: 63%;
	right: 10%;
	left: 10%;		
}
	.butt2_h1{		
		font-size: 18px;
		color: #2B2B2B;	
		font-family: "微軟正黑體";
		font-weight: bold;
		
	}
	.butt2_p{		
		font-size: 13px;
		color: #2B2B2B;
		font-family: "微軟正黑體";
	}
	.butt2_p a{
		display: block;
		width: 70%;
		padding: 2px 5px;
		color: #FFFFFF;
		font-size: 14px;
		background-color:#7da0a8;
		text-align: center;
		border-radius: 7px;
		margin:0 auto;		
	}
	.footer{
		width: 100%;
		background-color: #212020;
		color: #C8C8C8;
		font-size: 13px;
		font-family: "微軟正黑體";
		position: absolute;
		bottom: 0;
		padding: 8px 3px;
		
		
		
	}
	
	#webshow{
		display:none;
	}
	#mobshow{
		display:block;
	}
	#fooshow{
		display: block;
	}
	
	
}
@media screen and (max-width: 350px) {
  .pop-up {
	position: absolute;
    width: 80%;	
	top: 10px;
	left: 5%;
	right: 5%;
	z-index: 9888;
	border-radius: 25px;
  }
  .pop-up .pop-up-text {
    font-size: .8em;
  }

  .pop-up-button {
	position:fixed;
    bottom:-20px; 
	right: 5%;
	z-index: 9886;
    font-size: .8em;
    width: 90px;
    height: 150px;
    line-height: 40px;
	display: block;	  
  }
	.pop-up-button img{
		width: 100%;		
	}
	
.pop-up-button2 {
  width: 100px;
  height: 0px;
  text-align: center;
  color:#3E3D3D;  
  display: block;
  text-transform: uppercase;
  margin: 0 auto 30px;
  cursor: pointer; 
  letter-spacing: 1px;
   
}
	
.pop-up .pop-img{
	width: 100%;
	height:800px;
	background-image:url(../images/mobile.png);
	background-repeat: no-repeat;
	background-size:100%;
	position: relative;
	background-position:left top;  
	
	
	
}	
.butt1{
	position: absolute;
	width: 90%;
	padding: 2px 5px;
	top: 45%;
	left: 10%;
	right: 10%;
	font-size: 15px;
	letter-spacing: 1px;
}
.butt1 a{
	display: block;
	width:90%;
	padding: 2px 5px;
	color: #FFFFFF;
	background-color: #e94707;
	border-radius: 10px;
	font-size: 20px;
}
.butt1 a:hover{
	background-color: #BD0101;
	
}
.butt2{
	width: 80%;	
	position: absolute;	
	top: 54%;
	right: 10%;
	left: 10%;		
}
	.butt2_h1{		
		font-size: 18px;
		color: #2B2B2B;	
		font-family: "微軟正黑體";
		font-weight: bold;
		
	}
	.butt2_p{		
		font-size: 13px;
		color: #2B2B2B;
		font-family: "微軟正黑體";
	}
	.butt2_p a{
		display: block;
		width: 70%;
		padding: 2px 5px;
		color: #FFFFFF;
		font-size: 14px;
		background-color:#7da0a8;
		text-align: center;
		border-radius: 7px;
		margin:0 auto;		
	}
	.footer{
		width: 100%;
		background-color: #212020;
		color: #C8C8C8;
		font-size: 13px;
		font-family: "微軟正黑體";
		position: absolute;
		bottom: 0;
		padding: 8px 3px;
		
		
		
	}
	
	#webshow{
		display:none;
	}
	#mobshow{
		display:block;
	}
	#fooshow{
		display: block;
	}
	
	
}