@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("/css/font-awesome.css");
@import url("/css/animate.css");
@import url("/css/bootstrap4-Mfix.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%;
}
/*
* {
  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: #e7fff6;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.header {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  background: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.header span img {
  width: 100%;
  height: auto;
}
.header .center {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 90px auto 30px;
  z-index: 1;
}
.header .center img {
  width: 100%;
  height: auto;
}
.header .logo {
  position: absolute;
  left: 8px;
  top: 2px;
  z-index: 6;
}
.header .logo img {
  width: 100%;
  height: auto;
}
/*白色LOGO+底色*/
/*
.header .logo{  background-color: #2ca96a;}

.logo a {
    display: inline-block;
}
.logo img {
    width: 250px;
    height: auto;
    padding: 10px;
}
*/
.header-img {
  position: relative;
}
.header-text {
  position: absolute;
  right: 45px;
  z-index: 999;
  top: 200px;
  color: #2348ac;
  font-size: 22px;
  font-weight: bold;
}
.header-text span {
  background: #2348ac;
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
}
.try-btn {
  position: absolute;
  right: 0;
  color: #ed4356;
  font-size: 22px;
  border: 2px solid;
  padding: 3px 35px;
  border-radius: 50px;
  bottom: -70px;
  text-decoration: none;
}
.try-btn i {
    margin-left: 10px;
    align-items: center;
    display: flex;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}
.part {
  padding: 50px 0;
}
.part-title {
  font-size: 36px;
  text-align: center;
  color: #2348ac;
  font-weight: bold;
  margin-bottom: 30px;
}
.part-title span {
  color: #ed4356;
}
.card-wrap {
  flex-flow: wrap;
}
.card {
  width: 400px;
  height: 355px;
  background: #b2d9ff;
  transition: all 0.4s;
  border-radius: 15px;
  /* box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705); */
  font-size: 30px;
  font-weight: 900;
  overflow: hidden;
}
.card:hover {
  border-radius: 15px;
  cursor: pointer;
  /*  transform: scale(1.2);*/
  /*  box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705);*/
  background: #cde6ff;
}
.first-content {
  height: 355px;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  border-radius: 15px;
}
.zoom-hover {
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: 999;
  background: #FD5392;
  background: linear-gradient(90deg, rgba(253, 83, 146, 1) 0%, rgba(248, 111, 100, 1) 100%);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  font-size: 16px;
  border: 3px solid #fff;
}
.zoom-hover i {
  font-size: 20px;
  margin-bottom: 3px;
}
.q-title {
  width: 100%;
  background: #2348ac;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px !important;
  line-height: 65px;
  z-index: 9999;
}
.q-title img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.card:hover .first-content {
  height: 0px;
  opacity: 0;
}
.second-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
  transition: all 0.4s;
  font-size: 18px;
  color: #2348ac;
  font-weight: normal;
  transform: rotate(90deg) scale(-1);
  margin-top: 20px;
}
.second-content .q-img {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.second-content .q-img img {
  width: 365px;
}
.second-content .q-img p {
  width: 90%;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.card:hover .second-content {
  opacity: 1;
  height: 100%;
  /*  font-size: 1.8rem;*/
  transform: rotate(0deg);
}
.red-tag {
  background: #ed4356;
  color: #fff;
  display: inline-flex;
  position: absolute;
  transform: rotate(-5deg);
  padding: 2px 20px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 5px;
  right: 30px;
  top: 40px;
}
.part.part2 {
  background: #d6f7f6;
  border-radius: 20px;
  padding: 75px 0;
  margin: 50px 0;
}
.cd-3 .first-content {
  justify-content: center;
}
.cd-4 .first-content {
  background: #cde6ff;
  border-radius: 0;
  padding-top: 5px;
}
.circle-center {
  position: relative;
}
.circle-word {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 132px auto;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #2348ac;
  display: inline-block;
}
.circle-word span {
  font-size: 24px;
  color: #00c1ca;
  display: block;
}
.circle-left, .circle-right {
  text-align: center;
}
.circle-left-title, .circle-right-title {
  font-size: 30px;
  font-weight: bold;
  color: #2348ac;
}
.circle-right-title {
  color: #00c1ca;
}
.circle-list li {
  list-style: none;
  color: #616161;
  font-size: 20px;
}
.circle-list li:before {
  content: '\f058';
  font-family: 'fontawesome';
  color: #2348ac;
  margin-right: 5px;
}
.circle-right .circle-list li:before {
  color: #00c1ca;
}
.ids-block {
  position: relative;
  width: 253px;
}
.ids-title {
  position: absolute;
  background: #2348ac;
  color: #fff;
  width: 100%;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: 2px;
}
.ids-block p {
  text-align: center;
  color: #2348ac;
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 2px;
}
.ids-block.i02 .ids-title {
  background: #0fa6ed;
}
.ids-block.i02 p {
  color: #0fa6ed;
}
.ids-block.i03 .ids-title {
  background: #00c1ca;
}
.ids-block.i03 p {
  color: #00c1ca;
}
.circle-wrap {
  margin-bottom: 80px;
}
section.part3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 0;
}
.part3 .part-title {
  margin-bottom: 0;
  color: #0fa6ed;
}
.part3 .part-sectitle {
  font-size: 18px;
  margin-bottom: 30px;
}
.part3 .swiper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.part3 .swiper-wrapper {
  width: 100%;
  max-width: 1000px;
}
.part3 .swiper-slide {
  max-width: 1000px;
  width: 100%;
  background-color: #e7fff6;
  opacity: 0 !important;
}
.part3 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.part3 .block-text {
  text-align: left;
  margin-left: 20px;
  position: relative;
}
.p5block-title {
  color: #0fa6ed;
  font-size: 36px;
  font-weight: 700;
  font-family: noto sans TC;
  letter-spacing: 2px;
}
.p5block-sectitle {
  font-size: 18px;
  background-color: #0fa6ed;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-family: 'Noto Sans TC';
  letter-spacing: 2px;
  margin: 10px 0 20px;
}
.part3 .block-text p {
  color: #000;
  letter-spacing: 1px;
  line-height: 1.8;
}
.part3 .swiper-button-wrap {
  position: absolute;
  bottom: 70px;
  width: 90px;
  right: 220px;
}
.part3 .swiper-button-prev {
  left: 0 !important;
}
.part3 .swiper-button-next {
  right: 0 !important;
}
.swiper-button-next, .swiper-button-prev {
  color: #0fa6ed !important;
  border: 1px solid;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px !important;
  font-weight: bold;
}
/*----------------------------- 注意事項文字 -----------------------------------  */
/* 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: #0fa6ed;
}
section.register {
  width: 525px;
  margin-left: 5%
}
h3.register-title {
  display: none
}
section.register .title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px
}
input#submitBtn:hover, section.register a#sendCodeBtn:hover {
  background-color: #1f75ad !important;
  cursor: pointer;
}
input#submitBtn, section.register a#sendCodeBtn {
  background-color: #2691d7 !important;
  color: #ffffff !important;
  line-height: 1.5 !important;
  border: 3px solid #008dd0 !important;
  border-radius: 50px !important;
  box-shadow: none;
  font-size: 20px !important;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: bold !important;
  letter-spacing: 1px;
}
section.register a.fancybox.btn.btnType1 {
  border: 0;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 400;
  box-shadow: unset;
  border-radius: 5px !important;
  text-decoration: none;
}
a.fancybox.btn:hover {
  color: #fff !important;
  background-color: #2691d7;
}
input#DAA009, input#M5Code {
  width: 280px !important;
  margin-right: 10px;
  padding-left: 10px;
}
a#sendCodeBtn, input#submitBtn {
  width: calc(100% - 335px) !important;
}
.code {
  margin-top: 10px
}

input#DAA009::placeholder {
  color: #0fa6ed !important;
  font-weight: bold;
  font-size: 20px;
}
input#M5Code::placeholder {
  color: #0fa6ed !important;
  font-weight: bold;
  font-size: 20px;
}
.input ::-webkit-input-placeholder, .phone ::-webkit-input-placeholder {
  color: #364e4f !important;
  background-color: #fff;
  border-radius: 0;
  padding: 0 5px;
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #364e4f !important
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #364e4f !important
}
.input input::-moz-placeholder, .phone:-ms-input-placeholder {
  color: #364e4f !important
}
input:-internal-autofill-selected {
  /*  background-color: #ff6773 !important;*/
  color: #364e4f !important
}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-text-fill-color: #364e4f;
  -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: #ffffff;
  color: #223b58;
  border: 2px solid #ffffff;
  border-radius: 40px;
  font-size: 18px;
  margin-bottom: 20px;
}
.phone, .send-code {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
.register_wrap {
    height: 670px;
    background-position: bottom;
    background-position-y: 380px;
    padding: 50px 0;
}
  section.register {
    display: block;
    margin: 0 auto;
  }
    section.register .title {
    margin-bottom: 15px;
}
}
@media screen and (max-width: 767px) {
  .register_wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  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%;
  }
}
/*註冊區塊END*/






