body {
    font-family: 'Microsoft YaHei','PingFang SC','Microsoft JhengHei' ,'PingFang TC',Helvetica,Roboto,Arial,sans-serif;
    letter-spacing: 1px;
}

.horizontal-space{
    display: block;
    width: 100%;
}

.horizontal-space.space-5{
    height:5px;
}

.horizontal-space.space-10{
    height: 10px;
}

.horizontal-space.space-20{
    height: 20px;
}

.horizontal-space.space-30{
    height: 30px;
}

.horizontal-space.space-40{
    height: 40px;
}

.horizontal-space.space-50{
    height: 50px;
}

.main-header {
    position: relative;
    z-index: 999;
}

.main-header > div:first-child{
    background-color: #FFDE43;
}

.main-header-bg {
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.main-header-row-1,
.main-header-row-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    position: relative;
}

.main-header-row-1 {
    z-index: 6;
}

@media (max-width:960px) {

    .main-header-row-1,
    .main-header-row-2 {
        width: 100%;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

}

.main-header-row-1 {
    padding-bottom: 5px;
}

.main-header-row-2 {
    padding-top: 0;
    justify-content: flex-start;
}

.main-header-row-1-right {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: end;
    align-items: center;
}


.main-header-search-wrapper {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    white-space: nowrap;
    position: relative;
}

.main-header-search-wrapper form {
    display: flex;
    align-items: center;
}

.main-header-search-wrapper input,
.main-header-search-wrapper input:focus {
    background-color: transparent;
    border: none;
    outline-width: 0;
    outline: none;
    width: 200px;
    text-align: center;
}

.main-header-search-wrapper form .search-icon {
    padding: 3px 9px;
    background-color: #FFDE43;
    border-radius: 18px;
}

.main-header-search-popular {
    background-color: rgba(255, 255, 255, 1);
    width: 300px;
    position: absolute;
    right: 0;
    top: 50px;
    padding: 20px 15px;
    border-radius: 10px;
    transition: all .5s ease-in-out;
    transform-origin: left top;
    transform: scaleY(0);
    z-index:  93147483641117;
}

.main-header-search-popular::after {
    content: '';
    position: absolute;
    top: 0;
    left: 90%;
    width: 0;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #ffffff;
    margin-top: -13px;
}

.main-header-search-popular.show {
    transform: scaleY(1);
}

.main-header-search-popular-header {
    color: #FF3939;
    padding: 5px 5px 10px 10px;
}

.main-header-search-popular-item-containers {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

#main-header-search-popular-item-containers1 {
    margin-bottom: 20px;
}

#main-header-search-popular-item-containers2 {
    flex-direction: column;
    align-content: flex-start;
}

.main-header-search-popular-item {
    background-color: #FFF3BB;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 5px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#main-header-search-popular-item-tag {
    background-color: inherit;
}

.main-header-search-popular-item a {
    color: #131313;
    text-decoration: none;
}

.main-header-chinese-conversion {
    margin-left: 20px;
}

.main-header-chinese-conversion:hover{
    cursor: pointer;
}

