﻿.index-wrap {
    float: left;
    width: 100%;
}

.index-content {
    float: left;
    width: 100%;
    background: #fff;
}

.index-section {
    float: left;
    width: 100%;
    margin: 0 0 100px 0;
    position: relative;
}

.index-title {
    width: 100%;
    /*float: left;*/
    text-align: left;
    font-size: 1.8em;
    padding: 0 0 0 40px;
    margin: 0 0 25px 0;
    position: relative;
    font-weight: bold;
    color: #464646;
}

.index-title::before {
    content: "";
    display: block;
    background-color: #0f96d7;
    position: absolute;
    width: 24px;
    height: 4px;
    left: 0;
    bottom: 12px;
}

.index-btn {
    text-align: center;
    padding: 0 0 0 0;
    float: left;
    width: 100%;
}

.index_more {
    display: inline-block;
    width: 140px;
    padding: 12px 18px;
    background-color: #f7788c;
    border-radius: 100px;
    margin-top: 10px;
}

.index_more p {
    margin: 0;
    /*font-size: 1.05em;*/
    font-weight: bold;
    color: #fff;
    background: url(../images/arr_icon.png) right center no-repeat;
}

/* KV
************************************* */
.kv-slider-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.kv-wrap-behind {
    display: block;
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: relative;
}

.kv-wrap-behind .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto 1028/310;
    opacity: 0.75;
    filter: blur(16px);
    -webkit-filter: blur(16px);
}

.kv-wrap-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.kv-wrap-main .slick-slide img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: auto 1028 / 310;
    border-radius: 30px;
    border: 6px solid #fff;
    /*box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.3)*/
}

.slider-unit:not(.slick-center) {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    transition-duration: 0.3s;
}

/*.kv-slider-wrap .slick-prev, 
.kv-slider-wrap .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
    transition: ease 0.2s;
}

.kv-slider-wrap .slick-prev {
    left: 280px;
    background: url(../images/kv-slick-prev.png);
}

.kv-slider-wrap .slick-next {
    right: 280px;
    background: url(../images/kv-slick-next.png);
}*/

.kv-slider-wrap .slick-prev,
.kv-slider-wrap .slick-next {
    display: none !important;
}

.slick-dots {
    position: absolute;
    bottom: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    opacity: .5;
    background: #333;
    border-radius: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #fff;
}

/* è«®è©¢å°ˆç·š
************************************* */
.Advisory {
    margin: 0;
}

.phone {
    position: absolute;
    top: -140px;
    right: 0;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .13));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .13));
}

.Advisory a:hover {
    opacity: 1;
}

/* æœ€æ–°å…¬å‘Š
************************************* */
.News:before {
    content: "";
    position: absolute;
    top: -140px;
    left: 13%;
    width: 253px;
    height: 118px;
    background: url(../images/img_news.png);
}

