/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 28 2026 | 07:34:44 */
a:focus { outline: none;-moz-outline-style: none; }

#page::before {
  --hsz: 1100px;
  --hcol: 128,167,40;
  --halpha: 0.8;
  --hblur: 20px;
  content: "";
  position: absolute;
  left: -26%;
  top: -16%;
  width: var(--hsz);
  height: var(--hsz);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle,
    rgba(var(--hcol), var(--halpha)) 0%,
    rgba(var(--hcol), 0.09) 70%,
    transparent 70%);
  filter: blur(var(--hblur));
}
.ast-hfb-header .site-footer .site-primary-footer-wrap{ 
	position:relative;
}
#page::after {
  --hsz: 800px;
  --hcol: 128,167,40;
  --halpha: 0.8;
  --hblur: 20px;
  content: "";
  position: absolute;
  right: -30%;
  bottom: 0;
  width: var(--hsz);
  height: var(--hsz);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle,
    rgba(var(--hcol), var(--halpha)) 0%,
    rgba(var(--hcol), 0.09) 70%,
    transparent 70%);
  filter: blur(var(--hblur));
}

.bg_content2::after {
  --hsz: 1100px;
  --hcol: 128,167,40;
  --halpha: 0.8;
  --hblur: 20px;
  content: "";
  position: absolute;
  right: -40%;
  top: -16%;
  width: var(--hsz);
  height: var(--hsz);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle,
    rgba(var(--hcol), var(--halpha)) 0%,
    rgba(var(--hcol), 0.09) 70%,
    transparent 70%);
  filter: blur(var(--hblur));
}

.bg_content3::after {
  --hsz: 1100px;
  --hcol: 128,167,40;
  --halpha: 0.8;
  --hblur: 20px;
  content: "";
  position: absolute;
  left: -35%;
  top: -20%;
  width: var(--hsz);
  height: var(--hsz);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle,
    rgba(var(--hcol), var(--halpha)) 0%,
    rgba(var(--hcol), 0.09) 70%,
    transparent 70%);
  filter: blur(var(--hblur));
}

.site-header{
	z-index:999;
}

.ast-builder-grid-row.ast-grid-center-col-layout {
    grid-template-columns: 0.6fr auto 1fr;
}

.footer-social-inner-wrap .footer-social-item{
	display:inline-block;
	width:40px;
	height:40px;
	border:solid 1px #fff;
	border-radius:50%;
	text-align: center;
   line-height: 44px;
}
.footer-social-inner-wrap .footer-social-item:hover{
	border:solid 1px #cbf667;
}

.ast-primary-header-bar {
    background-color: #f6f6f600;
    background-image: none;
}

.post .entry-content p a{
 color:#cbf667 !important;
}
.post .entry-content p a:hover{
 color: #cbf667 !important;
 text-decoration:underline !important;
}

.post .entry-content p a{
 color:#cbf667 !important;
}
.post .entry-content p a:hover{
 color: #cbf667 !important;
 text-decoration:underline !important;
}


.post .entry-content h2{
	position:relative;
    padding: 10px;
    margin: 30px 0;
}

.post .entry-content h2::before {
    content: "";
	   display:block;
	   bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #cbf667 0%, #cbf667 29.3%, rgb(255 255 255 / 46%) 29.3%, rgb(255 255 255 / 46%) 100%);
}

.post .entry-content h3{
	  font-size: 24px;
	color: #fff;
	margin:50px 0 30px 0 !important;
	padding:0 0 0 30px !important;
	position:relative;
	border:0 !important;
	
}

.post .entry-content h3::before{
    content: "";
	   display:block;
	   top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 3px;
    height: 100%;
    background: #cbf667;
}

.post .entry-content thead td, .post .entry-content thead th {
    background-color: #cbf667 !important;
    color: #000 !important;
	   background-clip: padding-box;
    border:#fff 1px solid !important;
	   border-right:#fff 1px solid !important; 
    padding: 0.5em 0.75em;
    position: relative;
}

.post .entry-content tbody{
	border:#fff 1px solid !important;
}

.post .entry-content tbody td{
	border-bottom:#fff 1px solid !important;
}

#ezw_tco-2 .ez-toc-title{
	color:#fff !important;
}
#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li a{
	color:#fff !important;
}
#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li.active {
    background-color: #424242 !important;
}

.forex_icon .uagb-ifb-image-content{
	position:absolute;
	top:20px;
	right:0px;
}

#cfd-tickers {
	display: flex; 
	flex-wrap: wrap; 
	gap: 15px;
	justify-content: space-evenly;
}

#cfd-tickers .cfd-tickers-item {
	padding: 10px 20px;
	border: 1px solid #cbf667;
	border-radius: 50px;
	min-width: 180px;
	text-align: left;
	color: #fff;
	flex: 1 1 220px;
	max-width: 220px;
	transition: all 0.3s ease;
}

/* 悬停动效 */
#cfd-tickers .cfd-tickers-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 10px #cbf66755;
}

#cfd-tickers .cfd-name {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	position: relative;
}

#cfd-tickers .cfd-tickers-item .cfd-name::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: linear-gradient(90deg, #cbf667, #cbf66700);
}

#cfd-tickers .cfd-tickers-item span {
	display: inline-block;
	font-style: italic;
	font-size: 14px;
}

#cfd-tickers .cfd-tickers-item span.change {
	float: right;
	font-size: 18px;
}

#cfd-tickers .change.up {
	color: #cbf667;
}
#cfd-tickers .change.down {
	color: #ea3943;
}
#cfd-tickers .change.flat {
	color: #cbf667;
}

/* ------------------------- */
/* 响应式样式部分 */
/* ------------------------- */

/* 平板和手机（≤1024px）两列 */
@media (max-width: 1024px) {
	#cfd-tickers {
		gap: 12px;
		justify-content: center;
	}
	#cfd-tickers .cfd-tickers-item {
		flex: 1 1 30%;
		max-width: 35%;
		font-size: 15px;
	}
	#cfd-tickers .cfd-name {
		font-size: 18px;
	}
}

