*{
	padding: 0;
	margin: 0;
}
a{
	color: #444444;
}
.row{
	justify-content: space-between;
	align-items: center;
}
.col-lg-3{
	width: 30%;
}
.col-lg-4{
	width: 40%;
}
.col-lg-5{
	width: 50%;
}
.col-lg-7{
	width: 70%;
}
.text-center{
	text-align: center;
}
.text-end{
	text-align: right;
}
.fw-bold{
	font-weight: bold;
}
.bg-white{
	background-color: #FFFFFF;
}
.bg-blue{
	background-color: #1065a1;
}
.bg-red{
	background-color: #d40300;
}
.text-bg-primary{
	color: #FFFFFF;
}
.text-bg-red{
	color: #d40300;
}
.container{
	max-width: 75rem;
	margin: 0 auto;
}
body{
	color: #444;
	background-color: #FFFFFF;
}

input{
	outline: none !important;
}
input:focus{
	outline: none !important;
	box-shadow: none !important;
}
a:hover{
	text-decoration: none;
	color: #d40300;
}
ul,li,ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
a{
	text-decoration: none;
}
.flex{
	display: flex;
}
.text-truncate{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal;
	-webkit-box-orient: vertical;
}
.col-1 {
	-webkit-line-clamp: 1;
}
.col-2 {
	-webkit-line-clamp: 2;
}
.col-3 {
	-webkit-line-clamp: 3;
}
header{
	background: #f9f9f9;
}
header .top_bar{
	font-size: .8rem;
	line-height: 2.8125rem;
	padding: 0 1.125rem;
	box-sizing: border-box;
}
header .top_bar .col-lg-5 a{
	padding-right: .5rem;
}
.navbar.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
}
.navbar{
	padding: 1.5rem 0;
	z-index: 99;
}
.navbar-brand{
	font-size: 2rem;
	letter-spacing: .1rem;
	color: #f6466c;
	align-items: center;
}
.navbar-brand i{
	font-style: normal;
	font-size: 2.5rem;
	padding-right: .2rem;
}
.navbar-collapse{
	flex-basis: auto;
}
.navbar-nav{
	flex-direction: row;
	justify-content: flex-end;
}
.navbar-nav .nav-item{
	padding-left: 1rem;
}


footer{
	padding: 1.5rem 0;
	background: #F7F7F7;
	border-top: 1px solid #eee;
	margin-top: 2rem;
}
footer p{
	margin-bottom: 0;
	font-size: .95rem;
    line-height: 1.7;
}
footer p.footer-beian{
    align-items: center;
		justify-content: center;
}
footer span.sep{
	padding: 0 .2rem;
}
.upDown{
	position: fixed;
	bottom: 35%;
	right: .5rem;
	display: none;
}
.upDown span{
	background-color:#fff;
	border: 1px solid #dedcdc;
	display:block;
	width:2rem;
	height:2rem;
	border-radius:50%;
	text-align:center;
}
.upDown span .icon-chevron-up{
	color:#dedcdc;
	font-size:1.5rem;
}
.m-ico{
	display: none;
}
.m-ico span{
	border: 2px solid #444;
	font-size: 2rem;
	border-radius: 2rem;
	width: 2rem;
	height: 2rem;
	text-align: center;
	line-height: 1.7rem;
	display: block;
	margin: 0 0 0 auto;
}
.backUp{
    position: fixed;
    right: 0.9375rem;
    bottom: 0.9375rem;
    z-index: 999999;
}
.backUp li{
	width: 3.125rem;
	height: 3.125rem;
	line-height: 3.125rem;
	margin-bottom: 1px;
	text-align: center;
	cursor: pointer;
	font-size: 1.875rem;
	background-color: #9f9f9f;
	color: #fff;
	border-radius: 2px;
	opacity: .95;
}
@media(max-width: 1200px){
	.container{
		padding-left: .5rem;
		padding-right: .5rem;
		box-sizing: border-box;
	}
}
@media(max-width: 768px) {
	.navbar{
		padding: .5rem 0;
	}
	.navbar .col-lg-3{
		width: 50%;
	}
	.top_bar,.navbar-collapse{
		display: none;
	}
	.m-ico{
		display: block;
	}
	.m-ico span{
		border: 2px solid #444;
		font-size: 1.5rem;
		border-radius: 1.5rem;
		width: 1.5rem;
		height: 1.5rem;
		text-align: center;
		line-height: 1.3rem;
		display: block;
		margin: 0 0 0 auto;
	}
	
	.navbar-collapse{
		background-color: #FFFFFF;
		position: absolute;
		right: 0;
		top: 3rem;
		padding-top: 1rem;
		border-top: 5px solid #f6466c;
		border-bottom: 5px solid #f6466c;
		margin-bottom: 1rem;
		margin-top: 1rem;
		z-index: 99;
	}
	.navbar-nav{
		flex-wrap: wrap;
	}
	.navbar-nav .nav-item{
		width: 100%;
		text-align: center;
		font-size: 1rem;
		margin-top: 1.2rem;
		margin-bottom: 1.5rem;
	}
}
@media(max-width: 480px) {
	footer p{
		font-size: .9rem;
	}
	footer .footer-beian span.sep{
		display: none;
	}
	footer p.footer-beian{
		flex-wrap: wrap;
	}
}



	.bottomFixed{ display:none;}
@media(max-width: 768px){
    .bottomFixed {display: flex;font-size:.9em;position: fixed;bottom: 0;width: 100%;}
	.bottomFixed img { width: 1.2em; margin-top: -0.3em; margin-right: 1.5%; display: inline-block;vertical-align: middle;}
	.bottomFixed a{ line-height: 3.7em;text-align: center; color: #FFFFFF;padding-top: 0.2%;}
	.smf1 { width: 33%; background-color: #f29950;}
	.smf2 { width: 33%; background-color: #2ea7e0; position: relative;}
	.smf2 span {position: absolute;border-radius: 156px; background-color: #e73828; width: 1.1em; font-size: .9em;line-height: 1.1em; top: 0.3em;}
	.smf3 {width: 34%;background-color: #64569d; background-position: 19%;}
}