@charset "UTF-8";
:root {
  --color-main-900: #173f41;
  --color-main-800: #246367;
  --color-main-700: #31878d;
  --color-main-600: #3eabb3;
  --color-main-500: #5dc0c7;
  --color-main-400: #83cfd4;
  --color-main-300: #a9dde1;
  --color-main-200: #cfecee;
  --color-main-100: #f5fbfb;
  --color-text-900: black;
  --color-text-800: #0e0e0e;
  --color-text-700: #272727;
  --color-text-600: #414141;
  --color-text-500: #5a5a5a;
  --color-text-400: #747474;
  --color-text-300: #8d8d8d;
  --color-text-200: #a7a7a7;
  --color-text-100: silver;
}

:root {
  --color-primary-900: #0b1620;
  --color-primary-800: #193145;
  --color-primary-700: #264c6b;
  --color-primary-600: #346690;
  --color-primary-500: #4181b6;
  --color-primary-400: #639ac7;
  --color-primary-300: #88b2d5;
  --color-primary-200: #aecae2;
  --color-primary-100: #d4e3ef;
  --color-primary-t-20: rgba(65, 129, 182, 0.2);
  --color-primary-t-40: rgba(65, 129, 182, 0.4);
  --color-primary-t-60: rgba(65, 129, 182, 0.6);
  --color-primary-t-80: rgba(65, 129, 182, 0.8);
  --color-secondary-900: #0f2425;
  --color-secondary-800: #1e4749;
  --color-secondary-700: #2c696e;
  --color-secondary-600: #3b8c92;
  --color-secondary-500: #4aafb6;
  --color-secondary-400: #6ebfc5;
  --color-secondary-300: #93cfd3;
  --color-secondary-200: #b7dfe2;
  --color-secondary-100: #dbeff1;
  --color-secondary-t-20: rgba(74, 175, 182, 0.2);
  --color-secondary-t-40: rgba(74, 175, 182, 0.4);
  --color-secondary-t-60: rgba(74, 175, 182, 0.6);
  --color-secondary-t-80: rgba(74, 175, 182, 0.8);
  --color-success-900: #0f3428;
  --color-success-800: #1b5b46;
  --color-success-700: #268364;
  --color-success-600: #32aa82;
  --color-success-500: #46c99d;
  --color-success-400: #6dd5b2;
  --color-success-300: #95e0c7;
  --color-success-200: #bcecdc;
  --color-success-100: #e4f7f1;
  --color-success-t-20: rgba(70, 201, 157, 0.2);
  --color-success-t-40: rgba(70, 201, 157, 0.4);
  --color-success-t-60: rgba(70, 201, 157, 0.6);
  --color-success-t-80: rgba(70, 201, 157, 0.8);
  --color-warning-900: #59320e;
  --color-warning-800: #864b14;
  --color-warning-700: #b2641b;
  --color-warning-600: #dd7d23;
  --color-warning-500: #e4974f;
  --color-warning-400: #ebb17b;
  --color-warning-300: #f2cba7;
  --color-warning-200: #f8e5d4;
  --color-warning-100: white;
  --color-warning-t-20: rgba(228, 151, 79, 0.2);
  --color-warning-t-40: rgba(228, 151, 79, 0.4);
  --color-warning-t-60: rgba(228, 151, 79, 0.6);
  --color-warning-t-80: rgba(228, 151, 79, 0.8);
  --color-danger-900: #551515;
  --color-danger-800: #7e1f1f;
  --color-danger-700: #a72929;
  --color-danger-600: #ce3535;
  --color-danger-500: #d85e5e;
  --color-danger-400: #e28787;
  --color-danger-300: #ecb0b0;
  --color-danger-200: #f6d9d9;
  --color-danger-100: white;
  --color-danger-t-20: rgba(216, 94, 94, 0.2);
  --color-danger-t-40: rgba(216, 94, 94, 0.4);
  --color-danger-t-60: rgba(216, 94, 94, 0.6);
  --color-danger-t-80: rgba(216, 94, 94, 0.8);
}

:root {
  --menu-width: 300px;
  --menu-icon-size: 40px;
  --menu-icon-radius: 8px;
  --menu-item-padding-TB: 8px;
  --menu-item-padding-LR: 16px;
}

