
@keyframes blink{
  0%{opacity: 1;}
  50%{opacity: 1;}
  50.01%{opacity: 0;} /* 注意这里定义50.01%立刻透明度为０，可以设置闪烁效果 */
  100%{opacity: 0;} 
}

/* 添加兼容性前缀 */

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

/* 定义blink类*/
.blink{
    animation: blink 1.25s linear infinite;  
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: blink 1.25s linear infinite;
    -moz-animation: blink 1.25s linear infinite;
    -ms-animation: blink 1.25s linear infinite;
    -o-animation: blink 1.25s linear infinite;
    color: #dd4814;
	background-color:yellow;
}


.sliderow{
	margin-top:10px;
	margin-bottom: 10px;
}

.myslide{
	padding:10px;
}

#myCarousel{
	/*height:250px;*/
}

#myslide .left{
	text-align: center !important; 
}

.carousel-indicators{
	bottom:0;
}

.carousel-control{
	text-align: center !important;
}

.carousel-control {
    width: 8%;
}

.passinfo{
	margin:10px 0 0 0;
	padding: 0 15px 10px 15px;
}


.passinfo h2 , .indexuknow h2{
	color:#a62584;
	font-size:1.5rem;
	font-family: 'NotoSansTC-Medium';
	font-weight: 500;
}

select option[disabled=disabled] {
    background: #ECECEC;
}

.jvectormap-region{
	
}

.euro{
	cursor: pointer;
}

.passreulst
{
    box-shadow: -10px 0 10px -5px #999;
    height: 487px;
}

.passmaps{
	padding-right: 0;
}

.prev{
	border: 1px solid #ddd;
	padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    color: #999;
    cursor: default;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.prev:hover{
	background: #a62584;
	color: #ffffff;
}

#pageGro{
	padding:20px 0;
}

.mypass h6
{
	font-size:1.1em;
	overflow: hidden;
	font-weight: 500;
	text-align: center;
	text-overflow : ellipsis;
	white-space:nowrap;
}

.tooltip{
	z-index:100000;
	display: block !important;
}

.allpass div{
	padding:0 5px;
}

.allpass a{
	display: block;
	border: thin #e5e5e5 dashed;
	padding:6px 8px;
	margin:5px;
}

.allpass a:hover{
	background:#a62584;
	color: #ffffff;
	text-decoration: none;
	border: thin solid #a62584;
}

.indexuknow{
	margin:10px 0 0 0;
}

.indexuknow span{
	display: inline-block;
	padding:5px 0 15px 0 ;
}

.indexuknowpadding{
	padding:0 10px 0 0 ;
}

.indexwhyus{
	margin:10px 0 0 0;
	padding:0 0 0 10px;
}

.indexcomp{
	margin:10px 0 0 0;
}

.hotpro{
	padding:0 15px 10px 15px;
}

.hotprobtn{
	padding: 10px 0 10px 0px;
}

.hotprobtn a{
	display: inline-block;
	border-radius:5px;
	padding:3px 5px;
	background: #cccccc;
	color:#787878;
	text-decoration: none;
	margin: 0 8px 0 0 ;
}

.hotprobtn a:hover{
	background: #ae2a8c;
	color: #ffffff;
}

.onbtn{
	background: #ae2a8c !important;
	color: #ffffff !important;
}

.indexsale h2{
	color:#a62584;
	font-size:1.5rem;
	margin:14px 0;
}

.indexsale{
	padding:0 0 0 10px;
}

.indexsalebox{
	padding:0 10px 10px 10px;
}

.indexsalelist{
	background-image: url(/Public/images/icon_sale.png);
	background-repeat: no-repeat;
	background-size: 2.8em 2.8em;
	padding:0 0 0.5em 3.3em;
	line-height: 1.5em !important;
}

.indexsalelist a{
	text-decoration: none;
}

.indexsalelist span{
	color: red;
}

a.indexprotitle{
	display: block;
	color:#ae2a8c;
	text-decoration: none;
}

a.indexproinfo{
	display: block;
	text-decoration: none;
	color: #555555;
	
}


#logos{
	margin:0 0 10px 0;
	padding:10px;
}

.more{
	float: right;
	font-size: .8em !important;
}

@media (min-width: 1200px){

}

@media (max-width: 1199px){

}

@media (max-width: 991px){
	.indexwhyus{
		padding:0;
	}
	#logos{
		padding:0;
	}
	.indexsale{
		padding:0;
		margin-top:10px;
	}
}

@media (max-width: 767px){
	.bigbody{
		padding:0;
	}
	.sliderow {
	    margin-top: 2px;
	    margin-bottom: 10px;
	    padding: 0;
	}
	.myslide{
		padding: 0;
	}
	.passinfo{
		padding:5px;
	}
	.mypass{
		padding:0;
	}
	.passreulst{
		padding:5px;
	}
	.mypass div{
		padding:5px;
	}
	#pageGro{
		padding:8px 5px;
	}
	.indexpassinput{
		padding:0 5px;
	}
	.passinfo h2{
		padding: 3px 10px;
		margin: 0;
	}
	.indexuknowpadding{
		font-size: 0.9rem;
	}
	.mypass h6{
		font-size: 0.9rem;
	}
}

.tab2{
	display: none;
}

/*2023/08/01 for app*/


.app_xs
{
	background-image:url(/Public/images/app_bg.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0;
}

.app_lg{
	margin-bottom:10px;
	padding:10px;
}

.app_header{
	padding:0 0 10px 0;
}

.app_notpadding{
	padding:0;
}

.app_tips{
	padding:15px 0px 10px 0px;
	text-align:center;
	font-weight:bold;
}

.app_tips a{
	text-decoration:underline;
	font-size:1.1em;
}