html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  word-break: keep-all;
}

body::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

[v-cloak] {
  display:block;/*none*/
}

.measure-page {
  background-color: #fafafa;
}

@media screen and (min-width: 768px) {
  .measure-page {
    position: absolute;
    z-index: 0;
  }
}

.head {
  width: 100vw;
  height: 5%;
  text-align: center;
  color: white;
  background-color: #902325;
  padding: 5% 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .head {
    padding: 3% 0;
  }
}

h3 {
  margin: 0;
  line-height: 3;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 100%;
  flex-wrap: wrap;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .container {
    width: 68%;
    margin: 0 auto;
  }
}

.member-info {
  width: 100vw;
}

.member-number,
.member-name,
.measure-time {
  padding: 1rem 0.5rem;
}

.member-number-text,
.member-name-text,
.member-time-text {
  display: inline-block;
  width: 30%;
  font-size: 2rem;
  padding: 3%;
  white-space: nowrap;
}

.member-number-value,
.member-name-value {
  display: inline-block;
  width: 60%;
  font-size: 2em;
  text-align: right;
}

.member-time-value {
  display: inline-block;
  width: 60%;
  font-size: 1.6rem;
  text-align: right;
}

.measure-result {
  width: 100%;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .measure-result {
    display: inline-block;
    width: 100vw;
    justify-content: space-around;
    padding: 0 5%;
  }
}

.measure-result-title {
  font-size: 1.8rem;
  color: #902325;
  font-weight: 700;
}

.measure-result-item,
.measure-result-text {
  font-size: 1.6rem;
  color: #4f4f4f;
}

.measure-result-text {
  padding: 5%;
}

.measure-result-pressure,
.measure-result-glucose,
.measure-result-spO2,
.measure-result-temperature,
.measure-result-lipid,
.measure-result-weight,
.measure-result-wais,
measure-result-skinfold {
  display: none;
}

.measure-result-page-button {
  float: right;
}

.show-measure-page-button {
  content: url('https://www.ulifecloud.com/img/chevron_left_24px.svg');
}
@media screen and (min-width: 768px) {
  .show-measure-page-button {
    position: absolute;
    top: 30%;
    right: 5%;
    content: url('https://www.ulifecloud.com/img/close_24px.svg');
  }
}

.show-measure-box-arrow {
  padding: 5% 0;
}

ul > li {
  list-style-type: disc;
}

.card {
  width: 100%;
}

.card-header {
  padding: 2%;
}

.card-body {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  font-size: 1rem;
  text-align: center;
}

.card-view {
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
}

.weight-card-view {
  flex-basis: 100%;
  padding: 5% 0;
}

.scale-card-view {
  flex-basis: 35%;
  padding: 5%;
}

.scale-view {
  position: relative;
  display: inline-flex;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
}

.thermometer,
.thermometer--moderate,
.thermometer--very-high {
  position: relative;
}

.text-low {
  top: -25%;
  left: 6%;
  position: absolute;
  color: #4f4f4f;
}

.text-moderate {
  top: -25%;
  left: 26%;
  position: absolute;
  color: #363df8;
}

.text-high {
  top: -25%;
  left: 64%;
  position: absolute;
  color: #8a2331;
}

.visceralFat-text-moderate {
  position: absolute;
  top: -20%;
  left: 20%;
  color: #363df8;
}

.visceralFat-text-high {
  position: absolute;
  top: -20%;
  left: 64%;
  color: #8a2331;
}

.liquid {
  display: block;
  align-items: center;
  height: 2.5rem;
  background: linear-gradient(
    to right,
    rgba(162, 160, 160, 0.03) 20%,
    rgba(100, 148, 55, 0.06) 30%,
    rgba(138, 35, 49, 0.03) 50%
  );
  border-top: 0.5px solid #bdbdbd;
  border-left: 1.5px solid #bdbdbd;
  position: relative;
}

.visceral-fat-liquid {
  background: linear-gradient(
    to right,
    rgba(100, 148, 55, 0.06) 30%,
    rgba(138, 35, 49, 0.03) 50%
  );
}

.liquid::before {
  width: var(--attr-width);
  background-color: var(--attr-background);
  position: absolute;
  content: '';
  height: 45%;
  left: 0;
  bottom: 0;
}

.scale-1 {
  position: absolute;
  width: 3px;
  height: 10px;
  left: 8%;
  background: #bdbdbd;
  z-index: 1;
}

.scale-2 {
  position: absolute;
  width: 3px;
  height: 10px;
  left: 16%;
  background: #bdbdbd;
  z-index: 1;
}

.scale-2-2 {
  position: absolute;
  width: 3px;
  height: 10px;
  left: 24%;
  background: #bdbdbd;
  z-index: 1;
}

.scale-3 {
  position: absolute;
  width: 3px;
  height: 10px;
  left: 32%;
  background: #bdbdbd;
  z-index: 1;
}

.scale-4 {
  position: absolute;
  width: 3px;
  height: 10px;
  left: 48%;
  background: #bdbdbd;
  z-index: 1;
}

.scale-5 {
  position: absolute;
  width: 3px;
  height: 10px;
  left: 56%;
  background: #bdbdbd;
  z-index: 1;
}

.scale-6 {
  position: absolute;
  width: 3px;
  height: 10px;
  left: 64%;
  background: #bdbdbd;
  z-index: 1;
}

.scale-7 {
  position: absolute;
  width: 3px;
  height: 10px;
  left: 72%;
  background: #bdbdbd;
  z-index: 1;
}

.scale-8 {
  position: absolute;
  width: 3px;
  height: 10px;
  left: 80%;
  background: #bdbdbd;
  z-index: 1;
}

