.section-sw10{
  display: none;
}

@media screen and (max-width: 576px) {
  .section-sw10{
    background-color: #f1f1f8;
    padding: 8px 10px;
    display: block;
  }

  .btn-sw10{
    background-image: url(../../i/btn-sw10-bg.png);
    background-size: cover;
    background-position: right;
    border: 0.1px solid #E5E7F1;
    border-radius: 8px;
    overflow: hidden;
  }

  .btn-sw10-content{
    padding: 20px 16px;
    font-size: 16px;
    font-weight: 700;
    color: #405DA2;

    display: flex;
    align-items: center;
  }

  .btn-sw10-content p{
    margin-top: 0;
    margin-bottom: 0;
  }

  .btn-sw10-image{
    height: 24px;
    margin-right: 12px;
  }

}

/* 2022-04-18 首頁改版 -shawn */
/* 健康數據 */
.section-passbook{
  background-color: #f1f1f8;
  padding: 8px 10px;
  display: block;
}
.section-passbook .data-wrap{
  border-radius: 20px;
  padding: 20px;
  background: #FFF;
  box-shadow: 1.4px 1.4px 12px 0 rgba(22, 22, 21, 0.1);
}
.section-passbook .data-wrap .content{
  max-width: 660px;
  margin: 0 auto;
}
.section-passbook .content-title{
  color: #365ea7;
  font-size: 1.2rem;
  text-align: center;
}

/* 左邊圖像 */
svg.circle {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.padding_0{
  padding:0px;
};

.section-passbook .data1 .circle-title{
  font-size: 1.4rem;
  color: #a3a3a3;
  margin-top: 10px;
}
/* 右邊文字 */
.section-passbook .data1 .info{
  min-width:120px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .section-passbook .data1{
    flex-wrap:nowrap;
  }

  /* 左邊圖像 */
  .section-passbook .data1 .circle-title{
    font-size: 1rem;
    color: #a3a3a3;
    margin-top: 10px;
  }
  /* 右邊文字 */
  .section-passbook .data1 .info{
    font-size: 1.2rem;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 300px) {
  .section-passbook .data1{
    /* flex-wrap:wrap; */
  }
}