/* 小屏手机（≤480px）改为单列 */
@media (max-width: 480px) {
	#cfd-tickers {
		gap: 10px;
	}
	#cfd-tickers .cfd-tickers-item {
		flex: 1 1 45%;
		max-width: 50%;
		border-radius: 40px;
		padding: 5px 15px;
	}
	#cfd-tickers .cfd-name {
		font-size: 16px;
	}
	#cfd-tickers .cfd-tickers-item span.change {
		margin-top: 6px;
		font-size: 16px;
	}
}



#menu-footer-quick-link{
	display: grid;
	font-weight:bold;
	grid-template-columns:1fr 1fr 1fr;
	gap: 20px;
}

#menu-footer-quick-link .ast-icon{
	display:none;
}

#menu-footer-quick-link .sub-menu li{
	padding:0;
	line-height:1.2em;
}

#menu-footer-quick-link .sub-menu li a{
	color:#9c9c9c;
	font-size:12px;
	font-weight:normal;
}
#menu-footer-quick-link .sub-menu li a:hover{
	color:#cbf667;
}


.ast-site-identity {
    padding: 0;
}

.ast-separate-container .ast-blog-layout-5-grid .post-content{
	padding:0 1em !important;
}

.ast-button-wrap .ast-mobile-menu-trigger-minimal:focus{border-style:none !important;outline: none;}

.ast-menu-toggle{border-style: none;}

.ast-menu-toggle:focus {
    outline: none;
}

.entry-content ol, .entry-content ul {
    margin-left: 4% !important;
}

.astra-search-icon{
	display:block;
	width:33px;
	height:33px;
   background-image:url(/wp-content/uploads/2025/09/search_icon.png);
	background-repeat:no-repeat;
	background-size:cover;
}

.astra-search-icon .ahfb-svg-iconset{display:none !important;}

.main-header-bar .ast-search-menu-icon .search-form{
	background:#cbf667;
	border-radius:20px;
	border:0;
}
.search-field{
	background:#cbf667 !important;
	border-radius:20px !important;
	border:0 !important;
}

#ast-mobile-header .ast-search-menu-icon .search-form{
	background-color: #fff0;
	border: 0;
	margin: 10px 20px !important;
}

.uagb-post__image {
    overflow: hidden
}

.uagb-post__image img {
    transition: transform 0.4s ease;
    display: block
}

.uagb-post__inner-wrap:hover .uagb-post__image img {
    transform: scale(1.1)
}

.index_news .uagb-post__inner-wrap{
	padding:15px !important;
}

.index_news .uagb-post__taxonomy{
	border-radius:15px !important;
	margin:0 !important;
}

.index_news .uagb-post__taxonomy:hover{
	color:#1e37b8;
}

.index_news .uagb-post__text.has-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.index_news .uagb-post__taxonomy.highlighted a{
	color:#000 !important;
	font-size: 14px !important;
}

.index_news .uagb-post__date{color:#cbf667;}

.index_news .uagb-post__title{
	margin-top:10px;
	padding-bottom: 10px !important;
}

.index_news .uagb-post__inner-wrap:hover .uagb-post__title a{
	color:#cbf667 !important;
}

.index_news .uagb-post__date::after{
	display:none;
}

.index_news .wp-block-button{
	text-align:right;
	padding:0 20px;
}
.index_news .wp-block-button a{
	display:inline-block;
	border-bottom:solid 1px #555 !important;
	padding-bottom:5px !important;
}


.index_news .uagb-post__text .uagb-post__taxonomy.highlighted:not(:first-of-type) {
    display: none;
}

.index_news .uagb-post__image{
  border:solid 1px #cbf66794;
  border-radius: 10px; /* 圆角大小 */
  margin-bottom:20px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.index_news .uagb-post__image a{
  display:block;
  border-radius: 10px; /* 圆角大小 */
  overflow: hidden;
}

#secondary{
	margin-top:111px;
}

/* 推荐文章列表 */
.recommend-posts{
	border:solid 2px #d7d7d7;
	border-radius:20px;
	padding:30px;
	overflow:hidden;
  display: flex;
  flex-direction: column;
  gap: 8px; /* 间隔 */
}

.recommend-posts .recommend-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 4px;
}

.recommend-posts .recommend-item.even {
    background-color: #f2fddb;
}

.recommend-posts .recommend-item.odd {
    background-color: #ffffff;
}

.recommend-posts .recommend-index {
    font-weight: bold;
    margin-right: 6px;
    color: #000;
	   font-size: 20px;
}

.recommend-posts .recommend-title {
    flex: 1;
    margin-right: 10px;
    text-decoration: none;
    color: #000;
	  font-size: 20px;
	   font-weight: bolder;
	
    /* 单行截断 */
    white-space: nowrap;        /* 不换行 */
    overflow: hidden;           /* 超出隐藏 */
    text-overflow: ellipsis;    /* 显示省略号 */
}

.recommend-posts .recommend-title:hover {
    text-decoration: underline;
}

.recommend-posts .recommend-date {
    white-space: nowrap;
    color: #000;
    font-size: 20px;
	   font-weight: bold;
}


.ast-blog-single-element .entry-meta a{
	display:inline-block;
	background:#00b4ff;
	color:#fff;
	padding:2px 5px;
	border-radius:10px !important;
	margin:0 !important;
}

.ast-blog-single-element .entry-meta a:hover{
	color:#000;
}

.ast-excerpt-container{ position: relative; }
.ast-excerpt-container p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;   /* 需要的行数 */
  overflow: hidden;
  line-height: 1.6;
}
.ast-excerpt-container::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2.5em;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(transparent, black);
  mask-image: linear-gradient(transparent, black);
  background: linear-gradient(to bottom, transparent, #000);
}

#block-2 {
	padding:0 !important;
}

#block-2 .widget-title{	
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:24px;
	font-weight:600;
	color:#fff;
}

#block-2 .widget-title::before{
	content:"";
	display:inline-block;
	width:5px;
	height:25px;
	background:#cbf667;
	margin-right:15px;
}

/*侧边栏最新文章*/

.category-latest-posts {
    display: grid;
    gap: 10px;
}