.scale-9 {
  position: absolute;
  width: 3px;
  height: 10px;
  left: 88%;
  background: #bdbdbd;
  z-index: 1;
}

.daimond-green {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 23%;
  background: #649437;
  transform: rotate(45deg);
  z-index: 1;
}

.daimond-red {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 41%;
  background: #8a2331;
  transform: rotate(45deg);
  z-index: 1;
}

.card-footer {
  display: flex;
  justify-content: space-around;
  font-size: 1rem;
  text-align: center;
  padding: 5%;
  hyphens: none;
}

.card-footer-item {
  width: 23%;
}
@media screen and (min-width: 768px) {
  .card-footer-item {
    width: 15%;
  }
}
@media screen and (min-width: 1024px) {
  .card-footer-item {
    width: 10%;
  }
}

.value-title {
  font-size: 2rem;
}

.visceralFat-title {
  font-size: 2rem;
}

.value {
  display: inline-block;
  font-size: 6rem;
}

.value-unit {
  font-size: 1.2rem;
}

.decimal-point {
  display: inline-block;
  font-size: 3rem;
}

.pulse {
  width: 100%;
  text-align: center;
}

.spO2-value {
  font-size: 5rem;
}

#pressure,
#glucose,
#spo2,
#temperature,
#weight {
  display: none;
  position: relative;
  margin: 0 auto;
  top: 0;
}
@media screen and (min-width: 768px) {
  #pressure,
  #glucose,
  #spo2,
  #temperature,
  #weight {
    position: fixed;
    width: 68%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
  }
  #pressure,
  #weight {
    height: 100%;
  }
}

.ARR,
.AFib,
.PC {
  border: 1px #9c9b9b solid;
  color: #9c9b9b;
  padding: 0 15%;
}

.footer {
  width: 100%;
  text-align: center;
  padding: 10%;
  padding-bottom: 50%;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 10%;
  }
}

.gray {
  color: #9c9b9b;
}

.vu_orange {
  color: #f08719;
}

.rm_red {
  color: #8b2331;
}

.text-center {
  text-align: center;
}

.padding-10 {
  padding: 10%;
}
/* Clear floats after the columns */
.row:after {
  content: '';
  display: table;
  clear: both;
}

.rossmax-website {
  font-size: 3rem;
  font-weight: 700;
  color: white;
  background-color: #902325;
  text-align: center;
  padding: 5%;
  white-space: nowrap;
}

@media screen and (max-width: 414px) {
  .rossmax-website {
    font-size: 2rem;
    padding: 3%;
  }
}
@media screen and (min-width: 768px) {
  .rossmax-website {
    padding: 2%;
  }
}

hr {
  width: 100%;
}

.how-measure-page-button {
  padding: 3%;
}

.back-to-top-button {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
}

.scroll-top-link {
  /* 測試註解 */
  position: fixed;
  outline: #096dd9;
  color: #096dd9;
  font-size: 18px;
  right: 4%;
  bottom: 3%;
  z-index: 99;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .scroll-top-link {
    font-size: 28px;
    right: 10%;
    bottom: 10%;
  }
}

.block {
  display: block;
}

.none {
  display: none;
}

.ruler {
  height: 0.625rem;
  width: 100%;
  margin-bottom: -12px;
}

#ruler-green {
  height: 100%;
  background-color: #6db12d 6%;
}

.thermometer .ruler .ticks--very-low line,
.thermometer--very-low .ruler .ticks--very-low line,
.thermometer--low .ruler .ticks--very-low line,
.thermometer--moderate .ruler .ticks--very-low line,
.thermometer--high .ruler .ticks--very-low line,
.thermometer--very-high .ruler .ticks--very-low line,
.thermometer .ruler .ticks--low line,
.thermometer--very-low .ruler .ticks--low line,
.thermometer--low .ruler .ticks--low line,
.thermometer--moderate .ruler .ticks--low line,
.thermometer--high .ruler .ticks--low line,
.thermometer--very-high .ruler .ticks--low line,
.thermometer .ruler .ticks--moderate line,
.thermometer--very-low .ruler .ticks--moderate line,
.thermometer--low .ruler .ticks--moderate line,
.thermometer--moderate .ruler .ticks--moderate line,
.thermometer--high .ruler .ticks--moderate line,
.thermometer--very-high .ruler .ticks--moderate line,
.thermometer .ruler .ticks--high line,
.thermometer--very-low .ruler .ticks--high line,
.thermometer--low .ruler .ticks--high line,
.thermometer--moderate .ruler .ticks--high line,
.thermometer--high .ruler .ticks--high line,
.thermometer--very-high .ruler .ticks--high line,
.thermometer .ruler .ticks--very-high line,
.thermometer--very-low .ruler .ticks--very-high line,
.thermometer--low .ruler .ticks--very-high line,
.thermometer--moderate .ruler .ticks--very-high line,
.thermometer--high .ruler .ticks--very-high line,
.thermometer--very-high .ruler .ticks--very-high line {
  stroke-width: 3px;
  shape-rendering: crispEdges;
}
.thermometer .ruler .ticks--very-low,
.thermometer--very-low .ruler .ticks--very-low,
.thermometer--low .ruler .ticks--very-low,
.thermometer--moderate .ruler .ticks--very-low,
.thermometer--high .ruler .ticks--very-low,
.thermometer--very-high .ruler .ticks--very-low {
  stroke: #bdbdbd;
}
.thermometer .ruler .ticks--low,
.thermometer--very-low .ruler .ticks--low,
.thermometer--low .ruler .ticks--low,
.thermometer--moderate .ruler .ticks--low,
.thermometer--high .ruler .ticks--low,
.thermometer--very-high .ruler .ticks--low {
  stroke: #bdbdbd;
}
.thermometer .ruler .ticks--moderate,
.thermometer--very-low .ruler .ticks--moderate,
.thermometer--low .ruler .ticks--moderate,
.thermometer--moderate .ruler .ticks--moderate,
.thermometer--high .ruler .ticks--moderate,
.thermometer--very-high .ruler .ticks--moderate {
  stroke: #bdbdbd;
}
.thermometer .ruler .ticks--high,
.thermometer--very-low .ruler .ticks--high,
.thermometer--low .ruler .ticks--high,
.thermometer--moderate .ruler .ticks--high,
.thermometer--high .ruler .ticks--high,
.thermometer--very-high .ruler .ticks--high {
  stroke: #bdbdbd;
}
.thermometer .ruler .ticks--very-high,
.thermometer--very-low .ruler .ticks--very-high,
.thermometer--low .ruler .ticks--very-high,
.thermometer--moderate .ruler .ticks--very-high,
.thermometer--high .ruler .ticks--very-high,
.thermometer--very-high .ruler .ticks--very-high {
  stroke: #bdbdbd;
}

