@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: #fff;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.header {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  background-image: url("../images/header-bg.png");
  background-repeat: no-repeat;
}
.header span img {
  width: 100%;
  height: auto;
}
.header .center {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.header .center img {
  width: 100%;
  height: auto;
}
.header .center {
  padding: 70px 0 50px;
}
.header .logo {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 6;
}
.header .logo img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
/*白色LOGO+底色*/
/*
.header .logo {
    background-color: #3e4864;
    position: absolute;
    top: 0;
    width: 100%;
}
.logo a {
    display: inline-block;
}
.logo img {
    width: 250px;
    height: auto;
    padding: 10px;
}
*/
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container-wrap {
  width: 100%;
  margin: 0 auto;
}
.part-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #3db7ec;
  padding: 30px 0;
}
.part.part-block {
  background: #e0fdff;
  padding: 80px 0;
}
.block-wrap {
  max-width: 1200px;
  width: 100%;
}
.block {
  background: url(../images/block-bg.png);
  background-repeat: no-repeat;
  width: 347px;
  height: 454px;
}
.block-title {
  color: #004d99;
  font-size: 24px;
  font-weight: bold;
  margin: 30px 20px 20px;
  letter-spacing: 2px;
}
.block-text {
  text-align: center;
  width: 90%;
  font-size: 18px;
  letter-spacing: 1px;
  color: #616161;
}
.report img {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
}
.part.report {
  /*    background: #dce9f3;*/
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 0px 60px;
}
.swiper-button-next, .swiper-button-prev {
  color: #2e66b5 !important;
}
.part.report .swiper-container.reportcs .swiper-pagination {
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  height: 75px;
  width: 800px;
  background: #fff;
  box-shadow: inset 0px -4px 6px 0px #c2c2c2;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.swiper-button-wrap {
    display: none;
}
.part.report .swiper-container.reportcs {
  max-width: 1200px;
  width: 100%;
  height: 660px;
  background-color: unset;
  color: #fff;
  border-radius: 20px;
  /* background-image: url(/images/product/proTags/swiper_bg.png); */
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.part.report .swiper-slide {
    color: #fff;
    background: #fff;
    padding-bottom: 30px;
    text-align: center;
}
.part.report .slide-title {
  font-size: 28px;
  margin: 20px auto 15px;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: bold;
}
.part.report .swiper-container.reportcs .swiper-slide img {
    width: 100%;
    margin: 105px auto 0;
    max-width: 1017px;
}
.part.report .swiper-slide p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 175px auto 0;
    background: #cae6ff;
    color: #0a7eda;
    position: absolute;
    border-radius: 10px;
    padding: 10px 35px;
    right: 55px;
    max-width: 680px;
}
.swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  color: #686868;
  opacity: 1;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet img {
  width: 24px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet-active {
  color: #219cff;
  font-weight: bold;
}
.swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet:before {
  content: url(../images/slide-default.png);
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet-active:before {
  content: url(../images/slide-active.png);
  width: 30px;
  height: 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;}
*/
.input-rg {
  background-color: #244672;
  padding-bottom: 10px;
}
.register_wrap {
  /* max-width: 1200px; */
  margin: 0 auto;
  text-align: center;
  /* padding: 50px 0 30px; */
  overflow: hidden;
}
.register-b {
  margin-left: 50px;
}
.register-bg {
  background-color: #a2cdff;
  margin-top: 40px;
}
section.register {
  width: 525px;
  margin: 0 auto 60px;
}
h3.register-title {
  display: none;
}
section.register .title {
  color: #244672;
  font-size: 40px;
  font-weight: bold;
}
.phone {
  margin-bottom: 15px;
}
section.register a#sendCodeBtn:hover, input#submitBtn:hover {
    background-color: #ffffff !important;
    cursor: pointer;
    box-shadow: inset 3px 2px 7px 1px #dedede;
}
section.register a#sendCodeBtn, input#submitBtn {
    background-color: #ffffff !important;
    color: #229ffd !important;
    line-height: 1.8;
    border: 0 !important;
    border-radius: 10px !important;
    text-decoration: none;
    box-shadow: none;
    font-weight: bold;
    box-shadow: inset -5px -5px 7px 1px #dedede;
}
section.register a.fancybox.btn.btnType1 {
    border: 0;
    color: #ffffff;
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
    box-shadow: unset;
    border-radius: 0 !important;
    text-decoration: none;
}
.form-title {
  text-align: left;
  font-size: 20px;
  color: #244672;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
input#DAA009 {
  width: 310px !important;
  margin-right: 15px;
}
a#sendCodeBtn {
  width: calc(100% - 370px) !important;
}
.code {
  margin-top: 10px;
}
input#M5Code {
  width: 310px !important;
  margin-right: 15px;
}
input#submitBtn {
  width: calc(100% - 370px) !important;
}
/*webkit瀏覽器專用*/
.phone ::-webkit-input-placeholder, .wrap01 ::-webkit-input-placeholder {
  color: #fff !important;
  background-color: unset;
  font-family: '微軟正黑體';
  font-weight: bold;
}
/*Firefox 4-18瀏覽器專用*/
.phone input::-moz-placeholder, .wrap01 input::-moz-placeholder {
  color: #fff !important;
  font-family: '微軟正黑體';
  font-weight: bold;
}
/*Firefox 19+瀏覽器專用*/
.phone input::-moz-placeholder, .wrap01 input::-moz-placeholder {
  color: #fff !important;
  font-family: '微軟正黑體';
  font-weight: bold;
}
/*IE10瀏覽器專用*/
.phone:-ms-input-placeholder, .wrap01 input::-moz-placeholder {
  color: #fff !important;
  font-family: '微軟正黑體';
  font-weight: bold;
}
input:-internal-autofill-selected {
  background-color: #244672 !important;
  color: #fff !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: #fff;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
  border: #fff;
}
input#DAA009, input#M5Code, input#submitBtn {
    background-color: unset;
    color: #ffffff;
    border: unset;
    border: 2px solid #ffffff;
    border-radius: 10px;
}
.title-wrap {
  /* text-align: left; */
  margin-left: 15px;
}
.rg-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 3px;
}
.title-wrap p {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}
.part.rg-wrap-new {
    padding: 100px 0 0;
    text-align: center;
    background: url("../images/header-bg.png");
    background-position: center;
}



