@import url('global.css');

/* 第一屏 */
.top_wrapper{
    background-image: url('../source/img/home/1_wave_bg_big.png');
    background-repeat: no-repeat;
    background-position: 0px 399px; 
    background-size: contain; 
}

.top{
    width: 1200px;
    padding: 110px 0px 110px 0px;
    margin: 0 auto;

    display: flex;
    align-items: center;
}

/* .top > div{
    flex-direction: row;
    width: 50%;

    justify-self: start;
} */

.top_heading{
    padding: 20px 25px;
}

.top_heading h1{
    font-weight: 900;
    font-size: 45px;
    line-height: 60px;
    color: #3C6E71;
    padding: 5px 0;
}

.top_heading h1:before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #cfbae1;
    border-radius: 50%;

    z-index: -1;
    position: relative;
    left: -25px;
    top: 35px;
}

.top_heading h2{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #6D7676;
    padding: 5px 0;
}

.top_button{
    margin-top: 50px;
    display: flex;
}

.top_button a{
    flex-direction: column;
    margin-right: 20px;

    display: block;
    width: 150px;

    padding: 10px 10px;
    border-radius: 6px;
    background-color: #3c6e71;
    color: #fff;

    text-decoration: none;
    text-align: center;

    font-weight: 500;
    font-size: 20px;
}

.top_button a:hover{
    background-color: #264748;;
}

.top_button a:last-child{
    background-color: #ffff;
    border: dashed 1px #3c6e71;
    color: #3c6e71;
}

.top_button a:last-child:hover{
    background-color: #eefbfc;
}

.top_img{
    display: flex;
    flex-direction: row-reverse;
}

.app_mp4{
    position: relative;
    left: 6%;
    top: 0%;
}

.top_app{
    height: 450px;
    width: auto;

    clip-path: inset(2px 2px 0px 2px round 30px);
    border: 1px solid #d9d9d9;
}

.top_cat{
    position: relative;
    right: 0;
}

.top_cat img{
    display: block;
    width: 100%;
}

/* 第二屏 */

.feature_wrapper{
}

.feature{
    width: 1200px;
    padding:72px 25px;
    margin: 0 auto;
}

.feature h2{
    font-size: 30px;
    font-weight: bold;
    color: #3c6e71;
}

.feature h2:before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #cfbae1;
    border-radius: 50%;

    z-index: -1;
    position: relative;
    left: -25px;
    top: 35px;
}
.feature h3{
    font-size: 18px;
    line-height: 1.6;
    color: #6d7676;
    margin-bottom: 20px;
    padding-right: 30%;
}

.feature_content{
    display: flex;
}

.swiper{
    display: none;
}

.feature_content .left_tab{
    width: 35%;
    margin-right: 20px;
}

.left_tab ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.left_tab li{
    text-align: left;
    cursor: pointer;

    padding: 11px;
    border-radius: 3px;
    box-shadow: 0 12px 70px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #ffff;
    background: #ffff;;

    border-left: solid 6px #ffff;
}

.left_tab li:hover{
    box-shadow: 0px 5px 30px 2px rgba(105, 65, 198, 0.2);
    border-left: solid 6px #cfbae1;
}

.btn_selected{
    box-shadow: 0px 5px 30px 2px rgba(105, 65, 198, 0.2);
    border-left: solid 6px #cfbae1;
}

.left_tab li h4{
    font-size: 20px;
    font-weight: bold;

    color: #6d7676;
    line-height: 1.96;
    margin-bottom:7px;
}

.left_tab li p{
    font-size: 16px;
    color: #6d7676;
    line-height: 1.5;
    margin-bottom: 15px;
}

.left_tab li a{
    text-decoration: none;
    font-size: 18px;
    color: #b57be7;
    line-height: 1;
}

/* 圖片待用雪碧處理 */
.right_img{
    
    width: 705px;
    overflow: hidden;
}

.feature_img{
    position: relative;
}



/* 第三屏 */
.aboutus_wrapper{
    background-color: #ede5f4;

    z-index: 0;
}

.aboutus{
    width: 1200px;
    margin: 0 auto;

    display: flex;
    align-items: center;
}

.aboutus img{
    display: block;
    margin-top: 10px;
}

