@charset "UTF-8";
@-webkit-keyframes dialogMove {
  0% {
    transform: translateX(-150%);
  }
  50% {
    height: 0;
  }
  100% {
    display: none;
  }
}
@keyframes dialogMove {
  0% {
    transform: translateX(-150%);
  }
  50% {
    height: 0;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes rotateImg {
  0% {
    transform: translate(50%, 50%) rotate(0deg);
  }
  50% {
    transform: translate(50%, 50%) rotate(-15deg);
  }
  100% {
    transform: translate(50%, 50%) rotate(0deg);
  }
}
@keyframes rotateImg {
  0% {
    transform: translate(50%, 50%) rotate(0deg);
  }
  50% {
    transform: translate(50%, 50%) rotate(-15deg);
  }
  100% {
    transform: translate(50%, 50%) rotate(0deg);
  }
}
@-webkit-keyframes onlyRotateImg {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes onlyRotateImg {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes jumpImg {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jumpImg {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes jumpLittleImg {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jumpLittleImg {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
html, body {
  position: relative;
  max-width: 100vw;
  --size: 0px;
    --menusize: 0px;
    --minsize: 0px;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  html, body {
    overflow-x: initial;
  }
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.5s ease;
}

img {
  max-width: 100%;
}

p {
  font-size: 18px;
  line-height: 1.8;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

* {
  font-family: "微軟正黑體";
  box-sizing: border-box;
}

.TitleFont, h1, h2, h3, h4, h5, h6, nav a, footer ul a {
  font-family: "微軟正黑體";
}

.imgContainer {
  overflow: hidden;
}
.imgContainer img {
  width: 100%;
  transition: 2s ease;
}
.imgContainer img:hover {
  transform: scale(1.1);
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs32 {
  font-size: 32px;
}
@media (max-width: 550px) {
  .fs32 {
    font-size: 24px;
  }
}

.fs40 {
  font-size: 40px;
}
@media (max-width: 1200px) {
  .fs40 {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  .fs40 {
    font-size: 32px;
  }
}

.fs48 {
  font-size: 48px;
}
@media (max-width: 1200px) {
  .fs48 {
    font-size: 40px;
  }
}
@media (max-width: 550px) {
  .fs48 {
    font-size: 32px;
  }
}

.fs52 {
  font-size: 52px;
}

.fs60 {
  font-size: 60px;
}

.fs72 {
  font-size: 72px;
}

.fs80 {
  font-size: 80px;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}
@media (max-width: 1024px) {
  .w-70 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}
@media (max-width: 1024px) {
  .w-90 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.w-100 {
  width: 100%;
}

.grayText {
  color: #9C9C9C;
}

.greenText {
  color: #3fe58a;
}

.blueText {
  color: #003D8D;
}

.lightBlueText {
  color: #3cddf9;
}

.whiteText {
  color: #fff;
}

.redText {
  color: red;
}

.blueLayer {
  position: relative;
  background: #003D8D;
  background: linear-gradient(90deg, #267bb6 0%, #034190 100%);
  padding: 2rem 0 4rem;
  margin-top: 180px;
}
.blueLayer::after {
  background-image: url(../images/blueLayerBGTop.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  width: 100%;
  height: 125px;
  position: absolute;
  top: -125px;
  left: 0;
  content: "";
}

.blueBackground {
  background-color: #003D8D;
}

.grayBackground {
  background-color: #F9F9F9;
}

.whiteBackground {
  background-color: #fff;
}

.bbGray {
  border-bottom: 1px solid #D2D2D2;
}

.blueButton {
  background-color: #003D8D;
  border: 1px solid #003D8D;
  padding: 6px 20px;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s ease;
}
.blueButton:hover {
  background-color: #fff;
  color: #003D8D;
}

.lightBlueButton {
  background-color: #3cddf9;
  border: 1px solid #3cddf9;
  padding: 8px 10px;
  color: #fff;
  border-radius: 8px;
  transition: 0.5s ease;
}
.lightBlueButton:hover {
  background-color: #fff;
  color: #3cddf9;
}

.rowList > *:last-child {
  margin-right: 0;
}

.columnList > *:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes w0to100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes w0to100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes h0to100 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes h0to100 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.wline, .hline {
  position: absolute;
  background: linear-gradient(to top, #8ed6e7, #8ed6e7);
  position: absolute;
  content: "";
  transition: 0.5s ease;
}

.hline {
  left: 5vw;
  top: 0;
  width: 1px;
  height: 100%;
  -webkit-animation: h0to100 3s;
          animation: h0to100 3s;
}

.wline {
  top: 5vw;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-animation: w0to100 3s;
          animation: w0to100 3s;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.whiteBgBlueTextButton {
  background-color: #fff;
  border: 1px solid #fff;
  color: #003D8D;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  transition: 0.5s ease;
}
.whiteBgBlueTextButton:hover {
  background-color: transparent;
  color: #fff;
}

.BlueTextButton {
  border: 1px solid #003D8D;
  color: #003D8D;
  border-radius: 8px;
  padding: 4px 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 20px;
  transition: 0.5s ease;
  font-weight: bold;
}
.BlueTextButton:hover {
  background-color: #003D8D;
  color: #fff;
}

.BlueLinearButton {
  background: #003D8D;
  background: linear-gradient(180deg, #2479B4 0%, #003D8D 100%);
  border: 1px solid transparent;
  padding: 6px 2rem;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 20px;
  transition: 0.5s ease;
}
.BlueLinearButton:hover {
  color: #fff;
  opacity: 0.8;
}

.GreenTextButton {
  border: 1px solid #237A57;
  color: #237A57;
  border-radius: 8px;
  padding: 4px 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 20px;
  transition: 0.5s ease;
  font-weight: bold;
}
.GreenTextButton:hover {
  background-color: #237A57;
  color: #fff;
}

.GreenLinearButton {
  background: #159957;
  background: linear-gradient(180deg, #159957 0%, #0A4E33 100%);
  padding: 6px 2rem;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 20px;
  transition: 0.5s ease;
}
.GreenLinearButton:hover {
  color: #fff;
  opacity: 0.8;
}

.floatingButton {
  position: fixed;
  right: 10px;
  bottom: 20px;
  text-align: center;
  z-index: 450;
}
@media (max-width: 550px) {
  .floatingButton .floatingAssitantButton {
    display: none;
  }
}
.floatingButton .floatingAssitantButton img {
  transition: 0.5s ease;
  width: 100px;
}
.floatingButton .floatingAssitantButton:hover img {
  -webkit-animation: jumpLittleImg 1s;
          animation: jumpLittleImg 1s;
}
.floatingButton .floatingAssitantButton .floatingAssitantButton {
  background: #003D8D;
  background: linear-gradient(90deg, #2479B4 0%, #003D8D 100%);
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 16px;
}
.floatingButton .backToTop {
  border: 2px solid #003D8D;
  border-radius: 10px;
  background-color: #fff;
  color: #003D8D;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transition: 0.5s ease;
  margin-left: auto;
  margin-top: 1rem;
}
@media (max-width: 550px) {
  .floatingButton .backToTop {
    font-size: 24px;
  }
}
.floatingButton .backToTop:hover {
  background-color: #003D8D;
  color: #fff;
  border-color: #fff;
}

.loading {
  background: linear-gradient(180deg, #2479B4 0%, #003D8D 100%);
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
}
.loading > img {
  display: block;
  margin: 1rem auto 2rem;
  max-width: 80%;
}
.loading .eyeLoading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading .eyeLoading img {
  height: 70px;
  -webkit-animation: jumpLittleImg 2s infinite alternate;
          animation: jumpLittleImg 2s infinite alternate;
}
@media (max-width: 550px) {
  .loading .eyeLoading img {
    height: 40px;
  }
}
.loading .eyeLoading img:nth-child(1) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.loading .eyeLoading img:nth-child(2) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.loading .eyeLoading img:nth-child(3) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.loading .eyeLoading img:nth-child(4) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.loading .eyeLoading img:nth-child(5) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.loading .eyeLoading img:nth-child(6) {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.loading .eyeLoading img:nth-child(7) {
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  padding-bottom: 1px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
header .headerTop {
  padding: 1rem 0;
}
header .headerTop .logo img {
  max-height: 60px;
}
@media (max-width: 550px) {
  header .headerTop .logo img {
    max-height: 35px;
  }
}
header .headerTop .headerTopRight .wcag {
  padding: 10px 20px;
  border-right: 1px solid #7D7D7D;
  margin-right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .headerTop .headerTopRight .wcag a {
  color: #7D7D7D;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: 0.5s ease;
}
header .headerTop .headerTopRight .wcag a:nth-child(1) {
  font-size: 12px;
}
header .headerTop .headerTopRight .wcag a:nth-child(2) {
  font-size: 16px;
}
header .headerTop .headerTopRight .wcag a:nth-child(3) {
  font-size: 20px;
}
header .headerTop .headerTopRight .wcag a.active {
  color: #159957;
  border: 2px solid #159957;
  font-weight: bold;
}
header .headerTop .headerTopRight .wcag a:hover {
  color: #159957;
}
header .headerTop .headerTopRight .headerTopButtonSet a {
  padding: 0.5rem 1rem 0.5rem 40px;
  margin-left: 4rem;
  background-color: #159957;
  border-radius: 8px;
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .headerTop .headerTopRight .headerTopButtonSet a:nth-child(1) {
  margin-left: 1rem;
}
header .headerTop .headerTopRight .headerTopButtonSet a:nth-child(2) {
  background: rgb(0, 61, 141);
  background: linear-gradient(180deg, #2479B4 0%, #013F8F 100%);
}
header .headerTop .headerTopRight .headerTopButtonSet a img {
  position: absolute;
  width: 80px;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
}
header .headerTop .headerTopRight .headerTopButtonSet a:hover {
  opacity: 0.7;
}
header .headerTop .headerTopRight .headerTopButtonSet a:hover img {
  transform: translateY(-50%) rotate(-10deg);
}
header .headerTop .hamburger {
  display: none;
  position: absolute;
  top: 35px;
  right: 30px;
  z-index: 500;
  cursor: pointer;
}
@media (max-width: 992px) {
  header .headerTop .hamburger {
    display: flex;
  }
}
header .headerTop .hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 20px;
}
header .headerTop .hamburger .hamburger-box .hamburger-inner, header .headerTop .hamburger .hamburger-box .hamburger-inner::before, header .headerTop .hamburger .hamburger-box .hamburger-inner::after {
  position: absolute;
  width: 25px;
  height: 1px;
  transition: 0.5s ease;
  background-color: #000;
}
header .headerTop .hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  display: block;
  transition: transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s, background-color 0s linear 0.15s;
}
header .headerTop .hamburger .hamburger-box .hamburger-inner::before {
  top: -8px;
  content: "";
}
header .headerTop .hamburger .hamburger-box .hamburger-inner::after {
  bottom: -8px;
  content: "";
}
header .headerTop .hamburger.active .hamburger-inner {
  transform: rotate(90deg);
  background-color: initial !important;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.3s;
}
header .headerTop .hamburger.active .hamburger-inner::before {
  top: 0;
  background-color: #000 !important;
  transition: top 0.15s ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transform: rotate(-45deg);
}
header .headerTop .hamburger.active .hamburger-inner::after {
  bottom: 0;
  background-color: #000 !important;
  transition: top 0.15s ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transform: rotate(45deg);
}
header .headerBottom {
  padding: 1rem 0 0.5rem;
}
header .headerBottom nav {
  width: 50%;
}
header .headerBottom nav > ul {
  display: flex;
  justify-content: space-between;
}
header .headerBottom nav > ul > li > a {
  font-weight: bold;
  padding: 4px 1rem 4px 0;
}
header .headerBottom nav > ul li {
  position: relative;
  min-width: 150px;
  display: block;
}
@media (max-width: 1200px) {
  header .headerBottom nav > ul li {
    min-width: initial;
  }
}
header .headerBottom nav > ul li a {
  display: block;
  padding: 4px 4px;
  color: #000;
}
header .headerBottom nav > ul li:hover > ul {
  display: block;
}
header .headerBottom nav > ul ul {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 0;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  display: none;
}
header .headerBottom nav > ul > li > ul {
  left: 0;
}
header .headerBottom nav > ul > li > ul a {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .headerBottom nav > ul > li > ul li:hover > a {
  background-color: #003D8D;
  color: #fff;
}
header .headerBottom nav > ul > li > ul > li > ul {
  top: -4px;
  left: 0;
  transform: translateX(100%);
}
header .headerBottom .memberField, header .headerBottom .memberButtonSet {
  display: flex;
  align-items: center;
}
header .headerBottom .socialMediaIconSet a {
  font-size: 36px;
  color: #003D8D;
  display: block;
  margin-left: 1rem;
}
@media (max-width: 550px) {
  header .headerBottom .socialMediaIconSet a {
    font-size: 28px;
  }
}
header .hamburger {
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 500;
  cursor: pointer;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  header .hamburger {
    display: flex;
  }
}
header .hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 20px;
}
header .hamburger .hamburger-box .hamburger-inner, header .hamburger .hamburger-box .hamburger-inner::before, header .hamburger .hamburger-box .hamburger-inner::after {
  position: absolute;
  width: 25px;
  height: 1px;
  transition: 0.5s ease;
  background-color: #fff;
}
header .hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  display: block;
  transition: transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s, background-color 0s linear 0.15s;
}
header .hamburger .hamburger-box .hamburger-inner::before {
  top: -8px;
  content: "";
}
header .hamburger .hamburger-box .hamburger-inner::after {
  bottom: -8px;
  content: "";
}
header .hamburger.active .hamburger-inner {
  transform: rotate(90deg);
  background-color: initial !important;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.3s;
}
header .hamburger.active .hamburger-inner::before {
  top: 0;
  background-color: #fff !important;
  transition: top 0.15s ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transform: rotate(-45deg);
}
header .hamburger.active .hamburger-inner::after {
  bottom: 0;
  background-color: #fff !important;
  transition: top 0.15s ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transform: rotate(45deg);
}

.memberButtonSet {
  border-right: 1px solid #D2D2D2;
}
@media (max-width: 992px) {
  .memberButtonSet {
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.memberButtonSet a {
  font-weight: bold;
  padding: 4px 1.5rem;
  margin-right: 1rem;
  border-radius: 8px;
  font-size: 20px;
}
.memberButtonSet a:nth-child(1) {
  border: 1px solid #003D8D;
  color: #003D8D;
}
.memberButtonSet a:nth-child(2) {
  border: 1px solid transparent;
  background: rgb(0, 61, 141);
  background: linear-gradient(180deg, #2479B4 0%, #013F8F 100%);
  color: #fff;
}

#mobMenu {
  background: #003D8D;
  background: linear-gradient(180deg, #2479B4 0%, #003D8D 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 5vw;
  transform: translateX(110%);
  transition: 0.5s ease;
}
#mobMenu.active {
  transform: translateX(0%);
}
#mobMenu .mobLogo {
  position: absolute;
  top: 0;
  left: 0;
}
#mobMenu ul li a {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  display: block;
}
#mobMenu .menuList {
  padding-top: 80px;
}
#mobMenu .menuListContact {
  padding-top: 40px;
}
#mobMenu .menuListContact a {
  background: #075485;
  padding: 10px 20px;
  display: inline-block;
}
#mobMenu .menuSocial {
  display: flex;
}
#mobMenu .menuSocial li a {
  margin-right: 20px;
  font-size: 24px;
}

main {
  overflow-x: hidden;
}
main .homeBanner {
  background: #159857;
  min-height: 500px;
}
main .homeBanner .mySwiperBanner {
  position: relative;
}
main .homeBanner .mySwiperBanner .swiper-slide {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  main .homeBanner .mySwiperBanner .swiper-slide {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
main .homeBanner .mySwiperBanner .swiper-slide .slideLeft {
  width: 50%;
  height: 70vh;
  min-height: 500px;
  position: relative;
  background-image: url(../images/slideBG2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  main .homeBanner .mySwiperBanner .swiper-slide .slideLeft {
    width: 100%;
    height: auto;
    min-height: initial;
    order: 2;
  }
}
main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideSD {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  transform: translateX(80%);
}
@media (max-width: 992px) {
  main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideSD {
    display: none;
  }
}
main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideBox {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 400px;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1200px) {
  main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideBox {
    min-width: initial;
    width: 90%;
    padding: 2rem;
    margin: 10px auto;
    position: static;
    transform: none;
  }
}
main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideBox h3 {
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  margin-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideBox h3 {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideBox h3 {
    font-size: 32px;
  }
}
main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideBox p {
  font-size: 20px;
  margin-bottom: 1rem;
}
main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideBox .slideButtonSet {
  display: flex;
  align-items: center;
}
main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideBox .slideButtonSet a {
  border-radius: 8px;
  padding: 4px 1rem;
  color: #fff;
  border: 1px solid #fff;
  margin-left: 1rem;
  transition: 0.5s ease;
}
main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideBox .slideButtonSet a:nth-child(1) {
  margin-left: 0;
}
main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideBox .slideButtonSet a:nth-child(1):hover {
  color: #159957;
  background-color: #fff;
}
main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideBox .slideButtonSet a:nth-child(2) {
  color: #159957;
  background-color: #fff;
}
main .homeBanner .mySwiperBanner .swiper-slide .slideLeft .slideBox .slideButtonSet a:nth-child(2):hover {
  color: #fff;
  background-color: transparent;
}
main .homeBanner .mySwiperBanner .swiper-slide .slideRight {
  width: 60%;
  height: 70vh;
  min-height: 500px;
}
@media (max-width: 992px) {
  main .homeBanner .mySwiperBanner .swiper-slide .slideRight {
    width: 100%;
    height: auto;
    min-height: initial;
    order: 1;
  }
}
main .homeBanner .mySwiperBanner .swiper-slide .slideRight img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .homeIntro .homeIntroLeft {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main .homeIntro .homeIntroLeft img {
  padding: 20px;
}
main .homeIntro .homeIntroRight h2 {
  color: #003D8D;
  font-size: 36px;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media (max-width: 550px) {
  main .homeIntro .homeIntroRight h2 {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  main .homeIntro .homeIntroRight h2 {
    text-align: center;
  }
}
main .homeIntro .homeIntroRight .homeIntroBox {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 3rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 550px) {
  main .homeIntro .homeIntroRight .homeIntroBox {
    padding: 2rem;
  }
}
main .homeIntro .homeIntroRight .homeIntroBox ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
main .homeIntro .homeIntroRight .homeIntroBox ul li {
  margin-bottom: 1rem;
}
main .homeIntro .homeIntroRight .homeIntroBox ul li img {
  width: 30px;
  display: inline-block;
  margin-right: 1rem;
}
main .homeIntro .homeIntroRight .homeIntroBox .homeIntroEye {
  width: 200px;
  position: absolute;
  right: -100px;
  bottom: -100px;
  -webkit-animation: onlyRotateImg 2s infinite;
          animation: onlyRotateImg 2s infinite;
}
@media (max-width: 550px) {
  main .homeIntro .homeIntroRight .homeIntroBox .homeIntroEye {
    width: 150px;
    bottom: -75px;
    right: calc(50% - 75px);
  }
}
main .homeInfo {
  background-image: url(../images/blueLayerBG.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 10rem 0;
}
@media (max-width: 768px) {
  main .homeInfo {
    padding: 5rem 0;
    background-image: none;
    background-color: #2980B9;
  }
}
main .homeInfo .homeInfoImg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  -webkit-animation: jumpImg 2s infinite;
          animation: jumpImg 2s infinite;
}
@media (max-width: 550px) {
  main .homeInfo .homeInfoImg {
    position: relative;
    -webkit-animation: none;
            animation: none;
    display: block;
    margin: 1rem auto;
  }
}
main .homeInfo h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 550px) {
  main .homeInfo h2 {
    font-size: 28px;
  }
}
main .homeInfo h2 img {
  height: 120px;
}
main .homeInfo h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  max-width: 500px;
  color: #fff;
  margin: 1rem auto 4rem;
  line-height: 1.5;
}
main .InfoList .InfoListBox {
  display: flex;
  align-items: stretch;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  main .InfoList .InfoListBox {
    flex-direction: column;
  }
}
main .InfoList .InfoListBox .imgContainer {
  border-top-left-radius: 30px;
  width: 40%;
}
@media (max-width: 1200px) {
  main .InfoList .InfoListBox .imgContainer {
    width: 100%;
  }
}
main .InfoList .InfoListBox .imgContainer img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .InfoList .InfoListBox .InfoListBoxContent {
  width: 60%;
  background-color: #fff;
  border-bottom-right-radius: 30px;
  padding: 2rem;
}
@media (max-width: 1200px) {
  main .InfoList .InfoListBox .InfoListBoxContent {
    width: 100%;
  }
}
main .InfoList .InfoListBox .InfoListBoxContent h5 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1rem;
}
main .InfoList .InfoListBox .InfoListBoxContent .date {
  color: #7D7D7D;
  font-size: 14px;
  margin-bottom: 1rem;
}
main .InfoList .InfoListBox .InfoListBoxContent a {
  padding: 6px 2rem;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 1rem;
  transition: 0.5s ease;
}
main .InfoList .InfoListBox .InfoListBoxContent a:hover {
  opacity: 0.8;
}
main .InfoList .col-md-6:nth-child(1) h5, main .InfoList .col-md-6:nth-child(4) h5 {
  color: #003D8D;
}
main .InfoList .col-md-6:nth-child(1) a, main .InfoList .col-md-6:nth-child(4) a {
  background: rgb(0, 61, 141);
  background: linear-gradient(180deg, #2479B4 0%, #013F8F 100%);
}
main .InfoList .col-md-6:nth-child(2) h5, main .InfoList .col-md-6:nth-child(3) h5 {
  color: #159957;
}
main .InfoList .col-md-6:nth-child(2) a, main .InfoList .col-md-6:nth-child(3) a {
  background: rgb(22, 151, 87);
  background: linear-gradient(180deg, rgb(22, 151, 87) 0%, rgb(34, 123, 87) 100%);
}
main .appIntro {
  background-image: url(../images/greenCircle.png);
  background-repeat: no-repeat;
  background-position: 50vw center;
  background-size: cover;
  padding: 10rem 0;
}
@media (max-width: 768px) {
  main .appIntro {
    padding: 4rem 0;
    background-position: 50% 550px;
  }
}
main .appIntro .appIntroLeft h2 {
  color: #0A4E33;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  main .appIntro .appIntroLeft h2 {
    font-size: 28px;
  }
}
main .appIntro .appIntroLeft h2 img {
  width: 180px;
}
@media (max-width: 992px) {
  main .appIntro .appIntroLeft h2 img {
    display: block;
  }
}
main .appIntro .appIntroLeft ul {
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}
main .appIntro .appIntroLeft ul li {
  margin-bottom: 1rem;
  font-weight: bold;
}
main .appIntro .appIntroLeft ul li i {
  color: #003D8D;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 24px;
}
main .appIntro .eyeCheck {
  width: 25vw;
}
@media (max-width: 992px) {
  main .appIntro .eyeCheck {
    width: 250px;
    margin: 3rem auto 0;
    display: block;
  }
}
main .homeNews {
  background-color: #F7F9FC;
  padding: 4rem 0 6rem;
  position: relative;
}
main .homeNews h2 {
  color: #003D8D;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 550px) {
  main .homeNews h2 {
    font-size: 28px;
  }
}
main .homeNews .questionEye {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  -webkit-animation: onlyRotateImg 2s infinite;
          animation: onlyRotateImg 2s infinite;
}
@media (max-width: 550px) {
  main .homeNews .questionEye {
    width: 150px;
    right: calc(50% - 75px);
  }
}
main .newsListBox {
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
main .newsListBox h5 {
  color: #003D8D;
  font-size: 28px;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
}
main .newsListBox .date {
  color: #7D7D7D;
  font-size: 14px;
  margin-bottom: 1rem;
}
main .newDetail .newDetailLeft ul {
  padding-left: 30px;
  list-style: initial;
}
main .newDetail .newDetailLeft ul li {
  margin-top: 10px;
}
main .newDetail .newDetailLeft ul ul {
  list-style-type: disclosure-closed;
}
main .newDetail .newDetailLeft table td, main .newDetail .newDetailLeft table th {
  width: 20%;
}
main .appDownload {
  padding: 8rem 0;
}
main .appDownload .appDownloadRight h2 {
  text-align: center;
  color: #003D8D;
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  main .appDownload .appDownloadRight h2 {
    font-size: 40px;
  }
}
@media (max-width: 550px) {
  main .appDownload .appDownloadRight h2 {
    font-size: 32px;
  }
}
main .appDownload .appDownloadRight h2 small {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 0.5rem;
}
main .appDownload .appDownloadRight p {
  text-align: center;
}
main .appDownload .appDownloadRight img {
  margin: 0 0.5rem;
  max-height: 120px;
}
@media (max-width: 992px) {
  main .appDownload .appDownloadRight img {
    max-height: 80px;
  }
}
main .topBanner {
  background-color: #159957;
  min-height: 350px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  main .topBanner {
    flex-wrap: wrap;
  }
}
main .topBanner .topBannerLeft {
  width: 50%;
  min-height: 350px;
  position: relative;
  background-image: url(../images/slideBG2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  main .topBanner .topBannerLeft {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: none;
    background-color: rgba(28, 140, 87, 0.3);
  }
}
main .topBanner .topBannerLeft .slideSD {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  transform: translateX(80%);
}
@media (max-width: 992px) {
  main .topBanner .topBannerLeft .slideSD {
    display: none;
  }
}
main .topBanner .topBannerLeft h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 400px;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1200px) {
  main .topBanner .topBannerLeft h1 {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  main .topBanner .topBannerLeft h1 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  main .topBanner .topBannerLeft h1 {
    min-width: initial;
    width: 100%;
    padding: 1rem;
    margin: 10px auto;
    left: 0;
    top: initial;
    bottom: 0;
    transform: none;
  }
}
main .topBanner .topBannerLeft h1 img {
  height: 120px;
}
@media (max-width: 550px) {
  main .topBanner .topBannerLeft h1 img {
    height: 80px;
    display: block;
  }
}
main .topBanner .topBannerRight {
  width: 60%;
  height: 100%;
  min-height: 350px;
}
@media (max-width: 992px) {
  main .topBanner .topBannerRight {
    width: 100%;
    height: auto;
    min-height: initial;
    order: 1;
  }
}
main .topBanner .topBannerRight img {
  height: 100%;
  min-height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .breadcrumb li, main .breadcrumb a {
  font-size: 16px;
}
main .breadcrumb li.active {
  color: #003D8D;
  font-weight: bold;
}
main .innerPage .date {
  color: #7D7D7D;
  font-size: 14px;
  margin-bottom: 1rem;
}
main .aboutImg {
  padding: 6rem 0 8rem;
}
main .aboutImg img {
  height: 150px;
  display: block;
  margin: 1rem auto;
}
main .aboutImg h5 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 2rem;
}
main .beMember .threeStep > div {
  text-align: center;
}
main .beMember .threeStep > div .imgBox {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .beMember .threeStep > div h5 {
  font-size: 18px;
  margin: 0.5rem auto;
  color: #003D8D;
  font-weight: bold;
}
main .beMember .threeStep > div .greenStep {
  border-radius: 20px;
  color: #fff;
  background-color: #0A4E33;
  padding: 4px 2rem;
  margin-top: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem auto 2rem;
  min-width: 180px;
  text-align: center;
  font-weight: bold;
}
main .beMember .greenTable {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  min-width: 80%;
  max-width: 100%;
  margin: 1rem auto;
}
main .beMember .greenTable th {
  background-color: #0A4E33;
  color: #fff;
  font-weight: bold;
  padding: 8px 12px;
}
main .beMember .greenTable tr td {
  padding: 8px 12px;
  border-bottom: 1px solid #D2D2D2;
}
main .beMember .greenTable tr:last-child td {
  border-bottom: none;
}
main .shareList .shareListBox {
  margin-bottom: 2rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .shareList .shareListBox .shareListImage {
  flex: 30%;
}
@media (max-width: 992px) {
  main .shareList .shareListBox .shareListImage {
    flex: 100%;
    display: flex;
    align-items: center;
  }
}
main .shareList .shareListBox .shareListImage .shareListImageHeader {
  display: none;
}
@media (max-width: 992px) {
  main .shareList .shareListBox .shareListImage .shareListImageHeader {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  main .shareList .shareListBox .shareListImage .shareListImageHeader {
    display: none;
  }
}
main .shareList .shareListBox .shareListImage .shareListImageHeader .shareTitle h3 {
  font-size: 36px;
  color: #003D8D;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  main .shareList .shareListBox .shareListImage .shareListImageHeader .shareTitle h3 {
    font-size: 28px;
  }
}
main .shareList .shareListBox .shareListImage .shareListImageHeader .shareTitle h4 {
  font-size: 24px;
  color: #000;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
main .shareList .shareListBox .shareListImage .shareListImageHeader i {
  font-size: 80px;
  color: rgba(35, 122, 87, 0.2);
}
main .shareList .shareListBox .shareListContent {
  padding: 3rem;
}
@media (max-width: 992px) {
  main .shareList .shareListBox .shareListContent {
    flex: 100%;
  }
}
@media (max-width: 768px) {
  main .shareList .shareListBox .shareListContent {
    padding: 1rem;
  }
}
main .shareList .shareListBox .shareListContent .shareListContentHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  main .shareList .shareListBox .shareListContent .shareListContentHeader {
    display: none;
  }
}
@media (max-width: 768px) {
  main .shareList .shareListBox .shareListContent .shareListContentHeader {
    display: block;
  }
}
main .shareList .shareListBox .shareListContent .shareListContentHeader .shareTitle h3 {
  font-size: 28px;
  color: #003D8D;
  font-weight: bold;
  margin-bottom: 1rem;
}
main .shareList .shareListBox .shareListContent .shareListContentHeader .shareTitle h4 {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
main .shareList .shareListBox .shareListContent .shareListContentHeader i {
  font-size: 80px;
  color: rgba(35, 122, 87, 0.2);
}
@media (max-width: 768px) {
  main .shareList .shareListBox .shareListContent .shareListContentHeader i {
    display: none;
  }
}
main .shareList .shareListBox .shareListContent .shareListContentDetail {
  font-size: 18px;
  line-height: 1.8;
}
main .shareList .shareListBox .shareListContent .shareListContentDetail h3 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 24px;
}
main .shareList .shareListBox .shareListContent .shareListContentDetail a {
  display: inline-block;
  margin-top: 1rem;
  color: #237A57;
  text-decoration: underline;
}
main .shareDetail .shareDetailLeft {
  font-size: 18px;
}
@media (max-width: 768px) {
  main .shareDetail .shareDetailLeft {
    order: 2;
  }
}
main .shareDetail .shareDetailRight {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  main .shareDetail .shareDetailRight {
    order: 1;
    flex-direction: row;
    align-items: center;
  }
}
main .shareDetail .shareDetailRight img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  main .shareDetail .shareDetailRight img {
    width: 40%;
  }
}
@media (max-width: 768px) {
  main .shareDetail .shareDetailRight .shareTitle {
    width: 60%;
    text-align: center;
  }
}
main .shareDetail .shareDetailRight .shareTitle h3 {
  font-size: 28px;
  color: #003D8D;
  font-weight: bold;
  margin-bottom: 1rem;
}
main .shareDetail .shareDetailRight .shareTitle h4 {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
main .shareDetail .shareDetailRight .shareTitle i {
  font-size: 80px;
  color: rgba(35, 122, 87, 0.2);
}
main .videoBox {
  position: relative;
  margin: 1rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main .videoBox .playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .pageBottom {
  padding: 6rem 0 8rem;
  background-color: #F9F9F9;
}
main .pagination {
  margin: 1rem auto;
  justify-content: center;
}
main .pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .pagination ul li {
  margin: 0 4px;
}
main .pagination ul li a {
  color: #000;
  width: 40px;
  height: 40px;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}
main .pagination ul li a:hover {
  background-color: #003D8D;
  color: #fff;
}
main .pagination ul li:first-child a, main .pagination ul li:last-child a {
  background-color: #EEEEEE;
}
main .pagination ul li:first-child a:hover, main .pagination ul li:last-child a:hover {
  background-color: #003D8D;
  color: #fff;
}
main .pagination ul li a.active {
  background-color: #003D8D;
  color: #fff;
}
main .pagination.greenPagination ul li:first-child a, main .pagination.greenPagination ul li:last-child a {
  background-color: #EEEEEE;
}
main .pagination.greenPagination ul li:first-child a:hover, main .pagination.greenPagination ul li:last-child a:hover {
  background-color: #159957;
  color: #fff;
}
main .pagination.greenPagination ul li a:hover {
  background-color: #159957;
  color: #fff;
}
main .pagination.greenPagination ul li a.active {
  background-color: #159957;
  color: #fff;
}
main .ListOfRight {
  background-color: #F9F9F9;
  padding: 1.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  main .ListOfRight {
    display: none;
  }
}
main .ListOfRight h5 {
  color: #159957;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
main .ListOfRight ul li a {
  display: block;
  color: #000;
  border-bottom: 1px solid #D2D2D2;
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
  font-weight: bold;
}
main .ListOfRight ul li a::before {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #003D8D;
  border-radius: 50%;
  content: "";
  transition: 0.5s ease;
  opacity: 0;
}
main .ListOfRight ul li a:hover {
  color: #003D8D;
  font-weight: bold;
}
main .ListOfRight ul li a:hover::before {
  opacity: 1;
}
main .quickFilter {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  main .quickFilter {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
  }
}
main .quickFilter span {
  min-width: 100px;
}
main .quickFilter ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main .quickFilter ul li a {
  display: block;
  padding: 0.5rem 2rem;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
  background-color: #EEEEEE;
  margin: 0.5rem;
  transition: 0.5s ease;
}
main .quickFilter ul li a.active, main .quickFilter ul li a:hover {
  background-color: #003D8D;
  color: #fff;
}
main .contactUs .contactUsBox {
  text-align: center;
  margin-bottom: 2rem;
}
main .contactUs .contactUsBox i {
  font-size: 80px;
  color: #003D8D;
}
main .contactUs .contactUsBox h5 {
  color: #003D8D;
  font-size: 20px;
  font-weight: bold;
  margin: 0.5rem 0;
}
main .contactUs .contactUsBox h6, main .contactUs .contactUsBox h6 a {
  color: #000;
  font-size: 16px;
}
main .contactUs .contactUsBox h6:hover, main .contactUs .contactUsBox h6 a:hover {
  color: #000;
}
@media (max-width: 992px) {
  main .shareOpinion .shareOpinionBox {
    order: 2;
    margin-bottom: 2rem;
  }
}
main .shareOpinion .shareOpinionBox form {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 2rem;
}
main .shareOpinion .shareOpinionBox form h2 {
  color: #003D8D;
  font-size: 40px;
  margin: 1rem 0;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1200px) {
  main .shareOpinion .shareOpinionBox form h2 {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  main .shareOpinion .shareOpinionBox form h2 {
    font-size: 32px;
  }
}
main .shareOpinion .shareOpinionBox form label {
  font-size: 18px;
  margin-bottom: 0.5rem;
}
main .shareOpinion .shareOpinionBox form input, main .shareOpinion .shareOpinionBox form textarea {
  border-radius: 8px;
  border: 1px solid #D2D2D2;
  padding: 4px 10px;
  width: 100%;
  margin-bottom: 1rem;
}
main .shareOpinion .shareOpinionBox form textarea {
  height: 200px;
}
main .shareOpinion .shareOpinionBox form button {
  border: none;
}
@media (max-width: 992px) {
  main .shareOpinion .speechBox {
    margin-top: 2rem;
    margin-bottom: 2rem;
    order: 1;
  }
}
main .shareOpinion .speechBox .speechBubble {
  position: relative;
  background: #fff;
  border-radius: 0.4em;
  padding: 2.5rem 4rem;
  width: 80%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  margin-bottom: 80px;
}
main .shareOpinion .speechBox .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  border-left: 0;
  margin-left: -30px;
  margin-bottom: -60px;
}
main .shareOpinion .speechBox .speechBubble .fa-quote-left {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 32px;
  color: #003D8D;
}
main .shareOpinion .speechBox .speechBubble .fa-quote-right {
  position: absolute;
  bottom: 30px;
  right: 20px;
  font-size: 32px;
  color: #003D8D;
}
main .shareOpinion .speechBox .speechBubble:nth-child(2) {
  left: 10%;
  margin-bottom: 60px;
}
main .shareOpinion .speechBox .speechBoxEye {
  width: 200px;
}
main .circleBanner {
  min-height: 350px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  main .circleBanner {
    flex-wrap: wrap;
  }
}
main .circleBanner .circleBannerLeft {
  position: relative;
  width: 50%;
  min-height: 350px;
  position: relative;
}
@media (max-width: 992px) {
  main .circleBanner .circleBannerLeft {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
main .circleBanner .circleBannerLeft h1 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1200px) {
  main .circleBanner .circleBannerLeft h1 {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  main .circleBanner .circleBannerLeft h1 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  main .circleBanner .circleBannerLeft h1 {
    min-width: initial;
    width: 100%;
    padding: 2rem;
    margin: 10px auto;
    left: 0;
    transform: none;
  }
}
main .circleBanner .circleBannerLeft h1 small {
  font-size: 28px;
  display: block;
  margin-top: 1rem;
}
main .circleBanner .circleBannerLeft .circleBannerSD {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  transform: translateX(80%);
}
@media (max-width: 992px) {
  main .circleBanner .circleBannerLeft .circleBannerSD {
    display: none;
  }
}
main .circleBanner .circleBannerRight {
  width: 60%;
  height: 100%;
  min-height: 350px;
}
@media (max-width: 992px) {
  main .circleBanner .circleBannerRight {
    width: 100%;
    height: auto;
    min-height: initial;
    order: 1;
  }
}
main .circleBanner .circleBannerRight img {
  height: 100%;
  min-height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .bluecircleBanner {
  background: #003D8D;
  background: linear-gradient(180deg, #287fb8 0%, #003d8d 100%);
}
@media (max-width: 992px) {
  main .bluecircleBanner .circleBannerLeft {
    background: linear-gradient(180deg, rgba(40, 126, 184, 0.3333333333) 0%, rgba(0, 61, 141, 0.3333333333) 100%);
  }
}
main .memberPage .memberNav {
  margin-bottom: 2rem;
}
main .memberPage .memberNav ul li a {
  padding: 0.5rem 1rem;
  color: #237A57;
  border: 1px solid #237A57;
  margin-bottom: 6px;
  transition: 0.5s ease;
  font-size: 20px;
  display: block;
  width: 100%;
  border-radius: 5px;
}
main .memberPage .memberNav ul li a:hover, main .memberPage .memberNav ul li a.active {
  background: #159957;
  background: linear-gradient(180deg, #159957 0%, #0A4E33 100%);
  color: #fff;
}
main .memberPage .memberBox {
  margin-bottom: 4rem;
}
main .memberPage .memberBox > div {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
main .memberPage .memberBox h3 {
  padding: 1rem;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #237A57;
  display: flex;
  align-items: center;
}
main .memberPage .memberBox h3 i {
  font-size: 40px;
  display: inline-block;
  margin-right: 0.5rem;
  color: #237A57;
}
main .memberPage .memberBox .memberInfo table {
  width: 100%;
  padding: 2rem;
}
main .memberPage .memberBox .memberInfo table tr {
  border-bottom: 1px solid #D2D2D2;
}
main .memberPage .memberBox .memberInfo table tr td:first-child {
  font-weight: bold;
  font-size: 18px;
  width: 200px;
  padding: 1rem;
  word-break: break-word;
}
@media (max-width: 550px) {
  main .memberPage .memberBox .memberInfo table tr td:first-child {
    padding: 1rem 0.5rem 0;
  }
}
main .memberPage .memberBox .memberInfo table tr:last-child {
  border-bottom: none;
}
@media (max-width: 550px) {
  main .memberPage .memberBox .memberInfo table tr td {
    display: block;
    padding: 0 0.5rem 1rem;
    width: 100%;
  }
}
main .memberPage .memberBox .memberReward .rewardPoint {
  max-width: 400px;
  border-radius: 8px;
  margin: 2rem auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
main .memberPage .memberBox .memberReward .rewardPoint h4 {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #D2D2D2;
  padding: 1rem 1.5rem;
  font-size: 20px;
}
main .memberPage .memberBox .memberReward .rewardPoint h5 {
  padding: 2rem 4rem 4rem;
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  color: #237A57;
  text-align: center;
}
main .memberPage .memberBox .memberReward .rewardPoint h5 small {
  font-size: 16px;
}
main .memberPage .memberBox .memberReward table {
  width: 100%;
  min-width: 400px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
main .memberPage .memberBox .memberReward table thead tr {
  background-color: #237A57;
}
main .memberPage .memberBox .memberReward table thead tr th {
  color: #fff;
  padding: 0.5rem 1rem;
}
main .memberPage .memberBox .memberReward table tbody tr {
  border-bottom: 1px solid #D2D2D2;
}
main .memberPage .memberBox .memberReward table tbody tr td {
  padding: 0.5rem 1rem;
}
main .memberPage .memberBox .memberRecord .memberRecordBox {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  min-height: 90%;
}
main .memberPage .memberBox .memberRecord .memberRecordBox h4 {
  color: #000;
  border-bottom: 1px solid #D2D2D2;
  padding: 1rem 1rem;
  min-height: 70px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .memberPage .memberBox .memberRecord .memberRecordBox h5 {
  padding: 2rem;
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  color: #003D8D;
  text-align: center;
}
main .memberPage .memberBox .memberRecord .memberRecordBox h5 small {
  font-size: 16px;
}
main .memberPage .memberBox .memberRecord .memberRecordBox .recordButtonSet {
  display: flex;
  align-items: center;
}
main .memberPage .memberBox .memberRecord .memberRecordBox .recordButtonSet button {
  padding: 6px 1rem;
  font-size: 18px;
  margin-left: 4px;
  font-weight: bold;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid transparent;
  background-color: #fff;
  transition: 0.5s ease;
}
main .memberPage .memberBox .memberRecord .memberRecordBox .recordButtonSet button:first-child {
  border-color: #003D8D;
  color: #003D8D;
}
main .memberPage .memberBox .memberRecord .memberRecordBox .recordButtonSet button:first-child:hover, main .memberPage .memberBox .memberRecord .memberRecordBox .recordButtonSet button:first-child.active {
  background: #003D8D;
  background: linear-gradient(180deg, #2479B4 0%, #003D8D 100%);
  color: #fff;
}
main .memberPage .memberBox .memberRecord .memberRecordBox .recordButtonSet button:last-child {
  border-color: #237A57;
  color: #237A57;
}
main .memberPage .memberBox .memberRecord .memberRecordBox .recordButtonSet button:last-child:hover, main .memberPage .memberBox .memberRecord .memberRecordBox .recordButtonSet button:last-child.active {
  background: #237A57;
  background: linear-gradient(180deg, #159957 0%, #0A4E33 100%);
  color: #fff;
}
main .memberPage .memberBox .memberRecord .memberRecordBox .memberRecordBoxContent {
  height: 100%;
  padding: 1rem;
  text-align: center;
}
main .memberPage .memberBox .memberRecord .memberRecordBox .memberRecordBoxContent .tabcontent:first-child {
  display: block;
}
main .memberPage .memberBox .memberRecord .memberRecordBox .memberRecordBoxContent img {
  max-height: 100%;
}
main .gameChoose .gameHD {
  width: 300px;
  display: block;
  margin: 1rem auto;
}
main .gameChoose .gameButtonSet a {
  margin: 0 1rem;
  padding: 4px 3rem;
  border-radius: 4px;
}
main .gameQuestion {
  margin: 2rem auto;
  position: relative;
  padding: 1rem;
  min-height: 200px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}
main .gameQuestion .greenCard, main .gameQuestion .blueCard {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
main .gameQuestion .greenCard {
  background-color: #237A57;
  transform: rotate(1deg);
}
main .gameQuestion .blueCard {
  background-color: #003D8D;
  transform: rotate(-1deg);
}
main .gameQuestion .questionNumber {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #7D7D7D;
}
main .gameQuestion .question {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 28px;
  font-weight: bold;
}
main .gameQuestion .question img {
  margin-left: 1rem;
}
main .answerBox {
  margin-bottom: 2rem;
}
main .answerBox .answer {
  border: 1px solid #003D8D;
  font-size: 20px;
  transition: 0.5s ease;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  margin-top: 1rem;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 100%;
}
main .answerBox .answer:hover {
  background: #003D8D;
  background: linear-gradient(180deg, #2479B4 0%, #003D8D 100%);
  color: #fff;
}
main .answerBox .answer input {
  display: none;
}
main .answerBox .answer.activeBlue {
  background: #003D8D;
  background: linear-gradient(180deg, #2479B4 0%, #003D8D 100%);
  color: #fff;
}
main .answerBox .answer.activeGreen {
  background: #159957;
  background: linear-gradient(180deg, #159957 0%, #0A4E33 100%);
  color: #fff;
}
main .greenAnswer .answer:hover {
  background: #159957;
  background: linear-gradient(180deg, #159957 0%, #0A4E33 100%);
  color: #fff;
}
main .gameResult {
  text-align: center;
}
main .gameResult h3 {
  font-size: 100px;
  font-weight: bold;
  margin: 1rem auto;
  text-align: center;
  color: #003D8D;
}

.eyeCanvas {
  width: 100%;
  max-width: 100%;
}

.blueTitle {
  color: #003D8D;
  font-weight: bold;
  margin-bottom: 1rem;
}

.pageBottomCut + footer {
  margin-top: 0;
}

footer {
  background: linear-gradient(180deg, #189357 0%, #227c57 100%);
  padding: 3rem 0 0;
  margin-top: 120px;
  position: relative;
}
footer::after {
  width: 100%;
  height: 100px;
  background-image: url(../images/footerTop.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  position: absolute;
  top: -95px;
  left: 0;
  content: "";
  pointer-events: none;
}
@media (max-width: 768px) {
  footer::after {
    background-size: contain;
  }
}
footer .footerTop {
  padding-bottom: 5rem;
  color: #fff;
}
@media (max-width: 768px) {
  footer .footerTop {
    padding-bottom: 1rem;
  }
}
footer .footerTop .col-md-2 {
  margin-bottom: 2rem;
}
footer .footerTop h6 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
footer .footerTop h6 a {
  color: #fff;
  transition: 0.5s ease;
  position: relative;
}
footer .footerTop h6 a:hover {
  color: #fff;
}
footer .footerTop h6 a::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: 0.5s ease;
}
footer .footerTop h6 a:hover::after {
  width: 100%;
}
footer .footerTop ul li a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0.5rem;
  display: inline-block;
  transition: 0.5s ease;
  position: relative;
}
footer .footerTop ul li a::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: 0.5s ease;
}
footer .footerTop ul li a:hover::after {
  width: 100%;
}
footer .copyright {
  border-top: 1px solid #fff;
  padding: 1rem 0;
  color: #fff;
  font-size: 16px;
}
footer .copyright i {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 550px) {
  footer .copyright i {
    font-size: 24px;
  }
}
footer .copyright img {
  height: 30px;
  margin-left: 0.5rem;
}

#registerBox, #changeInfo, #changePassword {
  padding: 2rem;
  background-color: #fff;
  max-width: 600px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#registerBox h2, #changeInfo h2, #changePassword h2 {
  color: #003D8D;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  #registerBox h2, #changeInfo h2, #changePassword h2 {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  #registerBox h2, #changeInfo h2, #changePassword h2 {
    font-size: 32px;
  }
}

#loginBox {
  padding: 2rem;
  background-color: #fff;
}
#loginBox h2 {
  color: #003D8D;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  #loginBox h2 {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  #loginBox h2 {
    font-size: 32px;
  }
}
#loginBox form {
  padding-right: 3rem;
}
@media (max-width: 768px) {
  #loginBox form {
    padding-right: 0;
  }
}
#loginBox .loginBoxRight {
  border-left: 1px solid #000;
}
@media (max-width: 768px) {
  #loginBox .loginBoxRight {
    border-left: none;
    margin-top: 2rem;
  }
}
#loginBox .loginBoxRight > img {
  width: 200px;
  display: block;
  margin: 10px auto;
}
#loginBox .loginBoxRight h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #003D8D;
}
@media (max-width: 550px) {
  #loginBox .loginBoxRight h3 {
    font-size: 24px;
  }
}
#loginBox .loginBoxRight h3 small {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#loginBox .loginBoxRight p {
  font-size: 16px;
  text-align: center;
}

form label {
  font-size: 18px;
  margin-bottom: 0.5rem;
}
form input:not([type=checkbox]), form textarea {
  border-radius: 8px;
  border: 1px solid #D2D2D2;
  padding: 4px 10px;
  width: 100%;
  margin-bottom: 1rem;
}
form textarea {
  height: 200px;
}
form button {
  border: none;
}
form a {
  color: #003D8D;
}
form a:hover {
  color: #003D8D;
}

#_bingo_chat_btn2 {
  bottom: 150px !important;
  right: 10px !important;
  width: 120px !important;
  height: 100px !important;
  background: none !important;
  overflow: visible !important;
  box-shadow: none !important;
  z-index: 9 !important;
}
@media (max-width: 550px) {
  #_bingo_chat_btn2 {
    display: none;
  }
}
#_bingo_chat_btn2 img {
  transition: 0.5s ease;
  width: 120px !important;
  height: initial !important;
}
#_bingo_chat_btn2:hover img {
  -webkit-animation: jumpLittleImg 1s;
          animation: jumpLittleImg 1s;
}
#_bingo_chat_btn2::after {
  background: #003D8D;
  background: linear-gradient(90deg, #2479B4 0%, #003D8D 100%);
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  content: "眼科小助手";
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 125px;
  transform: translate(-50%, 100%);
  font-size: 16px;
}/*# sourceMappingURL=all.css.map */