/* //old css */
/* @charset "utf-8"; */
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* a,img {
	outline: none;/* for Firefox */
/* hlbr:expression(this.onFocus=this.blur()); /* for IE */
/* }  */

input,
textarea {
  outline: none;
} /*消除chrome黃色框*/
textarea {
  resize: none;
} /*不要縮放*/
img,
div {
  border: 0px;
}
/* a:link {
	color: #ff5a00;
	text-decoration:none;
	} */
/* a:visited {
	text-decoration:none;
	color:#ff5a00;
	} */
/* a:hover {
	text-decoration: none;
	color: #e92100;
}
a:active {
	text-decoration: none;
	color: #e92100;
} */
html {
  font-size: 75%;
}
body {
  font-size: 1rem;
  word-wrap: break-word;
  font-family: 'Roboto', 'Noto Sans TC', Arial, sans-serif; /*,'微軟正黑體'*/
}
/* *{	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/**/
/* transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	} */
/* .tas{
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	}  */
.fw {
  white-space: nowrap;
}
#thai {
  letter-spacing: -0.05rem;
}
.measurement_box {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .measurement_box {
    width: 68%;
  }
}
.m_itam_box {
  position: relative;
  z-index: 1;
  padding: 5%;
}
.m_itam_bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  /*padding-bottom:14.223%;*/
  /* border-top-right-radius:40px;
	background-color:#a51e21; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  top: 0;
  right: 0;
  /**/
  text-align: center;
  background-color: #f8f8f8;
  color: #a51e21;
  font-size: 2.8rem;
  font-weight: 300;
  /**/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.m_itam_bg1 > div {
  position: relative;
  width: 85%;
  text-align: center;
}
.m_itam_bg1 > div > strong {
  display: inline-flex;
  font-size: 3.3rem;
  font-weight: 700; /*900*/
  line-height: 2;
}
.m_itam_bg1 > img {
  /* position: relative; */
  display: block;
  font-size: 3.3rem;
  font-weight: 700; /*900*/
  z-index: 1;
}
#thai .m_itam_bg1 > div > strong {
  top: 0.3rem;
}
.m_itam_bg2 {
  position: relative;
  width: 21.532%;
  /*height:100%;*/
  padding-bottom: 14.233%;
  background-attachment: scroll;
  /* background-image:url(../img/m_itam_bg.svg); */
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: auto 101%;
}
.m_itam_bg2 > div {
  position: absolute;
  width: 66.1%;
  padding-bottom: 66.1%;
  /*height:100%;*/
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  top: 0;
  left: 0;
}
.m_content_box {
  position: relative;
  height: 100%;
  background-color: #f8f8f8; /*f1f1f2*/
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 9% 2.8% 4.5%;
  /**/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.standard {
  position: relative;
  margin: 3px auto 12px;
}
.standard2 {
  position: relative;
  display: block;
  margin: 10px auto;
  padding: 10px 0;
}
.standard > table {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}
.standard2 > table {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #404041;
}
/* .bfp{}	 */
.bfp2 {
  position: relative;
  margin-top: -15px;
  padding: 0 0 25px;
  display: block;
}
.bfp3 {
  position: relative;
  margin-bottom: -15px;
  padding: 15px 0 0;
  display: block;
}
.standard td,
.standard2 td {
  padding: 8px;
}
.standard > table tr:nth-child(1) td {
  background-color: #606466;
  font-size: 1.5rem;
  font-weight: 100;
  border-bottom: 1px #f8f8f8 solid;
  text-align: center;
}
.standard > table tr:nth-child(1) td strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 500; /*700*/
}
.standard > table tr:nth-child(2) td,
.standard > table tr:nth-child(3) td,
.standard > table tr:nth-child(4) td,
.standard > table tr:nth-child(5) td,
.standard > table tr:nth-child(6) td,
.standard > table tr:nth-child(7) td {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
}
.standard > table tr:nth-child(2) td:nth-child(1),
.standard > table tr:nth-child(3) td:nth-child(1),
.standard > table tr:nth-child(4) td:nth-child(1),
.standard > table tr:nth-child(5) td:nth-child(1),
.standard > table tr:nth-child(6) td:nth-child(1),
.standard > table tr:nth-child(7) td:nth-child(1) {
  text-align: left;
}
.standard2 > table tr:nth-child(1) td {
  background-color: #d0d0d0;
  font-size: 1.5rem;
  font-weight: 100;
  border-bottom: 1px #f8f8f8 solid;
  text-align: center;
}
.standard2 > table tr:nth-child(1) td strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 500; /*700*/
}
.standard2 > table tr:nth-child(2) td,
.standard2 > table tr:nth-child(3) td,
.standard2 > table tr:nth-child(4) td,
.standard2 > table tr:nth-child(5) td,
.standard2 > table tr:nth-child(6) td,
.standard2 > table tr:nth-child(7) td,
.standard2 > table tr:nth-child(8) td,
.standard2 > table tr:nth-child(9) td,
.standard2 > table tr:nth-child(10) td,
.standard2 > table tr:nth-child(11) td,
.standard2 > table tr:nth-child(12) td {
  font-size: 1.7rem;
  font-weight: 300;
  text-align: center;
  background-color: #e8e8e8;
}
.standard2 > table tr td.t_left {
  text-align: left;
}
.standard2 > table tr td.t_bg {
  background-color: #dddddd;
}
.standard2 > table tr td.t_bg2 {
  background-color: #e4e4e4;
}
/**/
#pressure .standard > table tr:nth-child(2) td {
  background-color: #a8d179;
}
#pressure .standard > table tr:nth-child(3) td {
  background-color: #8bc250;
}
#pressure .standard > table tr:nth-child(4) td {
  background-color: #6db12d;
}
#pressure .standard > table tr:nth-child(5) td {
  background-color: #f0ba00;
}
#pressure .standard > table tr:nth-child(6) td {
  background-color: #ee8f00;
}
#pressure .standard > table tr:nth-child(7) td {
  background-color: #9b092e;
}
/**/
#glucose .standard > table tr:nth-child(1) td span {
  position: relative;
  float: left;
  width: 49%;
  display: block;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
