﻿/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html, body{	
	font-family:"Noto Sans TC",arial;
	-webkit-text-size-adjust:none;
	background-color:#FFF;
	box-sizing: border-box;
}



/* --電腦版型------------------------------------- */


.Product-content{
  width: 100%;
  height: 700px;
  background-color: #ffffff;
}
.Product-content-2{
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  margin: 2% 0 0 0;	
}
.Product-content-3{
  width: 100%;
  background-color: #ffffff;
}
.Product-ALL{
	display: block;
    width: 1200px;
	margin: 0 auto;
}
.Product-ALL-2{
	display: block;
    width: 1200px;
	margin: 0 auto;
}
.POS-content {
    clear: both;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}
.product-image{
	width:600px;
	height: 550px;
	float: left;
	position: relative;
}
.product-image-big{
	margin: 0 auto;
    width: 500px;
    height: 500px;
    margin-top: 7%;
    display: block;
    overflow: hidden;
}
.product-image-big img{
	max-width: 500px;
	max-height: 500px;
}
.product-image-small{
	width: 80%;
    height: 100px;
    margin: 0 auto;
	padding: 5% 10% 0 10%;
}
.product-image-small ul{
	list-style: none;
	width: 100%;
	height: 100px;   
}
.product-image-small li{
	float: left;
	display: block;
	width: 28%;
	height: 100px;
	margin-left: 3%;
}
.product-image-small li a img{
	display:block;
	margin:0 auto; 
	width:100px;
	height:100px;
	/*border: 1px solid #EAEAEA;*/
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.product-slogan-feature{
	width:600px;
	height:auto;
	float: left;
}
.product-slogan-feature-1{
	width:600px;
	height:auto;
	float: left;
	overflow: hidden;
}
.product-slogan-1{
	width:600px;
	height:70px;
	float: left;
	margin-top: 20px;
}
.product-slogan-1 h1{
    display: block;
    float: left;
    width: 100%;
    height: 70px;
    color: #000000;
    font-size: 43px;
    line-height: 70px;
    text-align: left;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 3px;
	font-family:"Noto Sans TC",arial;
}
.product-slogan-1 img:hover{
	-webkit-filter:brightness(1.5);
}
.product-slogan-2{
	width:550px;
	height:auto;
	float: left;
	margin: 3% 0 0 0;
}
.productTag {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 2rem;
}
.productDetail__headTitleWrap .productTag>li {
    padding: .02rem .1rem;
}
.productTag_item {
    color: #fff;
    line-height: 160%;
    background-color: #333333;
    padding: 0.8rem 1.5rem;
    font-size: 18px;
    border-radius: 10px;
	letter-spacing: 0.1em;	
}
.product-detail{
	width:500px;
	height:auto;
	float: left;
	margin-top: 20px;
}
.product-detail h1{
    display: block;
    float: left;
    width: 100%;
    height: auto;
    color: #000000;
    font-size: 23px;
    line-height: 40px;
    text-align: left;
    margin: 0 auto;
    letter-spacing: 3px;
	font-family:"Noto Sans TC",arial;
}
.match-product-btn-2{
	display: block;
	width: 190px;
    height: auto;
	overflow: hidden;
	padding: 10% 0 0 0;
}
html {
    scroll-behavior: smooth;
}
.product-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
	position: relative;
	background-color: #F4F4F4;
}
.product-container-2 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px 50px 20px;
	position: relative;
}
.product-container-3 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	background-color: #F4F4F4;
}
ul, li {
		margin: 0 auto;
		list-style: none;	
	}
ul.tabs {
	    max-width: 1200px;
	    margin: 0 auto;
		height: 62px;
	}
ul.tabs li {
		float: left;
		height: 60px;
		line-height: 60px;
		overflow: hidden;
		position: relative;
		margin: 0.2% 2% 0 3%;
		border-left: none;
		background: #ffffff;
		margin-right: 20px;
        width: 180px;
        text-align: center;
	    border-bottom: 1px solid #DCDDDD;
	}
ul.tabs li a {
		font-size:20px;
		font-weight: normal;
		display: block;
		padding: 0 45px;
		color:#333333;
		border-left: 1px solid #DCDDDD;
		border-top: 1px solid #DCDDDD;
		border-right: 1px solid #DCDDDD;
	    border-bottom: 1px solid #DCDDDD;
		text-decoration: none;
	    letter-spacing: 0.04em;
	}