@media screen and (max-width: 992px) {
   .header-img {
    margin: 0 auto;
    text-align: center;
}
    .header-img-phone {
    max-width: 468px;margin: 0 auto;
}
   .header-text-phone {
    max-width: 691px;
    margin: 0 auto;
}
   .header-text {
    position: relative;
    top: unset;
    right: unset;
    display: inline-flex;
/*    flex-direction: column;*/
    align-items: center;
    margin: 10px auto 0;
}
    .header-text span {
    margin-right: 10px;
}
    .try-btn {
    position: relative;
    right: unset;
    bottom: unset;
    max-width: 200px;
    align-items: center;
    margin: 35px auto 50px;
}
	.part3 .swiper {
    height: auto;
    padding-bottom: 40px;
}
	.p5block-sectitle {
    margin: 0 0 10px;
}
	.part3 .block-text p {
    margin: 0 auto 30px;
    width: 90%;
}
	
	.part3 .swiper-button-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 10px;
}
	
	.part3 .block-text {
    text-align: center;
    margin-left: 0;
}
	.part3 .block-img img {
    display: inline-block;
    width: 96%;
    max-width: 651px;
}


}




@media screen and (max-width: 768px) {
  .circle-wrap {
    flex-wrap: wrap !important;
}  
 .circle-center {
    width: 100%;
}   
 .circle-center img {
    margin: 0 auto;
}   
    
.ids-wrap {
    flex-direction: column;
    align-items: center;
}
    
.ids-wrap  .ids-block {
    margin-bottom: 40px;
}   
    
    
    
    

}


@media screen and (max-width: 576px) {
.header-text {
    flex-direction: column;
}
 .header-text span {
    margin-bottom: 10px;
}   
.part-title span {
    display: block;
}    
.part3 .block-text {
    padding: 0 15px !important;
}
	
	.p5block-title {
    font-size: 30px;
}


}



