public.css 1.8 KB
/*header*/
a{
	text-decoration: none;
}
.header_content{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 0 0.2rem;
}
.header{
	position: relative;
	height: 1rem;
	background-color: white;
}
.logo{
	height: 1rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.logo img{
	width:0.7rem;
	height:0.7rem;
}
.logo p{
	color: white;
	font-size: 0.34rem;
}
.nav{
	display: none;
}
.header_right{
	margin-left: auto;
}
.header_right p{
	width: 0.48rem;
	height:0.37rem;
	background-size: 100% 100%;
	background-image:url(../images/daohang@2x.png);
}
.dh_down{
	display: none;
	z-index: 1;
	position: absolute;
	top: 0.9rem;
	width: 100%;
	height:5.8rem;
	background-size: 100% 100%;
	background-image: url('../images/xiala@2x.png');
}
.dh_down ul{
	margin: 0.7rem 1.28rem 0;
}
.dh_down ul li a{
	height: 0.78rem;
	line-height: 0.86rem;
	border-bottom: 1px solid #646464;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size:0.24rem;
	font-weight:400;
	color:rgba(255,255,255,1);
}
/*footer*/
.footer{
	background-color: #292E34;
	width: 100%;
	padding-bottom: 0.76rem;
}
.footer_logo{
	display: flex;
	padding: 0.76rem 0 0.3rem;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.footer_logo img{
	width:0.9rem;
	height:0.9rem;
	margin-right: 0.1rem;
}
.footer_logo p{
	font-size:0.38rem;
	font-weight:500;
	line-height:52px;
	color:rgba(251,251,251,1);
}
.fNav ul{
	padding: 0 0.5rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.fNav ul li a{
	display: block;
	text-decoration: none;
	font-size:0.24rem;
	font-weight:400;
	line-height:34px;
	color:rgba(255,255,255,1);
}
.bot {
	margin: 0.5rem 0.3rem 0;
	border-top: 1px solid #94979A;
}
.bot p{
	text-align: center;
	font-size:0.2rem;
	font-weight:400;
	line-height:32px;
	color:rgba(255,255,255,1);
	opacity:0.5;
}