.News .News_Tab,
.News .News_List {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.News .News_Tab a {
    display: inline-block;
    font-weight: bold;
    font-size: 1.125em;
    padding: 12px 25px;
    background-color: #fff;
    min-width: 120px;
    margin: 0 1px;
}

.News .News_Tab a.active {
    background-color: #2dcfcd;
    color: #fff;
}

.News .News_List {
    float: left;
    margin: 20px 0;
}

.News .News_List li {
    float: left;
    width: 100%;
    /* border-bottom: 1px solid #dddddd; */
    text-align: left;
    padding: 20px 20px;
    margin: 10px 0;
    font-size: 1.125em;
    background: #fff;
}

.News_Info {
    float: left;
    width: 100%;
    font-size: 0.95em;
    margin-bottom: 5px;
}

.News .News_List span {
    font-weight: bold;
    color: #43bbed;
    margin-right: 12px;

}

.News .News_List a {
    display: inline-block;
    width: 100%;
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.063em;
    /*vertical-align: text-top;*/
}

.News .News_List a.tag-gov {
    display: inline-block;
    width: auto;
    color: #a6a6a6;
    font-size: 1em;
}

.page-list-tag {
    width: 100%;
    margin: 4px 0 0 0;
}

.News .News_List .page-list-tag a {
    width: auto;
    display: inline-block;
    font-size: 0.87rem;
    border-radius: 30px;
    background: #ffad43;
    color: #fff;
    padding: 5px 14px;
    margin: 10px 6px 3px 0;
    line-height: initial;
    font-weight: bold;
}

.tag-color-blue {
    background: #55bfdc !important;
}

.tag-color-green {
    background: #44c0a4 !important;
}

.tag-color-pink {
    background: #e9677f !important;
}


/* æœå‹™ç¶œåˆæŸ¥è©¢
************************************* */
.Service {
    background: #f5fbfd;
    padding: 40px 0;
}

.Service_Cont {
    float: left;
    width: 100%;
}

/*é—œéµå­—æŸ¥è©¢*/
.Service_Search {
    float: left;
    width: 48.5%;
    background: #fff;
    height: 477px;
    padding: 40px;
    position: relative;
}

.Service_Search p {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.Service_Search input {
    width: 100%;
    height: 50px;
    border-color: #5ec6c0;
    border-radius: 4px;
    margin: 0;
}

.fileTag {
    float: left;
    width: 100%;
}

.fileTag .row {
    margin-left: -1%;
    margin-right: -1%;
}

.fileTag a {
    float: left;
    width: 25%;
    padding: 0 1%;
    margin: 14px 0 0 0;
}

.fileTag a p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #81d2cf;
    border-radius: 5px;
    padding: 10px;
    font-size: 1em;
}

.keyword-search-btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 40px;
    text-align: center;
}

.keyword-search-btn p {
    width: 100%;
    margin: 0;
    background: #17aba7;
    border-radius: 60px;
    padding: 14px;
    font-weight: bold;
    font-size: 1.125em;
    color: #fff;
}

.keyword-search-btn p i {
    color: #fff;
    font-size: 0.9em;
    margin-right: 6px;
}

/*9åˆ†é¡ž*/
.Category {
    float: right;
    width: 48.5%;
}

.Category a {
    float: left;
    width: 32.33333%;
    background: #3fc1c3;
    text-align: center;
    padding: 0 20px;
    margin: 0 1px 1px 0;
}

.Category a img {
    display: inline-block;
    /* width: 75px;
    height: 62px; */
}

/* .Category a div {
    margin: 10px 0 0 0;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.Category a p {
    margin: 0;
    color: #fff;
    font-size: 1.05em;
    font-weight: bold;
    line-height: 1.3;
}

/*å„ç¸£å¸‚å®¶åº­æ•™è‚²ä¸­å¿ƒç¶²ç«™*/
.Service_County {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 40px;
    padding: 40px 45px 0px 45px;
}

.renewal-map {
    /* float: left; */
    width: 500px;
    height: 600px;
    margin: 0 auto;
    background: url(../images/tw_map.png) center center no-repeat;
    position: relative;
}

.renewal-map a {
    display: block;
    position: absolute;
    border-radius: 200px;
    color: #555;
    padding: 6px 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: bold;
    z-index: 1;
}

.renewal-map a:hover {
    color: #fff;
    background: #ff7d59;
    opacity: 1;
}

.renewal-map a.current {
    color: #fff;
    background: #ff7d59;
    box-shadow: 0px 0px 5px 0px rgba(255, 125, 89, .52);
    border: 1px solid #ff7d59;
}

.renewal-map .loc-1 {
    top: 69px;
    right: 57px;
}

.renewal-map .loc-2 {
    top: 60px;
    right: 120px;
}

.renewal-map .loc-3 {
    top: 120px;
    right: 110px;
}

.renewal-map .loc-4 {
    top: 84px;
    right: 186px;
}

.renewal-map .loc-5 {
    top: 122px;
    right: 222px;
}

.renewal-map .loc-6 {
    top: 152px;
    right: 146px;
}

.renewal-map .loc-7 {
    top: 161px;
    right: 231px;
}

.renewal-map .loc-8 {
    top: 196px;
    right: 260px;
}

.renewal-map .loc-9 {
    top: 237px;
    right: 274px;
}