.category-latest-posts .latest-post-item {
    text-align: left;
}

.category-latest-posts .latest-thumb img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.category-latest-posts .latest-title {
    font-size: 16px;
    margin: 10px 0 5px;
}

.category-latest-posts .latest-title a {
    color: #fff;
    text-decoration: none;
}

.category-latest-posts .latest-title a:hover {
    color: #cbf667;
}

.category-latest-posts .latest-meta {
	   font-size:16px;
    color: #cbf667;
	   border-bottom: solid 2px #5e5f65;
    padding-bottom: 5px;
    padding-left: 5px;
}


/*侧边栏热门文章*/

.category-popular-posts {
    display: grid;
    gap: 30px;
}

.category-popular-posts .popular-post-item {
    text-align: left;
}

.category-popular-posts .popular-thumb img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.category-popular-posts .popular-title {
    font-size: 16px;
    margin: 10px 0 5px;
}

.category-popular-posts .popular-title a {
    color: #fff;
    text-decoration: none;
}

.category-popular-posts .popular-title a:hover {
    color: #cbf667;
}

.category-popular-posts .popular-meta {
	 font-size:16px;
    color: #cbf667;
	 border-bottom: solid 2px #ccc;
    padding-bottom: 5px;
    padding-left: 5px;
}


/*指定分类热门文章*/
/* 容器：网格布局 */
.category-popular-posts-zd {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr; /* 默认单列 */
    align-items: stretch;
}

