body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.content {
	display: block;
	overflow: hidden;
	width: 100vw;
	height: auto;
	padding: 0;
	margin: 0;
	background: #ffffff;
}

.titleBarBlank {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 80px;
}

.titleBar {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	overflow: visible;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	border: none;
	padding: 0 10%;
	background: #ffffff;
	z-index: 9;
	box-shadow: 1px 0 10px 3px #bbb;
}

.titleBar .titleIcon {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	min-width: 80px;
	height: 75px;
}

.titleBar .titleIcon img {
	display: block;
	overflow: hidden;
	object-fit: contain;
	width: 120px;
	height: 80px;
}

.titleBar .titleTabbar {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 80px;
	padding: 0;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.titleBar .titleTabbar .titleTabItem {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
	padding: 0 15px;
	margin: 0 5px;
	height: 80px;
	line-height: 75px;
	border-bottom: 5px solid transparent;
	overflow: visible;
	position: relative;
	font-size: clamp(13.5px, 1vw, 15px);
	font-weight: normal;
	color: #111;
}

.titleBar .titleTabbar .titleTabItem .subTabList {
	display: none;
}

.titleBar .titleTabbar .titleTabItem:hover .subTabList {
	display: block;
	height: auto;
	transition: all 0.5s ease-in-out;
}

.subTabList {
	position: fixed;
	left: 0;
	top: 80px;
	display: block;
	overflow: hidden;
	width: calc(100% - 0px);
	height: 0;
	z-index: 12;
	transition: all 0.5s ease-in-out;
	background: #ffffff;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 5px 10px 0px #ddd;
}

.subTabItem {
	display: block;
	overflow: hidden;
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	padding: 0;
	background: #fff;
	border: none;
	position: relative;
}

.subTabItem:hover:before {
	content: "";
	position: absolute;
	left: calc(50% - 50px);
	bottom: 0;
	width: 100px;
	height: 3px;
	background: #c00000;
}

.titleBar .titleTabbar .titleTabItem icon {
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	padding-left: 6px;
}

.titleBar .titleTabbar .titleTabItem:hover {
	border-bottom: 3px solid #c00000;
}

.titleBar .titleBtnBar {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
	height: auto;
	line-height: 80px;
	margin: 0;
}

.titleBar .titleBtnBar .titleBtn {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: auto;
	padding: 0 10px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #c00000;
	color: #c00000;
	border-radius: 60px;
	background: #ffffff;
}

/* 广告Bar */
.advertisementBar {
	display: block;
	overflow: hidden;
	width: 100vw;
	height: 30vw;
}

#pcADCtr .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	border-radius: 0;
}

#pcADCtr .swiper-pagination-bullet-active {
	background: #c00000;
}

.swiper {
	display: block;
	overflow: hidden;
	width: 100vw;
	height: 30vw;
}

.swiper-item {
	display: block;
	overflow: hidden;
	width: 100vw;
	height: 30vw;
	line-height: 100%;
	text-align: center;
}

.swiper-slide img, .swiper-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.swiper-wrapper, .swiper-list {
	margin: 0;
}

.uni-common-mt {
	margin-top: 60px;
	position: relative;
}

.info {
	position: absolute;
	right: 20px;
}

.uni-padding-wrap {
	width: 550px;
	padding: 0 100px;
}

.companyInfo {
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px 10%;
	width: 100vw;
	height: auto;
	flex-direction: row;
	justify-content: space-evenly;
	background: #ffffff;
}

.companyInfo .companyItem {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	height: 100px;
	color: #c00000;
}

.companyInfo .companyItem .mainText {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #c00000;
}

.companyInfo .companyItem .mainText .number {
	font-size: 48px;
}

.companyInfo .companyItem .subText {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666666cc;
}

.eightProjects {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 50px 10%;
	width: 100vw;
	height: auto;
	margin: 0;
	background: #fcfcfc;
}

.eightIndex {
	display: none;
}

.eightTitle {
	display: block;
	text-align: center;
	margin: 0 0 30px 0;
}

.eightTitle .mainTitle {
	color: #c00000;
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
}

.eightTitle .subTitle {
	color: #666666cc;
	font-size: 20px;
	font-weight: 400;
	line-height: 50px;
	height: 50px;
}

.eightProjects .eightTabBar {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 100%;
	height: auto;
	margin: 0;
}

.eightProjects .eightTabItem:hover {
	box-shadow: 0 0 3px 3px #cdcdcd;
}

.eightProjects .eightTabItem.active {
	color: #c00000;
	box-shadow: 0 0 5px 3px #dedede;
}

.eightProjects .eightTabItem {
	width: calc(10vw - 20px);
	height: calc(8vw + 40px);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px;
	border-bottom: 5px solid transparent;
	margin: 0 10px;
}