.renewal-map .loc-10 {
    top: 257px;
    right: 179px;
}

.renewal-map .loc-11 {
    top: 280px;
    right: 301px;
}

.renewal-map .loc-12 {
    top: 315px;
    right: 284px;
}

.renewal-map .loc-13 {
    top: 313px;
    right: 201px;
}

.renewal-map .loc-14 {
    top: 361px;
    right: 294px;
}

.renewal-map .loc-15 {
    top: 414px;
    right: 277px;
}

.renewal-map .loc-16 {
    top: 476px;
    right: 217px;
}

.renewal-map .loc-17 {
    top: 380px;
    right: 127px;
}

.renewal-map .loc-18 {
    top: 252px;
    right: 90px;
}

.renewal-map .loc-19 {
    top: 155px;
    right: 55px;
}

.renewal-map .loc-20 {
    top: 237px;
    left: 51px;
}

.renewal-map .loc-21 {
    top: 117px;
    left: 22px;
}

.renewal-map .loc-22 {
    top: 40px;
    left: 50px;
}

.County_Activity {
    width: 100%;
    text-align: center;
}

.County_Activity p {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 30px 0;
}

ul.Activity_list {
    float: left;
    width: 100%;
}

ul.Activity_list .list_title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    background: #ff8f71;
    padding: 16px 30px;
}

ul.Activity_list li {
    float: left;
    width: 100%;
    background: #ffebe5;
    padding: 16px 30px;
    margin-bottom: 1px;
}

ul.Activity_list li a {
    float: left;
    width: 95%;
    line-height: 1.3;
}

ul.Activity_list li img {
    float: left;
    display: inline-block;
    margin-right: 8px;
    padding: 4px 0;
}

.County_web {
    float: left;
    width: 100%;
    text-align: center;
    margin: 36px 0;
}

.County_web a {
    display: inline-block;
    background: #ff7d59;
    border-radius: 60px;
    padding: 12px 30px;
    color: #fff;
    font-size: 1.063em;
    font-weight: bold;
}

.County_web a i {
    color: #fff;
    margin-left: 6px;
}

.SearchImg-top {
    position: absolute;
    right: -9%;
    top: -137px;
}

.SearchImg-bottom {
    position: absolute;
    left: -9%;
    top: 1170px;
}

/* å‡ºç‰ˆå¥½è®€
************************************* */
.Publication {
    background: #3ea5be;
    padding-bottom: 60px;
    margin: 0;
}

