  .video-background{
     position:fixed;	
	 top:0;	 
	 width:100%;
	 height:100%;
	 overflow:hiden;
	 z-index:-1;	 

  }
  .video-background video{
    min-width:100%;
    min-height:100%;
    width:auto;
    height:auto;
	position:absolute;
	top:50%;
	left:50%;   
	transform:translate(-50%,-50%);
	object-fit:cover;
	filter: opacity(30%);
  }
.video-container{
   position:relative;   
   padding-bottom:56.25%;
   height:0;
   overflow:hidden;
   margin:0;
}
.video-container iframe{
   position:absolute;
   top:50%;
   left:50%;
   width:60%;
   height:60%;
   transform:translate(-50%,-50%);
}
.protit1{
  font-family:Heiti;"Microsoft JhengHei";font-weight:bold;color:white;font-size:46pt;
  /*·L³n¥¿¶ÂÅé,Microsoft JhengHei,sans-serif,¼Ð·¢Åé"DFKai-sb"*/
 }
 .protit2{
   font-size:24px;color:#FFFFFF
 }
.blueprotit1{
  font-size:38px;font-family:"Microsoft JhengHei","DFKai-sb","sans-serif";font-weight:700;color:#030664;
 }
.blueprotit2{
  font-size:16px;font-family:"Microsoft JhengHei","DFKai-sb","sans-serif";color:black;
 }
 .protit3{
  font-family:"barlow-v2","sans-serif";color:#030664;font-size:20pt;font-weight:bold;
 }
 .hinput{
  font-family:"barlow-v2","sans-serif";color:blue;font-size:14pt;
 }
 .protit4{
  color:#030664;font-size:18px;line-height:35px
 }
.eprotit1{
  font-family:"Times New Roma";font-weight:bold;color:white;font-size:30pt;
 }
 .eprotit2{
   font-family:"Times New Roma";color:#FFFFFF;font-size:24px;
 }
 .eprotit3{
  font-family:"Times New Roma";color:#030664;font-size:18pt;font-weight:bold;
 }
 .eprotit4{
  font-family:"Times New Roma";color:#030664;font-size:18px;line-height:40px
 }
 .img-box{
   height:300px;overflow:hidden;
 }
 .img-box img{
   height:90%;width:90%;object-fit:cover;
 }

 .movestop td{
    position:sticky;
	top:0;
	
	background-color:rgba(144,144,144,0.7);
	z-index:100;
 }
 select{
   background-clip:padding-box;
   border-radius:8px;
   boder:1px solid #CCC;
   padding:10px 20px 10px 10px;
   font-size:8px;
   background-cplor:#fff;
 }