<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Quicksand&amp;display=swap');

.div {
  border: 1px solid red; 
}

.bbb{  border: 1px solid red;
}

.background-block {
  background-color: #a7a4e0;
}
.font-a7a4e0{
  color: #a7a4e0;
  }
.font-ea5550{
  color: #ea5550;
  }
.font-ffffff{
  color: #ffffff;
  }
.bg-white{
  background-color: #ffffff;
}

a{
  color: #a7a4e0;
  }
a:hover,a:active{
  text-decoration: none;
  color:  #444077;
  }


.hr-line{
 border-bottom: 1px dashed #a4a2de;
 width: 32%;
 margin-right: auto;
 margin-left: auto;
 margin-top: 5rem; margin-bottom: 5rem;
}
.e-font{
  font-family: "quicksand", Sans-serif;
}

/* fb */
.fb{
  position: fixed;
  top:20%;
  left: 0;
  width: 50px;
  z-index: 99;height: 200px;
}
.fb img{
 width: 50px; height: auto;
  left: 0;
}
.fb ul{
margin-left: 0px;padding-left: 0px;
list-style: none;
}

/* navbar */
.custom-toggler.navbar-toggler {
    border-color: rgb(167, 164, 224) 3px;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(167, 164, 224, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #444;
}
.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color:#d8362f;
}
.nav-item{
  padding-left:.3rem;
  padding-right:.3rem;
}

.nav-link:after {
 opacity: 0;width: 0%; height: 3px;
  background-color: #fff;
    content: "";
    display: block;
} 
.nav-link:hover {
      text-decoration: none!important;
}

.nav-link:hover:after {
  height: 3px;
  background-color: #d8362f;
    content: "";
    display: block;
    opacity: 1;
    width: 70%;
    transition: width .2s cubic-bezier(.25,.46,.45,.94);  
    margin-right: auto;
    margin-left:  auto;
}

/* banner */
.banner-container {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  }

.hand {
  overflow: hidden;
  padding-top: 6rem;
  margin-right: 0px;
}
.hand img {
  width: 483px;
  height: auto;
}
.banner-text {
  color: #ffffff;
  margin-top: -10rem
}
.banner-text .e{
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 1rem;
font-weight: 400;
font-style: normal;
}