/* 卡片透明，没有边框和圆角 */
.category-popular-posts-zd .popular-post-item {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

/* 图片容器：16:9 比例 */
.category-popular-posts-zd .popular-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
	 border: solid 1px #cbf66794;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* 图片：加外边框 + 圆角 */
.category-popular-posts-zd .popular-thumb a{
	display:block;
	border-radius:10px;
	overflow:hidden;
}

.category-popular-posts-zd .popular-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.category-popular-posts-zd .popular-post-item:hover .popular-thumb img {
    transform: scale(1.05);
}

/* --- 第一条新闻：横排 --- */
.category-popular-posts-zd .popular-post-item.first-post {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    grid-column: 1 / -1;
}

.category-popular-posts-zd .first-post .popular-title{
	font-size:35px;
}

.category-popular-posts-zd .first-post .popular-thumb {
    flex: 0 0 50%;    
}

.category-popular-posts-zd .first-post .popular-nr {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

/* --- 其它新闻（三列）--- */
.category-popular-posts-zd .popular-post-item:not(.first-post) {
    display: flex;
    flex-direction: column;
}

.category-popular-posts-zd .popular-post-item:not(.first-post) .popular-nr {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 0;
}

/* --- 内容样式 --- */
.category-popular-posts-zd .popular-meta {
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-popular-posts-zd .popular-date {
    color: #cbf667;
    font-weight: 600;
}

.category-popular-posts-zd .popular-category {
    background:#cbf667;
    color: #000;
    padding: 4px 8px;
    line-height: 1;
    border-radius: 12px;
    font-size: 13px;
	 display:none;
}
.category-popular-posts-zd .popular-category a {
    color: #000;
    text-decoration: none;
}

.category-popular-posts-zd .popular-title {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.category-popular-posts-zd .popular-title a {
    color: #fff;
    text-decoration: none;
}
.category-popular-posts-zd .popular-post-item:hover .popular-title a {
    color: #cbf667;
}

/* 摘要（第一条有） */
.category-popular-posts-zd .popular-excerpt {
    font-size: 16px;
    color: #848484;
    margin-bottom: 12px;
}

/* Read More（第一条有） */
.category-popular-posts-zd .readmore {
    display:none;
}
.category-popular-posts-zd .first-post .readmore {
	  display:block;
    text-align: left;
    font-size: 16px;
}
.category-popular-posts-zd .first-post .readmore a {
	display:inline-block;
	position:relative;
    padding:3px 20px 3px 30px; 
    text-decoration: none;
    color: #000;
	background:#cbf667;
	border-radius:50px;
}
.category-popular-posts-zd .first-post .readmore a:hover {
    color: #fff;
}
.category-popular-posts-zd .first-post .readmore a::before{
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(/wp-content/uploads/2025/09/btn_icon.png);
	background-size:cover;
	position:absolute;
	top:8px;
	left:6px;
}

/* --- 响应式 --- */
@media (min-width: 768px) {
    .category-popular-posts-zd {
        grid-template-columns: repeat(3, 1fr);
    }
    .category-popular-posts-zd .first-post {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
	.category-popular-posts-zd .first-post .popular-title {
    font-size: 22px;
   }
}

/* 手机端样式 */
@media (max-width: 430px) {
    .category-popular-posts-zd {
        grid-template-columns: 1fr;
    }

    /* 第一条新闻与其他样式统一 */
    .category-popular-posts-zd .first-post {
        display: flex;
        flex-direction: column !important;
        grid-column: auto;
    }

    .category-popular-posts-zd .first-post .popular-thumb {
        flex: unset;
        width: 100%;
        margin-bottom: 15px;
    }

    .category-popular-posts-zd .first-post .popular-nr {
        padding: 12px 0;
    }

    /* 调整标题字号以适配手机 */
    .category-popular-posts-zd .first-post .popular-title {
        font-size: 18px;
    }

    /* 第一条的 readmore 保留或统一样式 */
    .category-popular-posts-zd .first-post .readmore {
        display: block;
        text-align: left;
        font-size: 15px;
    }

    .category-popular-posts-zd .first-post .readmore a {
        padding: 3px 15px 3px 25px; 
        border-radius: 40px;
    }
}


.index_tab.uagb-tabs__wrap{
	border: solid 1px #cbf66794;
	border-radius:15px;
}

.index_tab .uagb-tabs__panel{
	margin:0 !important;
	background:#3939397d;
	justify-content:space-evenly !important;
}

.index_tab .uagb-tab{
	margin:0 !important;
}

.index_tab .uagb-tab.uagb-tabs__active{
	background: linear-gradient(90deg, #00000000 0%, #cbf667 50%, #00000000 100%) !important;
}

.index_tab .uagb-tabs__body-wrap{
	padding:30px !important;
}

/* --- 外汇数据表 --- */
.forex-frankfurter-table {
  width: 100%;
  color:#fff;
   min-height:200px;
}

.forex-table-title {
    position: relative;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
	color:#fff !important;
	font-weight:bolder;
	padding-left:20px;
}
.forex-table-title::after {
    content:"";
	display:block;
    position:absolute;
    left:0; 
	 top:10%;
	width:4px;
	 height:80%;
    background: #cbf667;
}

.forex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  font-size: 22px;
	font-weight:bold;
}

.forex-row:last-child {
  border-bottom: none;
}

.forex-row.header {
  color: #a3a3a3;
  font-size: 18px;
	font-weight:400;
	border-bottom:solid 1px #cccccc47;
	margin-bottom:20px;
}

.forex-row .name {
  flex: 1 1 30%;
}

.forex-row .price {
  flex: 1 1 25%;
  text-align: center;
}

.forex-row .change {
  flex: 1 1 25%;
  text-align: center;
  font-weight: bold;
}

.forex-row .tradeNow {
  flex: 1 1 20%;
  text-align: right;
  font-weight: bold;
}

.forex-row .change.up { color: #27ae60; }   /* 绿色 */
.forex-row .change.down { color: #e74c3c; } /* 红色 */
.forex-row .change.flat { color: #888; }    /* 灰色 */

/* 交易按钮 */
.trade-btn { 
    background: #cbf667; 
    color:#000;
	 font-size:14px;
    padding:3px 20px 3px 30px; 
    border-radius: 50px; 
    text-decoration:none; 
    display:inline-block;
	position:relative;
}
.trade-btn:hover { color:#000; background:#bdf736; }

.trade-btn::before{
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(/wp-content/uploads/2025/09/btn_icon.png);
	background-size:cover;
	position:absolute;
	top:6px;
	left:6px;
}

/* ---------- 响应式 ---------- */
@media (max-width: 768px) {

  .forex-table-title {
    font-size: 24px;
   }
	
	.forex-frankfurter-table {
    margin-top:20px;
}
	
}

@media (max-width: 430px) {
 .forex-row {
    padding: 8px 0px;
    font-size: 14px;
	 
  }

  .forex-row .change {
    font-size: 13px;
  }
	.trade-btn{
		font-size:11px;
		line-height: 14px;
	}
	.trade-btn::before{
		top:7px;
	}
}


/* 底部黑色渐变 */
.scroll_content_out::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;            
    height: 300px;           
    pointer-events: none;   
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* 黑色渐变 */
    z-index: 1;
}

.scroll_content {
    max-height: 800px;      /* 限制显示高度，可根据需要调整 */
    overflow-y: auto !important;       /* 启用垂直滚动 */
    padding-right: 10px !important;    /* 避免滚动条覆盖内容 */
	 position:relative !important;
	
	 /* Masonry 核心：让列高度自动排列 */
    align-content: flex-start !important;
}


.scroll_content .wp-block-uagb-container {
    flex: 1 1 30% !important;           /* 子元素宽度约占 30%，可调 */
    min-width: 200px !important;        /* 最小宽度保证响应式 */
    box-sizing: border-box !important;

    /* 高度不固定，让不同内容形成瀑布流效果 */
    display: flex !important;
    flex-direction: column !important;
	 justify-content: flex-start !important;
	 height:auto !important;
}

/* 可选：自定义滚动条，让黑色背景更协调 */
.scroll_content::-webkit-scrollbar {
    width: 4px;
}

.scroll_content::-webkit-scrollbar-thumb {
    background-color: #cbf667; /* 滚动条颜色 */
    border-radius: 4px;
}

.scroll_content::-webkit-scrollbar-track {
    background: transparent;
}


form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit{
	background-color:#000;
}

#menu-item-1182 a{padding-top:1em;}
#menu-item-1185 a{padding-bottom:1em;}

.site-header-focus-item .ast-custom-button{background:#00b4ff;color:#00b4ff; border:0; font-size:24px; font-weight:border; border-radius:5px;}

.site-header-focus-item .ast-custom-button:hover{box-shadow: 0px 0px 5px 5px #8383831f;}

.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element){padding:0;}

.dropdown-menu-toggle.ast-header-navigation-arrow{display:none;}

.main-header-menu .sub-menu{width:100%;}

.main-navigation ul {
    gap: 0.2em;
}

.ast-builder-menu-1 .menu-item > .menu-link{border:solid 1px #ffffff00; font-size:16px; padding:0 10px; border-radius:10px; height: 45%;}

/*.ast-builder-menu-1 .current_page_item > .menu-link{border:solid 1px #cbf667;color:#cbf667;}*/

/*.ast-builder-menu-1 .current-menu-parent > .menu-link{border-bottom:solid 2px #00b4ff;}*/

.ast-builder-menu-1 .menu-item:hover > .menu-link{border:solid 1px #cbf667;color:#cbf667;}

.ast-builder-menu-1 .menu-item:hover > .sub-menu .menu-link{
	border:0;
   font-size: 14px;	
}

.ast-builder-menu-1 .menu-item:hover > .sub-menu .menu-link:hover{
	color:#cbf667;
}
.ast-builder-menu-1 .menu-item:hover > .sub-menu .menu-link:hover::before{
	content:"";
	display:block;
	width:5px;
	height:5px;
	border-radius:50%;
	background-color:#cbf667;
	position:absolute;
	top:40%;
	left:5px;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu {
  background: #00000070;
	border:solid 1px #cbf667;
	padding:10px 5px;
	border-radius: 20px;
	width:230px;
	left:0;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{
	padding:0.5em 1em; 
	text-align:left;
}

#ast-mobile-header .ast-builder-menu-1 .menu-item > .menu-link{
	border-radius:0;
}

.ast-hfb-header .site-footer {
    padding-top: 50px;
    padding-bottom: 0px;
}

.ast-builder-button-wrap.ast-builder-button-size-xl{
	width:100%;
	text-align:center;
}

.banner_bt .uagb-button__icon{
	padding:10px;
	background:#000;
	border-radius: 50%;
}

/* 作用于按钮 */
.banner_bt .uagb-buttons-repeater {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* hover 时按钮动态效果 */
.banner_bt .uagb-buttons-repeater:hover {
  transform: translateY(-3px);
}

#text-3 a{
	font-size: 24px;
	color:#4D4D4D;
}

#text-3 a:hover{
	color:#ccf96f;
}

.men_txt{
	 background: linear-gradient(0deg, #737373, #D9D9D900);
}

.men_txt a{color:#fff;}
.men_txt a:hover{color:#ccf96f;}

.wp-block-uagb-icon-list.uagb-block-49cd60e6 .uagb-icon-list__source-wrap {
    margin-top: 8px;
}

.uagb-block-63feab1b::after{
	content:"";
	width:112px;
	height:30px;	
	position:absolute;
	top: 60%;
   right: -20px;
	display:block;
	background:url(/wp-content/uploads/2025/09/arrow.png);
}

.yj_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: #fff;
  border-radius:0 0 200px 0; 
}

.yj_bg2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #f6f6f6;
  border-radius:0 0 0 200px; 
}

.yj_bg3::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: #fff;
  border-radius:0 0 200px 0; 
}

.yj_bg4::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: #fff;
  border-radius:0 0 0 200px; 
}


.index_faq2{
	border-bottom:solid 3px #ccf96f;
}

.index_faq2 .uagb-faq-item-active .uagb-faq-questions{
	border-bottom:solid 3px #ccf96f;
}

.index_faq2 .uagb-faq-content{
	background:#4D4D4D;
}

.elementor-element-2263910,.hfe-before-footer-wrap,.elementor-element-724cd23{background-color:#2323230e !important;}

form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style){background-color:#232323 !important;}

form.fluent_form_1 .ff-btn-submit:hover{background-color:#1e37b8 !important;}

.archive .ast-article-post{
	border-bottom:0;
}

.search .ast-article-post{border:solid 2px #333;padding:20px; border-radius:10px;}

.sidebar-main {
    overflow-y: visible !important;
    height: auto !important;
	max-height:100% !important;
}

.swiper-pagination-bullet{
	width:12px;
	height:12px;
}

#recent-posts-2{
	padding:20px !important;
	background-color:#f7f8ff !important;
	border-radius:10px;
}

#recent-posts-2 .widget-title{	
	padding-bottom:10px;
	margin-bottom:20px;
	font-style:italic;
	font-size:30px;
	font-weight:600;
}

#recent-posts-2 .widget-title::before{
	content:"";
	display:inline-block;
	width:5px;
	height:30px;
	background:#ccf96f;
	margin-right:20px;
}

#recent-posts-2 .post-date::before {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(/wp-content/uploads/2025/08/date_icon.png);
    margin-right: 6px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}

#recent-posts-2 .post-date{display:block; font-size:16px; border-bottom:solid 2px #ccc; padding-bottom:10px;padding-left:5px; margin-bottom:20px;}

#recent-posts-2 a{display: block;font-size:16px;line-height:1.5; padding:3px;}

#recent-posts-2 a:hover{
	color:#1e37b8;
}

.ast-archive-description{
	background-color: #fff0 !important;
}


#block-9{
	 padding: 0 !important;
}

#block-9 .widget-title{	
	padding-bottom:20px;
	margin-bottom:0px;
	font-size:24px;
	font-weight:600;
	color:#fff;
}

#block-9 .widget-title::before{
	content:"";
	display:inline-block;
	width:5px;
	height:25px;
	background:#cbf667;
	margin-right:15px;
}

#block-14{
	 padding: 30px 20px !important;
    background-color: #fff !important;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 3px #00000005;
}

#block-14 .widget-title{	
	padding-bottom:20px;
	margin-bottom:0px;
	font-size:24px;
	font-weight:600;
}

#block-14 .widget-title::before{
	content:"";
	display:inline-block;
	width:5px;
	height:25px;
	background:#00b4ff;
	margin-right:15px;
}

.top-tags-list{
	 display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
	gap:5px;
}

.top-tags-list a{
	display:inline-block;
	background:#00b4ff;
	border-radius:5px;
	padding:0px 10px;
	color:#fff;
	font-size:14px;
}

#block-15{
    background-color: #fff !important;
	 text-align:center;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 3px #00000005;
	padding:30px 0 0 0 !important;
	overflow:hidden;
}

#block-15 .widget-title{	
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:24px;
	font-weight:600;
	border-bottom:solid 5px #00b4ff;
	text-align:center;
	display:inline-block;
}

