@charset "utf-8";
/* CSS Document */
@import url("/css/font-awesome.css");
@import url("/css/animate.css");
@import url("/css/hover.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html, body {
  width: 100%;
  height: auto;
  overflow-X: hidden;
}
body {
  font-size: 100%;
}
.ver_phone,.hide {
  display: none;
}

.food_wrap {
  font-family: Noto Sans TC;
}
.food_wrap section.part1 {
  background-image: url("/images/solution/food/2021/header-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 450px;
  text-align: center;
}
.header_wrap {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  text-align: left;
  margin: 0 auto !important;
}
.header_text {
  width: 35%;
  display: inline-block;
  color: #ff8d00;
  text-align: center;
  vertical-align: top;
  margin-top: 140px;
  position: relative;
  z-index: 99;
}
.header_title {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 3px;
}

.header_sectitle {
    font-size: 20px;
    font-weight: 400;
    color: #606060;
    max-width: 420px;
    margin: 0 auto;
    letter-spacing: 2px;
    margin-top: 24px;
    line-height: 1.6;
}
.header_img {
    width: 63%;
    height: 430px;
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: -110px;
}
.header_img * {
  display: inline-block;
  position: absolute;
}
img.header_img01 {
  left: -30px;
  bottom: 0;
  z-index: 2;
}
img.header_img02 {
  top: 30px;
  left: 140px;
  z-index: 1;
}
img.header_img03 {
  z-index: 2;
  left: 280px;
  bottom: -15px;
}
img.header_img04 {
  left: 465px;
  top: 20px;
}
section.part2 {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 60px 0 0;
}
section.part2 .main_title {
  font-size: 28px;
  color: #545454;
  font-weight: 600;
  letter-spacing: 2px;
}
section.part2 .main_title span {
  color: #16a6fb;
  margin-left: 20px;
}
section.part2 .img_wrap {
  max-width: 1060px;
  margin: 35px auto 20px;
}
.point-word {
  background-color: #eeeeee;
  color: #424242;
  padding: 40px 30px 20px;
  margin-top: -30px;
  text-align: left;
  border-radius: 10px;
  line-height: 1.6;
  letter-spacing: 3px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
section.part2 .img_wrap * {
  display: inline-block;
}
section.part2 .img_wrap img {
  position: relative;
  z-index: 3;
}
section.part2 img.part2_arrow {
  margin: 0 auto;
}
.part2_swipe {
  margin-top: -30px;
  background-color: #e4f9ff;
  background-image: url(/images/solution/food/2021/slide-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-position-y: 65px;
  padding: 60px 0 30px;
}
.slide_text_wrap .slide_title {
  max-width: 440px;
  margin-left: 25px;
}
.part2_slide03 .slide_img {
  margin-top: 50px;
}
.slide_img {
  display: inline-block;
  width: 100%;
  max-width: 638px;
  margin: 0 auto;
  text-align: center;
}
.slide_img img {
  display: inline-block;
  width: 100%;
}
.slide_text_wrap {
  display: inline-block;
  vertical-align: top;
  padding-top: 15px;
  max-width: 360px;
  margin: 0 30px;
}
.slide_title {
  font-size: 30px;
  font-weight: bold;
  color: #5c5c5c;
  height: 90px;
}
.slide_title img {
  display: inline-block;
  margin-right: 20px;
}
.slide-sectitle {
  background-color: #16a6fb;
  border-radius: 50px;
  color: #fff;
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
.slide_des {
  font-size: 18px;
  max-width: 470px;
  text-align: left;
  letter-spacing: 1px;
}
.slide_des p {
  padding: 10px 0;
  line-height: 1.5;
}
img.part2_ec {
  margin-left: -10px;
}
.part2_slide02 #arrowAnim {
  vertical-align: top;
  margin-top: 73px;
}
.header_link a {
  display: inline-block;
  color: #fff;
  background-color: #ff8d00;
  border: 1px solid #ff8d00;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 5px;
  margin-top: 30px;
  text-decoration: none;
  letter-spacing: 2px;
  transition: .5s;
}
.header_link a:hover {
  background-color: rgb(255 255 255 / 50%);
  color: #f09103;
  border: 1px solid;
  transition: .3s;
}
.svg-title {
  margin-right: auto;
  margin-left: auto;
  max-width: 420px;
}
.svg-title svg {
  width: 100%;
  height: 100%;
  stroke-width: 1;
}
svg, path {
  transition: fill .4s ease;
}
.svg-title svg:not(#fox):not(#giraffe) {
  fill-opacity: 0; /*最初は透過0で見えない状態*/
  transition: fill-opacity .5s; /*カラーがつく際のアニメーション0.5秒で変化*/
  fill: none; /*塗りがない状態*/
  stroke: #f09103;
}
.fill svg:not(#fox):not(#giraffe) {
  fill: #f09103;
  fill-opacity: 1; /*透過1で見える状態*/
  stroke: none; /*線の色なし*/
}
#append-fox:not(.fill) #fox path, #append-giraffe:not(.fill) #giraffe path {
  fill: #f09103;
}
.orange-bar {
  background-color: #ffac31;
  height: 60px;
}
.feature-block {
  max-width: 1200px;
  margin: 0 auto !important;
}
.feature {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 55px;
  letter-spacing: 2px;
}
.feature i {
  margin-right: 10px;
}
.swiper {
  width: 100%;
  max-width: 1160px;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.swiper-slide {
  max-height: 540px;
  overflow: hidden;
}
.part2_slide01, .part2_slide02, .part2_slide03 {
  max-width: 1140px;
  margin: 80px auto 0 !important;
  background-color: #fff;
  border: 3px solid #16a6fb;
  border-radius: 15px;
  padding: 50px 0;
  height: 420px;
}
.swiper-pagination {
  position: absolute !important;
  top: 15px !important;
  left: -33px !important;
  right: 0 !important;
  bottom: 0 !important;
  max-width: 1048px !important;
  width: 100% !important;
  height: 50px;
  margin: 0px auto !important;
}
.swiper-pagination-bullet {
  margin: 0 60px !important;
  text-align: right;
  width: 160px !important;
  height: 50px !important;
  font-size: 26px;
  letter-spacing: 5px;
  font-weight: bold;
  color: #7d7d7d;
  border-radius: 0 !important;
  height: auto !important;
  opacity: 1 !important;
  background: none !important;
}
.swiper-pagination-bullet-active {
  color: #16a6fb;
  font-weight: bold;
  border-radius: 0 !important;
}
.swiper-pagination-bullet-active:before {
  content: '\f046';
  font-family: 'FontAwesome';
  margin-right: 5px;
}
section.part3 {
    position: relative;
    overflow: hidden;
}
.part3 .block_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 ;
  text-align: center;
  position: relative;
}
.part3_block {
  width: 49%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.block_storage {}
.part3 .block_title {
  font-size: 34px;
  font-weight: 600;
  color: #4d4d4d;
  display: inline-block;
  margin-bottom: 20px;
}
.block_center {
  max-width: 500px;
  width: 100%;
  height: 165px;
  text-align: left;
  margin: 30px auto !important;
  padding: 20px 0;
  border: 3px solid #16a6fb;    border-radius: 10px;
}
.block_content p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 60px;
  padding-left: 25px;
}
.block_content a:before {
  content: '\f10c';
  font-family: fontawesome;
  margin-right: 5px;
  color: #16a6fb;
}
.part3_block a:hover::before {
  content: '\f058';
}
.block_content {
  position: relative;
}
.block_center a {
  color: #16a6fb;
  font-size: 18px;
  white-space: nowrap;
  transition: .3s;
}
.block_center a:hover {
  text-decoration: none;
  font-size: 19px;
  transition: .3s;
}
.block_money .block_center {
  border: 3px solid #ff8d00;
}
.block_money .block_content a {
  color: #ff8d00;
}
.block_money .block_content p:before {
  color: #ff8d00;
}
.block_money .block_content a:before {
  color: #ff8d00;
}
.click-hint {
  display: inline-block;
  position: absolute;
  background-color: #fff;
  padding: 0 60px;
  left: 0;
  font-size: 18px;
  color: #16a6fb;
  right: 0;
  margin: 0 auto;
  width: 200px;
  top: -7px;
  letter-spacing: 2px;
}
.block_money .click-hint {
  color: #ff8d00;
}
.article-img img {
  display: inline-block;
}


.solution_link {
    color: #ef9507;
    margin-left: 20px;
}
a.solution_link:hover {
    color: #da8805;
}
a.solution_link i {
    margin-left: 5px;
}


.client {
    background-image: url("/images/solution/food/2021/case01.png?2021");
    background-repeat: no-repeat;
    width: 315px;
    height: 550px;
    margin: 0 50px 65px;
    text-align: left;
    padding-left: 30px;
    padding-top: 350px;
}

.cl02{background-image: url(/images/solution/food/2021/case02.png?2021);}
.cl03{background-image: url(/images/solution/food/2021/case03.png?2021);}


.indus {
    background-color: #ef9507;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 16px;
    letter-spacing: 1px;
}


.client-text {
    color: #575757;
    font-size: 16px;
    padding: 0 40px 15px 20px;
    letter-spacing: 0px;
    margin-top: 15px;
    line-height: 1.5;
}

.register-bg {
    background: #16a6fb;
    padding: 10px 0;
}

.register-wrap {
    width: 100%;
    max-width: 1200px;
    /* text-align: center; */
    margin: 20px auto;
    position: relative;
    background: #1082c5;
    border-radius: 20px;
}
input#user, input[type="password"], input#DAA009, input#M5Code {
  color: #495057;
  border-radius: 10px;
  border: 2px solid #dedede;
  height: 46px;
  font-size: 18px;
  max-width: 190px;
  font-family: 'Noto Sans TC';
  padding-left: 10px;
  display: inline-block;
  background: #fff;
  margin: 0px 2px;
}
.login .more-btn {
    border-radius: 10px;
    border: none;
    padding: 0px 40px;
    height: 46px;
    font-size: 20px;
    letter-spacing: 4px;
    font-family: 'Noto Sans TC';
    background-color: #0e5985;
    color: #fff;
    white-space: nowrap;
}
.register-block {
  /*    margin-left: 70px;*/
  /*    text-align: center;*/
  display: flex;
  position: relative;
  padding: 20px 15px 35px;
}
.register-block .buy-block-top {
  right: unset;
  left: 10px;
}
h3.register-title {
  display: none;
}
section.register .title {
  color: #304287;
  font-size: 40px;
  font-weight: bold;
}
section.register a#sendCodeBtn:hover, input#submitBtn:hover, .btn-2020.more-btn:hover {
    background-color: #0b4567 !important;
    cursor: pointer;
}
section.register a#sendCodeBtn, input#submitBtn {
  background-color: #e79489 !important;
  color: #ffffff !important;
  line-height: 1.7;
  border: 0 !important;
  text-decoration: none;
  box-shadow: none;
  font-weight: bold;
  border-radius: 10px !important;
}
section.register a.fancybox.btn.btnType1 {
    border: 0;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
    box-shadow: unset;
    border-radius: 0 !important;
    text-decoration: none;
    background: unset;
}
input#DAA009 {
  max-width: 245px;
}
a#sendCodeBtn {
  margin-left: 10px;
  vertical-align: top;
  font-size: 20px;
}
.code {
  margin-top: 10px;
}
input#M5Code {
  width: 230px !important;
  margin-right: 15px;
}
input#submitBtn {
  width: calc(100% - 288px) !important;
}
input:-internal-autofill-selected {
  background-color: #fff !important;
  color: #3e8edd !important;
  font-family: '微軟正黑體';
  font-weight: bold;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  /*    -webkit-text-fill-color: #495057;*/
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
input#DAA009::-webkit-input-placeholder {
  color: #999 !important;

}	

