/* Minification failed. Returning unminified contents.
(434,53): run-time error CSS1046: Expect comma, found '228'
(434,61): run-time error CSS1046: Expect comma, found '/'
 */
table, tr, td, th {
    border: 1px solid #cfcfcf;
    padding:5px 7px;
}
table {
    table-layout: fixed;
    display: inline-block;
    padding: 0;
    border: 0;
}
td {
    word-break: break-all;
}
table tr td:last-child {
    width: auto !important;
}
.cite_the_source a {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.article_content ul, .article_content ol {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.article_content ol {
    list-style-type: decimal;
}

.article_content pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.article_content img {
    display: inline;
    max-width: 100% !important;
    height: auto !important;
    margin: 0;
}

.article_content h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #549e9b;
}

.article_content h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #549e9b;
}

.article_content blockquote {
    color: #767676;
    font-weight: bold;
    font-style: italic;
    margin: 1em 3em;
    padding-left: 1em;
    border-left: 5px solid #549e9b;
}

    .article_content blockquote:before {
        content: '"';
    }

    .article_content blockquote:after {
        content: '"';
    }

.article_box p {
    margin: 20px 0;
}

.article_box * {
    max-width: 100% !important;
}
.article_content a {
    color: #549e9b;
    text-decoration: underline;
}
.article_content .toc {
    margin: 5px 0 10px;
    border-radius: 10px;
    padding: 15px;
    background: #f3f2f2;
    position: relative;
}

    .article_content .toc h2 {
        color: #676767;
    }

    .article_content .toc ul {
        list-style: square;
    }

    .article_content .toc li {
        color: #676767;
        margin: 6px 0;
    }

    .article_content .toc a {
        color: #146b67;
        font-weight: 900;
        text-decoration: none;
    }
.article_content .recommend {
    margin: 5px 0 10px;
    border-radius: 10px;
    padding: 15px;
    background: #f3f2f2;
    position: relative;
}
    .article_content .recommend h2 {
        color: #676767;
        text-align:center;
    }
    .article_content .recommend ul {
        list-style: square;
        display: flex;
        flex-wrap: wrap;
    }
    .article_content .recommend li {
        color: #676767;
        width:31%;
        margin: 5px 1%;
    }
    .article_content .recommend a {
        color: #146b67;
        font-weight: 900;
    }

.slidetext {
    position: relative;
    font-weight: bold;
    color: #549E9B;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.swiper {
    width: 100%;
    height: 230px;
    margin-bottom: 40px;
    overflow:hidden;
    position:relative;
}

.swiper-slide {
    width: 360px;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23a7a7a7e6'%2F%3E%3C%2Fsvg%3E");
    opacity: 0.8;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23a7a7a7e6'%2F%3E%3C%2Fsvg%3E");
    opacity: 0.8;
}
.swipertitle {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(58, 55, 55, 0.5);
    color: white;
}

    .swipertitle a {
        color: white;
        text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
    }

.ellipsis {
    position: absolute;
    margin: 20px;
    top: 25px;
    /* 限定字數 */
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
    font-weight: 900;
    font-size:1.3rem;
}

.ellipsis-intro {
    position: absolute;
    margin-left: 30px;
    margin-right: 30px;
    top: 120px;
    /* 限定字數 */
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
    font-weight: none;
}

.swipertitle:hover {
    background: transparent;
}

/* 讓swiper滾動 */
/* .swiper-wrapper {
      -webkit-transition-timing-function: linear;
      -moz-transition-timing-function: linear;
      -ms-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear;
    } */

.articletopic {
    position: absolute;
    font-size: 14px;
    top: 10px;
    left: 20px;
    /* border: 2px solid white; */
    background-color: #97b3aa;
    padding: 5px;
    display: none;
}

    .articletopic:hover {
        background-color: #677e77;
    }

.articlelabel {
    width: 90%;
    height: 40%;
    position: absolute;
    top: 85%;
    display: flex;
    justify-content: center;
    align-items: start;
    margin: auto;
    left: 20px;
    /* background: #D7767F; */
    flex-wrap: wrap;
    /* background: palegoldenrod; */
}

    .articlelabel span {
        padding: 5px;
        font-size: 12px;
        background-color: #97b3aa;
        border-radius: 25px;
        margin-right: 10px;
        display: none;
    }

.swiper-slide:hover .articlelabel span {
    display: block;
    animation: fadeIn;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s;
    /* don't forget to set a duration! */
}

.swiper-slide:hover .articletopic {
    display: block;
    animation: fadeIn;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s;
    /* don't forget to set a duration! */
}

.labelname:hover {
    background-color: #677e77;
}

.slidetext a:nth-child(1) {
    color: #549E9B;
}

.slidetext a:nth-child(2) {
    position: absolute;
    color: rgb(161, 153, 153);
    font-size: 16px;
    right: 0;
    bottom: 0;
}

.slidetext a:hover {
    font-weight: bolder;
    color: #677e77;
}
.swiper-slide img {
    height: 100% !important;
}
.article_ellipsis {
    position: absolute;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-weight: 900;
    font-size: 1.3rem;
    text-align:center;
    width:100%;
}
.videoResize {
    position: relative;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    top: 0;
    left: 0;
}
    .videoResize iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
.article_page {
    text-align: center;
}

    .article_page a, .article_page span {
        padding: 5px 14px;
        color: #86BAB1;
        margin: 5px;
        font-size: 1.3em;
        border: 1px solid #86BAB1;
        font-weight: bold;
    }

        .article_page a.pre_page, .article_page a.next_page {
            border: none;
        }

    .article_page .on {
        background-color: #549e9b;
        padding: 10px 14px;
        color: #fff;
    }

    .article_page a:hover {
        background-color: #549e9b;
        padding: 10px 14px;
        color: #fff;
    }

.articleStoreInfo .u-comment {
    position: relative;
    max-height: 60px;
    overflow: hidden;
    transition: .5s;
}

    .articleStoreInfo .u-comment.show {
        position: relative;
        max-height: 2000px;
        overflow: hidden;
        padding-bottom: 25px;
        transition: .5s;
    }

    .articleStoreInfo .u-comment .hidden-box {
        display: block;
        width: 100%;
        padding-top: 55px;
        height: 80px;
        background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(#fff));
        background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 100%);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        text-align: center;
        cursor: pointer;
    }

    .articleStoreInfo .u-comment img {
        background: linear-gradient(-180deg,rgb(228 228 228 / 43%) 0%,#d4d4d4 100%);
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .articleStoreInfo .u-comment.show img {
        transform: rotate(180deg);
    }

.pre_message {
    position: sticky;
    z-index: 3;
    top: 110px;
    background: #ffffffc4;
    border: #ff0000 2px solid;
    color: #ff0000;
    padding: 2%;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .articlelabel span {
        display: block;
    }

    .articletopic {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .articlelabel span {
        font-size: 15px;
    }
    .article_content .recommend li {
        width: 48%;
    }
}

@media screen and (max-width: 375px) {
    .articlelabel span {
        font-size: 10px;
    }
    .article_content .recommend li {
        width: 98%;
    }
}

