
html, body{	
	height:100%;
	width:100%;
	background-color: #FFF;		
	font-family:"Noto Sans CJK TC Bold", "微軟正黑體",Verdana, Geneva, sans-serif;	
}
.container-fluid {    
    padding-right: 0;
    padding-left:0;   
}
a{
	text-decoration:none !important;
	outline:none;
}

/*----------------transition-----------------*/

.index_btn_border_Left span, .index_btn_border_Right span, .second_show_icon, .second_show li, .second_show, .second_road, .index_Left h1, .form_empty{	
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
}

/*----------------indexWrap---------------------*/

.indexWrap{		
	height: 90vh;
	overflow:hidden;
	background-color: #ed2324;	
	z-index:1;	
	min-height: 850px;
}
.indexTop{
	position:relative;
	width:100%;
	height:55px;
	margin:0 auto;
	z-index:3;
	background-color:#FFF;
}
.logoBg{
	position:absolute;
	width:1200px;
	height:100%;
	top:0;
	left:50%;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);	
}
.logo{
	position:absolute;
	width:120px;
	top:50%;
	left:0;	
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.index_Left{
	position:relative;
	width:48%;
	height:100%;
	overflow:hidden;		
	z-index:2;	
}
.index_Right{
	position:absolute;
	width:59%;
	height:100%;
	overflow:hidden;	
	background-color:rgba(0,0,0,.6);
	top:0;
	right:-5px;
	z-index:1;	
	padding-top: 55px;
}
.index_Left_screen{
	position:absolute;
	width:80%;
	height: 360px;
	border: #FFF 3px solid;
	right:-5px;
	top: 50%;
	margin-top: -300px;
	z-index:1;
	padding-top:90px;	
}
.index_Left h1{
	display:block;
	width:600px;
	margin:0 auto;
	position:relative;
}
.index_Left_line{	
	width:80%;
	margin:20px auto;
	position:relative;
}
.index_Left h3{
	display:block;
	width:550px;
	margin:0 auto;
	position:relative;
}
.index_btn{
	width:450px;
	height:80px;
	position:absolute;
	left:50%;
	margin-left: -130px;
	top: 50%;
	z-index: 5;
	margin-top: 150px;
}
.index_btn_border_Left, .index_btn_border_Right{
	position:absolute;
	width:63%;
	height:100%;
	overflow:hidden;	
	top:0;
}
.index_btn_border_Left{	
	left:0;	
}
.index_btn_border_Right{	
	right:0;	
}
.index_btn_border_Left span, .index_btn_border_Right span{
	display:block;
	position:absolute;
	width:120%;
	height:90%;
	border-radius:50px;
	box-shadow:0px 0px 0px 3px #FFF inset;
	z-index:9;
}
.index_btn_border_Left span{	
	left:60px;
	top:0;
}
.index_btn_border_Right span{	
	right:60px;
	bottom:0;
}
.index_btn:hover .index_btn_border_Left span{	
	left:0;	
	box-shadow:0px 0px 0px 3px #ffda37 inset;
}
.index_btn:hover .index_btn_border_Right span{	
	right:0;	
	box-shadow:0px 0px 0px 3px #ffda37 inset;
}
.index_btn_text{
	text-align:center;
	font-size:34px;
	letter-spacing:4px;
	font-weight:bolder;	
	color:#FFF;
	text-decoration:none;
	line-height: 75px;
}
.index_arrow{
	position: absolute;
	width: 45px;
	left: 50%;
	top: 50%;
	margin: -18px 0 0 89px;
    animation: indexArrow 1s linear infinite;
    -webkit-animation: indexArrow 1s linear infinite;
    -moz-animation: indexArrow 1s linear infinite;
}
@keyframes indexArrow {
    0%{ left:50% } 50%{ left:52% } 100%{ left:50% }
}
@-moz-keyframes indexArrow {
    0%{ left:50% } 50%{ left:52% } 100%{ left:50% }
}
@-webkit-keyframes indexArrow {
    0%{ left:50% } 50%{ left:52% } 100%{ left:50% }
}
.index_Right_cover {
    position: relative;
	width:100%;
	height: 100%;	
	z-index: 3;
	right: 0;
	top: 0;
}
.index_Right_photo{
	position:absolute;
	height:100%;
	width:auto;	
	right:0;
	top:55px;
	z-index:1;
}
.index_Right_photo_1, .index_Right_photo_2{
	position:absolute;
	height:100%;
	top:0;
	right:0;
}
.index_Right_photo_1{	
	right:-85px;
    animation: indexRightPhoto1 10s linear infinite;
    -webkit-animation: indexRightPhoto1 10s linear infinite;
    -moz-animation: indexRightPhoto1 10s linear infinite;	
}
@keyframes indexRightPhoto1 {
    0%{ transform:scale(1); z-index:2; opacity:1;} 45%{ transform:scale(1.1); z-index:1; opacity:1;} 50%{ transform:scale(1.1); z-index:1; opacity:0;} 
   95%{ transform:scale(1); z-index:2; opacity:0;} 100%{ transform:scale(1); z-index:2; opacity:1;}
}
@-moz-keyframes indexRightPhoto1 {
    0%{ -moz-transform:scale(1); z-index:2; opacity:1;} 45%{ -moz-transform:scale(1.1); z-index:1; opacity:1;} 50%{ -moz-transform:scale(1.1); z-index:1; opacity:0;} 
   95%{ -moz-transform:scale(1); z-index:2; opacity:0;} 100%{ -moz-transform:scale(1); z-index:2; opacity:1;}
}
@-webkit-keyframes indexRightPhoto1 {
    0%{ -webkit-transform:scale(1); z-index:2; opacity:1;} 45%{ -webkit-transform:scale(1.1); z-index:1; opacity:1;} 50%{ -webkit-transform:scale(1.1); z-index:1; opacity:0;} 
   95%{ -webkit-transform:scale(1); z-index:2; opacity:0;} 100%{ -webkit-transform:scale(1); z-index:2; opacity:1;}
}
.index_Right_photo_2{		
	right:-160px;
    animation: indexRightPhoto2 10s linear infinite;
    -webkit-animation: indexRightPhoto2 10s linear infinite;
    -moz-animation: indexRightPhoto2 10s linear infinite;		
}
@keyframes indexRightPhoto2 {
    0%{ transform:scale(1.1); z-index:1; opacity:0;} 45%{ transform:scale(1); z-index:2; opacity:0;} 50%{ transform:scale(1); z-index:2; opacity:1;} 
   95%{ transform:scale(1.1); z-index:1; opacity:1;} 100%{ transform:scale(1.1); z-index:1; opacity:0;}
}
@-moz-keyframes indexRightPhoto2 {
    0%{ -moz-transform:scale(1.1); z-index:1; opacity:0;} 45%{ -moz-transform:scale(1); z-index:2; opacity:0;} 50%{ -moz-transform:scale(1); z-index:2; opacity:1;} 
   95%{ -moz-transform:scale(1.1); z-index:1; opacity:1;} 100%{ -moz-transform:scale(1.1); z-index:1; opacity:0;}
}
@-webkit-keyframes indexRightPhoto2 {
    0%{ -webkit-transform:scale(1.1); z-index:1; opacity:0;} 45%{ -webkit-transform:scale(1); z-index:2; opacity:0;} 50%{ -webkit-transform:scale(1); z-index:2; opacity:1;} 
   95%{ -webkit-transform:scale(1.1); z-index:1; opacity:1;} 100%{ -webkit-transform:scale(1.1); z-index:1; opacity:0;}
}

/*----------------secondWrap---------------------*/

.secondWrap{		
	width: 100%;
	height:auto;	
	z-index:2;	
}
.second_left{
	position:absolute;
	width:283px;
	left:0;
	top:-38px;
	z-index:1;
}
.second_main{	
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	padding-top:340px;
	padding-bottom: 80px;
	overflow:hidden;
}
.second_road {
    position: absolute;
    width: 1776px;
    right: 0;   
    top: -38px;
}
.second_road_car{
	position: absolute;
	width: 135px;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -500px;
	z-index: 5;
}
.second_road_moto{
	position:absolute;
	width:60px;
	left:50%;
	top:50%;
	margin: -15px 0 0 90px;
	z-index: 3;
    animation: secondRoadMoto 10s linear infinite;
    -webkit-animation: secondRoadMoto 10s linear infinite;
    -moz-animation: secondRoadMoto 10s linear infinite;
	opacity: 1;
}
@keyframes secondRoadMoto {
	0%{ margin-left: 90px; opacity: 1; } 10%{ margin-left: 90px; } 40%{ margin-left: 450px; } 70%{ margin-left: 450px; opacity: 1; } 
	75%{ margin-left: 480px; opacity: 0; } 100%{ margin-left: 90px; opacity: 0; } 
}
@-moz-keyframes secondRoadMoto {
	0%{ margin-left: 90px; opacity: 1; } 10%{ margin-left: 90px; } 40%{ margin-left: 200px; } 70%{ margin-left: 450px; opacity: 1; } 
	75%{ margin-left: 480px; opacity: 0; } 100%{ margin-left: 90px; opacity: 0; } 
}
@-webkit-keyframes secondRoadMoto {
	0%{ margin-left: 90px; opacity: 1; } 10%{ margin-left: 90px; } 40%{ margin-left: 200px; } 70%{ margin-left: 450px; opacity: 1; } 
	75%{ margin-left: 480px; opacity: 0; } 100%{ margin-left: 90px; opacity: 0; } 
}
.second_road_mark{
	position: absolute;
	width: 47px;
	left: 50%;
	top: 50%;
	margin: -44px 0 0px 515px;
	z-index: 3;
    animation: secondRoadMark 1s linear infinite;
    -webkit-animation: secondRoadMark 1s linear infinite;
    -moz-animation: secondRoadMark 1s linear infinite;	
}
@keyframes secondRoadMark {
	0%{ top: 50%;} 50%{ top: 47%;} 100%{ top: 50%;} 
}
@-moz-keyframes secondRoadMark {
	0%{ top: 50%;} 50%{ top: 47%;} 100%{ top: 50%;}
}
@-webkit-keyframes secondRoadMark {
	0%{ top: 50%;} 50%{ top: 47%;} 100%{ top: 50%;}
}
.secondWrap h2{
	position:relative;
	width:500px;
	margin:0 auto;	
	display:block;
}
.second_TIT_border{
	position:relative;
	width:100%;
	margin:0 auto;
	z-index:0;
}
.second_TIT_logo{
	position:absolute;
	width:167px;
	left:50%;
	top:50%;
	margin: -33px 0 0 -300px;
	z-index:1;
}
.second_TIT{
	position:absolute;
	width:400px;
	left:50%;
	top:50%;
	margin: -28px 0 0 -105px;
	z-index:1;
}
.secondWrap h4{
	position:relative;
	width:100%;
	text-align:center;	
	margin:34px auto 0;	
	display:block;
	font-size:30px;
	letter-spacing:1px;		
}
.second_show{
	position:relative;
	width:1600px;
	margin:75px auto 0;
	/*border:#000 2px solid;*/
	height:auto;	
	z-index: 3;
}
.second_show li{
	float:left;
	position:relative;
	width:30%;
	margin-right:5%;
	height: 350px;
	border-radius: 25px;
	border:#ed2324 6px solid;
	margin-bottom:120px;
	overflow:hidden;
	background-color:#FFF;
}
.second_show li:nth-child(3n+3){
	margin-right:0;
}
.second_show li:hover{
	border:#fcda45   6px solid;	
}
.second_show_clear{
	position:relative;
	width:100%;
	height:1px;
	clear:both;
}
.second_middle_line{
	position:absolute;
	width:1400px;
	left:50%;
	margin-left:-700px;
	top: 42%;
	margin-top: -8px;
	opacity:.5;
}
.second_show_top{
	position:relative;
	width:100%;
	height:175px;
	margin:0 auto;
	background-color:#ed2324;
}
.second_show_TIT{
	position:absolute;
	display:block;
	width:250px;
	left:28px;
	top:45px;
}
.second_show_icon{
	position:absolute;	
	width:130px;
	left:50%;	
	margin-left: 61px;
	bottom: 37px;
}
.second_show li:hover .second_show_icon{
	transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);	
}
.second_show li:nth-child(2):hover .second_show_icon{
	bottom: 25px;	
}
.second_show li p{	
	font-family:"Noto Sans CJK TC Regular", "微軟正黑體",Verdana, Geneva, sans-serif;
	font-size: 21px;
	line-height: 32px;
	padding: 20px 20px 0 20px;
}
.second_bottom_eps{
	position:absolute;
	width:500px;
	left: -15px;
	bottom: 5px;
	z-index:0;
}

