@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@font-face {
  font-family: 'UberMoveTextMedium';
  src:  local("UberMoveTextMedium")
		url('../fonts/UberMoveTextMedium.woff') format("woff"),
        url('../fonts/UberMoveTextMedium.ttf') format("truetype"),
        url('../fonts/UberMoveTextMedium.eot') format("embedded-opentype");
}
body {
    font-family: 'UberMoveTextMedium' ;
}
.clear{ clear:both} 

.right{
	position: fixed;
    bottom: 0;
    right: 0;
	width:10.5%;
	text-align:center;
}
.main{
	padding: 0px;
	margin-top: 20;
	width:100%;
}
.header {
      padding: 10px;
      display: flex;
      align-content: center;
      justify-content: space-between;
/*    margin-top: 20px; */
      margin-bottom: 20px;
	  position: fixed;
	  top: 0;
	  background-color:white;
	  width:100%;
	  text-decoration:none;
}

.nav {
      display: flex;
      align-content: center;
      justify-content: center;
      gap: 60px;
      list-style-type: none;
    }

.nav li a {
      text-decoration: none;
      color: black;
      font-size: 1.2rem;
	  /* justify-content: center; */
	  justify-content: flex-end;
    }
	
.nav li:hover{
    background-color: green;
}

.a img{
        width: 100%;
		align-items: center;
		justify-content: center;
}

.br1{
	line-height:5px;
	text-align:center;
}
.br1 li{
	list-style:none;
	text-align:center;
	font-size:25px;
	line-height:40px;
}
.br2{
	font-size:20px;
}
.content1,.content2,.content3{
	background-color:#06C167;
	float: left;
	align-items: left;
	height:400px;
	display:flex;
	text-align:left;
	align-content: center;
	flex-wrap: wrap;
/* 	justify-content:space-between; */
}
.content1 li{
	list-style:none;
	text-align:center;
	font-size:14px;
}
.content1{
	width:50%;
}
.content1 img{
	width:95%;
	height:300px;
}

.content2{
	width:30%;
	line-height:40px;
}
.content3{
	width:20%;
}

.br3{
	margin-top:50px;
}
.br3 img{
	 width:50%;
}
.br3 ul{
	list-style:none;
}
.benefit,.client,.ubereats,.account,.order{
	justify-content:space-between;
	align-items: center;
	display:flex;
	float: left;
	width:20%;
	line-height:40px;
}

.left img:hover{
    transform: scale(1.5);
	transition: all 0.3s;
}
.br4{
	margin-top:50px;
}
.br4 ul{
	list-style:none;
}
.data,.AML,.set,.tablet,.call{
	justify-content:center;
	align-items: center;
	display:flex;
	float: left;
	width:20%;
	line-height:40px;
}
.br3,.br4 img{
	height:150px;
	text-align:center;
}
.recommend {
	text-align:center;
	float:left;
	line-height:20px;
}
.first-ul {
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
.first-ul li {
  position: relative;
  white-space: nowrap;
  border-right: #ccc 1px solid;
  list-style-type:none;
}
.first-ul > li:last-child {
  border-right: none;
}
.first-ul > li {
  float: left;
}
 .first-ul a {
  background-color: #000000;
  color: #fff;
  display: block;
  padding: 0 30px;
  text-decoration: none;
  line-height: 40px;
}
.first-ul a:hover { 
  background-color: #fff;
  color: #000;
  text-decoration:underline;
}
.first-ul li:hover > a { 
  background-color: #fff;
  color: #000;
}

.coverflow{
    width: 700px;
    height: 490px;
    display: flex;
    position:absolute;
    left:50%;
    right:50%;
}

.coverflow>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    filter: alpha(opacity=0);
/*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
	-webkit-animation: silder 15s linear infinite;
	animation: silder 15s linear infinite;
}

.coverflow>a>img{
    max-width: 100%;
}

/*動畫關鍵影格*/
@-webkit-keyframes silder {
    3% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    27% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    30% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes silder {
    3% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    27% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    30% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/*每個圖片各延遲5秒*/
.coverflow>a:nth-child(3) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;               
}

.coverflow>a:nth-child(2) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
}

.coverflow>a:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;    
}
/*滑入時停止播放*/
.coverflow:hover>a{
-webkit-animation-play-state: paused;
        animation-play-state: paused;
}