#glucose .standard > table tr:nth-child(1) td span:nth-child(3) {
  border-left: 1px #f8f8f8 solid;
}
#glucose .standard > table tr:nth-child(2) td {
  background-color: #f0b425;
}
#glucose .standard > table tr:nth-child(3) td {
  background-color: #71b443;
}
#glucose .standard > table tr:nth-child(4) td {
  background-color: #f18d22;
}
#glucose .standard > table tr:nth-child(5) td {
  background-color: #921734;
}
/**/
#weight .standard > table tr:nth-child(2) td {
  background-color: #f0b425;
}
#weight .standard > table tr:nth-child(3) td {
  background-color: #71b443;
}
#weight .standard > table tr:nth-child(4) td {
  background-color: #f18d22;
}
#weight .standard > table tr:nth-child(5) td {
  background-color: #921734;
}
/**/
#spo2 .standard > table tr:nth-child(2) td {
  background-color: #6db12d;
}
#spo2 .standard > table tr:nth-child(3) td {
  background-color: #f0ba00;
}
#spo2 .standard > table tr:nth-child(4) td {
  background-color: #9b092e;
}
#spo2 .standard > table tr:nth-child(2) td:nth-child(1),
#spo2 .standard > table tr:nth-child(3) td:nth-child(1),
#spo2 .standard > table tr:nth-child(4) td:nth-child(1) {
  text-align: center;
}
/**/
#temperature .standard > table tr:nth-child(1) td span {
  position: relative;
  float: left;
  width: 49%;
  display: block;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
#temperature .standard > table tr:nth-child(1) td span:nth-child(3) {
  border-left: 1px #f8f8f8 solid;
}
#temperature .standard > table tr:nth-child(2) td {
  background-color: #f0b425;
}
#temperature .standard > table tr:nth-child(3) td {
  background-color: #71b443;
}
#temperature .standard > table tr:nth-child(4) td {
  background-color: #f18d22;
}
#temperature .standard > table tr:nth-child(5) td {
  background-color: #921734;
}