.product-name {
  position: relative;
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 5px;
  text-align: left;
}
section.register {
  border-radius: 10px;
  width: 100%;
  min-height: 293px;
  display: inline-flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 20px;
}
.rg-img {
  margin-right: 30px;
}
.register-block .buy-block-img {
  right: 100px;
}
.rg-title {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.1;
    background-color: #1174ad;
    padding: 15px;
    border-radius: 5px;
    width: 490px;
}
.rg-title i {
  margin-right: 10px;
}
/*
.register-block .rg-title {
  background-color: #298fa2;
}
*/
.yellow-text {
  color: #fff8a8;
  font-weight: 400;
}
.f-mid {
  font-size: 30px;
}
.f-azure {
  color: #225398;
}
.buy-block-top {
  position: absolute;
  top: -110px;
  right: 10px;
}
.buy-block {
  padding: 20px 15px 35px;
  border-radius: 10px;
  position: relative;
  margin-top: 20px;
}
.buy-block-img {
  position: absolute;
  top: -147px;
}
.login-title {
  padding: 0 5px 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
.login-title i {
    font-size: 30px;
    margin: -6px 10px 0;
    transform: scaleX(1.3);
    color: #fff;
}
.login-title p {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
}
a.forgot {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 2px;
  margin-top: 10px;
  padding-left: 5px;
}
section.register a#sendCodeBtn, section.register input#submitBtn {
    background-color: #0e5985 !important;
}
section.register a#sendCodeBtn:hover, section.register input#submitBtn:hover {
    background-color: #0b4567 !important;
}


