body {
    font-family: 'Microsoft YaHei', 'Heiti SC', 'Droid Sans', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans CJK', 'Droid Sans', 'Heiti TC', 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
}

.lz_load_panel[data-lz-loaded="0"] {
    min-height: 50vh;
}

.page-wrapper{
    padding: 0 10px;
}

.page-wrapper.full{
    padding: 0 0px;
}

@media (min-width: 769px) {
    .page-wrapper{
        max-width: 800px;
        margin: 0 auto;
    }
}

header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #ffffff;
    z-index: 999;
}

header.fixed .main-header {
    display: none;
}

header > div{
    position: relative;
}

.main-header {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    position: relative;
}

.main-header-left,
.main-header-center,
.main-header-right {
    flex: 1;
}

.main-header-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-header-cnconvert {
    margin-left: 10px;
}


.main-header-search-box{
    display: none;
    padding: 15px 10px;
    position: absolute;
    top: 100%;
    background: #ffffff;
    width: 100%;
    left: 0;
    z-index: 999;
}

.main-header-search-box input{
    font-size: 1.1rem;
    padding: 10px 45px 10px 15px;
    outline: solid 2px var(--signature-green) !important;
    border-radius: 50px;
    z-index: 9;
    width: 100%;
    border: none !important;
}

.main-header-search-box img{
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}


.google-translate{
    margin-left:5px;
}

.google-translate-button > img{
    width:36px;
}

.google-translate:not(.open) .google-translate-select{
    display: none;
}

.google-translate .google-translate-select{
    position: absolute;
    z-index: 99;
    padding:10px;
    background: #ffffff;
    border-radius: 50px;
}

.google-translate.open .google-translate-select{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.slide-in-menu-background{
    position: fixed;
    width: 100vw;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index:13;
}

.slide-in-menu {
    z-index:15;
    position: fixed;
    width: 50vw;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    transition: left 1s;
    left: -50vw;
    background: #ffffff;
    padding: 20px 10px;
}

.slide-in-menu.active {
    left: 0;
}


.slide-in-menu-back {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: red;
    margin-bottom: 10px;
}

.slide-in-menu a {
    text-decoration: none;
    color: #000000;
    padding: 7px 0px;
    display: block;
}

.slide-in-menu-group {
    margin-top: 10px;
}

.slide-in-menu-group-header {
    color: var(--signature-green);
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.slide-in-menu-group-header img {
    transform: rotate(90deg);
    margin-left: 5px;
    transition: transform 1s;
}

.slide-in-menu-group-items {
    display: none;
}

.slide-in-menu-group.active  .slide-in-menu-group-header img {
    transform: rotate(-90deg);
}

body.freeze{
    height: 100%; 
    overflow: hidden; 
}

.index-ticker{
    position: relative;
}

.header-ticker{
    background-color: #000000;
    padding: 0px 0;
}

.index-ticker .bn-news-swiper ul {
    list-style: none;
    margin: 0;
    padding: 7px 0;
}

.index-ticker .bn-news-swiper ul li {
    width: auto;
}

.index-ticker .bn-news-swiper ul li a,
.index-ticker .bn-news-swiper ul li span{
    text-decoration: none;
    color: #ffffff;
    padding: 3px 10px;
    -webkit-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

span.ticker-label.index {
    background: var(--signature-green);
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 0.85rem;
}

li.ticker-item.ticker-index-item span:not(:nth-child(5)) {
    padding-left: 10px;
}

li.ticker-item.ticker-index-item span:nth-child(3){
    padding-right: 10px;
}

li.ticker-item.ticker-index-item span:nth-child(5){
    padding-left: 5px;
}

li.ticker-item.ticker-index-item span.green {
    color: var(--signature-green);
}

li.ticker-item.ticker-index-item span.red{
    color: red;
}

li.ticker-item.ticker-index-item {
    padding: 0 10px 0 20px;
}

.index-ticker .ticker-item:hover{
    cursor: pointer;
}


li.ticker-item.ticker-index-item:after{
    content: "";
    border-right: solid 1px #ffffff;
    width:21px;
    height:40px;
    padding-left:20px;
}

span.ticker-label.news {
    color: #ffffff;
    background: red;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 0.85rem;
}

li.ticker-item:not(.ticker-index-item) {
    padding: 0 5px;
}

span.ticker-separator {
    padding-left: 20px;
}


.site-menu-item,
.site-submenu-item {
    width: auto;
    padding: 0 10px;
}

.site-menu-item a,
.site-submenu-item a {
    text-decoration: none;
    color: #000000;
    display: flex;
    align-items: center;
}

.site-menu-item.current-menu > a,
.site-submenu-item.current-menu > a  {
    color: var(--signature-green);
    font-weight: 700;
}

.site-menu-arrow {
    padding-left: 5px;
}


.site-menu,
.site-submenu {
    padding: 10px 0px;
    border-bottom: solid 1px var(--signature-line);
    position:relative;
}

.site-menu{
    overflow-y: visible;
    z-index: 2;
}

.site-menu-dot{
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background-color: #ffffff;
    z-index: 1;
}

.site-menu.end .site-menu-dot{
    display: none;
}

.site-menu-hover{
    display: none;
}

.site-menu-hover {
    position: absolute;
    top: 100%;
    right: 8px;
    width: max-content;
    border: solid 1px var(--signature-line);
    background: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 0 5px;
    z-index: 2;
}

.site-submenu-hover-item {
    padding: 10px 20px;
}

.site-submenu-hover-item:not(:first-child) {
    border-top: solid 1px var(--signature-line);
}

.featured-banner-swiper {
    position: relative;
}

.featured-banner-swiper-pagination {
    display: flex;
    justify-content: center;
}

.featured-banner-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 8px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.featured-banner-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--signature-green);
    height: 8px;
    width: 15px;
}

.featured-banner-swiper-button-prev,
.featured-banner-swiper-button-next {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    ;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background-color: rgb(0 0 0 / 30%);
    justify-content: center;
}

.featured-banner-swiper-button-prev {
    left: 5px;
}

.featured-banner-swiper-button-next {
    right: 5px;
}

.featured-banner-swiper-button-prev span {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(/public/resources/images/whiteleft.svg);
}

.featured-banner-swiper-button-next span {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(/public/resources/images/whiteright.svg);
}

.featured-banner-swiper-button-prev[aria-disabled="true"] {
    display: none;
}

.featured-banner-swiper-button-next[aria-disabled="true"] {
    background-image: url(/public/resources/images/greyright.svg);
    display: none;
}

.stock-indices-widget {
    border-radius: 30px;
    overflow: hidden;
    border: solid 2px var(--signature-green);
}


.stock-indices-widget-title {
    background: var(--signature-green);
    text-align: center;
    padding: 10px 0;
    border-bottom: solid 1px #ffffff;
}

span.stock-indices-widget-title-text {
    color: #ffffff;
    font-weight: bold;
}

.stock-indices-widget-table thead {
    background: var(--signature-green);
    color: #ffffff;
}

.stock-indices-widget-table table {
    width: 100%;
}

.stock-indices-widget-table th {
    padding: 10px 5px;
    text-align: center;
}

.stock-indices-widget-table th:nth-child(1) {
    text-align: left;
    padding-left:15px;
}

.stock-indices-widget-table th span {
    width: 100%;
    display: block;
}

.stock-indices-widget-table th:nth-child(2) span,
.stock-indices-widget-table th:nth-child(3) span {
    border-right: solid 1px #ffffff;
}

.stock-indices-widget-table tr td {
    padding: 10px 5px;
    text-align: center;
}

.stock-indices-widget-table tr td.drop{
    color: red;
}
.stock-indices-widget-table tr td.increase{
    color: green;
}

.stock-indices-widget-table tr td:first-child {
    text-align: left;
    padding: 10px 5px 10px 15px;
}

.market-shortcut-widget {
    border-radius: 30px;
    border: solid 2px var(--signature-green);
    overflow: hidden;
    padding: 5px 10px;
    background: var(--signature-light-green);
    display: flex;
    flex-wrap: wrap;
}

.market-shortcut-widget-item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 10px;
}