#block-15 a{
	display:block;
	background:#00b4ff;
	color:#fff;
	font-size:18px;
	font-weight:600;
	padding:5px;
}

.sidebar-recommend-posts {
    display: flex;
    flex-direction: column;
    gap: 20px; /* 每篇文章之间的间距 */
}

.sidebar-recommend-posts .recommend-item {
    display: flex;
    flex-direction: column;
	padding-bottom:20px;
	border-bottom:solid 2px #ccc;
}

.sidebar-recommend-posts .recommend-thumb img {
    width: 100%;
    height: 180px; /* 可调整高度 */
    object-fit: cover; /* 图片铺满且不变形 */
    border-radius: 6px;
    display: block;
}

.sidebar-recommend-posts .recommend-content {
    margin-top: 8px;
}

.sidebar-recommend-posts .recommend-title {
    font-size: 16px;
    color: #232323;
    display: block;
    margin-bottom: 4px;
    text-decoration: none;
	   line-height:1.5;
}

.sidebar-recommend-posts .recommend-title:hover {
    color: #1e37b8;
}

.sidebar-recommend-posts .recommend-date {
    font-size: 16px;
    color: #000;
}

.sidebar-recommend-posts .recommend-date::before {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(/wp-content/uploads/2025/08/date_icon.png);
    margin-right: 6px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}

.single .post-navigation a{
    margin: 2px;
    display: inline-block;
    color: #cbf667;
    display: inline-block;
	 border:solid 1px #cbf667;
    padding: 0px 30px;
    height: auto;
    font-size: 20px;
    border-radius: 50px;
	 font-style:italic;
}

