@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	font-family: '微软雅黑';
}

a {
	text-decoration: none;
	/* 去除默认的下划线 */
	outline: none;
	/* 去除旧版浏览器的点击后的外虚线框 */
	color: #808080;
	/* 去除默认的颜色和点击后变化的颜色 */
}

p {
	font-family: 'microsoft yahei';
}

.text {
	font-family: "microsoft yahei";
}

html,
body {
	height: 100%;
	background: #FCFCFC;
	width: 100%;
	overflow-x: hidden;
	/* overflow: hidden; */

}
#container{
	position: relative;
}
.main {
	width: 100%;
	height: 13.5rem;
	background: url('../image/bg.png') no-repeat; 
	background-size:  100% 100%;
}
.title{
	height: 1rem;
	padding: 0 4.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title >div{
	display: flex;
	align-items: center;
	font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: .4rem;
color: #FFFFFF;
text-align: left;
font-style: normal;

}
.title >div >img{
  width: .575rem;
  height: .575rem;
  margin-right: .1rem;
}
.title a{
	font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 24px;
color: #FFFFFF;
line-height: 33px;
text-align: left;
font-style: normal;
text-decoration-line: underline;
}