@charset "UTF-8";
 a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tfoot, time, tt, u, ul, var, video {
	 margin: 0;
	 padding: 0;
	 border: 0;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	 display: block;
}
 body {
	 padding: 0px;
	 margin: 0px;
	 font-family: Arial, "Noto Sans TC", sans-serif;
	 color: #3a3a3a;
	 font-size: 18px;
	 line-height: 1.75;
	 -webkit-overflow-scrolling: touch;
	 -webkit-text-size-adjust: 100%;
	 overflow-x: hidden;
	 word-wrap: break-word;
	 word-break: break-all;
}
 @media screen and (max-width: 991px) {
	 body {
		 font-size: 16px;
	}
}
 ::-moz-selection {
	 background: #c20f2f;
	 color: #fff;
}
 ::selection {
	 background: #c20f2f;
	 color: #fff;
}
 a {
	 text-decoration: none;
}
 img {
	 outline: none;
	 border: none;
}
 p {
	 margin: 15px 0px;
}
 p.docs {
	 text-align: center;
}
 @media screen and (max-width: 767px) {
	 p.docs {
		 text-align: left;
	}
}
 ol, ul {
	 margin: 15px 0px;
	 padding-left: 20px;
}
 ol li, ul li {
	 padding-bottom: 3px;
}
 ol li:last-of-type, ul li:last-of-type {
	 padding-bottom: 0px;
}
 ol li ol, ol li ul, ul li ol, ul li ul {
	 margin: 3px 0px 0px;
}
 ol.chineseNum, ul.chineseNum {
	 list-style: none;
	 padding-left: 0;
}
 ol.chineseNum li, ul.chineseNum li {
	 text-indent: -47px;
	 padding-left: 47px;
}
 .checkbox {
	 vertical-align: middle;
	 display: inline-block;
}
 .checkbox label {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .checkbox input[type=checkbox] {
	 display: none;
}
 .checkbox input[type=checkbox]:checked + span {
	 background: #fae103;
	 border-color: #fae103;
}
 .checkbox input[type=checkbox]:checked + span i {
	 color: #000;
}
 .checkbox span {
	 display: block;
	 width: 24px;
	 height: 24px;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 border: solid 2px #ccc;
	 background: #fff;
	 border-radius: 3px;
	 -webkit-transition: 0.3s ease all;
	 transition: 0.3s ease all;
	 position: relative;
}
 .checkbox span i {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translateX(-50%) translateY(-50%);
	 transform: translateX(-50%) translateY(-50%);
	 color: #fff;
	 font-size: 15px;
	 -webkit-transition: 0.3s ease all;
	 transition: 0.3s ease all;
}
 .radio {
	 vertical-align: middle;
	 display: inline-block;
	 margin-right: 20px;
}
 .radio label {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .radio input[type=radio] {
	 display: none;
}
 .radio input[type=radio]:checked + .radio-fake {
	 background: #fae103;
}
 .radio input[type=radio]:checked + .radio-fake i {
	 color: #000;
}
 .radio-fake {
	 display: block;
	 width: 26px;
	 height: 26px;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 border: solid 2px #aaa;
	 background: #fff;
	 border-radius: 100%;
	 -webkit-transition: 0.3s ease all;
	 transition: 0.3s ease all;
	 position: relative;
}
 .radio-fake i {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translateX(-50%) translateY(-50%);
	 transform: translateX(-50%) translateY(-50%);
	 color: #fff;
	 font-size: 13px;
	 -webkit-transition: 0.3s ease all;
	 transition: 0.3s ease all;
}
 .radio-text {
	 vertical-align: middle;
	 font-size: 18px;
	 padding-left: 8px;
}
 label {
	 cursor: pointer;
}
 button {
	 border: none;
	 color: #fff;
	 -webkit-transition: 0.3s ease all;
	 transition: 0.3s ease all;
	 border-radius: 5px;
	 cursor: pointer;
}
 button i {
	 margin-left: 5px;
}
 button, input {
	 outline: none;
	 font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;
}
 button, input, select {
	 outline: none;
	 font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;
}
 .inputStyle, input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
	 border-radius: 10px;
	 border: solid 1px #c7c7c7;
	 background: #fff;
	 font-size: 17px;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 padding: 15px 10px;
	 width: 100%;
}
 select {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 padding: 0 24px 0 10px;
	 font-size: 17px;
	 line-height: 50px;
	 height: 54px;
	 width: 100%;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 -ms-appearance: none;
	 appearance: none;
	 background: #fff url(../images/icon-dropdown.png) right center no-repeat;
	 background-size: 18px;
	 border-radius: 10px;
	 border: solid 1px #c7c7c7;
}
 select::-ms-expand {
	 display: none;
}
 input[type=range] {
	 width: 100%;
	 height: 26px;
	 -webkit-appearance: none;
	 margin: 10px 0;
}
 input[type=range]:focus {
	 outline: none;
}
 input[type=range]::-webkit-slider-runnable-track {
	 width: 100%;
	 height: 14px;
	 cursor: pointer;
	 animate: 0.2s;
	 -webkit-box-shadow: 1px 1px 1px #50555c;
	 box-shadow: 1px 1px 1px #50555c;
	 background: #50555c;
	 border-radius: 14px;
	 border: 0px solid #000;
}
 input[type=range]::-webkit-slider-thumb {
	 -webkit-box-shadow: 0px 0px 0px #000;
	 box-shadow: 0px 0px 0px #000;
	 border: 0px solid #000;
	 height: 20px;
	 width: 40px;
	 border-radius: 12px;
	 background: #3266a6;
	 cursor: pointer;
	 -webkit-appearance: none;
	 margin-top: -3px;
}
 input[type=range]:focus::-webkit-slider-runnable-track {
	 background: #50555c;
}
 input[type=range]::-moz-range-track {
	 width: 100%;
	 height: 14px;
	 cursor: pointer;
	 animate: 0.2s;
	 box-shadow: 1px 1px 1px #50555c;
	 background: #50555c;
	 border-radius: 14px;
	 border: 0px solid #000;
}
 input[type=range]::-moz-range-thumb {
	 box-shadow: 0px 0px 0px #000;
	 border: 0px solid #000;
	 height: 20px;
	 width: 40px;
	 border-radius: 12px;
	 background: #3266a6;
	 cursor: pointer;
}
 input[type=range]::-ms-track {
	 width: 100%;
	 height: 14px;
	 cursor: pointer;
	 animate: 0.2s;
	 background: transparent;
	 border-color: transparent;
	 color: transparent;
}
 input[type=range]::-ms-fill-lower {
	 background: #50555c;
	 border: 0px solid #000;
	 border-radius: 28px;
	 box-shadow: 1px 1px 1px #50555c;
}
 input[type=range]::-ms-fill-upper {
	 background: #50555c;
	 border: 0px solid #000;
	 border-radius: 28px;
	 box-shadow: 1px 1px 1px #50555c;
}
 input[type=range]::-ms-thumb {
	 margin-top: 1px;
	 box-shadow: 0px 0px 0px #000;
	 border: 0px solid #000;
	 height: 20px;
	 width: 40px;
	 border-radius: 12px;
	 background: #3266a6;
	 cursor: pointer;
}
 input[type=range]:focus::-ms-fill-lower {
	 background: #50555c;
}
 input[type=range]:focus::-ms-fill-upper {
	 background: #50555c;
}
 .rangeList {
	 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: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 -webkit-writing-mode: vertical-lr;
	 -ms-writing-mode: tb-lr;
	 writing-mode: vertical-lr;
	 width: 100%;
}
 .rangeList option {
	 padding: 0;
	 -webkit-transform: rotate(-90deg);
	 transform: rotate(-90deg);
}
 .container {
	 margin: 0 auto;
	 padding: 0px;
	 max-width: 1140px;
	 width: 100%;
}
 @media screen and (max-width: 1199px) {
	 .container {
		 margin: 0px 65px;
		 width: auto;
	}
}
 @media screen and (max-width: 991px) {
	 .container {
		 margin: 0px 25px;
	}
}
 @media screen and (max-width: 767px) {
	 .container {
		 margin: 0px 24px;
	}
}
 .clearfix:after {
	 content: "";
	 display: block;
	 clear: both;
}
 .br {
	 display: inline;
}
 @media screen and (max-width: 767px) {
	 .br {
		 display: block;
	}
}
 .br1 {
	 display: block;
}
 @media screen and (max-width: 767px) {
	 .br1 {
		 display: inline;
	}
}
 .hide {
	 display: none !important;
}
 .mobileShow {
	 display: none !important;
}
 @media screen and (max-width: 991px) {
	 .pcShow {
		 display: none !important;
	}
	 .mobileShow {
		 display: initial !important;
	}
}
 .fontAwesomeIcon, .slick-arrow {
	 display: inline-block;
	 font: normal normal normal 14px/1 "Font Awesome 5 Free";
	 font-size: inherit;
	 text-rendering: auto;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 font-weight: 900;
}
 .animated {
	 -webkit-animation-fill-mode: backwards;
	 animation-fill-mode: backwards;
}
 .dividingLine {
	 margin: 40px 0px;
	 border-bottom: dashed 1px #bbb;
	 clear: both;
}
 .youtube {
	 width: 100%;
	 max-width: 600px;
	 max-width: 750px;
	 margin: 0 auto;
	 position: relative;
}
 .youtube img {
	 width: 100%;
	 position: relative;
	 display: block;
}
 .youtube-content {
	 position: relative;
	 padding-bottom: 56.25%;
	 height: 0;
	 overflow: hidden;
}
 .youtube-content iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 @media screen and (max-width: 991px) {
	 .youtube {
		 max-width: 600px;
	}
}
 .slick-slider {
	 padding-bottom: 25px;
}
 .slick-slide {
	 outline: none;
}
 .slick-slide a {
	 outline: none;
}
 .slick-slide img {
	 max-width: 100%;
}
 .slick-dots {
	 list-style: none;
	 font-size: 0px;
	 text-align: center;
	 margin: 0px;
	 padding-left: 0px;
	 width: 100%;
	 position: absolute;
	 bottom: 0px;
}
 .slick-dots li {
	 padding: 0px 7px;
	 display: inline-block;
	 vertical-align: top;
}
 .slick-dots li button {
	 font-size: 0px;
	 padding: 0px;
	 border-radius: 50px;
	 width: 13px;
	 height: 13px;
	 background: #a5a5a5;
}
 .slick-dots li.slick-active button {
	 background: #068ce8;
	 width: 25px;
}
 .slick-arrow {
	 font-size: 0px;
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
	 padding: 0px;
	 border-radius: 100%;
	 width: 36px;
	 height: 36px;
	 text-align: center;
	 color: #aaa;
	 -webkit-transition: 0.3s ease all;
	 transition: 0.3s ease all;
	 z-index: 1;
	 background: none;
}
 .slick-arrow:before {
	 font-size: 36px;
	 line-height: 1;
}
 .slick-arrow:hover {
	 color: #068ce8;
}
 .slick-prev {
	 left: 0px;
}
 .slick-prev:before {
	 content: "\f104";
}
 .slick-next {
	 right: 0px;
}
 .slick-next:before {
	 content: "\f105";
}
 @media screen and (max-width: 767px) {
	 .slick-arrow {
		 top: 45%;
	}
	 .slick-arrow:before {
		 font-size: 26px;
	}
}
 img {
	 border: 0;
	 display: block;
	 width: 100%;
	 margin: 0 auto;
}
 @-webkit-keyframes shake {
	 0% {
		 -webkit-transform: translateY(0);
		 transform: translateY(0);
	}
	 50% {
		 -webkit-transform: translateY(-5px);
		 transform: translateY(-5px);
	}
	 to {
		 -webkit-transform: translateY(0);
		 transform: translateY(0);
	}
}
 @keyframes shake {
	 0% {
		 -webkit-transform: translateY(0);
		 transform: translateY(0);
	}
	 50% {
		 -webkit-transform: translateY(-5px);
		 transform: translateY(-5px);
	}
	 to {
		 -webkit-transform: translateY(0);
		 transform: translateY(0);
	}
}
 body {
	 position: relative;
	 width: 100%;
	 background-color: #fff;
}
 body.fixedBody {
	 overflow-y: hidden;
}
 ::-webkit-scrollbar {
	 width: 5px;
	 height: 10px;
	 background-color: #c8a973;
}
 ::-webkit-scrollbar-track {
	 background-color: #ccc;
	 border-radius: 10px;
}
 ::-webkit-scrollbar-thumb {
	 background-color: #c8a973;
	 border-radius: 20px;
}
 ::-webkit-scrollbar-button {
	 background-color: #800000;
}
 ::-webkit-scrollbar-corner {
	 background-color: #800000;
}
 .loading {
	 display: none;
	 z-index: 1000;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-flow: column;
	 flex-flow: column;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 top: 0px;
	 left: 0px;
	 background-color: rgba(255, 255, 255, 0.95);
	 vertical-align: middle;
	 text-align: center;
	 overflow: hidden;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .loading img {
	 width: 90%;
	 max-width: 300px;
}
 .loading .lds-dual-ring {
	 display: inline-block;
	 width: 80px;
	 height: 80px;
}
 .loading .lds-dual-ring:after {
	 content: " ";
	 display: block;
	 width: 48px;
	 height: 48px;
	 margin: 24px 0px;
	 border-radius: 50%;
	 border: 6px solid #c8a973;
	 border-color: #c8a973 transparent #800000 transparent;
	 -webkit-animation: lds-dual-ring 1.2s linear infinite;
	 animation: lds-dual-ring 1.2s linear infinite;
}
 .loading.show {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 @-webkit-keyframes lds-dual-ring {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 to {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 @keyframes lds-dual-ring {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 to {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 .header {
	 width: 100%;
	 height: 80px;
	 top: 0;
	 left: 0;
	 position: fixed;
	 padding: 0;
	 background-color: #fff;
	 z-index: 100;
	 -webkit-box-shadow: 0px 1px 2px rgba(165, 165, 165, 0.3);
	 box-shadow: 0px 1px 2px rgba(165, 165, 165, 0.3);
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
 nav {
	 width: 100%;
	 height: 80px;
	 position: relative;
	 color: #ecedee;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 padding: 0 0 0 20px !important;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
 nav .logo {
	 max-height: 80px;
	 height: 100%;
	 -webkit-transition: 0.3s ease all;
	 transition: 0.3s ease all;
	 display: inline-block;
}
 nav .logo > img {
	 width: auto;
	 max-height: 80px;
	 height: 100%;
	 max-width: 320px;
}
 @media screen and (max-width: 767px) {
	 nav {
		 padding: 0 0 0 10px !important;
	}
	 nav .logo > img {
		 max-width: 120px;
	}
}
 #main-menu {
	 position: relative;
	 -webkit-box-flex: 1;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 text-align: right;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
 #main-menu .toggle {
	 display: none;
	 cursor: pointer;
	 position: relative;
	 width: 30px;
	 height: 30px;
	 right: 20px;
}
 #main-menu .toggle div {
	 width: 30px;
	 height: 3px;
	 background: #9e9e9e;
	 margin: 6px 0;
	 -webkit-transition: 0.3s ease all;
	 transition: 0.3s ease all;
	 display: block;
	 position: relative;
}
 @media screen and (max-width: 1199px) {
	 #main-menu .toggle {
		 display: inline-block;
	}
}
 #main-menu #drop {
	 display: none;
}
 #main-menu #drop ~ ul {
	 position: relative;
	 list-style: none;
	 text-align: right;
	 letter-spacing: 0;
	 font-size: 0;
	 margin: 0;
	 top: 0;
	 right: 0;
}
 #main-menu #drop ~ ul li {
	 display: inline-block;
	 margin: 0;
}
 #main-menu #drop ~ ul li a, #main-menu #drop ~ ul li span {
	 font-size: 22px;
	 cursor: pointer;
	 display: block;
	 text-align: center;
	 background: #fff;
	 color: #333;
	 padding: 0 10px;
}
 #main-menu #drop ~ ul li a.act, #main-menu #drop ~ ul li a:hover, #main-menu #drop ~ ul li span.act, #main-menu #drop ~ ul li span:hover {
	 color: #ff725c;
}
 #main-menu #drop ~ ul:active {
	 display: block;
}
 @media screen and (max-width: 1199px) {
	 #main-menu #drop ~ ul {
		 min-width: 120px;
		 position: absolute;
		 top: 80px;
		 right: -200px;
		 border-radius: 8px;
		 border: 1px solid #ccc;
		 background: #fff;
		 -webkit-box-sizing: border-box;
		 box-sizing: border-box;
		 -webkit-transition: all 0.3s ease;
		 transition: all 0.3s ease;
	}
	 #main-menu #drop ~ ul li {
		 display: block;
	}
	 #main-menu #drop ~ ul li a, #main-menu #drop ~ ul li span {
		 font-size: 16px;
		 text-align: center;
		 color: #333;
		 padding: 20px 5px;
		 border-top: 1px solid #ccc;
		 -webkit-box-sizing: border-box;
		 box-sizing: border-box;
		 cursor: pointer;
	}
	 #main-menu #drop ~ ul li a.act, #main-menu #drop ~ ul li a:hover, #main-menu #drop ~ ul li span.act, #main-menu #drop ~ ul li span:hover {
		 color: #ff725c;
	}
	 #main-menu #drop ~ ul li:first-child a, #main-menu #drop ~ ul li:first-child span {
		 border-top: none;
	}
	 #main-menu #drop:checked ~ ul {
		 min-width: 160px;
		 padding: 0 10px;
		 top: 80px;
		 right: 20px;
		 -webkit-transition: all 0.3s ease;
		 transition: all 0.3s ease;
	}
}
 @media screen and (max-width: 1199px) and (max-width: 1199px) {
	 #main-menu #drop:checked ~ ul {
		 display: block;
	}
}
 @media screen and (max-width: 1199px) {
	 #main-menu #drop:checked ~ .toggle div:first-of-type, #main-menu #drop:checked ~ .toggle div:nth-of-type(2) {
		 -webkit-transform-origin: center center;
		 transform-origin: center center;
		 background: #ea574d;
	}
	 #main-menu #drop:checked ~ .toggle div:first-of-type {
		 -webkit-transform: rotate(45deg);
		 transform: rotate(45deg);
		 top: 9px;
	}
	 #main-menu #drop:checked ~ .toggle div:nth-of-type(2) {
		 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
	}
	 #main-menu #drop:checked ~ .toggle div:nth-of-type(3) {
		 opacity: 0;
	}
}
 .btn {
	 display: inline-block;
	 vertical-align: top;
	 padding: 8px 0px;
}
 .btnArea {
	 text-align: center;
	 font-size: 0px;
	 margin: 10px 0px;
}
 .btnArea.threeBtn .btn, .btnArea.twoBtn .btn {
	 padding-left: 15px;
	 padding-right: 15px;
	 max-width: 50%;
}
 .btnArea.threeBtn .btn {
	 max-width: 33.3333333333%;
}
 .btn a, .btn button, .btn span {
	 font-size: 18px;
	 display: block;
	 color: #fff;
	 line-height: 50px;
	 border-radius: 30px;
	 -webkit-transition: 0.3s ease all;
	 transition: 0.3s ease all;
	 text-align: center;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 padding: 0px 42px;
	 background: #800000;
	 overflow: hidden;
	 position: relative;
	 -webkit-box-shadow: 0 3px 0 rgba(65, 65, 65, 0.25);
	 box-shadow: 0 3px 0 rgba(65, 65, 65, 0.25);
}
 .btn a:before, .btn button:before, .btn span:before {
	 content: "";
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translateX(-50%) translateY(-50%);
	 transform: translateX(-50%) translateY(-50%);
	 border-radius: 100%;
	 background: rgba(255, 255, 255, 0.1);
	 width: 0px;
	 height: 0px;
	 -webkit-transition: 0.6s ease-in-out all;
	 transition: 0.6s ease-in-out all;
}
 .btn a:hover:before, .btn button:hover:before, .btn span:hover:before {
	 width: 800px;
	 height: 800px;
}
 .btn a.short, .btn button.short, .btn span.short {
	 padding: 0px 1em;
}
 .btn.twoLines a, .btn.twoLines button, .btn.twoLines span {
	 line-height: 1.2;
	 padding-top: 16px;
	 padding-bottom: 16px;
}
 .btn.type2 a, .btn.type2 button, .btn.type2 span {
	 background: #3266a6;
}
 .btn.type3 a, .btn.type3 button, .btn.type3 span {
	 background: #ea574d;
}
 .btn.type4 a, .btn.type4 button, .btn.type4 span {
	 background: #333;
}
 .btn.red a, .btn.red button, .btn.red span {
	 background: #c20f2f;
	 text-shadow: none !important;
}
 .btn.yellow a, .btn.yellow button, .btn.yellow span {
	 background: #ffff02;
	 color: #000;
	 text-shadow: none !important;
}
 .btn.disable a, .btn.disable button, .btn.disable span {
	 background: #fff;
	 color: rgba(0, 0, 0, 0.21);
	 -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
	 box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
	 cursor: auto;
}
 .btn.disable a:hover, .btn.disable button:hover, .btn.disable span:hover {
	 -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
	 box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
}
 .btn.fixedWidth {
	 width: 250px;
}
 .btn-remark {
	 font-size: 16px;
	 text-align: center;
	 padding-top: 10px;
}
 .btn.white a, .btn.white button, .btn.white span {
	 background: none;
	 color: #fff;
	 border: solid 1px;
}
 .btn.borderType a, .btn.borderType button, .btn.borderType span {
	 color: #3266a6;
	 border: solid 2px;
	 background: none;
}
 .btn.borderType a:hover, .btn.borderType button:hover, .btn.borderType span:hover {
	 text-shadow: none;
	 background-color: #3266a6;
	 color: #fff;
	 border-color: #3266a6;
}
 .btn.borderType.whiteStyle a, .btn.borderType.whiteStyle button, .btn.borderType.whiteStyle span {
	 color: #fff;
}
 .btn.borderType.redStyle a, .btn.borderType.redStyle button, .btn.borderType.redStyle span {
	 color: #d10031;
}
 .btn.textBtn a, .btn.textBtn button, .btn.textBtn span {
	 color: #c8a973;
	 background: none;
}
 .btn.textBtn a:before, .btn.textBtn button:before, .btn.textBtn span:before {
	 background: rgba(0, 0, 0, 0.05);
}
 .btn.textBtn a:hover, .btn.textBtn button:hover, .btn.textBtn span:hover {
	 text-shadow: none;
	 -webkit-box-shadow: none;
	 box-shadow: none;
}
 .btn.textBtn.whiteStyle a, .btn.textBtn.whiteStyle button, .btn.textBtn.whiteStyle span {
	 color: #fff;
}
 @media screen and (max-width: 767px) {
	 .btn {
		 width: 100%;
	}
	 .btnArea.threeBtn .btn, .btnArea.twoBtn .btn {
		 max-width: none;
		 width: 100%;
		 -webkit-box-sizing: border-box;
		 box-sizing: border-box;
		 padding-left: 0px;
		 padding-right: 0px;
	}
	 .btn a, .btn button, .btn span {
		 font-size: 17px;
		 line-height: 45px;
		 width: 100%;
		 padding: 0px 20px;
	}
	 .btn-remark {
		 padding: 5px 0px 10px;
	}
}
 .normal a, .normal button {
	 font-size: 24px;
	 line-height: 55px;
	 padding: 0px 25px;
	 border-radius: 18px;
}
 @media screen and (max-width: 767px) {
	 .normal a, .normal button {
		 font-size: 17px;
		 line-height: 45px;
		 padding: 0px 10px;
	}
}
 .sBtn a, .sBtn button, .sBtn span {
	 font-size: 18px;
	 line-height: 38px;
	 padding: 0px 25px;
}
 @media screen and (max-width: 767px) {
	 .sBtn a, .sBtn button, .sBtn span {
		 font-size: 16px;
		 line-height: 30px;
		 padding: 0px 12px;
	}
}
 .fixedRightBtn {
	 margin-bottom: 6px;
}
 .fixedRightBtn-area {
	 position: fixed;
	 top: 0%;
	 right: 0px;
	 -webkit-transform: translateY(50%);
	 transform: translateY(50%);
	 z-index: 10;
	 display: none;
}
 .fixedRightBtn a {
	 display: block;
	 text-align: center;
	 width: 36px;
	 color: #fff;
	 background: #c8a973;
	 padding: 10px 9px;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 border-top-left-radius: 8px;
	 border-bottom-left-radius: 8px;
	 font-size: 18px;
	 line-height: 20px;
	 -webkit-transition: 0.3s ease all;
	 transition: 0.3s ease all;
	 position: relative;
	 left: 0px;
}
 .fixedRightBtn a:hover {
	 background: #b49560;
}
 .fixedRightBtn a i {
	 font-size: 13px;
}
 .fixedRightBtn a span {
	 -webkit-writing-mode: vertical-lr;
	 -ms-writing-mode: tb-lr;
	 writing-mode: vertical-lr;
}
 .fixedRightBtn a.type2 {
	 background: #d3060f;
}
 .fixedRightBtn a.type2:hover {
	 background: #6c0000;
}
 .fixedRightBtn a.type3 {
	 background: #714c0b;
}
 .fixedRightBtn a.type3:hover {
	 background: #604009;
}
 @media screen and (max-width: 991px) {
	 .fixedRightBtn a {
		 width: 36px;
		 padding: 15px 6px;
		 font-size: 16px;
	}
}
 @media screen and (max-width: 767px) {
	 .fixedRightBtn {
		 display: block;
		 width: auto;
		 vertical-align: middle;
		 -webkit-box-sizing: border-box;
		 box-sizing: border-box;
		 margin-bottom: 0px;
	}
	 .fixedRightBtn-area {
		 top: auto;
		 bottom: 0px;
		 width: 100%;
		 -webkit-box-sizing: border-box;
		 box-sizing: border-box;
		 font-size: 0px;
		 -webkit-transform: translateY(0);
		 transform: translateY(0);
		 display: block;
	}
	 .fixedRightBtn-area.twoBtn .fixedRightBtn {
		 width: 90%;
		 margin: 0 auto;
		 padding-bottom: 20px;
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: row;
		 flex-direction: row;
		 -webkit-box-pack: left;
		 -ms-flex-pack: left;
		 justify-content: left;
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
	}
	 .fixedRightBtn-area.twoBtn .fixedRightBtn a:first-of-type {
		 width: 50%;
		 border-radius: 30px 0px 0px 30px;
	}
	 .fixedRightBtn-area.twoBtn .fixedRightBtn a:nth-of-type(2) {
		 width: 50%;
		 border-radius: 0px 30px 30px 0px;
	}
	 .fixedRightBtn-area.threeBtn .fixedRightBtn {
		 display: inline-block;
		 width: 33.3333333333%;
	}
	 .fixedRightBtn a {
		 width: auto;
		 padding: 20px 0px;
		 font-size: 16px;
		 line-height: 1;
		 -webkit-box-shadow: 0 3px 0 rgba(65, 65, 65, 0.25);
		 box-shadow: 0 3px 0 rgba(65, 65, 65, 0.25);
	}
	 .fixedRightBtn a span {
		 -webkit-writing-mode: initial;
		 -ms-writing-mode: initial;
		 writing-mode: initial;
	}
	 .fixedRightBtn:nth-of-type(2) a {
		 border-left: none;
	}
}
 .topBtn {
	 position: fixed;
	 z-index: 1;
	 bottom: 35px;
	 right: 15px;
	 -webkit-transition: 0.5s ease transform, 0.3s ease opacity;
	 transition: 0.5s ease transform, 0.3s ease opacity;
	 opacity: 1;
	 cursor: pointer;
	 display: none;
}
 .topBtn article {
	 display: block;
	 border-radius: 100%;
	 width: 45px;
	 height: 45px;
	 background: rgba(0, 0, 0, 0.6);
	 text-align: center;
	 color: #fff;
	 font-size: 12px;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 -webkit-transition: 0.3s ease all;
	 transition: 0.3s ease all;
	 position: relative;
	 top: 0px;
	 padding-top: 10px;
	 overflow: hidden;
	 -webkit-box-shadow: 0px 0px 0px 2px #fff;
	 box-shadow: 0px 0px 0px 2px #fff;
}
 .topBtn article span {
	 position: relative;
}
 .topBtn article i {
	 display: block;
	 margin: 0 auto;
}
 .topBtn article:hover {
	 opacity: 0.7;
}
 @media screen and (max-width: 1199px) {
	 .topBtn {
		 right: 10px;
	}
}
 @media screen and (max-width: 767px) {
	 .topBtn {
		 bottom: 80px;
	}
	 .topBtn article {
		 width: 40px;
		 height: 40px;
		 font-size: 0px;
	}
	 .topBtn article i {
		 font-size: 20px;
	}
}
 .chart {
	 margin: 15px 0px;
}
 .chart-area {
	 font-size: 0px;
	 text-align: center;
	 margin: 15px -30px;
}
 .chart-area .chart {
	 display: inline-block;
	 vertical-align: top;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 width: 50%;
	 padding: 0px 30px;
	 margin: 0px;
}
 .chart-area.threeChart .chart {
	 width: 33.3333333333%;
}
 .chart-tit {
	 font-size: 18px;
	 font-weight: bold;
	 margin: 10px 0px;
}
 .chart-tit.type2 {
	 font-size: 24px;
}
 .chart-tit.type2:before {
	 content: "";
	 display: inline-block;
	 vertical-align: middle;
	 background: #005598;
	 width: 8px;
	 height: 26px;
	 border-radius: 4px;
	 position: relative;
	 top: -3px;
}
 .chart-tit-bg {
	 background: #ececec;
	 background: #c8a973;
	 border-radius: 30px;
	 display: inline-block;
	 padding: 4px 18px;
	 color: #fff;
}
 .chart-tit-bg .focusText {
	 color: #fc0;
}
 .chart-img {
	 max-width: 800px;
	 width: 100%;
	 display: block;
	 margin: 15px auto;
}
 .chart-table {
	 margin: 10px 0px;
	 overflow-x: auto;
}
 .chart-table table {
	 width: 100%;
	 border-spacing: 0px;
	 font-size: 17px;
	 background: #fff;
	 border-radius: 10px;
	 overflow: hidden;
	 border-collapse: collapse;
	 border: none;
}
 .chart-table table thead tr {
	 background: #ea574d;
}
 .chart-table table thead tr td {
	 color: #fff;
	 font-weight: bold;
	 border-bottom: none;
}
 .chart-table table thead tr td i {
	 margin-left: 4px;
	 cursor: pointer;
}
 .chart-table table thead tr td .fa-sort {
	 color: #fff;
}
 .chart-table table thead tr td .fa-sort-down, .chart-table table thead tr td .fa-sort-up {
	 color: #333;
}
 .chart-table table tr {
	 background: #fff;
}
 .chart-table table tr td {
	 text-align: center;
	 color: #353535;
	 padding: 12px 5px;
	 border-left: solid 1px #ccc;
	 border-bottom: solid 1px #ccc;
	 word-break: break-all;
}
 .chart-table table tr td strong {
	 color: #333;
}
 .chart-table table tr td strong.color {
	 color: #ff725c;
}
 .chart-table table tr td.text-left {
	 text-align: left;
}
 .chart-table table tr td:first-of-type {
	 border-left: none;
}
 .chart-table table tr td .fundName {
	 color: #714c0b;
}
 .chart-table table tr td .fundName strong {
	 color: #3266a6;
	 font-weight: normal;
}
 .chart-table table tr td i.fa-solid {
	 font-size: 26px;
	 vertical-align: middle;
}
 .chart-table table tr:nth-of-type(2n+0) {
	 background: #f2f2f2;
}
 .chart-table table tr.focusTr {
	 background: #fff8e8;
}
 .chart-table.type2 table {
	 border-spacing: 0px;
	 border-radius: 0;
}
 .chart-table.type2 table tr td {
	 border-left: solid 1px #cacaca;
	 border-bottom: none;
}
 .chart-table.type2 table tr td:first-of-type {
	 border-left: none;
}
 .chart-table.type2 table thead tr {
	 background: #303030;
}
 .chart-table.type2 table thead tr a {
	 color: #fff;
	 border-bottom: solid 1px;
}
 .chart-table.type2 table thead tr a:hover {
	 border-bottom-color: transparent;
}
 .chart-table.type2 table tbody tr:nth-of-type(2n+0) {
	 background: #efefef;
}
 .chart-remark {
	 font-size: 14px;
	 margin: 10px 0px;
	 color: #666;
}
 .chart-remark b, .chart-remark strong {
	 color: #333;
}
 .chart-chartAndText {
	 font-size: 0px;
}
 .chart-chartAndText .chart, .chart-chartAndText .chartText {
	 display: inline-block;
	 vertical-align: middle;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 width: 50%;
}
 .chart-chartAndText .chart-img {
	 margin-top: 0px;
}
 .chart-chartAndText .chartText {
	 padding-left: 12px;
	 font-size: 18px;
}
 @media screen and (max-width: 767px) {
	 .chart-area {
		 margin: 15px 0px;
	}
	 .chart-area .chart {
		 display: block;
		 padding: 0px;
		 width: auto;
		 margin: 15px 0px;
	}
	 .chart-area .chart + .chart {
		 margin-top: 25px;
	}
	 .chart-area.threeChart .chart {
		 width: auto;
	}
	 .chart-tit {
		 font-size: 17px;
	}
	 .chart-tit.type2 {
		 font-size: 17px;
	}
	 .chart-tit.type2:before {
		 width: 6px;
		 height: 17px;
		 top: -1px;
	}
	 .chart-table table {
		 font-size: 16px;
	}
	 .chart-remark {
		 font-size: 12px;
	}
	 .chart-chartAndText .chart, .chart-chartAndText .chartText {
		 display: block;
		 width: auto;
	}
	 .chart-chartAndText .chartText {
		 padding-left: 0px;
		 font-size: 16px;
	}
}
 .row {
	 margin: 5px -12px;
	 font-size: 0px;
	 text-align: center;
}
 [class*=col-] {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 padding: 12px;
	 display: inline-block;
	 vertical-align: top;
	 font-size: 18px;
	 text-align: left;
}
 @media screen and (max-width: 767px) {
	 [class*=col-] {
		 font-size: 16px;
	}
}
 .col-1 {
	 width: 4.1666666667%;
}
 .col-2 {
	 width: 8.3333333333%;
}
 .col-3 {
	 width: 12.5%;
}
 .col-4 {
	 width: 16.6666666667%;
}
 .col-5 {
	 width: 20.8333333333%;
}
 .col-6 {
	 width: 25%;
}
 .col-7 {
	 width: 29.1666666667%;
}
 .col-8 {
	 width: 33.3333333333%;
}
 .col-9 {
	 width: 37.5%;
}
 .col-10 {
	 width: 41.6666666667%;
}
 .col-11 {
	 width: 45.8333333333%;
}
 .col-12 {
	 width: 50%;
}
 .col-13 {
	 width: 54.1666666667%;
}
 .col-14 {
	 width: 58.3333333333%;
}
 .col-15 {
	 width: 62.5%;
}
 .col-16 {
	 width: 66.6666666667%;
}
 .col-17 {
	 width: 70.8333333333%;
}
 .col-18 {
	 width: 75%;
}
 .col-19 {
	 width: 79.1666666667%;
}
 .col-20 {
	 width: 83.3333333333%;
}
 .col-21 {
	 width: 87.5%;
}
 .col-22 {
	 width: 91.6666666667%;
}
 .col-23 {
	 width: 95.8333333333%;
}
 .col-24 {
	 width: 100%;
}
 @media screen and (max-width: 1399px) {
	 .col-xl-1 {
		 width: 4.1666666667%;
	}
	 .col-xl-2 {
		 width: 8.3333333333%;
	}
	 .col-xl-3 {
		 width: 12.5%;
	}
	 .col-xl-4 {
		 width: 16.6666666667%;
	}
	 .col-xl-5 {
		 width: 20.8333333333%;
	}
	 .col-xl-6 {
		 width: 25%;
	}
	 .col-xl-7 {
		 width: 29.1666666667%;
	}
	 .col-xl-8 {
		 width: 33.3333333333%;
	}
	 .col-xl-9 {
		 width: 37.5%;
	}
	 .col-xl-10 {
		 width: 41.6666666667%;
	}
	 .col-xl-11 {
		 width: 45.8333333333%;
	}
	 .col-xl-12 {
		 width: 50%;
	}
	 .col-xl-13 {
		 width: 54.1666666667%;
	}
	 .col-xl-14 {
		 width: 58.3333333333%;
	}
	 .col-xl-15 {
		 width: 62.5%;
	}
	 .col-xl-16 {
		 width: 66.6666666667%;
	}
	 .col-xl-17 {
		 width: 70.8333333333%;
	}
	 .col-xl-18 {
		 width: 75%;
	}
	 .col-xl-19 {
		 width: 79.1666666667%;
	}
	 .col-xl-20 {
		 width: 83.3333333333%;
	}
	 .col-xl-21 {
		 width: 87.5%;
	}
	 .col-xl-22 {
		 width: 91.6666666667%;
	}
	 .col-xl-23 {
		 width: 95.8333333333%;
	}
	 .col-xl-24 {
		 width: 100%;
	}
}
 @media screen and (max-width: 1199px) {
	 .col-lg-1 {
		 width: 4.1666666667%;
	}
	 .col-lg-2 {
		 width: 8.3333333333%;
	}
	 .col-lg-3 {
		 width: 12.5%;
	}
	 .col-lg-4 {
		 width: 16.6666666667%;
	}
	 .col-lg-5 {
		 width: 20.8333333333%;
	}
	 .col-lg-6 {
		 width: 25%;
	}
	 .col-lg-7 {
		 width: 29.1666666667%;
	}
	 .col-lg-8 {
		 width: 33.3333333333%;
	}
	 .col-lg-9 {
		 width: 37.5%;
	}
	 .col-lg-10 {
		 width: 41.6666666667%;
	}
	 .col-lg-11 {
		 width: 45.8333333333%;
	}
	 .col-lg-12 {
		 width: 50%;
	}
	 .col-lg-13 {
		 width: 54.1666666667%;
	}
	 .col-lg-14 {
		 width: 58.3333333333%;
	}
	 .col-lg-15 {
		 width: 62.5%;
	}
	 .col-lg-16 {
		 width: 66.6666666667%;
	}
	 .col-lg-17 {
		 width: 70.8333333333%;
	}
	 .col-lg-18 {
		 width: 75%;
	}
	 .col-lg-19 {
		 width: 79.1666666667%;
	}
	 .col-lg-20 {
		 width: 83.3333333333%;
	}
	 .col-lg-21 {
		 width: 87.5%;
	}
	 .col-lg-22 {
		 width: 91.6666666667%;
	}
	 .col-lg-23 {
		 width: 95.8333333333%;
	}
	 .col-lg-24 {
		 width: 100%;
	}
}
 @media screen and (max-width: 991px) {
	 .col-md-1 {
		 width: 4.1666666667%;
	}
	 .col-md-2 {
		 width: 8.3333333333%;
	}
	 .col-md-3 {
		 width: 12.5%;
	}
	 .col-md-4 {
		 width: 16.6666666667%;
	}
	 .col-md-5 {
		 width: 20.8333333333%;
	}
	 .col-md-6 {
		 width: 25%;
	}
	 .col-md-7 {
		 width: 29.1666666667%;
	}
	 .col-md-8 {
		 width: 33.3333333333%;
	}
	 .col-md-9 {
		 width: 37.5%;
	}
	 .col-md-10 {
		 width: 41.6666666667%;
	}
	 .col-md-11 {
		 width: 45.8333333333%;
	}
	 .col-md-12 {
		 width: 50%;
	}
	 .col-md-13 {
		 width: 54.1666666667%;
	}
	 .col-md-14 {
		 width: 58.3333333333%;
	}
	 .col-md-15 {
		 width: 62.5%;
	}
	 .col-md-16 {
		 width: 66.6666666667%;
	}
	 .col-md-17 {
		 width: 70.8333333333%;
	}
	 .col-md-18 {
		 width: 75%;
	}
	 .col-md-19 {
		 width: 79.1666666667%;
	}
	 .col-md-20 {
		 width: 83.3333333333%;
	}
	 .col-md-21 {
		 width: 87.5%;
	}
	 .col-md-22 {
		 width: 91.6666666667%;
	}
	 .col-md-23 {
		 width: 95.8333333333%;
	}
	 .col-md-24 {
		 width: 100%;
	}
}
 @media screen and (max-width: 767px) {
	 .col-sm-1 {
		 width: 4.1666666667%;
	}
	 .col-sm-2 {
		 width: 8.3333333333%;
	}
	 .col-sm-3 {
		 width: 12.5%;
	}
	 .col-sm-4 {
		 width: 16.6666666667%;
	}
	 .col-sm-5 {
		 width: 20.8333333333%;
	}
	 .col-sm-6 {
		 width: 25%;
	}
	 .col-sm-7 {
		 width: 29.1666666667%;
	}
	 .col-sm-8 {
		 width: 33.3333333333%;
	}
	 .col-sm-9 {
		 width: 37.5%;
	}
	 .col-sm-10 {
		 width: 41.6666666667%;
	}
	 .col-sm-11 {
		 width: 45.8333333333%;
	}
	 .col-sm-12 {
		 width: 50%;
	}
	 .col-sm-13 {
		 width: 54.1666666667%;
	}
	 .col-sm-14 {
		 width: 58.3333333333%;
	}
	 .col-sm-15 {
		 width: 62.5%;
	}
	 .col-sm-16 {
		 width: 66.6666666667%;
	}
	 .col-sm-17 {
		 width: 70.8333333333%;
	}
	 .col-sm-18 {
		 width: 75%;
	}
	 .col-sm-19 {
		 width: 79.1666666667%;
	}
	 .col-sm-20 {
		 width: 83.3333333333%;
	}
	 .col-sm-21 {
		 width: 87.5%;
	}
	 .col-sm-22 {
		 width: 91.6666666667%;
	}
	 .col-sm-23 {
		 width: 95.8333333333%;
	}
	 .col-sm-24 {
		 width: 100%;
	}
}
 @media screen and (max-width: 480px) {
	 .col-xs-1 {
		 width: 4.1666666667%;
	}
	 .col-xs-2 {
		 width: 8.3333333333%;
	}
	 .col-xs-3 {
		 width: 12.5%;
	}
	 .col-xs-4 {
		 width: 16.6666666667%;
	}
	 .col-xs-5 {
		 width: 20.8333333333%;
	}
	 .col-xs-6 {
		 width: 25%;
	}
	 .col-xs-7 {
		 width: 29.1666666667%;
	}
	 .col-xs-8 {
		 width: 33.3333333333%;
	}
	 .col-xs-9 {
		 width: 37.5%;
	}
	 .col-xs-10 {
		 width: 41.6666666667%;
	}
	 .col-xs-11 {
		 width: 45.8333333333%;
	}
	 .col-xs-12 {
		 width: 50%;
	}
	 .col-xs-13 {
		 width: 54.1666666667%;
	}
	 .col-xs-14 {
		 width: 58.3333333333%;
	}
	 .col-xs-15 {
		 width: 62.5%;
	}
	 .col-xs-16 {
		 width: 66.6666666667%;
	}
	 .col-xs-17 {
		 width: 70.8333333333%;
	}
	 .col-xs-18 {
		 width: 75%;
	}
	 .col-xs-19 {
		 width: 79.1666666667%;
	}
	 .col-xs-20 {
		 width: 83.3333333333%;
	}
	 .col-xs-21 {
		 width: 87.5%;
	}
	 .col-xs-22 {
		 width: 91.6666666667%;
	}
	 .col-xs-23 {
		 width: 95.8333333333%;
	}
	 .col-xs-24 {
		 width: 100%;
	}
}
 .item {
	 width: 100%;
	 padding: 70px 0px;
	 position: relative;
}
 .item .container {
	 position: relative;
}
 .item.white {
	 background-color: #fff;
}
 .item.lightBlueBg {
	 background: #edf7ff;
}
 .item.gray {
	 background-color: #efefef;
}
.item.red {
    background-color: #fff3f3;
}
 .item.blue {
	 color: #fff;
	 background: #3266a6;
}
 .item.blue .tit-type1 {
	 color: #fcd2cc;
}
 .item.blue .tit-type1-content {
	 background: none;
	 border-color: #fcd2cc;
}
 .item.blue .linkText {
	 color: #fcd2cc;
}
 .item.lozenge {
	 background: #e8e8e8 url(../images/bgTattoo.jpg) top left repeat;
}
 .item.pinkBg {
	 background: #f7efec;
}
 .item.pinkBg2 {
	 background: #ffe4e3;
}
 @media screen and (max-width: 767px) {
	 .item {
		 padding: 40px 0px;
	}
	 .item.gift {
		 padding-bottom: 40px;
	}
}
 .tit-type1 {
	 margin: 32px 0 24px;
	 font-size: 30px;
	 line-height: 1.3;
	 text-align: center;
	 position: relative;
	 color: #333;
	 position: relative;
	 font-weight: 900;
	 margin-left: 10px;
}
 .tit-type1 .redLine {
	 position: relative;
	 display: inline-block;
}
 .tit-type1 .redLine:before {
	 content: "";
	 position: absolute;
	 display: block;
	 width: 8px;
	 height: 100%;
	 left: 0px;
	 top: 0px;
	 background-color: #ea574d;
	 -webkit-transform: translateX(-130%);
	 transform: translateX(-130%);
}
 .tit-type1 .focus {
	 color: #ea574d;
}
 .tit-type1 .sTit {
	 font-size: 22px;
	 line-height: 1.6;
}
 .tit-type1 .content {
	 display: inline-block;
	 border-radius: 15px;
	 color: #333;
	 background: #f6c35a;
	 padding: 3px 20px;
}
 .tit-type1-content {
	 background: #fff;
	 display: inline-block;
	 border: solid 2px #7f9abf;
	 padding: 5px 30px;
}
 .tit-type1 .hasTag {
	 position: relative;
	 margin-top: 42px;
	 display: inline-block;
}
 .tit-type1 .hasTag .tag {
	 position: absolute;
	 top: -42px;
	 left: 0;
	 color: #fff;
	 background: #800000;
	 border-radius: 5px;
	 font-size: 21px;
	 font-weight: bold;
	 padding: 3px 11px;
}
 .tit-type1 .hasTag .tag:after {
	 content: "";
	 position: absolute;
	 bottom: -5px;
	 left: 13px;
	 border-top: solid 5px #800000;
	 border-left: solid 6px transparent;
	 border-right: solid 6px transparent;
}
 .tit-type1-tag {
	 display: inline-block;
	 color: #fff;
	 background: #ff532f;
	 border-radius: 0 30px;
	 padding: 10px 24px;
}
 .tit-type1.hasBubble {
	 margin-top: 57px;
}
 .tit-type1-bubble {
	 font-size: 48px;
	 font-size: 40px;
	 position: absolute;
	 left: 0;
	 top: calc(-100% - 15px);
	 background: #fff;
	 border-radius: 10px;
	 padding: 2px 15px;
}
 .tit-type1-bubble:before {
	 content: "";
	 position: absolute;
	 bottom: -14px;
	 left: 28px;
	 border-top: solid 14px #fff;
	 border-left: solid 18px transparent;
	 border-right: solid 18px transparent;
}
 .tit-type1-bubble-outside {
	 display: inline-block;
	 position: relative;
}
 .tit-type1.gray {
	 color: #efefef;
}
 .tit-type1.white {
	 color: #fff;
}
 .tit-type2 {
	 margin: 15px 0px;
	 text-align: center;
	 font-size: 30px;
	 line-height: 1.4;
	 color: #3c3935;
	 position: relative;
}
 .tit-type2-tag {
	 display: inline-block;
	 color: #fff;
	 background: #ff725c;
	 padding: 3px 10px;
	 margin-bottom: 5px;
	 font-weight: bold;
	 font-size: 24px;
	 border-radius: 15px 0px;
	 margin-right: 5px;
}
 .tit-type2 .content {
	 display: inline-block;
	 border-radius: 15px;
	 background: #7e5847;
	 color: #fff;
	 padding: 5px 15px;
}
 .tit-type3 {
	 margin: 15px 0px;
	 font-size: 25px;
	 font-weight: bold;
}
 @media screen and (max-width: 767px) {
	 .tit-type1 {
		 font-size: 30px;
		 text-align: left;
	}
	 .tit-type1 .hasTag {
		 margin-top: 36px;
	}
	 .tit-type1 .hasTag .tag {
		 top: -35px;
		 font-size: 18px;
	}
	 .tit-type1-content {
		 padding: 5px 10px;
	}
	 .tit-type1 .content {
		 padding: 3px 15px;
	}
	 .tit-type1-bubble {
		 font-size: 22px;
	}
	 .tit-type2 {
		 font-size: 20px;
	}
	 .tit-type2-tag {
		 font-size: 20px;
	}
}
 .subtit-type1 {
	 margin: 0 auto 15px;
	 font-size: 24px;
	 font-weight: 700;
	 color: #333;
	 position: relative;
	 display: inline-block;
}
 .subtit-type1:after {
	 content: "";
	 display: block;
	 width: 100%;
	 height: 2px;
	 background: #c8a973;
	 position: absolute;
	 left: 0;
	 bottom: 0;
}
 .text {
	 margin-bottom: 15px;
	 font-size: 18px;
}
 .text-center {
	 text-align: center !important;
}
 .text-left {
	 text-align: left !important;
}
 .text-right {
	 text-align: right !important;
}
 .text-red {
	 color: #800000 !important;
}
 .text-blue {
	 color: #3266a6 !important;
}
 .text-orange {
	 color: #ff725c !important;
}
 .text-black {
	 color: #333;
}
 @media screen and (max-width: 991px) {
	 .text {
		 font-size: 16px;
	}
}
 .remark {
	 font-size: 14px;
	 color: #717171;
}
 .linkText {
	 color: #3266a6;
	 border-bottom: solid 1px;
	 -webkit-transition: 0.3s ease all;
	 transition: 0.3s ease all;
	 border-bottom-color: #3266a6;
}
 .linkText strong {
	 color: #333;
	 font-weight: 700;
}
 .linkText:hover {
	 border-bottom-color: transparent;
}
 .code {
	 background: #f2f2f2;
	 padding: 0 4px;
	 border: 1px solid #ccc;
	 border-radius: 4px;
	 font-family: monospace, "Noto Sans TC";
}
 .mvBox {
	 margin: 0 auto 20px;
	 padding: 0;
	 position: relative;
	 text-align: center;
}
 .mvBox-tit {
	 font-size: 16px;
	 font-weight: 700;
	 line-height: 1.6;
	 color: #ff725c;
	 display: inline-block;
	 border-bottom: 2px solid #c8a973;
	 margin-bottom: 8px;
}
 .mvBox-tit:before {
	 content: "";
	 display: block;
}
 .mvBox-video {
	 display: block;
	 position: relative;
	 padding-bottom: 56.25%;
	 height: 0;
	 overflow: hidden;
	 margin: 0 auto;
}
 .mvBox-video embed, .mvBox-video iframe, .mvBox-video object {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 .gap {
	 height: 36px;
	 margin: 0 auto;
	 padding: 0;
	 display: block;
	 clear: both;
}
 @media screen and (max-width: 767px) {
	 .gap {
		 height: 24px;
	}
}
 .kycType {
	 width: 90%;
	 max-width: 300px;
	 display: inline-block;
	 margin: 16px 0px;
	 padding: 6px 16px;
	 font-size: 20px;
	 border-radius: 40px;
	 border: 5px solid #ff725c;
	 cursor: pointer;
	 background-color: #fff;
	 color: #333;
}
 .kycType .fa-circle-arrow-down {
	 -webkit-transform: rotate(0deg);
	 transform: rotate(0deg);
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}
 .kycType.act {
	 background-color: #fff;
	 color: #ff725c;
}
 .kycType.act .fa-circle-arrow-down {
	 -webkit-transform: rotate(180deg);
	 transform: rotate(180deg);
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}
 .flexList {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 margin: 0 auto 32px;
}
 .flexList .fa-solid {
	 color: #ea574d;
	 margin: 0px 24px;
	 -webkit-transform: rotate(0deg);
	 transform: rotate(0deg);
	 font-size: 36px;
}
 .flexList > div {
	 width: 100%;
	 -webkit-box-flex: 1;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 padding: 18px;
}
 .flexList > div > img {
	 width: 100%;
	 max-width: 140px;
	 margin: 0px auto 24px;
}
 .flexList > div > p {
	 color: #333;
	 font-size: 21px;
	 line-height: 1.4;
	 font-weight: bold;
}
 @media screen and (max-width: 767px) {
	 .flexList {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 width: 90%;
	}
	 .flexList .fa-solid {
		 margin: 24px auto;
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
	}
	 .flexList > div {
		 width: 80%;
		 -webkit-box-flex: 1;
		 -ms-flex-positive: 1;
		 flex-grow: 1;
		 border: 1px solid #9eacb7;
		 border-radius: 8px;
	}
	 .flexList > div:last-child {
		 border-color: #ea574d;
	}
}
 .flexList2 {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-box-align: start;
	 -ms-flex-align: start;
	 align-items: flex-start;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 margin: 0 auto 32px;
}
 .flexList2 > div {
	 width: 100%;
	 max-width: 340px;
	 text-align: center;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 padding: 0px;
	 margin: 0px 24px 24px;
}
 .flexList2 > div h3 {
	 font-size: 26px;
	 line-height: 1.4;
	 color: #333;
	 text-align: center;
	 font-weight: 700;
	 margin: 0px auto 16px;
}
 .flexList2 > div h3.focus {
	 color: #ea574d;
	 margin: 0px auto 0px;
}
 .flexList2 > div > img {
	 display: block;
	 width: 100%;
	 margin: 0px auto 16px;
}
 .flexList2 > div p {
	 font-size: 20px;
	 line-height: 1.4;
	 color: #333;
}
 .flexList2 > div > a {
	 display: inline-block;
	 color: #fff;
	 font-size: 21px;
	 line-height: 1;
	 padding: 1em 1.8em;
	 background-color: #d3060f;
	 -webkit-transition: background-color 0.5s ease-in-out;
	 transition: background-color 0.5s ease-in-out;
}
 .flexList2 > div > a:hover {
	 background-color: #6c0000;
}
 @media screen and (max-width: 767px) {
	 .flexList2 {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 .flexList2 > div {
		 margin: 0px auto 56px;
	}
}
 .promotion-area {
	 background-color: #efefef;
	 padding: 24px;
	 margin: 0 auto 24px;
	 text-align: center;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 border-radius: 8px;
}
 .promotion-area > .icon {
	 width: 90px;
	 display: inline-block;
	 margin: 0px;
}
 .promotion-area > .icon > img {
	 width: 100%;
	 display: block;
}
 .promotion-area p {
	 display: inline-block;
	 font-size: 21px;
	 font-weight: bold;
	 color: #333;
	 line-height: 1.4;
	 margin: 0 24px;
}
 @media screen and (max-width: 767px) {
	 .promotion-area {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 .promotion-area > .icon {
		 margin: 16px auto;
	}
	 .promotion-area > .icon > img {
		 width: 100%;
		 display: block;
	}
	 .promotion-area p {
		 text-align: left;
	}
}
 #moreFilterBtn.btn span:after {
	 content: "更多選項+";
}
 #moreFilterBtn.btn.act span:after {
	 content: "收合-";
}
 .key-area {
	 width: 100%;
	 display: block;
	 background-color: #fff;
	 position: relative;
	 overflow: hidden;
}
 .key-area:before {
	 content: "";
	 display: block;
	 height: 80px;
}
 .key-area > img, .key-area > picture {
	 width: 100%;
	 max-width: 100%;
	 display: block;
}



.methods{
    display: inline-block;
    width: 80%;
    max-width:320px;
    text-align: center;
    padding: 30px;
    border-radius: 30px;
    margin: 15px;
    vertical-align: top;
  }
  
  .methods-2{
    background-color: #FFFFFF;
  }
  
  .methods-3{
    background-color: #eff9f8;
    margin: 15px 30px;
  }
  
  .methods-3 img{
    max-width:180px;
  }
  
  
  .methods img{
    width:95%;
    padding: 10px 0;
  }
  
  .methods-2 img{
    max-width: 100px;
  }
  
  
  .methods ul{
    list-style: none;
    text-align: justify;
    padding-left: 0;
    padding-bottom: 0;
  }
  
  .methods li{
    padding-bottom: 0;
    text-indent: -5px;
  }
  
  .methods p{
    margin: 0px;
  }
  
  .checklist{
    display: inline-block;
    max-width: 26px;
    vertical-align: middle;
  }
  
  @media screen and (min-width: 767px) {
    .methods{
      min-height: 350px;
    }
  }
  
  @media screen and (max-width: 811px) {
    .methods{
      margin: 15px auto;
    }
  
  }


  .event-tit {
    font-size: 36px;
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 24px;
    padding: 0px;
  }
  
  .event-tit .tag {
    padding: 0.3em 0.6em;
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 6px;
    position: relative;
  }
  
  .event-tit .tag-area {
    position: relative;
  }
  
  .event-tit .tag :after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-width: 8px 8px 0px 8px;
    border-style: solid;
    left: 0;
    bottom: 0;
    transform: translate(100%, 100%);
  }
  
  .event-tit.close {
    margin: 0px auto;
  }
  
  
  .event-tit .red {
    color: #dda19f;
  }
  
  .event-tit.red .tag {
    background-color: #dda19f;
    padding: 0.5em 1em;
  }
  
  .event-tit.red .tag :after {
    border-color: #dda19f;
    border-color: #dda19f transparent transparent transparent;
  }


  .event-tit .red-2 {
    color: #ef3123;
  }
  
  .event-tit.red-2 .tag {
    background-color: #ef3123;
    padding: 0.5em 1em;
  }
  
  .event-tit.red-2 .tag :after {
    border-color: #ef3123;
    border-color: #ef3123 transparent transparent transparent;
  }
  
  
  @media screen and (max-width: 767px) {
    .event-tit {
      font-size: 22px;
      margin: 0px auto 18px;
    }
    .event-tit .tag {
      font-size: 18px;
    }
  
    .event-tit.red .tag{
      font-size: 22px;
    }
    
  }  