.note {
  position: relative;
  font-size: 1.45rem;
  color: #404041;
  font-weight: 300;
  overflow: hidden;
}
/* @media screen and (min-width: 768px) {
	.note{
	padding-bottom: 10%;
	}
}	 */
.note strong {
  font-size: 1.55rem;
  font-weight: 500; /*700*/
}
.note > div {
  margin-bottom: 8px;
}
.red_f {
  position: relative;
  display: block;
  color: #8b2331;
  padding: 8px 0 5px;
}
.act {
  position: relative;
  float: left;
  width: 10%;
  padding-bottom: 10%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url(../img/act.svg);
  margin: 0 1.5% 0 0;
}
.act2 {
  position: relative;
  float: left;
  width: 88%;
  margin: 1% 0 0 0;
}
.level_bx {
  position: relative;
  display: block;
  margin: 2.5% 0 1% 0;
}
.level_bx > div {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.level_bx > div > div {
  position: relative;
  /*float:left;*/
  width: 16.6666%;
  text-align: center;
}
.level_bx > div:nth-child(1) > div > span {
  position: relative;
  width: 60%;
  padding-bottom: 89.4%; /*149*/
  display: block;
  margin: 15% auto 10%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100% auto;
}
.level_bx > div:nth-child(1) > div:nth-child(1) > span {
  background-image: url(../img/level_1.svg);
}
.level_bx > div:nth-child(1) > div:nth-child(2) > span {
  background-image: url(../img/level_2.svg);
}
.level_bx > div:nth-child(1) > div:nth-child(3) > span {
  background-image: url(../img/level_3.svg);
}
.level_bx > div:nth-child(1) > div:nth-child(4) > span {
  background-image: url(../img/level_4.svg);
}
.level_bx > div:nth-child(1) > div:nth-child(5) > span {
  background-image: url(../img/level_5.svg);
}
.level_bx > div:nth-child(1) > div:nth-child(6) > span {
  background-image: url(../img/level_6.svg);
}
.level_bx > div:nth-child(1) > div > span > span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: #888888;
  font-weight: 400; /*bold*/
  letter-spacing: -1px;
  overflow: hidden;
}
#french .level_bx > div:nth-child(1) > div > span > span,
#italian .level_bx > div:nth-child(1) > div > span > span,
#german .level_bx > div:nth-child(1) > div > span > span {
  font-size: 1.7rem;
}
.level_bx > div:nth-child(2) {
  position: relative;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url(../img/levelbg.jpg);
  border-radius: 10px;
}
.level_bx > div:nth-child(2) > div {
  padding: 6px 0.5px 5px;
  font-size: 1.4rem;
  font-weight: 400; /*500*/
  color: #fff;
}
#german .level_bx > div:nth-child(2) > div {
  font-size: 1.25rem;
  letter-spacing: -0.08rem;
}
.m-note-title {
  display: flex;
}
/**/
.ihb::before {
  position: absolute;
  content: '';
  width: 30px; /*26px*/
  height: 27px; /*23px*/
  left: 0;
  top: 50%;
  margin-top: -13px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
.ihb,
.arr,
.afib,
.pc,
.tach,
.brad {
  padding-left: 2%;
}
.arr::before,
.afib::before,
.pc::before,
.tach::before,
.brad::before {
  position: absolute;
  content: '';
  width: 41px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
.md,
.cd {
  padding-left: 40px;
}
.md::before,
.cd::before {
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
  left: 0;
  top: 50%;
  margin-top: -18.5px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
.md::before {
  background-image: url(../img/md.svg);
}
.cd::before {
  background-image: url(../img/cd.svg);
}
/**/
.ls {
  letter-spacing: normal;
}
.te1 {
  width: 25%;
}
.te2 {
  width: 18.75%;
}
.kb {
  display: none; /*table-cell*/
}
.kb2 {
  display: table-row; /*none;*/
}
/**/
@media only screen and (max-width: 800px) {
  /**/
  .measurement_box {
    width: 100%;
  }
  .m_itam_bg1 {
    font-size: 2.5rem;
  }
  .m_itam_bg1 > div > strong {
    font-size: 3rem;
  }
  .standard > table tr:nth-child(1) td,
  .standard2 > table tr:nth-child(1) td {
    font-size: 1.4rem;
  }
  .standard > table tr:nth-child(1) td strong,
  .standard2 > table tr:nth-child(1) td strong {
    font-size: 1.7rem;
  }
  .standard > table tr:nth-child(2) td,
  .standard > table tr:nth-child(3) td,
  .standard > table tr:nth-child(4) td,
  .standard > table tr:nth-child(5) td,
  .standard > table tr:nth-child(6) td,
  .standard > table tr:nth-child(7) td {
    font-size: 1.7rem;
  }
  .standard2 > table tr:nth-child(2) td,
  .standard2 > table tr:nth-child(3) td,
  .standard2 > table tr:nth-child(4) td,
  .standard2 > table tr:nth-child(5) td,
  .standard2 > table tr:nth-child(6) td,
  .standard2 > table tr:nth-child(7) td,
  .standard2 > table tr:nth-child(8) td,
  .standard2 > table tr:nth-child(9) td,
  .standard2 > table tr:nth-child(10) td,
  .standard2 > table tr:nth-child(11) td,
  .standard2 > table tr:nth-child(12) td {
    font-size: 1.6rem;
  }
  .note {
    font-size: 1.3rem;
  }
  .note strong {
    font-size: 1.4rem;
  }
  .act {
    width: 13%;
    padding-bottom: 13%;
    margin: 0 1.5% 0 0;
  }
  .act2 {
    width: 85%;
    margin: 2.5% 0 0 0;
  }
  .level_bx > div:nth-child(1) > div > span > span {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  #french .level_bx > div:nth-child(1) > div > span > span,
  #german .level_bx > div:nth-child(1) > div > span > span {
    font-size: 1.4rem;
  }
  #german .level_bx > div:nth-child(2) > div {
    font-size: 1rem;
    letter-spacing: -0.085rem;
  }
}
@media only screen and (max-width: 750px) {
  /**/
  .act2 {
    margin: 1% 0 0 0;
  }
  #italian .level_bx > div:nth-child(1) > div > span > span {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 650px) {
  /**/
  .m_itam_bg1 {
    font-size: 2rem;
  }
  .m_itam_bg1 > div > strong {
    font-size: 2.5rem;
  }
  .standard td,
  .standard2 td {
    padding: 8px 5px;
  }

  .standard > table tr:nth-child(1) td,
  .standard2 > table tr:nth-child(1) td {
    font-size: 1.3rem;
  }
  .standard > table tr:nth-child(1) td strong,
  .standard2 > table tr:nth-child(1) td strong {
    font-size: 1.6rem;
  }
  .standard > table tr:nth-child(2) td,
  .standard > table tr:nth-child(3) td,
  .standard > table tr:nth-child(4) td,
  .standard > table tr:nth-child(5) td,
  .standard > table tr:nth-child(6) td,
  .standard > table tr:nth-child(7) td {
    font-size: 1.6rem;
  }
  .standard2 > table tr:nth-child(2) td,
  .standard2 > table tr:nth-child(3) td,
  .standard2 > table tr:nth-child(4) td,
  .standard2 > table tr:nth-child(5) td,
  .standard2 > table tr:nth-child(6) td,
  .standard2 > table tr:nth-child(7) td,
  .standard2 > table tr:nth-child(8) td,
  .standard2 > table tr:nth-child(9) td,
  .standard2 > table tr:nth-child(10) td,
  .standard2 > table tr:nth-child(11) td,
  .standard2 > table tr:nth-child(12) td {
    font-size: 1.5rem;
  }
  .act2 {
    margin: 0 0 0 0;
  }
  .level_bx > div:nth-child(2) > div {
    font-size: 1.2rem; /*1.3*/
  }
  .level_bx > div:nth-child(1) > div > span > span {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  #french .level_bx > div:nth-child(1) > div > span > span,
  #german .level_bx > div:nth-child(1) > div > span > span {
    font-size: 1.2rem;
  }
  #german .level_bx > div:nth-child(2) > div {
    font-size: 0.8rem;
    letter-spacing: -0.11rem;
  }
  #italian .level_bx > div:nth-child(1) > div > span > span {
    font-size: 1.1rem;
  }
  #italian .level_bx > div:nth-child(2) > div {
    font-size: 1.1rem;
    letter-spacing: -0.05rem;
  }
}
@media only screen and (max-width: 500px) {
  /**/
  .m_itam_bg1 {
    border-top-right-radius: 25px;
    font-size: 1.5rem;
  }
  .m_itam_bg1 > div > strong {
    font-size: 2rem;
  }
  #italian .m_itam_bg1 > div > strong {
    font-size: 1.9rem;
    letter-spacing: -0.09rem;
  }
  .m_content_box {
    padding: 9% 2% 4.5%;
  }
  .standard2 {
    overflow: auto;
  }
  .standard td,
  .standard2 td {
    padding: 6px 3px;
  }
  .standard > table tr:nth-child(1) td,
  .standard2 > table tr:nth-child(1) td {
    font-size: 1.2rem;
  }
  .standard > table tr:nth-child(1) td strong,
  .standard2 > table tr:nth-child(1) td strong {
    font-size: 1.4rem;
  }
  #german .standard > table tr:nth-child(1) td strong {
    letter-spacing: -0.08rem;
  }
  .standard > table tr:nth-child(2) td,
  .standard > table tr:nth-child(3) td,
  .standard > table tr:nth-child(4) td,
  .standard > table tr:nth-child(5) td,
  .standard > table tr:nth-child(6) td,
  .standard > table tr:nth-child(7) td {
    font-size: 1.32rem;
  }
  .standard2 > table tr:nth-child(2) td,
  .standard2 > table tr:nth-child(3) td,
  .standard2 > table tr:nth-child(4) td,
  .standard2 > table tr:nth-child(5) td,
  .standard2 > table tr:nth-child(6) td,
  .standard2 > table tr:nth-child(7) td,
  .standard2 > table tr:nth-child(8) td,
  .standard2 > table tr:nth-child(9) td,
  .standard2 > table tr:nth-child(10) td,
  .standard2 > table tr:nth-child(11) td,
  .standard2 > table tr:nth-child(12) td {
    font-size: 1.35rem;
  }
  .note {
    font-size: 1.25rem;
  }
  .note strong {
    font-size: 1.35rem;
  }
  .act {
    width: 18%;
    padding-bottom: 18%;
    margin: 0 2% 0 0;
  }
  .act2 {
    width: 80%;
  }
  .level_bx > div:nth-child(2) {
    border-radius: 6px;
  }
  .level_bx > div:nth-child(2) > div {
    font-size: 1rem; /*1.2*/
    letter-spacing: -0.05rem;
  }
  .level_bx > div:nth-child(1) > div > span > span {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  #french .level_bx > div:nth-child(1) > div > span > span,
  #italian .level_bx > div:nth-child(1) > div > span > span,
  #german .level_bx > div:nth-child(1) > div > span > span {
    font-size: 1rem;
    letter-spacing: -0.09rem;
  }
  #italian .level_bx > div:nth-child(2) > div {
    font-size: 0.8rem;
    letter-spacing: -0.05rem;
  }
}
@media only screen and (max-width: 400px) {
  /**/
  .m_itam_bg1 {
    border-top-right-radius: 20px;
    font-size: 1.3rem;
  }
  .m_itam_bg1 > div > strong {
    font-size: 1.8rem;
  }
  #italian .m_itam_bg1 > div > strong {
    font-size: 1.7rem;
  }
  .m_content_box {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  @media screen and (min-width: 768px) {
    .m_content_box {
      height: auto;
    }
  }
  .bfp {
    width: 490px;
  }
  .bfp2 {
    margin-top: -6px;
    padding: 0 0 15px;
  }
  .standard td,
  .standard2 td {
    padding: 6px 1%;
  }
  .standard > table tr:nth-child(1) td,
  .standard2 > table tr:nth-child(1) td {
    font-size: 1.1rem;
  }
  .standard > table tr:nth-child(1) td strong,
  .standard2 > table tr:nth-child(1) td strong {
    font-size: 1.3rem;
  }
  .standard > table tr:nth-child(2) td,
  .standard > table tr:nth-child(3) td,
  .standard > table tr:nth-child(4) td,
  .standard > table tr:nth-child(5) td,
  .standard > table tr:nth-child(6) td,
  .standard > table tr:nth-child(7) td {
    font-size: 1.25rem;
  }
  /**/
  #en .standard td,
  .standard2 td {
    padding: 6px 0.3%;
  }
  #en .standard > table tr:nth-child(2) td,
  #en .standard > table tr:nth-child(3) td,
  #en .standard > table tr:nth-child(4) td,
  #en .standard > table tr:nth-child(5) td,
  #en .standard > table tr:nth-child(6) td,
  #en .standard > table tr:nth-child(7) td {
    font-size: 1.16rem;
    letter-spacing: -0.08rem;
  }
  /**/
  #german .standard td,
  .standard2 td {
    padding: 6px 0.3%;
  }
  #german .standard > table tr:nth-child(2) td,
  #german .standard > table tr:nth-child(3) td,
  #german .standard > table tr:nth-child(4) td,
  #german .standard > table tr:nth-child(5) td,
  #german .standard > table tr:nth-child(6) td,
  #german .standard > table tr:nth-child(7) td {
    font-size: 1.1rem;
    letter-spacing: -0.08rem;
  }
  /**/
  #italian .standard td,
  .standard2 td {
    padding: 6px 0.3%;
  }
  #italian .standard > table tr:nth-child(2) td,
  #italian .standard > table tr:nth-child(3) td,
  #italian .standard > table tr:nth-child(4) td,
  #italian .standard > table tr:nth-child(5) td,
  #italian .standard > table tr:nth-child(6) td,
  #italian .standard > table tr:nth-child(7) td {
    font-size: 1.1rem;
    letter-spacing: -0.08rem;
  }
  /**/
  #french .standard td,
  .standard2 td {
    padding: 6px 0.3%;
  }
  #french .standard > table tr:nth-child(2) td,
  #french .standard > table tr:nth-child(3) td,
  #french .standard > table tr:nth-child(4) td,
  #french .standard > table tr:nth-child(5) td,
  #french .standard > table tr:nth-child(6) td,
  #french .standard > table tr:nth-child(7) td {
    font-size: 1.1rem;
    letter-spacing: -0.08rem;
  }
  #thai .standard td,
  .standard2 td {
    padding: 6px 0.5%;
  }
  #thai .standard > table tr:nth-child(2) td,
  #thai .standard > table tr:nth-child(3) td,
  #thai .standard > table tr:nth-child(4) td,
  #thai .standard > table tr:nth-child(5) td,
  #thai .standard > table tr:nth-child(6) td,
  #thai .standard > table tr:nth-child(7) td {
    font-size: 1.15rem;
    letter-spacing: -0.08rem;
  }
  /**/
  .standard2 > table tr:nth-child(2) td,
  .standard2 > table tr:nth-child(3) td,
  .standard2 > table tr:nth-child(4) td,
  .standard2 > table tr:nth-child(5) td,
  .standard2 > table tr:nth-child(6) td,
  .standard2 > table tr:nth-child(7) td,
  .standard2 > table tr:nth-child(8) td,
  .standard2 > table tr:nth-child(9) td,
  .standard2 > table tr:nth-child(10) td,
  .standard2 > table tr:nth-child(11) td,
  .standard2 > table tr:nth-child(12) td {
    font-size: 1.2rem;
  }
  /**/
  #french .standard2 > table tr:nth-child(2) td,
  #french .standard2 > table tr:nth-child(3) td,
  #french .standard2 > table tr:nth-child(4) td,
  #french .standard2 > table tr:nth-child(5) td,
  #french .standard2 > table tr:nth-child(6) td,
  #french .standard2 > table tr:nth-child(7) td,
  #french .standard2 > table tr:nth-child(8) td,
  #french .standard2 > table tr:nth-child(9) td,
  #french .standard2 > table tr:nth-child(10) td,
  #french .standard2 > table tr:nth-child(11) td,
  #french .standard2 > table tr:nth-child(12) td {
    font-size: 1.1rem;
    letter-spacing: -0.1rem;
  }
  /**/
  #german .standard2 > table tr:nth-child(2) td,
  #german .standard2 > table tr:nth-child(3) td,
  #german .standard2 > table tr:nth-child(4) td,
  #german .standard2 > table tr:nth-child(5) td,
  #german .standard2 > table tr:nth-child(6) td,
  #german .standard2 > table tr:nth-child(7) td,
  #german .standard2 > table tr:nth-child(8) td,
  #german .standard2 > table tr:nth-child(9) td,
  #german .standard2 > table tr:nth-child(10) td,
  #german .standard2 > table tr:nth-child(11) td,
  #german .standard2 > table tr:nth-child(12) td {
    font-size: 1.1rem;
    letter-spacing: -0.1rem;
  }
  /**/
  #italian .standard2 > table tr:nth-child(2) td,
  #italian .standard2 > table tr:nth-child(3) td,
  #italian .standard2 > table tr:nth-child(4) td,
  #italian .standard2 > table tr:nth-child(5) td,
  #italian .standard2 > table tr:nth-child(6) td,
  #italian .standard2 > table tr:nth-child(7) td,
  #italian .standard2 > table tr:nth-child(8) td,
  #italian .standard2 > table tr:nth-child(9) td,
  #italian .standard2 > table tr:nth-child(10) td,
  #italian.standard2 > table tr:nth-child(11) td,
  #italian .standard2 > table tr:nth-child(12) td {
    font-size: 1.1rem;
    letter-spacing: -0.1rem;
  }
  /**/
  .note {
    font-size: 1.2rem;
  }
  .note strong {
    font-size: 1.3rem;
  }
  .act {
    width: 23%;
    padding-bottom: 23%;
    margin: 0 3% 1% 0;
  }
  .act2 {
    float: none;
    display: inline;
  }
  .level_bx > div:nth-child(2) > div {
    font-size: 0.85rem; /*1*/
  }
  .level_bx > div:nth-child(1) > div > span {
    width: 80%;
    padding-bottom: 119.2%; /*149*/
    margin: 15% auto 10%;
  }

  /**/
  .te1 {
    width: 32%;
  }
  .te2 {
    width: 17%;
  }
  .kb {
    display: none;
  }
  .kb2 {
    display: table-row;
  }
}
@media only screen and (max-width: 380px) {
  /**/
  .ls {
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 350px) {
  /**/
  #glucose .standard > table tr:nth-child(1) td span {
    float: none;
    width: 100%;
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #glucose .standard > table tr:nth-child(1) td span:nth-child(3) {
    border-left: 0 #f8f8f8 solid;
  }
  #italian .m_itam_bg1 > div > strong {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 340px) {
  /**/
  .m_itam_bg1 {
    border-top-right-radius: 15px;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
  .m_itam_bg1 > div > strong {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .note {
    font-size: 1.15rem;
  }
  .note strong {
    font-size: 1.25rem;
  }
  #german .level_bx > div:nth-child(2) > div {
    font-size: 0.7rem;
    letter-spacing: -0.12rem;
  }
  #italian .level_bx > div:nth-child(2) > div {
    font-size: 0.7rem;
    letter-spacing: -0.12rem;
  }
  /**/
  #french .standard2 > table tr:nth-child(2) td,
  #french .standard2 > table tr:nth-child(3) td,
  #french .standard2 > table tr:nth-child(4) td,
  #french .standard2 > table tr:nth-child(5) td,
  #french .standard2 > table tr:nth-child(6) td,
  #french .standard2 > table tr:nth-child(7) td,
  #french .standard2 > table tr:nth-child(8) td,
  #french .standard2 > table tr:nth-child(9) td,
  #french .standard2 > table tr:nth-child(10) td,
  #french .standard2 > table tr:nth-child(11) td,
  #french .standard2 > table tr:nth-child(12) td {
    font-size: 1rem;
    letter-spacing: -0.1rem;
  }
  /**/
  #thai .standard > table tr:nth-child(2) td,
  #thai .standard > table tr:nth-child(3) td,
  #thai .standard > table tr:nth-child(4) td,
  #thai .standard > table tr:nth-child(5) td,
  #thai .standard > table tr:nth-child(6) td,
  #thai .standard > table tr:nth-child(7) td {
    font-size: 1rem;
    letter-spacing: -0.08rem;
  }
}
@media only screen and (max-width: 320px) {
  /**/
  /**/
  #french .standard2 > table tr:nth-child(2) td,
  #french .standard2 > table tr:nth-child(3) td,
  #french .standard2 > table tr:nth-child(4) td,
  #french .standard2 > table tr:nth-child(5) td,
  #french .standard2 > table tr:nth-child(6) td,
  #french .standard2 > table tr:nth-child(7) td,
  #french .standard2 > table tr:nth-child(8) td,
  #french .standard2 > table tr:nth-child(9) td,
  #french .standard2 > table tr:nth-child(10) td,
  #french .standard2 > table tr:nth-child(11) td,
  #french .standard2 > table tr:nth-child(12) td {
    font-size: 0.8rem;
    letter-spacing: -0.15rem;
  }
}


