/*============================================[Table of content]1. Large devices (less than 1200px)2. Large tablets (less than  992px)3. Medium devices (less than  768px)4. Small devices (less than  576px)5. Extra Small devices (less than  480px)============================================*/
.align-items-center .mobile {
	margin-bottom: 10px;
	font-size: 27px;
	font-family: DINAlternate;
	font-weight: bold;
	color: #008d4f;
}

.align-items-center .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 83px;
	height: auto;
}

.containers {
	margin: auto;
	width: 70%;
}

/* 第一页 */
.first {
	/* max-width: 1280px; */
	height: 263px;
	/* box-sizing: border-box; */
	/* background-color: #008d4f; */
	background: url('/skins/img/fu.png') center center no-repeat #008d4f;
}

.fir_center {
	margin: auto;
	height: 263px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* 	background-image: url('./img/fu.png');
	background-size: cover; */

}

.fir_quest {
	padding-bottom: 33px;
	font-size: 27px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
}

.fir_desc {
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}

.feedback {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 20px;
	z-index: 999;
	width: 42%;
	/*height: 40%;*/
	background-color: #FFFFFF;
	padding-bottom: 40px;
}

.feed_cont {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.feed_img {
	margin: auto;
	width: 30%;
	height: 60%;
}

.feed_tit {
	width: 90%;
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 85px;
	text-align: center;
}

.feed_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 60px;
	background: #008d4f;
	border-radius: 17px;
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 68px;
}