.Publication:before {
    content: "";
    float: left;
    width: 100%;
    height: 200px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.Book_Cont {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.bookCover {
    float: left;
    width: 30%;
    /*text-align: center;
    margin: 0 auto;*/
}

.bookCover a:hover {
    opacity: 1;
}

.bookCover img {
    display: inline-block;
    float: left;
    width: 100%;
    max-width: 288px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .14)
}

.About_Book {
    float: left;
    width: 65%;
}

.bookTitle {
    margin: 30px 0;
    float: left;
    width: 100%;
}

.bookTitle p {
    float: left;
    width: calc(100% - 50px);
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
}

.bookTitle i {
    font-size: 1.4em;
    color: #3ea5be;
    margin-right: 10px;
    float: left;
    padding: 1px 0;
}

.bookTag {
    display: inline-block;
    font-size: 0.9rem;
    border-radius: 30px;
    background: #d8eef9;
    color: #0f96d7;
    padding: 5px 14px;
    margin: 9px 0;
    line-height: initial;
    font-weight: bold;
}

.bookTag:hover {
    opacity: 1;
}

.bookSummary {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.bookSummary p {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.063em;
    margin: 0 0 20px 0;
    line-height: 2;
}

.bookSummary p.boolFile {
    line-height: 1;
}

.bookSummary img {
    float: left;
    padding: 4px 0;
    margin-right: 10px;
}

a.btn_ReadMore {
    float: left;
    width: 100%;
    text-align: right;
}

a.btn_ReadMore p {
    float: right;
    color: #fdd677;
    font-weight: bold;
    /*font-size: 1.063em;*/
    border-bottom: 2px dotted #fdd677;
    margin-top: 20px;
    padding: 6px 0;
}

a.btn_ReadMore p i {
    color: #fdd677;
    margin-left: 6px;
}

.Book_Tab {
    float: left;
    width: 100%;
    margin: 0 0 100px 0;
}

.Book_Tab a {
    float: left;
    /*width: calc(100% / 8);*/
    height: 174px;
    overflow: hidden;
}

.Book_Tab a img {
    display: inline-block;
    width: 100%;
}

.Book_Tab .slick-prev,
.Book_Tab .slick-next {
    display: none !important;
}

.PublicationImg {
    position: absolute;
    right: -11%;
    top: 70px;
}

/* å®¶åº­æ•™è‚²è³‡æº
************************************* */
.Resource {
    margin: 0 0 120px 0;
}

/*.Resource {
    float: left;
    width: 100%;
    height: 430px;
    position: relative;
    background: url(../images/img_resource2.png) top right no-repeat #2dcfcd;
    position: relative;
}

.Resource:after {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 430px;
    background: #c2f1f0;
}

.Resource .Container {
    z-index: 9;
    margin-top: 60px;
}*/

.ResourceImg {
    position: absolute;
    left: -13%;
    top: 224px;
}

.Resource_Tab {
    float: left;
    width: 19%;
}

.Resource_Tab a {
    float: right;
    background: #e5e5e5;
    border-radius: 4px;
    padding: 11px 44px;
    color: #999;
    font-size: 1.063em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

.Resource_Tab a.active {
    background: #3d9bc8;
    color: #fff;
}

.Resource_Cont {
    float: right;
    width: 80%;
}

.Resource_Cont .Resource_List {
    float: left;
    width: 31%;
    margin: 0 0 0 2%;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .2);
}

.Resource_Cont .Resource_List iframe {
    float: left;
    width: 100%;
}


.Resource_Cont .Resource_Info {
    float: left;
    width: 100%;
    background: #3d9bc8;
    padding: 20px;
}

.Resource_Info p {
    margin: 0;
    float: left;
    width: 100%;
    color: #fff;
}

.Resource_Info p.ResourceTag {
    width: auto;
    background: #fff;
    border-radius: 60px;
    padding: 4px 10px;
    color: #3d9bc8;
    font-size: 0.87em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.Resource_Info p.ResourceTitle {
    height: 60px;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
}

.Resource_Book {
    float: left;
    width: 100%;
    height: 188px;
    overflow: hidden;
}

.Resource_Book img {
    width: 100%;
    background-position: center;
}


/* çµ±è¨ˆæ•¸æ“š
************************************* */
.Statistics:after {
    content: "";
    float: left;
    position: absolute;
    top: 200px;
    left: 0;
    width: 33%;
    background: #d5f4f3;
}

.Statistics:before {
    content: "";
    float: left;
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    background: #5dcbd4;
}

.Statistics .Container {
    z-index: 9;
}

.chart_wrapper {
    float: left;
    width: 100%;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.chart_L {
    float: left;
    width: 60%;
}

.chart_R {
    float: left;
    width: 40%;
    border-left: 2px dotted #dcdcdc;
}

.chart_Cont {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.chart_L .chart_Cont {
    padding: 0 20px 0 0;
}

.chart_R .chart_Cont {
    padding: 0 0 0 30px;
}

.chartTitle {
    margin: 0 0 20px 0;
    display: inline-block;
    font-size: 1.25em;
    font-weight: bold;
}

.chart_Cont img {
    display: inline-block;
    width: 100%;
}

.chart_L img {
    max-width: 625px;
}

.chart_R img {
    max-width: 324px;
}

.StatisticsImg {
    position: absolute;
    right: -11%;
    top: 400px;
}

/*--------------------ç¤¾æœƒå¤§çœ¾--------------------*/
.kv {
    background: #fcf0da;
    text-align: center;
    margin: 0 auto;
}

.kv .kv-cont {
    max-width: 1280px;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
}

.kv-title {
    position: absolute;
    top: 32%;
    left: 0;
    font-size: 1.000em;
    z-index: 2;
    font-size: 2.25em;
}

.kv .kv-cont img {
    z-index: 1;
}

.community .Category {
    float: none;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.community .Category a {
    width: calc(100% / 3 - 21px);
    margin: 10px;
    background: #ee8382;
    border-radius: 26px;
    height: 144px;
}

.community .Service_Tab {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}

.community .Service_Tab a {
    display: inline-block;
    font-weight: bold;
    font-size: 1.125em;
    padding: 12px 25px;
    background-color: #fff;
    min-width: 120px;
    margin: 0 1px;
    position: relative;
}

.community .Service_Tab a.active {
    background-color: #fa8686;
    color: #fff;
}

.community .Service_Tab a.active::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    border-color: #fa8686 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.community .Service {
    background: #f6f6f6;
}

.community .index-title {
    text-align: center;
    padding: 0;
}

.community .index-title::before {
    display: none;
}

.community .a-long-card__main_static .a-long-card__title {
    margin: 0 0 3% 0 !important;
}

.community .Category a img {
    display: inline-block;
    max-height: 100px;
}

/*--------------------ç¤¾æœƒå¤§çœ¾-end--------------------*/

/*--------------------å°ˆæ¥­äººå“¡--------------------*/
.professional .Category {
    float: none;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.professional .Category a {
    width: calc(100% / 3 - 21px);
    margin: 10px;
    background: #258fc5;
    height: 144px;
    border-radius: 26px;
}

.professional .Service_Tab {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}

.professional .Service_Tab a {
    display: inline-block;
    font-weight: bold;
    font-size: 1.125em;
    padding: 12px 25px;
    background-color: #fff;
    min-width: 120px;
    margin: 0 1px;
    position: relative;
}

.professional .Service_Tab a.active {
    background-color: #258fc5;
    color: #fff;
}

.professional .Service_Tab a.active::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    border-color: #258fc5 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.professional .Service {
    background: #f6f6f6;
}

.professional .index-title {
    text-align: center;
    padding: 0;
}

.professional .index-title::before {
    display: none;
}

.professional .Category a img {
    display: inline-block;
    max-height: 100px;
    opacity:1;
}

.professional .a-long-card__main {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 22px 25px;
    width: 100%;
    color: #ffffff;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(170px);
    transform: translateY(114px);
}

/*--------------------å°ˆæ¥­äººå“¡-end--------------------*/


.a-long-card {
    position: relative;
    display: block;
    overflow: hidden;
}

.a-long-card::before {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 3%;
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgba(0, 0, 0, 0)), color-stop(89%, rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.5) 89%); */
    z-index: 1;
}

.a-long-card::after {
    width: 100%;
    height: 155px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #aa2d39;
    background-color: #aa2d39;
    background-color: var(--primary);
    z-index: 2;
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    pointer-events: none;
}

.a-long-card__main {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 100px 25px;
    width: 100%;
    color: #ffffff;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(170px);
    transform: translateY(170px);
}

.a-long-card__title {
    font-size: 1.200em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    font-family: Merriweather, Helvetica, Arial, Verdana, Noto Serif TC, Microsoft JhengHei, å¾®è»Ÿæ­£é»‘é«”, sans-serif;
    width: 100%;
    margin-bottom: 20px !important;
}

.a-long-card__desc {
    height: 85px;
}

.a-long-card:hover .a-long-card__main {
    -webkit-transform: none;
    transform: none;
    background: #ffad00;
}

.a-long-card:hover .a-long-card__main::after {
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
}
/*
.a-long-card:hover img {
    opacity: 0!important;
}
*/
.a-long-card:hover .a-long-card__title {
    margin-bottom: 10px !important;
}

.a-long-card__main_static .a-long-card__title {
    margin: 10% 0 0 0 !important;
}

.a-overlap-front-card {
    position: relative;
    display: block;
}

.Category a p.a-long-card__desc {
    font-size: 0.875em;
    padding: 0 30px;
}

.professional .Category .a-long-card:hover .a-long-card__main {
    background: #258fc5;
    padding: 30px 25px 0 25px;
}

.main-index .page-kv-wrapper {
    display: none;
}