.banner-text  h1{
  font-size: 7.5rem;
  font-weight: bold;
  padding-bottom: 1rem;
  font-family: vag-rundschrift-d, sans-serif;
font-weight: 400;
font-style: normal;
}
.banner-text h1 .tm{
  font-size: 3rem;
  font-family: vag-rundschrift-d, sans-serif;
font-weight: 400;
font-style: normal;
}
.banner-text h1 .name{
  font-size: 2.9rem;font-family:"Noto Sans TC" ,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
  display: block;
  font-weight: 600;
}

 .banner-text sup {
    top: -.9em ;
}
.banner-text .natural img{
  width: 180px;
}
.banner-text  h2{
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.banner-btn{
    background-color: rgb(115, 115, 188);
    cursor: pointer;
    border-radius: 35px;
   color: #ffffff;
    border: none;font-size: 1.1rem;font-weight: 400;
    letter-spacing: .3rem;height: 4rem; 
 transition: width 2s;
   padding-top: 20px ;    padding-bottom: 20px ; 
 padding-left: 50px;
  padding-right: 50px;transition-timing-function: ease;
}

.banner-btn:hover{
  color: #ffffff;
transition-timing-function: ease;
   text-align: center;  background-color: #444077;border: none;

}

.banner-btn .icon{
  height: 25px; display: none;padding:0px;
  margin-right: .5rem; display: none;width: auto; 
}

.banner-btn:hover .icon{
display: inline-block;
}
.banner-btn .icon img{
height: 25px; padding:0px;
width: auto;
}


/* block-2 */

.block-2 {
  background: url("../images/plate_strawberries-2_600px.gif");
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.block-2-title {
  position: absolute;
  top: 2rem;
  left: 3rem;
}
.block-2-title img {
  width: 300px;
}

.block-2-weight {
  position: absolute;
  right: 30%;
  top: 2rem;
  z-index: 10;
}
.block-2-weight img {
  width: 150px;
  -webkit-transition: opacity .3s,-webkit-box-shadow .3s;
    transition: opacity .3s,-webkit-box-shadow .3s;
    transition: opacity .3s,box-shadow .3s;
    transition: opacity .3s,box-shadow .3s,-webkit-box-shadow .3s;
}
.block-2-arrow {
  width: 25%;
  display: block;
}

.block-2-left,
.block-2-right {
  display: flex;
  justify-content: center;
}
.block-2-box {
  padding: 20px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 1.5px 1.5px 1.5px 1.5px;
  border-color: #a8a4de;
  border-radius: 15px 15px 15px 15px;
  text-align: center;
  display: block;
  width: 15rem;
}
.block-2-box p {
  font-size:  1.2rem;
  line-height: 1.5rem;
  text-align: center;
  padding-top: 1rem;
  color: #a7a4e0;
}
.block-2-Product {
  padding: 3rem;
  text-align: center;
}
.block-2-Product img {
  max-width: 200px;width: 100%;
  height: auto;
}


/* block-3 */

.block-3 {
  position: relative;
  overflow: hidden;
  padding-top: 10rem;
}

.block-3-title {
  position: absolute;
  top: 2rem;
  left: 3rem;
}
.block-3-title img {
  width: 300px;
}

.block-3-arrow {
  width: 25%;
  display: block;
}

.block-3-left,
.block-3-right {
  display: flex;
  justify-content: center;
}
.block-3-box {
  padding: 20px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 1.5px 1.5px 1.5px 1.5px;
  border-color: #ffffff;
  border-radius: 15px 15px 15px 15px;
  text-align: center;
  display: block;
  width: 15rem;
}
.block-3-box p {
  font-size:  1.2rem;
  line-height: 1.8rem;
  color: #ffffff;
  text-align: center;
  padding-top: 1rem;
}
.block-3-Product {
  text-align: center;
}
.block-3-Product img {
  width: 650px;
  height: auto;
  margin-left: -40%;
}

/* block-4 */

.block-4 {
  position: relative;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.block-4-bg {
  background:url('../images/Powerbank-2-od5q9p4wv6kxjp8x7q8iw6qb9ivfwfcnes12pg9440.png');
  background-repeat: no-repeat;
  background-position: top center;
}

.block-4-title {
  position: absolute;
  top: 2rem;
  left: 3rem;
}
.block-4-title img {
  width: 300px;
}

.block-4-arrow {
  width: 25%;
  display: block;
}
.block-4-left {
  display: flex;
  align-items: flex-start;
}

.block-4-right {
  display: flex;
  align-items: center;
}
.block-4-box {
  padding: 20px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 1.5px 1.5px 1.5px 1.5px;
  border-color: #a8a4de;
  border-radius: 15px 15px 15px 15px;
  text-align: center;
  display: block;
   width: 15rem;
}
.block-4-box p {
  font-size:  1.2rem;
  line-height: 1.8rem;
  text-align: center;
  padding-top: 1rem;
  color: #a7a4e0;
}

.block-4-Product img {
  max-width: 200px;width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.block-4-Product-2 img {
   max-width: 200px;width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}


/* block-5*/

.block-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.block-5-arrow {
  width: 25%;
  display: block;
}

.block-5-left,
.block-5-right {
  display: flex;
  justify-content: center;
}
.block-5-box {
  padding: 30px 30px 20px 30px;
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 1.5px 1.5px 1.5px 1.5px;
  border-color: #ffffff;
  border-radius: 15px 15px 15px 15px;
  text-align: center;
  display: block;
  width: 15rem;
}
.block-5-box p {
  font-size:  1.2rem;
  line-height: 1.8rem;
  color: #ffffff;
  padding-top: .5rem;
}
.block-5-box em {
  font-size: 1rem;
}
.block-5-Product {
}
.block-5-Product-1 img {
  max-width: 170px;width: 100%;
  height: auto;
  float: left;
  margin-left: 2rem;
  margin-top: -200px
}
.block-5-Product img {
  width: 170px;
  height: auto;
  margin-top: -30px
}

/* block-6*/

.block-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.designlogo{
 padding-top: 2rem;
}
.designlogo img {
  width: 200px;
  padding-top: 2rem;
}
.block-6-text {
  padding:5rem;
}
.block-6-text h2{
  font-size: 1.8rem;
}
.block-6 ul{
  list-style: none;
  padding-left: 0px;
}
.block-6 .more img{
    width:10px;
    height:10px;
    margin-left: 3px;
    margin-right: 3px;
}


/* block-7*/

.block-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.block-7 h2 {
  font-size: 2.7rem;
  font-family: vag-rundschrift-d, sans-serif;
font-style: normal;
}
.block-7 h2 sup{
  margin-top: -.5em;
}
.block-7 h2 .tm{
  font-size: 1.5rem;
  font-family: vag-rundschrift-d, sans-serif;
font-weight: 400;
font-style: normal;
}
.block-7 h2 .name{
  font-size: 2.2rem;
 font-family:"Noto Sans TC";
font-weight: 600;
}
.block-7-pic-box {
   width: 550px; margin-left: 4rem;
}

.block-7-text-box{
 width: 28rem;
 background: #ffffff;
 margin-top: 5rem;
 margin-left: -2rem;
}

.block-7-text-box-box{
  padding: 5rem;
}
.block-7-text-box-box img{
  padding-bottom: 0.5rem;
}
.block-7-text-box-box hr{
   border: 1px dashed #a8a4de; 
}






/* block-9*/

.block-9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.block-9-bg {
    background-image: url(../images/double-all-parts.jpg);
    background-position: bottom right;
    background-size: cover;    background-attachment: fixed;
}


.block-9 h3 {
  
}
.block-9 .col-md-6{
overflow: hidden;
}
.block-9 .col-md-6 .box-h{
margin-bottom: -9999px;
padding-bottom: 9999px;
background-color: #ffffff;
}
/* block-9*/
.block-9 h2 {
  font-size: 2.7rem;
  font-family: vag-rundschrift-d, sans-serif;
font-style: normal;
}
.block-9 h2 sup{
  margin-top: -.5em;
}
.block-9 h2 .tm{
  font-size: 1.5rem;
  font-family: vag-rundschrift-d, sans-serif;
font-weight: 400;
font-style: normal;
}
.block-9 h2 .name{
  font-size: 2.2rem;
 font-family:"Noto Sans TC" ,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
font-weight: 600;
}

/* video*/

.video {
  position: relative;
  width: 100%;
  height: 100%;background: #000;
  }
.video-btn {
  position: absolute;
  z-index: 30;
  text-align: center;  
  left:0;right:0;top:40%;
  margin:auto; 
}
.video-btn .btn-video{
  height: 4rem;
  background-color: #7373bc;
  padding-right: 3rem;
  padding-left:  3rem;
}
.btn-video{
    background-color: #7373bc;
    cursor: pointer;
    border-radius: 35px;
    color: #ffffff;
    border: #7373bc;  
    font-size: 1.1rem;
    letter-spacing: .3rem;font-weight: 400;
}

.btn-video .icon{
  height: 25px; display: inline-block;padding:0px;
  margin-right: .5rem;
}

.btn-video .icon img{
height: 25px; padding:0px;
width: auto;
}
.btn-video:hover{
  color: #ffffff;
  transition: 0.2s ease-out;
  background-color: #444077;
}

.video-img {
  position: relative;
  top:0px;
  filter: opacity(35%);
}

.video-bg {
    background-color: #ffffff;
    background-image: url(../images/video_bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;   
    height: 600px;
}


/* qa*/

.qa {
  padding-top: 5rem;
  padding-bottom: 5rem;
    text-align: left;
}
.qa .problem{
  font-size: 1.3rem;
  color: #a7a4e0;
  text-align: left;
}
.qa .open{
 display: block;color: #a7a4e0;
}
.qa .close{
 display: none;color: #444444;
}

.qa .problem::before{
  content: "&gt;"
  padding-right:1px;
  display: inline;
}
.qa .problem a.active{
  color:#eb1a20;
}

.qa .answer{
  padding: 2rem 3rem;
}

.qa .card {
    border: 0;
    border-radius: 0rem;
}
.qa .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #d4d4d4;
}
.qa .card-header:first-child {
    border-radius: 0;
}
.btn-link.hover, .btn-link:hover  {
    text-decoration: none;
    color:#eb1a20;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}

@media screen and (max-width: 1200px) {
  .banner-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  }
.block-3-Product img {
  margin-left: -65%;
}
}


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


.banner-text {
  margin-top: 0rem
}

.banner-text  h1{
  font-size: 5rem;
  font-weight: bold;
  padding-bottom: 1rem;
  font-family: vag-rundschrift-d, sans-serif;
font-weight: 400;
font-style: normal;
}
.banner-text h1 .tm{
  font-size: 2rem;
  font-family: vag-rundschrift-d, sans-serif;
font-weight: 400;
font-style: normal;
}


/* block-2 */
.block-2 {
  background-position:  center 55%;
  background-size: 90% ;
}

.block-2-box {
  width: 20rem;
}
.block-2-title {
  position: static;
  text-align: center;
}

.block-2-weight {
  position: absolute;
  right: 20%;
  top: 65%;
  z-index: 10;
}
.block-2-weight img {
  width: 180px;
}
.block-2-arrow {
  width: 0px;
  display: none;
  visibility: hidden;
}

/* block-3 */

.block-3-box {
  width: 20rem;
}
.block-3-title {
  position: static;
  text-align: center;
}

.block-3-arrow {
  width: 0px;
  display: none;
  visibility: hidden;
}
.block-3-Product{
  overflow: hidden;
}
.block-3-Product img {
  width: 100%;
  height: auto;
  margin-left: 0
}


/* block-4 */

.block-4-title {
  position: static;
  text-align: center;
}
.block-4-bg {
  background:none;
}
.block-4-Product img {
  max-width: 600px;width: 100%;
  width: 100%
}
.block-4-Product-2 {
 display: none;visibility: hidden;
}

.block-4-arrow {
  width: 0px;
  display: none;
  visibility: hidden;
}
.block-4-left {
  display: block;
}

.block-4-right {
  display: block;
}
.block-4-box {
  width: 20rem;  
}

/* block-5 */
.block-5-box {
  width: 20rem;
}
.block-5-Product{
  display: none;
  visibility: hidden;
}

.block-5-Product-1 img {
    max-width: 170px;
    width: 100%;
    height: auto;
    float: none;
    margin-left: auto;
    margin-right:  auto;
    margin-top: -200px;

}
.block-5-arrow {
  width: 0px;
  display: none;
  visibility: hidden;
}

/* block-6 */
.block-6-text{
padding: 1rem;
}
/* block-7 */
.block-7-text-box{
width: 60%;
 background: #ffffff;
 margin-top: -5rem;
 margin-left: 35%;
}
.designlogo{
 padding-top: 0rem;
}
.designlogo img {
  padding-top: 1rem;
}
}


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


/* navbar */
.navbar {
  padding: 0px;
  } 
.navbar-nav {
background-color: #a8a4de;
} 
.navbar-light .navbar-nav .nav-link {
    color: #ffffff!important;
    font-weight: 600;
}
.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #ffffff;background-color: #56595c;
}


.nav-link:after {
    display: none;
} 
.nav-link:hover {
      text-decoration: none!important;
     
}

.nav-link:hover:after {
    display: none;
}



/* banner*/
.banner-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  }
.banner-text  h1{
  font-size: 3rem;
  padding-bottom: .7rem;
}
.banner-text h1 .name{
  font-size: 2rem;
}
.banner-text h1 .tm{
  font-size: 1rem;
}

.banner-text .natural img{
  width: 130px;
}

.banner-text  h2{
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
}

/* fb */
.fb{
  position: fixed;
  left: 0;
  top:30%;
}
.fb img{
 width: 50px;
  left: 0;
}
.fb ul{
margin-left: 0px;padding-left: 0px;
list-style: none;
}

/* block-2 */
.block-2 {
  background-position:  center 40%;
  background-size: 95% ;
}
.block-2-weight {
  position: absolute;
  right: 15%;
  top: 85%;
  z-index: 10;
}
.block-2-weight img {
  width: 150px;
}
.block-2-title {
  position: static;
  text-align: center;
}
.block-2-product img{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}


/* block-6 */
.designlogo{
  display: flex;
  justify-content: center;
}


/* block-7 */
.block-7-pic-box {
   width: 95%; margin-left: 0rem;
}
.block-7-text-box{
 width: 60%;
 background: #ffffff;
 margin-top: -5rem;
 margin-left: 40%;
}
.block-7-text-box-box{
  padding: 3rem;
}

/* block-9 */
.block-9-bg {
    background-image: url(../images/double-all-parts.jpg);
    background-position: top center;
    background-size: 100% auto; 
}
.block-9 .col-md-6{

  overflow: visible;
}
.block-9 .col-md-6 .box-h{
margin-bottom: 0px;
padding-bottom: 0px;
}

}




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