.single .post-navigation a:hover {
	   color:#000;
    background: #cbf667;
}

.title_it .uagb-heading-text{
	 margin-bottom: -13px !important;
    z-index: 99;
    position: relative;
}

.title_it2 .uagb-heading-text{
	 margin-bottom: -30px !important;
    z-index: 99;
    position: relative;
}

#ezw_tco-2{padding:0px !important;}

#ezw_tco-2 .widget-title{
	border-bottom:solid 2px #333;
	padding-bottom:10px;
	margin-bottom:20px;
}


#monsterinsights-popular-posts-widget-2{padding:0px !important; margin-top:40px;}

#monsterinsights-popular-posts-widget-2 .widget-title{
	border-bottom:solid 2px #333;
	padding-bottom:10px;
	margin-bottom:20px;
}

#monsterinsights-popular-posts-widget-2 li{
	padding:10px 0;
	background:#fff;
	border-bottom:solid 2px #ccc;
	
}

#monsterinsights-popular-posts-widget-2 a{display: block;font-size:17px;font-weight:400;line-height:1.5; padding:3px;}

#monsterinsights-popular-posts-widget-2 a:hover{color:#232323;background-color:#ccf96f;}

#monsterinsights-popular-posts-widget-2 a:hover .monsterinsights-widget-popular-posts-title{
	text-decoration:none !important;
}


#search-2{border:solid 3px #333;padding:20px;border-radius:10px;}

.ast-separate-container .ast-article-single{padding:0px;}


.post.ast-article-single{
	padding:0px;
}

.post.ast-article-single .post-thumb{
	border-radius:10px;
	overflow:hidden;
}

.single.single-post .primary {
    margin-top: 111px !important;
}

.ast-related-post-title.entry-title{
	margin-bottom:0 !important;
}

.ast-related-posts-title-section{
	border-bottom:solid 2px #eaeaea;
	margin-bottom:30px;
}


.site .ast-single-related-posts-container{padding:40px 0;}


.ast-blog-layout-5-grid .ast-article-inner{box-shadow:none !important;}

.ast-button.ast-badge-tax{
	background:#cbf667;
	color:#000 !important;
	border:0;
	border-radius:20px !important;
}

.single .published{
	color:#cbf667 !important;
}

.ast-article-single .entry-title{
	margin-bottom:0;
}

.ast-related-post-title.entry-title{
	font-size:16px;
	line-height:20px;
	margin-top:20px;
}

.entry-title {
    margin-bottom: 1em;
}

.ast-article-post .entry-title a{
	display:block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.ast-article-post .ast-article-inner:hover .entry-title a{
	color:#cbf667;
}

.ast-related-posts-wrapper {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.ast-related-post-content .entry-header{
	margin:0 !important;
}
.ast-related-posts-wrapper .ast-related-post{
	border-bottom:solid 2px #eaeaea;
}

.ast-related-posts-wrapper .ast-related-post .post-thumb{
	border-radius:10px;
	overflow:hidden;
}

.uagb-block-49f71f84.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a{
	border-radius:10px;
}


.news_tab .uagb-tab.uagb-tabs__active a{
	color:#cbf667 !important;
}

.news_tab .uagb-tabs__active{
	border-radius:50px !important;
	border:solid 1px #cbf667 !important;
}

.index_news_list .uagb-post__date::after{
	display:none;
}
.index_news_list .uagb-post__title.uagb-post__text{
	flex-wrap: wrap;
}

.index_news_list .uagb-post__date{
	color:#00b4ff;
	font-weight:600;
}

.index_news_list .uagb-post__image{
	border-radius:10px;	
}

.index-title .uagb-heading-text::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #00b4ff;
    margin-right: 15px;
}

.ast-blog-layout-5-grid .ast-blog-featured-section{width:40%;}

.ast-blog-layout-5-grid .post-content{width:60%;}

#search-2{padding:2em 1em !important;}

.ast-related-post-content .entry-header .ast-related-post-title a{line-height:1.4em;}

.ast-menu-toggle .ast-icon.icon-arrow svg{color:#fff;}

.ast-pagination .page-numbers{border:solid 2px #ccf96f;}

.ast-pagination .page-numbers.current{background:#ccf96f;color:#000;}

.ast-pagination .page-numbers:hover{background:#ccf96f;color:#000;}

.site-footer-above-section-1 .widget-title{
	text-align:center;
	font-weight:600;
	font-style: italic;

}

.site-primary-footer-wrap .ast-builder-footer-grid-columns{
	border-top:solid 1px #ffffff4a;
	padding:30px 0;
}

@media (max-width: 1700px) {
	
		.site-header-section>div:first-child{padding:0;}
	.site-header-section .site-header-primary-section-left-center{display:none;}
	
	.ast-main-header-wrap .ast-builder-grid-row{grid-column-gap: 0px;}
	
.site-header-primary-section-right .ast-custom-button {
    font-size: 18px !important;
}
	
.archive .ast-container, .single-post .ast-container{padding:0 6% !important;}
	
	
}

@media (max-width: 1550px) {
	.elementor-1084 .elementor-element.elementor-element-d7500da .elementor-heading-title{font-size: 2.2em;}
	.elementor-1084 .elementor-element.elementor-element-c068f5e .elementor-heading-title{font-size: 2.2em;}
	.elementor-1084 .elementor-element.elementor-element-4b5fb98 .elementor-button{font-size: 2.2em;}
	.elementor-element-5fcb706 p{font-size:90%}	
	
}

@media (max-width: 1500px) {
	
	.ast-main-header-wrap .ast-builder-grid-row{grid-column-gap: 0px;}
	
.site-header-primary-section-right .ast-custom-button {
   font-size: 18px !important;
}

		.elementor-1084 .elementor-element.elementor-element-d7500da .elementor-heading-title{font-size: 1.8em;}
	.elementor-1084 .elementor-element.elementor-element-c068f5e .elementor-heading-title{font-size: 1.8em;}
		.elementor-1084 .elementor-element.elementor-element-4b5fb98 .elementor-button{font-size: 1.8em;}
	
	.elementor-element-5fcb706 p{font-size:80%}		
	
}

@media (max-width: 1400px) {
	
 header .custom-logo-link img{
		width:240px;
	}
	.site-header-section>div:first-child{padding:0;}
	.site-header-section .site-header-primary-section-left-center{display:none;}
	
.ast-builder-menu-1 .menu-item > .menu-link{
    font-size: 16px;
	}
	.ast-main-header-wrap .ast-builder-grid-row{grid-column-gap: 0px;}
	
.site-header-primary-section-right .ast-custom-button {
    padding:0.5em!important;
    font-size: 16px !important;
}

	
	.ast-separate-container.ast-two-container #secondary .widget{
		padding:40px 20px;
	}
	
	.uagb-block-3fe1a20c .uagb-ifb-title{font-size: 25px;}
	
	.uagb-block-3fe1a20c .uagb-infobox-cta-link{font-size: 30px;}
	
	.site .ast-single-related-posts-container{
		padding:0px !important;
	}
}

.ast-footer-copyright{
	font-size:16px;
	line-height: 30px;
}
.ast-footer-copyright .txt2{
	font-size:16px;
}

.ast-separate-container .ast-article-post{
	padding:20px 0;
	box-shadow: 3px 3px 5px 3px #00000005;
}

.ast-separate-container .ast-article-post .post-thumb{
	border-radius:10px;
}

/* 外层：一行左右布局 */
.articles-row {
  display: flex; /* flex 布局，左右排列 */
  gap: 20px;
  align-items: flex-start; /* ✅ 左右顶部对齐 */
}

/* 左边第1条文章占45% */
.first-article {
  flex: 0 0 45%;
  position: relative;
}

/* 右边容器占55% */
.sub-articles {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 上下均匀分布 */
}

/* 左侧第1条文章 */
.first-article {
  position: relative;
}

.first-article .uagb-post__image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 6px;
}

/* overlay 容器 */
.first-article .overlay-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* 时间 + 分类一行 */
.first-article .overlay-content .uagb-post__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* 标题在下面 */
.first-article .overlay-content h3.uagb-post__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

.first-article .uagb-post__title{
  color:#fff;
  line-height: 20px;
}
.first-article .uagb-post__title a:hover{
  color:#ccf96f;
}

/* 背景遮罩 */
.first-article .uagb-post__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 6px;

  /* 从底部黑色渐变到顶部透明 */
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
}

/* 桌面端保持原有背景图做底图 */
.first-article {
  position: relative;
  flex: 0 0 45%;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  min-height: 400px; /* 你原来的高度 */
  border-radius: 7px !important;
}

.first-article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
}

.first-article .content {
  position: relative;
  z-index: 1;
}

/* 右侧：第2/3条文章竖排 */
/* 子文章：右边上下排列 */
.sub-article {
  display: flex !important;
  flex-direction: row; /* 图片左，文字右 */
  gap: 12px;
  align-items: flex-start;
}

/* 图片固定左边 */
.sub-article .uagb-post__image {
  flex: 0 0 40%;
}

.sub-article .uagb-post__image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* 右边文字容器 */
.sub-article .text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px;
}