.eightProjects .eightTabItem img {
	display: block;
	width: calc(10vw - 50px);
	height: calc(8vw - 30px);
	margin: 5px;
}

.eightProjects .eightTabItem text {
	display: block;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: 400;
	color: #303030;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.eightProjects .eightTabItem.active text {
	color: #c00000;
}

.eightTabContent {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0;
	text-align: center;
}

.eightTabContent .leftImageCtr {
	display: inline-block;
	display: none;
	overflow: hidden;
	vertical-align: middle;
	width: 40%;
	height: clamp(200px, 30vw, 400px);
	margin-right: 3.5%;
}

.eightTabContent .leftImageCtr .leftImage {
	display: block;
	float: right;
	width: clamp(200px, 30vw, 400px);
	height: clamp(200px, 30vw, 400px);
}

.eightTabContent .rightText {
	display: inline-block;
	display: none;
	vertical-align: middle;
	box-sizing: border-box;
	width: 55%;
	height: auto;
	padding: 0;
}

.eightTabContentImage {
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	width: 98%;
	height: 30vw;
	padding: 0;
	margin: 0;
}

.eightTabContent .rightText .rightTextTitle {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: clamp(20px, 1.5vw, 28px);
	color: #000000;
	font-weight: normal;
	margin: 0 0 25px 0;
}

.rightTextSubTitle {
	height: auto;
	line-height: 40px;
	font-size: 18px;
	color: #505050;
	margin: 0 0 25px 0;
	font-weight: normal;
}

.eightTabContent .rightText .rightTextContent {
	display: block;
	line-height: 38px;
	font-size: 20px;
	font-weight: normal;
	color: #000;
}

.text-dot {
	display: inline;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	vertical-align: middle;
	margin-right: 5px;
}

.companyDescriptionBar {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 50px 10% 40px 10%;
	margin: 0;
	background: #fcfcfc;
}

.companyDescriptionTitle {
	display: block;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

.companyDescriptionTitle .mainTitle {
	display: block;
	text-align: center;
	color: #c00000;
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
}

.companyDescriptionTitle .subTitle {
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #666666cc;
	font-size: 20px;
	font-weight: 400;
}

.companyDescriptionVerticalTabBar {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 80px;
	height: 500px;
}

.companyDescriptionVerticalTabItem.active {
	border-bottom: 5px solid #c00000;
	color: #c00000;
}

.companyDescriptionVerticalTabItem {
	display: inline-block;
	box-sizing: border-box;
	width: 110px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #909090;
	border-bottom: 5px solid transparent;
}

.companyDescriptionVerticalTabContent {
	display: block;
	float: left;
	width: calc(100% - 80px);
	height: 500px;
}

.companyDescriptionHorizonTabBar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 80px;
}

.companyDescriptionHorizonTabItem.active {
	border-bottom: 5px solid #c00000;
	color: #c00000;
}

.companyDescriptionHorizonTabItem {
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #333;
	font-size: 20px;
	padding: 0 15px;
	border-bottom: 5px solid transparent;
}

.companyDescriptionHorizonTabContent {
	display: block;
	width: 100%;
	height: 300px;
	margin-bottom: 50px;
}

.detailTitleCtr {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0;
}

.detailMainTitle {
	display: block;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #c00000;
	font-size: 36px;
	font-weight: bold;
	border-radius: 10px;
	padding: 0;
	margin: 0;
}

.detailSubTitle {
	display: block;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #666666cc;
	font-size: 20px;
	font-weight: 400;
	border-radius: 10px;
	padding: 0;
	margin: 0;
}

.detailBtnCtr {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 0 30px 0;
}

.detailBtn {
	display: inline-block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	background: #c00000;
	color: #ffffff;
	font-size: 20px;
	border-radius: 50px;
	padding: 0;
	margin: 0;
	border: none;
}

.detailBtn icon {
	display: inline-block;
	vertical-align: baseline;
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 0 0;
	border-radius: 20px;
	color: #c00000;
	font-size: 20px;
	font-weight: bold;
}

.officalContent.fixedContent {
	position: fixed;
	top: 80px;
	z-index: 10;
}

.absoluteLeftContent {
	position: absolute !important;
	bottom: 0 !important;
	z-index: 5;
}

.fixedLeftContent {
	position: fixed !important;
	top: 80px !important;
	z-index: 5;
}

.officalContentBlank {
	display: block;
	overflow: hidden;
	width: 100vw;
	height: calc(100vh - 80px);
}

.officalContent {
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	position: relative;
	padding: 0 5vw 0 5vw;
	width: 100vw;
	height: auto;
	background: #fff6f6;
}

