html {
	width: 100%;
	height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體","蘋果儷黑體" ,Andes, Arial, Verdana, Helvetica, sans-serif;
  overflow: hidden;
}
video{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  position: fixed;
  z-index: -1;
}
.wrapper {
	width: 100%;
	height: 100%;
  display: flex;
}
.w1 {
  width: 20%;
  background-color: hsla(0,0%,100%,0.50);
}
.w2 {
	width: 60%;
  display: flex;
}
.w3 {
	width: 20%;
  background-color: hsla(0,0%,100%,0.50);
}
.w2 .b1{
	width: 50%;
}
.copyright{
  color: #dbdbdb;
  font-size: 12px;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  padding-top: 5px;
}
.copyright2{
  color: #dbdbdb;
  font-size: 12px;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  display: flex;
  align-items: flex-end;
  flex: 1;
}
.w2 .t0{
  color: #B8B8B8;
  text-decoration: none;
  font-size: 0.5vw;
  border: 1px solid #B8B8B8;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
}
.w2 .t1{
  display: flex;
  align-items: center; /*上下居中*/
  justify-content: center;/*左右居中*/
  height: 50%;
}
.w2 .t1 img{
  width: 32%;
}
.w2 .t2{
  height: 50%;
}
.w2 .c2{
  right: 0px;
  bottom: 0px;
  position: absolute;
  cursor: pointer;
}
.w2 .c2 img{
  width: 15%;
}
.arr_img{
  text-align: right;
}
.w2 .c3{
  width: 15%;
  cursor: pointer;
}
.w2 .f{
  width: 100%;
  height: 100%;
  background-color: #888888;
  color: #FFFFFF;
  padding: 1.5vw;
  position: relative;
  display: flex;
  flex-direction: column;
}
.w2 .f a{
  color: #FFFFFF;
  text-decoration: none;
}
.f_t{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vh;
  font-size: 2vw;
  font-weight: bold;
}
.mail_loader{
  display: none;
}
#form input{
  width: 100%;
  color: #333333;
  font-size: 1.5vw;
  margin-top: 0.5vh;
  margin-bottom: 0.5vh;
  padding: 0.5vw;
  font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif !important;
}
#form textarea{
  width: 100%;
  color: #333333;
  font-size: 1.5vw;
  margin-top: 0.5vh;
  margin-bottom: 0.5vh;
  padding: 0.5vw;
  font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif !important;
}
.slider_code ,.slider_code_reply ,.slider_code_member{
  background: #ECECEC !important;
  height: 27px !important;
  text-align: left !important;
  font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif !important;
  font-size: 13px !important;
  color: #2B2B2B !important;
  line-height: 25px;
  padding-left: 30px;
}
.slider_code a ,.slider_code_reply a ,.slider_code_member a{
	width: 25px !important;
	height: 25px !important;
	background: #FFFFFF url(../images/pc/blockbg.png) no-repeat center center !important;
	top: 0px !important;
	margin-left: 0px !important;
	cursor: move !important;
}
.slider_code .suc ,.slider_code_reply .suc ,.slider_code_member .suc{
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
.down{
  margin-top: 0.5vh;
}
.but6{
  color: #333333;
  cursor: pointer;
}
.loading_box{
	background-image: url(../images/pc/loading2.gif);
	background-position: center center;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	background-color: hsla(0,0%,100%,0.90);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	display: none;
}
.email{
  font-size: 1.3vw;
  margin-bottom: 2vh;
  background-image: url(/images/pc/email.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2vw;
  background-size: 1.3vw auto;
}
.tel{
  font-size: 1.3vw;
  background-image: url(/images/pc/tel.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2vw;
  background-size: 1.3vw auto;
  margin-bottom: 2vh;
}
.add{
  font-size: 1.3vw;
  background-image: url(/images/pc/add.png);
  background-repeat: no-repeat;
  background-position: left 0.4vw;
  padding-left: 2vw;
  background-size: 1.3vw auto;
}
#qLtempOverlay{
  pointer-events: none;
}

/*動畫物件*/
.box .logo{
  width: 200px;
  animation-name: a1;
  animation-duration: 3s;
  animation-fill-mode: forwards; /*結束後保持在最後一個影格*/
}
.box{
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 2;
  position: fixed;
  display: flex;
  align-items: center; /*上下居中*/
  justify-content: center;/*左右居中*/
  animation-name: a2;
  animation-fill-mode: forwards; 
  animation-duration: 3s;
  animation-delay: 2s; /*延遲時間*/  
}
.logo2{
  opacity: 0;
  animation-name: a3;
  animation-fill-mode: forwards; 
  animation-duration: 2s;
  animation-delay: 3s; /*延遲時間*/  
}
.w2 .t3{
  width: 0%;
  height: 100%;
  background-color: #2CA6E0;
  padding: 1.5vw;
  position: relative;
  text-align: center;
  opacity: 0;
  animation-name: a4;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 4s; /*延遲時間*/
  font-weight: bold;
}
.w2 .t4{
  color: #FFFFFF;
  font-size: 1.7vw;
  letter-spacing: 0.1vw;
  line-height: 5vh;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform:translateX(100px);
  animation-name: a5;
  animation-fill-mode: forwards; 
  animation-duration: 1s;
  animation-delay: 5s; /*延遲時間*/  
}
.w2 .t4_tw{
  color: #FFFFFF;
  font-size: 2vw;
  letter-spacing: 0.5vw;
  line-height: 7vh;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform:translateX(100px);
  animation-name: a5;
  animation-fill-mode: forwards; 
  animation-duration: 1s;
  animation-delay: 5s; /*延遲時間*/  
}
.lang {
  cursor: pointer;
  display: inline-block;
}


@keyframes a1{
  from{
    opacity: 0;
  }
  to{
    opacity: 100;
  }
}
@keyframes a2{
  from{
    opacity: 100;
  }
  to{
    opacity: 0;
  }
}
@keyframes a3{
  from{
    opacity: 0;
  }
  to{
    opacity: 100;
  }
}
@keyframes a4{
  from{
    width: 10%;
    opacity: 0;
  }
  to{
    width: 100%;
    opacity: 100;
  }
}
@keyframes a5{
  from{
    opacity: 0;
    transform:translateX(100px);
  }
  to{
    opacity: 100;
    transform:translateX(0px);
  }
}


