/*page-title*/
.page-container,
.page-title {
	position: relative;
	z-index: 1;
	overflow:hidden;
}

.page-title>.container {
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: flex-end;
	padding-bottom: 4%;
	text-align: right;
}
.page-title>.container:before{
    content: "";
    position: absolute;
    background-color: #61006880;
    width: 5rem;
    height: 5rem;
    bottom: 0;
    /* right: 22%; */
    box-shadow: 0rem 2rem 5rem 9rem #61006880;
    border-radius: 50%;
}
.page-title>.container:after {
	vertical-align: middle;
	height: 100%;
}

.page-title .center {
	display: inline-block;
	clear: both;
	white-space: normal;
	width: 100%;
	vertical-align: middle;
}

.page-title .center .center-v {
	width: 100%;
}

.page-title-container .main-title {
	vertical-align: middle;
}

.page-title-column-left {
	text-align: right;
}

.page-title-column-center {
	text-align: center;
}

.page-title-column-right {
	text-align: left;
}

.page-title-column-center .PageTitlePane {
	margin-right: auto;
	margin-left: auto;
}

.page-title-column-right .PageTitlePane {
	margin-right: auto;
	margin-left: 0;
}

.page-title-row-right {
	text-align: left;
}


@media only screen and (max-width: 54.7857rem) {
	.page-title .center .center-v {
		display: block;
	}
}

.page-title-arrow {
	position: absolute;
	right: 50%;
	bottom: 2.1429rem;
	width: 2.1429rem;
	height: 2.1429rem;
	cursor: pointer;
	text-align: center;
	z-index: 99;
	transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	/* IE 9 */
	-moz-transform: translate3d(-50%, 0, 0);
	/* Firefox */
	-webkit-transform: translate3d(-50%, 0, 0);
	/* Safari 和 Chrome */
	-o-transform: translate3d(-50%, 0, 0);
	/* Opera */
}

@media only screen and (max-width: 54.7857rem) {
	.page-title-arrow.mobile_hide {
		display: none;
	}
}

@keyframes arrow-movement {
	0% {
		opacity: 0;
		top: 0;
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.page-title-arrow .arrow {
	opacity: 0;
	position: absolute;
	right: 12%;
	top: 1.0714rem;
	transform-origin: 50% 50%;
	transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	/* IE 9 */
	-moz-transform: translate3d(-50%, -50%, 0);
	/* Firefox */
	-webkit-transform: translate3d(-50%, -50%, 0);
	/* Safari 和 Chrome */
	-o-transform: translate3d(-50%, -50%, 0);
	/* Opera */
}

.page-title-arrow .arrow-first {
	animation: arrow-movement 1.5s ease-in-out infinite;
}

.page-title-arrow .arrow-second {
	animation: arrow-movement 1.5s 0.75s ease-in-out infinite;
}

.page-title-arrow .arrow:before,
.page-title-arrow .arrow:after {
	background: #666;
	content: "";
	display: block;
	height: 0.2143rem;
	position: absolute;
	top: 0;
	right: 0;
	width: 1.4286rem;
}

.page-title-arrow .arrow:before {
	transform: rotate(45deg) translateX(15%);
	transform-origin: top right;
}

.page-title-arrow .arrow:after {
	transform: rotate(-45deg) translateX(-15%);
	transform-origin: top left;
}

.page-title.light .page-title-arrow .arrow:before,
.page-title.light .page-title-arrow .arrow:after {
	background: #fff;
}

.page-title-bg {
	position: relative;
}

.page-title-bg.light-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.50);
}

.page-title-bg.dark-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.50);
}

.pagetitle-breadcrumbs-box {
	text-align: center;
	font-size: 1.2857rem;
	color: #FFF;
	font-weight: 500;
	margin: 0.8571rem 0 2.1429rem;
}

.pagetitle-breadcrumbs-box .separator {
	padding: 0 0.3571rem;
}

.page-title .pagetitle-breadcrumbs-box+.PageTitlePane {
	margin-top: -1.4286rem
}


.page-title-bg {}




.page-title.dark .main-title {
	color: #1e1e1e;
}

.page-title.dark .PageTitlePane .Normal,
.page-title.dark .PageTitlePane a:link,
.page-title.dark .PageTitlePane a:active,
.page-title.dark .PageTitlePane a:visited,
.page-title.dark .pagetitle-breadcrumbs-box,
.page-title.dark .pagetitle-breadcrumbs-box a,
.page-title.dark .pagetitle-breadcrumbs-box a:link,
.page-title.dark .pagetitle-breadcrumbs-box a:active,
.page-title.dark .pagetitle-breadcrumbs-box a:visited {
	color: #333333;
}

.page-title.light .main-title {
	color: #ffffff;
}

.page-title.light .PageTitlePane .Normal,
.page-title.light .PageTitlePane a:link,
.page-title.light .PageTitlePane a:active,
.page-title.light .PageTitlePane a:visited .page-title.light .pagetitle-breadcrumbs-box,
.page-title.light .pagetitle-breadcrumbs-box a,
.page-title.light .pagetitle-breadcrumbs-box a:link,
.page-title.light .pagetitle-breadcrumbs-box a:active,
.page-title.light .pagetitle-breadcrumbs-box a:visited {
	color: #ffffff;
}

.page-title .main-title {
	display: block;
	margin: 0;
}

.page-title.medium .main-title {
	font-size: 2.4286rem;
}

.page-title.large .main-title {
	font-size: 2rem;
}

.page-title.small .main-title {
	font-size: 2rem;
}

.page-title p {
	margin: 0;
}

.page-title .title-area {
	position: relative;
}

.page-title .PageTitlePane {
	margin-top: 0.6429rem;
}

.page-title .PageTitlePane .Normal {
	font-size: 1.2857rem;
}

@media only screen and (max-width: 70.7857rem) {
	.page-title .main-title {
		font-size: 2.2857rem !important;
	}

	.pagetitle-breadcrumbs-box {
		font-size: 1.1429rem !important;
		margin-top: 0.4286rem !important;
		margin-bottom: 0
	}

	.page-title .pagetitle-breadcrumbs-box+.PageTitlePane {
		margin-top: 0.1429rem
	}

	.page-title .title-area {
		margin-bottom: 0;
	}

	.page-title .title-area:after {
		width: 4.2143rem;
		height: 8.2857rem;
		margin: -4.1429rem -2.1429rem 0 0;
	}

	.page-title-container {
		height: auto;
		padding-top: 4.7857rem;
		padding-bottom: 4.7857rem;
	}



}

.page-title-bg .header-replace.header-position {
	position: relative;
}
