@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("/css/font-awesome.css");
@import url("/css/animate.css");
@import url("/css/bootstrap.css");
@import url("/css/hover.css");
@import url("/css/common/form.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%;
}
/*
* {
  transition: all .3s;
  -webkit-transition: all .3s;
}
*/
/*:before{ content:"\f146";font-family: 'FontAwesome'; }*/
.btnTop {
  background: #CCC \9;
  background: rgba(0, 0, 0, .2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  z-index: 99;
  color: #FFF;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  display: none;
  z-index: 999;
}
.btnTop:before {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #FFF;
  display: block;
  width: 100%;
  height: 25px;
  padding-top: 0;
}
.btnTop:hover {
  background: rgba(0, 0, 0, .4);
}
.img-response {
  max-width: 100%;
  height: auto;
}
/*------------item-inline-block------------*/
.item-inline-block {
  letter-spacing: -5px;
}
.item-inline-block > * {
  display: inline-block !important;
  letter-spacing: 1px;
  vertical-align: top;
}
/*------------item-table-cell------------*/
.item-table-cell {
  display: table;
}
.item-table-cell > * {
  display: table-cell !important;
  vertical-align: top;
}
/*------------item-flex------------*/
.item-flex {
  display: flex !important;
  display: -webkit-flex !important;
  flex-flow: row wrap
}
.item-flex > * {
  flex: 1;
  -webkit-flex: 1
}
.empty {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .vertical-xs {
    display: block !important;
  }
  .vertical-xs > * {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }
  .empty {
    display: block;
    height: 1px;
  }
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.space-br {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  .space-br {
    display: block;
    line-height: 0;
  }
}
.wrap {
  width: 100%;
  height: auto;
  position: relative;
  font-family: 'Noto Sans TC', "微軟正黑體", Microsoft Yahei;
  line-height: 1.6;
  background: #fff;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.header {
  width: 100%;
  position: relative;
  height: auto;
  background-image: url("../images/header-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.header span img {
  width: 100%;
  height: auto;
}
.header .center {
  width: 100%;
  max-width: 1120px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.header .center img {
  width: 100%;
  height: auto;
}
.header-text {
  margin-right: -130px;
  margin-top: 35px;
  text-align: center;
}
.header-img {
  margin-top: 90px;
  margin-bottom: -50px;
}
.header .logo {
  background-color: #586262;
}
.header .logo img {
  width: 250px;
  height: auto;
  padding: 10px;
}
.header_link a {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  font-size: 26px;
  background: linear-gradient(0deg, rgba(0, 182, 255, 1) 0%, rgba(24, 91, 165, 1) 100%);
  border-radius: 50px;
  padding: 10px 60px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 50px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container-wrap {
  width: 100%;
  margin: 0 auto;
}
.part {
  padding: 60px 0;
}
.part-title {
  display: inline-block;
  color: #373d3d;
  font-size: 30px;
  font-weight: bold;
  border-style: solid;
  border-image: linear-gradient(to left, #00b6ff, #185ba5) 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-image-slice: 1;
  border-width: 2px;
  margin: 0 auto 50px;
}
.part-title span {
  color: #1569b3;
  font-size: 48px;
  margin-right: 15px;
}
.part-main {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.part1 .part-title {
  max-width: 575px;
}
.part2 .part-title {
    max-width: 690px;
    margin-bottom: 20px;
}
.qa-block {
    color: #fff;
    width: 317px;
    height: 115px;
    border-radius: 10px;
    text-align: center;
    border: 3px solid #eee;
    cursor: pointer;
}
.qa-block.qa01 {
  background: url(../images/block-bg-01.png), linear-gradient(0deg, rgba(0, 182, 255, 1) 0%, rgba(24, 91, 165, 1) 100%);
  background-position: center center;
}
.qa-block.qa02 {
  background: url(../images/block-bg-02.png), linear-gradient(0deg, rgba(0, 182, 255, 1) 0%, rgba(24, 91, 165, 1) 100%);
  background-position: center center;
}
.qa-block.qa03 {
  background: url(../images/block-bg-03.png), linear-gradient(0deg, rgba(0, 182, 255, 1) 0%, rgba(24, 91, 165, 1) 100%);
  background-position: center center;
}
.qa-block.qa04 {
  background: url(../images/block-bg-04.png), linear-gradient(0deg, rgba(0, 182, 255, 1) 0%, rgba(24, 91, 165, 1) 100%);
  background-position: center center;
}
.qa-line {
  flex-wrap: wrap;
}
.qa-line i {
  border-radius: 50%;
  background: #fff;
  color: #1175bf;
  font-size: 22px;
  padding: 16px 18px 20px;
  position: absolute;
  right: -6px;
  bottom: -10px;
}
.qatry-line {
  margin: 0 auto !important;
  max-width: 1200px;
}
.qa-block-front {
  border-radius: 10px;
}
.title-bar {
  position: relative;
  z-index: 99;
  margin-top: -40px !important;
  padding-left: 20px !important;
  height: 40px;
  border-radius: 0 0 10px 10px;
  background-color: #2a4ba8;
  color: #fff;
  text-align: left;
  font-size: 22px;
  line-height: 40px;
  opacity: 1 !important;
  transition: .5s;
}
.title-bar span {
  float: right;
  padding-right: 10px;
  letter-spacing: 1px;
  font-size: 15px;
}
.title-bar i {
  margin-left: 5px;
}
.qa-block:hover .title-bar {
  transition: .5s;
  transform: translateY(40px);
}
.qa-block-back {
    cursor: pointer;
  border-radius: 10px;
  color: #fff;
  background: rgb(11, 54, 92);
  background: linear-gradient(0deg, rgba(11, 54, 92, 1) 0%, rgba(24, 91, 165, 1) 100%);
}
.qa-block-back p {
  padding: 10px 20px 15px;
  letter-spacing: 1px;
  font-size: 18px !important;
}
a.product-btn {
  margin: 0 5px;
  padding: 2px 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #2a4ba8;
  letter-spacing: 1px;
  font-size: 16px;
}
.qa-block-back {
  z-index: 99;
}
a.corner-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 10px 0 10px;
  background-color: #fff;
  color: #2a4ba8;
  letter-spacing: 1px;
  font-size: 15px;
}
a.corner-btn i {
  margin-left: 5px;
}
.qatry-line {
  margin-top: 50px !important;
}
.qatry-menu.phone {
  display: none;
}
.qa-line p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 auto;
  cursor: pointer;
}
.part.part2 {
  background: rgb(243, 243, 243);
  background: linear-gradient(180deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 60px 0 0;
}
.a1pro-btn {
    text-align: center;
}
.a1pro-btn a {
    color: #1569b3;
    text-decoration: none;
    font-size: 20px;
}
.a1pro-btn a span {
    font-weight: bold;
}
.a1pro-btn a i {
    margin-left: 10px;
}
.part3 {
  background: url("../images/promo-bg-left.png"), url("../images/promo-bg-right.png"), #1569b3;
  min-height: 216px;
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
}
.part3 .part-title {
  border: none;
  color: #fff;
  font-weight: 300;
  margin: 0 auto 20px;
}
.part3 .part-title span {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.word-wrap {
  text-align: left;
  color: #fff;
  margin-right: 20px;
  line-height: 1.15;
  max-width: 500px;
}
.first-text {
  font-size: 24px;
  font-weight: bold;
}
.word-wrap .text-wrap {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 10px;
  line-height: 1.2;
}
.protect {
  margin-right: 35px;
}
.promo-title {
  font-size: 28px;
  color: #ffffff;
}
.promo-title .blue-text {
  color: #cff9ff;
  font-weight: bold;
}
.promo-title .bold-text {
  font-weight: 800;
}
.promo-buy-link a {
  color: #1569b3;
  font-size: 26px;
  background: #a5edff;
  border-radius: 50px;
  padding: 10px 45px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 30px;
}
.promo-buy-link a:hover {
  text-decoration: none;
  background: #ffffff;
}
.promo-buy-link p {
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
}


.word-wrap {
    min-width: 960px;
    border-radius: 30px;
    position: relative;
}

.word-inside .text {
    font-size: 18px;
    max-width: 500px;
    text-align: left;
}

.word-inside {
    color: #fff;
    line-height: 1.4;
}
p.first-line {
    font-size: 24px;
}
p.sec-line {
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}
.thd-line {
    font-size: 48px;
}

.thd-line .header_link {
    display: flex;
    margin-left: 30px;
}
.thd-line .header_link a {
    padding: 10px 40px;
    background: #d9e9fa;
    color: #1569b3;
    margin-left: 30px;
}
.thd-line .header_link a:hover {
    background: #bdd4ed !important;
    /* color: #fff; */
    text-shadow: none;
}



/*----------------------------- 注意事項文字 -----------------------------------  */
/* ul { width:80%; margin:0 auto; color:#a3a3a3; list-style:decimal; padding-left:30px;}
 ul li{ margin-bottom:10px; font-size:15px; color:#333333; line-height:1.5;}
*/
.register_wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-image: url(/images/solution/food/2021/register-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 90px 0;
}
.register-bg {
  background-color: #d0e1f0;
}
section.register {
  width: 525px;
  margin-left: 5%
}
h3.register-title {
  display: none
}
section.register .title {
  color: #1569b3;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
input#submitBtn:hover, section.register a#sendCodeBtn:hover {
  background-color: #0d5391 !important;
  cursor: pointer;
}
input#submitBtn, section.register a#sendCodeBtn {
  background-color: #1569b3 !important;
  color: #ffffff !important;
  line-height: 1.5;
  border: 3px solid #135a99 !important;
  border-radius: 50px !important;
  box-shadow: none;
  text-decoration: none;
}
section.register a.fancybox.btn.btnType1 {
  border: 0;
  color: #1569b3;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 400;
  box-shadow: unset;
  text-decoration: none;
  border-radius: 50px !important;
}
/*
a.fancybox.btn:hover {
    background-color: #cae8f2;
}
*/
input#DAA009 {
  width: 280px !important;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: '微軟正黑體';
}
a#sendCodeBtn {
  width: calc(100% - 335px) !important
}
.code {
  margin-top: 10px
}
input#M5Code {
  width: 230px !important;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: '微軟正黑體';
}
input#submitBtn {
  width: calc(100% - 288px) !important
}
.input ::-webkit-input-placeholder, .phone ::-webkit-input-placeholder {
  color: #1569b3 !important;
  background-color: #d0e1f0;
  border-radius: 0;
  padding: 0 5px;
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #1569b3 !important
}
.input input::-moz-placeholder, .phone:-ms-input-placeholder {
  color: #1569b3 !important
}
input:-internal-autofill-selected {
  /*  background-color: #ff6773 !important;*/
  color: #1569b3 !important
}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-text-fill-color: #1569b3;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s
}
input#DAA009, input#M5Code, input#submitBtn {
  background-color: #d0e1f0;
  color: #1569b3;
  border: 2px solid #1569b3;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .register_wrap {
    height: 646px;
    background-position: bottom;
    background-position-y: 350px;
    padding: 40px 0;
  }
  section.register {
    display: block;
    margin: 0 auto;
  }
     .a1pro-btn {
    margin-bottom: 40px;
}
}
@media screen and (max-width: 768px) {
  .header-text {
    margin-right: 0;
    margin-top: 70px;
  }
  .header-img {
    margin-top: 30px;
  }
  .part1 .part-title {
    margin-top: 30px;
  }
  .qa-block {
    margin: 10px 0 !important;
  }
  .part-title span {
    display: block;
    text-align: center;
  }
  .device img {
    width: 100%;
    max-width: 576px;
}
      .part3 {
    background-position: center bottom, 0 200%;
  }
  .part3 .part-title {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .word-wrap {
    text-align: center;
    margin: 0 auto;
    min-width: unset;
    padding: 0 10px;
}
    .word-inside .text {
    text-align: center;
}
    .thd-line .header_link a {
    margin: 15px auto;
}
    .thd-line .header_link {
    margin-left: 0;
}
   
}
@media screen and (max-width: 576px) {

    .header-text {
    margin: 70px 10px 0;
}
    .header_link a {
    font-size: 22px;
    margin: 40px 0 15px;
}
    .promo-title .bold-text {
    display: block;
    font-size: 40px;
}
    .word-wrap .text-wrap {
    padding: 0px 10px;
}
    .promo-buy-link a {
    font-size: 22px;
}
  section.register {
    width: 100%;
    padding: 0 10px;
  }
  section.register .title {
    font-size: 36px;
  }
  input#M5Code {
    width: 220px !important;
  }
  input#DAA009 {
    width: 190px !important;
  }
  a#sendCodeBtn {
    width: 145px !important;
  }
  input#submitBtn {
    width: 115px !important;
  }
  .register_wrap {
    background-size: 96%;
  }
}