body{
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
}
.logo_box{
	width: 27.66667vw;
	height: 5.8vw;
	margin: 38.4vw auto 5.666667vw;
	display: flex;
	justify-content: space-around;
}
.logo_box>img{
	width: 9.066667vw;
	height: 5.8vw;
	margin-right: 2.666667vw;
}
.logo_box>p{
	min-width: 14.4vw;
	height: 5.8vw;
	font-size: 4.8vw;
	color: #3264d1;
	line-height: 5.8vw;
}
.input_box{
	width: 82.933333vw;
	height: 10.666667vw;
	margin: 0 auto;
	position: relative;
	
}
.search_box{
	width: 98%;
	height: 98%;
	border: 1px solid #3264D1;
	background-color: #f2f2f2;
	border-radius: 5px;
}
.search_img{
	position: absolute;
	width: 6.6666667vw;
	height: 6.6666667vw;
	top:2.133333vw;
	right: 2.133333vw;
	cursor: pointer;
}
.day_en{
	max-width:82.933333vw;
	margin: 0 auto;
	margin-top: 5.3333vw;
	overflow: hidden;
	}
.en_box{
	max-width:82.933333vw;
	text-align: center;
	line-height:5.333333vw;
	color: #858585;
	font-size: 14px;
	vertical-align: top;
	font-family: PingFangLight;
}
.en_box>img{
	height: 5.333333vw;
	width: 5.333333vw;
	display: inline-block;
	margin-left: 3.2vw;
	vertical-align: top;
}
.zh_box{
	max-width:82.933333vw;
	height: 5.333333vw;
	text-align: center;
	line-height:5.333333vw;
	color: #858585;
	font-size: 14px;
	font-family: PingFangLight;
}
