<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* �函�躰身摰� */
html {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -ms-optimize-contrast;
    image-rendering: -moz-optimize-contrast;
    image-rendering: -o-optimize-contrast;
    image-rendering: optimize-contrast;
    height: -webkit-fill-available;
}

* {
    font-family: "Noto Sans TC", sans-serif;
}

.custom-container-width {
    max-width: 1200px;
}

a {
    color: #2cbbdf;
}

p,
p a {
    color: #666;
    letter-spacing: 1px;
}

a:hover {
    text-decoration: none;
    color: #2cbbdf;
    cursor: pointer;
}

p a:hover {
    color: #666;
    cursor: pointer;
}

h2,
h2 a {
    color: #111;
    font-weight: 400;
    font-size: 1.7rem;
    text-align: justify;
}

.center-vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

hr {
    border-color: #dee2e6;
}

::selection {
    background: #b3d5fb;
}

::-moz-selection {
    background: #b3d5fb;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.overep1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overep2,
.overep3,
.overep4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.overep2 {
    -webkit-line-clamp: 2;
}

.overep3 {
    -webkit-line-clamp: 3;
}

.overep4 {
    -webkit-line-clamp: 4;
}

/* index.html */

.title p,
.title span {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    border-left: 8px solid #ccc;
    padding-left: 12px;
    line-height: 2rem;
    letter-spacing: 0.12rem;
}

.title p b {
    color: #2cbbdf;
    font-weight: bold;
}

.border-bottom-0,
.border-top-0 {
    border: 1px solid #dee2e6;
}

.sticky {
    top: 0;
}

.hideUp {
    top: -50px !important;
}
/*header*/

header {
    position: fixed;
    top: 0;
    z-index: 100;
    border-top: 5px solid #7890ac;
    -webkit-filter: drop-shadow(0 8px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 8px 4px rgba(0, 0, 0, 0.1));
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    image-rendering: auto;
}

header .navbar {
    height: 70px;
}

header .brand {
    width: 36px;
    height: 44px;
    background: url(/assets/img/SLogo_v.png) top center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    z-index: 1;
}

/*header end*/

/*navbar menu*/

.sf-arrows.search .sf-with-ul:after {
    display: none;
}

.sf-arrows.search .sf-with-ul {
    height: 70px;
    padding: 18px 36px 12px 36px;
}

.sf-arrows.search .sf-with-ul p {
    margin-top: 9px;
}

ul.sociallist {
    position: absolute;
    right: 6%;
    top: -13px;
}

.sociallist .icon,
.sf-menu .icon,
form .icon {
    height: 18px;
    float: left;
    background: url(/assets/img/icon_social_1.png) top no-repeat;
    background-size: auto 200%;
}

.sociallist svg {
    height: 18px;
    vertical-align: baseline;
}

.sociallist .rss,
.sf-menu .rss,
form .rss {
    height: 18px;
    float: left;
    background: url(/assets/img/icon_social_rss.png) top no-repeat;
    background-size: auto 200%;
}

.icon.fbuser {
    width: 20px;
    background: url(/assets/img/user.png) top no-repeat;
    background-size: contain;
}

.sociallist .fb {
    width: 20px;
    background-position: 0 top;
}

.sociallist .fb:hover {
    background-position: 0 bottom;
}

.sociallist .ig {
    width: 20px;
    background-position: 30% top;
}

.sociallist .ig:hover {
    background-position: 30% bottom;
}

.sociallist .yt {
    width: 33px;
    background-position: 66% top;
}

.sociallist .yt:hover {
    background-position: 66% bottom;
}

.sociallist .rss {
    width: 20px;
    background-position: 30% top;
}

.sociallist .rss:hover {
    background-position: 30% bottom;
}

.sf-menu .search {
    width: 18px;
    background-position: 87% top;
}

.sf-with-ul {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.sf-menu * {
    list-style: none;
}

.sf-menu {
    border: 0;
    left: 6%;
    z-index: 1;
    position: absolute;
}

.sf-menu.search {
    right: 0;
    left: auto;
    top: 0;
}

.sf-menu li {
    position: relative;
}

.sf-menu &gt; li {
    float: left;
}

.sf-menu li a b,
.sf-menu li span b {
    font-size: 1.2rem;
    font-weight: normal;
}

.sf-menu li a,
.sf-menu li span {
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.2rem;
    color: #374e68;
    padding: 17px 42px 11px 36px;
    margin: 0;
    cursor: pointer;
    border: 0;
}

.sf-menu a,
.sf-menu span {
    display: block;
    position: relative;
    border-left: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    zoom: 1;
}

.sf-menu ul li:hover a,
.sf-menu ul li:hover span {
    background: #35cdf2;
    color: #dcf9ff;
}

.sf-menu ul li a,
.sf-menu ul li span {
    color: #fff;
    background: #2cbbdf;
    font-size: 1rem;
    padding: 20px;
}

.sf-menu .sfHover a,
.sf-menu .sfHover span {
    background: #2cbbdf;
    color: #fff;
}

.sf-menu ul {
    background: #2cbbdf;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    padding-left: 0;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}

.sf-menu ul {
    min-width: 12em;
    *width: 12em;
    border-top: #fff solid 1px;
    display: none;
}

.sf-menu li {
    white-space: nowrap;
    *white-space: normal;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.sf-menu ul li {
    display: inline-flex;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    -webkit-transition: none;
    transition: none;
}

.sf-arrows .sf-with-ul:after {
    content: "";
    position: absolute;
    right: 2em;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: rgba(55, 78, 104, 1);
}

.sf-arrows &gt; li &gt; .sf-with-ul:focus:after,
.sf-arrows &gt; li:hover &gt; .sf-with-ul:after,
.sf-arrows &gt; .sfHover &gt; .sf-with-ul:after {
    border-top-color: white;
}

.sf-menu.search .sfHover .sf-with-ul p {
    background-position: 87% bottom;
}

.sf-menu.search .sfHover .sf-with-ul {
    background: #374e68;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.sf-menu.search ul li form input {
    margin: 13px 20px;
    padding: 8px 0;
    background: none;
    border: 0;
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    font-size: 0.8rem;
}

.sf-menu.search ul li form button {
    margin: 8px 20px 10px 0;
    background: none;
    border: 0;
}

.sf-menu.search ul li form button img {
    width: 12px;
}

.sf-menu.search ul {
    right: 0;
    left: auto;
    background: #374e68;
}

.sf-menu.search ::placeholder {
    color: #fff;
}

.sf-menu.search ::-webkit-input-placeholder {
    color: #fff;
}

.sf-menu.search :-ms-input-placeholder {
    color: #fff;
}

.sf-menu.search ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

/*navbar menu end*/

.sitemap {
    max-width: 980px;
}

.sitemap,
.footer {
    font-size: 0.8rem;
    image-rendering: auto;
}

.sitemap .brand {
    width: 88px;
    height: 108px;
    background: url(/assets/img/SLogo.png) left center no-repeat;
    background-size: 200%;
    display: inline-block;
    margin-top: 25px;
}

.sitemap h5 {
    font-size: 1.08rem;
    letter-spacing: 0.1rem;
    line-height: 1.8rem;
}

.sitemap ul li {
    list-style: none;
}

.sitemap ul li a {
    color: #747474;
    letter-spacing: 0.1rem;
    line-height: 1.6rem;
}

.sitemap .icon {
    width: 12px;
    height: 12px;
    background: url(/assets/img/icon_social.png) no-repeat;
    background-size: 500%;
    display: block;
    display: inline-block;
    margin-right: 8px;
}

.sitemap .rss {
    background-position: 0;
}

.sitemap .fb {
    background-position: 25%;
}

.sitemap .tw {
    background-position: 50%;
}

.sitemap .yt {
    background-position: 75%;
}

.sitemap .ig {
    background-position: 100%;
}

.footer {
    color: #fff;
    background: #313131;
}

.footer a {
    color: #fff;
}

/*News_Slider*/
#carouselExampleControls {
    overflow: hidden;
}

#carouselExampleControls .carousel-caption,
#hot-category-carousel .carousel-caption {
    color: #fff;
    font-size: 1.8rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    text-align: center;
    padding: 400px 100px 30px;
    text-shadow: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 1) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 1) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 1) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