/*----------------videoWrap---------------------*/

.videoWrap{		
	width: 100%;
	height:auto;	
	z-index:2;	
	background: url(../images/video_back.png) #fcda45 ;
	padding-top: 150px;
	padding-bottom: 240px;
	z-index:2;
	overflow:hidden;
}
.videoWrap h2{
	margin:0 auto 0;
	width:570px;
	display: block;	
}
.video_TIT_1{
	position: relative;
	width:100%;
	left:-50px;	
}
.video_TIT_1_number2{
    position: absolute;
    width: 60px;
    left: -64px;
    top: -34px;
}
.video_light {
    position: absolute;
    width: 60px;
    left: -110px;
    top: -70px;
}
.videoWrap h3 {
    margin: 15px auto 0;
    width: 550px;
    display: block;
    left: 225px;
    position: relative;
}
.video_bg{
	position: relative;
	width:1000px;
	height: 600px;
	margin:0 auto 0;
	background-color: #FFF;	
}
.video_cm{
	position: absolute;
	width: 250px;
	top: -100px;
	left:-200px;	
}
.video_screen{
	position: absolute;
	width: 96%;
	height: 96%;
	left: 2%;
	top: 2%;
	background-color: #000;
	overflow: hidden;	
}
#videoShow{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video_car1 {
	position: absolute;
	width: 500px;
	right: -100px;
	bottom: 0;
}
.video_car2{
	position: absolute;
	width:100%;
	left:0;
	top:0;
    animation: videoCar 4s linear infinite;
    -webkit-animation: videoCar 4s linear infinite;
    -moz-animation: videoCar 4s linear infinite;
	opacity: 0;
}
@keyframes videoCar {
    0%{ opacity: 0; } 15%{ opacity: 0; } 18%{ opacity: 1; } 26%{ opacity: 1; } 29%{ opacity: 0; } 36%{ opacity: 0; } 39%{ opacity: 1; } 47%{ opacity: 1; }
	50%{ opacity: 0; } 100%{ opacity: 0; }
}
@-moz-keyframes videoCar {
    0%{ opacity: 0; } 15%{ opacity: 0; } 18%{ opacity: 1; } 26%{ opacity: 1; } 29%{ opacity: 0; } 36%{ opacity: 0; } 39%{ opacity: 1; } 47%{ opacity: 1; }
	50%{ opacity: 0; } 100%{ opacity: 0; }
}
@-webkit-keyframes videoCar {
    0%{ opacity: 0; } 15%{ opacity: 0; } 18%{ opacity: 1; } 26%{ opacity: 1; } 29%{ opacity: 0; } 36%{ opacity: 0; } 39%{ opacity: 1; } 47%{ opacity: 1; }
	50%{ opacity: 0; } 100%{ opacity: 0; }
}

