@media (min-width:1000px) {
.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.top-r .zyw{
	width:auto;
	display: flex;
	align-items: center;
	height:auto;
	color: var(---333, #333);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

.header.yanse.yanse01 .top-r .zyw .a01 i{
	width: 0.5rem;
	height: 0.75rem;
	display:inline-block;
	background-image:url(../img/arrow.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.44rem;
}
.header.yanse.yanse01 .top-r .zyw .a01::after{
	    width: 0.85rem;
    height: 0.85rem;
	display:inline-block;
	background-image:url(../img/qiu.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
}

.header.yanse .top-r .zyw .a01 i{
	width: 0.7rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.44rem;
}
.header.yanse .top-r .zyw .a01::after{
	width: 1rem;
	height: 1rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
}

.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:100%;
	position:absolute;
	top:1.6rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	padding: 12px;
    color: var(---333, #333);
    font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header.yanse.yanse01 .top-r .zyw .xl a{
	color: var(---333, #333);
}
.header.yanse .top-r .zyw .xl a{
	color: var(---333, #333);
}
.top-r .qiu{
	display: flex;
	width: auto;
	justify-content: center;
	align-items: center;
	margin-left:3.12rem;
}}