body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'PingFang-SC-Medium';
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	cursor: pointer;
}

button:active {
	background-image: none;
	box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
}

/* webkit-box ????���??��??? ?��????ie9 ?��????????����box\flex????���*/
.md-box {
	display: box !important;
	display: -webkit-box !important;
	font-size: 0.28rem;
}

.md-ac {
	box-align: center;
	-webkit-box-align: center;
}

.md-as {
	box-align: stretch;
	-webkit-box-align: stretch;
}

.md-ae {
	-webkit-box-align: end;
	box-align: end;
}

.md-pc {
	box-pack: center;
	-webkit-box-pack: center;
}

.md-pe {
	box-pack: end;
	-webkit-box-pack: end;
}

.md-pj {
	-webkit-box-pack: justify;
	box-pack: justify;
}

.md-ver {
	box-orient: vertical;
	-webkit-box-orient: vertical;
}

.md-f1 {
	box-flex: 1;
	-webkit-box-flex: 1;
}

.md-f2 {
	box-flex: 2;
	-webkit-box-flex: 2;
}

.md-size {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* ??��??��??��??? */

/* ??��??��?????�� */
.fs-bold {
	font-weight: bold;
}

/* ??��??��?���?��? */
.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-22 {
	font-size: 22px;
}

.fs-24 {
	font-size: 24px;
}

.fs-26 {
	font-size: 26px;
}

.fs-28 {
	font-size: 28px;
}

.fs-30 {
	font-size: 30px;
}

.fs-32 {
	font-size: 32px;
}

.fs-34 {
	font-size: 34px;
}

/* ��???????��??��??�� */
@font-face {
	font-family: 'YouSheBiaoTiHei';
	src: url('../../fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot');
	/* IE9 Compat Modes */
	src: url('../../fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot?iefix') format('embedded-opentype'),
		/* IE6 ~ IE8 */
		url('../../fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.woff') format('woff'),
		/* Modern Browsers */
		url('../../fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../../fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.svg#YouSheBiaoTiHei') format('svg');
	/* Legacy iOS */
}


/* ??��??����??����? */
.font-main-color {
	color: #f18b00 !important;
}

/* ��?????��??����? */
.bg-main-color {
	background-color: #f18b00;
}

/* ??�?��?????��???���?? */
.md-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* ??�?��?????��???�訨?? */
.md-multi-ellipsis--l2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* ??�?��?????��???�먨?? */
.md-multi-ellipsis--l3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* ??�?��?????��????��?? */
.md-multi-ellipsis--l7 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

/* ???????����??? */
.md-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/* ��??��???????? */
.min-container {
	min-width: 1200px;
}

.cus-container {
	width: 1200px;
	/* padding: 0 20px; */
	margin: auto;
}

/* ??��????????�� */
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

body {
	//background-image: url(../../images/common/bodyback.png);
}

input::-webkit-input-placeholder {
	color: #999999;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999999;
}

/* ��????��?����???��???????��??? */
.body-pos {
	margin: 24px 0;
	font-size: 16px;
	color: #999999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.body-pos .icon {
	display: none;
	/* display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 17px;
	background: url(../../images/common/pos-icon.png);
	margin-bottom: 3px; */
}

.body-pos span {
	display: inline-block;
	vertical-align: middle;
}

.body-pos a {
	font-size: 16px;
	color: #999999;
	font-family: SourceHanSansSC, SourceHanSansSC;
}

.body-pos .cur-pos {
	color: #333333;
	cursor: pointer;
}

.body-pos .hover-pos:hover {
	color: #0188FF;
}

.body-pos .goback {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
}

.body-pos .goback img {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

/* ?��??����??????title(?��????���졯????????? */
.common-item_title_small {
	font-family: PingFang-SC-Medium;
	position: relative;
	font-size: 20px;
	color: #333333;
	padding-left: 8px;
	font-weight: bold;
}

.common-item_title_small div {
	background-image: url('../../images/serviceOL/title-bg.png');
	width: 25px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: -4px;
}

.common-item_title {
	font-family: PingFang-SC-Medium;
	position: relative;
	font-size: 24px;
	color: #333333;
	padding-left: 9px;

	font-weight: bold;
	font-size: 30px;
	color: #463D2F;
	margin-bottom: 22px;
	padding-bottom: 11px;
	border-bottom: 1px solid #eeeeee;
}


.common-item_title::before {
	display: inline-block;
	content: '';
	width: 4px;
	height: 28px;
	background: #006EB3;
	position: absolute;
	left: -6px;
	top: 3px;

	height: 20px;
	background: #f89004;
	top: 12px;
	width: 7px;
	border-radius: 4px;

}

.common-item_title div {
	display: none;
	background-image: url('../../images/serviceOL/title-bg.png');
	width: 25px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: -3px;
}

.common-item_title_big {
	font-family: PingFang-SC-Bold;
	position: relative;
	font-size: 36px;
	color: #333333;
	padding-left: 9px;
}

.common-item_title_big div {
	background-image: url('../../images/serviceOL/title-bg-big.png');
	width: 34px;
	height: 28px;
	position: absolute;
	left: 0px;
	top: -3px;
}

/*��?��???????????��??? */
.ta-chk-checked {
	background: url(../../images/serviceOL/lrbt1-checkbox_checked.png) left no-repeat !important;
}

.ta-radio-uncheck {
	background: url(../../images/serviceOL/radio_unchecked.png) left no-repeat !important;
	background-size: 10% !important;
}

.ta-radio-checked {
	background: url(../../images/serviceOL/radio_checked.png) left no-repeat !important;
	background-size: 10% !important;
}

.fielddiv {
	margin: 7px 2px;
}

/* ?��?��?����??��???��??����??��??? */
/*?��?��?����??��?????��?��???*/
.step-background {
	padding: 50px 45px;
	height: 200px;
	/*background: url("../../images/serviceOL/nav-bg.png"); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}

.step-background .btn {
	width: 19px;
	height: 20px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	top: 70px;
	display: none;
}

.step-background .btn.prev-btn {
	left: 0;
	background-image: url("../../images/common/left.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.step-background .btn.prev-btn:hover {
	background-image: url("../../images/common/left_hover.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.step-background .btn.next-btn {
	right: 0;
	background-image: url("../../images/common/right.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.step-background .btn.next-btn:hover {
	background-image: url("../../images/common/right_hover.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.step-background .step-UI {
	position: absolute;
	top: 50px;
	left: 45px;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
}

.step-background .step-UI .step-box {
	width: 50px;
	float: left;
	text-align: center;
	position: relative;
}

.step-background .step-UI .step-box .step-icon {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
}

.step-background .step-UI .step-box .step-icon .step-icon-default {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #cfcfcf;
	border: 3px solid #cfcfcf;
	background-clip: content-box;
	padding: 2px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}

.step-background .step-UI .step-box .step-icon .step-icon-default.active {
	border-color: #FFBB75;
	background-color: #FFBB75;
}

.step-background .step-UI .step-box .step-icon .step-icon-default>span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-family: 'YouSheBiaoTiHei';
	font-style: italic;
	font-weight: 500;
	padding: 0 4px 0 0;
}

.step-background .step-UI .step-box .step-icon .step-icon-default::after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.step-background .step-UI .step-box .step-title {
	font-family: PingFang-SC-Medium;
	font-size: 18px;
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	color: #cfcfcf;
	min-width: 60px;
	max-width: 150px;
	white-space: nowrap;
}

.step-background .step-UI .step-box .step-title::after {
	content: attr(data-txt);
	position: absolute;
	display: block;
	top: 120%;
	left: 50%;
	font-size: 12px;
	letter-spacing: 0px;
	color: #444;
	transform: translateX(-50%);
}

.step-background .step-UI .step-box .step-title.active {
	color: #f18b01;
}

.step-background .step-UI .step-line {
	float: left;
	width: 200px;
	padding: 0 5px;
	padding-top: 30px;
	box-sizing: border-box;
}

.step-background .step-UI .step-line .step-line-default {
	width: 1005;
	height: 2px;
	background-color: #cfcfcf;
}

.step-background .step-UI .step-line .step-line-default.active {
	background-color: #FFBB75;
}

/*?��?��?����??��???���???��??*/
.title-section .title {
	font-family: 'SourceHanSansCN Medium';
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 68px;
	letter-spacing: 0px;
	color: #333333;
}

/*?��?��?����??��??��?��???*/
.form-section {
	border-top: none;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 24px;
}

.form-section .form-wrap {
	position: relative;
}

.form-section .form-wrap .form-content {
	width: 100%;
	display: none;
	box-sizing: border-box;
}

.common-item_title {
	margin-bottom: 25px;
}

.form-section .footer-section .button-group {
	width: 148px;
	margin: 63px auto 74px auto;
}

.evaluateApllication-button {
	outline: none;
	width: 148px;
	height: 40px;
	/* background-image: linear-gradient(0deg, #ffa936 0%, #f89a1b 50%, #FFBB75 100%),
    linear-gradient(#FFBB75, #FFBB75); */
	background-blend-mode: normal, normal;
	box-shadow: 0px 6px 12px 0px rgb(0 126 228 / 26%);
	border-radius: 4px;
	border: none;
	background-color: #FFBB75;
	color: #fff;
}

.evaluateApllication-button.disabled {
	/*background-image: linear-gradient(0deg, #ccc8c3 0%, #a8a49f 100%),
		linear-gradient(#FFBB75, #FFBB75);
	box-shadow: 0px 6px 12px 0px rgb(199 199 199 / 26%);
	color: white;*/

	width: 200px;
	height: 50px;
	font-size: 20px;
	border-radius: 8px;
	line-height: 50px;
	text-align: center;
	box-shadow: none !important;
	background-color: #ccc8c3 !important;
	color: #FFFFFF !important;
	cursor: not-allowed;
}

.evaluateApllication-button.prev {
	width: 200px;
	height: 50px;
	background: rgba(241, 138, 0, .15);
	border-radius: 8px;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	color: #F18A00;
	line-height: 50px;
	text-align: center;
	box-shadow: none !important;
	background-image: none !important;
}

.form-section .footer-section .button-group .next {
	margin-top: 25px;
	width: 200px;
	height: 50px;
	background: #F18A00;
	border-radius: 8px;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	box-shadow: none;
}

/* ?��?�����???�����???��??����?????��? */
.layui-form-checked[lay-skin='primary'] i {
	border-color: #FFBB75 !important;
	background-color: #FFBB75;
}

/* ?????��???�����???��??����? */
.layui-form-select dl dd.layui-this {
	background-color: #FFBB75;
}

/* layUI��?��?????��???����????*/
.layui-form-label.required>span {
	position: relative;
}

.layui-form-label.required>span::after {
	content: '*';
	font-size: 20px;
	position: absolute;
	left: -1px;
	top: 4.6px;
	transform: translateX(-130%);
	color: #ff5722;
}

/*遮罩层mask样式*/
.pop-content-box {
	display: none;
	padding: 0 85px;
}

.pop-content-box .application-btn {
	width: 240px;
	height: 180px;
	float: left;
	margin-top: 108px;
	margin-right: 20px;
	cursor: pointer;
}

.pop-content-box .application-btn .icon-btn {
	width: 65px;
	height: 54px;
	margin: 32px auto;
}

.pop-content-box .application-btn .title {
	margin: 30px auto;
	font-family: SourceHanSansCN-Bold;
	font-size: 28px;
	color: #fff;
	text-align: center;
}

.application-btn {
	background-image: linear-gradient(0deg, #c7b8a4 0%, #a68e6d 99%),
		linear-gradient(#e5e5e5, #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c7b8a4, endColorstr=#a68e6d);
}

.application-btn:hover {
	background-image: linear-gradient(0deg, #fdb553 0%, #f89611 99%),
		linear-gradient(#e5e5e5, #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fdb553, endColorstr=#f89611);
}

/* 区域下拉树 */
.tree-select-ui .layui-tree-main {
	padding-right: 20px;
}

.tree-select-ui .title {
	line-height: 38px;
}

.tree-select-ui dl {
	min-width: 240px !important;
}

.tree-select-ui dl dd:hover {
	background-color: #fff !important;
}

.tree-select-ui dl .layui-tree-entry {
	height: 27px !important;
	padding: 0;
}

/* validateExtra css*/
.validate-extra-info {
	position: absolute;
	right: 10px;
	top: 50%;
	text-align: right;
	transform: translateY(-50%);
	height: 100%;
	display: none;
	font-size: 20px;
}

.validate-extra-info.fail {
	display: block;
	color: salmon;
}

.validate-extra-info.loading {
	display: block;
	transition: 0.3 all;
}

.validate-extra-info.success {
	display: block;
	color: #1fbb7d;
}

.validate-extra-info::after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.validate-extra-icon {
	margin-left: 0.3em;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

.validate-extra-mes {
	display: inline-block;
	font-size: 0.8em;
	vertical-align: middle;
}

/* 分页条样式 */
.manu span.current {
	background-color: #FFBB75;
	border: 1px solid #FFBB75;
}

.manu span a {
	color: #FFBB75;
}

.manu span input {
	outline: none;
}

/* 表格字体样式 */
.layui-table td,
.layui-table th {
	font-size: 16px !important;
}

.layui-layer-loading,
.layui-layer-loading .layui-layer-content {
	width: 60px !important;
	height: 24px !important
}

.layui-table tbody tr:hover {
	background-color: #f5f7fa !important;
}

.layui-table-click {
	background-color: #f5f7fa !important;
}

/* layui弹窗确认按钮样式 */
.layui-layer-btn .layui-layer-btn0 {
	border-color: #FFBB75 !important;
	background-color: #FFBB75 !important;
}

/* 轮播图样式 */
.swiper {
	width: 524px;
}

.swiper .img-show {
	width: 100%;
	height: 295px;
	position: relative;
	overflow: hidden;
}

.swiper .img-show .total-tip {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	padding: 7px 9px 9px 10px;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
}

.swiper .img-show .total-tip .total-number {
	font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	color: #fff;
}

.swiper .img-show .btn {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 84px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 10;
	text-align: center;
	line-height: 84px;
}

.swiper .img-show .btn span {
	color: #fff;
	font-size: 28px;
}

.swiper .img-show .btn.prev-btn {
	left: 0;
	border-radius: 0px 4px 4px 0px;
}

.swiper .img-show .btn.next-btn {
	right: 0;
	border-radius: 4px 0px 0px 4px;
}

.swiper .img-show .show-img-list {
	width: 3000px;
	height: 100%;
	position: absolute;
}

.swiper .img-show .show-img-list img {
	float: left;
	display: block;
	width: 524px;
	height: 100%;
}

.swiper .hide-scroll {
	margin-top: 10px;
	height: 67px;
	overflow-y: hidden;
	position: relative;
}

.swiper .hide-scroll .small-img {
	height: 90px;
	overflow-x: auto;
	position: relative;
}

.swiper .hide-scroll .small-img .small-img-list {
	position: absolute;
	left: 0;
	width: 2000px;
	height: 67px;
}

.swiper .hide-scroll .small-img .small-img-list img {
	float: left;
	display: block;
	width: 100px;
	height: 67px;
}

.swiper .hide-scroll .small-img .small-img-list img:nth-child(n+2) {
	margin-left: 6px;
}

.swiper .hide-scroll .small-btn {
	display: none;
	position: absolute;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.4);
}

.swiper .hide-scroll .small-btn span {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

.swiper .hide-scroll .small-btn.small-prev-btn {
	left: 10px;
}

.swiper .hide-scroll .small-btn.small-next-btn {
	right: 10px;
}

.hide-btn {
	display: none;
}

.hover-blue:hover {
	color: #F08C02;
}

.pagination {
	margin-top: 30px;
}

.pagination a {
	padding: 4px 10px !important;
	border-color: #dddddd !important;
	MARGIN: 4px !important;
	color: #333333 !important;
}

.pagination a:hover {
	border-color: #FFBB75 !important;
}

.pagination SPAN.disabled {
	padding: 4px 10px !important;
	MARGIN: 4px !important;
}

.pagination SPAN.current {
	padding: 4px 10px !important;
	MARGIN: 4px !important;
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	color: #FFBB75 !important;
}

.pagination SPAN:last-child a {
	background-color: #FFBB75 !important;
	color: #FFFFFF !important;
	border-color: #FFBB75 !important;
}

DIV.pagination A:active {
	border-color: #f5ce98 !important;
	COLOR: #f3a740 !important;
	BACKGROUND-COLOR: #f5ce98 !important;
}

.layui-disabled {
	background-color: #f5f7fa;
	border-color: #e4e7ed;
	color: #c0c4cc !important;
}

/* skeleton.css */
.skeleton {
	padding: 20px 20px 0 20px;
	animation: shimmer 2s ease-in-out infinite;
	background-color: #f6f7f8;
}

@keyframes shimmer {
	0% {
		opacity: 1;
	}

	25% {
		opacity: .5;
	}

	50% {
		opacity: 1;
	}

	75% {
		opacity: .5;
	}

	to {
		opacity: 1;
	}
}

.skeleton-line {
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
	background-color: #e0e0e0;
}

.skeleton-box {
	display: flex;
}

.skeleton-box>div:not(:first-child) {
	margin-left: 20px;
}

/* skeleton.css end */

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	/* background-color: #f88f00; */
	background: #0188FF !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	border-radius: 4px 4px 4px 4px !important;

}

.layui-laypage a:hover {
	color: #0188FF !important;
}

.layui-laypage-count {
	font-weight: 400 !important;
	font-size: 20px !important;
	color: rgba(51, 51, 51, 0.7) !important;
}


.layui-laypage a {
	font-weight: 400 !important;
	font-size: 20px !important;
	color: #313131 !important;

}

.layui-laypage-spr,
.layui-laypage-curr,
.layui-laypage a {
	margin-right: 8px !important;
	padding: 14px 18px !important;
}

.layui-laypage-curr em {
	font-weight: 400 !important;
	font-size: 20px !important;
}

.layui-laypage select {
	height: auto !important;
	padding: 14px 18px !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 20px !important;
}

.layui-laypage select:focus {
	border-color: #0188FF !important;
}

.layui-laypage input:focus,
.layui-laypage select:focus {
	border-color: #0188FF !important;
}

.layui-laypage-skip {
	height: auto !important;
	padding: 14px 18px !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 20px !important;
}

/* 面包屑 start */
.cus-breadcrumb {
	padding: 16px 0;
}

.cus-breadcrumb a {
	color: #999999;
	font-size: 16px;
}

.cus-breadcrumb span {
	color: #333333;
	font-size: 16px;
}

.cus-breadcrumb i {
	color: rgba(0, 0, 0, 0.4);
	font-size: 14px;
}

.cus-breadcrumb a:hover {
	color: #0083FF;
}

/* 面包屑 end */