/*----------------formWrap---------------------*/

.formWrap{		
	width: 100%;
	height:auto;	
	z-index:2;	
	background-color: #ed2324;
	padding-top: 120px;
	padding-bottom:100px;
	z-index:1;
	overflow: hidden;
}
.form_main{
	position:relative;
	width:750px;
	height:auto;
	border:#FFF 5px solid;
	margin:0 auto;
	left: -300px;
	z-index:2;
	padding-top: 30px;
	padding-bottom:55px;
}
.formWrap_photo{
	position:absolute;
	width:50%;
	left:50%;
	top: 228px;
	z-index:1;	
}
.form_main h3{
	position:absolute;
	display:block;
	width:550px;
	left:50%;
	margin-left:-275px;
	top: -23px;
}
.formWrap_TIT2{
	position:relative;
	width:100%;
	text-align: center;
	color: #ffff00;
	font-size: 18px;
	margin: 0 auto 0;
	left: 25px;
}
.formScreen{
	width:480px;
	height:auto;
	margin: 50px auto 0;
}
.formWrap input,
.formWrap textarea{
	width:90% ;
	height:45px;
	font-size:18px;
	color:#282626;
	letter-spacing:1px;
	box-sizing:border-box;
	padding-left:25px;
	margin-bottom:25px;
	margin-left:40px;
	font-family:"Noto Sans CJK TC Regular", "微軟正黑體",Verdana, Geneva, sans-serif;
	outline:none;
} 
.formWrap input#input_companyTel_1{
	width:20% ;	
} 
.formWrap input#input_companyTel_2{
	width:40% ;	
	margin-left:15px;
} 
.formWrap input#input_companyTel_3{
	width:20% ;	
	margin-left:15px;
} 
::placeholder { 
    color: #c0c0c0;
}
::-webkit-input-placeholder {
    color: #c0c0c0;
}
::-moz-placeholder { 
    color: #c0c0c0;
    opacity: 1;
}
.form_name.emptyError input::placeholder, .form_companyTel.emptyError input::placeholder, 
.form_mail.emptyError input::placeholder, .form_companyName.emptyError input::placeholder{ 
    color: #F00;
}
.form_name.emptyError input::-webkit-input-placeholder, .form_companyTel.emptyError input::-webkit-input-placeholder, 
.form_mail.emptyError input::-webkit-input-placeholder, .form_companyName.emptyError input::-webkit-input-placeholder{ 
    color: #F00;
}
.form_name.emptyError input::-moz-placeholder, .form_companyTel.emptyError input::-moz-placeholder, 
.form_mail.emptyError input::-moz-placeholder, .form_companyName.emptyError input::-moz-placeholder{  
    color: #F00;
    opacity: 1;
}
.formWrap textarea{	
	height:200px;
	padding-top: 12px;	
}
.form_name, .form_phone, .form_companyTel, .form_mail, .form_companyName , 
.form_companyID, .form_notice{
	position:relative;
} 
.form_tokenLogo{
	margin-left:40px;
}	
.form_name:before, .form_phone:before, .form_companyTel:before, .form_mail:before, .form_companyName:before, 
.form_companyID:before, .form_notice:before{
	position:absolute;	
	font-size:22px;
	letter-spacing:1px;
	color:#FFF;
	top: 8px;	
	font-family:"Noto Sans CJK TC Regular", "微軟正黑體",Verdana, Geneva, sans-serif;		
} 
.form_name:before{
	content:"姓名";
	left: -25px;
}
.form_phone:before{
	content:"手機號碼";
	left: -72px;
}
.form_companyTel:before{
	content:"公司電話";
	left: -72px;
}
.form_mail:before{
	content:"電子信箱";
	left: -72px;
}
.form_companyName:before{
	content:"公司名稱";
	left: -72px;	
}
.form_companyID:before{
	content:"公司統編";
	left: -72px;
}
.form_notice:before{
	content:"需求備註";
	left: -72px;
}
.inputIcon {
    position: absolute;
    font-size: 24px;
    color: #FF0;
    left: -85px;
    top: 0px;
}
.form_name .inputIcon {    
    left: -40px;    
}
.form_mail .inputIcon {    
    left: -85px;    
}
.checkAgree .inputIcon {    
	left: 20px;
	top: -5px; 
}
.checkAgree{
	position:relative;
	width:100%;
	height:27px;
	margin: -10px auto 20px;
}
input[type=checkbox]{
	left:-9999px;
	/*visibility: hidden;*/
	position: absolute;
}
input[type=checkbox]:checked+label .agree {
	background-position:-27px 0;
}
.agree {	
	display:block;
	width: 27px;
	height: 27px;
	background: url(../images/popup_check.png) 0 0 ;
	top: 0 ;
	left:40px;
	position:absolute;
	cursor:pointer;
	z-index:10;
}
.agreeText{
	position: absolute;	
	width: 100%;	
	height: 27px;	
	top: 0;	
	left: 40px;	
	padding-left: 50px;
	color:#FFF;
	font-size: 18px;
    line-height: 27px;
	font-family:"Noto Sans CJK TC Regular", "微軟正黑體",Verdana, Geneva, sans-serif;		
}
.agreeText_link{
	position: absolute;	
	top: 0;
	left: 105px;
	color:#FF0;	
}
.agreeText_link:hover{		
	color: #FFF;		
}
.form_empty {
    color: #FF0;
    font-size: 18px;
    position: relative;
    width: 100%;
    padding-left: 30px;
    margin: 0px auto 0;
    font-family:"Noto Sans CJK TC Regular", "微軟正黑體",Verdana, Geneva, sans-serif;
}
.form_empty.emptyError {
    color: #14FF00;   
    font-family:"Noto Sans CJK TC Bold", "微軟正黑體",Verdana, Geneva, sans-serif;
	font-weight: bolder;
}
.emptyError .inputIcon {
     animation: emptyInputIcon .5s linear infinite;
    -webkit-animation: emptyInputIcon .5s linear infinite;
    -moz-animation: emptyInputIcon .5s linear infinite;
}
@keyframes emptyInputIcon {
    0%{ transform: scale(1); } 50%{ transform: scale(1.2); } 100%{ transform: scale(1); }
}
@-moz-keyframes emptyInputIcon {
    0%{ transform: scale(1); } 50%{ transform: scale(1.2); } 100%{ transform: scale(1); }
}
@-webkit-keyframes emptyInputIcon {
    0%{ transform: scale(1); } 50%{ transform: scale(1.2); } 100%{ transform: scale(1); }
}
.btn_form{
	position:relative;
	width:350px;
	height:50px;
	text-align:center;
	font-size:22px;
	color:#474747;
	font-family:"Noto Sans CJK TC Bold", "微軟正黑體",Verdana, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	line-height:50px;
	background-color:#ffff00;
	border-radius:25px;
	margin:55px auto 0;
	display:block;	
}
.formWrap_sideTIT{
	position:absolute;
	width:120px;
	left:0;
	top:120px;	
}