ul.tabs li a:hover{
        color:#1588d3;
	    font-weight: bolder;
		border-left: 1px solid #DCDDDD;
		border-top: 1px solid #DCDDDD;
		border-right: 1px solid #DCDDDD;
		text-decoration: none;
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #1588d3;
  height: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
#header-page {
	margin-top: 80px;
	text-align: center;
}
.product-title{
	width: 70%;
    height: 70px;
    margin: 0 auto;
    padding: 6% 0 3% 0;
}
.product-title h3{
	display: block;
    width: 90%;
    height: 70px;
    color: #1e1e1e;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.product-container-2 p {
	display: block;
    width: 95%;
    height: auto;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 2px;
}
.buy-content{
	display: block;
    width: 85%;
    height: 150px;
	margin: 0 auto;
}
.buy-text{
	display: block;
    width: 80%;
	float:left;	
}
.buy-text p{
	display: block;
    width: 100%;
    height: auto;
    color: #1e1e1e;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
}
.buy-btn{
	display: block;
    width: 20%;
	float:left;	
}
.Spec-system{
	display: block;
    width: 90%;
    overflow: hidden;
    border-top: 1px solid #DCDDDD;
	border-left: 1px solid #DCDDDD;
	border-right: 1px solid #DCDDDD;
	background-color: #F4F4F4;
	margin: 0 auto;
}
.td{
	display: block;
    width: 100%;
	height: 60px;
	border-bottom: 1px solid #DCDDDD;
	margin: 0 auto;
}
.td-1{
	float: left;
    display: block;
    width: 30%;
    height: 60px;
    text-align: left;
    padding-left: 15px;
    font-size: 18px;
    line-height: 60px;
    background-color: #F4F4F4;
	color: #2e3233;
}
.td-1 P{
	width: 45%;
    padding-top: 3px;
    text-align: left;
    font-size: 18px;
    line-height: 60px;
    color: #057dcc;
}
.td-2{
	float: left;
    display: block;
    height: 60px;
    width: 67%;
    background-color: #ffffff;
    text-align: left;
    padding-left: 15px;
    font-size: 18px;
    line-height: 60px;
    color: #000;
	border-left: 1px solid #DCDDDD;
}
.td-2 p{
	width: 100%;
    padding-top: 3px;
    text-align: left;
    font-size: 18px;
    line-height: 60px;
    color: #333333;
}
.Queue-1200 {
    width: 1200px;
    margin: 0 auto;
    height: 800px;
    overflow: hidden;
}
.Queue-YT {
    position: relative;
    width: 80%;
    height: 600px;
    margin: 6% 10% 0% 10%;
}
.Queue-play {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.Queue-play iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.match-product {
   width: 100%;
   background: #f4f4f4; /* Old browsers */
}
.match-product-all{
 	display: block;
    width: 1200px;
    height: 550px;
	margin: 0 auto;
}
.match-product-A{
	display: block;
    width: 28%;
    height: 550px;
    margin: 0 auto;
    float: left;
    padding: 0 2% 0 2.5%;
}
.match-product-all-2{
 	display: block;
    width: 1000px;
    height: 550px;
	margin: 0 auto;
}
.match-product-A-2{
	display: block;
    width: 45%;
    height: 550px;
    margin: 0 auto;
    float: left;
    padding: 0 2% 0 2.5%;
}
.match-product-all-3{
 	display: block;
	width: 500px;
    height: 550px;
	margin: 0 auto;
}
.match-product-A-3{
	display: block;
    width: 500px;
    height: 580px;
    margin: 0 auto;
    float: left;
    padding: 0 2% 0 2.5%;
}
.match-product-img{
	display: block;
    width: 260px;
    height: 260px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
    border: 6px #ffffff solid;
}
.match-product-img img{
	display: block;
    width: 260px;
    height: 260px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.match-product-img img:hover{
	display: block;
    transform:scale(1.2, 1.2);
	border-radius: 20px;
	overflow: hidden;
}
.match-product-text{
    display: block;
    height: 250px;
	overflow: hidden;
}
.match-product-text h1{
	display: block;
    width: 90%;
    height: 60px;
    color: #333333;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 2% 0 0 0;
}
.match-product-text p{
	display: block;
    width: 85%;
    height: 80px;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
}
.match-product-btn{
	display: block;
	width: 160px;
    height: auto;
    margin: 0 auto;
}
.content-B1{
  display: block;
   width: 100%;
   height: 620px;
}
.B1{
  display: block;
    width: 450px;
    height: 560px;
    float: left;
    border: 1px solid #DEDEE0;
    border-radius: 50px 10px 50px 10px;
    margin: 10px 70px;
	background: #ffffff;
}
.B1:hover{
	box-shadow:3px 3px 14px #c8c7c7;
}
.B2{
  display: block;
    width: 450px;
    height: 560px;
    float: left;
    border: 1px solid #DEDEE0;
    border-radius: 50px 10px 50px 10px;
    margin: 10px 70px;
	background: #ffffff;
}
.B2:hover{
	box-shadow:3px 3px 14px #c8c7c7;
}
.B-Slogan {
   display: block;
   width: 450px;
   height: 50px;
   margin: 0 auto;
   padding-bottom: 15px;
}
.B-Slogan h1 {
    display: block;
    width: 180px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B-Slogan span {
    display: block;
    width: 30px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B-Slogan h2 {
    display: block;
    width: 290px;
    height: 50px;
    color: #333333;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B1-img{
  display: block;
  width: 450px;
  height: 350px;
  border-radius: 50px 10px 50px 10px;
  overflow: hidden;		
}
.B1-img img{
  display: block;
  width: 450px;
  height: 350px;
  margin: 0 auto;
  transform: scale(1,1);
  transition: all 0.3s ease-out;
  border-radius: 50px 10px 50px 10px;	
}
.B1-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.B1-text{
  display: block;
  width: 450px;
  height: 130px;
  float:left;
  margin: 10px 0 0 0;	
}
.B1-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #000000;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}
.B2-img{
  display: block;
  width: 450px;
  height: 350px;
  border-radius: 50px 10px 50px 10px;
  overflow: hidden;		
}
.B2-img img{
  display: block;
  width: 450px;
  height: 350px;
  margin: 0 auto;
  transform: scale(1,1);
  transition: all 0.3s ease-out;
  border-radius: 50px 10px 50px 10px;	
}
.B2-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.B2-text{
  display: block;
  width: 450px;
  height: 130px;
  float:left;
  margin: 10px 0 0 0;	
}
.B2-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #000000;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}
.js-p2 {
    width: 90%;
    height: auto;
    display: block;
	margin: 0 5% 6% 5%;
}
.js-p2 ul {
    display: block;
    width: 100%;
    height: auto;
}

.js-p2 li {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333333;
    line-height: 33px;
	text-align: center;
}
.B1-text p{
	display: block;
    width: 70%;
    height: 30px;
    color: #323335;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}
.btn-Product-2 {
    width: 160px;
    height: 50px;
    background-color: #ffffff2e;
    /* transform: scale(1, 1); */
    transform: translateY(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
    border: 1px #858f95 solid;
	margin: 0 auto;
}
.btn-Product-2 h2{
	display: block;
    width: 100%;
    height: 50px;
    font-size: 17px;
    color: #12232e;
    line-height: 50px;
    text-align: center;
}
.btn-Product-2:hover{
	transform: translateX(10px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	/*background:#eb6100;*/
	background-image: linear-gradient(to top left, #eb6100, #fbc400);
}
.btn-Product-2 a{
	text-decoration: none;
}
.btn-Product-2 h2:hover{
	color: #ffffff;
}


/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {
	
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}	

.Product-content{
  width: 100%;
  height: 700px;
  background-color: #ffffff;
}
.Product-content-2{
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  margin: 2% 0 0 0;	
}
.Product-content-3{
  width: 100%;
  background-color: #ffffff;
}
.Product-ALL{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.Product-ALL-2{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.POS-content {
    clear: both;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}
.product-image{
	width:100%;
	height: auto;
	float: none;
	position: relative;
}
.product-image-big{
	margin: 0 auto;
    width:100%;
	height: auto;
    margin-top: 2%;
    display: block;
    overflow: hidden;
}
.product-image-big img{
	max-width: 100%;
	max-height: auto;
}
.product-image-small{
	width: 100%;
    height: 100px;
    margin: 0 auto;
	padding: 0;
}
.product-image-small ul{
	list-style: none;
	width: 300px;
	height: 100px;
	margin: 0 auto;
}
.product-image-small li{
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	margin-left: 0;
}
.product-image-small li a img{
	display:block;
	margin:0 auto; 
	width:100px;
	height:100px;
	/*border: 1px solid #EAEAEA;*/
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.product-slogan-feature{
	width:100%;
	height:auto;
	float: left;
}
.product-slogan-feature-1{
	width:100%;
	height:auto;
	float: left;
	overflow: hidden;
}
.product-slogan-1{
	width:97%;
	height:auto;
	float: left;
	margin-left: 5%;
    margin-top: 4%;
}
.product-slogan-1 h1{
    display: block;
    float: left;
    width: 100%;
    height: auto;
    color: #000000;
    font-size: 28px;
    line-height: 50px;
    text-align: left;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 3px;
	font-family:"Noto Sans TC",arial;
}
.product-slogan-1 img:hover{
	-webkit-filter:brightness(1.5);
}
.product-slogan-2{
	width:95%;
	height:auto;
	float: left;
	margin: 3% 0 0 5%;
}
.productTag {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 2rem;
}
.productDetail__headTitleWrap .productTag>li {
    padding: .02rem .1rem;
}
.productTag_item {
    color: #fff;
    line-height: 160%;
    background-color: #333333;
    padding: 0.6rem 1.5rem;
    font-size: 16px;
    border-radius: 10px;
	letter-spacing: 0.1em;	
}
.product-detail{
	width:90%;
	height:auto;
	float: left;
	margin-left: 5%;
    margin-top: 2%;
}
.product-detail h1{
    display: block;
    float: left;
    width: 100%;
    height: auto;
    color: #000000;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    margin: 0 auto;
    letter-spacing: 3px;
	font-family:"Noto Sans TC",arial;
}
.match-product-btn-2{
	display: block;
	width: 200px;
    height: auto;
	overflow: hidden;
	padding: 10% 0 5% 5%;
}
html {
    scroll-behavior: smooth;
}
.product-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
	position: relative;
	background-color: #F4F4F4;
	overflow: overlay;
}
.product-container-2 {
	max-width: 95%;
	margin: 0 auto;
	padding: 5% 2.5%;
	position: relative;
}
.product-container-3 {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 ;
	position: relative;
	background-color: #F4F4F4;
}
ul, li {
		margin: 0 auto;
		list-style: none;	
	}
ul.tabs {
	    max-width: 100%;
	    margin: 0 auto;
		height: 62px;
	}
ul.tabs li {
		float: left;
		height: 60px;
		line-height: 60px;
		overflow: hidden;
		position: relative;
		margin: 0.2% 2% 0 4.6%;
		border-left: none;
		background: #ffffff;
		margin-right: 20px;
        width: 92%;
        text-align: center;
	    border-bottom: 1px solid #DCDDDD;
	}
ul.tabs li a {
		font-size:20px;
		font-weight: normal;
		display: block;
		padding: 0 45px;
		color:#333333;
		border-left: 1px solid #DCDDDD;
		border-top: 1px solid #DCDDDD;
		border-right: 1px solid #DCDDDD;
	    border-bottom: 1px solid #DCDDDD;
		text-decoration: none;
	    letter-spacing: 0.04em;
	}

ul.tabs li a:hover{
        color:#1588d3;
	    font-weight: bolder;
		border-left: 1px solid #DCDDDD;
		border-top: 1px solid #DCDDDD;
		border-right: 1px solid #DCDDDD;
		text-decoration: none;
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #1588d3;
  height: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
#header-page {
	margin-top: 80px;
	text-align: center;
}

.product-title{
	width: 70%;
    height: 100px;
    margin: 0 auto;
    padding: 6% 0 3% 0;
}
.product-title h3{
	display: block;
    width: 90%;
    height: 70px;
    color: #1e1e1e;
    font-size: 35px;
    line-height: 70px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.buy-content{
	display: block;
    width: 85%;
    height: auto;
	margin: 0 auto;
}
.buy-text{
	display: block;
    width: 100%;
	float:none;	
}
.buy-text p{
	display: block;
    width: 100%;
    height: auto;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
}
.buy-btn{
	display: block;
    width: 100%;
	float:none;	
}	
.product-container-2 p {
	display: block;
    width: 95%;
    height: auto;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 2px;
}
.Spec-system{
	display: block;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #DCDDDD;
	border-left: 1px solid #DCDDDD;
	border-right: 1px solid #DCDDDD;
	background-color: #ffffff;
	margin: 0 auto;
}
.td{
	display: block;
    width: 100%;
	height: 60px;
	border-bottom: 1px solid #DCDDDD;
	margin: 0 auto;
}
.td-1{
	float: left;
    display: block;
    width: 30%;
    max-height: 20em;
    text-align: left;
    padding-left: 3%;
    background-color: #f4f7f9;
    border-bottom: 1px solid #DCDDDD;
    color: #333333;
    font-weight: normal;
	font-size: 1em;
    line-height: 2.2em;
}
.td-2{
	float: right;
    display: block;
    width: 70%;
    background-color: #ffffff;
    text-align: left;
    padding: 2% 1% 1% 2%;
    height: auto;
    color: #666;
    border-left: 0px solid #DCDDDD;
}
.td-2 p{
	width: 100%;
    padding-top: 0px;
    text-align: left;
    font-size: 0.9em;
    line-height: 1em;
    color: #333333;
}
.Queue-1200 {
    width: 1200px;
    margin: 0 auto;
    height: 800px;
    overflow: hidden;
}
.Queue-YT {
    position: relative;
    width: 100%;
    height: auto;
    margin: 6% 0 10% 0;
}
.Queue-play {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.Queue-play iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.match-product {
   width: 100%;
   background: #f4f4f4; /* Old browsers */
}
.match-product-all{
 	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
}
.match-product-A{
	display: block;
    width: 95%;
    height: auto;
    margin: 0 auto;
    float: none;
    padding: 0 2.5% 5% 2.5%;
}
.match-product-all-2{
 	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
}
.match-product-A-2{
	display: block;
    width: 95%;
    height: auto;
    margin: 0 auto;
    float: none;
    padding: 0 2.5% 5% 2.5%;
}
.match-product-all-3{
 	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
}
.match-product-A-3{
	display: block;
    width: 95%;
    height: auto;
    margin: 0 auto;
    float: none;
    padding: 0 2.5% 5% 2.5%;
}	
.match-product-img{
	display: block;
    width: 260px;
    height: 260px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
    border: 6px #ffffff solid;
}
.match-product-img img{
	display: block;
    width: 260px;
    height: 260px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.match-product-img img:hover{
	display: block;
    transform:scale(1.2, 1.2);
	border-radius: 20px;
	overflow: hidden;
}
.match-product-text{
    display: block;
    height: 100%;
	overflow: hidden;
}
.match-product-text h1{
	display: block;
    width: 90%;
    height: 60px;
    color: #333333;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 2% 0 0 0;
}
.match-product-text p{
	display: block;
    width: 85%;
    height: 80px;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
}
.match-product-btn{
	display: block;
	width: 160px;
    height: auto;
    margin: 0 auto;
}
.content-B1{
  display: block;
   width: 100%;
   height: auto;
}
.B1{
  display: block;
    width: 94%;
    height: 480px;
    float: none;
    border: 1px solid #DEDEE0;
    border-radius: 50px 10px 50px 10px;
    margin: 5% 3%;
	background: #ffffff;
}
.B1:hover{
	box-shadow:3px 3px 14px #c8c7c7;
}
.B2{
  display: block;
    width: 94%;
    height: 460px;
    float: none;
    border: 1px solid #DEDEE0;
    border-radius: 50px 10px 50px 10px;
    margin: 5% 3%;
	background: #ffffff;
}
.B2:hover{
	box-shadow:3px 3px 14px #c8c7c7;
}	
.B-Slogan {
   display: block;
   width: 450px;
   height: 50px;
   margin: 0 auto;
   padding-bottom: 15px;
}
.B-Slogan h1 {
    display: block;
    width: 180px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B-Slogan span {
    display: block;
    width: 30px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B-Slogan h2 {
    display: block;
    width: 290px;
    height: 50px;
    color: #333333;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B1-img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50px 10px 50px 10px;
  overflow: hidden;		
}
.B1-img img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transform: scale(1,1);
  transition: all 0.3s ease-out;
  border-radius: 50px 10px 50px 10px;	
}
.B1-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.B1-text{
  display: block;
  width: 100%;
  height: auto;
  float:left;
  margin: 10px 0 0 0;	
}
.B1-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #000000;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}
.B2-img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50px 10px 50px 10px;
  overflow: hidden;		
}
.B2-img img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transform: scale(1,1);
  transition: all 0.3s ease-out;
  border-radius: 50px 10px 50px 10px;	
}
.B2-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.B2-text{
  display: block;
  width: 100%;
  height: auto;
  float:left;
  margin: 10px 0 0 0;	
}
.B2-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #000000;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}	
.js-p2 {
    width: 100%;
    height: auto;
    display: block;
	margin: 0 0 6% 0;
}
.js-p2 ul {
    display: block;
    width: 100%;
    height: auto;
}
.js-p2 li {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333333;
    line-height: 33px;
	text-align: center;
}
.B1-text p{
	display: block;
    width: 70%;
    height: 30px;
    color: #323335;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}
.btn-Product-2 {
    width: 160px;
    height: 50px;
    background-color: #ffffff2e;
    /* transform: scale(1, 1); */
    transform: translateY(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
    border: 1px #858f95 solid;
	margin: 0 auto;
}
.btn-Product-2 h2{
	display: block;
    width: 100%;
    height: 50px;
    font-size: 17px;
    color: #12232e;
    line-height: 50px;
    text-align: center;
}
.btn-Product-2:hover{
	transform: translateX(10px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	/*background:#eb6100;*/
	background-image: linear-gradient(to top left, #eb6100, #fbc400);
}
.btn-Product-2 a{
	text-decoration: none;
}
.btn-Product-2 h2:hover{
	color: #ffffff;
}	
	
}
/* --ipad版型------------------------------------- */
@media only screen and (min-width: 737px) and (max-width: 1024px) {
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
.Product-content{
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
.Product-content-2{
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  margin: 2% 0 0 0;	
}
.Product-content-3{
  width: 100%;
  background-color: #ffffff;
}
.Product-ALL{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.Product-ALL-2{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.POS-content {
    clear: both;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}
.product-image{
	width: 100%;
    height: auto;
	float: none;
	position: relative;
}
.product-image-big{
	margin: 0 auto;
    width: 500px;
    height: 500px;
    margin-top: 7%;
    display: block;
    overflow: hidden;
}
.product-image-big img{
	max-width: 500px;
	max-height: 500px;
}
.product-image-small{
	width: 550px;
    height: 100px;
    margin: 0 auto;
	padding: 5% 10% 0 10%;
}
.product-image-small ul{
	list-style: none;
	width: 100%;
	height: 100px;   
}
.product-image-small li{
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	margin-left: 3%;
}
.product-image-small li a img{
	display:block;
	margin:0 auto; 
	width:100px;
	height:100px;
	/*border: 1px solid #EAEAEA;*/
}
/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.product-slogan-feature{
	width:100%;
	height:600px;
	float: none;
}
.product-slogan-feature-1{
	width: 90%;
    height: 600px;
    float: none;
    overflow: hidden;
    margin: 0 auto;
}
.product-slogan-1{
	width:600px;
	height:70px;
	float: left;
	margin-top: 20px;
}
.product-slogan-1 h1{
    display: block;
    float: left;
    width: 100%;
    height: 70px;
    color: #000000;
    font-size: 43px;
    line-height: 70px;
    text-align: left;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 3px;
	font-family:"Noto Sans TC",arial;
}
.product-slogan-1 img:hover{
	-webkit-filter:brightness(1.5);
}
.product-slogan-2{
	width:100%;
	height:auto;
	float: left;
	margin: 3% 0 0 0;
}
.productTag {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 2rem;
}
.productDetail__headTitleWrap .productTag>li {
    padding: .02rem .1rem;
}
.productTag_item {
    color: #fff;
    line-height: 160%;
    background-color: #333333;
    padding: 0.8rem 1.5rem;
    font-size: 18px;
    border-radius: 10px;
	letter-spacing: 0.1em;	
}
.product-detail{
	width:100%;
	height:auto;
	float: left;
	margin-top: 20px;
}
.product-detail h1{
    display: block;
    float: left;
    width: 100%;
    height: auto;
    color: #000000;
    font-size: 23px;
    line-height: 40px;
    text-align: left;
    margin: 0 auto;
    letter-spacing: 3px;
	font-family:"Noto Sans TC",arial;
}
.match-product-btn-2{
	display: block;
	width: 190px;
    height: auto;
	overflow: hidden;
	padding: 10% 0 0 0;
}
html {
    scroll-behavior: smooth;
}
.product-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
	position: relative;
	background-color: #F4F4F4;
}
.product-container-2 {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.product-container-3 {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	background-color: #F4F4F4;
}
ul, li {
		margin: 0 auto;
		list-style: none;	
	}
ul.tabs {
	    max-width: 100%;
	    margin: 0 auto;
		height: 120px;
	}
ul.tabs li {
		float: left;
		height: 60px;
		line-height: 60px;
		overflow: hidden;
		position: relative;
		margin: 0.2% 2% 0 3%;
		border-left: none;
		background: #ffffff;
		margin-right: 20px;
        width: 180px;
        text-align: center;
	    border-bottom: 1px solid #DCDDDD;
	}
ul.tabs li a {
		font-size:20px;
		font-weight: normal;
		display: block;
		padding: 0 45px;
		color:#333333;
		border-left: 1px solid #DCDDDD;
		border-top: 1px solid #DCDDDD;
		border-right: 1px solid #DCDDDD;
	    border-bottom: 1px solid #DCDDDD;
		text-decoration: none;
	    letter-spacing: 0.04em;
	}

ul.tabs li a:hover{
        color:#1588d3;
	    font-weight: bolder;
		border-left: 1px solid #DCDDDD;
		border-top: 1px solid #DCDDDD;
		border-right: 1px solid #DCDDDD;
		text-decoration: none;
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #1588d3;
  height: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
#header-page {
	margin-top: 80px;
	text-align: center;
}

.product-title{
	width: 70%;
    height: 120px;
    margin: 0 auto;
    padding: 5% 0 3% 0;
}
.product-title h3{
	display: block;
    width: 90%;
    height: 70px;
    color: #1e1e1e;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.buy-content {
    display: block;
    width: 95%;
    height: 170px;
    margin: 0 auto;
}	
.product-container-2 p {
	display: block;
    width: 95%;
    height: auto;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 2px;
}
.Spec-system{
	display: block;
    width: 90%;
    overflow: hidden;
    border-top: 1px solid #DCDDDD;
	border-left: 1px solid #DCDDDD;
	border-right: 1px solid #DCDDDD;
	background-color: #F4F4F4;
	margin: 0 auto;
}
.td{
	display: block;
    width: 100%;
	height: 61px;
	border-bottom: 1px solid #DCDDDD;
	margin: 0 auto;
}
.td-1{
	float: left;
    display: block;
    width: 30%;
    height: 60px;
    text-align: left;
    padding-left: 15px;
    font-size: 18px;
    line-height: 30px;
    background-color: #F4F4F4;
	color: #2e3233;
}
.td-2{
	float: left;
    display: block;
    height: 60px;
    width: 70%;
    background-color: #ffffff;
    text-align: left;
    padding-left: 15px;
    font-size: 18px;
    line-height: 30px;
    color: #000;
	border-left: 1px solid #DCDDDD;
}
.td-2 p{
	width: 100%;
    padding-top: 3px;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.Queue-1200 {
    width: 1200px;
    margin: 0 auto;
    height: 800px;
    overflow: hidden;
}
.Queue-YT {
    position: relative;
    width: 95%;
    height: auto;
    margin: 6% 2.5% 10% 2.5%;
}
.Queue-play {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.Queue-play iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.match-product {
   width: 100%;
   background: #f4f4f4; /* Old browsers */
}
.match-product-all{
 	display: block;
    width: 100%;
    height: 500px;
	margin: 0 auto;
}
.match-product-A{
	display: block;
    width: 33%;
    height: 500px;
    margin: 0 auto;
    float: left;
    padding: 0 2% 0 2%;
}
.match-product-img{
	display: block;
    width: 200px;
    height: 200px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
    border: 6px #ffffff solid;
}
.match-product-img img{
	display: block;
    width: 200px;
    height: 200px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.match-product-img img:hover{
	display: block;
    transform:scale(1.2, 1.2);
	border-radius: 20px;
	overflow: hidden;
}
.match-product-text{
    display: block;
    height: 100%;
	overflow: hidden;
}
.match-product-text h1{
	display: block;
    width: 90%;
    height: 60px;
    color: #333333;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 2% 0 0 0;
}
.match-product-text p{
	display: block;
    width: 70%;
    height: 100px;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
}
.match-product-btn{
	display: block;
	width: 160px;
    height: auto;
    margin: 0 auto;
}
.content-B1{
  display: block;
   width: 100%;
   height: 620px;
}
.B1{
  display: block;
  width: 46%;
  height: 550px;
  float: left;
  border: 1px solid #DEDEE0;
  border-radius: 50px 10px 50px 10px;
  margin: 10px 12px;
  background: #ffffff;
}
.B1:hover{
	box-shadow:3px 3px 14px #c8c7c7;
}
.B2{
  display: block;
  width: 46%;
  height: 520px;
  float: left;
  border: 1px solid #DEDEE0;
  border-radius: 50px 10px 50px 10px;
  margin: 10px 12px;
  background: #ffffff;
}
.B2:hover{
	box-shadow:3px 3px 14px #c8c7c7;
}
.B-Slogan {
   display: block;
   width: 100%;
   height: 50px;
   margin: 0 auto;
   padding-bottom: 15px;
}
.B-Slogan h1 {
    display: block;
    width: 180px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B-Slogan span {
    display: block;
    width: 30px;
    height: 50px;
    color: #ed6a00;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B-Slogan h2 {
    display: block;
    width: 290px;
    height: 50px;
    color: #333333;
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
	float: left;
}
.B1-img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50px 10px 50px 10px;
  overflow: hidden;		
}
.B1-img img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transform: scale(1,1);
  transition: all 0.3s ease-out;
  border-radius: 50px 10px 50px 10px;	
}
.B1-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.B1-text{
  display: block;
  width: 100%;
  height: 130px;
  float:left;
  margin: 10px 0 0 0;	
}
.B1-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #000000;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}
.B2-img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50px 10px 50px 10px;
  overflow: hidden;		
}
.B2-img img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transform: scale(1,1);
  transition: all 0.3s ease-out;
  border-radius: 50px 10px 50px 10px;	
}
.B2-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.B2-text{
  display: block;
  width: 100%;
  height: 130px;
  float:left;
  margin: 10px 0 0 0;	
}
.B2-text h1 {
    display: block;
    width: 100%;
    height: 50px;
    color: #000000;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}
.js-p2 {
    width: 90%;
    height: auto;
    display: block;
	margin: 0 5% 6% 5%;
}
.js-p2 ul {
    display: block;
    width: 100%;
    height: auto;
}

.js-p2 li {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333333;
    line-height: 33px;
	text-align: center;
}
.B1-text p{
	display: block;
    width: 70%;
    height: 30px;
    color: #323335;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}
.btn-Product-2 {
    width: 160px;
    height: 50px;
    background-color: #ffffff2e;
    /* transform: scale(1, 1); */
    transform: translateY(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
    border: 1px #858f95 solid;
	margin: 0 auto;
}
.btn-Product-2 h2{
	display: block;
    width: 100%;
    height: 50px;
    font-size: 17px;
    color: #12232e;
    line-height: 50px;
    text-align: center;
}
.btn-Product-2:hover{
	transform: translateX(10px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	/*background:#eb6100;*/
	background-image: linear-gradient(to top left, #eb6100, #fbc400);
}
.btn-Product-2 a{
	text-decoration: none;
}
.btn-Product-2 h2:hover{
	color: #ffffff;
}

}