html{
	color: #101010;
}
body{
	font-family: PingFangSC-Regular, sans-serif;
	padding:0;
	margin: 0;
}
li{
	list-style: none;
}
p, ul, h3, h6{
	padding: 0;
	margin: 0;
}
.header{
	position: fixed;
	z-index: 998;
	width: calc(100% - 60px);
	height: 69px;
	top: 0;
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	align-items: center;
	border-bottom: 1px solid #ECEBEB;
}
.common_content .header {
	background: #fff;
}
.common_content .header {
	background: #fff;
}
.common_content .header .header-right li a {
	color: #333;
}
.header .header-left{
	width: 110px;
	height: 70px;
	line-height: 70px;
	position: relative;
}
.header .header-left img{
	position: absolute;
	width: auto;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.header .header-right ul{
	display: flex;
	justify-content: end;
}
.header .header-right li{
	position: relative;
	display: inline-block;
	margin-right: 50px;
	font-size: 0.7rem;
	line-height: 70px;
}
.header .header-right li:last-child {
	margin-right: 0;
}
.header .header-right li a {
	color: #fff;
}
.header .header-right li.active {
	border-bottom: 2px solid #D81719;
}
.header .header-right li.active a,
.header .header-right li:hover a {
	color: #D81719;
}
.header .header-right li span{
	width: 15px;
	height: 1px;
	display: inline-block;
	background: #fff;
	position: relative;
	top: -4px;
	right: 7px;
}
.header .header-right li.active span, .header .header-right li.active1 span, .header .header-right li:hover span{
	background: #E41628;
}
.common_content .header .header-right,
.common_content .header .header-right > div{
	display: flex;
	align-items: center;
}
.common_content .header .header-right img {
	width: 16px;
	margin-left: 30px;
	margin-right: 10px;
}
.common_content .header .header-right img.hot {
	position: absolute;
	width: 26px;
	left: 56px;
	margin-left: 2px;
	top: calc(50% - 12px);
	transform: translate(0, -50%);
}
.common_content .header .header-right li.active img.hot {
	top: calc(50% - 11px);
}
.common_content .header .header-right > div span {
	font-size: 0.9rem;
	color: #D81719;
	font-weight: bold;
}
.banner_ul{
	display: flex;
	justify-content: flex-end;
	padding:15px 0 15px 0;
	line-height: 20px;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: -1;
	opacity: 0;
	border-top: 1px solid #ddd;
}
.banner_ul li{
	font-size: 14px;
	padding-left: 50px;
}
.banner_ul li:first-child{
	padding-left: 0;
}
.end{
	padding: 0 15%;
	margin: 30px 0;
	display: flex;
}
.end .end_left{
	width: 35%;
}
.end .end_left img{
	width: 100%;
}
.end .end_right{
	width: 65%;
	padding-left: 10%;
}
.end .end_right ul{
	display: flex;
	justify-content: space-around;
	font-size: 13px;
	line-height: 1rem;
}

.pop .wrap{
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 99999;
}
.pop .closeWap{
	width: 45px;
	position: absolute;
	top: -45px;
	right: -10px;
}
.pop{
	background: #E41628;
	display: none;
}
.pop .content{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	background: #E41628;
	padding: 10px;
	z-index: 999999;
}
.content_line{
	padding: 24px;
	border: 1.5px solid #fff;
}
.pop img{
	width: 100px;
	display: inline-block;
	margin-left: 30px;
}
.content_flex {
	display: flex;
	justify-content: space-between;
}
.content_flex p{
	font-size: 18px;
	line-height: 25px;
}
.content_flex .button{
	margin-left: 86px;
}
.content_flex .button button{
	display: block;
	width: 160px;
	background: none;
	padding: 7px 0;
	border: 1.5px solid #fff;
	border-radius: 19px;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	margin: 20px auto 0 auto;
}
.content_flex .button button a{
	color: #fff;
}
.content_flex .button button:first-child{
	margin-top: 0;
}
.content_flex .button h3{
	font-size: 28px;
	line-height: 1.3rem;
	margin-top: 23px;
}
.hidefix button{
	padding: 4px 15px;
	margin-left: 10px;
	border-radius: 15px;
	border: none;
	background: #fff;
	color: #D81719;
}
.toTop{
	position: relative;
}
.toTop p{
	opacity: 0;
	position: absolute;
	font-size: 12px;
	color: #D81719;
	background: #fff;
	padding: 2px 7px;
	border-radius: 6px;
	bottom: 0;
	right: 2px;
}
