@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: rgb(106, 218, 230);
  background: url('../images/wave-bg.png'), linear-gradient(347deg, rgba(106, 218, 230, 1) 35%, rgba(185, 235, 215, 1) 100%);
  background-position: center 95%;
  background-repeat: no-repeat;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.header {
  width: 100%;
  position: relative;
  height: auto;
  /* overflow: hidden; */
  background-image: url("../images/header-bg.png");
  background-repeat: no-repeat;
  background-position: 0 100px;
  min-height: 630px;
}
.header span img {
  width: 100%;
  height: auto;
}
.header .center {
  width: 100%;
  /*	 max-width:1000px;*/
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.header-img {
  margin-top: 13px;
  margin-bottom: -100px;
}
.header .center img {
  width: 100%;
  height: auto;
}
.header .logo {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 6;
  max-width: 250px;
}
.header .logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 0.7));
}
.header-text {
  margin-right: -90px;
}
.header-text p {
  color: #237cc7;
  font-size: 24px;
  margin-right: 10px;
  margin-top: 15px;
  letter-spacing: 3px;
}
.header-text p span {
  font-weight: bold;
  letter-spacing: 0;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.part-title {
  font-size: 36px;
  font-weight: bold;
  color: #1f77c2;
}
.part-title span {
  color: #298fa2;
}
.part-sectitle {
  color: #353535;
  font-size: 20px;
}
.part-content {
  margin: 60px 0;
}
.part {
  padding: 100px 0 40px;
}
.container-wrap {
  width: 100%;
  margin: 0 auto;
}
.part2 {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.part2 .part-content {
  max-width: 1150px;
  width: 100%;
}
.left-block-wrap, .right-block-wrap {
  width: 170px;
}
.part2 .block {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}
.part2 .block-title {
  color: #267fca;
  font-size: 22px;
  font-weight: bold;
}
.part2 .block p {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 400;
}
.main-title {
  color: #fff;
  background-color: #267fca;
  width: 215px;
  height: 85px;
  text-align: center;
  border-radius: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.main-title span {
  font-size: 24px;
  display: block;
}
.posblock .main-title {
  background-color: #298fa2;
}
.right-block-wrap .block-title {
  color: #298fa2;
}
.arrow-wrap {
  margin: 0 -20px;
  max-height: 85px;
}
.blue-text {
  font-size: 15px;
  color: #267fca;
}
.green-text {
  font-size: 15px;
  color: #298fa2;
}
.arrow-wrap img {
  margin: 0 auto;
}
.part3 {
  background-image: url("../images/p3-bg.png");
  background-repeat: no-repeat;
}
.p3-main {
  position: relative;
  margin-right: 25px;
}
.part3 .part-title {
  position: absolute;
  right: 0;
  top: -30px;
  line-height: 1.3;
  font-style: oblique;
}
.part3 .part-title span {
  display: block;
}
.part3 .block-wrap {
  max-width: 750px;
}
.part3 .block {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(157, 230, 234, 0) 0%, rgba(255, 255, 255, 1) 100%);
  border-radius: 20px;
  padding-top: 25px;
  text-align: center;
  min-width: 315px;
  margin-right: 35px;
  margin-bottom: 30px;
}
.part3 .block.gr-ver {
  margin-left: 35px;
  margin-right: 0;
}
.part3 .block-title {
  color: #1060a8;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.part3 .gr-ver .block-title {
  color: #298fa2;
}
.part3 .gr-ver .function {
  background-color: #298fa2;
}
.part3 .function {
  border-radius: 30px;
  background: #1060a8;
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
  font-size: 15px;
  letter-spacing: 1.2px;
}
.part3 .block p {
  font-size: 15px;
  color: #353535;
  letter-spacing: .5px;
  margin-bottom: 25px;
}
.part3 .block img {
  margin: 10px auto;
}
.part4 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 30px 100px;
  align-items: center;
  background: linear-gradient(0deg, rgb(157, 230, 234, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
  border-radius: 20px;
}
.part4 img.title-svg {
  max-width: 575px;
}
.part4 .swiper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.part4 .swiper-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.part4 .swiper-slide {
  max-width: 1000px;
  width: 100%;
  opacity: 0 !important;
}
.part4 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.part4 .block-text {
  text-align: left;
  margin-left: 20px;
  position: relative;
}
.p4block-title {
  color: #1f77c2;
  font-size: 36px;
  font-weight: 700;
  font-family: noto sans TC;
  letter-spacing: 2px;
}
.p4block-sectitle {
  font-size: 18px;
  background-color: #298fa2;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-family: 'Noto Sans TC';
  letter-spacing: 2px;
  margin: 18px 0 30px;
}
.part4 .block-text p {
  color: #616161;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 18px;
}
.part4 .swiper-button-wrap {
  position: absolute;
  bottom: 50px;
  width: 90px;
  right: 220px;
}
.part4 .swiper-button-prev {
  left: 0 !important;
}
.part4 .swiper-button-next {
  right: 0 !important;
}
.swiper-button-next, .swiper-button-prev {
  color: #1f77c2 !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;
}
.part4 .block-img img {
  border: 3px solid #e9e9e9;
  border-radius: 15px;
  background: #fff;
}
/*----------------------------- 注意事項文字 -----------------------------------  */
/* 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: 0 auto 120px;
  position: relative;
  background: linear-gradient(0deg, rgb(157, 230, 234, 0) 0%, rgba(255, 255, 255, 1) 100%);
  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: #225398;
  color: #fff;
}
.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: #337fca !important;
  cursor: pointer;
}
section.register a#sendCodeBtn, input#submitBtn {
  background-color: #225398 !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: #575757;
  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: #000000;
  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: 20px;
  font-family: 'Noto Sans TC';
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.1;
  background-color: #225398;
  padding: 15px;
  border-radius: 5px;
}
.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: #225398;
  font-weight: 500;
  letter-spacing: 1px;
}
.login-title i {
  font-size: 30px;
  margin: 0 10px;
  transform: scaleX(1.3);
  color: #225398;
}
.login-title p {
  font-weight: normal;
  color: #225398;
  font-size: 18px;
}
a.forgot {
  color: #232323;
  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: #298fa2 !important;
}
section.register a#sendCodeBtn:hover, section.register input#submitBtn:hover {
  background-color: #247e8f !important;
}
@media screen and (max-width: 1024px) {
  .header {
    min-height: unset;
    padding-bottom: 65px;
  }
  .header .center img {
    width: 95%;
  }
  .main-wrap {
    margin: 0 auto;
  }
  .part2 .block {
    padding: 10px 5px;
    margin: 0px 10px;
  }
  .arrow-wrap {
    text-align: center;
  }
  .part3 .part-title {
    position: relative;
    right: unset;
    top: unset;
  }
  .p3-main {
    margin-bottom: 50px;
  }
  .p3-main img {
    max-width: 300px;
  }
  a#sendCodeBtn {
    width: unset !important;
  }
  .login .more-btn {
    padding: 0;
    min-width: 100px;
    width: 100%;
    margin-left: 5px;
  }
  .register-block {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    background-position: 0 300px;
  }
  .header-text {
    margin: 80px auto 0;
  }
  .left-block-wrap, .right-block-wrap {
    width: 100%;
    max-width: 215px;
  }
  .main-wrap .a1block img, .main-wrap .posblock img {
    width: 100%;
    max-width: 215px;
  }
  .arrow-wrap {
    margin: 0 10px;
  }
  .part2 .block {
    width: 100%;
    margin: 5px auto;
  }
  .p3-main {
    margin-right: 0;
  }
  .part3 .block {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .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-left: 0;
  }
  .part4 .block-img img {
    display: inline-block;
    width: 96%;
    max-width: 100%;
  }
  .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) {
  .header-text p span {
    display: block;
    text-align: center;
  }
  .part-title span {
    display: block;
    text-align: center;
  }
  .part-sectitle {
    text-align: center;
    width: 95%;
    font-size: 18px;
  }
  .part-title {
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .part2 .part-content {
    margin-bottom: 0;
  }
  .arrow-wrap {
    max-height: unset;
  }
  .arrow-wrap img {
    margin: 20px;
  }
  .left-block-wrap, .right-block-wrap {
    max-width: unset;
  }
  .part2 .block {
    width: 40%;
    margin: 15px auto;
  }
  .p4block-sectitle {
    margin: 0 auto 10px;
    background-color: #1f77c2;
  }
  .product-name {
    font-size: 30px;
    text-align: center;
  }
  .login-title {
    font-size: 18px;
  }
  .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) {
  .part.part4 {
    padding: 40px 20px 60px;
  }
  .part4 .block-text p {
    color: #353535;
    font-size: 16px;
  }
}