#carouselExampleControls .carousel-item {
    height: 513px;
    background: #000;
}

#carouselExampleControls .list-group {
    position: absolute;
    top: 0;
    right: 0;
    width: 20.9%;
    height: 100%;
}

#carouselExampleControls .list-group-item {
    border-radius: 0px;
    cursor: pointer;
    padding: 0;
    text-align: center;
    overflow: hidden;
    border: 0;
}

#carouselExampleControls .list-group-item img {
    width: 110%;
    margin-left: calc(50% - 55%);
    transition: 0.5s;
}

#carouselExampleControls .list-group-item:hover img {
    width: 130%;
    margin-left: calc(50% - 65%);
    margin-top: -5%;
}

#carouselExampleControls .list-group-item:hover div {
    opacity: 0;
}

#carouselExampleControls .list-group .active {
    background: #eee;
}

#carouselExampleControls .list-group-item div {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    opacity: 100;
    transition: 0.5s;
}

#carouselExampleControls .list-group-item p {
    bottom: 0;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 8px;
}

#carouselExampleControls .list-group-item {
    margin-bottom: 0.5rem;
}

#carouselExampleControls .list-group-item:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #carouselExampleControls {
        padding-right: 20.8%;
    }

    #carouselExampleControls .carousel-controls {
        display: none;
    }
}

@media (max-width: 992px) {
    #ad_article_c0 {
        width: 100% !important;
    }
    .carousel-caption p,
    #carouselExampleControls .list-group {
        display: none;
    }

    #carouselExampleControls .carousel-caption,
    #hot-category-carousel .carousel-caption {
        color: #fff;
        font-size: 1rem;
        padding: 100px 20px 10px;
    }

    #carouselExampleControls .carousel-controls {
        z-index: 10;
    }

    #carouselExampleControls .carousel-item img {
        width: 100%;
    }

    #carouselExampleControls .carousel-item {
        height: auto;
    }
}

.latest .group h2 {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.latest .group .album {
    overflow: hidden;
}

.latest .group p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.ranking .title p,
.sidestar .title p {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

#index .ranking .item {
    border-bottom: 1px solid #ddd;
}

.ranking .item:last-child,
.ranking .item:last-child a {
    border-bottom: 0 !important;
}

.ranking .item .album {
    overflow: hidden;
    height: 110px;
    display: block;
}

.ranking .item .album img {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.ranking .item h4 {
    font-size: 0.9rem;
    line-height: 1.4rem;
    color: #666;
    font-weight: normal;
}

.ranking .item h4:hover {
    color: #2cbbdf;
}

.youtube {
    background: #f4f4eb;
    position: relative;
}

.youtube .group article div {
    background: #fff;
}

.youtube .group span a {
    color: #2cbbdf;
}

.youtube .group span a:hover {
    color: #2cbbdf;
}

.youtube #ythead {
    position: absolute;
    top: -50px;
}

/*擐㚚�����𥪜�憛�*/

.star .album {
    width: 190px;
    overflow: hidden;
    border-radius: 15px;
}

.star .star-right {
    width: 64px;
    position: absolute;
    right: 10px;
    top: 60px;
}

.star .tabframe {
    overflow-x: auto;
}

.star .nav-tabs {
    border: 0;
    margin-top: 4px;
    width: auto;
    padding-left: 20px;
}

.star .nav-item {
    margin-left: -17px;
    display: block;
    margin-bottom: 3px;
}

.star .nav-item .nav-link {
    background: #ccc;
    color: #fff;
    border-radius: 0;
    padding: 0;
    font-weight: 700;
    float: left;
    border: 0;
    mix-blend-mode: multiply;
}

.rtl {
    border-color: #ccc transparent transparent #fff;
    border-style: solid solid solid solid;
    /* 閮剖�𡁻�𦠜�憭批�誩虾�𣄽皝𠰴枂隞餅�誩耦����銝㕑�鍦耦 */
    border-width: 28px 0px 0px 20px;
    float: left;
    margin-right: 4px;
}

.rtr {
    border-color: transparent #fff #ccc transparent;
    border-style: solid solid solid solid;
    /* 閮剖�𡁻�𦠜�憭批�誩虾�𣄽皝𠰴枂隞餅�誩耦����銝㕑�鍦耦 */
    border-width: 0px 20px 28px 0px;
    float: right;
    margin-left: 4px;
}

.star .nav-item &gt; .active {
    background: #1b6f9a;
    line-height: 2rem;
    margin-top: -4px;
    margin-left: -3px;
    font-size: 1.2rem;
}

.star .nav-item .active .rtr {
    border-color: transparent #fff #1b6f9a transparent;
    border-width: 0px 24px 32px 0px;
}

.star .nav-item .active .rtl {
    border-color: #1b6f9a transparent transparent #fff;
    border-width: 32px 0px 0px 24px;
}

.star .tab-pane li {
    font-size: 1.05rem;
    line-height: 1.5rem;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 560px;
    font-weight: 500;
}

.star .tab-pane li a {
    color: #666;
}

.star .tab-pane li a:hover {
    color: #2cbbdf;
}

.star .tab-pane li img {
    width: 14px;
    margin-right: 12px;
    margin-top: -5px;
}

.star .tab-pane ul {
    margin-top: 14px;
}

.star .fade {
    opacity: 1;
}

.star .fade:not(.show) {
    opacity: 0;
}

/*擐㚚�����𥪜�憛� end*/

.area_bottom {
    background: #f7f6f1;
}

.handpicked h2 {
    font-size: 1.4rem;
    line-height: 1.9rem;
    height: 90px;
}

.latest .post-date,
.etm .post-date,
.drama .post-date {
    font-size: 0.8rem;
    color: #afafaf;
    float: right;
}

.handpicked .post-date {
    font-size: 0.8rem;
    color: #666;
    float: left;
}

.etm .album,
.drama .album,
.morearticle .album {
    overflow: hidden;
    display: block;
}

.etm article p,
.drama article p,
.morearticle article p {
    height: 88px;
}

.kol .handpicked h2 {
    height: 92px;
}

.kol .group article a p {
    line-height: 1.6rem;
}

.kol .group article a p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 100px;
}

/*article.html*/