@media screen and (max-width: 768px) {

  .register-b {
    margin: 0;
  }
  .part.rg-wrap-new img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
   
	section.part.register {
    width: 95%;
    padding: 0;
}	
    
  section.register {
    width: 100%;
    max-width: unset;
    padding: 20px 10px 20px;
}
  .form-title {
    margin-left: 5px;
  }
  section.register .title {
    font-size: 36px;
    margin-bottom: 0px;
  }
  input#M5Code {
    width: 220px !important;
    margin-right: 5px;
  }
  input#DAA009 {
    width: 220px !important;
    margin-right: 5px;
  }
  a#sendCodeBtn {
    width: 135px !important;
  }
  input#submitBtn {
    width: 135px !important;
  }
    
    
    
}





@media screen and (max-width: 1024px) {
    
    .block {
    margin: 15px 0;
}
    
    .part.rg-wrap-new {
   background: #46AEF7;
background: linear-gradient(145deg, rgba(70, 174, 247, 1) 0%, rgba(29, 213, 230, 1) 100%);
}
    
    .part.report .swiper-container.reportcs {
    height: auto;
}
    
    .part.report .swiper-container.reportcs .swiper-pagination {
    display: none;
}
    
    .slide-title-phone {
    color: #0a7eda;
    letter-spacing: 0 !important;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
}
    .part.report .swiper-slide p {
    margin: 0 auto;
    text-align: center;
    background: #fff;
    position: relative;
    right: unset;
    letter-spacing: 0;
    font-weight: normal;
    color: #999;
}
    .part.report .swiper-container.reportcs .swiper-slide img {
    margin: 0px auto 0;
}
    
   .swiper-button-wrap {
    max-width: 150px !important;
    display: flex !important;
    justify-content: space-around !important;
    margin: 0 auto !important;
}

    .swiper-button-next, .swiper-button-prev {
    position: relative!important;
    left: unset !important;
    right: unset !important;
}
    
    .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
}
    
    
    
}



@media screen and (max-width: 768px) {

.header-text {
    margin-bottom: 40px;
    width: 85%;
}

    .block img {
    max-width: 220px;
}
}