.about_txt_wrapper{
    width: 50%;

    background: #fff;
    border-radius: 50%;
    /* height: 608px; */
    width: auto;
}

.about_txt{
    text-align: center;
    padding: 70px 65px;
}

.about_txt h2{
    margin: 30px 0;
    font-size: 30px;
    font-weight: bold;
    color: #3c6e71;

    position: relative;
    z-index: 1;
}

.about_txt h2:before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #cfbae1;
    border-radius: 50%;

    z-index: -1;
    position: relative;
    left: 15%;
    top: 36px;
}

.about_txt p{
    text-align: left;
    font-size: 16px;
    color: #6d7676;
    line-height: 1.5;

    margin: 50px 0;
}

.about_txt button{
    padding: 12px 9px 12px 16px;
    border-radius: 6px;
    background-color: #3c6e71;
    border: #fff;
    opacity: 1;
}

.about_txt a{
    display: block;
    text-decoration: none;

    color: #fff;
    font-size: 16px;
}

.about_txt button:hover{
    opacity: 0.9;
}

/* 第四屏 */

.customer_wrapper{
    background-image: url('../source/img/home/4_bg.png');
    background-repeat: no-repeat;
    background-position: -900% -179px;
}

.customer{
    width: 1200px;
    margin: 0 auto;
    padding: 72px 0;
    box-sizing: border-box;
}

.customer h2{
    margin: 158px auto 25px auto;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: #3c6e71;

    position: relative;
}

.customer h2:before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #cfbae1;
    border-radius: 50%;

    z-index: -1;
    position: relative;
    left: 39%;
    top: 45px;
}

.customer .h2_span {
    font-size: 30px;
    display: block;
    margin-top: 48px;
}


.customer-list .item {
    /* height: 10rem; */
    padding: 1rem;
    text-align: center;
    z-index: 0;
  }

  .customer-list .item .item_h3 {
    background: #CFBAE1;
    width: 250px;
    min-height: 135px;
    padding: 30px;
    border-radius: 10px;
    line-height: 1.5;
    margin: 0 25px;

    background-image: url('../source/img/home/4_quotationmarks.png');
    background-position: 14px 14px;
    background-repeat: no-repeat;
  }

  .customer-list .item h3 {
    font-size: 18px;
    color: #fff;
  }

  .customer-list .item img {
    display: block;
    margin: 0 auto;
    margin: 30px auto;
    width: 80px;
  }
  .customer-list .active{
    background: transparent;
  }

  .item_h3:after {
    content: "";
    display: block;

    z-index: -1;
    position: relative;
    left: 43%;
    bottom: -50px;


    width: 0px;
    height: 0px;
    border-style: solid;
    border-radius: 0px ;
    border-width: 22px 18px 0px 18px;
    border-color: #cfbae1 transparent transparent transparent;
  }

  .item_h3_04:after {
    position: relative;
    left: 43%;
    bottom: -105px;
  }

  
  .customer-list .item h4 {
    color: #fff;
    font-weight: 400;
    font-size: 1.4375rem;
    margin-top: 0rem;

    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #3c6e71;
    margin-bottom: 5px;
  }

  .customer-list .item p {
    font-size: 16px;
    color: #6d7676;
  }

  .customer-list{
    display: flex;
  }

  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
    padding: 12px !important;
  }

  .owl-carousel .owl-nav button.owl-prev{
    width: 45px;
    height: 45px;
    color: #b57be7;
    font-size: 20px;
    background-color: #ffff;
    border: 3px solid #b57be7;
    border-radius: 50%;
    opacity: 1;
  }

  .owl-prev > .bi{
    position: relative;
    top: -9px;
    left: -2px;

    color: #b57be7;
    font-size: 20px;
    font-weight: bold;
    -webkit-text-stroke: 1px;
}

  .customer span {
    position: relative;
    top: -63px;
    left: -2px;

    font-size: 75px;
}

.owl-carousel .owl-nav button.owl-next{
    width: 45px;
    height: 45px;
    color: #ffff;
    font-size: 20px;
    background-color: #b57be7;
    border: 3px solid #b57be7;
    border-radius: 50%;
    opacity: 1;
  }


