.pageHeader {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	display: flex;
	justify-content: center;
	height: 70px;
	background-color: #F2F2F2;
	box-sizing: border-box;
	border-width: 0px;
	position: relative;
	z-index: 1000;
}

.pageHeader.login {
	height: 100px;
}

.pageHeader .lang {
	position: absolute;
	right: 30px;
	top: 18px;
	width: 100px;

}


@media screen and (max-width:1600px) {
	.pageHeader .lang {
		display: flex;
		position: relative;
		right: 0px;
		top: 0px !important;
	}
}


.pageHeader .lang.login {
	top: 24px;
}

.pageHeader .lang .menu .menu_header {
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 5px 10px 5px 10px;
	background-color: #fff;
}

.pageHeader .lang .menu .menu_header .square {
	padding-left: 2px;
	border-radius: 0px;
	width: 38px;
	height: 20px;
	object-fit: object;
}

.pageHeader .lang .menu .menu_header .title {
	font-family: 'Arial Normal', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #7F7F7F;
	text-align: left;
	line-height: 25px;
	white-space: nowrap;
}

.pageHeader .lang .menu .menu_header .title:hover {
	color: #CD3E2D !important;
}

.pageHeader .lang .menu .menu_header .hello {
	font-family: 'Georgia Negreta', 'Georgia Normal', 'Georgia', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #666666;
	text-align: right;
	word-wrap: break-word;
	text-transform: none;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	/*超出隐藏*/
	text-overflow: ellipsis;

}

.pageHeader .lang .menu .menu_header .menu_item {
	padding: 5px;
	position: relative;
}

.pageHeader .lang .menu .menu_header .menu_item .badge {
	border-width: 0px;
	position: absolute;
	top: 0px;
	left: 32px;
	height: 20px;
	display: flex;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;

	font-size: 12px;
	color: #FFFFFF;
	text-align: center;

	font-family: 'Arial Normal', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	letter-spacing: normal;


	background-color: rgba(245, 108, 108, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 1);
	border-radius: 10px;

	white-space: nowrap;
}

.pageHeader .lang .menu .menu_body {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	z-index: 20000;

	position: fixed;
	height: 0px;
	overflow: hidden;
	//visibility: hidden;

	right: 10px;
	top: 68px;
	width: 150px;

	transition: height 0.5s ease;
}

.pageHeader .lang .menu .menu_body.show {
	height: 240px;

	//visibility: visible;
}

.pageHeader .lang .menu .menu_body .menu_body_border {
	background-color: #fff;
	box-shadow: 5px 5px 8px -2px #999;
	border: 1px solid #999;

	padding: 10px 10px 25px 5px;
	border-bottom-right-radius: 5px;
}

.pageHeader .lang .menu .menu_body .menu_item {
	position: relative;
	padding: 5px 10px 0px 10px;
	display: flex;
	width: calc(100% - 20px);
	cursor: pointer;
}

.pageHeader .lang .menu .menu_body .menu_item .title {
	display: flex;
	text-align: right;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;

	width: 100%;
	padding-bottom: 5px;

	border-bottom: 1px solid #e3e3e3;
	white-space: nowrap;
}

.pageHeader .lang .menu .menu_body .menu_item .title.left {
	margin-left: 15px;
	padding-left: 0px;
	text-align: left;
	justify-content: left;
	align-items: center;
	flex-direction: row;
	white-space: nowrap;
	width: 85%;
}

.pageHeader .lang .menu .menu_body .menu_item .title.column {
	text-align: left;
	justify-content: left;
	align-items: center;
	flex-direction: row;
	padding-bottom: 10px;
	white-space: nowrap;
}

.pageHeader .lang .menu .menu_body .menu_item .title.no {
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 0px;
}

.pageHeader .lang .menu .menu_body .menu_item .title .icon {
	margin-right: 5px;
}

.pageHeader .lang .menu .menu_body .menu_item .title .text {
	color: #409EFF;
	font-family: 'PingFang SC ', 'PingFang SC', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	position: relative;
	white-space: nowrap;
}

.pageHeader .lang .menu .menu_body .menu_item .title .text:hover {
	color: #CD3E2D !important;
}