.banner-text  h1{
  font-size: 3rem;
  padding-bottom: 1rem;
}
.banner-text h1 .name{
  font-size: 2rem;
}
.banner-text h1 .tm{
  font-size: 1.1rem;
}
.banner-text  h2{
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 400;
}
.banner-text {
  margin-top:3rem;
  padding-left: 2rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
}
.hand {
  padding-top: 4.5rem;
  padding-left: 3.8rem;
  padding-right: 0rem;
}

/* fb */
.fb{
  position: fixed;
  top:40%;
  right:0;
}

.block-2 ,.block-4 ,.block-5 ,.block-6 ,.block-7 ,.block-9  {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.block-3 {
  padding-top: 6rem;
}
/* block-2 */
.block-2 {
  background-position:  center 40%;
  background-size: 80% ;
}

.block-2-product img{
  padding-left: 2rem;
  padding-right: 2rem;
}
.block-2-weight {
  position: absolute;
  right: 20%;
  top: 95%;
  z-index: 10;
}
.block-2-weight img {
  width: 130px;
}

.block-2-title img, .block-3-title img, .block-4-title img{
  width: 75%;
}

.block-2-box p
{
      font-size: 1.1rem;
    line-height: 1.8rem;  font-weight: 400;
}
.block-3-box p
{
      font-size: 1.1rem;
    line-height: 1.8rem;  font-weight: 400;
}
.block-4-box p
{
      font-size: 1.1rem;
    line-height: 1.8rem;  font-weight: 400;
}
.block-5-box p{
      font-size: 1.1rem;
    line-height: 1.8rem;  font-weight: 400;
}
/* block-5 */
.block-5-Product-1 img {
    max-width: 150px;
    width: 100%;
    height: auto;
    float: none;

}

/* block-6 */
.block-6-text{
padding: 2.5rem;
}
.designlogo{
 padding-top: 0rem;
}
.designlogo img {
  padding-top: 0rem;
}

/* block-7 */
.block-7-text-box{
 width: 80%;
 background: #ffffff;
 margin-top: -5rem;
 margin-left: 20%;
}
.block-7-text-box-box{
  padding: 2rem;
}


/* video*/
.video-bg {
    background-color: #ffffff;
    background-image: url(../images/video_bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;   
  height: 300px;
}
}

@media screen and (max-width: 480px) {
/* block-2 */
.block-2 {
  background-position:  center 40%;
  background-size: 90% ;
}

.block-2-product img{
  padding-left: 2.3rem;
  padding-right: 2.3rem;
}
.block-2-weight {
  position: absolute;
  right: 13%;
  top: 95%;
  z-index: 10;
}
.block-2-box,.block-3-box,.block-4-box,.block-5-box {
  width: 15rem;
}
.video-btn {
top:20%;
}
.block-6-text h2{
  font-size: 1.5rem;
}
.block-7 h2 {
  font-size: 2.1rem;
font-style: normal;
}
.block-7 h2 sup{
  margin-top: -.8em;
}
.block-7 h2 .tm{
  font-size: 1rem;
font-weight: 400;
font-style: normal;
}
.block-7 h2 .name{
  font-size: 1.8rem;
font-weight: 600;
}
.block-9 h2 sup{
  margin-top: -.8em;
}
.block-9 h2 .tm{
  font-size: 1rem;
font-weight: 400;
font-style: normal;
}
.block-9 h2 .name{
  font-size: 1.8rem;
font-weight: 600;
}
.qa {
width: 95%;
margin-right: auto;
margin-left:  auto;
}
.qa .problem{
padding-left: 1rem;
}
}
</pre></body></html>