@charset "UTF-8";

:root {
    --required-star: #de2f2f;
    --color-000: #000;
    --color-222: #222;
    --color-333: #333;
    --color-666: #666;
    --color-888: #888;
    --color-999: #999;
    --color-aaa: #aaa;
    --color-bbb: #bbb;
    --color-ccc: #ccc;
    --color-ddd: #ddd;
    --color-eee: #eee;
    --color1-0: #ffe6dc;
    --color1-1: #ffefe9;
    --color2-0: #D62B00;
    --color2-1: #ff4718;
    --color4-0: #0DC0AE;
    --color5-0: #fff2e1;
    --color6-0: #89BB00;
    --color7-0: #006782;
    --color8-0: #009DC4;
    --color9-0: #009DC4;
    --color10-0: #e99216;
    --color11-0: #ffecd7;
    --color12-0: #ffeaea;
    --color13-0: #ffbcbc;
    --color14-0: #E7F2F9;
    --color15-0: #ACCBD9;
    --color16-0: #FFEEE1;
    --color17-0: #F5CDAF;
    --color18-0: #E1FFFB;
    --color19-0: #AEEBDE;
    --textColor1: #436371;
    --textColor2: #e54a4a;
    --textColor3: #218b85;
    --textColor4: #436371;
    --fontsize-xxl: 3rem;
    --fontsize-xl: 2.25rem;
    --fontsize-lg: 1.8rem;
    --fontsize-md: 1.125rem;
    --fontsize-sm: 1.11rem;
    --fontsize-xs: 0.95rem;
    --border-radius: 20px;
    --logoSize: 400px;
}

html,
body {
    background: #fff;
    margin: 0;
    padding: 0;
}