.hot {
    background: #f8f8f8;
    font-size: 0.9rem;
}

.hot span {
    background: #cdb69b;
    color: #fff;
    padding: 2px 8px;
}

.hot a {
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot a:hover {
    color: #2cbbdf;
}

.breadcrumb {
    font-size: 0.8rem;
    margin-bottom: 5px;
    background: none;
}

.breadcrumb a {
    color: #2cbbdf;
    cursor: pointer;
}

.breadcrumb .toindex {
    color: #8b8b8b;
}

h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.15rem;
    font-weight: 700;
    color: #353535;
    padding-left: 10px;
    display: contents;
}

.onh1border {
    border-left: 8px solid #2cbbdf;
    padding-left: 0.5rem;
}

.noindex,
.editor {
    background: #e5e5e5;
    color: #333;
    font-size: 0.85rem;
    padding: 3px 12px;
    position: relative;
    top: 0px;
    border-radius: 6px;
    user-select: none;
    cursor: pointer;
    border: none;
    display: inline-block;
}

.noindex {
    width: 108px;
    margin-left: 6px;
}

.editor {
    top: -2px;
}

.noindex:hover .noindex_alert {
    display: block;
}

.noindex_alert {
    position: absolute;
    display: none;
    bottom: 34px;
    background: #e5e5e5;
    color: #333;
    width: 250px;
    padding: 6px 12px;
    text-align: justify;
    line-height: 1.5rem;
    border-radius: 6px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.noindex_alert::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #e5e5e5 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 109px;
}

.noindex .lock-icon {
    width: 10px;
    display: inline-block;
}

.noindex .lock-icon img {
    top: -2px;
    position: relative;
}

#article .post-date {
    font-size: 0.8rem;
    color: #a9a9a9;
    margin-bottom: 16px;
    float: left;
}

#article .post-date a {
    color: #5b5b5b;
    text-decoration: underline;
}

#article .post-date a:hover {
    color: #a9a9a9;
    text-decoration: none;
}

#article .cover {
    height: 0;
    padding-bottom: 55%;
}

#article aside {
    margin-top: 34px;
}

#article aside .author {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    color: #555555;
}

#article aside .author .album {
    width: 75px;
    height: 75px;
    overflow: hidden;
    display: block;
    margin: 8px auto;
    border-radius: 50%;
}

#article aside .author .album img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#article aside .author .name {
    text-align: center;
    font-weight: bolder;
    font-size: 1.4rem;
    display: block;
    line-height: 2.8rem;
}

#article aside .author .info {
    font-size: 0.85rem;
    line-height: 1.3rem;
}

/* ����惩�扳�雴辣��憛� */

#article .embed-responsive iframe {
    margin: 0 auto 2rem !important;
}

#article .fb-video,
#article .fb-post {
    left: 50%;
    transform: translateX(-50%);
    margin: 2rem auto;
    display: block;
}

#article .instagram-media,
#article .twitter-tweet {
    margin: 2rem auto !important;
}

.fb-page {
    height: 154px;
}

.content blockquote,
.cke_editable blockquote {
    border-left: 4px solid #2cbbdf;
    color: #1a1a1a;
    margin: 1.1em 0 1.1em 1.2rem;
    padding: 1em 1.6em;
    position: relative;
    transition: 0.4s border ease-in-out;
    z-index: 0;
    font-size: 1rem;
}

.content blockquote:before,
.cke_editable blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: #fff;
    width: 5px;
    margin-top: -1em;
}
.content blockquote:after,
.cke_editable blockquote:after {
    content: "";
    background: url(/assets/img/Quote-left.svg) no-repeat center;
    background-size: contain;
    height: 1em;
    position: absolute;
    top: 50%;
    left: -0.55em;
    color: #2cbbdf;
    font-family: "Ionicons";
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: 0.4s all ease-in-out, 0.8s transform ease-in-out;
}

.content blockquote:active:after,
.cke_editable blockquote:active:after {
    transform: rotateY(360deg);
}

.content blockquote cite,
.cke_editable blockquote cite {
    display: block;
    font-size: 0.75em;
    line-height: 1.8em;
    margin-top: 1em;
}

.tiktok-embed {
    padding: 0 !important;
    margin: 2rem auto !important;
    border-left: none !important;
}

.tiktok-embed::after {
    display: none !important;
}

/* ����惩�扳�雴辣��憛� end */

/* 20210831�鰵憓墧�閧巨��憛� */
#voteBody {
    transform: translateY(-180px);
}

#vote {
    background: url(/assets/img/vote_bg_0.jpg) center;
    border-radius: 10px;
    position: relative;
}

#vote .title {
    margin: -50px auto 0;
    width: 210px;
    position: relative;
}

#vote .question {
    margin-top: 0.5rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

#vote .question span {
    font-size: 0.8rem;
}

#vote .option li,
#vote .result li {
    padding: 1.2rem 1.4rem;
    background: #fff;
    border-radius: 8px;
    font-weight: bold;
    margin: 0.8rem auto;
    list-style: none;
    /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); */
}

#vote .two li {
    display: block;
    box-shadow: none;
    width: 50%;
}

#vote .two li.left_1 {
    border-radius: 8px 0 0 8px;
    float: left;
    border-right: 1px solid #ddd;
}

#vote .two li.right_1 {
    border-radius: 0 8px 8px 0;
    float: right;
}

#vote .result li {
    padding-bottom: 0.8rem;
}

#vote .option li input {
    display: none;
}

#vote .option li:hover {
    background: #ddd;
    cursor: pointer;
}

#vote .ans {
    color: #000;
    float: left;
    display: contents;
}

#vote .myProgressNum {
    float: right;
    text-align: right;
    color: #000;
    display: block;
}

#vote .count {
    color: #b2b2b2;
    font-size: 0.8rem;
    margin: 0.8rem 0 0;
}

#vote a {
    margin: 1.3rem auto 0;
    width: 180px;
    display: block;
}

#vote .wrap {
    display: flex;
    align-items: center;
}

#vote .myProgress {
    width: 100%;
    background-color: #eee;
    border-radius: 50px;
    height: 15px;
    margin-top: 0.5rem;
}

#vote .myBar {
    width: 0%;
    /*   height: 15px; */
    height: 100%;
    border-radius: 50px;
    background-color: #04aa6d;
}

#vote .true_false {
    width: 100%;
    background-color: #eee;
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    border: 2px solid #fff;
}

#vote .progress {
    width: 50%;
    height: 58px;
    padding: 1rem;
    justify-content: space-between;
    position: relative;
}

#vote .progress p {
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    z-index: 9;
    white-space: nowrap;
}

#vote .progress p span {
    display: block;
    font-size: 1.5rem;
    margin-top: 20px;
}

#vote .progress.left p {
    left: 20px;
}

#vote .progress.right p {
    right: 20px;
}

#vote .progress.left {
    background-color: #2eb8e2;
    text-align: left;
    border-radius: 8px 0px 0px 8px;
    overflow: visible;
}

#vote .progress.right {
    background-color: #ffa2c8;
    flex-end: end;
    text-align: right;
    border-radius: 0 8px 8px 0;
    overflow: visible;
}

#FBLogin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
}

