@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: #6A54A9;
    background: url("../images/header-bg.png"),
  linear-gradient(220deg, rgba(106, 84, 169, 1) 0%, rgba(152, 128, 217, 1) 100%);
    /* background-image: url("../images/header-bg.png"); */
    background-repeat: no-repeat;
    min-height: 560px;
    background-position: center -8px, center;
}
 .header span img{ width:100%; height:auto;}

.header .center {
    width: 100%;
    max-width: 1000px;
    position: relative;
    z-index: 1;
    height: 560px;
    margin-right: 280px;
}
/* .header .center img{ width:100%; height:auto;}*/
.header-text {
    margin-bottom: 117px;
}
.header-text img{max-width: 416px;}

/* .header .logo{ position:absolute; left:8px; top:2px; z-index:6; }*/
/* .header .logo img{width:100%; height:auto;}*/
.header .logo {
    background: #7259b9;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-flex;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto 47px;
    border: 2px solid #9a76de;
}
.header .logo img {
    width: 175px;
}

.header .center p {
    color: #fff;
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center;
    margin-left: 25px;
}

a.try-btn {
    background: #fff;
    width: 200px;
    margin: 25px auto;
    padding: 5px 20px;
    color: #745faf;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50px;
    letter-spacing: 5px;
}

/*白色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;
}
*/
a.try-btn:hover {
    background: #f0efef;
}
.hvr-ripple-out:before {
    border-radius: 50px;
    border: #fff solid 6px;
}


/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/



.container-wrap { width:100%; margin:0 auto;}
.sit-woman {
    position: absolute;
    right: 170px;
    top: -431px;
}
.part.part1 {
    max-width: 1200px;
    margin: 100px auto;position: relative;
}
.part-title {
    color: #745faf;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
}
.block {
    max-width: 235px;
    text-align: center;
}

.block-title {
    color: #745faf;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 20px 0;
}
.block-text {
    color: #676767;
    font-size: 18px;
    letter-spacing: 2px;
}

lottie-player {
    margin: 0 auto;
}



.part-title p {
    color: #3a3a3a;
    font-size: 20px;
    font-weight: normal;
}


.part.part2 {
    background: #f1eff7;
    padding: 80px 0;
}

.swiper-container.reportcs {
    max-width: 900px;
    width: 100%;
/*    height: 430px;*/
    border-radius: 30px;
    margin: 0 auto;
    
}
.swiper-button-wrap {
    display: none;
}
.swiper-container.reportcs .swiper-slide img {
    margin: 0 auto;
}
.swiper-container.reportcs .swiper-pagination-bullet span {
    position: relative;
}


.swiper-container.reportcs .swiper-pagination {
    border-radius: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: unset !important;
}

.swiper-container.reportcs .swiper-slide {
    margin-top: 75px;
}

.swiper-slide p {
    max-width: 750px;
    margin: 0 auto 10px;
    text-align: center;
    color: #745faf;
    font-size: 18px;
    letter-spacing: 2px;
}

.swiper-container.reportcs .swiper-slide img {
    width: 100%;
    max-width: 774px;
}
	
.swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet {
    width: 152px;
    height: auto;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    color: #745faf;
    letter-spacing: 2px;
    opacity: 1;
    background: #f1eff7;
    padding: 5px;
    margin: 0 25px;
    border-radius: 10px;
    position: relative;
    /* border-right: 2px solid #eee; */
}

.swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet:after {
    content: '|';
    position: absolute;
    right: -29px;
    color: #b9b9b9;
    cursor: default;
}
.swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet:last-child:after {
    display: none;
}
.swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet-active {
    background: #745faf;
    color: #fff;
    border-radius: 25px;
    font-weight: bold;
}
  .swiper-container.reportcs .swiper-slide {
    opacity: 0 !important;
  }
  .swiper-container.reportcs .swiper-slide-active {
    opacity: 1 !important;
  }

span.swiper-pagination-bullet i {
    display: inline;
    margin-right: 5px;
}

.part.part3 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}