.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(38, 121, 180, 0.3411764706);
  -webkit-animation: fade-in 1.2s;
          animation: fade-in 1.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
          box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
}
.loader .loader-ani {
  border: 16px solid rgba(38, 121, 180, 0.3411764706);
  border-radius: 50%;
  border-left: 16px solid #2679b4;
  border-top: 16px solid #2679b4;
  border-right: 16px solid #2679b4;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}
.loader p {
  margin-top: 12px;
  color: #2679b4;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
* {
  font-family: "Noto Sans TC", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

b {
  font-weight: 900;
}

p {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  color: var(--color-text-700);
}

:root {
  --font-size: 10px;
}

html,
body {
  font-size: calc(var(--font-size));
}
@media (max-width: 1400px) {
  html,
  body {
    font-size: calc(var(--font-size) - 0.5px);
  }
}
@media (max-width: 1200px) {
  html,
  body {
    font-size: calc(var(--font-size) - 1px);
  }
}

h1 {
  font-size: 3.4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.6rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 1.8rem;
}

h6,
p,
a,
ul,
ol,
table {
  font-size: 1.6rem;
}

.text-group {
  margin-top: 20px;
}
.text-group:first-child {
  margin-top: 0px;
}
.text-group h2.title {
  margin-bottom: 12px;
  margin-top: 20px;
  position: relative;
  padding-left: 24px;
  font-size: 2rem;
}
.text-group h2.title:first-child {
  margin-top: 0;
}
.text-group h2.title::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 85%;
  top: 50%;
  left: 0;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ff9587;
  border: 1px solid #ff7f6e;
  border-radius: 16px;
}
.text-group h3.title {
  margin-bottom: 8px;
  margin-top: 20px;
  position: relative;
  padding-left: 24px;
  font-size: 1.8rem;
  color: var(--color-text-600);
}
.text-group h3.title:first-child {
  margin-top: 0;
}
.text-group h3.title::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: calc(50% + 1px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--color-text-200);
  border: 1px solid var(--color-text-300);
  border-radius: 16px;
}
.text-group p.text {
  margin-bottom: 8px;
  color: var(--color-text-400);
}
.text-group p.text b {
  color: var(--color-text-500);
  font-weight: 900;
}

.c-primary {
  color: var(--color-primary-500);
}

.c-secondary {
  color: var(--color-secondary-600);
}

.c-success {
  color: var(--color-success-600);
}

.c-warning {
  color: var(--color-warning-600);
}

.c-danger {
  color: var(--color-danger-600);
}

.c-text {
  color: var(--color-text-700);
}

.w-10 {
  width: 10px !important;
}

.w-10-min {
  min-width: 10px !important;
}

.w-10-max {
  max-width: 10px !important;
}

.w-20 {
  width: 20px !important;
}

.w-20-min {
  min-width: 20px !important;
}

.w-20-max {
  max-width: 20px !important;
}

.w-30 {
  width: 30px !important;
}

.w-30-min {
  min-width: 30px !important;
}

.w-30-max {
  max-width: 30px !important;
}

.w-40 {
  width: 40px !important;
}

.w-40-min {
  min-width: 40px !important;
}

.w-40-max {
  max-width: 40px !important;
}

.w-50 {
  width: 50px !important;
}

.w-50-min {
  min-width: 50px !important;
}

.w-50-max {
  max-width: 50px !important;
}

.w-60 {
  width: 60px !important;
}

.w-60-min {
  min-width: 60px !important;
}

.w-60-max {
  max-width: 60px !important;
}

.w-70 {
  width: 70px !important;
}

.w-70-min {
  min-width: 70px !important;
}

.w-70-max {
  max-width: 70px !important;
}

.w-80 {
  width: 80px !important;
}

.w-80-min {
  min-width: 80px !important;
}

.w-80-max {
  max-width: 80px !important;
}

.w-90 {
  width: 90px !important;
}

.w-90-min {
  min-width: 90px !important;
}

.w-90-max {
  max-width: 90px !important;
}

.w-100 {
  width: 100px !important;
}

.w-100-min {
  min-width: 100px !important;
}

.w-100-max {
  max-width: 100px !important;
}

.w-50 {
  width: 50px !important;
}

.w-50-min {
  min-width: 50px !important;
}

.w-50-max {
  max-width: 50px !important;
}

.w-100 {
  width: 100px !important;
}

.w-100-min {
  min-width: 100px !important;
}

.w-100-max {
  max-width: 100px !important;
}

.w-150 {
  width: 150px !important;
}

.w-150-min {
  min-width: 150px !important;
}

.w-150-max {
  max-width: 150px !important;
}

.w-200 {
  width: 200px !important;
}

.w-200-min {
  min-width: 200px !important;
}

.w-200-max {
  max-width: 200px !important;
}

.w-250 {
  width: 250px !important;
}

.w-250-min {
  min-width: 250px !important;
}

.w-250-max {
  max-width: 250px !important;
}

.w-300 {
  width: 300px !important;
}

.w-300-min {
  min-width: 300px !important;
}

.w-300-max {
  max-width: 300px !important;
}

.w-350 {
  width: 350px !important;
}

.w-350-min {
  min-width: 350px !important;
}

.w-350-max {
  max-width: 350px !important;
}

.w-400 {
  width: 400px !important;
}

.w-400-min {
  min-width: 400px !important;
}

.w-400-max {
  max-width: 400px !important;
}

.w-450 {
  width: 450px !important;
}

.w-450-min {
  min-width: 450px !important;
}

.w-450-max {
  max-width: 450px !important;
}

.w-500 {
  width: 500px !important;
}

.w-500-min {
  min-width: 500px !important;
}

.w-500-max {
  max-width: 500px !important;
}

.w-100-p {
  width: 100% !important;
}

.ws-n {
  white-space: nowrap;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc-e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.cu-p {
  cursor: pointer;
}

.op-0 {
  opacity: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.ma-0 {
  margin: 0px !important;
}

.maT-0 {
  margin-top: 0px !important;
}

.maB-0 {
  margin-bottom: 0px !important;
}

.maTB-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.maL-0 {
  margin-left: 0px !important;
}

.maR-0 {
  margin-right: 0px !important;
}

.maLR-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.ma-5 {
  margin: 5px !important;
}

.maT-5 {
  margin-top: 5px !important;
}

.maB-5 {
  margin-bottom: 5px !important;
}

.maTB-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.maL-5 {
  margin-left: 5px !important;
}

.maR-5 {
  margin-right: 5px !important;
}

.maLR-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.ma-10 {
  margin: 10px !important;
}

.maT-10 {
  margin-top: 10px !important;
}

.maB-10 {
  margin-bottom: 10px !important;
}

.maTB-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.maL-10 {
  margin-left: 10px !important;
}

.maR-10 {
  margin-right: 10px !important;
}

.maLR-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.ma-15 {
  margin: 15px !important;
}

.maT-15 {
  margin-top: 15px !important;
}

.maB-15 {
  margin-bottom: 15px !important;
}

.maTB-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.maL-15 {
  margin-left: 15px !important;
}

.maR-15 {
  margin-right: 15px !important;
}

.maLR-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.ma-20 {
  margin: 20px !important;
}

.maT-20 {
  margin-top: 20px !important;
}

.maB-20 {
  margin-bottom: 20px !important;
}

.maTB-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.maL-20 {
  margin-left: 20px !important;
}

.maR-20 {
  margin-right: 20px !important;
}

.maLR-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.ma-25 {
  margin: 25px !important;
}

.maT-25 {
  margin-top: 25px !important;
}

.maB-25 {
  margin-bottom: 25px !important;
}

.maTB-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.maL-25 {
  margin-left: 25px !important;
}

.maR-25 {
  margin-right: 25px !important;
}

.maLR-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.ma-30 {
  margin: 30px !important;
}

.maT-30 {
  margin-top: 30px !important;
}

.maB-30 {
  margin-bottom: 30px !important;
}

.maTB-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.maL-30 {
  margin-left: 30px !important;
}

.maR-30 {
  margin-right: 30px !important;
}

.maLR-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.ma-35 {
  margin: 35px !important;
}

.maT-35 {
  margin-top: 35px !important;
}

.maB-35 {
  margin-bottom: 35px !important;
}

.maTB-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.maL-35 {
  margin-left: 35px !important;
}

.maR-35 {
  margin-right: 35px !important;
}

.maLR-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.ma-40 {
  margin: 40px !important;
}

.maT-40 {
  margin-top: 40px !important;
}

.maB-40 {
  margin-bottom: 40px !important;
}

.maTB-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.maL-40 {
  margin-left: 40px !important;
}

.maR-40 {
  margin-right: 40px !important;
}

.maLR-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.ma-45 {
  margin: 45px !important;
}

.maT-45 {
  margin-top: 45px !important;
}

.maB-45 {
  margin-bottom: 45px !important;
}

.maTB-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.maL-45 {
  margin-left: 45px !important;
}

.maR-45 {
  margin-right: 45px !important;
}

.maLR-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.ma-50 {
  margin: 50px !important;
}

.maT-50 {
  margin-top: 50px !important;
}

.maB-50 {
  margin-bottom: 50px !important;
}

.maTB-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.maL-50 {
  margin-left: 50px !important;
}

.maR-50 {
  margin-right: 50px !important;
}

.maLR-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.pa-0 {
  padding: 0px !important;
}

.paT-0 {
  padding-top: 0px !important;
}

.paB-0 {
  padding-bottom: 0px !important;
}

.paTB-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.paL-0 {
  padding-left: 0px !important;
}

.paR-0 {
  padding-right: 0px !important;
}

.paLR-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pa-5 {
  padding: 5px !important;
}

.paT-5 {
  padding-top: 5px !important;
}

.paB-5 {
  padding-bottom: 5px !important;
}

.paTB-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.paL-5 {
  padding-left: 5px !important;
}

.paR-5 {
  padding-right: 5px !important;
}

.paLR-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pa-10 {
  padding: 10px !important;
}

.paT-10 {
  padding-top: 10px !important;
}

.paB-10 {
  padding-bottom: 10px !important;
}

.paTB-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.paL-10 {
  padding-left: 10px !important;
}

.paR-10 {
  padding-right: 10px !important;
}

.paLR-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pa-15 {
  padding: 15px !important;
}

.paT-15 {
  padding-top: 15px !important;
}

.paB-15 {
  padding-bottom: 15px !important;
}

.paTB-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.paL-15 {
  padding-left: 15px !important;
}

.paR-15 {
  padding-right: 15px !important;
}

.paLR-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pa-20 {
  padding: 20px !important;
}

.paT-20 {
  padding-top: 20px !important;
}

.paB-20 {
  padding-bottom: 20px !important;
}

.paTB-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.paL-20 {
  padding-left: 20px !important;
}

.paR-20 {
  padding-right: 20px !important;
}

.paLR-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pa-25 {
  padding: 25px !important;
}

.paT-25 {
  padding-top: 25px !important;
}

.paB-25 {
  padding-bottom: 25px !important;
}

.paTB-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.paL-25 {
  padding-left: 25px !important;
}

.paR-25 {
  padding-right: 25px !important;
}

.paLR-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pa-30 {
  padding: 30px !important;
}

.paT-30 {
  padding-top: 30px !important;
}

.paB-30 {
  padding-bottom: 30px !important;
}

.paTB-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.paL-30 {
  padding-left: 30px !important;
}

.paR-30 {
  padding-right: 30px !important;
}

.paLR-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pa-35 {
  padding: 35px !important;
}

.paT-35 {
  padding-top: 35px !important;
}

.paB-35 {
  padding-bottom: 35px !important;
}

.paTB-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.paL-35 {
  padding-left: 35px !important;
}

.paR-35 {
  padding-right: 35px !important;
}

.paLR-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pa-40 {
  padding: 40px !important;
}

.paT-40 {
  padding-top: 40px !important;
}

.paB-40 {
  padding-bottom: 40px !important;
}

.paTB-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.paL-40 {
  padding-left: 40px !important;
}

.paR-40 {
  padding-right: 40px !important;
}

.paLR-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pa-45 {
  padding: 45px !important;
}

.paT-45 {
  padding-top: 45px !important;
}

.paB-45 {
  padding-bottom: 45px !important;
}

.paTB-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.paL-45 {
  padding-left: 45px !important;
}

.paR-45 {
  padding-right: 45px !important;
}

.paLR-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pa-50 {
  padding: 50px !important;
}

.paT-50 {
  padding-top: 50px !important;
}

.paB-50 {
  padding-bottom: 50px !important;
}

.paTB-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.paL-50 {
  padding-left: 50px !important;
}

.paR-50 {
  padding-right: 50px !important;
}

.paLR-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

@font-face {
  font-family: "Noto Sans TC";
  src: url("../font/NotoSansTC-Bold.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../font/NotoSansTC-Medium.woff") format("woff");
  font-weight: 700;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IBM Plex Sans", "Noto Sans TC", sans-serif;
}

:root {
  --height-header: 100px;
}
@media (max-width: 1200px) {
  :root {
    --height-header: 80px;
  }
}
@media (max-width: 768px) {
  :root {
    --height-header: 52px;
  }
}
@media (max-width: 576px) {
  :root {
    --height-header: 80px;
  }
}

body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  font-family: "IBM Plex Sans", "Noto Sans TC", sans-serif;
}

html {
  overflow-y: scroll;
}

body {
  padding-top: var(--height-header);
}

.header {
  width: 100%;
  height: var(--height-header);
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
          box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
  overflow: hidden;
}
.header .container {
  max-width: 1620px;
  width: 100%;
  height: 100%;
  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;
}
.header .container .d-flex {
  height: 100%;
}
.header .container a.logo {
  padding: 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .container a.logo img {
  width: 240px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .header .container a.logo img.lg {
    display: none;
  }
}
.header .container a.logo img.sm {
  display: none;
}
@media (max-width: 576px) {
  .header .container a.logo img.sm {
    display: block;
  }
}
@media (max-width: 1400px) {
  .header .container a.logo img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .header .container a.logo img {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .header .container a.logo img {
    width: 140px;
  }
}
@media (max-width: 576px) {
  .header .container a.logo img {
    padding: 0;
    padding-top: 32px;
    width: auto;
    height: 110%;
  }
}
.header .container .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  height: 100%;
}
.header .container .nav .top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}
.header .container .nav .top-nav .item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-radius: 8px;
}
.header .container .nav .top-nav .item:hover {
  background: #eeeeee;
}
.header .container .nav .top-nav .item.icon-btn {
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  text-decoration-line: none;
  color: #333;
}
.header .container .nav .top-nav .item.icon-btn p {
  font-weight: 700;
}
.header .container .nav .top-nav .item.icon-btn i.sm {
  font-size: 1rem;
}
.header .container .nav .top-nav .item.goto-btn {
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration-line: none;
}
.header .container .nav .top-nav .item.goto-btn i {
  margin-right: 4px;
  font-size: 1.6rem;
}
.header .container .nav .top-nav .item.goto-btn i,
.header .container .nav .top-nav .item.goto-btn p {
  color: #2679b4;
}
.header .container .nav .top-nav .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 12px;
}
.header .container .nav .top-nav .line::after {
  content: "|";
  font-size: 1.4rem;
  opacity: 0.8;
}
.header .container .nav .main-nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .container .nav .main-nav input[type=checkbox] {
  display: none;
}
.header .container .nav .main-nav input[type=checkbox]:checked + .content .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .container .nav .main-nav .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.header .container .nav .main-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}
.header .container .nav .main-nav .nav-list .item {
  height: 100%;
  white-space: nowrap;
}
.header .container .nav .main-nav .nav-list .item a {
  font-size: 1.6rem;
  padding: 0 8px;
  padding-bottom: 12px;
  cursor: pointer;
  text-decoration-line: none;
  color: #333;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .container .nav .main-nav .nav-list .item a::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  background: rgba(217, 223, 96, 0.7450980392);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .container .nav .main-nav .nav-list .item a:hover::after {
  height: 8px;
}
.header .container .nav .main-nav .nav-list .item.active a::after {
  background: #d9df60;
  height: 8px !important;
}
@media (max-width: 1200px) {
  .header .container .nav .main-nav .nav-list {
    display: none;
    background: #f8f8f8;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: var(--height-header);
    left: 0;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - var(--height-header));
  }
  .header .container .nav .main-nav .nav-list .item {
    height: 60px;
    border-bottom: 1px solid #e7e7e7;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header .container .nav .main-nav .nav-list .item a {
    padding: 0 !important;
  }
  .header .container .nav .main-nav .nav-list .item a::after {
    display: none;
  }
}
.header .container .nav .main-nav .burger-btn {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  border-radius: 8px;
  cursor: pointer;
  display: none;
}
.header .container .nav .main-nav .burger-btn:hover {
  background: #eeeeee;
}
@media (max-width: 1200px) {
  .header .container .nav .main-nav .burger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1200px) {
  .header .container .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header .container .nav .main-nav {
    width: auto;
    margin-left: 8px;
  }
  .header .container .nav .top-nav .set-font-size {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .container .nav .top-nav .item.icon-btn {
    width: 32px;
    height: 32px;
  }
  .header .container .nav .top-nav .line {
    margin: 0 2px;
  }
}
@media (max-width: 576px) {
  .header .container .nav {
    padding-top: 32px;
  }
  .header .container .nav .top-nav {
    background: #f8f8f8;
    border-bottom: 1px solid #e7e7e7;
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
  }
  .header .container .nav .top-nav p,
  .header .container .nav .top-nav i {
    font-size: 1.2rem;
  }
}

.main {
  background: #fff;
}
.main a.accesskey {
  font-size: 1.6rem;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  margin-right: 5px;
  position: absolute;
  z-index: 10;
  text-decoration-line: none;
}
.main .banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .main .banner {
    height: 400px;
  }
}
.main .banner.sm {
  height: 300px;
}
.main .banner.sm img.banner-bg {
  opacity: 0.8;
}
.main .banner.sm img.banner-uav {
  top: 20px;
  width: 140px;
}
.main .banner.sm img.banner-car {
  width: 500px;
}
@media (max-width: 768px) {
  .main .banner.sm img.banner-car {
    width: 350px;
  }
}
.main .banner img.banner-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  position: absolute;
}
.main .banner .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  position: relative;
}
@media (max-width: 768px) {
  .main .banner .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main .banner img.banner-car {
  position: absolute;
  width: 60%;
  max-width: 650px;
  bottom: 0;
  left: 5%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation-name: carAnimation;
          animation-name: carAnimation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 100% 0;
          transform-origin: 50% 100% 0;
}
@media (max-width: 768px) {
  .main .banner img.banner-car {
    width: 100%;
    max-width: 500px;
    left: -5px;
  }
}
.main .banner img.banner-uav {
  position: absolute;
  top: 60px;
  left: 60%;
  width: 200px;
  -webkit-animation-name: uavAnimation;
          animation-name: uavAnimation;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  .main .banner img.banner-uav {
    top: 20px;
    width: 120px;
  }
}
.main .banner .banner-text {
  text-align: center;
}
.main .banner .banner-text h1,
.main .banner .banner-text h2 {
  text-shadow: #f5f5f7 0 0 4px;
}
.main .banner .banner-text h1 {
  color: #2679b4;
  font-size: 4.5rem;
  margin-bottom: 4px;
}
.main .banner .banner-text h2 {
  color: #329ae4;
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  .main .banner .banner-text {
    padding: 20px;
  }
}
.main .content {
  padding: 60px 10px;
  background: radial-gradient(#b1daf3 1%, #fff 6%);
  background-size: 50px 50px;
  min-height: 100vh;
}
.main .block .container > * {
  position: relative;
}
.main .block h3.title {
  color: #2679b4;
  font-size: 3.4rem;
}
.main .block h4.title {
  color: #2679b4;
  font-size: 2.4rem;
}
.main .block .goto-btn {
  background: #5aa4d2;
  border: none;
  border-radius: 60px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
          box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
}
.main .block .goto-btn > * {
  margin-right: 8px;
}
.main .block .goto-btn > *:last-child {
  margin: 0;
}
.main .block .goto-btn p,
.main .block .goto-btn i {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  opacity: 1;
}
.main .block .goto-btn i {
  font-size: 2.4rem;
  opacity: 0.8;
  font-weight: 900;
}
.main .block .goto-btn:hover {
  background: #408dbd;
}
.main .block .table {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-x: auto;
  border: 1px solid rgba(10, 75, 121, 0.2549019608);
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
          box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
}
.main .block .table table {
  color: #333;
  font-size: 1.8rem;
  width: 100%;
}
.main .block .table table tr {
  border: none;
}
.main .block .table table td,
.main .block .table table th {
  padding: 8px 16px;
  border-left: 1px solid rgba(10, 75, 121, 0.2549019608);
  min-width: 100px;
}
.main .block .table table td:first-child,
.main .block .table table th:first-child {
  border-left: none;
}
.main .block .table table td p,
.main .block .table table th p {
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.main .block .table table th {
  text-align: center;
  white-space: nowrap;
  background: rgba(38, 121, 180, 0.1098039216);
  color: #0a4b79;
  border-bottom: 1px solid rgba(10, 75, 121, 0.2549019608);
}
.main .block .table table th p {
  color: #0a4b79;
  font-weight: 700;
}
.main .block .table table tr {
  border-bottom: 1px solid rgba(10, 75, 121, 0.2549019608);
}
.main .block .table table tr:nth-child(2n-1) {
  background: rgba(38, 121, 180, 0.0392156863);
}
.main .block .table table tr:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .main .block .table.rwd-table table tr:first-child {
    border: none;
  }
  .main .block .table.rwd-table table th {
    display: none;
  }
  .main .block .table.rwd-table table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding: 4px 20px !important;
    text-align: left !important;
  }
  .main .block .table.rwd-table table td:first-child {
    padding-top: 16px !important;
  }
  .main .block .table.rwd-table table td:last-child {
    padding-bottom: 16px !important;
  }
  .main .block .table.rwd-table table td:before {
    content: attr(data-th);
    color: #2679b4;
    width: 80px;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .main .block .table.rwd-table table .download-btn {
    width: auto;
    height: auto;
  }
}
.main .block .link > a {
  color: #2679b4;
  font-size: 1.8rem;
}
.main .block .download-btn {
  color: #2679b4;
  font-size: 2.4rem;
  width: 42px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .block.index-block {
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
}
.main .block.index-block h3.title {
  width: 100%;
  margin-bottom: 48px;
  text-align: center;
  position: relative;
}
.main .block.index-block h3.title span.remark {
  font-size: 2rem;
  position: absolute;
  background: rgba(38, 121, 180, 0.1098039216);
  padding: 8px 12px;
  border-radius: 12px;
  left: 50%;
  bottom: calc(100% + 12px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main .block.index-block .bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .block.index-block .bg-box .bg {
  z-index: 0;
  position: absolute;
  height: 120%;
  opacity: 0.8;
}
.main .block.index-block .bg-box .bg.bg-1 {
  top: 0;
  left: 0;
}
.main .block.index-block .bg-box .bg.bg-2 {
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .main .block.index-block .bg-box .bg {
    height: 70%;
    opacity: 0.4;
  }
}
.main .block.index-block .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .main .block.index-block .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .block.index-block .item {
  -webkit-box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
          box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
  background: #fff;
  border: 1px solid rgba(10, 75, 121, 0.2549019608);
  border-radius: 400px;
  padding: 8px;
  margin: 0 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main .block.index-block .item .num {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 16px;
  background: var(--bg);
  color: #fff;
  font-size: 3.8rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid rgba(10, 75, 121, 0.2549019608);
}
.main .block.index-block .item p.name {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .main .block.index-block .item {
    margin: 0 16px;
  }
  .main .block.index-block .item .num {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 768px) {
  .main .block.index-block .item {
    margin: 0;
    margin-bottom: 16px;
  }
}
.main .block.swiper-block {
  padding: 80px 0px;
  background: #f5f5f7;
}
.main .block.swiper-block h3.title {
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}
.main .block.swiper-block .swiper-container {
  position: relative;
  padding: 0 80px;
  cursor: -webkit-grab;
  cursor: grab;
}
.main .block.swiper-block .swiper-container a {
  cursor: -webkit-grab;
  cursor: grab;
}
.main .block.swiper-block .swiper-container .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 400px !important;
  border: 1px solid rgba(10, 75, 121, 0.2549019608);
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
          box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main .block.swiper-block .swiper-container .swiper-slide:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main .block.swiper-block .swiper-container .swiper-slide .item-img {
  height: 200px;
  overflow: hidden;
  position: relative;
  background: #f5f5f7;
}
.main .block.swiper-block .swiper-container .swiper-slide .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: relative;
}
.main .block.swiper-block .swiper-container .swiper-slide .item-img::before {
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 50px;
  height: 50px;
  color: #c9c9d4;
  font-size: 40px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  z-index: 0;
}
.main .block.swiper-block .swiper-container .swiper-slide .item-text {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(10, 75, 121, 0.2549019608);
}
.main .block.swiper-block .swiper-container .swiper-slide .item-text h4 {
  color: #2679b4;
  font-size: 2rem;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .block.swiper-block .swiper-container .swiper-slide .item-text p {
  font-weight: 500;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.main .block.swiper-block .swiper-container .swiper-button-prev,
.main .block.swiper-block .swiper-container .swiper-button-next {
  height: calc(100% + 20px);
  top: -10px;
  margin: 0;
  padding: 40px;
  background: rgba(245, 245, 247, 0.7529411765);
  opacity: 1;
  z-index: 10;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main .block.swiper-block .swiper-container .swiper-button-prev::before,
.main .block.swiper-block .swiper-container .swiper-button-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 4rem;
  color: #408dbd;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-shadow: 0 0 10px #f5f5f7;
}
.main .block.swiper-block .swiper-container .swiper-button-prev::after,
.main .block.swiper-block .swiper-container .swiper-button-next::after {
  content: "";
}
.main .block.swiper-block .swiper-container .swiper-button-prev:hover::before,
.main .block.swiper-block .swiper-container .swiper-button-next:hover::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main .block.swiper-block .swiper-container .swiper-button-prev.swiper-button-disabled,
.main .block.swiper-block .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.main .block.swiper-block .swiper-container .swiper-button-prev {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 247, 0.7529411765)), to(rgba(245, 245, 247, 0)));
  background: linear-gradient(90deg, rgba(245, 245, 247, 0.7529411765) 0%, rgba(245, 245, 247, 0) 100%);
}
.main .block.swiper-block .swiper-container .swiper-button-prev::before {
  content: "\f053";
}
.main .block.swiper-block .swiper-container .swiper-button-next {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(245, 245, 247, 0.7529411765)), to(rgba(245, 245, 247, 0)));
  background: linear-gradient(-90deg, rgba(245, 245, 247, 0.7529411765) 0%, rgba(245, 245, 247, 0) 100%);
}
.main .block.swiper-block .swiper-container .swiper-button-next::before {
  content: "\f054";
}
@media (max-width: 768px) {
  .main .block.swiper-block .swiper-container {
    padding: 0px 32px;
  }
  .main .block.swiper-block .swiper-container .swiper-button-prev,
  .main .block.swiper-block .swiper-container .swiper-button-next {
    display: none;
  }
}
.main .block.sandbox-block {
  padding: 80px 0px;
}
.main .block.sandbox-block .img-box {
  padding: 20px;
}
.main .block.sandbox-block .img-box img {
  width: 100%;
  border: 1px solid rgba(10, 75, 121, 0.2549019608);
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
          box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
}
.main .block.sandbox-block .text-box {
  padding: 12px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .block.sandbox-block h3.title {
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.main .block.sandbox-block h4.title {
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.main .block.sandbox-block p {
  font-size: 1.8rem;
  font-weight: 500;
  opacity: 0.8;
  line-height: 1.6;
}
.main .block.article-block h3.title {
  margin-bottom: 12px;
}
.main .block.article-block h4.subtitle {
  font-size: 1.8rem;
  font-weight: 500;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 12px;
}
.main .block.article-block h4.subtitle > * {
  margin-right: 16px;
}
.main .block.article-block h4.subtitle a {
  font-size: 1.8rem;
  color: #333;
}
.main .block.article-block h4.subtitle i {
  margin-right: 4px;
  opacity: 0.6;
}
.main .block.article-block button.goback-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  background: rgba(38, 121, 180, 0.1568627451);
}
.main .block.article-block button.goback-btn::after {
  color: #2679b4;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
}
.main .block.article-block p {
  font-size: 1.8rem;
  font-weight: 500;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 12px;
}
.main .block.article-block li {
  font-size: 1.8rem;
  font-weight: 500;
  opacity: 0.8;
  line-height: 1.6;
}
.main .block.article-block b {
  font-weight: 700;
}
.main .block.article-block img {
  max-width: 100%;
}
.main .block.article-block .article-content h1,
.main .block.article-block .article-content h2,
.main .block.article-block .article-content h3,
.main .block.article-block .article-content h4,
.main .block.article-block .article-content h5 {
  margin-bottom: 12px;
  margin-top: 24px;
}
.main .block.article-block .article-content p,
.main .block.article-block .article-content ul,
.main .block.article-block .article-content ol,
.main .block.article-block .article-content li {
  font-size: 1.8rem;
  font-weight: 500;
  opacity: 0.8;
  line-height: 1.6;
}
.main .block.article-block .article-content img {
  border-radius: 10px;
  max-width: 100%;
}
.main .block.article-block .btn {
  background: #5aa4d2;
  border: none;
  border-radius: 60px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
          box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
}
.main .block.article-block .btn > * {
  margin-right: 8px;
}
.main .block.article-block .btn > *:last-child {
  margin: 0;
}
.main .block.article-block .btn p,
.main .block.article-block .btn i {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  opacity: 1;
}
.main .block.article-block .btn i {
  font-size: 2.4rem;
  opacity: 0.8;
  font-weight: 900;
}
.main .block.article-block .btn:hover {
  background: #408dbd;
}
.main .block.photo-block a.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgba(10, 75, 121, 0.2549019608);
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
          box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 16px;
}
.main .block.photo-block a.item:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.main .block.photo-block a.item .item-img {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.main .block.photo-block a.item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: relative;
}
.main .block.photo-block a.item .item-img::before {
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 50px;
  height: 50px;
  color: #c9c9d4;
  font-size: 40px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 576px) {
  .main .block.photo-block a.item .item-img {
    height: 320px;
  }
}
.main .block.photo-block a.item .item-text {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(10, 75, 121, 0.2549019608);
}
.main .block.photo-block a.item .item-text h4 {
  color: #2679b4;
  font-size: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .block.photo-block a.item .item-text p {
  font-weight: 500;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.main .block.faq-block .item {
  border: 1px solid rgba(10, 75, 121, 0.2549019608);
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
          box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
  background: #fff;
  overflow: hidden;
  margin-bottom: 16px;
}
.main .block.faq-block .item .item-title {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(10, 75, 121, 0.2549019608);
  cursor: pointer;
  position: relative;
  padding-right: 60px;
}
.main .block.faq-block .item .item-title p {
  font-weight: 700;
  color: #2679b4;
  font-size: 2rem;
  display: inline;
}
.main .block.faq-block .item .item-title::before {
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 12px;
  color: #2679b4;
  font-size: 2rem;
  opacity: 0.8;
}
.main .block.faq-block .item .item-title::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2679b4;
  font-size: 24px;
  opacity: 0.8;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  height: 40px;
}
.main .block.faq-block .item .item-title:hover {
  background: #2679b4;
  color: #fff;
}
.main .block.faq-block .item .item-title:hover::before, .main .block.faq-block .item .item-title:hover::after,
.main .block.faq-block .item .item-title:hover p {
  color: #fff;
}
.main .block.faq-block .item .item-title.collapsed::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main .block.faq-block .item .item-content {
  padding: 20px 24px;
}
.main .block.faq-block .subitem {
  margin-bottom: 20px;
}
.main .block.faq-block .subitem:last-child {
  margin-bottom: 0;
}
.main .block.faq-block .subitem p {
  font-size: 1.7rem;
}
.main .block.faq-block .subitem .subitem-title p {
  color: #2679b4;
  font-weight: 700;
  margin-bottom: 8px;
}
.main .block.faq-block .subitem .subitem-content p {
  font-weight: 500;
  opacity: 0.8;
}
.main .block.chart-block .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .block.chart-block .flex-box p {
  font-size: 1.8rem;
}
.main .block.chart-block .flex-box select.form-select {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 1.8rem;
  margin-right: 8px;
}
.main .block.chart-block .nav-tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.main .block.chart-block .nav-tabs .nav-item {
  width: 100%;
  margin-right: 4px;
}
.main .block.chart-block .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.main .block.chart-block .nav-tabs .nav-item .nav-link {
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  font-size: 1.8rem;
  background: #f4f4f5;
  color: #333;
  border: 1px solid rgba(10, 75, 121, 0.25);
}
.main .block.chart-block .nav-tabs .nav-item .nav-link:hover {
  background: #eaeaf1;
}
.main .block.chart-block .nav-tabs .nav-item .nav-link.active {
  background: #4395c8;
  color: #fff;
}
.main .block.chart-block .tab-pane {
  font-size: 1.8rem;
}
.main .block.chart-block .county-item {
  margin-bottom: 4px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(10, 75, 121, 0.25);
}
.main .block.chart-block .county-item .item-title {
  width: 100%;
  padding: 8px 16px;
  font-size: 1.8rem;
  background: #4395c8;
  color: #fff;
}
.main .block.chart-block .county-item .item-title p.name {
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .block.chart-block .county-item .item-title p.num {
  background: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 2px 12px;
  border-radius: 12px;
  color: #3782b1;
  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;
}
.main .block.chart-block .county-item .item-title:hover {
  background: #3782b1;
}
.main .block.chart-block .county-item .item-content {
  background: #f4f4f5;
}
.main .block.chart-block .county-item .item-content .plan {
  padding: 8px 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(10, 75, 121, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .block.chart-block .county-item .item-content .plan:last-child {
  border-bottom: none;
}
.main .block.chart-block .county-item .item-content .plan .name {
  color: #2679b4;
}
.main .block.chart-block .county-item .item-content .plan .name:hover {
  color: #194f75;
}
.main .block.chart-block .county-item .item-content .plan .icon i {
  font-size: 1.6rem;
  margin-right: 8px;
  color: #2679b4;
}
.main .block.chart-block .svg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.main .block.chart-block .svg-box svg {
  height: 800px;
}
.main .block.chart-block .svg-box svg path {
  stroke: white;
  fill: tranparent;
  cursor: pointer;
}
.main .block.chart-block .svg-box svg #南部 {
  fill: #ff9160;
}
.main .block.chart-block .svg-box svg #南部 > g:hover {
  fill: #cf6c42;
}
.main .block.chart-block .svg-box svg #北部 {
  fill: #75caff;
}
.main .block.chart-block .svg-box svg #北部 > g:hover {
  fill: #539fce;
}
.main .block.chart-block .svg-box svg #東部 {
  fill: #62c7c2;
}
.main .block.chart-block .svg-box svg #東部 > g:hover {
  fill: #449b96;
}
.main .block.chart-block .svg-box svg #中部 {
  fill: #f5568b;
}
.main .block.chart-block .svg-box svg #中部 > g:hover {
  fill: #c93667;
}
.main .block.chart-block .svg-box svg #離島 {
  fill: #ab81eb;
}
.main .block.chart-block .svg-box svg #離島 > g:hover {
  fill: #754bb4;
}
.main .block.chart-block .svg-box .pop-text {
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(10, 75, 121, 0.25);
  padding: 8px 16px;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 8px;
  top: 0;
  left: 0;
  display: none;
}