#vote .vote-mask,
#FBLogin .fbLogin-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    display: none;
    border-radius: 10px;
}
#FBLogin .fbLogin-mask {
    border-radius: 0;
    display: block;
}
#vote .vote-login,
#FBLogin .fbLogin-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    display: none;
}
#FBLogin .fbLogin-login {
    display: block;
}
#vote .vote-login-inner,
#FBLogin .fbLogin-login-inner {
    position: relative;
    padding: 30px 60px;
}
#vote .vote-login-inner p,
#FBLogin .fbLogin-login-inner p {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
#vote button,
#FBLogin button {
    border: 0;
    background: transparent;
}
#vote button:focus,
#FBLogin button:focus {
    outline: none;
}

#vote .login-close,
#FBLogin .fbLogin-close {
    max-width: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0;
    padding: 0;
}
#vote .vote-login-inner a,
#FBLogin .fbLogin-login-inner .fbLogin-btn {
    display: flex;
    align-items: center;
    padding: 8px 40px 8px 40px;
    border: 1px solid #ddd;
    white-space: nowrap;
    margin: auto;
    width: auto;
    color: #ffffff;
    background: #1a77f2;
    border-radius: 6px;
    font-weight: 500;
}
#FBLogin .fbLogin-checkbox {
    margin-top: 30px;
}
#FBLogin .fbLogin-login-inner .fbLogin-btn:disabled {
    background: #ccc;
}
#vote .vote-login-inner svg,
#FBLogin .fbLogin-login-inner svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
#vote .vote-login-inner a img,
#FBLogin .fbLogin-login-inner a img {
    max-width: 20px;
    width: 100%;
    margin-right: 35px;
}
#vote .vote-login-inner a span,
#FBLogin .fbLogin-login-inner a span {
    display: inline-block;
    font-size: 15px;
}

/* 20210831�鰵憓墧�閧巨��憛� end */

.star-s {
    border-radius: 10px;
    position: relative;
    padding: 8px 20px 5px;
}

.star-s .title {
    height: 10px;
}

.star-s .title span {
    font-size: 0.7rem;
    color: #3cc0e2;
}

.morearticle .title {
    height: 36px;
}

.morearticle .title span,
.star-s .title span {
    text-align: center;
    border-left: 0;
    letter-spacing: 0;
    color: #4cb7d2;
    top: -32px;
    z-index: 10;
    position: relative;
    display: inline-block;
    background: #f7f6f1;
}

.morearticle .title span {
    font-size: 1.3rem;
}

.morearticle .title span::after,
.morearticle .title span::before {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/assets/img/more_icon.svg) no-repeat;
    background-size: contain;
    content: "";
    margin: 0 10px;
}

.star-s a:not(:nth-child(-n + 4)) {
    display: none;
}

.star-s .album {
    margin: 12px 0 4px;
    overflow: hidden;
    border-radius: 6px;
}

.star-s .name {
    padding: 0 4px 4px;
    text-align: center;
    margin: 8px auto 15px;
    border-radius: 6px;
    background: #3cc0e2;
    letter-spacing: 0.05rem;
    width: 100%;
}

.star-s .name span {
    line-height: 0.8rem;
    font-size: 0.9rem;
    color: #fff;
}

.content p,
.content ul,
.content ol {
    margin-bottom: 30px;
    color: #161e2f;
}

.content blockquote p,
.cke_editable blockquote p {
    color: #666 !important;
    margin-bottom: 20px;
    font-size: 1rem;
}

.content p {
    padding: 0;
    line-height: 2.1rem;
}

.content a,
.cke_editable a {
    color: #2cbbdf;
    font-weight: bolder;
    word-break: break-all;
}

.content a:hover,
.cke_editable a:hover {
    color: #2cbbdf;
}

.content,
.content ul li,
.content ol li {
    font-size: 1.1rem;
    line-height: 2.2rem;
}

.content h2,
.cke_editable h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    color: #161e2f;
    line-height: 2rem;
    margin: 30px 0;
    border-left: 7px solid #2cbbdf;
    padding-left: 12px;
}

.content .image img,
.content img {
    max-width: 100%;
    margin: 0 auto 30px;
    display: block;
    height: auto;
}

.content figcaption {
    font-size: 0.8rem;
    text-align: center;
    display: block;
    color: #b1b1b1;
    margin: -25px 0 20px;
}

.morearticle {
    position: relative;
}

#article .morearticle .post-date {
    font-size: 0.8rem;
    color: #afafaf;
    float: right;
}

#article .tag a {
    background: #3c3c3c;
    padding: 0px 8px;
    font-size: 0.9rem;
    margin-right: 6px;
    border-radius: 5px;
    color: #fff;
    text-align: justify;
    line-height: 2rem;
    word-break: keep-all;
    white-space: nowrap;
}

._ohf {
    font-size: 0.8rem !important;
}

#article .sidestar .group {
    margin: 0 4px;
    padding-top: 12px;
}

#article .sidestar .people {
    margin: 0 auto;
}

#article .sidestar .people .cover {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 6px solid #fff;
    padding-bottom: 0;
}

#article .sidestar .people .name {
    width: 80px;
    font-size: 0.9rem;
    line-height: 1rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px;
}

#article .sidestar .people:hover .cover {
    border: 6px solid #2cbbdf;
}

#article .sidestar .viewall {
    color: #444;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 2rem;
    display: block;
    padding-right: 16px;
    text-align: right;
}

#custom-tooltip {
    padding: 8px 12px;
    background-color: #000000cc;
    border-radius: 8px;
    color: #fff;
    position: fixed;
    width: 70vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 100;
    pointer-events: none;
    top: 95px;
    display: none;
}

#socialbar_sec {
    width: 100px;
    position: relative;
    left: 0;
}

#socialbar_sec a,
#socialbar_sec button {
    width: 46px;
    height: 25px;
    background: url(/assets/img/icon_social_4s.png) no-repeat;
    background-size: cover;
    border: 0;
    margin-left: 10px;
    margin-top: -3px;
}

#socialbar_sec button:focus {
    outline: 0;
}

#socialbar_sec a.line-share {
    background-position: 33.33333333% top;
}
#socialbar_sec button.clipboard {
    background-position: 66.66666666% top;
}
#socialbar_sec a.message {
    background-position: right top;
}

#comhere {
    position: absolute;
    margin-top: -100px;
    display: block;
}

#article .sidestar .viewall:hover {
    color: #2cbbdf;
}

.followlink {
    background: url(/assets/img/social_g_bg.svg) no-repeat;
    height: 152px;
    background-size: contain;
    position: relative;
}

.followlink .sg_btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.followlink .sg_btn a {
    width: 54px;
    height: 54px;
    background: url(/assets/img/sg_btn.png) center left no-repeat;
    background-size: cover;
    margin-left: 6px;
}

.followlink .sg_btn a.ig {
    background-position-x: 50%;
}

.followlink .sg_btn a.yt {
    background-position-x: 100%;
}

/*蝪賢�齿��*/
#sig {
    margin-bottom: 30px;
}

#sig .pc,
#sig .mobile {
    width: 100% !important;
    max-width: 100%;
}

#sig .pc {
    display: block;
}

#sig .mobile {
    display: none;
}

/*銝�����睃�屸＊蝷箏惜*/