.owl-next > .bi{
    position: relative;
    top: -9px;
    left: -2px;

    color: #ffff;
    font-size: 20px;
    font-weight: bold;
    -webkit-text-stroke: 1px;
}

  .owl-theme .owl-dots {
    display: none;
  }

  .owl-carousel .owl-nav button.owl-prev:hover {
    background: #FFFF;
    text-decoration: none;
    opacity: 0.5;
}

  .owl-carousel .owl-nav button.owl-next:hover {
    background: #b57be7;
    text-decoration: none;
    opacity: 0.5;
}

.owl-theme .owl-nav{
    margin: 40px 0;
}

/* 第五屏 */
.article_wrapper{
    background-color: #ede5f4;

    background-image: url("../source/img/home/5_wave_bg.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.article{
    width: 1200px;
    margin: 0 auto;
    padding: 50px;
}

.article h2{
    margin-bottom:28px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.23;
    color: #3c6e71;

    position: relative;
    z-index: 1;
}

.article h2:before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #cfbae1;
    border-radius: 50%;

    position: relative;
    left: -25px;
    top: 28px;
    z-index: -1;
}


.article_content{
    width: 95%;
    height: 65%;
    display: flex;
}

.article1{
    width: 50%;
    height: 100%;
    border: solid 1px #d9d9d9;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
    padding-bottom: 14px;

    position: relative;
}

.article1:hover{
    box-shadow: 0px 5px 30px 2px rgba(105, 65, 198, 0.2);
}

.article1 a{
    display: block;
    text-decoration: none;
}

.article1_tag{
    position: absolute;
    top: 436px;
    left: 54px;

    padding: 0px 12px;
    background-color: #b57be7;

    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.article1 h3{
    margin: 25px 25px 15px 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 3px;
}

.article1 h3 > a{
    color: #000;
}

.article1 h3 > a:hover{
    color: #3c6e71;
}

.article1 p {
    height: 120px;
    margin: 0 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #000;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    box-sizing:border-box;

    position: relative;
}

.article_more{
    color: #3c6e71;
    font-size: 18px;

    position: absolute;
    right: 0;
    bottom: 0;
}

.article_content ul{
    width: 50%;

    display: flex;
    flex-direction: column;
}

.article_content .article1_mb{
    display: none;
}

.article_content li{
    flex-grow: 1;
    margin-bottom: 10px;

    flex-basis: 215px;
    
    display: flex;

    border: solid 1px #d9d9d9;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;

    position: relative;
}

.article1_mb{
 display:none;
}

.article_content li:hover{
    box-shadow: 0px 5px 30px 2px rgba(105, 65, 198, 0.2);
}

.article_right > a{
    display: block;
    box-sizing: content-box;
}

.article_right h3 > a:hover{
    color: #3c6e71;
}

.article_right img{
    height: 100%;
}
.article_right_txt{
    flex-direction: row;

    padding: 11px;
}
.article_right_txt > a:first-child{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;

    padding: 3px;
    background-color: #b57be7;
    text-decoration: none;
}

.article_right_txt h3{
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
}

.article_right_txt h3 > a{
    color: #000;
    text-decoration: none;
}

/* 第六屏 */
.faq_wrapper{
    background-image: url('../source/img/home/6_bg.png');
    background-position: 1354px top;
    background-repeat: no-repeat;
    height: 1080px;
}

.faq{
    width: 976px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}

.faq h2{
    margin: 120px 0 70px 0;
    font-size: 30px;
    color: #3c6e71;
    font-weight: 900;
}

.faq h2:before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #cfbae1;
    border-radius: 50%;

    z-index: -1;
    position: relative;
    left: 34%;
    top: 36px;
}