* {
    font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.inner {
    width: 96%;
    margin: 0 auto;
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.visible {
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 1;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    z-index: -1;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.fontsize-xxl {
    font-size: 3rem;
}

.fontsize-xl {
    font-size: 2.25rem;
}

.fontsize-lg {
    font-size: 1.8rem;
}

.fontsize-md {
    font-size: 1.125rem;
}

.fontsize-sm {
    font-size: 1.11rem;
}

.fontsize-xs {
    font-size: 0.95rem;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* scroll
  --------------------------------------------------------*/
.scroll {
    overflow: auto;
}

.scroll-x {
    overflow-x: auto;
}

.scroll-y {
    overflow-y: auto;
}

/* scroll end
  --------------------------------------------------------*/
/* text align
  --------------------------------------------------------*/
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

/* text align end
  --------------------------------------------------------*/
/* flex
  --------------------------------------------------------*/
.flex {
    display: flex !important;
    flex-wrap: wrap;
}

.flex-nowrap {
    display: flex !important;
    flex-wrap: nowrap;
}

.flex-justify-start {
    justify-content: flex-start;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-end {
    justify-content: flex-end;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-align-start {
    align-items: flex-start;
}

.flex-align-center {
    align-items: center !important;
}

.flex-align-end {
    align-items: flex-end !important;
}

.flex-align-self {
    align-self: center;
}

/* flex end
  --------------------------------------------------------*/
/* grid
  --------------------------------------------------------*/
.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666667%;
}

.col-12 {
    width: 100% !important;
    padding: 0;
}

/* grid end
  --------------------------------------------------------*/
/* max width
  --------------------------------------------------------*/
.max-w-10 {
    max-width: 10px;
}

.max-w-15 {
    max-width: 15px;
}

.max-w-20 {
    max-width: 20px;
}

.max-w-25 {
    max-width: 25px;
}

.max-w-30 {
    max-width: 30px;
}

.max-w-35 {
    max-width: 35px;
}

.max-w-40 {
    max-width: 40px;
}

.max-w-45 {
    max-width: 45px;
}

.max-w-50 {
    max-width: 50px;
}

.max-w-55 {
    max-width: 55px;
}

.max-w-60 {
    max-width: 60px;
}

.max-w-65 {
    max-width: 65px;
}

.max-w-70 {
    max-width: 70px;
}

.max-w-75 {
    max-width: 75px;
}

.max-w-80 {
    max-width: 80px;
}

.max-w-85 {
    max-width: 85px;
}

.max-w-90 {
    max-width: 90px;
}

.max-w-95 {
    max-width: 95px;
}

.max-w-100 {
    max-width: 100px;
}

.max-w-150 {
    max-width: 150px;
}

.max-w-200 {
    max-width: 200px;
}

.max-w-220 {
    max-width: 220px;
}

.max-w-230 {
    max-width: 230px;
}

.max-w-240 {
    max-width: 240px;
}

.max-w-250 {
    max-width: 250px;
}

.max-w-260 {
    max-width: 260px;
}

.max-w-270 {
    max-width: 270px;
}

.max-w-280 {
    max-width: 280px;
}

.max-w-300 {
    max-width: 300px;
}

.max-w-350 {
    max-width: 350px;
}

.max-w-400 {
    max-width: 400px;
}

.max-w-450 {
    max-width: 450px;
}

.max-w-480 {
    max-width: 480px;
}

.max-w-500 {
    max-width: 500px;
}

.max-w-520 {
    max-width: 520px;
}

.max-w-550 {
    max-width: 550px;
}

.max-w-580 {
    max-width: 580px;
}

.max-w-600 {
    max-width: 600px;
}

.max-w-620 {
    max-width: 620px;
}

.max-w-640 {
    max-width: 640px;
}

.max-w-650 {
    max-width: 650px;
}

.max-w-660 {
    max-width: 660px;
}

.max-w-680 {
    max-width: 680px;
}

.max-w-700 {
    max-width: 700px;
}

.max-w-800 {
    max-width: 800px;
}

.max-w-820 {
    max-width: 820px;
}

.max-w-850 {
    max-width: 850px;
}

.max-w-880 {
    max-width: 880px;
}

.max-w-900 {
    max-width: 900px;
}

.max-w-950 {
    max-width: 950px;
}

.max-w-980 {
    max-width: 980px;
}

.max-w-1000 {
    max-width: 1000px;
}

.max-w-1080 {
    max-width: 1080px;
}

.max-w-1180px {
    max-width: 1180px;
}

.max-w-1240px {
    max-width: 1240px;
}

.max-w-1400 {
    max-width: 1400px;
}

.max-w-1450 {
    max-width: 1450px;
}

.max-w-1500 {
    max-width: 1500px;
}

.max-w-1550 {
    max-width: 1550px;
}

/* max width end
  -----------------------------------------------------*/
/* max height
  -----------------------------------------------------*/
.max-h-200 {
    max-height: 200px;
}

.max-h-250 {
    max-height: 250px;
}

.max-h-300 {
    max-height: 300px;
}

.max-h-350 {
    max-height: 350px;
}

.max-h-400 {
    max-height: 400px;
}

.max-h-450 {
    max-height: 450px;
}

.max-h-500 {
    max-height: 500px;
}

.max-h-550 {
    max-height: 550px;
}

.max-h-600 {
    max-height: 600px;
}

.max-h-650 {
    max-height: 650px;
}

/* max height end
-----------------------------------------------------*/


/* min width
-----------------------------------------------------*/
.min-w-100 {
    min-width: 100px;
}

.min-w-110 {
    min-width: 110px;
}

.min-w-120 {
    min-width: 120px;
}

.min-w-130 {
    min-width: 130px;
}

.min-w-140 {
    min-width: 140px;
}

.min-w-150 {
    min-width: 150px;
}

.min-w-160 {
    min-width: 160px;
}

.min-w-165 {
    min-width: 165px;
}

.min-w-170 {
    min-width: 170px;
}

.min-w-175 {
    min-width: 175px;
}

.min-w-180 {
    min-width: 180px;
}

.min-w-185 {
    min-width: 185px;
}

.min-w-190 {
    min-width: 190px;
}

.min-w-200 {
    min-width: 200px;
}

.min-w-250 {
    min-width: 250px;
}

.min-w-300 {
    min-width: 300px;
}

.min-w-350 {
    min-width: 350px;
}

.min-w-400 {
    min-width: 400px;
}

.min-w-450 {
    min-width: 450px;
}

.min-w-500 {
    min-width: 500px;
}

.min-w-550 {
    min-width: 550px;
}

.min-w-600 {
    min-width: 600px;
}

.min-w-650 {
    min-width: 650px;
}

/* min width end
-----------------------------------------------------*/


/* min height
-----------------------------------------------------*/
.min-h-200 {
    min-height: 200px;
}

.min-h-250 {
    min-height: 250px;
}

.min-h-300 {
    min-height: 300px;
}

.min-h-350 {
    min-height: 350px;
}

.min-h-400 {
    min-height: 400px;
}

.min-h-450 {
    min-height: 450px;
}

.min-h-500 {
    min-height: 500px;
}

.min-h-550 {
    min-height: 550px;
}

.min-h-600 {
    min-height: 600px;
}

.min-h-650 {
    min-height: 650px;
}

/* min height end
  -----------------------------------------------------*/
/* width
  -----------------------------------------------------*/
.w-10 {
    width: 10px;
}

.w-15 {
    width: 15px;
}

.w-20 {
    width: 20px;
}

.w-22 {
    width: 22px;
}

.w-25 {
    width: 25px;
}

.w-30 {
    width: 30px;
}

.w-40 {
    width: 40px;
}

.w-50 {
    width: 50px;
}

.w-55 {
    width: 55px;
}

.w-60 {
    width: 60px;
}

.w-65 {
    width: 65px;
}

.w-70 {
    width: 70px;
}

.w-75 {
    width: 75px;
}

.w-80 {
    width: 80px;
}

.w-85 {
    width: 85px;
}

.w-90 {
    width: 90px;
}

.w-95 {
    width: 95px;
}

.w-100 {
    width: 100px !important;
}

.w-105 {
    width: 105px;
}

.w-110 {
    width: 110px;
}

.w-115 {
    width: 115px;
}

.w-120 {
    width: 120px;
}

.w-125 {
    width: 125px;
}

.w-130 {
    width: 130px;
}

.w-135 {
    width: 135px;
}

.w-140 {
    width: 140px;
}

.w-145 {
    width: 145px;
}

.w-150 {
    width: 150px;
}

.w-155 {
    width: 155px;
}

.w-160 {
    width: 160px;
}

.w-165 {
    width: 165px;
}

.w-170 {
    width: 170px;
}

.w-175 {
    width: 175px;
}

.w-180 {
    width: 180px;
}

.w-185 {
    width: 185px;
}

.w-190 {
    width: 190px;
}

.w-195 {
    width: 195px;
}

.w-200 {
    width: 200px;
}

.w-205 {
    width: 205px;
}

.w-210 {
    width: 210px;
}

.w-215 {
    width: 215px;
}

.w-220 {
    width: 220px;
}

.w-225 {
    width: 225px;
}

.w-230 {
    width: 230px;
}

.w-235 {
    width: 235px;
}

.w-240 {
    width: 240px;
}

.w-245 {
    width: 245px;
}

.w-250 {
    width: 250px;
}

.w-255 {
    width: 255px;
}

.w-260 {
    width: 260px;
}

.w-265 {
    width: 265px;
}

.w-270 {
    width: 270px;
}

.w-275 {
    width: 275px;
}

.w-280 {
    width: 280px;
}

.w-285 {
    width: 285px;
}

.w-290 {
    width: 290px;
}

.w-295 {
    width: 295px;
}

.w-300 {
    width: 300px;
}

.w-350 {
    width: 350px;
}

.w-400 {
    width: 400px;
}

.w-450 {
    width: 450px;
}

.w-500 {
    width: 500px;
}

.w-550 {
    width: 550px;
}

.w-600 {
    width: 600px;
}

.w-650 {
    width: 650px;
}

.w-700 {
    width: 700px;
}

.w-750 {
    width: 750px;
}

.w-800 {
    width: 800px;
}

.w-850 {
    width: 850px;
}

.w-900 {
    width: 900px;
}

.w-950 {
    width: 950px;
}

.w-1000 {
    width: 1000px;
}

.w-max-content {
    width: max-content;
}

/* width end
  --------------------------------------------------------*/
/* margin
  --------------------------------------------------------*/
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.m-8 {
    margin: 2rem !important;
}

.m-10 {
    margin: 2.5rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mt-1-5 {
    margin-top: 0.375rem !important;
}

.mr-1-5 {
    margin-right: 0.375rem !important;
}

.mb-1-5 {
    margin-bottom: 0.375rem !important;
}

.ml-1-5 {
    margin-left: 0.375rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mt-2-5 {
    margin-top: 0.625rem !important;
}

.mr-2-5 {
    margin-right: 0.625rem !important;
}

.mb-2-5 {
    margin-bottom: 0.625rem !important;
}

.ml-2-5 {
    margin-left: 0.625rem !important;
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.mr-3 {
    margin-right: 0.75rem !important;
}

.mb-3 {
    margin-bottom: 0.75rem !important;
}

.ml-3 {
    margin-left: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.ml-4 {
    margin-left: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mr-7 {
    margin-right: 1.75rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.ml-7 {
    margin-left: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mr-8 {
    margin-right: 2rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.ml-8 {
    margin-left: 2rem;
}

.mt-9 {
    margin-top: 2.25rem;
}

.mr-9 {
    margin-right: 2.25rem;
}

.mb-9 {
    margin-bottom: 2.25rem;
}

.ml-9 {
    margin-left: 2.25rem;
}

.mt-10 {
    margin-top: 2.5rem !important;
}

.mr-10 {
    margin-right: 2.5rem !important;
}

.mb-10 {
    margin-bottom: 2.5rem !important;
}

.ml-10 {
    margin-left: 2.5rem !important;
}

.mt-12 {
    margin-top: 3rem !important;
}

.mr-12 {
    margin-right: 3rem !important;
}

.mb-12 {
    margin-bottom: 3rem !important;
}

.ml-12 {
    margin-left: 3rem !important;
}

.mt-15 {
    margin-top: 3.75rem !important;
}

.mr-15 {
    margin-right: 3.75rem !important;
}

.mb-15 {
    margin-bottom: 3.75rem;
}

.ml-15 {
    margin-left: 3.75rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mr-20 {
    margin-right: 5rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.ml-20 {
    margin-left: 5rem;
}

.mt-30 {
    margin-top: 7.5rem !important;
}

.mr-30 {
    margin-right: 7.5rem !important;
}

.mb-30 {
    margin-bottom: 7.5rem !important;
}

.ml-30 {
    margin-left: 7.5rem !important;
}

.mt-40 {
    margin-top: 10rem;
}

.mr-40 {
    margin-right: 10rem;
}

.mb-40 {
    margin-bottom: 10rem;
}

.ml-40 {
    margin-left: 10rem;
}

.mt-50 {
    margin-top: 12.5rem;
}

.mr-50 {
    margin-right: 12.5rem;
}

.mb-50 {
    margin-bottom: 12.5rem;
}

.ml-50 {
    margin-left: 12.5rem;
}

.mt-60 {
    margin-top: 15rem;
}

.mr-60 {
    margin-right: 15rem;
}

.mb-60 {
    margin-bottom: 15rem;
}

.ml-60 {
    margin-left: 15rem;
}

.mt-70 {
    margin-top: 17.5rem;
}

.mr-70 {
    margin-right: 17.5rem;
}

.mb-70 {
    margin-bottom: 17.5rem;
}

.ml-70 {
    margin-left: 17.5rem;
}

.mt-80 {
    margin-top: 20rem;
}

.mr-80 {
    margin-right: 20rem;
}

.mb-80 {
    margin-bottom: 20rem;
}

.ml-80 {
    margin-left: 20rem;
}

.mlr-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mlr-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mlr-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.mlr-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mtb-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.mtb-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.mtb-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.mtb-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

/* margin end
  --------------------------------------------------------*/
/* padding
  --------------------------------------------------------*/
.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-8 {
    padding: 2rem;
}

.p-10 {
    margin: 2.5rem;
}

.pt-0 {
    padding-top: 0;
}

.pr-0 {
    padding-right: 0;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pt-7 {
    padding-top: 1.75rem;
}

.pr-7 {
    padding-right: 1.75rem;
}

.pb-7 {
    padding-bottom: 1.75rem;
}

.pl-7 {
    padding-left: 1.75rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pr-8 {
    padding-right: 2rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pl-8 {
    padding-left: 2rem;
}

.pt-9 {
    padding-top: 2.25rem;
}

.pr-9 {
    padding-right: 2.25rem;
}

.pb-9 {
    padding-bottom: 2.25rem;
}

.pl-9 {
    padding-left: 2.25rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pr-12 {
    padding-right: 3rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pl-12 {
    padding-left: 3rem;
}

.pt-15 {
    padding-top: 3.75rem;
}

.pr-15 {
    padding-right: 3.75rem;
}

.pb-15 {
    padding-bottom: 3.75rem;
}

.pl-15 {
    padding-left: 3.75rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pr-20 {
    padding-right: 5rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pl-20 {
    padding-left: 5rem;
}

.pt-30 {
    padding-top: 7.5rem;
}

.pr-30 {
    padding-right: 7.5rem;
}

.pb-30 {
    padding-bottom: 7.5rem;
}

.pl-30 {
    padding-left: 7.5rem;
}

.pt-40 {
    padding-top: 10rem;
}

.pr-40 {
    padding-right: 10rem;
}

.pb-40 {
    padding-bottom: 10rem;
}

.pl-40 {
    padding-left: 10rem;
}

.pt-50 {
    padding-top: 12.5rem;
}

.pr-50 {
    padding-right: 12.5rem;
}

.pb-50 {
    padding-bottom: 12.5rem;
}

.pl-50 {
    padding-left: 12.5rem;
}

.pt-60 {
    padding-top: 15rem;
}

.pr-60 {
    padding-right: 15rem;
}

.pb-60 {
    padding-bottom: 15rem;
}

.pl-60 {
    padding-left: 15rem;
}

.pt-70 {
    padding-top: 17.5rem;
}

.pr-70 {
    padding-right: 17.5rem;
}

.pb-70 {
    padding-bottom: 17.5rem;
}

.pl-70 {
    padding-left: 17.5rem;
}

.pt-80 {
    padding-top: 20rem;
}

.pr-80 {
    padding-right: 20rem;
}

.pb-80 {
    padding-bottom: 20rem;
}

.pl-80 {
    padding-left: 20rem;
}

/* padding end
  --------------------------------------------------------*/
/* vertical align
  --------------------------------------------------------*/
.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

/* vertical align end
  --------------------------------------------------------*/
.max-w-min {
    max-width: min-content;
}

.max-w-max {
    max-width: max-content;
}

.max-w-fit {
    max-width: fit-content;
}

.table-layout-fixed {
    table-layout: fixed;
}

.break-normal {
    overflow-wrap: normal;
    word-break: normal;
}

.break-words {
    overflow-wrap: break-word;
}

.break-all {
    word-break: break-all;
}

.break-keep {
    word-break: keep-all;
}

.sub-nav .haslink,
.ni-1-active.haslink,
.ni-2-active.haslink,
.ni-3-active.haslink,
.ni-4-active.haslink,
.ni-5-active.haslink,
.ni-6-active.haslink {
    color: #e9e516 !important;
}

body {
    font-family: "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #333;
}

a,
p,
div,
strong,
span,
ul,
li,
label,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
    word-wrap: break-word;
    word-break: break-word;
}

a {
    text-decoration: none !important;
    color: #333333;
    display: block;
}

textarea {
    overflow: auto;
    resize: vertical;
    border: 1px solid #ccc;
    font-size: 0.95em;
    padding: 10px;
    line-height: 27px;
    border-radius: 3px;
}

input[type="file"] {
    font-size: 0.95em;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 3px;
}

.btnRadius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.hidden {
    display: none;
}

input[type=text] {
    border: 1px #bfbfbf solid;
    padding: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
    font-size: 0.95em;
    height: 37px;
}

select {
    border: 1px #bfbfbf solid;
    padding: 5px 2% 5px 5px;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 0.938em;
    max-width: 100%;
}

.border-left {
    border-left: 1px solid #fff;
}

.border-right {
    border-right: 1px solid #fff;
}

.list,
.ulfix {
    padding: 0;
    margin: 0;
    list-style: none;
}

.form-inline {
    display: flex;
}

.form-inline>div {
    display: flex;
    margin-right: 15px;
}

.footer-nav .ulfix {
    padding: 5px 0;
    margin: 0 auto;
    list-style: none;
    width: 1280px;
    text-align: center;
}

.wrapper {
    width: 100%;
    margin-top: 190px;
    float: left;
}

.wrap {
    margin-top: 118px;
    background-size: cover;
}

/*-header-*/
.header {
    position: fixed;
    z-index: 87;
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 2px 22px rgba(84, 84, 84, 0.5);
}

.header .logo {
    float: left;
    padding: 8px 0;
}

.header .logo h1 {
    margin-bottom: 0;
}

.header_inner {
    background: #f7f7f7;
    width: 100%;
    max-width: 1280px;
    font-size: 1rem;
}

.nav1 {
    float: left;
    width: 100%;
    font-size: 0.875em;
    background: #ffe6dc;
}

.nav-inner {
    width: 96%;
    /* max-width: 1280px; */
    margin: 0 auto;
}

.web-vision {
    float: left;
    width: 400px;
}

.web-vision a {
    color: #333;
    width: 132px;
    float: left;
    text-align: center;
    border-right: 1px solid #ccc;
    font-size: 1.036em;
    position: relative;
}

.web-vision a:first-child {
    border-left: 1px solid #ccc;
}

.web-vision a.active::after {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -9px;
    margin: auto;
    width: 134px;
    height: 3px;
    background: #46aa34;
}

ul.headersite {
    float: right;
    padding: 5px 0;
}

ul.headersite li {
    display: inline-block;
    margin: 0;
    /* border-right: 1px solid #b2b2b2; */
    padding: 0 9px;
    vertical-align: top;
    position: relative;
}

ul.headersite.ulfix p {
    margin-bottom: 0;
}

ul.headersite li a {
    float: left;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 1em;
}

ul.headersite li .socail-shaaring-drop a img {
    width: 100%;
}

ul.headersite li.fontSize {
    width: 99px;
    border-right: 0;
    margin-top: -4px;
    padding: 0 !important;
}

ul.headersite li.fontSize p {
    float: left;
    width: 31px;
    margin: 0;
    line-height: 30px;
}

ul.headersite li.fontSize a {
    float: left;
    width: 33px;
    padding: 4px 0;
    font-size: 0.9em;
}

ul.headersite li.fontSize a.active {

    /*-無障礙-*/
    /* background: #ff6a43; */
    color: #C22700;
}

/*-社群分享-*/
.socail-shaaring-drop {
    float: left;
    width: 34px;
    position: absolute;
    z-index: 99999;
    right: -2px;
    top: 27px;
    display: none;
}

/*-nav2-*/
.nav-right-wrap {
    float: right;
    width: 78%;
    padding-left: 20px;
}

.nav2 {
    float: left;
    width: 100%;
}

.nav2-right {
    float: left;
    width: 387px;
    margin: 0;
}

.header.en .nav2-right {
    float: right;
}

.nav2-right2 {
    float: left;
    width: 401px;
    position: relative;
    margin: 0 0 0 3px;
    padding: 7px 0;
}

a.bbtn1 {

    /*-無障礙-*/

    /*    background: url(../images/header-btn-i1.png) center 7px no-repeat #ffc170;*/
    background: url(../images/header-btn-i1.png) center 7px no-repeat #ffad43;
}

a.bbtn1.join {

    /*-無障礙-*/

    /*    background: url(../images/header-btn-i1.png) center 7px no-repeat #ffb085;*/
    background: url(../images/header-btn-i1.png) center 7px no-repeat #ff7e39;
}

a.bbtn1.logout {
    background: url(../images/header-btn-i1-logout.png) center 5px no-repeat #4cc7ef;
    background-size: 24px;
}

a.bbtn1.rss {

    /*-無障礙-*/

    /*    background: url(../images/header-rss.png) center 7px no-repeat #ffcc9d;*/
    background: url(../images/header-rss.png) center 7px no-repeat #e26f2c;
}

.news-zone {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -44px;
}

a.bbtn1,
a.bbtn2 {
    color: #fff;
    font-size: 0.8em;
    padding: 29px 0 4px 0;
    float: left;
    margin: 0 3px;
    width: 66px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    background-size: 15px !important;
    background-position: center 9px !important;
}

a.bbtn3 img,
a.bbtn4 img {
    width: 16px;
}

a.bbtn2 {
    background: url(../images/header-btn-i2.svg) center 5px no-repeat #ffad43;
    background-size: 28px;
}

.searchZone_inner {
    display: block;
    width: 740px;
    margin: 0 auto;
}

.en .searchZone_inner {
    display: flex;
    flex-wrap: wrap;
    width:90%;
    margin: 0 auto;
}

.searchZone_wrap {
    float: left;
    width: 100%;
    padding: 35px 0;
    position: relative;
    text-align: center;
    display: none;
}

.searchZone_wrap .btn-wrap {
    float: left;
    width: 12%;
}

.searchZone_wrap .search_btn {
    background: url(../images/search.png) center center no-repeat #ff6a43;
    padding: 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 0;
    vertical-align: top;
}

.searchZone_wrap .advancedSearch {
    display: inline-block;
    margin-left: 10px;
    padding: 0 24px;
    background: #d4411b;
    color: #FFF;
    border-radius: 40px;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    vertical-align: top;
    font-size: 0.938em;
}

.manufacturers .searchZone_wrap .advancedSearch {
    background: #2175dd;
}

.academicResearch .searchZone_wrap .advancedSearch {
    background: #8b6dad;
}

.searchZone_wrap .btn:hover,
.searchZone_wrap .advancedSearch:hover {
    opacity: .75;
}

.searchZone_wrap .textfield {
    height: 22px;
    border: 0;
    width: 600px !important;
    display: inline-block;
    padding: 21px 9px;
    font-family: 微軟正黑體;
    line-height: 29px;
    border: 1px solid #c7c7c7;
    font-size: 1.05em;
}

.manufacturers .searchZone_wrap .textfield {
    border: 2px solid #2175dd;
}

.academicResearch .searchZone_wrap .textfield {
    border: 2px solid #8b6dad;
}

.searchZone_wrap .btn {
    float: left;
    border: 0;
    padding: 0 12px;
    height: 35px;
    width: 100%;
    color: #333;
    font-size: 0.875rem;
    margin-right: 6px;
    font-family: 微軟正黑體;
    border-right: 2px solid #87c30d;
    border-top: 2px solid #87c30d;
    border-bottom: 2px solid #87c30d;
    background: url(../images/magnifying_glass.png) 40% 6px no-repeat #87c30d;
    line-height: 29px;
    cursor: pointer;
    border-top-right-radius: 99em;
    border-bottom-right-radius: 99em;
}

.manufacturers .searchZone_wrap .btn {
    border-right: 2px solid #2175dd;
    border-top: 2px solid #2175dd;
    border-bottom: 2px solid #2175dd;
    background: url(../images/magnifying_glass.png) 40% 6px no-repeat #2175dd;
}

.academicResearch .searchZone_wrap .btn {
    border-right: 2px solid #8b6dad;
    border-top: 2px solid #8b6dad;
    border-bottom: 2px solid #8b6dad;
    background: url(../images/magnifying_glass.png) 40% 6px no-repeat #8b6dad;
}

.searchZone_wrap .btn>span {
    width: 87px;
    overflow: hidden;
    float: left;
    height: 21px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.searchZone_wrap .hot_tag {
    width: 97%;
    color: #5f5f5f;
    float: left;
    overflow: hidden;
    height: 21px;
    text-align: left;
    margin-top: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.938em
}

.searchZone_wrap .hot_tag a {
    color: #5f5f5f;
    margin-right: 8px;
    text-decoration: underline !important;
    display: inline-block;
    vertical-align: top;
}

.searchZone_wrap .adv_btn {
    float: left;
    border: 0;
    padding: 0;
    line-height: 33px;
    color: #fff;
    font-family: 微軟正黑體;
    background: url(../images/postshop-search-icon.png) 5px 5px no-repeat;
    cursor: pointer;
}

.social-share {
    float: right;
    width: 233px;
    text-align: right;
}

.social-share a {
    display: inline-block;
}

/*-nav3-*/
.nav3 {
    float: left;
    width: 100%;
    /*-無障礙-*/

    /*    background: #d43d16;*/
    background: #ff6a43;
}

.main-nav {
    float: left;
    width: 100%;
    text-align: center;
}

.nav_list {
    position: relative;
    display: flex;
    justify-content: space-evenly;
}

.nav_list li {
    padding: 0;
    position: relative;
    z-index: 3;
    flex: 1;
}

/*
.nav_list li:nth-child(2n),
.nav_list li:nth-child(3n),
.nav_list li:nth-child(4n),
.nav_list li:nth-child(5n),
.nav_list li:nth-child(6n),
.nav_list li:nth-child(7n),
.nav_list li:nth-child(8n),
.nav_list li:nth-child(9n) {
    display: none;
}

.nav_list li:first-child,
.nav_list li:nth-child(2),
.nav_list li:nth-child(3),
.nav_list li:nth-child(4),
.nav_list li:nth-child(5),
.nav_list li:nth-child(6),
.nav_list li:nth-child(7) {
    display: inline-block !important;
}
*/
.header.en .nav_list li {
    width: 26%;
}

.nav_list_city li {
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 3;
    width: 16%;
}

.nav_list li.no_postion {
    position: static;
}

.nav_list>li>a.n_line::after {
    background: #fff;
}

.main-nav .nav_list li a {
    display: flex;
    color: #333;
    font-size: 1.4em;
    padding: 29px 10px;
    font-weight: bold;
    height: 100%;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.main-nav .nav_list_city li a {
    display: block;
    color: #333;
    font-size: 1.188em;
    padding: 16px 0;
    font-weight: bold;
}

.main-nav .nav_list .sub-nav li a:hover {
    background: #e66645;
}

.sub-nav li:last-child {
    border-bottom: 0;
}

.nav_list_en li {
    width: 13%;
    margin: 0 1%;
}

.main-nav .nav_list_en li a {
    font-size: 1.063em;
    padding: 16px 10px;
}

.main-nav .nav_list_en li a {
    display: block;
    color: #333;
    font-size: 1.188em;
    padding: 16px 0 16px 35px;
    font-weight: bold;
}

span.green_line {
    float: left;
    width: 100%;
    /* background: #ffdd16; */
    height: 5px;
}

/*-子選單-*/
.sub-nav {
    float: left;
    list-style: none;
    margin: 0;
    position: absolute;
    background: #e44f28;
    width: 100%;
    left: 0;
    display: none;
    z-index: 3;
    top: 100%;
    padding: 0;
}

.sub-nav li {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e9917a;
    padding: 0;
    margin: 0;
}

.main-nav .nav_list .sub-nav li a {
    float: left;
    color: #fff;
    width: 100%;
    padding: 13px 10px;
    line-height: 29px;
}

/* .main-nav .nav_list li a.link {
color: #fff49c;
}
.main-nav .nav_list .sub-nav li a.link {
color: #fff49c;
} */

/*
.main-nav .nav_list .sub-nav li a:hover {
color: #ffea6c;
}
*/

/*-footer-*/

.footer {
    float: left;
    width: 100%;
    position: relative;
}

.fat-footer {
    width: 100%;
    /* max-width: 1300px; */
    margin: 0 auto;
    text-align: center;
    background: #e9e9e9;
}

.fat-footer ul {
    display: inline-block;
    vertical-align: top;
    margin: 50px 2% 70px 2%;
    width: calc(100% / 6 - 4% - 4px);
    line-height: 25px;
}

.fat-footer-en ul {
    width: 25%;
    margin: 25px 1%;
}

.fat-footer-en ul:nth-child(1) {
    width: 48%;
    overflow: hidden;
}

.fat-footer-en ul:nth-child(1) li {
    width: 50%;
    float: left;
}

.fat-footer-en ul:nth-child(1) li.title {
    width: 100%;
}

.fat-footer ul li {
    margin: 7px 0;
	float: left;
	width: 100%;
    text-align: left;
}

.fat-footer a {
    color: #222;
    font-weight: bold;
}

.fat-footer-en a {
    color: #222;
    font-weight: bold;
}

.fat-footer a.link {
    color: #a0a0a0;
}

.fat-footer a:hover {
    opacity: 0.8;
}

.fat-footer .title,
.fat-footer .title a {
    color: #222;
    font-size: 1.12em;
    font-weight: bold;
}

.fat-footer .title::before {
    display: none;
}

.footer-nav {

    /*-無障礙-*/

    /*    background: #d63a11;*/
    background: #a74026;
    overflow: hidden;
}

.footer-nav li {
    display: inline-block;
    margin: 0;
    padding: 10px 0;
}

.footer-nav li a {
    color: #ffffff;
    padding: 0 20px;
    border-left: 1px solid #cc8573;
    line-height: normal;
}

.footer-nav li a:hover {
    opacity: 0.8;
}

.footer-nav li:first-child a {
    border-left: none;
}

.footer-content {
    width: 100%;
    background: #c75030;
    color: #fff;
    padding: 17px 0;
    position: relative;
    z-index: 3;
}

.footer-content_inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .footer-content_info {
    float: left;
    text-align: left;
}

.footer-content_info p {
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 20px;
}

.footer-info li {
    margin: 8px 0;
    font-size: 0.98em;
    line-height: 21px;
}

.footer-info li a {
    color: #fff;
    display: inline-block;
    text-decoration: underline !important;
}

.footer-info .section {
    display: inline-block;
    margin-right: 15px;
}

.map {
    color: #fff;
}

.footer-mark {
    float: right;
}

.footer-mark li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}

.web-satisfy {
    float: left;
    width: 100%;
    text-align: right;
    padding: 10px 2% 0 0;
    background: #85331f;
}

.web-satisfy img {
    display: block;
    /* text-align: right; */
    float: right;
    /* background: #fff; */
}

.footer .copyright {
    width: 100%;
    background: #85331f;
    color: #fff;
    padding: 10px 0;
    line-height: 24px;
    font-size: 1em;
    text-align: center;
}

.cs-robot {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    display: none;
}

.cs-msg {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    display: none;
}

ul.headersite-en {
    text-align: right;
    padding-right: 0;
}

ul.headersite-en li {
    float: none;
    display: inline-block;
    width: auto;
    margin-left: 10px;
}

ul.headersite-en li a {
    font-size: 0.813em;
}

.hit {
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 9999;
}

.hit-robot {
    display: block;
    height: 100px;
    width: 100px;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 100;
}

/* 
.main-nav .nav_list li .ni-1 {
background: url(../images/ni1.png) 24% center no-repeat;
}

.main-nav .nav_list li .ni-2 {
background: url(../images/ni2.png) 20% center no-repeat;
}

.main-nav .nav_list li .ni-3 {

background: url(../images/ni3.png) 24% center no-repeat;
}

.main-nav .nav_list li .ni-4 {

background: url(../images/ni4.png) 24% center no-repeat;
}

.main-nav .nav_list li .ni-5 {

background: url(../images/ni5.png) 24% center no-repeat;
}
*/
.main-nav .nav_list_city li .c-1 {
    background: url(../images/c1.png) 20% center no-repeat;
}

.main-nav .nav_list_city li .c-2 {
    background: url(../images/c2.png) 20% center no-repeat;
}

.main-nav .nav_list_city li .c-3 {
    background: url(../images/c3.png) 20% center no-repeat;
}

.main-nav .nav_list_city li .c-4 {
    background: url(../images/c4.png) 20% center no-repeat;
}

.main-nav .nav_list_city li .c-5 {
    background: url(../images/c5.png) 20% center no-repeat;
}

.main-nav .nav_list_city li .c-6 {
    background: url(../images/c6.png) 31% center no-repeat;
}

.main-nav .nav_list li .ni-1-en {
    background: url(../images/ni1.png) 5px center no-repeat;
    text-align: left;
}

.main-nav .nav_list li .ni-2-en {
    background: url(../images/ni2.png) 5px center no-repeat;
    text-align: left;
}

.main-nav .nav_list li .ni-3-en {
    background: url(../images/ni3.png) 5px center no-repeat;
    text-align: left;
}

.main-nav .nav_list li .ni-4-en {
    background: url(../images/ni4.png) 5px center no-repeat;
    text-align: left;
}

.main-nav .nav_list li .ni-5-en {
    background: url(../images/ni5.png) 5px center no-repeat;
    text-align: left;
}

.main-nav .nav_list li .ni-6-en {
    background: url(../images/ni5.png) 5px center no-repeat;
    text-align: left;
}

.main-nav .nav_list li .ni-1-active,
.main-nav .nav_list li .ni-2-active,
.main-nav .nav_list li .ni-3-active,
.main-nav .nav_list li .ni-4-active,
.main-nav .nav_list li .ni-5-active,
.main-nav .nav_list li .ni-6-active {
    color: #fff;
    background: #de4016;
}

.main-nav .nav_list_city li .c-1-active {
    color: #fff;
    background: #ff800e;
}

.main-nav .nav_list_city li .c-2-active {
    color: #fff;
    background: #ff800e;
}

.main-nav .nav_list_city li .c-3-active {
    color: #fff;
    background: url(../images/c3_over.png) 20% center no-repeat #0190d2;
}

.main-nav .nav_list_city li .c-4-active {
    color: #fff;
    background: url(../images/c4_over.png) 20% center no-repeat #0190d2;
}

.main-nav .nav_list_city li .c-5-active {
    color: #fff;
    background: url(../images/c5_over.png) 20% center no-repeat #0190d2;
}

.main-nav .nav_list_city li .c-6-active {
    color: #fff;
    background: url(../images/c6_over.png) 31% center no-repeat #0190d2;
}

.main-nav .nav_list li .ni-1-en:hover {
    background: url(../images/ni1_over.png) 5px center no-repeat #0190d2;
}

.main-nav .nav_list li .ni-2-en:hover {
    background: url(../images/ni2_over.png) 5px center no-repeat #0190d2;
}

.main-nav .nav_list li .ni-3-en:hover {
    background: url(../images/ni3_over.png) 5px center no-repeat #0190d2;
}

.main-nav .nav_list li .ni-4-en:hover {
    background: url(../images/ni4_over.png) 5px center no-repeat #0190d2;
}

.main-nav .nav_list li .ni-5-en:hover {
    background: url(../images/ni5_over.png) 5px center no-repeat #0190d2;
}

.quick-link {
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 999999;
    cursor: pointer;
}

.footer-business ul {
    width: 24%;
    margin: 0;
}

ul.footer-business-wrap {
    width: 32%;
    /* margin: 50px 1.5%; */
}

.fat-footer .title {
    border-bottom: 1px solid #222;
    padding-bottom: 14px;
    margin: 0 0 14px 0;
}

.fat-footer ul li.title2 a {
    color: #fff;
}

.identify-chose {
    position: relative;
    display: inline-block;
}

.identify-chose p {
    display: inline-block;
    line-height: 36px;
}

.chose-id {
    display: inline-block;
    width: 90px;
    text-align: center;
    padding: 11px 4px 11px 0;
    background: url(../images/id-arr.png) 92% center no-repeat;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    margin: 0 -4px 0 5px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.chose-id a {
    color: #333;
}

.chose-id-drop {
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 36px;
    display: none;
    z-index: 9;
    border-top: 2px solid #0190d2;
    border-bottom: 2px solid #0190d2;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.chose-id-drop a {
    width: 90%;
    padding: 7px 5%;
    color: #333;
    display: block;
    border-bottom: 1px solid #ccc;
}

.chose-id-drop a:hover,
.chose-function-drop a:hover {
    background: #ffeb76;
}

.chose-function {
    position: relative;
    display: none;
    width: 150px;
    border-right: 1px solid #ddd;
}

.chose-function1 {
    display: inline-block;
}

.chose-function .chose-result {
    display: block;
    width: 90%;
    padding: 11px 7% 11px 3%;
    background: url(../images/id-arr.png) 94% center no-repeat;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    text-align: center;
}

.chose-function-drop {
    display: none;
    width: 100%;
    position: absolute;
    top: 36px;
    left: 0;
    background: #fff;
    z-index: 9;
    padding: 0;
    text-align: center;
    border-top: 2px solid #0190d2;
    border-bottom: 2px solid #0190d2;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.chose-function-drop a {
    display: block;
    color: rgba(0, 0, 0, 0.35);
    font-weight: bold;
    padding: 7px 15px;
    border-bottom: 1px solid #ccc;
}

.chose-function-drop .haslink {
    color: #333;
}

.ic-chose.now {
    background: url(../images/id-arr2.png) 81% center no-repeat #ffdd16;
}

.main-nav .nav_list .sub-nav-long {
    width: 60%;
    padding: 20px 20%;
}

.main-nav .nav_list .sub-nav-long ul {
    display: inline-block;
    vertical-align: top;
    width: 21%;
    height: 200px;
    padding-left: 3%;
    border-right: 1px solid #8dceeb;
}

.main-nav .nav_list .sub-nav-long ul li {
    border-bottom: 0;
    text-align: left;
}

.main-nav .nav_list .sub-nav-long ul li a {
    font-weight: normal;
    padding: 8px 0;
    font-size: 1em;
}

/*
.main-nav .nav_list .sub-nav-long ul li a:hover {
color: #ffea6c;
}
*/
.main-nav .nav_list .sub-nav-long ul li a.l2-title {
    display: block;
    color: #fff;
    width: 96%;
    padding: 5px 0;
    line-height: 23px;
    font-size: 1.125em;
    font-weight: bold;
}

/*-推播-*/
.push-hit {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100px;
    height: 100px;
}

.push-msg {
    width: 433px;
    background: url(../images/push_msg_bg.png) 15px 25px no-repeat;
    position: fixed;
    bottom: 0px;
    right: -21px;
    z-index: 9999;
    border: none;
    padding: 30px 0 30px 0;
    display: none;
    height: 353px;
}

.push-msg .txt {
    font-size: 1.125em;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.push-msg .txt a {
    color: #666;
    display: block;
}

.push-msg-close {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/close_push_msg.png) center center no-repeat;
    position: absolute;
    right: 33px;
    top: 39px;
    font-size: 0;
}

.page-cont {
    /* display: block; */
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
}

.hit-fastlink {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.edit-cont {
    display: none;
    position: absolute;
    top: 20%;
    width: 70%;
    left: 15%;
}

.edit-cont img {
    width: 100%;
}

.page-cont.edit-pop {
    cursor: pointer;
}

.web-satisfy-cont {
    width: 165px;
    float: right;
    background: rgb(255, 255, 255, 0.9);
    color: #333333;
    text-align: center;
    padding: 5px 0;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.footer-switch {
    z-index: 1;
    position: absolute;
    width: 50px;
    display: block;
    height: 50px;
    cursor: pointer;
    margin: 0 auto;
    background: url('../images/footer-arr-close.svg') center 9px no-repeat #e9e9e9;
    transform: translateX(-50%);
    border-radius: 50%;
    transition: all 0.5s;
    top: -25px;
    left: 50%;
    text-align: center;
    background-size: 11px;
}

.footer-switch a {
	display: block;
	height: 50%;
}

.footer-switch.open {
    background: url('../images/footer-arr.svg') center 9px no-repeat #e9e9e9;
    background-size: 11px;
}

.rwd-nav-search .textfield {
    width: 100% !important;
}

/*-top-*/
.toptop {
    display: block;
}

.toptop img {
    display: block;
    width: 40% !important;
    margin: 0 auto;
}

/* .toptop {
   position: fixed;
bottom: 172px;
right: 4px;
z-index: 99;
width: 55px;
height: 55px;
cursor: pointer;
background: #ff6a43;
text-align: center;
border-radius: 5px;
overflow: hidden;
} */

/*-無障礙-*/
.header .acc-key {
    position: absolute;
}

.container {
    position: relative;
}

.crumb a.acc-key {
    position: absolute;
    left: 0;
    background: none;
    margin: 0;
    padding: 0;
    top: 1px;
}

.wrap .acc-key {
    position: absolute;
    left: 0;
}

/*-登入招呼語-*/
p.login-point span {
    color: #ff6a43;
}

.login-hello {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 0.95rem;
}

.login-hello strong {
    display: inline-block;
    vertical-align: top;
    color: #ff6a43;
    margin: 0 6px 0 0;
}

.login-hello p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.login-hello-wrap {
    float: left;
    width: 100%;
    margin: 5px 0 -15px 0;
}

/*-搜尋結果句子-*/
.saer-resault {
    background: #fff;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 16px 0;
    font-size: 1em;
    font-weight: bold;
    border-radius: 30px;
    line-height: 27px;
}

.saer-resault span {
    margin: 0 6px;
    color: #ff6a43;
}

/*--*/
a.bbtn1.mylove {

    /*無障礙    background: url(../images/header-btn-mylove.png) center 7px no-repeat #fdcdb1;*/
    background: url(../images/header-btn-mylove.png) center 7px no-repeat #e26f2c;
}

a.sr-only {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 107;
    width: 1px;
    display: block;
    /* height: 6px; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* color: #000; */
}

a.sr-only:focus {
    position: absolute;
    width: auto;
    height: auto;
    padding: 6px;
    background-color: #fff;
    z-index: 100;
}

*:focus {
    outline: 3px dashed #ff4646 !important;
    outline-offset: -1px;
}



/*-會員首頁
------------------------------------------------------------*/
.member-page {
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
}

.member-page .page-banner {
    height: 308px;
}

.page-content {
    display: flex;
    width: 100%;
    padding-top: 150px;
    margin-bottom: 58px;
}

.member-link-Wrap {
    position: relative;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}

.member-cont {
    margin: 0 0 40px 0;
    display: inline-block;
}

.member-link {
    z-index: 5;
    position: absolute;
    width: 100%;
    top: 258px;
    left: 50%;
    transform: translate(-50%);
}

.member-cont .index-spot-cont {
    padding: 0 26px 0 20px;
}

.member-cont .spot-info {
    background: #ce6b22;
}

.member-cont .index-spot-list li .spot-info::before {
    background: linear-gradient(180deg, rgb(206 107 34 / 4%) 0%, rgb(206 107 34 / 80%) 50%, #ce6b22 100%);
}

.member-cont .index-spot-list li {
    width: calc(100% / 2 - 20px);
}

.member-cont .index-spot-list li:nth-child(3n) {
    margin: 10px;
}

.member-cont .index-spot-list li:nth-child(2n) {
    margin: 10px 0 10px 10px;
}

.link-cont {
    margin: 0;
    padding: 0 1%;
}

.link-cont li {
    display: inline-block;
    padding: 25px;
    text-align: center;
    position: relative;
    cursor: pointer;
    width: calc(100% / 3 - 16px);
    font-size: 1.25rem;
    vertical-align: bottom;
    font-weight: bold;
    margin-right: 20px;
    background: #fff;
    box-shadow: 1px 2px 20px #c5c5c5;
    border-radius: 10px;
}

.link-cont li p {
    margin: 1rem 0;
}

.link-cont li:last-child {
    margin-right: 0px;
}

.link-cont li::before {
    content: "";
    background: rgb(6 57 78 / 30%);
    width: 1px;
    height: 36px;
    position: absolute;
    bottom: 38px;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}

.link-cont li::before {
    display: none;
}

.member-page .page-side {
    width: 22%;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin: 0 4% 0 0;
    overflow: hidden;
}

.member-page .page-main {
    width: 70%;
    margin-top: 40px;
}

.memside-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 21px 8%;
    background: #ff8c5f;
    width: 100%;
    margin: 40px 0 0 0;
}

.memside-title i {
    font-size: 4.063rem;
    color: #fff;
    margin-right: 20px;
}

a.logout {
    padding: 4px 18px;
    background: rgb(255 255 255 / 80%);
    float: right;
    margin-top: 8px;
    font-size: 0.875rem;
    border-radius: 5px;
    color: #333;
}

.memside-title strong {
    width: 100%;
    color: #fff;
    font-weight: normal;
}

.memside-nav {
    float: left;
    width: 100%;
}

.side-nav {
    padding-inline-start: 0px;
}

ul.side-nav>li {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

ul.side-nav>li>a {
    padding: 18px 22px;
}

ul.second-side-nav {
    display: none;
    border-top: 1px solid #f2f2f2;
    padding-inline-start: 44px;
    list-style: disc;
    background: #f9f9f9;
}

li.nav-open>ul.second-side-nav {
    display: block;
}

ul.second-side-nav li {
    padding: 12px 0px 0;
}

ul.second-side-nav li:last-child {
    padding: 12px 0;
}

/* .memside-nav a {
float: left;
width: 100%;
background: #ffffff;
padding: 18px 22px;
font-size: 1.16em;
font-weight: bold;
margin-bottom: 1px;
} */
ul.activity-tab {
    margin: 40px 0 0;
    display: inline-block;
    width: 100%;
}

ul.activity-tab li {
    display: inline-block;
    margin-right: 12px;
    width: calc(100% / 4 - 12px);
    text-align: center;
    font-size: 1.2em;
    position: relative;
    cursor: pointer;
    padding: 10px 0;
    background: #fff;
    border-radius: 5px 5px 0 0;
    position: relative;
}

ul.activity-tab li:last-child {
    margin-right: 0px;
}

ul.activity-tab li.active,
ul.activity-tab li.active a {
    color: #000 !important;
    background: #ffe8c5 !important;
}

.activity-intro {
    float: left;
    width: 100%;
    display: none;
    padding: 15px 0;
    border-radius: 0 0 12px 12px;
    background: #ffe8c5;
}

.indexSpot.activity {
    width: calc(100% / 2);
    padding: 15px 30px;
}

.indexSpot.activity:nth-child(2n) {
    padding: 15px 30px 15px 0;
}

.activity .spot-pic {
    height: 174px;
    width: 50%;
}

.activity .spot-pic img {
    width: auto;
    height: 100%;
}

.achievement {
    padding: 20px;
    background: #fff;
    display: inline-block;
    border-radius: 12px;
    margin-top: 40px;
}

.achievement .more-wrap a {
    background: #e8e8e8;
    border: 1px solid #c4c4c4;
}

.achievement .cont-info .left {
    float: left;
    width: calc(100% - 44px);
}

.achievement .cont-info .right {
    background: #f2f2f2;
    padding: 12px 10px;
}

.achievement .cont-info .right i {
    font-size: 0.875rem;
}

.achievement .date {
    padding: 10px 0;
    color: #ff6a43;
    font-weight: 600;
}

.achievement .a-cont p.theme {
    margin: 5px 0;
}

/*-會員首頁
------------------------------------------------------------*/
.p-2,
.p-3,
.p-4 {
    display: none;
}

.activity-bg {
    display: block;
    width: 100%;
    background: linear-gradient(180deg, #f8f8d8 0%, #f8f8d8 100%);
}

.activity-bg-m,
.activity-bg-s,
.activity-bg-f {
    display: none;
}

/*-版型1
------------------------------------------------------------*/
.index-1 .nav1 {
    background: #bce9c8;
}

.index-1 ul.headersite li.fontSize a.active {
    color: #32b54f;
}

.index-1 .marquee-btn {
    background: #32b54f;
}

.index-1 .marquee-list .more {
    background: #32b54f;
    border-radius: 50px;
}

.index-1 .icons a.current .icon-pic {

    /* background: linear-gradient(168deg, #86ed96 0%, #3ac09f 100%); */
    background: linear-gradient(168deg, #248d35 0%, #16705a 100%);
}

.index-1 .icons a .icon-pic {
    background: linear-gradient(168deg, #656e2d 0%, #1a4237 100%);
}

.index-1 .i-des {

    /* background: linear-gradient(168deg, #86ed96 0%, #3ac09f 100%); */
    background: linear-gradient(168deg, #248d35 0%, #16705a 100%);
}

.index-1 .icons a.i-nav1.current::before {

    /* border-color: transparent transparent #7ce797 transparent; */
    border-color: transparent transparent #22893a transparent;
}

.index-1 .icons a.i-nav2.current::before {

    /* border-color: transparent transparent #71e098 transparent; */
    border-color: transparent transparent #22893a transparent;
}

.index-1 .icons a.i-nav3.current::before {

    /* border-color: transparent transparent #6cde99 transparent; */
    border-color: transparent transparent #208440 transparent;
}

.index-1 .icons a.i-nav4.current::before {

    /* border-color: transparent transparent #64d99a transparent; */
    border-color: transparent transparent #1e8046 transparent;
}

.index-1 .icons a.i-nav5.current::before {

    /* border-color: transparent transparent #5bd49b transparent; */
    border-color: transparent transparent #1c7c4b transparent;
}

.index-1 .fast-nav-switch {
    background-color: #06885c;
}

.index-1 ul.fast-nav li a:hover {
    background: #00a769;
}

.index-1 .footer-content {
    background: #46b18b;
}

.index-1 .footer-nav {
    background: #389472;
}

.index-1 .footer .copyright {
    background: #2d765b;
}

.index-1 .footer-nav li a {
    border-left: 1px solid #80bfa8
}

.index-1 .index-socail {
    background: #fed8d3;
}

.index-1 section.storyfb {
    background: #ffeeec;
}

.index-1 .spot-intro {
    background: #eefcc7;
}

.index-1 ul.spot-tab li {
    background: #92a955;
    color: #fff;
}

.index-1 ul.spot-tab li.active,
.index-1 ul.spot-tab li.active a {
    color: #000 !important;
    background: #eefcc7 !important;
}

.index-1 .a-cont p.theme {
    width: calc(100% - 50px);
    display: inline-block;
}

.index-1 .activity-cont-list .morebtn {
    background: #16b157;
}

.index-1 .index-recommend {
    position: relative;
    background: #e1ffe1;
    background: linear-gradient(180deg, #e1ffe1 0%, #cdffcc 100%);
    padding: 50px 0 0 0;
}

.index-1 .cont-info .right {
    background: #16b157;
}

.index-1 .process .color {
    background: #16b157;
}

.index-1 a.calendar-btn {
    background: #16b157;
}

.index-1 .index-recommend a.search-btn {
    background: #16b157;
}

.index-1 .new-tab a.active {
    background: #0b9f7a;
}

.index-1 .newstag {
    background: #0b9f7a;
}

.index-1 .news-slider-wrap .date {
    color: #00684e;
}

.index-1 .spot p {
    color: #00684e;
}

.index-1 section.index-news {
    background: #c7f1e7;
}

.activity-bg {
    display: none;
    width: 100%;
    background-color: #cdffcc;
}

/* 
.index-1 .taiwan-spot {

    background: url(../images/activity-bg.jpg) left -0 no-repeat #e1ffe1;
    background-size: 100%; 
}
*/

/* .index-1 .taiwan-spot::before {
    content: "";
    padding-top: 16%;
    background-image: url(../images/activity-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    display: block;
} */

.index-1 .fat-footer {
    background: #d2f3e7;
}

.index-1 .footer-switch {
    background-color: #5ee4b4;
}

.index-1 .footer-switch.open {
    background-color: #5ee4b4;
}

.index-1 .main-nav .nav_list li .ni-1-active,
.index-1 .main-nav .nav_list li .ni-2-active,
.index-1 .main-nav .nav_list li .ni-3-active,
.index-1 .main-nav .nav_list li .ni-4-active,
.index-1 .main-nav .nav_list li .ni-5-active,
.index-1 .main-nav .nav_list li .ni-6-active {
    background: #0ba44b;
}

.index-1 .sub-nav {
    background: #16b157;
}

.index-1 .sub-nav li {
    border-bottom: 1px solid #24d46e;
}

.index-1 .main-nav .nav_list .sub-nav li a:hover {
    background: #17c862;
}

.index-1 .p-1,
.index-1 .p-3,
.index-1 .p-4 {
    display: none;
}

.index-1 .p-2 {
    display: block;
    width: 100%;
}

.index-1 .activity-bg-m {
    display: block;
    width: 100%;
    background: linear-gradient(180deg, #ccffcc 0%, #ccffcc 100%);
}

.index-1 .activity-bg,
.index-1 .activity-bg-s,
.index-1 .activity-bg-f {
    display: none;
}

.index-1 .decor-pic3 {
    bottom: auto;
    width: 100px;
    top: -133px;
}

/*-版型1
------------------------------------------------------------*/
/*-版型2
------------------------------------------------------------*/
.index-2 .nav1 {
    background: #def9ff;
}

.index-2 ul.headersite li.fontSize a.active {
    color: #1dbacd;
}

.index-2 .icons a.current .icon-pic {
    /* background: linear-gradient(168deg, #86ed96 0%, #3ac09f 100%); */
    background: #066fab;
}

.index-2 .icons a .icon-pic {
    background: #21b1cb;
}

.index-2 .i-des {
    background: #066fab;
}

.index-2 .icons a.i-nav1.current::before {
    border-color: transparent transparent #066fab transparent;
}

.index-2 .index-recommend {
    position: relative;
    background: #e0faff;
    background: linear-gradient(180deg, #e0faff 0%, #e0faff 100%);
    padding: 50px 0 0 0;
}

.index-2 .index-recommend a.search-btn,
.index-2 a.calendar-btn {
    background: #0190ab;
}

.index-2 .activity-bg {
    display: block;
    width: 100%;
    background: linear-gradient(180deg, #e0faff 0%, #cbf7ff 100%);
}

.index-2 .spot-intro {
    background: #b8f9ff;
}

.index-2 ul.spot-tab li.active,
.index-1 ul.spot-tab li.active a {
    color: #000 !important;
    background: #b8f9ff !important;
}

.index-2 ul.spot-tab li {
    background: #0e98a4;
    color: #fff;
}

.index-2 .spot-info {
    background: #2ab1bd;
}

.index-2 .index-spot-list li .spot-info::before {
    content: "";
    position: absolute;
    top: -105px;
    left: 0%;
    width: 100%;
    height: 105px;
    /* background: url(../images/spot-info-bg.png)left top repeat-x; */
    background: linear-gradient(180deg, rgb(41 176 188 / 4%) 0%, rgb(41 176 188 / 80%) 50%, #29b0bc 100%);
}

.index-2 section.index-news {
    background: #d5fbff;
}

.index-2 .new-tab a.active {
    background: #169cde;
}

.index-2 .newstag {
    background: #169cde;
}

.index-2 .news-slider-wrap .date {
    color: #09aab8;
}

.index-2 section.storyfb {
    background: #bfedfb;
}

.index-2 .index-socail {
    background: rgb(223 248 255 / 80%);
}

.index-2 .link-zone {
    background: #d8f6fe;
}

.index-2 .footer-content {
    background: #2ba9cb;
}

.index-2 .footer-nav {
    background: #228fab;
}

.index-2 .footer .copyright {
    background: #1c7288;
}

.index-2 .footer-nav li a {
    border-left: 1px solid rgb(255 255 255 / 50%);
}

.index-2 .footer-switch {
    background-color: #43d7ff;
}

.index-2 .fat-footer {
    background: #c4f2ff;
}

.index-2 .main-nav .nav_list li .ni-1-active,
.index-2 .main-nav .nav_list li .ni-2-active,
.index-2 .main-nav .nav_list li .ni-3-active,
.index-2 .main-nav .nav_list li .ni-4-active,
.index-2 .main-nav .nav_list li .ni-5-active,
.index-2 .main-nav .nav_list li .ni-6-active {
    background: #1ba7db;
}

.index-2 .sub-nav {
    background: #35c0f4;
}

.index-2 .sub-nav li {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.index-2 .activity-bg-s {
    display: block;
    width: 100%;
    background: linear-gradient(180deg, #e0faff 0%, #cbf7ff 100%);
}

.index-2 .activity-bg,
.index-2 .activity-bg-m,
.index-2 .activity-bg-f {
    display: none;
}

.index-2 .fast-nav-switch {
    background: url('../images/fastlink-arr2.png') center 88px no-repeat #06768a;
    background-size: 13px;
}

.index-2 ul.fast-nav {
    background: #0590a9;
}

.index-2 ul.fast-nav li a {
    background: #0590a9;
    color: #FFF;
}

.index-2 ul.fast-nav li a:hover {
    background: #25deff;
}

.index-2 .main-nav .nav_list .sub-nav li a:hover {
    background: #65d5ff;
}

.index-2 .spot p {
    color: #0085c7;
}

.index-2 .trainee-slider .item-content::before {
    background: rgb(0 100 149 / 90%);
}

.index-2 .activity-cont-list .morebtn,
.index-2 .cont-info .right {
    background: #0171ab;
}

.index-2 .activity-cont-list li .btn-wrap .btn {
    background: #0ac6e2;
}

.index-2 .p-1,
.index-2 .p-2,
.index-2 .p-4 {
    display: none;
}

.index-2 .p-3 {
    display: block;
}

.index-2 .decor-pic3 {
    bottom: auto;
    width: 300px;
    top: -106px;
}

.index-2 .decor-pic4 {
    width: 300px;
}

.index-2 .p-3 {
    display: block;
    width: 100%;
}

.index-2 .about-link {
    background: #3befe8;
}

.index-2 a.back {
    background: url('../images/back-icon-2.svg') 26px center no-repeat #e7faff;
    background-size: 23px;
}

.index-2 a.top {
    background: url('../images/top-icon-2.svg') 31px center no-repeat #e7faff;
    background-size: 18px 18px;
}

.index-2 .mapupload-entrypage {
    background: #e7fbff;
}

/*-版型2
------------------------------------------------------------*/

/*-版型3
------------------------------------------------------------*/
.index-3 .nav1 {
    background: #eaffbe;
}

.index-3 ul.headersite li.fontSize a.active {
    color: #319215;
}

.index-3 .main-nav .nav_list li .ni-1-active,
.index-3 .main-nav .nav_list li .ni-2-active,
.index-3 .main-nav .nav_list li .ni-3-active,
.index-3 .main-nav .nav_list li .ni-4-active,
.index-3 .main-nav .nav_list li .ni-5-active,
.index-3 .main-nav .nav_list li .ni-6-active {
    background: #319215;
}

.index-3 .sub-nav {
    background: #34c00b;
}

.index-3 .sub-nav li {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.index-3 .main-nav .nav_list .sub-nav li a:hover {
    background: #31d900;
}

.index-3 .fast-nav-switch {
    background: url('../images/fastlink-arr2.png') center 88px no-repeat #034500;
    background-size: 13px;
}

.index-3 ul.fast-nav {
    background: #155d12;
}

.index-3 ul.fast-nav li a {
    background: #155d12;
    color: #FFF;
}

.index-3 ul.fast-nav li a:hover {
    background: #07ad00;
}

.index-3 .icons a.current .icon-pic {
    background: #5f8700;
}

.index-3 .i-des {
    background: #5f8700;
}

.index-3 .icons a.i-nav1.current::before {
    border-color: transparent transparent #5f8700 transparent;
}

.index-3 .icons a .icon-pic {
    background: #9cb60e;
}

.index-3 .index-recommend {
    background: #f2ffcf;
}

.index-3 .index-recommend a.search-btn {
    background: #155d12;
}

.index-3 a.calendar-btn {
    background: #155d12;
}

.index-3 ul.spot-tab li.active,
.index-3 ul.spot-tab li.active a {
    background: #c3e87e !important;
}

.index-3 .spot-intro {
    background: #c3e87e;
}

.index-3 .spot-info {
    background: #0c7d06;
}

.index-3 .index-spot-list li .spot-info::before {
    background: linear-gradient(180deg, rgb(12 125 6 / 4%) 0%, rgb(12 125 6 / 80%) 50%, #0c7d06 100%);
}

.index-3 .new-tab a.active,
.index-3 .newstag {
    background: #65a621;
}

.index-3 .news-slider-wrap .date {
    color: #057864;
}

.index-3 section.index-news {
    background: #def5c6;
}

.index-3 section.storyfb {
    background: #f1f798;
}

.index-3 .index-socail {
    background: #ffd75c;
}

.index-3 .link-zone {
    background: #bdda58;
}

.index-3 .footer-switch {
    background-color: #aff051;
}

.index-3 .footer-content {
    background: #86bb3c;
}

.index-3 .footer-nav {
    background: #719d30;
}

.index-3 .footer .copyright {
    background: #5b7d27;
}

.index-3 .footer-nav li a {
    border-left: 1px solid rgb(255 255 255 / 50%);
}

.index-3 .activity-cont-list li .btn-wrap .btn {
    background: #6b9916;
}

.index-3 .spot p {
    color: #057864;
}

.index-3 .trainee-slider .item-content::before {
    background: rgb(12 125 6 / 90%);
}

.index-3 .activity-bg-f {
    display: block;
    width: 100%;
    background: linear-gradient(180deg, #f2ffcf 0%, #edffbe 100%);
}

.index-3 .activity-bg,
.index-3 .activity-bg-m,
.index-3 .activity-bg-s {
    display: none;
}

.index-3 .activity-cont-list .morebtn,
.index-3 .cont-info .right {
    background: #058600;
}

.index-3 .p-1,
.index-3 .p-2,
.index-3 .p-3 {
    display: none;
}

.index-3 .p-4 {
    display: block;
    width: 100%;
}

.index-3 .decor-pic3 {
    bottom: auto;
    width: 250px;
    top: -133px;
}

.index-3 .fat-footer {
    background: #d9ffa4;
}

.index-3 .about-link {
    background: #42dbbc;
}

.index-3 a.back {
    background: url('../images/back-icon-3.svg') 26px center no-repeat #eaffbe;
    background-size: 23px 23px;
}

.index-3 a.top {
    background: url('../images/top-icon-3.svg') 31px center no-repeat #eaffbe;
    background-size: 18px 18px;
}

.index-3 .mapupload-entrypage {
    background: #f8fff4;
}

/*-版型3
------------------------------------------------------------*/

/*英文首頁
------------------------------------------------------------*/
.en .nav_list>li {
    width: 30%;
    flex: none;
}

.en ul.nav_list.ulfix {
    display: flex;
    justify-content: center;
    align-items: center;
}

.en .main-nav .nav_list li a {
    display: block;
    color: #333;
    font-size: 1.125em;
    font-weight: bold;
    padding: 32px 10px;
}

.en .main-nav .nav_list li .ni-1-active,
.en .main-nav .nav_list li .ni-2-active,
.en .main-nav .nav_list .sub-nav li a {
    color: #fff;
}

.en .spot-cont {
    width: calc(100%);
}

/* .en .spot-intro {
    background: #eefcc7;
} */

/* .en ul.spot-tab li {
    background: #e4e4e4;
    color: #fff;
} */

.en section.subnet-cont {
    float: left;
    width: 100%;
    margin: 50px 0 65px 0;
}

.en .page-side {
    float: left;
    width: 21%;
}

.en .page-side-pic {
    width: 100%;
}

.en .page-side-pic img {
    width: 100%;
    border: 3px solid #ff6a43;
}

.en .page-side .unit-title {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 1.43em;
    font-weight: normal;
    margin: 0;
    padding: 17px 5%;
    background: #ff6a43;
    width: 100%;
    word-break: break-word;
}

.en .side-nav {
    background: #e3e3e3;
    padding: 15px;
    margin: 0;
}

.en section.page-main {
    float: right;
    width: 72%;
}

.en .twspot-web-unit-wrap {
    display: none;
}

.en .header {
    top: 0;
}

.bottom-info-en:last-child {
    border-radius: 0 0 7px 7px;
}

/*-版型1
------------------------------------------------------------*/
.en.index-1 .spot-tab-en a {
    background: #eeeeee;
    color: #8b8b8b;
    padding: 12px 20px;
    width: calc(100% / 5);
}

.en.index-1 .spot-tab-en a.active {
    background: #e3fbe9;
}

.en.index-1 .spot-tab-en {
    width: 90%;
    margin: 0 auto 55px auto;
}

.en.index-1 .bottom-info-en p:first-child {
    color: #26c18a;
}

.en.index-1 .page-side-pic img {
    border: 3px solid #26c18a;
}

.en.index-1 .page-side .unit-title {
    background: #26c18a;
}

.en.index-1 a.back {
    background: url('../images/back-icon-1.svg') 26px center no-repeat #e3fbe9;
    background-size: 23px;
}

.en.index-1 a.top {
    background: url('../images/top-icon-1.svg') 31px center no-repeat #e3fbe9;
    background-size: 18px 18px;
}

.en.index-1 .page-qrcode {
    border: 2px solid #bce9c8;
}

.en.index-1 .subtitle strong {
    background: url('../images/page-title-cirlce-1.svg') left 12px no-repeat;
    background-size: 18px;
}

.en.index-1 .au-wrap2 strong a {
    color: #26c18a;
}

.en.index-1 .au-wrap3 a {
    color: #26c18a;
}

.en.index-1 .sm-title {
    background: #26c18a;
}

.en.index-1 .header {
    top: 0;
}

.en.index-1 .pagecont .spot-cont {
    background: #e3fbe9;
}

.en.index-1 a.more-btn {
    background: #26c18a;
}

/*-版型2
------------------------------------------------------------*/
.en.index-2 ul.spot-tab li {
    background: #0e98a4;
}

.en.index-2 .spot-intro {
    background: #b8f9ff;
}


/*-英文 end
------------------------------------------------------------*/