#autofloat {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    top: 0;
    pointer-events: none;
}

.show {
    pointer-events: all !important;
}

#autofloat .content {
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 560px;
    max-width: 1024px;
}

.close {
    width: 22px;
    height: 22px;
    background: url(/assets/img/close.svg) no-repeat;
    background-size: contain;
}

/*18蝳�甇�*/
#r18 {
    background: rgba(0, 0, 0, 0.95);
    z-index: 1001;
    top: 0;
    pointer-events: all;
}

#r18 .content {
    width: 360px;
    background: #2cbbdf;
    left: calc(50% - 180px);
    border-radius: 30px;
    padding-bottom: 30px;
}
#r18 .content img {
    width: 290px;
    height: 290px;
    margin: -26px auto;
}

#r18 .content p {
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 16px;
}
#r18 .content a,
#r18 .content button {
    color: #333;
    border-radius: 10px;
    border: none;
    margin: 5px;
    padding: 10px 12px;
    font-size: 0.9rem;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 1.2rem;
}

#r18 .content a:hover,
#r18 .content button:hover {
    background: #ff0;
}

/*category.html*/
#category h1 {
    padding: 0;
    display: block;
}

#category .latest {
    margin-top: 90px;
}

#category .latest .carousel-indicators {
    bottom: -22px;
    left: 78px;
}

#category .latest .carousel-indicators li {
    list-style: disc;
    color: #aaa;
    text-indent: 0;
    font-size: 1.6rem;
    transition: none;
    margin: 0;
}

#category .carousel-indicators .active {
    color: #a89072 !important;
    opacity: 1;
}

#category .carousel-control-prev,
#category .carousel-control-next {
    z-index: 10;
}

#hot-category-carousel .carousel-item {
    width: 100%;
    height: 50%;
}

.pagination li a {
    color: #999;
}

/*celebrity.html*/
#celebrity .area {
    margin-bottom: -3rem;
    padding-bottom: 2rem;
}

#celebrity .archives .cover {
    width: 210px;
    height: 210px;
    overflow: hidden;
    border-radius: 10px;
}

#celebrity .archives .info {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #666;
    line-height: 1.5;
    text-align: left;
}

.info {
    border-radius: 10px;
}

.info button {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 0.8rem;
    color: #fff;
    background: #999;
}

.info button:hover {
    background: #2cbbdf;
    border: 1px solid #2cbbdf;
}

.firsttr th,
.firsttr td {
    border-top: 1px solid #fff;
}

/* �𤌍�� style */
.widget-toc {
    display: table;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    padding-right: 1rem;
    font-size: 95%;
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
}

.widget-toc ol {
    padding-right: 20px;
    counter-reset: item;
    margin-bottom: 8px;
    padding-left: 20px;
    max-height: 100%;
}

.widget-toc ol li {
    display: block;
    position: relative;
    font-size: 1rem !important;
}

.widget-toc ol li a {
    color: #2cbbdf;
    font-weight: 500;
}

.widget-toc ol li a:hover {
    color: #2cbbdf;
    font-weight: 500;
}

.widget-toc ol li:before {
    content: counters(item, "-");
    counter-increment: item;
    margin-right: 10px;
    font-size: 15px;
    color: #808080;
}

.toc-title {
    padding-left: 20px !important;
    text-align: left;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #4b4b4b !important;
}

.toc-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #4b4b4b;
    top: 40px;
    left: 20px;
}

.toc-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toc-btn {
    background-color: transparent;
    border: none;
    height: 30px;
    cursor: pointer;
    padding: 0;
    width: 20px !important;
    margin: 0 0.5rem 1.8rem 2rem;
}

.toc-btn:focus {
    outline: none !important;
}

.toc-btn img {
    opacity: 1 !important;
    width: 100% !important;
    left: 0rem !important;
}

@media screen and (max-width: 600px) {
    .rwdtable {
        border: 0;
    }

    .rwdtable caption {
        font-size: 1.3em;
    }

    .rwdtable thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .rwdtable th {
        display: none;
    }

    .rwdtable tr {
        display: block;
    }

    .rwdtable td {
        display: block;
        font-size: 0.8em;
        text-align: right;
    }

    .rwdtable td:before {
        color: black;
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .rwdtable td:last-child {
        border-bottom: 0;
        display: none;
    }

    .example + [data-readmore-toggle],
    .example[data-readmore] {
        display: block;
    }

    .example[data-readmore]::after {
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 1) 85%
        );
        bottom: 0;
        content: "";
        display: inline-block;
        height: 400px;
        position: absolute;
        right: 0;
        width: 100%;
    }

    .remove-after::after {
        display: none !important;
    }

    [data-readmore-toggle] {
        margin-left: 15px;
        text-align: center;
        color: #3f3f3f;
        font-size: 0.9rem;
    }

    #celebrity .group .item {
        border-top: 1px solid #ddd;
    }

    #celebrity .archives .cover {
        width: 36vw;
        height: 36vw;
        overflow: hidden;
        border-radius: 10px;
    }

    .firsttr th,
    .firsttr td {
        border-top: 1px solid #dee2e6;
    }
}

[data-readmore-toggle] {
    display: none;
}

.rwdtable th {
    min-width: 90px !important;
}

#celebrity .archives a {
    color: #2cbbdf;
}

#celebrity .post-date {
    font-size: 0.8rem;
    color: #666;
    float: right;
}

#celebrity .moreitems {
    background: #fff;
    border-radius: 0;
    border: 1px solid #aaa;
    color: #333;
    padding: 4px 40px;
    margin: 30px auto 0;
}

#celebrity .moreitems:hover {
    background: #eee;
}

#celebrity .cbbc {
    padding-top: 100px;
}

#celebrity #article-content .item .album {
    height: 137px;
}

#celebrity #article-content .item .album img {
    height: 100%;
}

/*celebrity2.html*/
#celebrity2 .owl-carousel {
    width: 80%;
    margin: 0 auto;
}

#celebrity2 .people .cover {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 60px;
}

#celebrity2 .people .name {
    width: 100px;
}

#celebrity2 .owl-carousel .owl-nav {
    position: absolute;
    top: 50px;
    width: 100%;
}

#celebrity2 .owl-carousel .owl-nav .owl-prev,
#celebrity2 .owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 60px;
    text-indent: -9999px;
    position: absolute;
}

#celebrity2 .owl-carousel .owl-nav .owl-prev {
    background: url(/assets/img/star_c_l.svg) no-repeat;
    left: -40px;
}

#celebrity2 .owl-carousel .owl-nav .owl-next {
    background: url(/assets/img/star_c_r.svg) no-repeat;
    right: -40px;
}

#celebrity2 .search input {
    border-radius: 0;
    padding: 14px 18px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    width: 70%;
}

#celebrity2 .search .btn {
    background: #3cc0e2;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
    padding: 5px 18px;
    line-height: 2rem;
}

#celebrity2 .search .btn:hover {
    background: #2cbbdf;
}

#celebrity2 .group {
    min-height: 160px;
}

#celebrity2 .group .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

#celebrity2 .group .cover {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 50px;
    display: block;
    border: 6px solid rgba(0, 0, 0, 0);
}

#celebrity2 .group .cover:hover {
    border: 6px solid #2cbbdf;
}