.part3 .block {
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.part3 .block-text {
    color: #373737;
}


/*----------------------------- 注意事項文字 -----------------------------------  */

/* 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/register-bg.png");
    background-position: 10% center;
    background-repeat: no-repeat;
    padding: 90px 0;
    display: flex;
    justify-content: end;
}
.register-bg {
    background-color: #917ad1;
}
section.register {
    width: 525px;
    margin-right: 10%;
}
h3.register-title {
  display: none
}
section.register .title p {
    font-size: 24px;
    font-weight: normal;
}
section.register .title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
/*  margin-bottom: 30px*/
}
input#submitBtn:hover, section.register a#sendCodeBtn:hover {
    background-color: #6c57a6 !important;
    cursor: pointer;
}
input#submitBtn, section.register a#sendCodeBtn {
    background-color: #735fab !important;
    color: #ffffff !important;
    line-height: 1.5;
    border: 3px solid #6c57a6 !important;
    border-radius: 50px !important;
    box-shadow: none;
    text-decoration: none;
}
section.register a.sms-img {
    border: 0;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    box-shadow: unset;
    border-radius: 5px !important;
    text-decoration: none;
}
a.sms-img:hover {
    color: #fff !important;
    background-color: #735fab;
}
input#DAA009 {
  width: 280px !important;
  margin-right: 10px;padding-right: 10px
}
a#sendCodeBtn {
  width: calc(100% - 335px) !important
}
.code {
  margin-top: 10px
}
input#M5Code {
  width: 230px !important;
  margin-right: 10px;padding-right: 10px
}
input#submitBtn {
  width: calc(100% - 288px) !important
}
/*
input#DAA009::placeholder {
    color: #000 !important;
}
*/
.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 {
    background-color: #ffffff;
    color: #735fab !important;
    border: 2px solid;
    padding-left: 10px;
    border-radius: 40px;
}




@media screen and (max-width:1024px) {	

.register_wrap {
    height: 780px;
    background-position: bottom;
    background-position-y: 405px;
}
  section.register {
    display: block;
    margin: 0 auto;
  }



}



@media screen and (max-width:768px) {	

    
     .register_wrap {
    padding: 50px 0;
  }
    
 .register_wrap {
    height: 740px;
    background-position: bottom;
    background-position-y: 365px;
}
    
    
}




@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 {
    height: 675px;
    background-size: 66%;
}
}


@media screen and (max-width: 992px) {	
    .header {
    background-position: center -82px, center;
}
	.header .center {
    height: auto;
    margin: 0;
}
    .header-text {
    margin: 65px 0 30px;
}
    .sit-woman {
    display: none;
}
    
    .part-title {
    font-size: 36px;
}
	.part3 .block {
    margin-bottom: 65px;
}
	
}



@media screen and (max-width: 768px) {	
	
	.part1 .block {
    margin-bottom: 65px;
}
    
   
	
}



@media screen and (max-width: 576px) {	

    
    .header-text img {
    width: 96%;
    margin: 0 auto;
}
    .part-title {
    font-size: 28px;
}
    .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet {
    width: 32%;
    font-size: 15px;
    margin: 0;
    letter-spacing: 0;
}
    .swiper-container.reportcs .swiper-pagination {
    display: none;
}
  .swiper-container.reportcs .swiper-slide {
    margin-top: 0;
    padding-bottom: 40px;
}
    .swiper-slide p {
    font-size: 18px;
    width: 90%;
}
.swiper-button-wrap {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    width: 90px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
 .swiper-button-prev {
  left: 0 !important;
}
 .swiper-button-next {
  right: 0 !important;
}
.swiper-button-next, .swiper-button-prev {
    color: #745fb6 !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;
}
   .slide-title {
    font-size: 20px;
    justify-content: center;
    background: #745fb6;
    color: #fff;
    width: 185px;
    letter-spacing: 2px;
    margin: 0 auto 20px;
    font-weight: bold;
    border-radius: 35px;
    padding: 5px 20px;
}
    .part-title p {
    font-size: 18px;
    margin: 0 20px;
}
	
}

