.flex {
	display: flex;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.herder {
	width: 13rem;
	height: 0.84rem;
	justify-content: space-between;
	margin: auto;
}

.header-l {
	height: 0.84rem;
}

.header-r {
	width: 8rem;
	height: 0.84rem;
    margin-right: 0.2rem;
}

.header-t {
	float: left;
	width: 1.7rem;
	height: 0.84rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.header-t a {
	font-size: 0.22rem;
	color: #FFFFFF;
}

.header-t .downs {
	width: 0.1rem;
	height: 0.05rem;
	margin-left: 0.05rem;
}

.server-list,
.case-list,
.product-list,
.about-list {
	display: none;
	position: absolute;
	top: 0.6rem;
	left: -0.1rem;
}

.conts {
	width: 1.7rem;
	background: #FFFFFF;
	border-radius: 0.05rem !important;
	position: relative;
}

.triangle {
	width: 0;
	height: 0;
	border-right: 0.1rem solid transparent;
	border-left: 0.1rem solid transparent;
	border-bottom: 0.1rem solid #FFFFFF;
	margin: auto;
}

.cont-list {
	width: 1.7rem;
	height: 0.48rem;
	text-align: center;
	line-height: 0.48rem;

}

.cont-list a {
	color: #333333;
	font-size: 0.20rem;
}

.cont-list:hover {
	background: #213596;
}

.cont-list:hover a {
	color: #FFFFFF;
}
.language{
    margin-top: 0.25rem;
    margin-right: -2rem;
    color: white;
    font-size: 0.18rem;
}
.language a:nth-of-type(1){
    font-weight: 700;
     font-size: 0.16rem;
    color: #7d84df;
}