html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  display: block;
  border: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}

*[tabindex]:focus {
  outline: none !important;
  border: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
}

html *,
html *:before,
html *:after {
  font-size: 14px;
  font-family: "Microsoft JhengHei";
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

html.active,
body.active {
  overflow: hidden;
}

html.active .menuBtn_box > .menuBtn span:first-child,
body.active .menuBtn_box > .menuBtn span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 23px;
}

html.active .menuBtn_box > .menuBtn span:last-child,
body.active .menuBtn_box > .menuBtn span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 23px;
}

html.active nav,
body.active nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menuBtn {
  display: none;
  position: fixed;
  width: 47px;
  height: 47px;
  top: 20px;
  right: 15px;
  background-color: #565656;
  border-radius: 50%;
  cursor: pointer;
  z-index: 210;
}

.menuBtn span {
  display: block;
  position: absolute;
  width: 17px;
  height: 1px;
  left: 15px;
  background-color: #fff;
  -webkit-transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.5s;
  transition: all cubic-bezier(0.7, 0, 0.3, 1) 0.5s;
}

.menuBtn span:first-child {
  top: 20px;
}

.menuBtn span:last-child {
  bottom: 20px;
}

@media screen and (max-width: 981px) {
  .menuBtn {
    display: block;
  }
}