ul.pagination {
  margin: 16px 0;
  overflow: hidden;
  border: none;
  border: 1px solid rgba(10, 75, 121, 0.2549019608);
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
          box-shadow: 0 3px 5px rgba(34, 62, 66, 0.25);
}
ul.pagination li.page-item a {
  border: none !important;
  padding: 12px 20px;
  color: #2679b4;
  font-size: 1.6rem;
}
ul.pagination li.page-item.active a {
  background: #2679b4;
}

.footer {
  padding: 24px 24px;
  background: #4395c8;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.footer a.accesskey {
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer a.link {
  cursor: pointer;
  text-decoration: underline;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
}
.footer a.link:hover {
  background: #2b74a1;
}
.footer p {
  color: #fff;
}
.footer .footer-visits {
  background-color: rgba(255, 255, 255, 0.1803921569);
  padding: 4px 16px;
  border-radius: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.footer .footer-visits > * {
  margin-right: 16px;
}
.footer .footer-visits > *:last-child {
  margin-right: 0;
}

@-webkit-keyframes uavAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes uavAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes carAnimation {
  0% {
    -webkit-transform: scale(100%, 100%);
            transform: scale(100%, 100%);
  }
  50% {
    -webkit-transform: scale(102%, 98%);
            transform: scale(102%, 98%);
  }
  100% {
    -webkit-transform: scale(100%, 100%);
            transform: scale(100%, 100%);
  }
}
@keyframes carAnimation {
  0% {
    -webkit-transform: scale(100%, 100%);
            transform: scale(100%, 100%);
  }
  50% {
    -webkit-transform: scale(102%, 98%);
            transform: scale(102%, 98%);
  }
  100% {
    -webkit-transform: scale(100%, 100%);
            transform: scale(100%, 100%);
  }
}
.modal .modal-content {
  border-radius: 12px;
  border: 1px;
  overflow: hidden;
}
.modal .modal-header {
  background: #3782b1;
  border-radius: 12px 12px 0 0;
  border: 1px solid #3782b1;
  padding: 12px;
}
.modal .modal-header .modal-title {
  color: #fff;
}
.modal .modal-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.5em auto no-repeat;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  opacity: 1;
  position: relative;
  left: 4px;
}

.btn-primary {
  padding: 8px 12px;
  font-size: 1.6rem;
  border-radius: 8px;
  background: #3782b1;
}
.btn-primary:hover {
  background: #276286;
}

.info-group {
  border: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
.info-group .row {
  --bs-gutter-x: 0px;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
  margin-right: -1px;
}
.info-group .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dddddd;
  position: relative;
  height: 100%;
  left: -1px;
  top: 1px;
}
.info-group .item > .title,
.info-group .item > .content {
  padding: 8px;
  font-size: 1.6rem;
}
.info-group .item > .title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 120px;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background: #f6f6f6;
}
.info-group .item > .content {
  background: #fff;
  width: 100%;
}

ul.file-list {
  border: 1px solid #dddddd;
  border-radius: 8px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.file-list li {
  padding: 8px 12px;
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
ul.file-list li:last-child {
  border-bottom: 0px;
}
ul.file-list .icon {
  font-size: 1.6rem;
  margin-right: 8px;
  color: #3782b1;
}