/*----------------howToUseWrap---------------------*/

.howToUseWrap{		
	width: 100%;
	height:680px;	
	z-index:2;	
	background-color: #5f4f84;	
	margin-top:25px;
	padding-bottom:300px;	
}
.howToUseWrap_left{
	position:relative;
	width:35%;
	height:auto;	
	/*border:#FFF 2px solid;*/
	margin-left:15%;	
	padding-top:80px;
}
.howToUseWrap_right{
	position:absolute;
	width:30%;
	height:100%;
	padding-top:140px;	
	/*border:#FFF 2px solid;*/
	left:52%;
	top:0;	
}
.howToUseWrap_TIT_line{
	position:relative;
	width:478px;
	margin:0 auto 0;
}
.howToUseWrap_TIT_line{
	position:relative;
	width:478px;
	margin:0 auto 0;
}
.howToUseWrap_left h3{
	position:relative;
	width:478px;
	margin:20px auto 0;
	display:block;
}
.howToUseWrap_left_show {
    position: absolute;
    width: 478px;
    height: auto;
    margin-top: 70px;
    left: 50%;
    margin-left: -230px;
}
.howToUseWrap_step{
	position:absolute;
	width:150px;
	left:-180px;
	top:-30px;
}
.howToUseWrap_left_show h4{
	position:relative;
	width:100%;
	margin:0 auto 0;
	font-size:28px;
	color:#FF0;
	font-family:"Noto Sans CJK TC Bold", "微軟正黑體",Verdana, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
}
.howToUseWrap_left_show p{
	position:relative;
	width:100%;
	margin:35px auto 0;
	font-size:19px;
	color:#FFF;
	font-family:"Noto Sans CJK TC Regular", "微軟正黑體",Verdana, Geneva, sans-serif;
	line-height:36px;
}
.howToUseWrap_phone{
	position:absolute;
	width:330px;
	left:50%;
	margin-left:-165px;
	top:-40px;
}
.howToUseWrap_finger{
	position:absolute;
	width:60px;
	left: 120px;
	top: 440px;
	z-index:3;
    animation: finger 1s linear infinite;
    -webkit-animation: finger 1s linear infinite;
    -moz-animation: finger 1s linear infinite;
}
@keyframes finger {
    0%{ margin-top: 0; margin-left: 0; } 50%{ margin-top: -15px; margin-left: -15px; } 100%{ margin-top: 0; margin-left: 0; }
}
@-moz-keyframes finger {
    0%{ margin-top: 0; margin-left: 0; } 50%{ margin-top: -15px; margin-left: -15px; } 100%{ margin-top: 0; margin-left: 0; }
}
@-webkit-keyframes finger {
    0%{ margin-top: 0; margin-left: 0; } 50%{ margin-top: -15px; margin-left: -15px; } 100%{ margin-top: 0; margin-left: 0; }
}
.howToUseWrap_left_arrow, .howToUseWrap_right_arrow{
	position:absolute;
	width:70px;
	top:45%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	left:0;
	cursor:pointer;
}
.howToUseWrap_right_arrow{
	left:auto;
	right:0;
}
.howToUseWrap_right_arrow > div > span {
	transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-moz-transform:scaleX(-1);
	display:block;
	width:100%;
}
.howToUseWrap_arrow_set{
	opacity:.3;
	cursor:auto;
}
.howToUseWrap_right_show_1, .howToUseWrap_right_show_2, .howToUseWrap_left_show_1, .howToUseWrap_left_show_2{
    display: none;
	
}
.howToUseWrap_right_show_1.show, .howToUseWrap_right_show_2.show, .howToUseWrap_left_show_1.show, .howToUseWrap_left_show_2.show{
    display: block;	
}
.howToUseWrap_left_show_2 p span{
	color:#FF0;
	display:block;
	font-size:17px;
	margin-top:15px;
	line-height:30px;
}
.howToUseWrap_phone_cover {
    position: absolute;
    width: 88%;
    height: 87%;
    left: 6%;
    top: 6%;
    background-color: rgba(255,255,255,.5);
    border-radius: 12px;
}
.howToUseWrap_phone_point{
	position:absolute;
	width:100%;
	left:0;
	top:348px;
	border:#ff0808 5px solid;
	border-radius:20px;
	overflow:hidden;
    animation: phonePoint 2s linear infinite;
    -webkit-animation: phonePoint 2s linear infinite;
    -moz-animation: phonePoint 2s linear infinite;
}
@keyframes phonePoint {
    0%{ transform:scale(1); } 25%{ transform:scale(1.05); } 50%{ transform:scale(1); } 100%{ transform:scale(1); }
}
@-moz-keyframes phonePoint {
    0%{ -moz-transform:scale(1); } 25%{ -moz-transform:scale(1.05); } 50%{ -moz-transform:scale(1); } 100%{ -moz-transform:scale(1); }
}
@-webkit-keyframes phonePoint {
    0%{ -webkit-transform:scale(1); } 25%{ -webkit-transform:scale(1.05); } 50%{ -webkit-transform:scale(1); } 100%{ -webkit-transform:scale(1); }
}