.leftContent {
	display: block;
	overflow: hidden;
	overflow: visible;
	float: left;
	width: 40vw;
	height: calc(100vh - 80px);
	background: transparent;
	position: relative;
}

.pageIndicator {
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	width: 30px;
	height: 220px;
	position: absolute;
	left: calc(10vw - 10px);
	top: calc(50% - 110px);
	z-index: 5;
}

.pageIndicatorDot.active {
	background: #c00000;
	width: 12px;
	height: 12px;
	opacity: 1;
	border-radius: 2.5px
}

.pageIndicatorDot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #c00000;
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
	border-radius: 2.5px
}

.contentBtnCtr {
	display: block;
	overflow: hidden;
	background: transparent;
	width: 50vw;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 20vw;
	bottom: 30px;
	z-index: 5;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.leftContent .description {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: 0;
	/* transition: opacity 0.3sease-in-out; */
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
	z-index: 3;
	padding: 0 0 0 30%;
	box-sizing: border-box;
}

.leftContent .description .descriptionInfo {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: calc(100% - 5px);
	height: 100%;
	padding: 0;
	margin: 0;
}

.leftContent .description .descriptionInfo:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0.5px;
	height: 100%;
}

.descriptionMainContent {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 10px);
	height: auto;
}

.leftContent .description .descriptionInfo .mainTitle {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	font-weight: bold;
}

.leftContent .description .descriptionInfo .subTitle {
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	line-height: 40px;
	color: #666666cc;
	font-size: 20px;
	font-weight: 400;
}

.leftContent .description .descriptionInfo .textContent {
	display: block;
	overflow: hidden;
	margin: 20px 0 0 0;
}

.leftContent .description .descriptionInfo .textContent .ul {
	display: block;
	overflow: hidden;
}

.leftContent .description .descriptionInfo .textContent .ul .li {
	display: block;
	overflow: hidden;
	width: 80%;
	float: left;
	position: relative;
	padding-left: 40px;
	margin-bottom: 28px;
}

.leftContent .description .descriptionInfo .textContent .ul .li .iconfont {
	position: absolute;
	top: 8px;
	left: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	background: #d62744;
	border-radius: 40px;
	text-align: center;
	box-shadow: 0 0 3px 1px #888;
}

.liTitle {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.liContent {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: normal;
	color: #666;
}

.leftContent .description.active {
	display: block;
	opacity: 1;
}

.leftContent .description img {
	width: 100%;
	height: 100%;
}

.rightContent {
	display: block;
	overflow: hidden;
	float: right;
	width: 50vw;
	height: auto;
	background: transparent;
}

.rightContent .contentScrollPage {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: calc(100vh - 80px);
	background: transparent;
	padding: 50px 50px 50px 0;
}

.rightContent .contentScrollPage:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}

.rightContent .contentScrollPage img {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	height: 80%;
	object-fit: contain;
}

.teamImageCtr {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	height: 20vw;
	padding: 0;
	margin-bottom: 30px;
}

.teamImageCtr img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.teamTextCtr {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	padding: 0;
	width: 100%;
	height: auto;
}

.teamTextCtr .teamTextTitle {
	display: block;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: clamp(20px, 1.5vw, 28px);
	font-weight: 600;
}

.teamTextCtr .teamTextContent {
	display: block;
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: auto;
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
	text-indent: 2em;
	color: #303030;
}