.market-shortcut-widget-item-btn {
    padding: 10px 5px;
    text-align: center;
    background: #ffffff;
    border: solid 1px var(--signature-green);
    border-radius: 8px;
}

.market-shortcut-widget-item a {
    text-decoration: none;
    color: var(--signature-green);
}

.subsection-title {
    font-weight: bold;
    padding:8px 10px;
    background-color: var(--signature-green);
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
}

.subsection-title a {
    text-decoration: none;
    color: #ffffff;

}

.subsection-title.arrow a {
    display: flex;
    align-items: center;
}

.subsection-title.arrow a:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    margin-left: 5px;
    background-size: 16px 16px;
    background-image: url(/public/resources/images/whiteright.svg);
}

.subsection-title.no-bg {
    background-color: unset;
}

.hotposts-wrapper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotposts-wrapper-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.hotposts-range-toggle {
    border-radius: 50px;
    overflow: hidden;
    border: solid 2px var(--signature-green);
    padding: 2px;
    display: flex;
    background: #eeeeee;
}

.hotposts-range-toggle a {
    display: inline-block;
    padding:5px 10px;
    text-decoration: none;
    color: #000000;
    background: #eeeeee;
    font-size: 0.9rem;
}

.hotposts-range-toggle a.active {
    background: #ffffff;
    color: var(--signature-green);
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.hotposts-wrapper-body {
    position: relative;
}

.hotposts-wrapper-body:not(.active) {
    display: none;
}

.hotpost-swiper-post {
    padding: 25px 0px 10px 14px;
    width: 100%;
}

.hotpost-counter {
    width: 35px;
    height: 44px;
    background-image: url(/public/resources/images/fire3.svg);
    color: #ffffff;
    background-size: 31px 40px;
    display: flex;
    justify-content: center;
    align-items: end;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: -23px;
    margin-left: -15px;
    z-index: 1;
    background-color: #ffffff;
    padding-right: 4px;
    flex: 0 0 35px;
    background-repeat: no-repeat;
    font-size: 0.7rem;
}

.hotpost-swiper-slide:first-child .hotpost-swiper-post:first-child .hotpost-counter {
    background-image: url(/public/resources/images/fire.svg);
}

.hotpost-swiper-slide:first-child .hotpost-swiper-post:nth-child(2) .hotpost-counter {
    background-image: url(/public/resources/images/fire2.svg);
}

.hotpost-swiper-post a {
    text-decoration: none;
    color: #000000;
    display: flex;
    border-radius: 20px;
    border: solid 2px var(--signature-green);
}

.hotpost-swiper-post-info {
    flex: 1;
    max-width: calc(70% - 20px);
    padding: 5px 5px 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hotpost-swiper-post-img-frame {
    flex: 0 0 30%;
    display: flex;
}

.hotpost-swiper-post-img-frame .cover-frame {
    padding-bottom: 70%;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.hotpost-swiper-post-img-frame .cover-frame img {
    width: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}

.hotpost-swiper-post-img-frame .cover-frame img.cover-frame-play-btn{
    width: 40%;
}

.hotpost-swiper-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 0.9rem;
    font-weight: 700;
}

.hotpost-swiper-post .post-meta {
    font-size: 0.7rem;
    color: grey;
}




.home-headline-slider-wrapper .swiper-pagination-wrapper .swiper-pagination-bullets {
    position: absolute;
    z-index: 21;
    right: 20px;
    text-align: center;
    bottom: auto !important;
    transform: translateX(-50%);
    left: 50% !important;
    top: 10px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotpost-swiper-actions{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.hotpost-swiper-pagination{
    position: relative;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    margin-top: unset !important;
}

.hotpost-swiper-pagination{
    width: unset !important;
    display: flex;
}

.hotpost-swiper-button-prev,
.hotpost-swiper-button-next{
    width:22px;
    height:22px
}

.hotpost-swiper-button-prev{
    background-image: url(/public/resources/images/greenleft.svg);
}
.hotpost-swiper-button-next{
    background-image: url(/public/resources/images/greenright.svg);
}

.hotpost-swiper-button-prev[aria-disabled="true"] {
    background-image: url(/public/resources/images/greyleft.svg);
}
.hotpost-swiper-button-next[aria-disabled="true"] {
    background-image: url(/public/resources/images/greyright.svg);
}

.hotpost-swiper-actions .swiper-pagination-bullet {
    width: 15px;
    height: 8px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.hotpost-swiper-actions .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--signature-green);
    height: 8px;
    width: 35px;
}


.vertical-post-image {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.vertical-post-image a {
    display: block;
    text-decoration: none;
}

.vertical-post-cat {
    position: absolute;
    right: 10px;
    top: 10px;
}

.vertical-post-cat a {
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    padding: 5px 8px;
    background-color: rgb(0 0 0 / 50%);
}

.vertical-post-title a {
    text-decoration: none;
    color: #000000;
}

body.darkmode .vertical-post-title a {
    color: #a9a9a9;
}

.vertical-post-title {
    padding: 10px 10px 5px 10px;
}

.vertical-post-date {
    color: grey;
    padding: 0 10px 10px 10px;
    font-size: 0.8rem;
}

.horizontal-post {
    display: flex;
    align-items: center;
}

.horizontal-post-image {
    flex: 0 0 35%;
    width: 35%;
    max-width: 35%;
}

.horizontal-post-info {
    flex: 0 0 65%;
    max-width: 65%;
    width: 65%;
    padding: 10px 0px 10px 10px;
}

.horizontal-post-image .cover-frame{
    padding-bottom: 72%;
}

.horizontal-post-image .cover-frame img.cover-frame-play-btn{
    width: 40%;
}

.horizontal-post-image {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.horizontal-post-image a {
    display: block;
    text-decoration: none;
}

.horizontal-post-cat {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    background: rgb(1 1 1 / 50%);
    padding: 5px 8px;
}

.horizontal-post-cat a {
    color: #ffffff;
    font-size: 0.8rem;
}

.horizontal-post-title a {
    color: #000000;
    text-decoration: none;
    width: 100%;
    display: block;
}

.horizontal-post-date {
    color: #7e7e7e;
    font-size: 0.8rem;
    padding: 0;
    margin-top: 5px;
}

.horizontal-post-title {
    margin-bottom: 5px;
}

.horizontal-post-excerpt a {
    display: block;
    text-decoration: none;
    color: #a8a8a8;
    font-size: 0.8rem;
}

.bottom-scroll{
    opacity: 0;
    position: fixed;
    bottom: 145px;
    right: 5px;
    z-index: 998;
}

.bottom-scroll > * {
    cursor: pointer;
    margin-top: 10px;
}

#scroll-up {
    width: 45px;
    height: 45px;
}

header.fixed .ads-frame{
    display: none;
}