@media (min-width: 992px) and (max-width: 1500px) {

	.main-header .header-menu>ul>li:hover>a,
	.main-header .header-menu>ul>li.active>a {
		color: #008d4f;
		/* font-size: 12px; */
		padding-bottom: 30px;
		border-bottom: 3px solid #008d4f;
		font-weight: 400;
	}

	.containers {
		margin: auto;
		width: 90%;
	}

	.thirds {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1600px) {

	.main-header .header-menu>ul>li:hover>a,
	.main-header .header-menu>ul>li.active>a {
		color: #008d4f;
		padding-bottom: 30px;
		border-bottom: 3px solid #008d4f;
		font-weight: 400;
	}

	.thirds {
		display: none;
	}
}

@media (min-width: 1401px) {

	.main-header .header-menu>ul>li:hover>a,
	.main-header .header-menu>ul>li.active>a {
		color: #008d4f;
		padding-bottom: 30px;
		border-bottom: 3px solid #008d4f;
		font-weight: 400;
	}

	.thirds {
		display: none;
	}
}

@media (max-width: 1199.98px) {

	.fir_center .fir_quest {
		margin: 0px 20px;
	}

	.fir_center .fir_desc {
		margin: 0px 10px;
	}

	.header-menu>ul>li {
		padding-left: 13px;
		padding-right: 13px;
	}

}

@media (max-width: 991.98px) {

	/* 头部 header */
	/* 面包屑 */
	.main-menu-wrap .btn {
		border-color: #5b39c9;
	}

	.main-header .row {
		position: relative;
	}

	.main-header .row>div:nth-child(2) {
		position: static;
	}

	.main-header {
		padding: 10px 0;
	}

	.header-menu ul ul li a:hover:before,
	.header-menu ul ul li.active a:before,
	.header-menu ul ul li:hover>a:before {
		opacity: 0;
	}

	.header-menu>ul>li {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 0px !important;
	}


	.header-menu ul li a {
		color: #fff;
		padding: 12px 15px !important;
	}

	.header-menu>ul ul li:not(:last-child) {
		border-bottom: 0;
	}

	.header-menu ul ul li a {
		padding-left: 30px !important;
		width: auto;
	}

	.header-menu {
		text-align: right;
		position: initial;
	}

	.header-menu>ul {
		position: absolute !important;
		top: 50px !important;
		left: 15px !important;
		width: calc(100% - 30px) !important;
		background: #008d4f;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		max-height: 350px;
		overflow-y: auto;
	}

	/* .header-menu ul li a {
		color: #081340;
	} */

	.header-menu ul,
	.header-menu ul ul,
	.header-menu ul ul ul,
	.header-menu>ul,
	.header-menu.align-center>ul,
	.header-menu>ul>li>ul,
	.header-menu>ul>li:hover>ul,
	.header-menu ul ul li:hover>ul {
		position: relative;
		left: 0;
		right: auto;
		top: 0;
		width: 100%;
		display: none;
		padding: 0;
		opacity: 1;
		text-align: left;
		z-index: 99999;
	}

	.header-menu ul li {
		width: 100%;
		/* border-top: 1px solid; */
	}

	.header-menu>ul>li>a,
	.header-menu ul ul li a,
	.header-menu ul ul li:first-child>a,
	.header-menu ul ul li:last-child>a {
		border-radius: 0;
		box-shadow: none;
	}

	.header-menu ul li a i {
		display: none;
	}

	.header-menu ul ul ul li a {
		padding-left: 45px !important;
	}

	.header-menu #menu-button {
		color: #008d4f;
		font-size: 28px;
		display: inline-block;
		cursor: pointer;
	}

	.header-menu .submenu-button {
		position: absolute;
		right: 0;
		display: block;
		width: 50px;
		height: 40px;
		border-left: 1px solid rgba(120, 120, 120, 0.2);
		z-index: 10;
		cursor: pointer;
	}

	.header-menu ul ul .submenu-button {
		height: 44px;
	}

	.header-menu .submenu-button:before {
		content: '';
		position: absolute;
		right: 22.5px;
		top: 18px;
		display: block;
		width: 0;
		height: 0;
		border: 4px solid transparent;
		border-top-color: #fff;
		z-index: 99;
	}

	.header-menu .submenu-opened:before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		top: 14px;
	}

	.header-menu ul ul .submenu-button:before {
		top: 19.5px;
	}

	.header-menu ul ul .submenu-button.submenu-opened:before {
		top: 15.5px;
	}

	.header-menu #menu-button.menu-opened:before,
	.header-menu .submenu-button.submenu-opened:before {
		border-top-color: #f77ade;
	}

	.header-menu>ul>li:not(.active):hover>a,
	.header-menu>ul>li:not(.active)>a:hover {
		color: #f77ade;
	}

	.header-menu>ul>li>ul {
		background: #1c1967;
	}

	.header-menu>ul>li>ul,
	.header-menu ul ul ul {
		box-shadow: none;
		border-bottom: 0;
	}

	.header-menu>ul>li>ul:before,
	.header-menu ul ul ul:before {
		display: none;
	}

	.header-menu ul ul ul li:first-child {
		padding-top: 0;
	}

	.header-menu ul ul ul li:last-child {
		padding-bottom: 0;
	}

	.header-menu ul ul li:hover>a,
	.header-menu ul ul li>a:hover {
		color: #fff;
	}


	.header-menu>ul>li>a:after,
	.header-menu>ul>li.active>a:after,
	.header-menu>ul>li:hover>a:after {
		display: none;
	}

	.signup--out-btn {
		margin-left: 50px;
	}

	.header-menu>ul>li:hover>a:before,
	.header-menu>ul>li.active>a:before {
		display: none;
	}

	.header-menu ul ul li a {
		font-size: 14px;
		background: #ffffff;
		color: #333333;
	}

	.header-menu>ul>li>a>img,
	.header-menu>ul>li.active>a img,
	.header-menu>ul>li>a:hover img {
		display: none;
		margin-bottom: 0;
	}

	.main-header .header-menu>ul>li:hover>a,
	.main-header .header-menu>ul>li.active>a {
		color: #fff;
	}

	.main-header.sticky .header-menu>ul>li:hover>a,
	.main-header.sticky .header-menu>ul>li.active>a {
		color: #fff;
	}

	.header-menu ul li a {
		color: #ccc;
	}

	.main-header.sticky .header-menu>ul>li>a {
		color: #ccc;
	}

	.header-menu ul ul li a {
		background: #081340;
		color: #ccc;
	}

	.main-header.sticky .header-menu ul ul li a,
	.main-header .header-menu ul ul li a {
		background: #36324a;
		color: #ccc;
	}

	/* 底部 footer */
	.footer-widget {
		margin-bottom: 30px;
	}

	.footer-widget .foo_nav {
		font-size: 13px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 20px;
	}

	.footer-widget .foo_img {
		justify-content: center;
	}

	.footer-widget .foo_img .logo_imgb {
		width: 235px;
		height: 107px;
	}

	.footer-widget .foo_img .foo_card .card_img {
		width: 106px;
		height: 106px;
	}

	.footer-widget .foo_img .foo_card .card_name {
		font-size: 13px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 20px;
	}

	.footer-widget .area {
		padding: 0px;
		font-size: 13px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 20px;
	}

	.footer-widget .footer_rig .all {
		font-size: 13px;
	}

	.footer-widget .footer_rig .mobile {
		font-size: 31px;
	}

	.footer-widget .footer_rig .input {
		width: 293px;
		height: 52px;
	}

	.footer {
		background: #008d4f;
	}


	.footer .footer_rig {
		align-items: center;
	}

	.main-header.sticky.inner-header.header-2 .sticky-logo {
		display: block !important;
	}

	.main-header.sticky.inner-header.header-2 .main-logo2 {
		display: none !important;
	}

}

@media (max-width: 991px) {

	footer.footer {
		position: relative;
		background: #008d4f;
	}
}

/* 3. Medium devices (less than  768px) */

@media (max-width: 767.98px) {

	.feedback {

		width: 80%;

	}


	.fees_img {
		width: 40%;
		height: 60%;
	}

	.fees_tit {
		width: 90%;
		font-size: 17px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #666666;
		line-height: 50px;
	}

	.feed_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		height: 46px;
		background: #008d4f;
		border-radius: 17px;
		font-size: 20px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 42px;
	}



	.foo_img .logo_imgb {
		width: 50% !important;
	}

	.footer_rig .input {
		width: 90% !important;
	}

	.footer_rig .button {
		width: 50% !important;
	}

	.menu-button {
		justify-content: flex-end;
	}
}
