/*
	CSS Stylesheet for IE Alert! plugin.
*/


/*

	Overlay Background

*/

#ie-alert-overlay {
width:100%;
height:100%;
background-image:url(/static/images/bgg.png);
position: fixed; 
top: 0; 
left: 0;
z-index:9999;

}

* html #ie-alert-overlay {   /* fixed position hack for IE6 */
	position: absolute;
	z-index:9999;
	
}

/*

	Pop Up Panel

*/
button {
	border: none;
	background: none;
}

button:active{
	border: none;
	background: none;
}
/*¸ü¶à*/
.text-cp .fr{
	float: right;

}
.text-cp .fr a{
	color: #c40510;
	padding: 10px;
}
#ie-alert-panel {
	width:520px;
	height:331px;
	position:fixed;
	background: url(/static/images/iealertsprite.png) no-repeat;
	background-position: -1px -109px ;
	top:50%;
	left:50%;
	margin:-201px 0 0 -296px;
	padding:72px 0 0 72px;
	_position:absolute;  /* fixed position hack for IE6 */
    _top:expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');  /* top:300px hack for IE6 */
    
    /* font settings */
	font-weight:bold;
	color:#333;
	line-height:1.5em;
	z-index:10000;
}
#ie-alert-panel p {
	font-size:14px;
	width:486px;
	text-align:justify;
}

#ie-alert-panel img {
	border:0;
}


#ie-alert-panel span {
	font-size:18px;
	margin: 0 0 20px 0;
	display:block;
	padding:0;
}

#ie-alert-panel ul {
	list-style: none;
	margin:0;
	padding:0;	
}

#ie-alert-panel li {
	float:left;
	margin:0 22px 0 0;
		
}

#ie-alert-panel li.last {
	margin-right:0;
}


#ie-alert-panel a {
	display:inline-block;
		
}

.browser {
	position: absolute;
	bottom:35px;	
}

.chrome, .firefox, .ie9, .opera, .safari {
	background: url(/static/images/iealertsprite.png) no-repeat;
}

/*

	browsers

*/


.chrome {
	background-position: 0 0;
	width: 73px;
	height: 96px;
	margin:0 4px 0 0;
}

.firefox {
	background-position: -292px 0;
	width: 73px;
	height: 98px;
}

.ie9 {
	background-position: -179px 0;
	width: 95px;
	height: 98px;
}

.opera {
	background-position: -90px 0;
	width: 73px;
	height: 98px;
}

.safari {
	background-position: -387px 0;
	width: 73px;
	height: 98px;
	margin:0 4px 0 0;
}

/**µ¼º½**/

.menu-item .icon-box .text i {
	clip-path: inset(0 100% 0 0);
	font-size: 0.75em;
	position: relative;
	top: -1px;
}

/* Base Icon Style */
.icon-box.gb .icon i:before {
	background: linear-gradient(45deg, #0c86ef, #0cef9b);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	padding-left: 1px;
}

/* Define Icon Colors */
.icon-box.gb.a .icon i:before {background-image: linear-gradient(45deg, #2ca7ff 35%, #31d078 75%);}
.icon-box.gb.b .icon i:before {background-image: linear-gradient(45deg, #f32b2b 35%, #efbe0c 75%);}
.icon-box.gb.c .icon i:before {background-image: linear-gradient(45deg, #7176ff 35%, #b26cea 75%);}
.icon-box.gb.d .icon i:before {background-image: linear-gradient(45deg, #79c76f 35%, #bed09b 75%);}
.icon-box.gb.e .icon i:before {background-image: linear-gradient(45deg, #6082ff 35%, #ff5dbe 75%);}
.icon-box.gb.f .icon i:before {background-image: linear-gradient(45deg, #808080 35%, #bbbbbb 75%);}

.menu-item .icon-box:hover .text i {
	clip-path: inset(0 0 0 0);
	transition: clip-path 0.1s ease-out;
}

.menu-item .icon-box:hover .icon, .menu-item .icon-box:hover .title, .menu-item .icon-box:hover .sub-text {
	color: rgb(89 110 123);
}

#sub-menu-bottom {
	background: #d4e3ea70;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: all 0.25s ease-out, height 0.1s ease-out;
	left: 0;
	width: 100%;
	height: 5em;
}
nav .menu-item:nth-of-type(3).highlight:hover ~ #sub-menu-container #sub-menu-holder #sub-menu-bottom {
	height: 7.5em;
}
.bottom-container {
	grid-area: 4 / -3 / 4 / 3;
	padding-top: 1.5em;
	color: #3a5260;
	font-weight: 500;
}

.top-container {
	grid-area: 1 / -3 / 1 / 3;
	margin: 0 0 2em 0;
}

.bottom-container a {
	float: right;
	background: linear-gradient(90deg, #8ea4b166, #a3b5bf6b);
	padding: 0.5em 1em;
	border-radius: 100px;
	position: absolute;
	color: #2c4655bf;
	font-weight: bold;
	text-decoration: none;
	right: 1.5em;
	bottom: 1.5em;
}

.bottom-container a:hover {
	background: linear-gradient(90deg, #8ea4b136, #a3b5bf33);
}

.sub-menu h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: rgb(44 70 86 / 68%);
	margin: 0.75em 0;
}

.sub-menu .box a {
	width: 100%;
	float: left;
	font-size: 1em;
	line-height: 1.75em;
	color: #7a8a94;
	text-decoration: none;
}

.sub-menu .box a:hover {
	color: rgb(44 70 86);
}

.box {
	margin: 0 0 3em 0;
}

.icon.big i {
	font-size: 1.25em;
	top: 0.2em;
}
nav .menu-item.highlight:hover ~ #sub-menu-container #sub-menu-holder #sub-menu-bottom { opacity: 1; }


 


<!--ºÄÊ±1782490124.3749Ãë-->