@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;
}
.line2 {
    margin-right: 15px;
}
/*------------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;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/


@keyframes header-bg {
    from {background-position:bottom center,-200% 20%; }
    to   {background-position:bottom center,300% 20%;}
}

.header {
  width: 100%;
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  background: url("../images/header-bg.png"), url("../images/header-bg-cloud.png"), #d8f4dd;
  background-position: bottom center, center 20%;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
     animation-name: header-bg; /*動畫名稱(自訂)*/
    animation-duration: 100s; /*一次完整動畫時間為4秒*/
    animation-iteration-count: infinite; /*播放次數為無限次*/
    animation-direction: alternate; /*播放方向為先正向再反向*/
}
.header-img {
  position: relative;
}
.pop-img {
  position: absolute;
  top: 0;
}
.pop-img.pop-farm {
  left: -70px;
}
.pop-img.pop-dairy {
  left: 160px;
  top: -40px;
}
.header-text {
    color: #21a38c;
    font-size: 23px;
    margin-right: 20px;
    letter-spacing: 1px;
}
.header span img {
  width: 100%;
  height: auto;
}
.header .center {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  text-align: center
}
/* .header .center img{ width:100%; height:auto;}*/
a.try-btn {
  background: #8fcc89;
  color: #fff;
  text-decoration: none;
  padding: 7px 60px;
  border-radius: 100px;
  font-size: 24px;
  margin: 45px 0;
  display: inline-block;
}
a.try-btn.hvr-shutter-out-horizontal:before {
  background: #21a38c;
  border-radius: 100px;
}
.header .logo {
  position: absolute;
  left: 8px;
  top: 2px;
  z-index: 6;
}
.header .logo img {
  width: 100%;
  height: auto;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container-wrap {
  width: 100%;
  margin: 0 auto;
}
.part-title {
  color: #21a38c;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 1px;
}
.part.part1 {
  background: #ebffee;
  border-top: 30px solid #d8f4dd;
  padding: 40px 0;
}
.main-circle {
  width: 315px;
  min-width: 315px;
  height: 315px;
  border-radius: 50%;
  border: 7px solid #d9f5da;
  margin: 80px 0;
  position: relative;
}
.step {
  background: #fff;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #d4f5d6;
  padding: 10px 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.step img {
  margin: 0 auto;
}
.step p {
  color: #797979;
  font-size: 18px;
  margin-top: 3px;
  letter-spacing: 0;
}
img.circle-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: 70px auto;
}
.step.step01 {
  left: 0;
  right: 0;
  margin: -50px auto 0;
}
.step.step02 {
  left: 245px;
  top: 30px;
}
.step.step03 {
  left: 245px;
  top: 180px;
}
.step.step04 {
  left: 100px;
  top: 250px;
}
.step.step05 {
  left: -40px;
  top: 180px;
}
.step.step06 {
  left: -40px;
  top: 30px;
}
.part1 .part-content {
  width: 1000px;
}
.block {
  max-width: 280px;
  font-size: 18px;
  color: #555;
  text-indent: -13px;
  margin-right: -26px;
}
.right-block .block {
  margin-left: 70px;
}
.left-block .block {
  margin-right: 20px;
}
.block i {
  margin-right: 10px;
}
.block01 i {
  color: #8fcc89;
}
.block02 i {
  color: #8dd5ff;
}
.block03 i {
  color: #c19de6;
}
.block04 i {
  color: #ff9aab;
}
.part.part2 {
  margin: 100px;
}
.part.part2 .swiper {
  width: 100%;
  max-width: 1068px;
  height: 370px;
  /*
    box-shadow: 0 0 13px 0px #d0d0d0;
    border-radius: 20px;
*/
}
.part.part2 .swiper-slide {
  background: #fff;
}
p.p-title {
  color: #0dab92;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  align-items: center;
}
p.p-title img {
  margin-right: 15px;
}
.list {
  color: #797979;
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
}
.part.part2 .swipe-btn-wrap {
  max-width: 130px;
  position: absolute;
  right: 46%;
  bottom: 55px;
}
.part.part2 .swiper-button-prev, .part.part2 .swiper-button-next {
  left: 0 !important;
  right: unset !important;
  border: 3px solid #d4f5d6;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  background: #fff;
}
.part.part2 .swiper-button-next {
  left: 65px !important;
}
.part.part2 .swiper-button-prev:after, .part.part2 .swiper-button-next:after {
  font-size: 20px !important;
  color: #8fcc89;
  font-weight: bold;
}
.text-block {
  margin-top: -50px;
}
.part.part3 {
  background-color: #ebffee;
  padding: 70px 0 50px;
}
.f-img {
  width: 90px;
  height: 90px;
  border: 2px solid #d4f5d6;
  border-radius: 50%;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-block {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}
.f-block {
  margin: 30px;
}
p.f-text {
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 1px;
}
p.f-text span {
  color: #0dab92;
  font-weight: 500;
}
.right-block {
    max-width: 580px;
}
/*----------------------------- 注意事項文字 -----------------------------------  */
/* 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/pet/register_bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 90px 0;
}
.register-bg {
  background-color: #ebffee;
}
section.register {
  width: 525px;
  margin-left: 5%
}
h3.register-title {
  display: none
}
section.register .title {
  color: #55b798;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
input#submitBtn:hover, section.register a#sendCodeBtn:hover {
  background-color: #288e6c !important;
  cursor: pointer;
}
input#submitBtn, section.register a#sendCodeBtn {
  background-color: #55b798 !important;
  color: #ffffff !important;
  line-height: 1.5;
  border: 3px solid #79d3b7 !important;
  border-radius: 50px !important;
  box-shadow: none;
  text-decoration: none;
}
section.register a.fancybox.btn.btnType1 {
  border: 0;
  color: #55b798;
  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: #55b798 !important;
  background-color: #ebffee;
  border-radius: 0;
  padding: 0 5px;
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #55b798 !important
}
.input input::-moz-placeholder, .phone:-ms-input-placeholder {
  color: #55b798 !important
}
input:-internal-autofill-selected {
  /*  background-color: #ff6773 !important;*/
  color: #55b798 !important
}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-text-fill-color: #55b798;
  -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: #ebffee;
  color: #55b798;
  border: 2px solid #55b798;
  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;
  }
}
@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%;
  }
}