/* 时间 + 分类在同一行 */
.sub-article .text-content .uagb-post__text:not(.uagb-post-grid-byline) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}


/* 标题单独一行 */
.sub-article .text-content h3.uagb-post__title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.index_news_tp .uagb-post__inner-wrap .uagb-post__image:first-child{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.index_news_tp .uagb-post__image {
    padding-bottom: 0;
}

@media (max-width: 976px) {
	.uagb-post__arrow-outside.uagb-post-grid .slick-next {
    right: -45px;
}
	.uagb-post__arrow-outside.uagb-post-grid .slick-prev {
    left: -50px;
}
	
}

@media (max-width: 768px) {
	
.index_news_tp{ display:block !important; }

  /* 整体纵向排列 */
  .articles-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* 第1条文章全宽 */
  .first-article {
    width: 100%;
    flex: 0 0 36%;
  }
.first-article .overlay-content {
    bottom: 0px;
}

   .first-article {
    background: none;  /* 去掉背景图 */
    min-height: auto;  /* 取消强制高度 */
    padding: 0;
    color: #333;
    display: block;
  }


  .first-article .uagb-post__image::after {
    display: none; /* 取消渐变遮罩 */
  }

  .first-article img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
  }

  .first-article .content {
    position: static;
    z-index: auto;
    padding: 10px 0;
  }

  .first-article .meta { /* 时间 + 分类 */
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
  }

  .first-article h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  /* 右边子文章容器全宽 */
  .sub-articles {
    width: 100%;
  }

  /* 右边子文章纵向排列，图片在上方 */
  .sub-articles {
    width: 100%;
    gap: 20px;
  }

  /* 右边子文章容器全宽 */
  .sub-articles {
    width: 100%;
  }

  /* 右边子文章纵向排列，图片在上方 */
  .sub-article {
    flex-direction: column;
    gap: 8px;
  }

  .sub-article .uagb-post__image {
    width: 100%;
    height: auto;
  }

  .sub-article .text-content {
    width: 100%;
  }
	
	.ast-builder-footer-grid-columns.site-above-footer-inner-wrap{
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.site-footer-above-section-2{margin-top:30px;}
}



@media (min-width: 922px) {
	
.ast-container .content-area{
    width: 55%;
}
.ast-right-sidebar #secondary{
    width: 30%;
}
	
}

@media (max-width: 1300px) {
	
	.ast-builder-menu-1 .menu-item > .menu-link{
	  padding: 0 5px;
	}

}

@media (max-width: 1200px) {

	.ast-builder-menu-1 .main-header-menu{
		margin-right:0;
	}
	
	 .ast-builder-menu-1 .menu-item > .menu-link {
        font-size: 14px;
    }
}

@media (max-width: 1100px) {
	
	
	.ast-builder-menu-1 .menu-item > .menu-link{
    font-size: 12px;
	}
	
		.uagb-block-3fe1a20c .uagb-ifb-title{font-size: 16px;}
	.uagb-block-3fe1a20c .uagb-infobox-cta-link{font-size: 18px;}

	
}