.main-header-download-app {
    margin-left: 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.main-header-download-app img
.main-header-button-wrapper img {
    margin-right: 7px;
}

.main-header-button.main-header-button-login {
    margin-left: 10px;
    background-color: #CF4916;
    padding: 0 20px;
    position: relative;
}

.main-header-button.main-header-button-login.member{
    background-color: transparent;
    color: #000000;
    padding: 0 0px;
}
.main-header-button.main-header-button-login img{
    height: 100%;
}

.profile-hover {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0px 10px;
    background: #ffffff;
    box-shadow: 2px 1px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 1px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 1px 8px 0px rgba(0,0,0,0.75);
}

.profile-hover > div {
    padding: 10px 20px;
    color:#474747;
}

.profile-hover > div:hover{
    color:#000000;
    font-weight: bold;
}

.profile-hover > div:first-child {
    border-bottom: solid 1px #e2e2e2;
}


.main-header-nav-wrapper {
    flex: initial;
    position: relative;
    overflow: hidden;
    display: flex;
}

.main-header-nav-wrapper a {
    text-decoration: none;
    color: #131313;
    display: block;
}

.main-header-nav-wrapper .menu-item {
    padding: 5px 15px;
    white-space: nowrap;
}

.main-header-nav-wrapper .menu-item:first-child {
    padding-left: 0;
}

.main-header-nav-wrapper .menu-item.menu-invisible{
    display: none;
}

.main-header-row-2 .menu-item:hover > a {
    color: #824CEF;
}

.main-header-row-2 .menu-item.current-item > a {
    color: #824CEF;
    font-weight: bold;
}

.main-header-row-2-right{
    display: flex;
}

.main-header-button-wrapper,
.main-header-more-menu {
    flex: 0 0 auto;
    white-space: nowrap;
}

.main-header-button-wrapper {
    padding-left: 10px;
}

.main-header-more-menu {
    padding: 0px 20px;
}

.more-menu-wrapper{
    position: absolute;
    width: 100%;
    left: 0;
    background: #ffffff;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.more-menu-wrapper .page-inner-wrapper{
    display: flex;
    align-items: stretch;
    padding: 50px 0px;
    height:100%;
}

.more-menu-dialog-wrapper{
    position: relative;
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    height:100%;
}
.more-menu-dialog {
	position: relative;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    user-select: none;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    height:100%;
    padding-right: 50px;
    width:100%;
}

.more-menu-dialog::-webkit-scrollbar {
    display: none;
}

.more-menu-footer{
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    height:100%;
    padding-left: 20px;
    border-left: solid 1px #c6c6c6;
}

.footer-bottom-wrapper {
    padding-top: 30px;
    border-top: solid 1px #c6c6c6;
}

#lz_load_menu_more_footer,
.more-menu-footer footer{
    display: flex;
    width:100%;
    height:100%;
}

.more-menu-footer footer{
    flex-direction: column;
    justify-content: space-between;
}
.more-menu-dialog .menu-item {
    flex: 0 0 auto;
    width: auto;
    padding: 15px;
    white-space: normal;
    list-style: none;
    font-weight: normal;
}

.more-menu-dialog .menu-item a {
    text-decoration: none;
    color: #454444;
}

.more-menu-dialog > .menu-item {
    font-weight: bold;
    width: 100%;
    display: flex;
    border-bottom: solid 1px #c6c6c6;
}

.more-menu-dialog > .menu-item:first-child{
    padding-top: 0;
}

.more-menu-dialog > .menu-item .sub-menu {
    padding: 0px 20px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.more-menu-dialog > .menu-item .sub-menu > .menu-item {
    padding: 0px;
    margin-bottom: 10px;
    margin-right: 25px;
}

.more-menu-dialog > .menu-item .sub-menu > .menu-item a{
   color: #454444;
}

.more-menu-dialog-control {
    position: absolute;
    right: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #eee1e1;
   
}

.more-menu-dialog-control:hover{
    cursor: pointer;
}

.more-menu-dialog-control.hidden{
    opacity: 0.3;
}

.more-menu-dialog-control.hidden:hover{
    cursor: not-allowed ;
}

.more-menu-dialog-control img{
    width:100%;
}

.more-menu-dialog-control.down{
    bottom: 10px;
    transform: rotate(180deg);
}
.more-menu-dialog-control.up{
    top: 10px;
}

.more-menu-dialog-control img {
    width: 100%;
}

.more-menu-footer footer a{
    text-decoration: none;
    font-size: 0.9rem;
}
.footer-links-subtitle {
    color: #767676;
    padding-bottom: 10px;
    font-size: 0.9rem;
}

.footer-links-col {
    display: flex;
    flex-wrap: wrap;
}

.footer-links-subcol {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding-right: 10px;
}

.footer-links-subcol a {
    flex: 0 0 100%;
    color: #454545;
    margin-bottom: 8px;
}

.subsite-links {
    margin-bottom: 30px;
}

.footer-social {
    padding: 0 10px 20px 0px;
}

.footer-social a {
    margin-right: 20px;
}

.bottom-links a {
    display: inline-block;
    float: left;
    padding: 5px 8px;
    color: #707070;
}

.bottom-links {
    margin-left: -8px;
    margin-right: -8px;
}

.main-header-more-menu-button {
    background-color: #ffffff;
    opacity: 0.7;
    padding: 0px 12px;
    height: 32.5px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
}

.main-header-more-menu-button.opened:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
    transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-bottom-color: #ffffff;
	border-top: 0;
	border-right: 0;
	margin-left: -6.5px;
	margin-top: -13px;
}

.main-header-button {
    padding: 0px 25px;
    border-radius: 50px;
    color: #ffffff;
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 32.5px;
}

.main-header-button a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    color: #864700;
}

.main-header-audio-button,
.main-header-chilliboomtv-button {
    padding: 0;
}


.main-header-audio-button img {
    padding-right: 5px
}

.first-right-button{
    margin-left:auto;
}

.main-header-download-app:hover,
.main-header-more-menu-button:hover,
.main-header-button-login:hover,
.main-header-search-wrapper img:hover {
    cursor: pointer;
}


