<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:991px){
	.iphone-wrap{
		display: none;
	}
	
}
@media screen and (max-width:991px){
	.header{
		display: none;
	}
	.logo {
    width: 120px;
	height: 46px;
	background-size: 120px 46px;
    margin-left: 10px;
} 
}
.lang-iph{
	float: right;
	margin-right: 100px;
    margin-top: 15px;
}
.lang-iph a{
	float: left;
	font-size: 13px;
	color: #fff;
	margin-left: 10px;
}
.lang-iph a.active{
	color: #ffcb01;
}
.iphone-wrap{
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	background-color: #000;
}
.phone_header{
	position:relative;
	height:auto;
	overflow:hidden;
	padding: 5px 0 5px 0;
}
.phone_header-article{
	background-color: #f9dfe0;
}
.phone_header .nav_btnl{
	position:absolute; 
	top:9px; 
	right:10px;
	cursor:pointer;
}
.phone_header .nav_btnl img{
	border-radius:4px;
}
.phone_nav{
	width:100%;
	height:0;
	background: linear-gradient(120deg, #0367a4 60%, #fff);
	position:absolute; top:80px; left:0;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	overflow:hidden;
	z-index: 3 !important;
}	
.phone_nav&gt;ul{
	float: left;
	padding:0;
	margin:0;
	padding-top:15px;
	width: 100%;
}	
.phone_nav&gt;ul&gt;li{
	float: left;
	line-height:40px;
	padding-left:15px;
	border-bottom:1px solid #025284;
	width: 100%;
}	
.phone_nav&gt;ul&gt;li&gt;a{
	float: left;
	width: 100%;
	color:#FFF;
	font-weight:bold;
	text-decoration:none !important; 
	font-size:15px;
	letter-spacing:1px;
	font-weight:500;
	text-align:left;
	text-transform:uppercase;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
}
.phone_nav&gt;ul&gt;li&gt;ul{
	padding-top:0px;
	padding-bottom:15px;
	display:none;
	padding-left:10px;
	padding-right:10px;
	margin: 0;
}	
.phone_nav&gt;ul&gt;li&gt;ul&gt;li{
	line-height:30px;
}
.phone_nav&gt;ul&gt;li&gt;ul&gt;li&gt;a{
	text-align:left;
	color:#fff;
	font-size:13px;
}				
.phone_header  .nav_on a{
	color:#fff !important;
}	
.phone_header .nav_btn1{
	width:30px;
	height:30px;
	background:#fff;
	cursor:pointer;
	position:absolute; top:90px; right:15px;
	border-radius:1px;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
}	
.phone_header .nav_btn1 img{
	margin-top:2px;
}

/*ä¸‰çº§*/
.phone_nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul{
	float: left;
	width: 100%;
	padding: 0 10px;
}
.phone_nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 12px;
	position: relative;
	padding-left: 15px;
}
.phone_nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li:before{
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #fff;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
</pre></body></html>