
	body .ly_header_1 .nav ul li a{ color:#fff;}
	body .ly_header_1 .nav ul.default_nav li a:hover{ color: var(--ThemesNavTextHoverColor) !important;}
	body .ly_header_1.header_background .nav ul li a{ color: var(--ThemesNavTextColor);}
	body .ly_header_1.header_background .nav ul li a:hover{ color: var(--ThemesNavTextHoverColor);}
	body .ly_header_1 .tool .tool_language .default_language_currency_style dt{color:#fff;}

	body .ly_header_1 .tool .tool_search .icon-search1{ color:#fff;}
	body .ly_header_1.header_background .tool .tool_search .icon-search1{ color: var(--ThemesHeaderIconColor);}

	body .ly_header_1 .tool .tool_user .icon-member2{color:#fff;}
	body .ly_header_1.header_background .tool .tool_user .icon-member2{color: var(--ThemesHeaderIconColor);}

	body .ly_products_18 .item_container .pro_item .pro_name{ font-size:16px;}
	body .ly_products_18 .item_container .pro_item .pro_name>a:hover{ text-decoration:none; color:var(--ThemesNavTextHoverColor);}

	.ly_poster_85 .wide{ width:1550px; max-width:92%; }


	@-webkit-keyframes anim-out {
	    0% {
	        opacity: 0.5
	    }

	    100% {
	        transform: scale(2.18);
	        opacity: 0
	    }
	}

	@-moz-keyframes anim-out {
	    0% {
	        opacity: 0.5
	    }

	    100% {
	        transform: scale(2.18);
	        opacity: 0
	    }
	}

	@-ms-keyframes anim-out {
	    0% {
	        opacity: 0.5
	    }

	    100% {
	        transform: scale(2.18);
	        opacity: 0
	    }
	}

	@keyframes anim-out {
	    0% {
	        opacity: 0.5
	    }

	    100% {
	        transform: scale(2.18);
	        opacity: 0
	    }
	}

	.ly_video_5 .img_box{border-radius: var(--ButtonRadiusSizePc)!important;}
	.ly_video_5 .txt_box .t_button::before{content: '';width: 100%;height: 100%; background-color: #fff; border-radius: 50%; cursor: pointer;position: absolute; left: 0;top: 0; animation: anim-out 2s ease-out infinite;z-index: 1;}

	.ly_special_11 .poster_box .list .item .icon_box img{transition: all 300ms ease 0s;}
	.ly_special_11 .poster_box .list .item:hover .icon_box img{ transform:scale(1.2);}

	body .ly_team_1 .team_box .team_item{ padding:0 30px;}
	body .ly_team_1 .team_box .team_item .compute_item_img .compute_process_img{padding-top:75% !important;}
	body .ly_team_1 .team_box .team_item .compute_item_img .compute_process_img img{transition:all 300ms ease 0s;}
	body .ly_team_1 .team_box .team_item:hover img{ transform:scale(1.2);}

	body .ly_news_24 .news_box .item_box .info_box .info_date{ display:none;}
	body .ly_news_24 .news_box{ gap:120px; grid-template-columns: repeat(2, calc((100% - 120px) / 2));}