.pageHeader .lang .menu .menu_body .menu_item .title .text .badge {
	border-width: 0px;
	position: absolute;
	top: -10px;
	right: -20px;
	height: 20px;
	display: flex;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;

	font-size: 12px;
	color: #FFFFFF;
	text-align: center;

	font-family: 'Arial Normal', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	letter-spacing: normal;


	background-color: rgba(245, 108, 108, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	white-space: nowrap;
}

.pageHeader .lang .menu .menu_body .menu_item .title .name {
	font-family: 'Georgia Negreta', 'Georgia Normal', 'Georgia', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: right;
	font-size: 14px;
	color: #7F7F7F;
	line-height: 25px;
	width: 100%;

	overflow: hidden;
}


.pageHeader .lang .menu img {
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-radius: 50%;
}

.pageHeader .lang .menu .square {
	width: 38px;
	height: 20px;
	cursor: pointer;
	border-radius: 0px;
	margin-right: 5px;
}

.pageHeader .lang .menu img:focus {
	outline: none !important;
}

.pageHeader .lang .menu {
	position: relative;
	display: flex;
	align-items: center;
	background-color: rgb(242, 242, 242);
	width: 100%;
}

.pageHeader .header-body {
	width: 1200px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pageHeader .header-body .left {
	height: 100%;
	width: 158px;
	display: flex;
	justify-content: left;
	align-items: center;
}

.pageHeader .header-body .left .logo {
	cursor: pointer;

	width: 90px;
	height: 62px;
}

.pageHeader .header-body .left .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	cursor: pointer;
}

.pageHeader .header-body .left .logo.login {
	width: 140px;
	height: 95px;
}

.pageHeader .header-body .middle {
	height: 100%;
	width: calc(100% - 358px);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-direction: column;
}

.pageHeader .header-body .middle .menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 120px;
	padding-right: 0px;
}

.pageHeader .header-body .middle .menu .menu_header {
	display: flex;
}

.pageHeader .header-body .middle .menu .menu_item {
	padding: 5px;
	display: flex;
	position: relative;
	width: 25%;
}

.pageHeader .header-body .middle .menu .title {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 25px;
	color: #333333;
	white-space: nowrap;

	cursor: pointer;
}

.pageHeader .header-body .middle .menu .title.sub {
	font-size: 14px;
}

.pageHeader .header-body .middle .menu .title.active {
	color: #DF2C20;
	font-weight: 700;
}

.pageHeader .header-body .middle .menu .title:hover {
	color: #CD3E2D;
}