#celebrity2 .group th {
    width: 108px;
}

#celebrity2 .group .name {
    width: 300px;
    font-size: 1.2rem;
    font-weight: 500;
}

#celebrity2 .group .name:hover {
    color: #54d4f5;
}

.social_link li {
    list-style: none;
    float: left;
}

.social_link li a {
    width: 36px;
    height: 36px;
    display: block;
    background: url(/assets/img/icon_social_2.png) 0 top no-repeat;
    background-size: 600%;
    margin: 4px 3px;
    cursor: default;
}

.social_link li .fb {
    background-position-x: 0;
}

.social_link li .ig {
    background-position-x: 20%;
}

.social_link li .yt {
    background-position-x: 40%;
}

.social_link li .wb {
    background-position-x: 60%;
}

.social_link li .sp {
    background-position-x: 80%;
}

.social_link li .tw {
    background-position-x: 100%;
}

.social_link li .select:hover {
    background-position-y: bottom;
    cursor: pointer;
}

.social_link li .select {
    background-position-y: center;
}

/*撱��𠰴�憛�*/
#ad_index_r1,
#ad_index_r2 {
    width: 250px;
    height: 250px;
}

.ad_article_frame {
    width: 102%;
    margin-left: -0.5%;
}

#ad_article_c2 {
    width: 350px;
    margin: auto;
}

#ad_article_video {
    width: 330px;
    margin-top: 30px;
}

#ad_index_c3,
#ad_index_c4,
#ad_index_c5,
#ad_index_c6,
#ad_celebrity_c1 {
    width: 970px;
    height: 90px;
}

#ad_article_r1,
#ad_category_r1 {
    width: 300px;
    height: 250px;
}

#ad_article_c0 {
    display: flex;
    justify-content: center;
    max-height: 250px;
}

#ad_article_c1 {
    width: 970px;
}

#ad_text {
    background: #fff;
    margin-top: 10px;
}

.cc {
    font-size: 0.8rem;
    color: #b1b1b1;
}

/*撱��𠰴�憛� end*/

#introduction,
#rss {
    margin-top: 110px;
    position: relative;
    font-size: 0.85rem;
    color: #616161;
    line-height: 1.8rem;
}

#rss .container {
    max-width: 800px;
    min-height: calc(88.4vh - 309px - 3rem);
}

#rss h2 {
    font-size: 1.2rem;
    color: #616161;
}

#rss ol li {
    margin-left: 0;
}

#rss ul li a {
    border: 1px solid #bbb;
    border-radius: 50px;
    padding: 3px 14px;
    color: #616161;
    font-weight: 500;
    font-size: 1rem;
}

#rss ul li a:hover {
    border: 1px solid #2cbbdf;
    background: #2cbbdf;
    color: #fff;
}

#rss ul li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
}

#introduction ul.idmenu {
    top: 126px;
    left: 0;
}

#introduction ul.idmenu li {
    list-style: none;
    font-size: 0.8rem;
}

#introduction ul.idmenu li.active {
    margin-left: -10px;
}

#introduction ul.idmenu li.active::before {
    content: "";
    border-left: 5px solid #b5b5b5;
    margin: 0 5px -3px 0;
    height: 17px;
    display: inline-block;
}

#introduction ul.idmenu li a {
    color: #444;
    line-height: 3rem;
}

#introduction h1::before {
    display: none;
}

#introduction h1 {
    letter-spacing: 0;
    color: #3f3f3f;
}

#introduction p a {
    color: #00a0e9;
}

#introduction section ul li {
    font-size: 0.85rem;
    line-height: 1.5rem;
    color: #616161;
    display: inline-flex;
}

#introduction section ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(/assets/img/icon_contact.jpg);
    background-size: 300%;
    margin: 3px 12px 0 0;
}

#introduction section ul li.tel::before {
    background-position: center;
}

#introduction section ul li.email::before {
    background-position: right;
}

#introduction section textarea,
#introduction section input {
    border: #e5e5e5 1px solid;
    font-size: 0.8rem;
    color: #666;
}

#introduction section textarea {
    min-height: 120px;
}

#introduction section button {
    font-size: 0.8rem;
    padding: 5px 30px;
    background: #2cbbdf;
    border: 0;
    color: #fff;
}

#http404 {
    margin-top: 110px;
    min-height: 460px;
}

#http404 .container {
    max-width: 800px;
}

#http404 p {
    margin-top: 80px;
    line-height: 2.5rem;
    color: #666;
}

#http404 a {
    font-size: 1rem;
    padding: 5px 22px;
    background: #2cbbdf;
    border: 0;
    color: #fff;
    border-radius: 8px;
    margin: -10px 3px;
}

/* TOP Button */

.toTop-arrow {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    opacity: 0.6;
    background: #000;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 3.5rem;
    display: none;
    z-index: 1;
}

.toTop-arrow:hover {
    background: #555;
}

.toTop-arrow::before,
.toTop-arrow::after {
    width: 18px;
    height: 5px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    content: "";
}

.toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 0.5rem;
}

.toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 0.5rem;
}

.toTop-arrow:focus {
    outline: none;
}

._popIn_recommend_titleBefore,
.compass-fit-ad-title-Before {
    left: -18px !important;
    list-style-type: none;
}

._popIn_recommend_titleBefore::before,
.compass-fit-ad-title-Before::before {
    content: "\2022";
    color: #0097be;
    margin-left: -5px;
}

.fb_iframe_widget_fluid_desktop iframe {
    min-width: 100%;
}

#ttvdo strong {
    padding-left: 0;
    padding-right: 0;
}

/* ig 憭𡝗�� class */
.instagram-wrap {
    background: #fff;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 1px;
    max-width: 540px;
    min-width: 326px;
    padding: 0;
    width: 99.375%;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
}

.prev-icon {
    background: url(/assets/img/star_c_r.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}
.next-icon {
    background: url(/assets/img/star_c_l.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}

@media (max-width: 1200px) {
    .sf-menu li a,
    .sf-menu li span {
        padding: 14px 38px 11px 22px;
        font-size: 0.7rem;
        line-height: 1rem;
    }

    .sf-menu li a b,
    .sf-menu li span b {
        font-size: 1rem;
    }

    .sociallist .fb {
        height: 18px;
        width: 22px;
        background-position: 0 top;
    }

    .followlink {
        height: 172px;
    }

    .star-s {
        padding: 8px 10px 5px;
    }

    .sitemap .brand {
        height: 140px;
    }

    #celebrity2 .owl-carousel {
        width: 76%;
    }

    .ranking .title p,
    .sidestar .title p {
        font-size: 1.1rem;
    }

    #celebrity #article-content .item .album {
        height: 118px;
    }

    .star .tab-pane ul {
        width: 500px;
    }
}