.accordion {
    background-color: #FAF6FF;
    color: #444;
    cursor: pointer;
    padding: 18px 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;

    display: flex;
  }

  /* faq圓角樣式 */
  .faq_btn1{
    border-radius: 30px 30px 0 0;
  }

  /* 最下面圓角樣式 */
  .faq_btn5 {
    border-radius: 0 0 30px 30px;
  }

  .active:not(.faq_btn1){
    border-radius: 0 0 0 0;
  }

  .faq_ans5{
    border-radius: 0 0 30px 30px;
  }

  .accordion > div{
    flex-grow: 1;
   
    width: 46px;
    height: 47px;
    flex-grow: 0;
    font-family: sans-serif;
    font-size: 38.8px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: rgba(60, 60, 67, 0.5);
  }
  .accordion h4{
    margin: 0 30px;
    flex-grow: 4;
    flex-basis: 694px;

    font-size: 20px;
    font-weight: 500;
    line-height: 47px;
    color: #000;
    font-family: 'noto sans tc';
  }

  .accordion i{
    flex-grow: 1;
    color: #b57be7;
    line-height: 47px;

    font-size: 30px;
  }

  /* .accordion:after{
    content: \F4F9;
    color: #b57be7;
    line-height: 47px;

    font-size: 30px;
    z-index: 10;
  } */

  /* .active:after {
    content: "\F2E5";
  } */

  /* .minus_circle{
    display: none;
  } */

  /* .bi-dash-circle-fill{
    display: none;
  } */

  /* 這邊要找父層會變更li背景色 */
  .active, .accordion:hover {
    background-color: #F2EBFD;
  }

  .active i::before {
    /* content: ""; */
    transform: rotate(45deg);
  }
  
  .panel {
    padding: 0 150px 20px 105px;
    display: none;
    background-color: #F2EBFD;
    overflow: hidden;
    font-size:16px;

    text-align: left;
    /* transition: 0.2s ease-out; */
    /* max-height: 0; */

  }

  /* 第七屏 */
  .cta_wrapper{
    background-color: rgba(210, 189, 228, 0.39);
    
    background-image: url('../source/img/home/7_bg.png');
    background-repeat: no-repeat;
    background-position: left;

    height: calc(100vh - 90px);
}

.cta{
    width: 1200px;
    /* height: calc(100vh - 70px - 60px); */
    margin: 0 auto;
    padding: 50px 50px 0px 50px;

    display: flex;
}

.cta_img{
    display: flex;
    overflow: hidden;
    padding-right: 0px;
}

.cta_img img{
    display: block;
}

.cta_cat{
    width: 400px;

    position: relative;
    left: 15px;
    top: -80px;
}