@media screen and (max-width: 1024px) {
  .header_img {
    zoom: .9;
  }
  .food_wrap section.part1 {
    height: 420px;
  }
  .header_text {
    width: 28%;
    margin-left: 25px;
    margin-top: 100px;
  }
  .slide_img {
    max-width: 540px;
  }
  .block_center {
    height: auto;
    text-align: center;
  }
  .feature {
    font-size: 20px;
  }
    .rg-title {
    width: unset;
  }
  a#sendCodeBtn {
    width: unset !important;
  }

  .register-block {
    /* margin-left: 30px; */
    width: 530px;
}
}
@media screen and (max-width: 991px) {
  .food_wrap section.part1 {
    background-image: url(/images/solution/food/2021/header-bg-phone.jpg);
    height: auto;
  }
  .header_sectitle {
    max-width: unset;
  }
  .header_text {
    width: 50%;
    margin: 40px 0 30px !important;
  }
  .header_img {
    width: 100%;
    max-width: 715px;    margin-left: auto;
  }
  section.part2 .main_title span {
    display: block;
    line-height: 1.8;
    margin: 0;
  }
  .point-word br {
    display: none !important;
  }
  .swiper-pagination-bullet {
    margin: 0 30px !important;
  }
  .part3 .block_wrap {
    padding: 0;
  }
  .part3_block {
    width: 100%;
    margin: 4% 2% 0;
  }
  .block_center {
    padding-top: 20px;
  }
  .part3 .block_title {
    display: block;
    margin: 0 auto;
  }
  .block_content p {
    line-height: 40px;
  }
  .block_wrap:after {
    margin: 97% auto;
  }

  .circle_wrap {
    display: none;
  }
  .swiper {
    height: auto;
  }
  .slide_text_wrap .slide_title {
    display: none;
  }
  .slide_des {
    display: inline-block;
    max-width: 500px;
    text-align: center;
  }
  .slide-sectitle {
    display: inline-block;
    padding: 0 30px;
  }
  .part2_slide01, .part2_slide02, .part2_slide03 {
    height: auto;
    padding: 20px 0;
    text-align: center;
    background-color: unset;
    border: none;
  }
  
    


    
}
@media screen and (max-width: 767px) {
  .header_text {
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .point-word {
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 16px;
  }
	.feature {
    font-size: 16px;
    /* line-height: 1.6; */
    /* text-align: right; */
    padding: 0 !important;
    /* max-width: 120px !important; */
}
  .slide_img {
    width: 100%;
  }
  .slide_text_wrap {
    width: 100%;
    max-width: unset;
    text-align: center;
    margin: 0 auto;
  }
  .text_wrap {
    line-height: 1.8;
    margin-top: 9%;
  }
  .text_wrap p {
    display: block;
  }
  .block_wrap:after {
    margin: 104% auto;
  }
  .register-wrap {
    width: 90%;
  }
  .buy-block {
    width: 100%;
  }
  .register-block {
    width: 100%;
    margin: 0;
  }
  input#submitBtn {
    max-width: 190px;
  }
}
@media screen and (max-width: 576px) {
	.show-xs{display:inline-block;}
  section.part1 {
    overflow: hidden;
  }
  .header_text {
    width: 100%;
    margin: 45px auto 0;
    padding: 0;
  }
  .header_sectitle {
    font-size: 20px;
    margin: 20px 15px;
  }
  .header_title {
    display: inline-block;
    padding-left: 10px;
  }
  img.header_img01 {
    left: -40px;
  }
  img.header_img02 {
	  display: none;
/*
    left: 135px;
    top: 92px;
*/
  }
  img.header_img03 {
    right: 5px;
    left: unset;
    top: 123px;
    z-index: 1;
}
  img.header_img04 {
    left: 60px;
  }
  .point-block {
    max-width: 350px;
    margin: 0 auto;
  }
  .point-word {
    padding: 40px 10px 20px;
    text-align: center;
    letter-spacing: 1px;
    width: 350px;
  }
  .feature {
    /* max-width: 100px !important; */
    font-size: 15px;
    letter-spacing: 1px;
}
	.feature i {
    margin-right: 2px;
}
  .swiper-pagination {
    left: 0 !important;
  }
  section.part2 .img_wrap {
    margin: 20px auto;
  }
  section.part2 .main_title {
    font-size: 25px;
  }
  .swiper-pagination-bullet {
    margin: 0px !important;
    font-size: 18px;
    letter-spacing: 1px;
    width: 30% !important;
    text-align: center;
  }
  .part2_slide01, .part2_slide02, .part2_slide03 {
    margin: 50px auto 0 !important;
  }
  .slide_text_wrap {
    width: 100%;
    padding: 0 10px;
  }
  .block_wrap:after {
    top: auto;
    margin: -80px auto;
  }
  .part3_block {
    margin: 4% 0;
  }
	.part3 .block_wrap {
    padding: 10px 0;
}
  .text_wrap {
    margin-top: 15%;
  }
  .block_center {
    padding: 0;
    margin: 20px auto 0 !important;
    border: none;
    position: relative;
    z-index: 99;
    text-align: left;
}
	.article-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 45%;
        opacity: .4;
}
	.article-img img {
    width: 100%;
}
  .block_money .block_center {
    border: none;
  }
 
  .part3 .block_title {
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
    z-index: 99;
}
  .click-hint {
    display: none;
  }
    
    	.product-name {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
    .product-name span {
    display: inline-block;
}
    .userName, .password {
    height: 60px;
}
  .login-title {
    font-size: 18px;
  }
    .login .more-btn {
    margin-left: 0;
}
  .product-name .f-azure {
    display: block;
  }
  .rg-title {
    text-align: center;
  }
  .login form {
    flex-flow: column;
    max-width: 300px;
    margin: 0 auto;
  }
  input#user, input[type="password"], input#DAA009, input#M5Code {
    width: 100%;
    max-width: unset;
    margin: 5px 0;
  }
  .code {
    margin-top: 0;
  }
  a.forgot {
    margin: 20px auto 0;
  }
  .buy-block {
    padding: 35px 15px 0;
  }
  section.register {
    width: 100%;
    text-align: center;
  }
  input#M5Code {
    width: 200px !important;
    margin-right: 10px;
  }
  input#DAA009 {
    width: 170px !important;
  }
  .register-block a#sendCodeBtn {
    width: 135px !important;
  }
  input#submitBtn {
    width: 105px !important;
  }
  .register-wrap {
    margin: 0 auto 60px;
    width: 100%;
    border-radius: 0;
  }
  input#DAA009, input#M5Code {}
  section.register a#sendCodeBtn, input#submitBtn {
    height: 45px !important;
    vertical-align: bottom !important;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 400px) {
  .header_title {
    font-size: 40px;
  }
	.feature {
    /* max-width: 100px !important; */

    letter-spacing: 0px;
}
  .block_title {
    width: 360px;
    background-size: 80% !important;
    line-height: 50px !important;
    padding-left: 0 !important;
  }
  .block_content {
    width: 350px;
    background-position: center;
    margin: 20px auto;
  }
  .block_wrap:after {
    margin: -50px auto;
  }
  .swiper-pagination-bullet {
    width: 27% !important;
  }
  .slide-sectitle {
    font-size: 18px;
  }
	
}