@media (max-width: 576px) {
    .star {
        overflow: hidden;
    }

    .star .tabframe {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .star .nav-tabs {
        width: auto;
        height: 31px;
        padding-left: 15px;
    }

    .star .tab-pane {
        background: url(/assets/img/star_bg_m.jpg) top center no-repeat;
        background-size: contain;
        height: 70vw;
        margin-top: 10px;
    }

    .star .album {
        border: 8px #fff solid;
    }

    .star .nav-item {
        margin-left: -3vw;
    }

    .rtl {
        /* 閮剖�𡁻�𦠜�憭批�誩虾�𣄽皝𠰴枂隞餅�誩耦����銝㕑�鍦耦 */
        border-width: 28px 0px 0px 4vw;
        margin-right: 1vw;
    }

    .rtr {
        /* 閮剖�𡁻�𦠜�憭批�誩虾�𣄽皝𠰴枂隞餅�誩耦����銝㕑�鍦耦 */
        border-width: 0px 4vw 28px 0px;
        margin-left: 1vw;
    }

    .star .nav-item .active .rtr {
        border-width: 0px 4.6vw 32px 0px;
    }

    .star .nav-item .active .rtl {
        border-width: 32px 0px 0px 4.6vw;
    }

    .star .star-right {
        width: 28vw;
        position: relative;
        top: 4vw;
        right: -3vw;
    }
}

@media (max-width: 768px) {
    section.content figure.image {
        display: block !important;
    }

    .content .image img,
    .content img {
        max-width: 100vw;
        width: 100vw;
        margin-bottom: 30px;
        position: relative;
        left: -1rem;
    }

    .ad_article_frame {
        width: 100vw;
        max-width: 100vw;
        margin: 40px auto;
    }

    #celebrity h1::before {
        display: none;
    }

    #celebrity h1 {
        text-align: center;
        font-size: 1.6rem;
        border: 0;
        display: block;
    }

    p,
    p a {
        letter-spacing: 0;
    }

    /*header*/

    .sf-menu .search {
        margin-left: 24px;
    }

    .sf-arrows.search .sf-with-ul p {
        margin-top: 0;
    }

    .sf-arrows.search .sf-with-ul {
        margin-left: -36px;
        height: 50px;
        padding: 16px 30px 0 0;
        margin-top: 1px;
    }

    .sf-menu.search {
        top: -1px;
        right: 3vw;
    }

    .sf-menu.search ul {
        right: 0;
        padding-left: 0;
    }

    header .navbar {
        height: 50px;
    }

    header .brand {
        width: 26px;
        height: 36px;
        padding: 0 1.5rem;
        background-size: 50%;
        margin-right: 0.6rem;
        left: 0.5rem;
    }

    header .navbar-toggler {
        border: 0;
        color: #374e68 !important;
        right: 2vw;
        position: absolute;
    }

    header .search_c {
        margin: 0 auto;
        position: relative;
    }

    header .search_c input {
        color: #444;
        font-size: 0.8rem;
        padding: 4px 8px;
        background: #eff0f2;
        border: 0px;
        border-radius: 4px;
        width: 60vw;
    }

    header .search_c button {
        width: 16px;
        height: 16px;
        background: url(/assets/img/icon_search.png) no-repeat center;
        background-size: contain;
        position: absolute;
        border: 0px;
        right: 2vw;
        top: 1.6vw;
    }

    #navbarToggleExternalContent {
        position: fixed;
        z-index: 2000;
        width: 100vw;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.8);
        overflow-y: scroll;
        height: 100vh;
    }

    #navbarToggleExternalContent .menu {
        background: rgba(30, 30, 30, 1);
        cursor: auto;
        overflow-y: scroll;
        width: 100vw;
    }

    .onlogo {
        padding: 14px 14px;
        background: rgba(30, 30, 30, 1);
        position: relative;
        float: left;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 55, 78, 104, 0.8 %29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .menu ul.sociallist {
        position: relative;
        top: 0;
        left: 0;
    }

    .sociallist li::marker {
        display: none;
        font-size: 0rem;
    }

    .sociallist li {
        color: #1e1e1e;
    }

    .sociallist .fb {
        height: 28px;
        width: 32px;
        background-position: 0 bottom;
    }

    .sociallist .ig {
        height: 30px;
        width: 32px;
        background-position: 30% bottom;
    }

    .sociallist .yt {
        height: 32px;
        width: 62px;
        background-position: 66% bottom;
    }

    .sociallist .rss {
        height: 30px;
        width: 32px;
        background-position: 30% bottom;
        margin-left: 2vw;
    }

    .form-control {
        border-radius: 0;
        color: #fff;
        background-color: #333;
        padding: 0.4rem 0.55rem;
        font-size: 1rem;
        margin-left: 6px;
    }

    form .search {
        height: 30px;
        width: 38px;
        background-position: 90% bottom;
        border: 0;
        margin: 4px 0 0 10px;
    }

    .kol .group article a p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        height: 80px;
    }

    /*header end*/

    .star .tab-pane li {
        display: block;
        overflow: hidden;
        max-width: 82vw;
    }

    .latest .group h2 {
        letter-spacing: 0;
        -webkit-line-clamp: 3;
    }
    .latest .group p {
        text-align: left;
    }

    .etm .post-date,
    .drama .post-date {
        font-size: 0.6rem;
    }

    .etm article p,
    .drama article p,
    .morearticle article p {
        height: auto;
    }

    .sitemap .brand {
        width: 14vw;
    }

    .sitemap ul li a {
        letter-spacing: 0;
    }

    .sitemap ul {
        display: inline;
        line-height: 35px;
    }

    .sitemap ul li {
        display: inline-grid;
        padding: 0 10px;
    }

    .youtube .group {
        display: none;
    }

    .hot a {
        text-align: left;
        line-height: 2rem;
        margin-top: -6px;
    }

    #article h1 {
        padding: 0;
        font-size: 1.5rem;
        letter-spacing: 0;
        line-height: 2rem;
        text-align: left;
        display: block;
    }

    .onh1border {
        margin-left: 0.5rem;
    }

    .noindex {
        top: -2px;
    }

    .noindex_alert {
        transform: translateX(-16.5vw);
        bottom: 45px;
        width: 84vw;
    }

    .editor {
        top: -3px;
    }

    .noindex_alert::before {
        left: 9px;
    }

    #article h1::before {
        display: none;
    }

    .vote .question {
        font-size: 1.2rem;
    }

    #voteBody {
        transform: translateY(-20px);
    }
    #vote .progress.left p {
        left: 10%;
    }

    #vote .progress.right p {
        right: 10%;
    }

    #vote .login-close {
        right: 15px;
        top: 15px;
    }
    #vote .vote-login-inner {
        padding: 20px 20px;
    }

    #r18 .content {
        width: 88vw;
        background: #2cbbdf;
        left: calc(50% - 44vw);
    }

    #sig .pc {
        display: none;
    }

    #sig .mobile {
        display: block;
    }

    .ad_l,
    .ad_r {
        width: 100%;
        margin: auto;
    }

    .star-s {
        max-width: 90px;
        float: left;
        padding: 4px 8px 12px;
    }

    .star-s .title span {
        top: -35px;
    }

    .star-s .album {
        margin: 8px 0 3px;
        overflow: hidden;
        border-radius: 2px;
    }

    .star-s .name {
        border-radius: 6px;
        margin: 5px 0 4px;
        display: flex;
        padding: 4px;
    }

    .star-s .name span {
        font-size: 0.75rem;
        text-align: center;
        width: 100%;
        line-height: 1rem;
    }

    .star-s .album img {
        left: 0;
    }

    .content,
    .content ul li,
    .content ol li {
        font-size: 1.1rem;
        line-height: 2rem;
    }

    .content h2 {
        font-size: 1.3rem;
    }

    #ad_text {
        height: 130px;
    }

    #autofloat {
        display: none;
    }

    #hot-category-carousel .carousel-item {
        width: 100vw;
        height: 54vw;
    }

    #category .latest {
        margin-top: 70px;
    }

    #category .latest .group p,
    #category .latest .group .post-date {
        display: none;
    }

    #category .latest .group h2 {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
        color: #666;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page-item:first-child,
    .page-item:last-child,
    .page-item.active {
        display: list-item;
    }

    #ad_index_c3,
    #ad_index_c4,
    #ad_index_c5,
    #ad_index_c6,
    #ad_celebrity_c1 {
        width: 300px;
        height: 50px;
        background: #eee;
    }

    #ad_index_c3,
    #ad_index_c4,
    #ad_index_c5,
    #ad_index_c6 {
        display: none;
    }
    #celebrity .cbbc {
        padding-top: 80px;
    }

    #celebrity #article-content .item .album {
        height: 80%;
    }

    #celebrity2 .owl-carousel .owl-nav .owl-prev {
        background: url(/assets/img/star_c_l.svg) no-repeat;
        left: -35px;
        top: 20px;
    }

    #celebrity2 .owl-carousel .owl-nav .owl-next {
        background: url(/assets/img/star_c_r.svg) no-repeat;
        right: -35px;
        top: 20px;
    }

    #celebrity2 .owl-carousel {
        height: 200px;
        width: 70%;
    }

    #celebrity2 .people .cover {
        width: 140px;
        height: 140px;
        overflow: hidden;
        border-radius: 70px;
    }

    #celebrity2 .people .name {
        width: 140px;
        font-size: 1.3rem;
    }

    #ad_article_c1 {
        width: auto;
        color: none;
        min-height: 0;
    }

    #ad_article_c2 {
        width: 100%;
    }

    #rss ul {
        text-align: center;
        margin-top: 30px;
    }

    #introduction {
        margin-top: 90px;
    }

    #introduction ul.idmenu li {
        display: inline-block;
    }

    #introduction ul.idmenu li.active {
        margin-left: auto;
    }

    #introduction ul.idmenu li.active::before {
        display: none;
    }

    #introduction ul.idmenu li a {
        color: #fff;
        line-height: 2.3rem;
        background: #999;
        padding: 6px 8px;
        border-radius: 5px;
        margin: auto 0.05rem;
    }

    #introduction ul.idmenu li.active a {
        background: #3cc0e2;
    }

    #http404 {
        margin-top: 8vw;
    }

    #http404 .h3 {
        font-size: 1.5rem;
    }

    #http404 a {
        font-size: 1rem;
    }

    /*202102�鰵憓�*/

    #socialbar {
        position: fixed;
        bottom: 0;
        background: #fff;
        z-index: 100;
        padding: 6px 4.4vw;
        border-top: 1px #ccc solid;
        transition: all 0.5s;
        min-height: 55px;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }

    #socialbar .message {
        border-radius: 4vw;
        border: 1px #f2f3f5 solid;
        padding: 1vw 2vw 0;
        width: 40vw;
        background: #f2f3f5;
        position: relative;
        display: flex;
    }

    #socialbar .message .count {
        background: #63728b;
        border-radius: 9px;
        text-align: center;
        color: #fff;
        font-weight: bolder;
        font-size: 0.7rem;
        padding: 0 1.8vw;
        position: relative;
        float: left;
        display: inline-table;
        line-height: 1.5rem;
        height: 0;
        margin-top: -0.1rem;
    }

    /* padding-bottom: 0;
    line-height: 1.5rem;
    height: 0;
    padding-top: 0;
    margin-top: -.1rem;
    dding-top: 0; */

    #socialbar .message .text {
        width: 100%;
        font-size: 0.9rem;
        text-align: center;
        float: left;
        position: relative;
        display: block;
        line-height: 1.2rem;
        color: #63728b;
    }

    #socialbar .message .count::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 0;
        border-color: #63728b transparent transparent transparent;
        top: 90%;
        left: 22%;
    }

    #socialbar a,
    #socialbar button {
        width: 7.6vw;
        height: 7.6vw;
        background: url(/assets/img/icon_social_3.png) no-repeat;
        background-size: cover;
        border: 0;
    }

    #socialbar button:focus {
        outline: 0;
    }

    #socialbar .fb {
        background-position: left center;
    }
    #socialbar .line-share {
        background-position: center center;
    }
    #socialbar .clipboard {
        background-position: right center;
    }

    #socialbar_sec {
        width: 60vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    #socialbar_sec a,
    #socialbar_sec button {
        width: 11.5vw;
        height: 11vw;
        background: url(/assets/img/icon_social_4_ch.png) no-repeat;
        background-size: cover;
        border: 0;
    }

    #socialbar_sec button:focus {
        outline: 0;
    }

    #socialbar_sec a.line-share {
        background-position: 32% top;
    }
    #socialbar_sec button.clipboard {
        background-position: 65% top;
    }
    #socialbar_sec a.message {
        background-position: 97% top;
    }

    .visuallyhidden {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
    }

    #categorymenu {
        position: fixed;
        background: #fff;
        z-index: 99;
        transition: all 0.5s;
        padding: 6px 12px;
        border-bottom: 1px solid #ccc;
        top: 0;
    }

    #categorymenu .frame {
        width: 90%;
        background: #fff;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 28px;
    }

    #categorymenu .frame ul {
        list-style: none;
        padding-left: 10px;
        white-space: nowrap;
        width: 510px;
    }

    #categorymenu .frame ul li {
        float: left;
    }

    #categorymenu .frame ul li a {
        color: #888;
        font-size: 0.9rem;
    }

    #categorymenu .frame ul li a::after {
        content: "|";
        margin: 0px 18px;
        top: -1px;
        position: relative;
        color: #aaa;
    }

    #categorymenu .frame ul li:last-child a::after {
        display: none;
    }

    #categorymenu .arrow {
        background: url(/assets/img/icon_arrow.png) no-repeat center center;
        background-size: contain;
        height: 16px;
        width: 16px;
        border: 0px;
        margin-top: 2px;
    }

    #article .sidestar .people .cover {
        width: 23vw;
        height: 23vw;
    }

    #article .sidestar .title p {
        border-left: 0;
        padding-left: 0;
        color: #000;
        font-size: 20px;
        letter-spacing: 0;
    }

    #article .sidestar .title p b {
        color: #000;
    }

    .followlink {
        background: url(/assets/img/social_g_bg.svg) no-repeat;
        height: 47vw;
    }

    .followlink .sg_btn a {
        width: 15vw;
        height: 15vw;
        margin-left: 3vw;
    }

    #comhere {
        margin-top: -40px;
    }

    #ttvdo strong {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #article .fb-video,
    #article .fb-post {
        left: 0;
        transform: none;
    }
}

.content.lazy img {
    opacity: 0;
}

.lazyload,
.article-lazyload {
    animation: zoomin 1s forwards;
    /* opacity: 1 !important;
    transition: 1s ease-in; */
}
@keyframes zoomin {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
</pre></body></html>