/*----------------faqWrap---------------------*/

.faq_title{
	font-weight: bold;
	font-family:"Noto Sans CJK TC Bold", "微軟正黑體",Verdana, Geneva, sans-serif;
}

/*----------------bottomWrap---------------------*/

.bottomWrap{		
	width: 100%;
	height:100px;	
	background-color: #f4f4f4;	
	margin:0 auto;	
}
.bottom_main{
	position:absolute;	
	width: 1000px;
	left:50%;
	margin-left:-550px;
	top:5px;	
}
.bottom_line{
	position:absolute;
	width:65%;
	left:50%;
	top:67%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	height:2px;
	border-radius:25px;
	background-color:#ddd;
}
.bottomWrap_copy{
	position:absolute;
	width:100%;
	left:0;
	bottom:5px;
	font-size:16px;
	color:#262626;
	font-family:"Noto Sans CJK TC Regular", "微軟正黑體",Verdana, Geneva, sans-serif;
	letter-spacing:1px;
	text-align:center;
}

/*------------------------------ btn_goTop--------------------------------------*/

.btn_goTop {
    position: fixed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgb(0, 138, 255);
    bottom: 25px;    
    right:40px;
    z-index: 999;
	display: none;
}
.btn_goTop span {
    display: block;
    position: absolute;
    width: 34px;
    height: 21px;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -17px;
    background-image: url(../images/goTop.png);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.btn_goTop:hover{	
	background-color:rgb(12, 12, 12);
}
.btn_goTop:hover.btn_goTop span{	
	margin: -15px 0 0 -17px;
}

/*----------------popupWrap-------------------*/

.popupWrap{
	width:100%;
	height:100%;	
	position:fixed;
	z-index:10100;
	top:0;
	left:0;	
	overflow:hidden;
	background-color:#152f52;	
	display: none;
	padding-top: 100px;
}
.popup_close {
    width: 100px;
    height: 100px;
    top: 0;
    right: -105px;    
    z-index: 9;
    position: absolute;
}
.popup_close span, .popup_close span::before {
    position: absolute;
    width: 100px;
    height: 8px;
    background-color: #FFF;
    border-radius: 25px;
    transform-origin: center center;
    display: block;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.popup_close span{
	transform:rotate(45deg);
	left:50%;
	top:50%;
	margin:-2px 0 0 -50px;	
}
.popup_close span:before{
	transform:rotate(90deg);
	content:"";		
}
.popup_close:hover.popup_close span, .popup_close:hover.popup_close span:before{
	background-color:#FF0;	
}
.popupWrap_bg{
	position:relative;
	width:640px;
	margin:0 auto;
	padding: 50px 40px 50px 70px;
	border:#FFF 2px solid;	
}
.popupWrap_bg h2{
	position:relative;	
	margin:0 auto 40px;
	font-size:32px;
	font-weight:bold;
	font-family:"Noto Sans CJK TC Bold", "微軟正黑體",Verdana, Geneva, sans-serif;
	color:#FF0;
	text-align:center;
}
.popupWrap_bg p {
    position: relative;
    margin: 0 auto 30px;
    font-size: 18px;
    font-family: "Noto Sans CJK TC Regular", "微軟正黑體",Verdana, Geneva, sans-serif;
    color: #FFF;
    line-height: 36px;
}
.popupWrap_bg p span {
	position: absolute;
	left: -25px;
	top: 0;
}
.popoup_moto {
    position: absolute;
    width: 150px;
    left: -56px;
    top: -47px;
    z-index: 3;
}

/*----------------side_sp---------------------*/

.side_sp{
	position:fixed;
	width:100px;
	height:400px;
	right:0;
	top:50%;
	margin-top:-300px;
	z-index:99;	
	overflow:hidden;
	display: none;
}
.sp1, .sp2{
	position:absolute;
	width:100px;
	right:-8px;
	top:30px;
	display:block;
}.sp2{	
	top:auto;
	bottom:0;
}
.sp1_TIT, .sp2_TIT{
	position:absolute;
	width: 33px;
	left: 41px;
	top: -14px;
}
.sp2_TIT{	
	top:12px;
}
.sp1_TIT, .sp2_TIT{	
    animation: spTIT 2s linear infinite;
    -webkit-animation: spTIT 2s linear infinite;
    -moz-animation: spTIT 2s linear infinite;		
}
@keyframes spTIT {
    0%{ margin-top:0; } 50%{ margin-top:-10px; } 100%{ margin-top:0; }   
}
@-moz-keyframes spTIT {
    0%{ margin-top:0; } 50%{ margin-top:-10px; } 100%{ margin-top:0; }
}
@-webkit-keyframes spTIT {
    0%{ margin-top:0; } 50%{ margin-top:-10px; } 100%{ margin-top:0; }
}

/*----------------other---------------------*/