.cta_app{
    height: 100%;
    display: none;
    position: relative;
    right: 73px;
    top: 45px;

    -webkit-mask-image:-webkit-gradient(linear, left 50%, left 100%, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

.cta_txt{
    text-align: center;
    padding: 100px 0px 70px 0px;
}

.cta_txt h1{
    margin-top: 40px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
    color: #3c6e71;
}

.cta_txt h2{
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 900;
    color: #000;
}

.store{
    /* text-align: center; */
    width: 80%;
    display: flex;
    margin: 0 auto;
}
.store a{
    margin-right: 20px;
    opacity: 1;
}

.store a:hover{
    opacity: 0.8;
}

.store a img{
    width: 100%;
}


@media screen and (max-width: 428px){

body{}

h1{
    font-size: 26px;
}

h2{
    font-size: 16px;
}

p{
    font-size: 16px;
}

/* 第一屏 */
.top_wrapper{
    background-image: url('../source/img/home/1_bgwave_mb.png');
    background-repeat: no-repeat;
    background-position: 0px 360px; 
    background-size: contain; 
}

.top{
    width: 100%;
    padding: 5px 0px;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.top_heading{
    padding: 0px 75px 10px 75px;
}

.top_heading h1{
    font-weight: 900;
    font-size: 32px;
    line-height: 49px;
    color: #3C6E71;
    padding: 0px;
}

.top_heading h1:before{
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: #cfbae1;
    border-radius: 50%;

    z-index: -1;
    position: relative;
    left: 30px;
    top: 35px;
}

.top_heading h2{
    font-size: 18px;
    line-height: 27px;
    padding: 5px 0;
}

.top_button{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.top_button a{
    margin: 5px 0px;

    display: block;
    width: 100%;

    padding: 14px 0;
    font-size: 16px;
}

.top_img{
    padding: 10px 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.app_mp4{
    position: relative;
    left: 13%;
    top: 0%;
}

.top_app{
    height: auto;
    width: 167px;

    clip-path: inset(2px 2px 0px 2px round 30px);
    border: 1px solid #d9d9d9;
}

.top_cat{
    width: 100%;
    position: static;
}

.top_cat img{
    display: block;
    width: 100%;
    opacity: 0.8;
}

/* 第二屏 */

.feature_wrapper{
    width: 100%;
}

.feature{
    width: 100%;
    padding: 25px 15px;
    box-sizing: border-box;
}

.feature h2{
    font-size: 26px;
}

.feature h2:before{
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: #cfbae1;
    border-radius: 50%;

    z-index: -1;
    position: relative;
    left: -17px;
    top: 30px;
}

.feature h3{
    font-size: 16px;
    padding-right: 0%;
}

.feature_content{
    display: flex;
    flex-direction:column-reverse;
}

.left_tab , .right_img{
    display: none;
}

.swiper{
    display: block;
    width: 100%;
}

.swiper-slide > img{
    width: 365px;
    margin-bottom: 25px;
}

.swiper-slide > div{
    min-height: 132px;
    text-align: left;
    cursor: pointer;

    padding: 11px;
    border-radius: 3px;
    box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.05);
    border: solid 1px #ffff;
    background: #ffff;;

    border-left: solid 6px #cfbae1;
    margin-right: 8px;
}

.swiper-slide h4{
    font-size: 16px;
    font-weight: bold;

    color: #6d7676;
    line-height: 1.96;
    margin-bottom:7px;
}

.swiper-slide p{
    font-size: 12px;
    color: #6d7676;
    line-height: 1.5;
    margin-bottom: 15px;
}

.swiper-slide a{
    text-decoration: none;
    font-size: 16px;
    color: #b57be7;
    line-height: 1;
}

.swiper-wrapper{
    margin-bottom: 100px;
}

/* swiper-pagination */
.swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background: #cfbae1;
    opacity: 1;
}

/* swiper-pagination focus */
.swiper-pagination-bullet-active{
    background-color: #b57be7;
    width: 22.7px;
    height: 9px;
    border-radius: 6.8px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 45px;
}

/* 第三屏 */
.aboutus_wrapper{
    padding: 35px 0 40px 0;
}

.aboutus{
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutus img{
    width: 100%;
    display: block;
    margin-top: 0px;
}

.about_txt_wrapper{
    width: 100%;

    background: transparent;
    border-radius: 0%;
}

.about_txt{
    text-align: center;
    padding: 0px 30px;
}

.about_txt h2{
    margin: 0px;
    font-size: 26px;
    line-height:26px;
    align-items: center;
}

.about_txt h2:before{
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: #cfbae1;
    border-radius: 50%;

    z-index: -1;
    position: relative;
    left: 19%;
    top: 24px;
}

.about_txt p{
    font-size: 16px;
    margin: 20px 0;
}

.about_txt button{
    margin-top: 10px;
}

.about_txt a{}

.about_txt button:hover{}

/* 第四屏 */

.customer_wrapper{
    background-image: url('../source/img/home/4_bg.png');
    background-repeat: no-repeat;
    background-position: -900% -179px;
}

.customer{
    width: 100%;
    padding: 40px 0;
}

.customer h2{
    margin: 0px auto;
    font-size: 37px;
}

.customer h2:before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #cfbae1;
    border-radius: 50%;

    z-index: -1;
    position: relative;
    left: 24%;
    top: 43px;
}

.customer .h2_span {
    font-size: 27px;
    margin-top: 48px;
}


.customer-list .item {
    padding: 1rem;
    text-align: center;
    z-index: 0;
  }

  .customer-list .item .item_h3 {
    font-size: 16px;
    background: #CFBAE1;
    width: 70%;
    min-height: 135px;
    padding: 30px;
    border-radius: 10px;
    line-height: 1.5;
    margin: 0 25px;

    background-image: url('../source/img/home/4_quotationmarks.png');
    background-position: 14px 14px;
    background-repeat: no-repeat;
  }

  .item_h3_05:after {
    position: relative;
    left: 43%;
    bottom: -82px;
  }

  .owl-carousel .owl-nav button.owl-prev{
    width: 50px;
    height: 50px;
    color: #b57be7;
    font-size: 25px;
  }

  .owl-prev > .bi{
    position: relative;
    top: -10px;
    left: -2px;

    color: #b57be7;
    font-size: 25px;
    font-weight: bold;
    -webkit-text-stroke: 1px;
}

  .customer span {
    position: relative;
    top: -63px;
    left: -2px;

    font-size: 75px;
}

.owl-carousel .owl-nav button.owl-next{
    width: 50px;
    height: 50px;
    color: #ffff;
    font-size: 25px;
    background-color: #b57be7;
    border: 3px solid #b57be7;
    border-radius: 50%;
    opacity: 1;
  }


.owl-next > .bi{
    position: relative;
    top: -10px;
    left: -2px;

    color: #ffff;
    font-size: 25px;
    font-weight: bold;
    -webkit-text-stroke: 1px;
}

/* 第五屏 */
.article_wrapper{
    background-color: #ede5f4;
    background-image: url("");
}

.article{
    width: 100%;
    padding: 44px 5px;
    box-sizing: border-box;
}

.article h2{
    margin-bottom:28px;
    padding:0 8px ;
    font-size: 26px;

    position: relative;
    z-index: 1;
}

.article h2:before{
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: #cfbae1;
    border-radius: 50%;

    position: relative;
    left: -16px;
    top: 20px;
    z-index: -1;
}


.article_content{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.article1{
    display: none;
}

.article_content ul{
    width: 95%;
    padding: 0 5px;

    display: flex;
    flex-direction: column;
}

.article_content li{
    margin-bottom: 10px;
    flex-basis: 152px;
}

.article1_mb{
    display: block;
}

.article_right > a{
    display: block;
    box-sizing: content-box;
}

.article_right h3 > a:hover{
    color: #3c6e71;
}

.article_right img{
    height: 152px;
}

.article_right_txt{
    flex-direction: row;
    padding: 11px;
}

.article_right_txt > a:first-child{
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff;

    padding: 3px;
    background-color: #b57be7;
    text-decoration: none;
}

.article_right_txt h3{
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

/* 第六屏 */
.faq_wrapper{
    background-image: url('');
    height: auto;
    padding-bottom: 50px;
}

.faq{
    width: 95%;
    padding: 0 5px;
    margin: auto;
    box-sizing: border-box;
}

.faq h2{
    margin: 40px 0 35px 0;
    text-align: left;
    font-size: 26px;
}

.faq h2:before{
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: #cfbae1;
    border-radius: 50%;

    z-index: -1;
    position: relative;
    left: -4%;
    top: 29px;
}

.accordion {
    width: 100%;
    font-size: 15px;
    flex-wrap: wrap;
  }

  .accordion > div{
    flex-grow: 1;
    width: 100%;
    height: auto;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .accordion h4{
    margin: 2px 0;
    font-size: 16px;
    line-height: 1.5;
    flex-basis: 280px;
    font-weight: 550;
  }

  .accordion i{
    flex-grow: 1;
    color: #b57be7;
    line-height: 47px;

    font-size: 30px;
  }
  
  .panel {
    width: 100%;
    padding: 25px 0;
    display: none;
    background-color: #F2EBFD;
    overflow: hidden;
  }

  .panel p{
    padding: 10px 65px 10px 30px;
    font-size: 16px;
  }

  /* 第七屏 */
  .cta_wrapper{
    background-color: rgba(210, 189, 228, 0.39);
    
    background-image: url('../source/img/home/7_bg.png');
    background-repeat: no-repeat;
    background-position: -80px 80%;
    background-size: contain;
}

.cta{
    width: 100%;
    margin: 0 auto;
    padding: 0px;

    display: flex;
    flex-direction:column-reverse;
}

.cta_txt{
    text-align: center;
    padding: 45px 0px 70px 0px;
}

.cta_txt h1{
    margin-top: 40px;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.5;
    color: #3c6e71;
}

.cta_txt h2{
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 900;
    color: #000;
}

.store{
    /* text-align: center; */
    width: 45%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.store a{
    margin-right: 0px;
    opacity: 1;
}

.store a:hover{
    opacity: 0.8;
}

.store a img{
    width: 100%;
}

.cta_wrapper{

    height: auto;
}

.cta_img{
    display: flex;
    overflow: hidden;
    padding-right: 0px;
}

.cta_img img{
    display: block;
}

.cta_cat{
    width: 284px;

    position: relative;
    left: 0px;
    top: -80px;
}

.cta_app{
    width: 170px;

    position: relative;
    right: 20%;
    top: 16px;

    -webkit-mask-image: -webkit-gradient(linear, left 50%, left 100%, from(rgba(0,0,0,1)), to(rgba(0,0,0,1)));
}

}
