@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("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;
  overflow: hidden;
  background: url("../images/header-bg.jpg"), url("../images/header-bg-repeat.jpg");
  background-repeat: no-repeat, repeat;
  background-position: center bottom;
}
.header span img {
  width: 100%;
  height: auto;
}
.header .center {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.header .center img {
  width: 100%;
  height: auto;
}
.logo-bar {
  background: #ae8c6e;
  width: 100%;
  height: 50px;
}
.header .logo {
  position: absolute;
  left: 8px;
  top: 10px;
  z-index: 6;
}
.header .logo img {
  width: 220px;
  height: auto;
}
.header-img {
  padding-top: 60px;
  margin-left: -100px;
}
.header-text {
  margin-bottom: 155px;
  margin-left: -80px;
  position: relative;
}
.header-text .sec-title p {
  font-size: 24px;
  color: #614d30;
  margin-bottom: 0 !important;
  font-weight: 300;
  letter-spacing: 2px;
}
.header-text .sec-title p span {
  font-weight: 500;
}
.header-text .sec-title hr {
  width: 125px;
  margin-right: 10px;
  margin-left: 40px;
  height: 1px !important;
  color: #624d30;
  opacity: 1;
}
a.try-btn {
  border-radius: 50%;
  background: #614d30;
  color: #fff6e8;
  width: 110px;
  height: 110px;
  position: absolute;
  display: inline-block;
  right: -120px;
  top: 75px;
  text-align: center;
  text-decoration: none;
  padding-top: 20px;
  font-size: 24px;
  line-height: 1.2;
}
a.try-btn:hover {
  color: #fff;
}
.try-btn i {
    font-size: 28px;
    margin-top: -6px !important;
    display: inherit;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container-wrap {
  width: 100%;
  margin: 0 auto;
  border-top: 15px solid #ae8c6e;
}
.part2 {
  background-image: url("../images/cycle-bg.jpg");
  padding: 50px 0;
}
.part2-main {
  max-width: 1160px;
  background: url("../images/cycle-paper-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  min-height: 610px;
  position: relative;
}
img.cycle-bread {
  position: absolute;
  right: -200px;
  bottom: -35px;
}
.main-circle {
  border-radius: 50%;
  position: relative;
  margin-right: 50px;
}
.cycle-word {
  width: 500px;
}
.cycle-word li {
  color: #624d30;
  font-size: 18px;
  line-height: 2.5;
  list-style: disc;
}
.cycle-word ul {
  padding-top: 25px;
}
.part3 {
    background: url(../images/solution-bg.png),#ae8c6e;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 0;
    min-height: 600px;
}
.part-title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin-bottom: 50px;
        font-weight: bold;
}
.part3 .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin-bottom: 100px !important;
  color: #ffecca !important;
  position: relative;
}
.part3 .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: url(../images/pagi-icon-front.png);
  position: absolute;
  left: 0px;
  top: 5px;
}
.part3 .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: url(../images/pagi-icon-bottom.png);
  position: absolute;
  left: 25px;
  /* right: 0; */
  bottom: -16px;
}
.part3 .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3):after {
  transform: scaleX(1.4);
  left: 70px;
}
.part3 .swiper-slide {
  margin-left: 350px;
  /*    margin-top: 150px;*/
  overflow: hidden;
  height: 348px;
  /*	background-color: #fff;*/
}
/*
.part3 .swiper-slide img {
    margin-left: 350px;
}
*/
.part3 p.pagi-content {
  color: #ffffff;
  display: none;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-top: 10px;
  letter-spacing: 1px;
}
.part3 .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active p.pagi-content {
  display: inline-block;
}
.part3 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.part3 .swiper {
  max-width: 1100px;
  width: 100%;
  height: 348px;
}
.part3 .swiper-button-wrap {
  display: none;
}
.part3 .swiper .swiper-pagination {
  width: 310px !important;
  right: unset;
  top: 10px;
}
.part3 .swiper .swiper-pagination-bullet {
  width: 335px;
  font-size: 20px;
  letter-spacing: 1px;
  height: 30px;
  /* line-height: 55px; */
  margin: 15px auto !important;
  text-align: left;
  padding-left: 30px;
  border-radius: 30px 30px 30px 0;
  background: unset;
  color: #fff !important;
  opacity: 1;
}
.part3 .swiper-slide img {
    max-width: 768px;
    border-radius: 30px;
    border: 7px solid #ffecca;
}
.part4 {
  background-image: url("../images/slide2-bg.png");
  /*    background-repeat: no-repeat;*/
  background-position: center;
}
.part4 .part-title {
  color: #624d30;
  padding: 100px 0 0;
  font-size: 40px;
  font-weight: bold;
}
.part4 .part-title p {
  color: #624d30;
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: 1px;
}
.part4 .swiper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.part4 .part-sectitle {
  margin: 20px 0 40px;
}
.part4 .swiper-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.part4 .block-img img {
  border-radius: 6px;
  border: 2px solid #eaeaea;
  background-color: #fff;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 651px;
}
.part4 .swiper-slide {
  max-width: 1000px;
  width: 100%;
  /* background-color: #fff; */
  opacity: 0 !important;
}
.part4 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.part4 .block-text {
  text-align: left;
  margin-left: 20px;
  position: relative;
  margin-top: -30px;
}
.p5block-title {
  color: #e79489;
  font-size: 30px;
  font-weight: 700;
  font-family: noto sans TC;
  letter-spacing: 2px;
}
.p5block-sectitle {
  font-size: 18px;
  background-color: #e79489;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 5px 20px 7px;
  font-family: 'Noto Sans TC';
  letter-spacing: 2px;
  margin: 18px 0 30px;
}
.part4 .block-text p {
  color: #624d30;
  letter-spacing: 1px;
  line-height: 1.8;
}
.part4 .swiper-button-wrap {
  position: absolute;
  bottom: 70px;
  width: 90px;
  right: 210px;
}
.part4 .swiper-button-prev {
  left: 0 !important;
}
.part4 .swiper-button-next {
  right: 0 !important;
}
.swiper-button-next, .swiper-button-prev {
  color: #e79489 !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;
}
.part.part4 {
  padding-bottom: 30px;
}
/*----------------------------- 注意事項文字 -----------------------------------  */
/* 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 {
  width: 100%;
  max-width: 1200px;
  /* text-align: center; */
  margin: 120px auto 50px;
  position: relative;
  background: #816852;
  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: #e79489;
    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: #c78076 !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;
}
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, input#M5Code, input#submitBtn {
    background-color: unset;
    color: #495057;
    border-radius: 50px;
    border: 2px solid #ffd9cb;
}
*/
.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: #ebe1d5;
  font-size: 24px;
  font-family: 'Noto Sans TC';
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.1;
  background-color: #4d3e31;
  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: 0 10px;
  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: #e79489 !important;
}
section.register a#sendCodeBtn:hover, section.register input#submitBtn:hover {
  background-color: #c78076 !important;
}
@media screen and (max-width: 1200px) {
    
    
  .part-title {
    margin-bottom: 15px;
}  
    
.part3 .swiper {
    height: auto;
    position: relative;
    padding-bottom: 50px;
}
.part3 .swiper-slide {
    margin: 0 auto 20px;
    padding: 0 5px;
    height: auto;
    background: #ae8c6e;
}
  .part3 .swiper-slide img {
    width: 100%;margin: 0 auto;
  }
  .part3 .swiper .swiper-pagination {
    display: none;
  }

.part3 .swiper .slide-title {
    color: #ffecca !important;
    position: relative;
    text-align: left;
    padding-left: 30px;
    font-size: 30px;
    margin: 0 auto;
}
    .part3 .swiper .slide-title p {
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
}
  .part3 .swiper .slide-title p:before {
    content: url(../images/pagi-icon-front.png);
    position: absolute;
    left: 0px;
    top: 5px;
  }
  .part3 .swiper .slide-title p:after {
    content: url(../images/pagi-icon-bottom.png);
    position: absolute;
    left: 80px;
    /* right: 0; */
    bottom: -16px;
    transform: scaleX(1.5);
}
  .part3 .swiper .slide-title p.long:after {
    transform: scaleX(2);
    left: 130px;
  }
    
    
    
 .slide-title-wrap {
    text-align: center;
    margin: 0 auto 20px;
    /* max-width: 300px; */
}
 .part3 p.pagi-content {
    display: inline-block;
    font-size: 18px;
    text-align: center;
}
  .part3 .swiper .swiper-pagination {
    display: none;
  }
    
    .part3 .swiper-button-wrap {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    width: 150px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
   .part3  .swiper-button-next, .part3 .swiper-button-prev {
  color: #fff !important;

}
    

}
@media screen and (max-width: 1024px) {
  img.cycle-bread {
    right: -250px;
  }
  .rg-title {
    width: unset;
  }
  a#sendCodeBtn {
    width: unset !important;
  }
  .login .more-btn {
    padding: 0;
    min-width: 100px;
    width: 100%;
    margin-left: 5px;
  }
  .register-block {
    /* margin-left: 30px; */
    width: 530px;
}
}
@media screen and (max-width: 991px) {
  .part2-main {
    background: url("../images/cycle-paper-bg-phone.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
  }
  .main-circle {
    margin: 0 auto;
  }
  .main-circle img {
    padding: 20px 0;
  }
    img.cycle-bread {
    right: -150px;
}
  .cycle-word ul {
    padding-top: 25px;
    display: inline;
    text-align: left;
    padding-left: 0;
  }
  .part4 .swiper {
    height: auto;
    padding-bottom: 40px;
  }
  .p4block-sectitle {
    margin: 16px 0 5px;
  }
  .part4 .block-text p {
    margin-bottom: 30px;
  }
  .part4 .swiper-button-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
  }
  .part4 .block-text {
    text-align: center;
    margin: 0;
  }
  .part4 .block-img {
    text-align: center;
  }
  .part4 .block-img img {
    display: inline-block;
    width: 96%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
.part-title {
    line-height: 1.2;
    margin-bottom: 20px;
}
  .header-text {
    margin-left: 0;
  }
  .header-text .sec-title hr {
    display: none;
  }
  .header-img {
    padding-top: 0;
  }
  .header-text {
    margin: 20px 10px;
  }
  a.try-btn {
    display: inline-block;
    right: 10%;
    top: unset;
    bottom: -180px;
  }
  .part2-main {
    padding: 50px 0;
  }
  .cycle-word {
    width: unset;
  }
    
  img.cycle-bread {
    display: none;
  }
    .part4 .block-text p {
    padding: 0 20px;
}
  .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) {
    
    
    .main-circle img {
    max-width: 100%;
    padding: 20px;
}
    .part3 {
    min-height: unset;
    padding: 30px 0;
}
    
    .part3 .swiper .slide-title {
    font-size: 24px;
}
    .part3 .swiper .slide-title p:after {
    left: 50px;
    transform: scaleX(1.2);
}
    .part3 .swiper .slide-title p.long:after {
    transform: scaleX(1.6);
    left: 90px;
}
   .part3 p.pagi-content {
    padding: 0 15px;
    font-size: 16px;
}
    
    .part4 .part-title {
    padding: 60px 0 0;
}
    .part4 .swiper {
    padding-bottom: 80px;
}
    .part4 .swiper-button-wrap {
    bottom: 40px;
}
  .p4block-sectitle {
    margin: 0 auto 10px;
    background-color: #1f77c2;
  }
    .p5block-sectitle {
    margin: 5px 0 15px;
}
 .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) {
.part3 .swiper .slide-title {
    font-size: 23px;
}
    .rg-title {
    font-size: 22px;
}
  .part4 .block-text p {
    color: #353535;
    font-size: 15px;
  }
}