.clientBar {
	display: block;
	overflow: hidden;
	background: #c00000;
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.clientTitle {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 36px;
}

.clientLine {
	display: block;
	background: #c00000;
	white-space: nowrap;
	width: auto;
	height: auto;
	margin-bottom: 20px;
	padding: 0;
}

.clientItem {
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	width: 116vw;
	height: 5vw;
	margin: 0;
	object-fit: contain;
	padding: 0 6px;
}

.bottomBar {
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 10% 20px 10%;
	width: 100%;
	height: auto;
	background: #30343e;
	flex-direction: row;
	justify-content: space-around;
}

.bottomBar .contactBar {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.bottomBar .title {
	color: #ddd;
	font-size: 18px;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
}

.bottomBar .contactBar .qrcodeBar {
	display: block;
	overflow: hidden;
	width: 550px;
	height: 140px;
	padding: 10px 0 0 0;
}

.qrcodeItem {
	display: block;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	width: 100px;
	height: 130px;
	margin-right: 8px;
}

.bottomBar .contactBar .qrcodeBar .qrcodeItem img {
	display: block;
	width: 100px;
	height: 80px;
	object-fit: contain;
}

.bottomBar .contactBar .qrcodeBar .qrcodeItem:hover text {
	color: #ff4343eb;
}

.bottomBar .contactBar .qrcodeBar .qrcodeItem text {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #a2a6b2;
	text-align: center;
	font-size: 12px;
}

.bottomBar .serviceBar {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	height: 200px;
}

.bottomBar .serviceBar .serviceItem:hover {
	color: #ff4343eb;
}

.bottomBar .serviceBar .serviceItem {
	color: #a2a6b2;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 160px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 14px;
	cursor: pointer;
}

.bottomBar .aboutBar {
	display: inline-block;
	vertical-align: top;
	width: 250px;
}

.bottomBar .aboutBar .aboutItem:hover {
	color: #ff4343eb;
}

.bottomBar .aboutBar .aboutItem {
	color: #a2a6b2;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 120px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 14px;
}

.bottomLine {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	width: 100%;
	padding: 0 10%;
	height: 60px;
	background: #30343e;
}

.bottomLine:before {
	content: "";
	width: 80%;
	height: 2px;
	background: #a2a6b280;
	position: absolute;
	top: 0;
	left: 10%;
}

.bottomLine .bottomLineContent {
	text-align: center;
	background: #30343e;
	height: 60px;
	line-height: 60px;
	padding: 0 20%;
	color: #a2a6b280;
}

.bottomLine .bottomLineContent text {
	margin: 0 10px;
	font-size: 13px;
}

.fixedBtnBar {
	position: fixed;
	right: 5px;
	top: calc(50% - 141px);
	display: block;
	overflow: visible;
	width: 66px;
	height: auto;
	z-index: 9;
}

.fixedBtn-roundBtn {
	display: block;
	overflow: hidden;
	width: 66px;
	height: 66px;
	border-radius: 66px;
	margin: 0 0 10px 0;
}

.fixedBtn-roundBtn img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fixedBtnGroup {
	display: flex;
	overflow: visible;
	position: relative;
	flex-direction: column;
	justify-content: space-around;
	box-sizing: border-box;
	width: 66px;
	height: auto;
	background: linear-gradient(90deg, #d62744, #cd0000);
	border-radius: 12px;
	padding: 8px;
}

.fixedBtnGroup-button {
	display: inline-block;
	overflow: visible;
	width: 50px;
	height: auto;
	padding: 0;
	box-sizing: border-box;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	border-radius: 0;
	box-shadow: none;
}

.fixedBtnGroup-button icon {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	font-size: 34px;
	line-height: 50px;
}

.fixedBtnGroup-button text {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}

.fixedBtnGroup-button:last-child {
	border: none;
}

.fixedBtnGroup-button:hover {
	
}

.qrcodePopup {
	position: fixed;
	left: calc(50% - 380px);
	top: calc(50% - 110px);
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	width: 760px;
	height: 220px;
	z-index: 40;
	opacity: 1;
	padding: 20px 0;
	transition: opacity 0.3s ease-in-out;
}

.qrcodePopupItem {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: auto;
	margin: 0;
}

.qrcodePopup img {
	display: block;
	overflow: hidden;
	width: 150px;
	height: 150px;
	object-fit: contain;
}

.qrcodePopup text {
	display: block;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #a2a6b2;
	text-align: center;
	font-size: 12px;
}

.downloadPopup {
	position: fixed;
	left: calc(50% - 250px);
	top: calc(50% - 250px);
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	border-radius: 15px;
	width: 500px;
	height: 500px;
	z-index: 40;
	opacity: 1;
	padding: 0;
	transition: opacity 0.3s ease-in-out;
	object-fit: fill;
}

.popupCtr {
	display: none;
}

.popupMask {
	display: block;
	width: 100vw;
	height: 100vh;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 30;
	opacity: 0.5;
}

.popupUserForm {
	display: block;
	overflow: hidden;
	width: 380px;
	height: auto;
	background: #ffffff;
	position: fixed;
	left: calc(50vw - 190px);
	top: calc(50vh - 170px);
	z-index: 32;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
	color: #606060;
	background: #f7f7ff;
}

.popupUserForm .userFormLogo {
	opacity: 0.8;
	position: absolute;
	width: 80px;
	object-fit: contain;
	height: 80px;
}

.popupUserForm .closeBtn {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	color: #909090;
	font-size: 26px;
	font-weight: normal;
	border: none;
	background: transparent;
}

.popupUserFormTitle {
	text-align: center;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}

.popupUserFormItem {
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	line-height: 40px;
	margin: 0;
}

.popupUserFormLabel {
	text-align: left;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}

.popupUserFormInput {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	width: 100%;
}

.submitBtn:active {
	background: rgb(242, 185, 194);
}

.submitBtn {
	text-align: center;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 5px;
	background: #d62744;
	color: #ffffff;
}