﻿/* ---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;
	
}


/* --電腦版型------------------------------------- */


#Restaurant-Operations{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}

.Operations-1{
	display: block;
    width: 1200px;
	margin: 0 auto;
}
.Operations-slogan{
	width: 70%;
    height: 60px;
    margin: 0 auto;
    padding: 3% 0 1% 0;
}
.Operations-slogan h1{
	display: block;
    width: 90%;
    height: 60px;
    color: #333333;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.Operations-img {
	display: block;
    width: 1010px;
    height: 700px;
	margin: 0 auto;
	padding-bottom: 5%;
}
.Operations-img img{
	display: block;
    width: 1010px;
    height: 700px;
	margin: 0 auto;
}
#Funtion-All{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}
#Funtion-All-2{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5f7fa;
}
.Funtion-White{
	display: block;
    width: 100%; 
}
.Funtion-Gray{
	display: block;
    width: 100%;
}
.Funtion-Gray-2{
	display: block;
    width: 100%; 
}
.Funtion-1{
	display: block;
    width: 1200px;
	height: 600px;
	margin: 0 auto;
}
.Funtion-11{
	display: block;
    width: 1200px;
	height: 880px;
	margin: 0 auto;
}
.Funtion-2{
	display: block;
    width: 1200px;
	height: 750px;
	margin: 0 auto;
}
.Funtion-3{
	display: block;
    width: 1200px;
	height: 700px;
	margin: 0 auto;
}
.Funtion-slogan{
	width: 70%;
    height: 60px;
    margin: 0 auto;
    padding: 3% 0 1% 0;
}
.Funtion-slogan h1{
	display: block;
    width: 90%;
    height: 60px;
    color: #333333;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.hr-solid-content-2 {
    color: #333333;
    border: 0;
    font-size: 25px;
    padding: 1em 0;
    position: relative;
	font-weight: normal;
}
.hr-solid-content-2::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 3ch;
    line-height: 1px;
    border: solid #d0d0d5;
    border-width: 0 99vw;
    width: fit-content;
    /* for 不支持fit-content浏览器 */
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
.hr-solid-content-3 {
    color: #333333;
    border: 0;
    font-size: 25px;
    padding: 1em 0;
    position: relative;
	font-weight: normal;
}
.hr-solid-content-3::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 3ch;
    line-height: 1px;
    border: solid #d0d0d5;
    border-width: 0 99vw;
    width: fit-content;
    /* for 不支持fit-content浏览器 */
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
.Funtion-1200{
	width:1200px;
}
.Delivery{
	display: block;
    width: 90%;
	margin: 0 auto;
}
.Delivery-1{
	display: block;
    width: 25%;
    height: 280px;
    float: left;
	margin: 5% 0 5% 6.5%;
}
.Delivery-img {
	display: block;
    width: 210px;
    height: 210px;
	margin: 0 auto;
}
.Delivery-img img{
	display: block;
    width: 210px;
    height: 210px;
	margin: 0 auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.Delivery-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.Delivery-1 h3{
	display: block;
    width: 100%;
    height: 50px;
    color: #1e1e1e;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-left: 2%;
}
.Delivery-1 p{
	display: block;
    width: 95%;
    height: auto;
    color: #666666;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
}
.Teamwork{
	display: block;
    width: 90%;
	margin: 0 auto;
}
.Teamwork-1{
	display: block;
    width: 25%;
    height: 280px;
    float: left;
	margin: 5% 0 5% 6.5%;
}
.Teamwork-img {
	display: block;
    width: 165px;
    height: 165px;
	margin: 0 auto;
}
.Teamwork-img img{
	display: block;
    width: 165px;
    height: 165px;
	margin: 0 auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.Teamwork-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.Teamwork-1 h3{
	display: block;
    width: 100%;
    height: 50px;
    color: #1e1e1e;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-left: 2%;
}
.Teamwork-1 p{
	display: block;
    width: 95%;
    height: auto;
    color: #666666;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
}
.hr-edge-weak {
    border: 0;
    padding-top: 1px;
    background: linear-gradient(to right, transparent, #d0d0d5, transparent);
}
.Funtion .content {
    display: flex;
    align-items: center;
}
.Funtion:nth-of-type(even) .content {
    flex-direction: row-reverse;
}
.Funtion .Funtion-A{
	width: calc(100%*8/12);
    text-align: left;
	margin: 3%;
}
.Funtion-A-img{
	display: block;
    width: 500px;
    height: 500px;
	margin: 0 auto;
	float:left;
}
.Funtion-A-img img{
	display: block;
    width: 500px;
    height: 500px;
    transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.Funtion-A-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
	overflow: hidden;
}
.Funtion .Funtion-B{
	width: calc(100%*6/15);
    text-align: left;
	margin: 4% 3%;
}
.Funtion-list{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.Funtion-list-all {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2%;
}
.Funtion-list-1{
	display: block;
    width: 100%;
    height: 40px;
	margin: 0 auto;
	overflow: hidden;
}
.Funtion-list-1 img{
	display: block;
    width: 30px;
    height: 30px;
	float: left;
}
.Funtion-list-1 h1{
	display: block;
    width: 300px;
    height: 30px;
    color: #1e1e1e;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	float: left;
	padding-left: 2%;
}
.Funtion-list-p{
	width: 95%;
    height: auto;
    display: block;
    margin: 0% 0 4% 7%;
}
.Funtion-list-p p{
	display: block;
    width: 95%;
    height: auto;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 2px;
}
.Funtion-btn {
    display: block;
    width: 250px;
    height: 60px;
    margin: 0 0 0 7%;
}
.Funtion-AA2{
	display: block;
    width: 55%;
    height: 400px;
    float: left;
	margin: 5% 0 5% 0;
}
.Funtion-AA2 img {
	display: block;
    width: 580px;
    height: 360px;
	border-radius: 30px;
	margin: 0 0 0 5%;
}
.Funtion-AA3{
	display: block;
    width: 53%;
    height: 400px;
    float: left;
	margin: 7% 0 3% 0;
}
.Funtion-AA3 img {
	display: block;
    width: 580px;
    height: 360px;
	border-radius: 30px;
	margin: 0 0 0 5%;
}
.Funtion-BB2{
    display: block;
    width: 42%;
    height: 380px;
    float: left;
    margin: 2% 0 0 5%;
}
.Funtion-BB3{
    display: block;
    width: 42%;
    height: 400px;
    float: left;
    margin: 3% 0 0 2%;
}
.Funtion-BB4{
    display: block;
    width: 42%;
    height: 450px;
    float: left;
    margin: 7.5% 0 0 5%;
}
.Funtion .Funtion-B{
	width: calc(100%*6/15);
    text-align: left;
	margin: 4% 5%;
}
.Funtion-list{
	display: block;
    width: 100%;
    height: 80px;
	margin: 0 auto;
	padding-left: 0%;
}
.Funtion-list-A{
	display: block;
    width: 100%;
    height: 80px;
	margin: 0 auto;
}
.Funtion-list-all {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2%;
}
.Funtion-list-1{
	display: block;
    width: 100%;
    height: 40px;
	margin: 0 auto;
	overflow: hidden;
}
.Funtion-list-1 img{
	display: block;
    width: 30px;
    height: 30px;
	float: left;
}
.Funtion-list-1 h1{
	display: block;
    width: 300px;
    height: 30px;
    color: #1e1e1e;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	float: left;
	padding-left: 2%;
}
.Funtion-list-2{
	display: block;
    width: 100%;
    height: 40px;
	margin: 0 auto;
	overflow: hidden;
}
.Funtion-list-2 img{
	display: block;
    width: 30px;
    height: 30px;
	float: left;
}
.Funtion-list-2 h1{
	display: block;
    width: 300px;
    height: 30px;
    color: #1e1e1e;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	float: left;
	padding-left: 2%;
}
.Funtion-list-p{
	width: 95%;
    height: auto;
    display: block;
    margin: 0% 0 0 7%;
}
.Funtion-list-p p{
	display: block;
    width: 95%;
    height: auto;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 2px;
}
.Funtion-list-icon{
	display: block;
    width: 100%;
	margin: 0 0 0 5%;
	overflow: hidden;
}
.Funtion-list-icon img{
	display: block;
    width: 140px;
	float: left;
}
.Funtion-list-icon-3{
	display: block;
    width: 100%;
	margin: 0 0 0 5%;
	overflow: hidden;
}
.Funtion-list-icon-3 img{
	display: block;
    width: 100px;
	float: left;
}
.Funtion-list-icon-2{
	display: block;
    width: 95%;
	margin: 0 0 0 5%;
	overflow: hidden;
}
.Funtion-list-icon-2 img{
	display: block;
    width: 280px;
	height: 80px;
}
.Funtion-list-p{
	width: 95%;
    height: auto;
    display: block;
    margin: 0% 0 0 7%;
}
.Funtion-list-p p{
	display: block;
    width: 95%;
    height: auto;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 2px;
}
.Funtion-list-p2{
	width: 95%;
    height: auto;
    display: block;
    margin: 0% 0 0 7%;
}
.Funtion-list-p2 p{
	display: block;
    width: 95%;
    height: auto;
    color: #999999;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 2px;
}
#One-stop-solution {
    width: 100%;
    height:auto;
	overflow: hidden;
    background: #ffffff;
	padding-bottom: 3%;
}
.One-stop-slogan {
    width: 78%;
    height: 70px;
    margin: 0 auto;
    padding: 3% 0 1% 0;
}
.One-stop-slogan h1 {
    display: block;
    width: 90%;
    height: 70px;
    color: #333333;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.One-stop-all {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 2% 0 1% 0%;
}
.stop-A {
    display: block;
    width: 25%;
    height: 450px;
    float: left;
    margin: 3% 0% 0% 2.5%;
    border-radius: 20px;
    padding-bottom: 2%;
}
.stop-img-1{
	display: block;
    width: 40px;
    height: 40px;
	margin: 0 auto;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.stop-img-1 img{
	display: block;
    width: 40px;
    height: 40px;
	margin: 0 auto;
}
.stop-img-11{
	display: block;
    width: 300px;
    height: 260px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
}
.stop-img-11 img{
	display: block;
    width: 300px;
    height: 260px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
	border-radius: 20px;
}
.stop-img-11 img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
}
.stop-text{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.stop-text h1{
	display: block;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 23px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
	padding-top: 2%;
	letter-spacing: 1px;
}
.stop-text p{
	display: block;
    width: 80%;
    height: auto;
    color: #666666;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-top: 2%;
}
.stop-arrow{
	display: block;
    width: 3%;
    height:45px;
    float: left;
    margin: 16% 0 0 4%;
}
.stop-arrow img{
    display: block;
    width: 30px;
    height: 45px;
}
.One-stop-all-2 {
    width: 850px;
    height: auto;
    margin: 0 auto;
	overflow: hidden;
}
.stop-B {
    display: block;
    width: 37%;
    height: 450px;
    float: left;
    margin: 3% 0% 0% 3%;
    border-radius: 20px;
    padding-bottom: 2%;
}
.stop-arrow-2{
	display: block;
    width: 5%;
    height:45px;
    float: left;
    margin: 20% 0 0 4.5%;
}
.stop-arrow-2 img{
    display: block;
    width: 30px;
    height: 45px;
}v
.hr-solid-content-3 {
    color: #333333;
    border: 0;
    font-size: 25px;
    padding: 1em 0;
    position: relative;
    font-weight: normal;
}
.hr-solid-content-3::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 3ch;
    line-height: 1px;
    border: solid #d0d0d5;
    border-width: 0 99vw;
    width: fit-content;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
.hr-solid-content-4 {
    color: #333333;
    border: 0;
    font-size: 25px;
    padding: 1em 0;
    position: relative;
	font-weight: normal;
}
.hr-solid-content-4::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 3ch;
    line-height: 1px;
    border: solid #d0d0d5;
    border-width: 0 99vw;
    width: fit-content;
    /* for 不支持fit-content浏览器 */
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
#Self-service {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f7fa;
    padding-bottom: 3%;
}
.Self-service-container { 
	max-width: 1200px; 
	margin: 20px auto; 
	padding: 0 15px; 
}
.Self-service-slogan {
    width: 78%;
    height: 70px;
    margin: 0 auto;
    padding: 3% 0 1% 0;
}
.Self-service-slogan h1 {
    display: block;
    width: 90%;
    height: 70px;
    color: #333333;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
/* 圖片區域 [cite: 12] */
.product-All{
	max-width: 100%; 
	height: auto;
}
.product-image-1 { 
	display: block;
	float: left;
	width: 250px;
	height: 360px;
	margin: 0 2% 4% 2%;
}
.product-image-2 { 
	display: block;
    float: left;
    width: 300px;
    height: 360px;
    margin: 0 10% 4% 10%;
}
.product-image-2 img { 
	max-width: 100%; 
	height: auto; 
}
.product-image-3 { 
	display: block;
	float: left;
	width: 300px;
	height: 350px;
	margin: 0 0% 4% 5%;
}
.product-image-3 img { 
	max-width: 100%; 
	height: auto; 
}
/* 表格樣式  */
.spec-table { 
	width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
	background-color: #ffffff; 
}
.spec-table th, .spec-table td { 
	border: 1px solid #ddd; 
	padding: 30px; 
	text-align: center; 
}
.spec-table th { 
	background-color: #f4f4f4; 
	color: #000;
	font-size: 22px;
    letter-spacing: 2px;
}
.spec-table td a{
	color: #f25e00;
    text-decoration: none;
}
.spec-table td a:hover { 
	color: #333333; 
}
.row-label { 
	background-color: #fcfcfc; 
	font-weight: bold; 
	width: 25%; 
}
/* 按鈕樣式 [cite: 8] */

.btn-container { 
	text-align: center; 
	margin:5%;
}
.btn-quote { 
    display: inline-block;
    background-color: #003d7a;
    color: #fff;
    padding: 25px 50px;
    text-decoration: none;
    border-radius: 35px;
    font-weight: bold;
    transition: 0.3s;
    letter-spacing: 2px;
    font-size: 25px;
}
.btn-quote:hover { 
	background-color: #eb6100; 
}
#Use-Cases {
    width: 100%;
    height:auto;
	overflow: hidden;
    background: #ffffff;
	padding-bottom: 3%;
}
.Cases-slogan {
    width: 78%;
    height: 70px;
    margin: 0 auto;
    padding: 2% 0 1% 0;
}
.Cases-slogan h1 {
    display: block;
    width: 90%;
    height: 70px;
    color: #333333;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.Cases-all {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 2% 0 1% 0%;
}
.Cases-A {
    display: block;
    width: 45%;
    height: 450px;
    float: left;
    margin: 0% 0% 0% 2.5%;
    border-radius: 20px;
}
.Cases-img-11{
	display: block;
    width: 410px;
    height: 300px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	padding-top: 5%;
}
.Cases-img-11 img{
	display: block;
    width: 410px;
    height: 300px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
	border-radius: 20px;
}
.Cases-img-11 img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
}
.Cases-text{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.Cases-text h1{
	display: block;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 23px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
	padding-top: 2%;
	letter-spacing: 1px;
}
.Cases-text p{
	display: block;
    width: 80%;
    height: auto;
    color: #666666;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-top: 2%;
}
#match-product {
    width: 100%;
    height: 600px;
	overflow: hidden;
	/*background: #f5f7fa;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f7fa+99 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f5f7fa 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f7fa 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f5f7fa 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f7fa',GradientType=0 ); /* IE6-9 */

}
.match-product-all{
 	display: block;
    width: 1200px;
    height: 350px;
	margin: 0 auto;
}
.match-product-A{
	display: block;
    width: 560px;
    height: 350px;
    margin: 0 auto;
    float: left;
    padding: 0 0 0 2%;
}
.match-product-img{
	display: block;
    width: 260px;
    height: 260px;
	margin: 0 auto;
	float:left;
	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;
    width: 280px;
    height: 120px;
    float: left;
}
.match-product-text h1{
	display: block;
    width: 90%;
    height: 60px;
    color: #1e1e1e;
    font-size: 26px;
    line-height: 60px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 20% 0 0 8%;
    padding: 2% 0 0 0;
}
.match-product-text p{
	display: block;
    width: 85%;
    height: 100px;
    color: #1e1e1e;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    margin: 0% 0 2% 8%;
    letter-spacing: 2px;
}
.match-product-btn{
	display: block;
	width: 250px;
    height: auto;
    margin: 5% 0 0 10%;
}
.match-slogan {
    width: 850px;
    height: 120px;
    margin: 0 auto;
    padding: 4% 0 2% 0;
}
.match-slogan h1 {
    display: block;
    width: 100%;
    height: 60px;
    color: #1e1e1e;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}	
.match-slogan p {
    display: block;
    width: 100%;
    height: auto;
    color: #1e1e1e;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1px;
}

/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {
	
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}	
#Restaurant-Operations{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}

.Operations-1{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.Operations-slogan{
	width: 90%;
    height: 60px;
    margin: 0 auto;
    padding: 3% 0 1% 0;
}
.Operations-slogan h1{
	display: block;
    width: 90%;
    height: 60px;
    color: #333333;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.Operations-img {
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
}
.Operations-img img{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
}
.hr-solid-content-2 {
    color: #333333;
    border: 0;
    font-size: 14px;
    padding: 1em 0;
    position: relative;
	font-weight: normal;
}
.hr-solid-content-2::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 3ch;
    line-height: 1px;
    border: solid #d0d0d5;
    border-width: 0 99vw;
    width: fit-content;
    /* for 不支持fit-content浏览器 */
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
.hr-solid-content-3 {
    color: #333333;
    border: 0;
    font-size: 16px;
    padding: 1em 0 2em 0;
    position: relative;
	font-weight: normal;
}
.hr-solid-content-3::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 3ch;
    line-height: 1px;
    border: solid #d0d0d5;
    border-width: 0 99vw;
    width: fit-content;
    /* for 不支持fit-content浏览器 */
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
		
#Funtion-All{
	width: 100%;
    height: auto;
	overflow: hidden;
	background: #ffffff; 
}
.Funtion-White{
	display: block;
    width: 100%;
    background: #ffffff; 
}
.Funtion-Gray{
	display: block;
    width: 100%;
    background: #ffffff; 
}
.Funtion-1{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
	padding-bottom: 5%;
}

.Funtion-11{
	display: block;
    width: 100%;
	height: auto;
	margin: 0 auto;
}
.Funtion-2{
	display: block;
    width: 100%;
	height: auto;
	margin: 0 auto;
}
.Funtion-3{
	display: block;
    width: 100%;
	height: auto;
	margin: 0 auto;
}	
.Funtion-slogan{
	width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5.5% 0 1% 0;
}
.Funtion-slogan h1{
	display: block;
    width: 100%;
    height: 60px;
    color: #333333;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.Funtion-1200{
	width:100%;
}
.Delivery{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.Delivery-1{
	display: block;
    width: 100%;
    height: 280px;
    float: none;
	margin: 0 auto;
}
.Delivery-img {
	display: block;
    width: 210px;
    height: 210px;
	margin: 0 auto;
}
.Delivery-img img{
	display: block;
    width: 210px;
    height: 210px;
	margin: 0 auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.Delivery-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.Delivery-1 h3{
	display: block;
    width: 100%;
    height: 50px;
    color: #1e1e1e;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-left: 2%;
}
.Teamwork{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.Teamwork-1{
	display: block;
    width: 100%;
    height: 300px;
    float: none;
	margin: 0 auto;
}
.Teamwork-img {
	display: block;
    width: 165px;
    height: 165px;
	margin: 0 auto;
}
.Teamwork-img img{
	display: block;
    width: 165px;
    height: 165px;
	margin: 0 auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.Teamwork-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.Teamwork-1 h3{
	display: block;
    width: 100%;
    height: 50px;
    color: #1e1e1e;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-left: 2%;
}
.Teamwork-1 p {
    display: block;
    width: 85%;
    height: auto;
    color: #666666;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}	
.Funtion .content {
    display: block;
    align-items: center;
	flex-direction: column;
    padding: 0;
}
.Funtion:nth-of-type(even) .content {
    flex-direction:row;
}
.Funtion-AA2 {
    display: block;
    width: 96%;
    height: auto;
    float: none;
    margin: 5% 2% 0 2%;
}
.Funtion-AA2 img {
	display: block;
    width: 95%;
    height: auto;
	border-radius: 30px;
	margin: 0 auto;
}	
.Funtion-BB2 {
    display: block;
    width: 90%;
    height: auto;
    float: none;
    margin: 5%;
}
.Funtion-AA3 {
    display: block;
    width: 100%;
    height: auto;
    float: none;
}
.Funtion-AA3 img {
	display: block;
    width: 90%;
    height: auto;
	border-radius: 30px;
	margin: 0 auto;
}	
.Funtion-BB3 {
    display: block;
    width: 90%;
    height: auto;
    float: none;
	margin: 8% 5% 0 5%;
}
.Funtion-BB4 {
    display: block;
    width: 90%;
    height: auto;
    float: none;
    margin: 8% 5% 0 5%;
}	
.Funtion .Funtion-A{
	display: block;
    width: 100%;
    height: auto;
	margin: 5% 0 0 0;
}
.Funtion-A-img{
	display: block;
    width: 500px;
    height: 500px;
	margin: 0 auto;
	float:left;
}
.Funtion-A-img img{
	display: block;
    width: 500px;
    height: 500px;
    transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.Funtion-A-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
	overflow: hidden;
}
.Funtion .Funtion-B{
	width: 90%;
    height: auto;
    margin: 4% 5% 4% 5%;
}
.Funtion-list{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
	padding-left: 0%;
}
.Funtion-list-1{
	display: block;
    width: 100%;
    height: 30px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 2%;
}
.Funtion-list-A{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
	padding-left: 0%;
}
.Funtion-list-2{
	display: block;
    width: 100%;
    height: 30px;
	margin: 0 auto;
	overflow: hidden;
}	
.Funtion-list-1 img{
	display: block;
    width: 30px;
    height: 30px;
	float: left;
}
.Funtion-list-1 h1{
	display: block;
    width: 60%;
    height: 30px;
    color: #1e1e1e;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
    float: left;
    padding-left: 2%;
}
.Funtion-list-2 h1{
	display: block;
    width: 80%;
    height: 30px;
    color: #1e1e1e;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	float: left;
	padding-left: 2%;
}	
.Funtion-list-p{
	width: 85%;
    height: auto;
    display: block;
    margin: 0% 0 2% 11%;
}
.Funtion-list-p p{
	display: block;
    width: 100%;
    height: auto;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
    letter-spacing: 2px;
}
.Funtion-list-p2{
	width: 85%;
    height: auto;
    display: block;
    margin: 0% 0 2% 11%;
}
.Funtion-list-p2 p{
	display: block;
    width: 100%;
    height: auto;
    color: #999999;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
    letter-spacing: 2px;
}
#One-stop-solution {
    width: 100%;
    height:auto;
	overflow: hidden;
    background: #ffffff;
	padding-bottom: 3%;
}
.One-stop-slogan {
    width: 78%;
    height: auto;
    margin: 0 auto;
    padding: 6% 0 5% 0;
}
.One-stop-slogan h1 {
    display: block;
    width: 90%;
    height: auto;
    color: #333333;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.One-stop-all {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2% 0 1% 0%;
}
.stop-A {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    border-radius: 20px;
    padding-bottom: 5%;
}
.stop-img-1{
	display: block;
    width: 40px;
    height: 40px;
	margin: 0 auto;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.stop-img-1 img{
	display: block;
    width: 40px;
    height: 40px;
	margin: 0 auto;
}
.stop-img-11{
	display: block;
    width: 300px;
    height: auto;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	padding-top: 5%;
}
.stop-img-11 img{
	display: block;
    width: 300px;
    height: 260px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
	border-radius: 20px;
}
.stop-img-11 img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
}
.stop-text{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.stop-text h1{
	display: block;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
	padding-top: 2%;
	letter-spacing: 1px;
}
.stop-text p{
	display: block;
    width: 80%;
    height: auto;
    color: #666666;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-top: 2%;
}
.stop-arrow{
	display:none;
}
.stop-arrow img{
    display: block;
    width: 30px;
    height: 45px;
}
.One-stop-all-2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
	overflow: hidden;
}
.stop-B {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    border-radius: 20px;
    padding-bottom: 5%;
}
.stop-arrow-2{
	display: none;
}
.stop-arrow-2 img{
    display: block;
    width: 30px;
    height: 45px;
}
#Self-service {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding-bottom: 3%;
}
.Self-service-container { 
	max-width: 100%; 
	margin: 20px auto; 
	padding: 0 15px; 
}
.product-image-1 {
    display: none;
}
.product-image-2 {
    display: block;
    float: none;
    width: 300px;
    height: 360px;
    margin: 0 10% 4% 10%;
}
.product-image-3 {
    display: block;
    float: none;
    width: 300px;
    height: 350px;
    margin: 0 10% 4% 10%;
}	
.Self-service-slogan {
    width: 78%;
    height: 70px;
    margin: 0 auto;
    padding: 3% 0 1% 0;
}
.Self-service-slogan h1 {
    display: block;
    width: 90%;
    height: 70px;
    color: #333333;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.spec-table th, .spec-table td {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
}	
#Use-Cases {
    width: 100%;
    height:auto;
	overflow: hidden;
    background: #f5f7fa;
	padding-bottom: 3%;
}
.Cases-slogan {
    width: 78%;
    height: 70px;
    margin: 0 auto;
    padding: 2% 0 1% 0;
}
.Cases-slogan h1 {
    display: block;
    width: 90%;
    height: 70px;
    color: #333333;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.Cases-all {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2% 0 1% 0%;
}
.Cases-A {
    display: block;
    width: 95%;
    height: auto;
    float: none;
    margin: 1.5% 0% 0% 2.5%;
    border-radius: 20px;
    padding-bottom: 2%;
}
.Cases-img-11{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	padding-top: 5%;
}
.Cases-img-11 img{
	display: block;
    width: 100%;
    height: auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
	border-radius: 20px;
}
.Cases-img-11 img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
}
.Cases-text{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.Cases-text h1{
	display: block;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 23px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
	padding-top: 2%;
	letter-spacing: 1px;
}
.Cases-text p{
	display: block;
    width: 80%;
    height: auto;
    color: #666666;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-top: 2%;
}	
#match-product {
    width: 100%;
    height: auto;
	overflow: hidden;
	background-color: #f5f7fa;
}
.match-product-all{
 	display: block;
    width: 100%;
    height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.match-product-A{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
	float: left;
	padding: 5% 0 5% 0%;
}
.match-product-img{
	display: block;
    width: 60%;
    height: auto;
	margin: 0 auto;
	float:none;
	overflow: hidden;
	border-radius: 50%;
    border: 6px #ffffff solid;
}
.match-product-img img{
	display: block;
    width: 100%;
    height: auto;
	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;
    width: 90%;
    height: auto;
    float: none;
    margin: 0 auto;
	padding-bottom: 6%;
}
.match-product-text h1{
	display: block;
    width: 80%;
    height: auto;
    color: #1e1e1e;
    font-size: 30px;
    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: 95%;
    height: auto;
    color: #1e1e1e;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
	padding: 2% 0 0 0%;
}
.match-product-btn{
	display: block;
	width: 100%;
    height: auto;
    margin: 5% 0 0 0%;
}
.match-slogan {
    width: 78%;
    height: 120px;
    margin: 0 auto;
    padding: 4% 0 1% 0;
}
.match-slogan h1 {
    display: block;
    width: 90%;
    height: 60px;
    color: #1e1e1e;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.match-slogan p {
    display: block;
    width: 100%;
    height: auto;
    color: #1e1e1e;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1px;
}		
}
/* --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 旋轉後 文字不要放大 */
}
	
#Restaurant-Operations{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}

.Operations-1{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.Operations-slogan{
	width: 70%;
    height: 100px;
    margin: 0 auto;
    padding: 3% 0 1% 0;
}
.Operations-slogan h1{
	display: block;
    width: 90%;
    height: 60px;
    color: #333333;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.Operations-img {
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
	padding-bottom: 5%;
}
.Operations-img img{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
}	
.Funtion-White{
	display: block;
    width: 100%;
    background: #ffffff; 
}
.Funtion-Gray{
	display: block;
    width: 100%;
    background: #f5f7fa; 
}
.Funtion-1{
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
	padding-bottom: 3%;
}
.Funtion-11{
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
	padding-bottom: 3%;
}
.Funtion-2{
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
	padding-bottom: 3%;
}
.Funtion-3{
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
	padding-bottom: 3%;
}	
.Funtion-slogan{
	width: 78%;
    height: 50px;
    margin: 0 auto;
    padding: 3% 0 7% 0;
}
.Funtion-slogan h1{
	display: block;
    width: 90%;
    height: 60px;
    color: #333333;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.hr-solid-content-2 {
    color: #333333;
    border: 0;
    font-size: 22px;
    padding: 1em 0;
    position: relative;
	font-weight: normal;
}
.hr-solid-content-2::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 3ch;
    line-height: 1px;
    border: solid #d0d0d5;
    border-width: 0 99vw;
    width: fit-content;
    /* for 不支持fit-content浏览器 */
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
.Funtion-1200{
	width:100%;
}
.Delivery{
	display: block;
    width: 95%;
	margin: 0 auto;
}
.Delivery-1{
	display: block;
    width: 28%;
    height: auto;
    float: left;
	margin: 5% 0 5% 5%;
}
.Delivery-img {
	display: block;
    width: 210px;
    height: 210px;
	margin: 0 auto;
}
.Delivery-img img{
	display: block;
    width: 210px;
    height: 210px;
	margin: 0 auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.Delivery-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.Delivery-1 h3{
	display: block;
    width: 100%;
    height: 50px;
    color: #1e1e1e;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-left: 2%;
}	
.Funtion .content {
    display: flex;
    align-items: center;
}
.Funtion:nth-of-type(even) .content {
    flex-direction: row-reverse;
}
.Funtion-AA{
	display: block;
    width: 50%;
    height: auto;
    float: left;
	margin: 5% 0 0 2%;
}
.Funtion-AA2{
	display: block;
    width: 50%;
    height: auto;
    float: left;
    margin: 4% 3% 5% 0;
}
.Funtion-AA2 img {
	display: block;
    width: 100%;
    height: auto;
	border-radius: 30px;
	margin: 0 auto;
}
.Funtion-AA3{
	display: block;
    width: 45%;
    height: auto;
    float: left;
    margin: 4% 0% 5% 3%;
}
.Funtion-AA3 img {
	display: block;
    width: 100%;
    height: auto;
	border-radius: 30px;
	margin: 0 auto;
}
.Funtion .Funtion-A{
	width: calc(100%*8/12);
    text-align: left;
	margin: 2% 3%;
}
.Funtion-A-img{
	display: block;
    width: 500px;
    height: 500px;
	margin: 0 auto;
	float:left;
}
.Funtion-A-img img{
	display: block;
    width: 500px;
    height: 500px;
    transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.Funtion-A-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
	overflow: hidden;
}
.Funtion-BB{
    display: block;
    width: 40%;
    height: auto;
    float: left;
    margin: 4% 0 0% 3%;
}
.Funtion-BB2{
    display: block;
    width: 43%;
    height: auto;
    float: left;
    margin: 3% 2% 0 3%;
}
.Funtion-BB3{
    display: block;
    width: 40%;
    height: auto;
    float: left;
    margin: 5% 0 0 5.5%;
}
.Funtion-BB4 {
    display: block;
    width: 45%;
    height: auto;
    float: left;
    margin: 3% 0 0 2%;
}	
.Funtion .Funtion-B{
	width: calc(100%*6/15);
    text-align: left;
	margin: 4% 3%;
}
.Funtion-list{
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 3%;
}
.Funtion-list-all {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2%;
}
.Funtion-list-1{
	display: block;
    width: 100%;
    height: 30px;
	margin: 0 auto;
	overflow: hidden;
}
.Funtion-list-1 img{
	display: block;
    width: 30px;
    height: 30px;
	float: left;
}
.Funtion-list-1 h1{
	display: block;
    width: 60%;
    height: 30px;
    color: #1e1e1e;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	float: left;
	padding-left: 2%;
}
.Funtion-list-p{
	width: 90%;
    height: auto;
    display: block;
    margin: 0% 0 3% 7%;
}
.Funtion-list-p p{
	display: block;
    width: 100%;
    height: auto;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 2px;
}
.Funtion-list-A {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.Funtion-list-2 h1{
	display: block;
    width: 60%;
    height: 30px;
    color: #1e1e1e;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	float: left;
	padding-left: 2%;
}	
.Funtion-list-p2{
	width: 85%;
    height: auto;
    display: block;
    margin: 0% 0 2% 9%;
}
.Funtion-list-p2 p{
	display: block;
    width: 100%;
    height: auto;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
    letter-spacing: 2px;
}
#One-stop-solution {
    width: 100%;
    height:auto;
	overflow: hidden;
    background: #f5f7fa;
	padding-bottom: 3%;
}
.One-stop-slogan {
    width: 78%;
    height: 70px;
    margin: 0 auto;
    padding: 2% 0 1% 0;
}
.One-stop-slogan h1 {
    display: block;
    width: 90%;
    height: 70px;
    color: #333333;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.One-stop-all {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2% 0 1% 0%;
}
.stop-A {
    display: block;
    width: 30%;
    height: auto;
    float: left;
    margin: 3% 0% 0% 2.5%;
    border-radius: 20px;
    padding-bottom: 2%;
}
.stop-img-1{
	display: block;
    width: 40px;
    height: 40px;
	margin: 0 auto;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.stop-img-1 img{
	display: block;
    width: 40px;
    height: 40px;
	margin: 0 auto;
}
.stop-img-11{
	display: block;
    width: 231px;
    height: auto;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	padding-top: 5%;
}
.stop-img-11 img{
	display: block;
    width: 231px;
    height: 200px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
	border-radius: 20px;
}
.stop-img-11 img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
}
.stop-text{
	display: block;
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.stop-text h1{
	display: block;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
	padding-top: 2%;
	letter-spacing: 1px;
}
.stop-text p{
	display: block;
    width: 80%;
    height: auto;
    color: #666666;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-top: 2%;
}
.stop-arrow{
	display: none;
}
.stop-arrow img{
    display: block;
    width: 30px;
    height: 45px;
}
.One-stop-all-2 {
    width: 700px;
    height: auto;
    margin: 0 auto;
	overflow: hidden;
}
.stop-B {
    display: block;
    width: 45%;
    height: 450px;
    float: left;
    margin: 3% 0% 0% 3%;
    border-radius: 20px;
    padding-bottom: 2%;
}
.stop-arrow-2{
	display: none;
}
.stop-arrow-2 img{
    display: block;
    width: 30px;
    height: 45px;
}
#Use-Cases {
    width: 100%;
    height:auto;
	overflow: hidden;
    background: #f5f7fa;
	padding-bottom: 3%;
}
.Cases-slogan {
    width: 78%;
    height: 90px;
    margin: 0 auto;
    padding: 2% 0 1% 0;
}
.Cases-slogan h1 {
    display: block;
    width: 90%;
    height: 70px;
    color: #333333;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.Cases-all {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2% 0 1% 0%;
}
.Cases-A {
    display: block;
    width: 45%;
    height: 450px;
    float: left;
    margin: 0% 0% 0% 2.5%;
    border-radius: 20px;
}
.Cases-img-11{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	padding-top: 5%;
}
.Cases-img-11 img{
	display: block;
    width: 100%;
    height: auto;;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
	border-radius: 20px;
}
.Cases-img-11 img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
}
.Cases-text{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.Cases-text h1{
	display: block;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 23px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
	padding-top: 2%;
	letter-spacing: 1px;
}
.Cases-text p{
	display: block;
    width: 80%;
    height: auto;
    color: #666666;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-top: 2%;
}	
#match-product {
    width: 100%;
    height: auto;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+6,f2f5f7+44,f2f5f7+82,eaf3f9+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 6%, #f2f5f7 44%, #f2f5f7 82%, #eaf3f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 6%,#f2f5f7 44%,#f2f5f7 82%,#eaf3f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 6%,#f2f5f7 44%,#f2f5f7 82%,#eaf3f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf3f9',GradientType=0 ); /* IE6-9 */
}
.match-product-all{
 	display: block;
    width: 85%;
    height: auto;
	margin: 0 auto;
}
.match-slogan {
    width: 850px;
    height: 150px;
    margin: 0 auto;
    padding: 4% 0 2% 0;
}
.match-slogan h1 {
    display: block;
    width: 100%;
    height: 60px;
    color: #1e1e1e;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}	
.match-product-A{
	display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
    float: left;
    padding: 0;
}
.match-product-img{
	display: block;
    width: 300px;
    height: 300px;
	margin: 0 auto;
	float:none;
	overflow: hidden;
	border-radius: 50%;
    border: 6px #ffffff solid;
}
.match-product-img img{
	display: block;
    width: 300px;
    height: 300px;
	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;
    width: 90%;
    height: auto;
    float: none;
    margin: 0 auto;
}
.match-product-text h1{
	display: block;
    width: 90%;
    height: 60px;
    color: #1e1e1e;
    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: 100%;
    height: 80px;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 2% 0 6% 0%;
    letter-spacing: 2px;
}
.match-product-btn{
	display: block;
    width: 160px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 8%;
}
}