/* 血脂量測標準頁新增 */
  #lipids{
    display: none;
    position: relative;
    margin: 0 auto;
    top: 0;
	}
  #lipids .standard > table tr:nth-child(1) td strong{
	  word-break: break-all;
	}
  #lipids .standard > table tr td:nth-child(1){
	  word-break: break-all;
	}
		
  #lipids .standard > table tr:nth-child(2) td {
  background-color: #71b443;
  }
  #lipids .standard > table tr:nth-child(3) td,#lipids .standard > table tr:nth-child(4) td {
  background-color:#f18d22;
  }	
  #lipids .standard > table tr:nth-child(5) td,#lipids .standard > table tr:nth-child(6) td {
  background-color:#921734;
  }	
.note ul{
	position: relative;
	padding-left:22px;
	  } 
.note ul li{
	list-style-type: disc; 
	 }  
	  
	
@media screen and (min-width: 768px){
	#lipids {
    position: fixed;
    width: 68%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
	}
}	

/* 腰圍量測標準頁新增 */
  #waist{
    display: none;
    position: relative;
    margin: 0 auto;
    top: 0;
	}
  #waist .standard > table tr td:nth-child(2){
	 background-color: #71b443;
	}

  #waist .standard > table tr:nth-child(1) td:nth-child(1){
  text-align: center;
  }
  #waist .standard > table tr:nth-child(2) td:nth-child(1){
  background-color: #fd91b8;
  text-align: center;
  }
  #waist .standard > table tr:nth-child(3) td:nth-child(1){
  background-color: #27b3ef;
  text-align: center;
  }
  #waist .standard > table tr td:nth-child(3){
	 background-color: #f18d22;
	}  
  #waist .standard > table tr td:nth-child(4){
	 background-color: #921734;
	}    