@media (max-width: 767px) {

    .main-header-download-app,
    .main-header-search-wrapper,
    .main-header-audio-button,
    .main-header-chilliboomtv-button {
        display: none;
    }

    .main-header-nav-wrapper {
        padding-right: 0px;
    }
}


.main-header.fixed{
    position: fixed;
    width: 100%;
    top: 0;
}


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

.main-header.fixed .main-header-row-2{
    padding-top: 10px;
}

.main-header.fixed #main-header-nav-wrapper{
    flex: 1;
}

.main-header.fixed .header-cp-logo{
    padding-right:20px;
}

.main-header.fixed  .main-header-search-wrapper input, 
.main-header.fixed  .main-header-search-wrapper input:focus{
    width: 120px;
}

.main-header.fixed .main-header-button-login{
    margin-left: 0;
}

.main-header-subcat-ticker-row-full-width {
    background: #824CEF;
    position: relative;
    background: linear-gradient(90deg, #824CEF 50%, #ffffff 50%);
}

.main-header-subcat-ticker-row-full-width.no-subcat{
    background: #ffffff;
}

.main-header-subcat-ticker-row {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

@media (max-width:960px) {
    .main-header-subcat-ticker-row {
        width: 95%;
    }
}

.main-header.fixed  .main-header-subcat-ticker-row-full-width:not(.no-subcat) .main-header-subcat-ticker-row{
    padding-left:10px;
}


.main-header-subcat-col{
    flex: 0 0 auto;
    max-width: 65%;   
    background: #824CEF;
    position: relative;
    padding-right: 20px;
    display: flex;
}

.main-header-ticker-col{
    flex: 1;
    background: #ffffff;
}


.main-header-subcat-col::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 40px 0;
    border-color: transparent #ffffff transparent transparent;
    line-height: 0px;
    _border-color: #000000 #ffffff #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}


.main-header-subcat-col.have-nav .main-header-subcat-wrapper {
    width: calc(100% - 70px);
    overflow: hidden;
}

.main-header-subcat-nav {
    flex:  0 0 70px;
    position: relative;
    z-index: 4;
}

.main-header-subcat-col .swiper-button-next {
    right: 0;
}

.main-header-subcat-col .swiper-button-next.swiper-button-disabled,
.main-header-subcat-col .swiper-button-prev.swiper-button-disabled{
    opacity: 0.5;
}

.main-header-subcat-col [class^="swiper-button-"]::after {
    font-size: 16px;
    color: #FFFFFF;
    width: auto;
}

.main-header-subcat{
    display: flex;
    transition: transform 0.5s;
}

.sub-menu-item {
    padding: 8px 0px;
    white-space: nowrap;
    margin-right: 20px;
}

.sub-menu-item:last-child{
    margin-right: 0px;
}

.sub-menu-item a {
    color: #ffffff;
    text-decoration: none;
}

.sub-menu-item a::after {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    position: relative;
    top: 5px;
    border-bottom: 2px solid #FFFFFF;
    transition: 0.5s;
}

.sub-menu-item.current-item a {
    color: #FFDE43;
    font-weight: bold;
}

.sub-menu-item.current-item a:after {
    width: 40%;
    border-bottom: 2px solid #FFDE43;
}

.sub-menu-item.current-item a:hover:after {
    width: 100%;
}

.sub-menu-item a:hover:after {
    width: 100%;
}


.main-header-subcat-ticker-row-full-width.no-subcat .main-header-subcat-col{
    display: none;
}

.main-header-subcat-ticker-row-full-width.no-subcat .main-header-ticker-col{
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}


.bn-breaking-news{
    border: solid 1px #ffffff !important;
    border-radius: 0px !important;
    height:40px;
}

.bn-news{
    height:40px;
    left:70px !important;
}

.bn-news ul li span.separator {
    padding-left: 10px;
    color: #BFBFBF;
    font-size: 1.2rem;
}

.bn-label {
    background: #ff7b09 !important;
    border-radius: 10px;
    border: solid 5px #ffffff;
    display: flex !important;
    align-items: center;
}

.bn-news ul li a{
    color:#000000;
}

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

.page-inner-wrapper {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .page-inner-wrapper {
        width: 100%;
    }
}

.position-relative-frame {
    position: relative;
}

.border-curve-frame {
    border-radius: 5px;
    overflow: hidden;
}

.post-cover-image-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 52.3333%;
}

.post-cover-image-frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.post-cover-image-shadow-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(33%, rgba(0, 0, 0, 0.44)), color-stop(53%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    padding-bottom: 5px;
}


.post-cover-image-shadow-text a {
    text-decoration: none;
    color: #ffffff;
}

.post-cover-image-shadow-text a h1,
.post-cover-image-shadow-text a h2,
.post-cover-image-shadow-text a h3,
.post-cover-image-shadow-text a h4,
.post-cover-image-shadow-text a h5,
.post-cover-image-shadow-text a h6 {
    font-size: 1.2rem;
    margin: 0 0.7rem;
}

.post-cover-image-shadow-text a .desc {
    font-size: 0.9rem;
    margin: 10px 0.7rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.cat-label {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #FFDE43;
    border-radius: 4px;
    padding: 3px 8px;
}

.cat-label a {
    text-decoration: none;
    color: #000000;
    font-size: 0.8rem;
}

.num-label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 3px 8px 5px 5px;
    background: #8B0000;
    color: #ffffff;
    border-bottom-right-radius: 100%;
    font-weight: 600;
    font-size: 0.8rem;
}

.post-meta {
    font-size: 0.7rem;
    line-height: 1.3;
    height: calc(1.3 * 0.7rem);
    padding: 0.2rem 0.7rem;
    display: flex;
    align-items: center;
    letter-spacing: normal;
}

.post-cover-image-shadow-text .post-meta {
    color: #ffffff;
}

.post-meta img {
    margin-right: 3px;
}

.post-meta .post_date_meta {
    margin-right: 10px;
}

.with-vertical-margin-20{
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-section-title {
    display: inline-block;
    background: transparent linear-gradient(270deg, #FFFFFF00 0%, #8383B4 100%) 0% 0% no-repeat padding-box;
    padding: 8px 60px 8px 30px;
    position: relative;
    height: 39px;
}

.page-section-title a {
    text-decoration: none;
    color: #1B1B1B;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 20px;
    font-size: 1rem;
}

.page-section-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -0px;
    border-left: 14px solid #fff;
    border-top: 40px solid transparent;
}

.page-section-title-style2 {
    /* background-color: #E5E5E5; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 15px;
}

.page-section-title-style2 .page-section-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 15px;
}

.page-section-title-style2 .page-section-title::after {
    border-top: 40px solid #E5E5E5;
}

.page-section-title-style2 > .page-section-title > a:first-child {
    padding-right: 20px;
}

.page-section-title-style2 > .page-section-title > a:last-child {
    text-decoration: none;
    color:  #8383B4;
    font-size: 12px;
    display:flex;
    align-items:center;
}

.page-section-title-style2 > .page-section-title > a:last-child .arrow {
    border: solid #8383B4;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.page-section-title-style2 > .page-section-title > a:last-child .arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.page-section-title-style2 > .page-section-title > a:last-child img{
    margin-left:5px;
}

.page-section-title-style3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}

.page-section-title-style3 .page-section-title::after {
    border-top: 40px solid #ffffff;
}

.page-section-title-style3 > a:last-child {
    text-decoration: none;
    color:  #7C7C7C;
    display:flex;
    align-items:center;
}

.page-section-title-style4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 15px;
}

.page-section-title-style4 .page-section-title::after {
    border-top: 40px solid #ffffff;
}

.page-section-title-style4 > a:last-child {
    text-decoration: none;
    color:  #7C7C7C;
    display:flex;
    align-items:center;
}

.page-section-title-style4 .page-section-title {
    display: inline-block;
    background: #FFFFFF;
    padding: 8px 10px;
    height: 39px;
    border: 1px solid #000000;
    border-right: none;
    z-index: 1;
}

.page-section-title-style4 .page-section-title::before {
    width: 100%;
    top: -1px;
    left: 50px;
    border-right: 14px solid #fff;
    border-top: 40px solid #fff;
    z-index: -1;
}

.horizontal-post {
    display: flex;
    width: 100%;
}

.horizontal-post>div:first-child {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
}

.horizontal-post>div:nth-child(2) {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0px 15px 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.horizontal-post .title {
    font-size: 1.1rem;
    margin: 0 0 10px 0px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

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

.horizontal-post .desc {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 10px 0;
    color: #444444;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.horizontal-post>div:nth-child(2) .post-meta {
    padding: 0;
    color: #7C7C7C;
    display: flex;
    flex-wrap: wrap;
}

.horizontal-post>div:nth-child(2) .post-meta >div:last-child{
    display: flex;
}

.hotpost-header {
    display: flex;
    align-items: flex-end;
}

.hotpost-header span {
    display: inline-block;
    margin-bottom: 5px;
}

.hotpost-header span:nth-child(2) {
    font-weight: bold;
    margin-left: 5px;
    margin-right: 20px;
    font-size: 1rem;
}

.vertical-site-hotpost-wrapper .hotpost-header .hotpost-time-toggle:nth-child(3){
    margin-left: auto;
}

.hotpost-header .hotpost-time-toggle {
    color: #A0A0A0;
    margin-left: 20px;
    margin-right: 20px;
}


.hotpost-header .hotpost-time-toggle.active {
    color: #000000;
    border-bottom: solid 3px #824CEF;
    margin-bottom: 3px;
}

.hotpost-header span.separator {
    border-left: solid 1px #A0A0A0;
    width: 1px;
    height: 24px;
    margin-bottom: 2px;
}

.hotpost-header .hotpost-time-toggle:hover{
    cursor: pointer;
}

.hotpost-slider-wrapper:not(.active),
.hotpost-wrapper:not(.active){
    display:none;
}

.vertical-site-hotpost-wrapper .hotpost-wrapper {
    background-color: #F2F2F2;
    margin-top: 15px;
    padding: 15px;
    overflow-y: auto;
    max-height: calc(100vh - 182px);
}

@media (max-width: 767px) {
    .vertical-site-hotpost-wrapper .hotpost-wrapper {
        max-height: 100%;
    }
}

.vertical-site-hotpost-wrapper .horizontal-post {
    padding-top: 20px;
}

.vertical-site-hotpost-wrapper .horizontal-post:first-child {
    padding-top: 0px;
}

.vertical-site-hotpost-wrapper .horizontal-post .title{
    font-size: 0.9rem;
    font-weight: 400;
}

.vertical-site-hotpost-wrapper .horizontal-post .horizontal-post-right{
    justify-content: center;
}

#vertical_site_hotvideo_lz .vertical-site-hotpost-wrapper {
    margin-top: 20px;
}

.slider-wrapper-same-height-style .swiper-slide{
    height: auto;
    display: flex;
    align-items: stretch;
}

.flex-wrapper-same-height-style{
    height: auto;
    display: flex;
    align-items: stretch;
}

.card-style{
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 10px;
}

.vertical-post {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

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

.vertical-post .title h2 {
    font-size: 1.1rem;
    margin: 5px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.vertical-post.card-style .title h2{
    margin: 10px 0px;
}

.vertical-post.card-style .num-label {
    border-top-left-radius: 10px;
}

.vertical-post .post-meta {
    color: #7C7C7C;
    padding: 0.2rem 0;
    margin-top: auto;
}

.vertical-post .post-cover-image-frame:not(.no-curve){
    border-radius: 5px;
}

.article-page .vertical-post .title h2 {
    font-weight: 400;
}

.page-section-top-bottom-padding{
    padding-top: 20px;
    padding-bottom: 20px;
}

.signature-grey-bg{
    background-color: #F6F6F6;
}

.bottom-scroll {
    display: flex;
    flex-direction: column;
    align-items: end;
    opacity: 0;
    position: fixed;
    bottom: 145px;
    right: 5px;
    z-index: 998;
}

/** SUBSITE */
.main-header.subsite-header .main-header-row-1 {
    padding-top: 0;
}

.main-header.subsite-header.fixed .main-header-row-2 {
    padding-top: 0;
    padding-bottom: 0;
}

.main-header.subsite-header .header-cp-logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.main-header.subsite-header .header-cp-logo .header-cp-subsite-logo {
    position: relative;
    overflow: hidden;
    width: 98px;
    min-height: 58px;
    padding-bottom: 18%;
    margin-right: 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.main-header.subsite-header .header-cp-logo .header-cp-subsite-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.main-header.subsite-header .header-johor-slogan {
    margin-right: auto;
}

.footer-links-subcol>.footer-links-subsite {
    flex: 0 0 100%;
    margin-bottom: 8px;
    display: flex;
}

.footer-links-subcol .footer-links-subsite a {
    flex: 0 0 auto;
    margin-bottom: 0px;
}

.footer-links-subcol .footer-links-subsite>.footer-links-subsite-social {
    display: flex;
    align-items: center;
}

.footer-links-subcol .footer-links-subsite>.footer-links-subsite-social>a {
    background: #7955E7;
    border-radius: 50%;
    position: relative;
    padding: 9px;
    margin-left: 5px;
}

.footer-links-subcol .footer-links-subsite>.footer-links-subsite-social>a>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homepage-swiper-huashezhuanqu-wrapper:not(.active) {
    display:none;
}

.signature-dark-grey-bg {
    background-color: #d4d3e3;
}
/** SUBSITE END */