@media screen and (max-width: 1366px) {
  .f-block {
    margin: 20px;
  }
  p.f-text {
    max-width: 150px;
    text-align: center;
  }
    
    .right-block {
    max-width: 540px;
}
    
    
}
@media screen and (max-width: 1200px) {
  .feature-wrap {
    flex-direction: column;
  }
 .part.part2  .swiper {
    height: 100% !important;
    padding-bottom: 30px !important;
  }
  .text-block {
    margin-top: 50px;
  }
  .part.part2 .swiper-slide {
    padding-bottom: 56px;
  }
 .part.part2  .swipe-btn-wrap {
    right: 0;
    left: 0;
    bottom: 30px;
    margin: 0 auto;
    z-index: 9999;
  }
  .list {
    margin-top: 10px;
  }
    .right-block {
    max-width: unset;
}
}
@media screen and (max-width: 1024px) {
  .header {
    background-position: 41% bottom, center 20%;
  }
}
@media screen and (max-width: 992px) {
    .part-title {
    font-size: 36px;text-align: center;
}
  .part1 .part-content {
    width: 100%;
    max-width: 1000px;
    flex-wrap: wrap;
  }
  .main-circle {
    margin: 80px 300px !important;
  }
  .part1 .left-block, .part1 .right-block {
    max-width: 45%;
  }

  .part1 .block {
    max-width: unset;
  }
  .part1 .right-block .block, .part1 .left-block .block {
        margin: 20px auto !important;
    text-indent: 0;
    align-items: start;
    display: flex;
}
    .block i {
    margin-top: 6px;
} 
    
}




@media screen and (max-width: 768px) {

.header {
    background-position: 55% bottom, center 20%;
}
.header-img img {
    width: 98%;
    margin: 0 auto;
}
.part.part2 .swiper-slide img {
    width: 100%;
    max-width: 491px;
}
    p.p-title img {
    width: 40px !important;
}
.part.part2 {
    margin: 100px 10px;
}
.left-title img {
    margin-left: -150px;
}
  p.p-title {
    font-size: 24px;
}  
 .part.part3 {
    padding: 70px 0 40px;
}   
    
.right-block {
    max-width: 500px;
    margin: 0 auto;
}    
    
}



@media screen and (max-width: 576px) {
    .line2{
        display: block;
        margin-right: 0;    } 
    .header-text {
    margin-right: 0;
}
    .header {
    padding: 130px 0 280px;
    background-position: 70% bottom, center 20% !important;
    animation: none;
}
    
    .left-title img {
    width: 120%;
    margin-left: -20%;
}
    
    .list p {
    text-indent: -18px;
    margin-left: 18px;
}
    
    .pop-img.pop-farm {
    left: 0;
    top: -60px;
}
    
    
    
    
}


@media screen and (max-width: 400px) {

.header-text {
    line-height: 1.2;
    margin-top: 10px;
}    
.header-img img {
    width: 95%;
}
p.p-title {
    font-size: 22px;
}
 .f-block {
    margin: 20px 10px;
}   
    

}