@media screen and (min-width: 768px){
	#waist {
    position: fixed;
    width: 68%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
	}
}	


/* 皮脂厚度量測標準頁新增 */

  #skinfold{
    display: none;
    position: relative;
    margin: 0 auto;
    top: 0;
	}
 #skinfold .standard > table tr td:nth-child(2){
	 background-color: #71b443;
	}

  #skinfold .standard > table tr:nth-child(1) td:nth-child(1){
  text-align: center;
  }
  #skinfold .standard > table tr:nth-child(2) td:nth-child(1){
  background-color: #fd91b8;
  text-align: center;
  }
  #skinfold .standard > table tr:nth-child(3) td:nth-child(1){
  background-color: #27b3ef;
  text-align: center;
  }
  #skinfold .standard > table tr td:nth-child(3){
	 background-color: #f18d22;
	}  
  #skinfold .standard > table tr td:nth-child(4){
	 background-color: #921734;
	}    
	  
	  
	
@media screen and (min-width: 768px){
	#skinfold {
    position: fixed;
    width: 68%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
	}
}	


/* 皮下厚度 */
.measure-skinfold-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.skinfold-top-row {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.skinfold-bottom-row {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: nowrap; /* 強制不換行 */
}
.skinfold-card-view {
  text-align: center;
  min-width: 120px;
  word-break: break-word;
}

.spinner {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#download-loading-indicator {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}