@media (max-width: 976px) {
		
	.uagb-block-3fe1a20c.uagb-infobox__content-wrap .uagb-ifb-image-content img{width:96% !important;}
	
}

@media (max-width: 921px) {

	.post-content.ast-width-md-6{padding-left:1em !important;}
	
	
	.archive .ast-container, .single-post .ast-container{padding:5% 6% !important;}
	
			.uagb-block-3fe1a20c .uagb-ifb-title{font-size: 24px;}
	
	.uagb-block-3fe1a20c .uagb-infobox-cta-link{font-size: 35px;}
	
	.ast-builder-menu-1 .menu-item-has-children.menu-item:hover > .menu-link{background:none !important;}
	
	.ast-builder-menu-1 .menu-item-has-children.menu-item > .menu-link{background:none !important;}
	
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    grid-column-gap: 0;
    grid-row-gap: 0;
}
	
		.ast-blog-layout-5-grid .ast-blog-featured-section{width:100%;    margin-bottom: 0.5em;}
	
	.ast-separate-container .ast-blog-layout-5-grid .post-content {
    padding: 0 !important;
}
	.entry-title {
   margin-bottom: 0em;
		font-size:18px;
}
	
	.post-content>.read-more {
    margin: 0;
}
	.ast-separate-container .entry-header {
    margin-bottom: 0em;
}
	.archive .ast-article-post {
    padding-bottom: 10px;
    margin-bottom: 20px;
}
	
}

@media (max-width: 900px) {
	
	.elementor-1084 .elementor-element.elementor-element-d7500da .elementor-heading-title{font-size: 1.4em;}
	.elementor-1084 .elementor-element.elementor-element-c068f5e .elementor-heading-title{font-size: 1.4em;}
   .elementor-1084 .elementor-element.elementor-element-4b5fb98 .elementor-button{font-size: 1.4em;}	
	.elementor-element-5fcb706 p{font-size:80%}	
}

@media (max-width: 820px) {
	
#page::after{
	 --hsz: 500px;
	left: -30%;
   top: -4%;
}
	
}


@media (max-width: 768px) {
	
	.ast-builder-menu-1 .main-header-menu{
		background-color:#000;
	}
	
	.ast-separate-container .entry-header {
    margin-bottom: 0em;
}
	
	.ast-builder-menu-1 .menu-item > .menu-link {
    height: 80%;
}
	
	.ast-article-post .entry-title a{
		font-size:18px;
		padding-bottom:10px;
	}
	.ast-separate-container .ast-article-post{
		padding:0;
	}
	
	.recommend-posts {
    padding: 10px;
}
	.recommend-posts .recommend-item{
		 padding: 10px;
}
	
	.recommend-posts .recommend-item {
        flex-direction: column; 
        align-items: flex-start; 
}

	.recommend-posts .recommend-title {
       white-space: normal;   
       overflow: visible;
       text-overflow: clip;
       margin-right: 0;
		    font-size: 16px;
		    line-height: 1.5;
}

	.recommend-posts .recommend-date {
   margin-top: 4px;
		font-size: 16px;
}
	
	.news_tab ul {
    margin-left:0 !important;
	 flex-direction: row !important;
	flex-wrap: nowrap !important;
	margin-bottom:20px !important;
	overflow-y:scroll !important;
	justify-content: flex-start !important;
}
	
	.news_tab ul a {
    font-size: 14px;
    white-space: nowrap;
}
	
	.category-popular-posts-zd .popular-excerpt{
		display:none;
	}
	.category-popular-posts-zd .popular-title {
    font-size: 18px;
    font-weight: 500;
}
	.uagb-tabs__wrap .uagb-tabs__body-container {
    padding: 0;
}
	
	
.yj_bg::before {
  border-radius:0 0 100px 0; 
}

.yj_bg2::before {
  border-radius:0 0 0 100px; 
}

.yj_bg3::before {
  border-radius:0 0 100px 0; 
}
	
.yj_bg4::before {
  border-radius:0 0 0 100px; 
}	
	
	.index_tab{
		flex-direction: column !important;
	}
	.index_tab .uagb-tabs__panel{
		width:100%;
		max-width:100% !important;
		 flex-flow: row !important;
      flex-wrap: nowrap !important;
	}
	.index_tab .uagb-tabs__body-wrap{
		width:100%;
		max-width:100% !important;
	}
	.index_tab .uagb-tabs__body-wrap {
    padding: 10px !important;
   }
	.index_tab .uagb-tab{
		display: flex;
		align-content:center;
	}
	
	.scroll_content{
	  max-height: 1200px;
	}
	
}

@media (max-width: 600px) {
		header .custom-logo-link img{
		width:200px;
	}

	
	.ast-blog-layout-5-grid .post-content{width:100%; padding:0 !important;}

	.entry-content ol, .entry-content ul {
    margin-left: 9% !important;
}
	
		.news_tab ul {
    margin-left:0 !important;
}
	
}

@media (max-width: 544px) {
	
	.uagb-post__arrow-outside.uagb-post-grid .slick-prev {
    left: -25px;
}
	.uagb-post__arrow-outside.uagb-post-grid .slick-next {
    right: -25px;
}
	
#page::after{
	left: -50%;
}

	#text-3 a {
    font-size: 18px;  
}
	.ast-footer-copyright{
	font-size:14px;
		line-height:20px;
}
.ast-footer-copyright .txt2{
	font-size:14px;
	line-height:16px;
}
	.site-footer-above-section-2{
		display:none !important;
	}
	
	.uagb-block-63feab1b::after{
		display:none;
	}
	
	.index_news_list .uag-post-grid-wrapper{
		padding-top: 20px !important;
	}
	
	.category-popular-posts-zd .popular-category{
		display:none;
	}
	
	
.yj_bg::before {
  border-radius:0 0 60px 0; 
}

.yj_bg2::before {
  border-radius:0 0 0 60px; 
}

.yj_bg3::before {
  border-radius:0 0 60px 0; 
}

.yj_bg4::before {
  border-radius:0 0 0 60px; 
}
		
}