.bg-brand-color{
	background-color: #f16510;
	color: #FFFFFF;
}
.text-brand-color{
	color:  #f16510;
}
.bg-gray{
	background-color: #dfdfdf;
}

body{
	padding: 0;
	margin: 0;
}
.header{
	display: flex;
	justify-content: center;
}
.header-content{
	width: 70%;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.center{
	width: 70%;
	margin: auto;
}
.c-title >h3{
	font-size: 1.5rem;
	text-align: center;
}
.c-title > p{
	text-align: center;
}
.ccenter{
	display: flex;
	justify-content: space-between;
	border: 1px solid #999;
	background-color: #f8f8f8;
}
.cc-left{
	width: 70%;
}
.cc-right{
	width: 30%;
}

.ccl-title{
	display: flex;
	align-items: center;
}
.tag-list{
	display: flex;
	flex-wrap: wrap;
}
.tag{
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 0.125rem 0.25rem;
	margin-bottom: 0.3125rem;
	margin-right: 0.3125rem;
	border-radius: 0.125rem;
	background-color: #d8d8d8;
}
.r-label{
	display: flex;
	align-items: center;
	padding: 0.625rem;
	background-image: linear-gradient(to right, #ffecd8 , #fff6ee);
}
.r-label > span{
	color: #F16510;
	padding: 0 0.625rem;
}
.width-100{
	width: 100%;
}
.ys-tag{
	width:70%;
	margin: 1.25rem auto 0;
	background: #ebebeb;
	border-radius: 30px;
	font-size: 0.8125rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0.3125rem 0.625rem;
}
.ys-list{
	width:70%;
	display: flex;
	justify-content: center;
	margin: auto;
}
.ys-tag>span{
	width: calc(100% - 26px);
	padding-left: 0.625rem;
	text-align: left;
}
.ys-list > ul{
	list-style: none;
	font-size: 0.875rem;
	padding-left: 0;
}
.ys-list span{
	color: #F16510;
	font-weight: bold;
}
.text-bold{
	font-weight: bold;
}
.ccenter2{
	border-bottom: 1px solid #D8D8D8;
}
.lxwm{
	text-align: center;
}
.zxrx{
	padding: 1.125rem;
	color: #F16510;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #fd8a2e;
	background-color: #515151;
}
.f-top{
	width: 80%;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
}
.ft-l{
	width: 50%;
	padding: 0 1.25rem;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
}
.ft-r{
	width: 50%;
	padding: 0 1.25rem;
}
.f-bottom{
	font-size: 0.875rem;
	color: #a7a7a7;
}
.h-right{
	display: flex;
	justify-content: center;
	align-items: center;
}