nav {
  width: 100%;
  position: relative;
  height: 70px;
  background-color: white;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

nav > div {
  max-width: 1200px;
  width: 100%;
  padding: 10px 10px;
  background-color: white;
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav > div .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

nav > div .logo a, nav > div .logo figure {
  height: 100%;
}

nav > div .logo a img, nav > div .logo figure img {
  height: 100%;
}

nav > div .menu {
  display: -webkit-inline-box;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

nav > div .menu > div {
  margin: 0 25px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

nav > div .menu > div > a {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-align: end;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  position: relative;
  z-index: 0;
}

nav > div .menu > div > a figure {
  height: 25px;
  margin-right: 7px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

nav > div .menu > div > a figure img {
  height: 100%;
}

nav > div .menu > div > a figure .activeImg {
  display: none;
}

nav > div .menu > div > a p {
  font-size: 20px;
  font-weight: bold;
  color: #020100;
  -webkit-transition: color ease .5s;
  transition: color ease .5s;
}

nav > div .menu > div > a:hover p {
  color: #4a9b20;
}

nav > div .menu > div > a:hover > figure .normal {
  display: none;
}

nav > div .menu > div > a:hover > figure .activeImg {
  display: block;
}

nav > div .menu > div > a:hover::after {
  opacity: 1;
}

nav > div .menu > div > a::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 10px);
  background-color: #f3db23;
  height: 10px;
  border-radius: 100px;
  bottom: -3px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity ease .5s;
  transition: opacity ease .5s;
}

nav > div .menu > div .active p {
  color: #4a9b20;
}

nav > div .menu > div .active > figure .normal {
  display: none;
}

nav > div .menu > div .active > figure .activeImg {
  display: block;
}

nav > div .menu > div .active::after {
  opacity: 1;
}

nav > div .menu > div .colorO:hover p {
  color: #cd7c1b;
}

nav > div .menu > div .colorO.active p {
  color: #cd7c1b;
}

nav > div .menu > div .colorB:hover p {
  color: #0d74aa;
}

nav > div .menu > div .colorB.active p {
  color: #0d74aa;
}

nav > div .socialIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav > div .socialIcon > a {
  margin: 5px;
  display: block;
  width: 35px;
  height: 35px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

nav > div .socialIcon > a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (max-width: 981px) {
  nav {
    height: 100vh;
    position: fixed;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  nav > div {
    padding: 20px 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  nav > div .logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  nav > div .logo figure {
    width: 100%;
    height: unset;
  }
  nav > div .logo figure > img {
    height: unset;
    max-width: 170px;
    margin: auto;
  }
  nav > div .logo a {
    width: 100%;
    max-width: 250px;
  }
  nav > div .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav > div .menu div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 15px 0;
  }
  nav > div .menu div a p {
    font-size: 16px;
  }
  nav > div .menu div a figure {
    height: 20px;
  }
  nav > div .menu div:not(:last-child)::after {
    width: 80px;
  }
  nav > div .socialIcon {
    margin-top: 30px;
  }
  nav > div .socialIcon > a {
    margin: 10px;
  }
}

.styleWrapO .description > div {
  background-color: #fdead3;
}

.styleWrapO .description > div > div .info > div > div .subtitle {
  color: #CC6600;
}

.styleWrapO .recommend > div .content > div .sectionDesc .moreBtn:hover {
  background-color: #ff9211;
}

.styleWrapB .description > div {
  background-color: #c8f5fd;
}

.styleWrapB .description > div > div .info > div > div .subtitle {
  color: #196A95;
}

.styleWrapB .recommend > div .content > div .sectionDesc .moreBtn:hover {
  background-color: #196a9b;
}

footer {
  position: relative;
  width: 100%;
  background: #d7d7d7;
  background-size: 110px;
}

footer .link {
  background-color: #6e6e6e;
  position: relative;
}

footer .link .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15px;
}

footer .link .container .logo {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  display: inline-block;
  margin: 20px;
  margin-top: 0;
}

footer .link .container .logo img {
  width: 210px;
  max-width: 85%;
  display: block;
  margin: 15px auto;
}

footer .link .container .logo p {
  font-size: 16px;
  color: white;
  font-weight: bold;
  line-height: 22px;
}

footer .link .container .qr_block {
  display: inline-block;
  width: 550px;
  max-width: 100%;
  margin: 20px;
  text-align: center;
  margin-top: 0;
}

footer .link .container .qr_block .qr_box {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}

footer .link .container .qr_block .qr_box img {
  width: 150px;
  height: 162px;
}

footer .link::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 7vw;
  background: url("../../../Anhui_img/202110_TW_Anhui_healthregimen/footerBgImg.svg") no-repeat center bottom;
  background-size: contain;
  top: 0;
  -webkit-transform: translate(0, -99%);
          transform: translate(0, -99%);
}

footer .copyright {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 25px 15px;
  background: #000;
}

footer .copyright a {
  display: inline;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: normal;
  padding: 0px 15px;
  background: #000;
}

footer .copyright a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  footer::before {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  footer::after, footer::before {
    display: none;
  }
  footer .link::after {
    -webkit-transform: translate(0, -98%);
            transform: translate(0, -98%);
  }
}

@media screen and (max-width: 768px) {
  footer .copyright {
    padding-bottom: 20px;
  }
  footer .copyright a {
    display: block;
    padding: 10px 0;
  }
  footer.activePage .copyright {
    padding-bottom: 0px;
  }
}

.gotop {
  position: fixed;
  bottom: 25px;
  right: 15px;
  width: 45px;
  height: auto;
  z-index: 19;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gotop:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.gotop.show {
  opacity: 1;
  visibility: visible;
}

.gotop.end {
  bottom: 100px;
}

.gotop img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .gotop {
    bottom: 20px;
  }
  .gotop.end {
    bottom: 100px;
  }
}

.ad {
  position: fixed;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.ad .adImg {
  display: block;
}

.ad .adImg > img {
  width: 130px;
}

.ad .closeBtn {
  display: block;
  width: 15%;
  padding-top: 15%;
  position: absolute;
  right: 5px;
  top: 7px;
}

.ad.scrollShow {
  opacity: 1;
  pointer-events: visible;
}

@media screen and (max-width: 980px) {
  .ad .adImg {
    display: none;
  }
}

@media (min-width: 0px) {
  html,
  body {
    min-width: 320px;
  }
}
/*# sourceMappingURL=layout.css.map */