.pageHeader .header-body .middle .menu .icon {
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.pageHeader .header-body .middle .menu .sub_menu_frame {
	position: fixed;
	top: 75px;
	left: 595px;
	height: 0px;
	width: 210px;
	overflow: hidden;
	z-index: 20000;

	transition: height 0.5s ease;
}

.pageHeader .header-body .middle .menu .sub_menu_frame .sub_menu_body {
	width: 200px;
}

.pageHeader .header-body .middle .menu .sub_menu_frame .sub_menu_body .sub_menu_item {
	width: 36px;
	height: 36px;
}

.pageHeader .header-body .middle .menu .sub_menu_frame .sub_menu_body .sub_menu_item .icon {
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.pageHeader .header-body .middle .menu .sub_menu_frame .sub_menu_body .sub_menu_item.close {
	margin-left: 120px;
	margin-bottom: 1px;
}

.pageHeader .header-body .middle .menu .sub_menu_frame .sub_menu_body .sub_menu_item.first {
	margin-left: 120px;
	margin-bottom: 1px;
}

.pageHeader .header-body .middle .menu .sub_menu_frame .sub_menu_body .sub_menu_item.second {
	margin-left: 80px;
	margin-bottom: 5px;
}

.pageHeader .header-body .middle .menu .sub_menu_frame .sub_menu_body .sub_menu_item.third {
	margin-left: 40px;
	margin-bottom: 5px;
}

.pageHeader .header-body .right {
	height: 100%;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: right;
	padding-right: 20px;
	position: relative;
}

.pageHeader .header-body .right .menu {
	position: relative;
	display: flex;
	align-items: center;
	background-color: rgb(242, 242, 242);
	width: 100%;
}

.pageHeader .header-body .right .menu.lang {
	position: fixed;
	right: 30px;
	top: 18px;
	width: 100px;
	z-index: 20000;
}

.pageHeader .header-body .right .menu.login {
	top: 34px;
}

.pageHeader .header-body .right .menu .menu_header {
	display: flex;
	justify-content: right;
	align-items: center;
}

.pageHeader .header-body .right .menu .menu_header.user {
	text-align: center;
	justify-content: center;
	width: 200px;
}

.pageHeader .header-body .right .menu .menu_header .title {
	font-family: 'Arial Normal', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #7F7F7F;
	text-align: left;
	line-height: 25px;
	white-space: nowrap;
}

.pageHeader .header-body .right .menu .menu_header .title:hover {
	color: #CD3E2D !important;
}

.pageHeader .header-body .right .menu .menu_header .hello {
	font-family: 'Georgia Negreta', 'Georgia Normal', 'Georgia', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #666666;
	text-align: right;
	word-wrap: break-word;
	text-transform: none;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	/*超出隐藏*/
	text-overflow: ellipsis;

}

.pageHeader .header-body .right .menu .menu_header .menu_item {
	padding: 5px;
	position: relative;
}

.pageHeader .header-body .right .menu .menu_header .menu_item .badge {
	border-width: 0px;
	position: absolute;
	top: 0px;
	left: 32px;
	height: 20px;
	display: flex;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;

	font-size: 12px;
	color: #FFFFFF;
	text-align: center;

	font-family: 'Arial Normal', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	letter-spacing: normal;


	background-color: rgba(245, 108, 108, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 1);
	border-radius: 10px;

	white-space: nowrap;
}

.pageHeader .header-body .right .menu .menu_body {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	z-index: 20000;

	position: fixed;
	height: 0px;
	overflow: hidden;
	//visibility: hidden;

	transition: height 0.5s ease;
}

.pageHeader .header-body .right .menu .menu_body.user {
	left: 1100px;
	top: 68px;
	width: 210px;

	//background-image: url(@/assets/images/u159.svg);
}

.pageHeader .header-body .right .menu .menu_body.user.show {
	height: 238px;

	//visibility: visible;
}

.pageHeader .header-body .right .menu .menu_body.lang {
	right: 0px;
	top: 68px;
	width: 150px;
}

.pageHeader .header-body .right .menu .menu_body.lang.show {
	height: 240px;

	//visibility: visible;
}

.pageHeader .header-body .right .menu .menu_body .menu_body_border {
	background-color: #fff;
	box-shadow: 5px 5px 8px -2px #999;
	border: 1px solid #999;
}

.pageHeader .header-body .right .menu .menu_body .menu_body_border.user {
	width: 195px;
	height: 218px;
	border-bottom-right-radius: 40px;
}

.pageHeader .header-body .right .menu .menu_body .menu_body_border.lang {
	padding: 10px 10px 25px 5px;
	border-bottom-right-radius: 5px;
}

.pageHeader .header-body .right .menu .menu_body .menu_item {
	position: relative;
	padding: 5px 10px 0px 10px;
	display: flex;
	width: calc(100% - 20px);
	cursor: pointer;
}

.pageHeader .header-body .right .menu .menu_body .menu_item .title {
	display: flex;
	text-align: right;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;

	width: 100%;
	padding-bottom: 5px;

	border-bottom: 1px solid #e3e3e3;
	white-space: nowrap;
}

.pageHeader .header-body .right .menu .menu_body .menu_item .title.left {
	margin-left: 15px;
	padding-left: 0px;
	text-align: left;
	justify-content: left;
	align-items: center;
	flex-direction: row;
	white-space: nowrap;
}

.pageHeader .header-body .right .menu .menu_body .menu_item .title.column {
	text-align: left;
	justify-content: left;
	align-items: center;
	flex-direction: row;
	padding-bottom: 10px;
	white-space: nowrap;
}

.pageHeader .header-body .right .menu .menu_body .menu_item .title.no {
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 0px;
}

.pageHeader .header-body .right .menu .menu_body .menu_item .title .icon {
	margin-right: 5px;
}

.pageHeader .header-body .right .menu .menu_body .menu_item .title .text {
	color: #409EFF;
	font-family: 'PingFang SC ', 'PingFang SC', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	position: relative;
	white-space: nowrap;
}

.pageHeader .header-body .right .menu .menu_body .menu_item .title .text:hover {
	color: #CD3E2D !important;
}

.pageHeader .header-body .right .menu .menu_body .menu_item .title .text .badge {
	border-width: 0px;
	position: absolute;
	top: -10px;
	right: -20px;
	height: 20px;
	display: flex;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;

	font-size: 12px;
	color: #FFFFFF;
	text-align: center;

	font-family: 'Arial Normal', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	letter-spacing: normal;


	background-color: rgba(245, 108, 108, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	white-space: nowrap;
}

.pageHeader .header-body .right .menu .menu_body .menu_item .title .name {
	font-family: 'Georgia Negreta', 'Georgia Normal', 'Georgia', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: right;
	font-size: 14px;
	color: #7F7F7F;
	line-height: 25px;

	overflow: hidden;
	white-space: nowrap;
	/* 防止文字换行 */
	text-overflow: ellipsis;
	width: 100%;
}

.pageHeader .header-body .right .menu .menu_body .menu_item .title .company {
	font-size: 14px;
	color: #7F7F7F;
	line-height: 25px;
	font-family: 'Arial Normal', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;

	overflow: hidden;
	white-space: nowrap;
	/* 防止文字换行 */
	text-overflow: ellipsis;
	width: 100%;
}

.pageHeader .header-body .right .menu img {
	width: 32px;
	height: 32px;
	cursor: pointer;
	border-radius: 50%;
}

.pageHeader .header-body .right .menu img:focus {
	outline: none !important;
}

.pageFooter {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	height: 168px;
}

.pageFooter .pageContainer {
	width: 1280px;
	box-sizing: border-box;
	font-size: 14px;
	padding-bottom: 15px;

}


.pageFooter .pageContainer .link {
	text-decoration: none;
	color: #7F7F7F;
}


.pageFooter .pageContainer .copyright {
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 12px;
	margin: 0 auto;
}

.pageFooter .pageContainer .copyright .copyright_body {
	display: flex;

	color: #777;
	justify-content: space-between;
	width: 80%;
}

.pageFooter .pageContainer .copyright .copyright_body .containerText {}

.pageFooter .companyInfoContainer {
	display: flex;
	font-size: 12px;
	margin-bottom: 100px;
	margin: 0 auto;
}

.pageFooter .companyInfoContainer .comesoonIconContainer {
	width: 158px;
	height: 95px;
	font-size: 0px;
	margin-right: 32px;
	margin-top: 10px;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pageFooter .companyInfoContainer .logoContainer {
	width: 178px;
}

.pageFooter .companyInfoContainer .logoContainer .comesoonIconBody {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.pageFooter .companyInfoContainer .logoContainer .comesoonIconBody .logo {
	width: 158px;
	height: 95px;
	object-fit: contain;
	display: flex;
	cursor: pointer;
}

.pageFooter .companyInfoContainer .logoContainer .comesoonIconBody .link {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.pageFooter .companyInfoContainer .appNameContainer {
	display: flex;
	width: calc(100% - 178px);
}

.pageFooter .companyInfoContainer .appNameContainer .companyInfo_item {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.pageFooter .companyInfoContainer .appNameContainer .companyInfo_item.partner {
	width: 300px;
}

.pageFooter .companyInfoContainer .appNameContainer .companyInfo_item.learn {
	width: 120px;
}

.pageFooter .companyInfoContainer .appNameContainer .companyInfo_item.learn .appDescribe .text {
	font-size: 13px;
}

.pageFooter .companyInfoContainer .appNameContainer .companyInfo_item.contact {
	width: calc(100% - 400px);
}

.pageFooter .companyInfoContainer .appNameContainer .companyInfo_item .appDescribe .link_body {
	display: flex;
	width: 100%;
}

.pageFooter .companyInfoContainer .appNameContainer .companyInfo_item .appDescribe .link_body .link {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.pageFooter .companyInfoContainer .blackSpot {
	width: 6px;
	height: 6px;
	background-color: #333;
	margin-top: 12px;
	border-radius: 3px;
	margin-right: 10px;
}

.pageFooter .companyInfoContainer .appNameContainer .appName {
	font-size: 18px;
	color: #333333;

	font-family: 'Arial Normal', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;

	line-height: 25px;
	height: 26px;

}

.pageFooter .companyInfoContainer .appNameContainer .appDescribe {
	width: 100%;
}

.pageFooter .companyInfoContainer .appNameContainer .appDescribe .text {
	width: 100%;
	font-size: 14px;
	color: #7F7F7F;
	text-align: left;
	font-family: 'Arial Normal', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	white-space: pre-line;
	line-height: 25px;
}

.pageFooter .companyInfoContainer .appNameContainer .appDescribe a {
	text-decoration: none;
	color: #7F7F7F;
	height: 30px;
	display: flex;
	align-items: center;
}


.pageFooter .companyInfoContainer .appNameContainer .appDescribe .address {
	font-size: 12px;
	line-height: 25px;
}


.pageFooter .companyInfoContainer .appNameContainer .appDescribe .star {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #A30014;

}

.pageFooter .companyInfoContainer .appNameContainer .appDescribe .containerIcon {
	display: flex;

	padding-right: 5px;
}

.pageFooter .pageContainer .splitLine {
	border-bottom: 1px solid #f2f2f2;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pageFooter .companyInfoContainer .copyright {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.pageFooter .pageContainer .copyright .copyright_body {
	display: flex;

	color: #777;
	justify-content: space-between;
	width: 80%;
	margin-bottom: 10px;
}

.pageFooter .companyInfoContainer .copyright .copyright_body .link {
	width: 100%;
	font-size: 14px;
	color: #7F7F7F;
	text-align: left;
	font-family: 'Arial Normal', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	white-space: pre-line;
	line-height: 25px;

}

@media (max-width: 1024px){
.pageHeader .header-body .middle .menu .title{
	font-size: 12px !important;
}
}