@media (max-width: 768px) {
	.headerContent2 {
		width: 100%;
		padding: 0 12px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 40px;
		position: sticky;
		top: 0;
		background-color: #FFF;
		z-index: 99;
	}

	.modal-content-wrapper {
		display: flex;
		width: 100%;
		height: 100%;
	}

	.modal-content {
		width: 70% !important;
		background: #494D8D !important;
		padding: 20px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		transform: translateX(-100%);
		transition: transform 0.3s ease-out;
	}

	.modal-transparent {
		width: 30%;
		background: rgba(0, 0, 0, 0.3);
		cursor: pointer;
		opacity: 0;
		transition: opacity 0.3s ease-out;
	}

	/* 弹窗打开时的样式 */
	.custom-modal.activeMob .modal-content {
		transform: translateX(0);
	}

	.custom-modal.activeMob .modal-transparent {
		opacity: 1;
	}

	.icon32 {
		width: 18px;
		height: 18px;
	}

	.logoImg {
		width: 32px;
		height: 32px;
	}

	.webName {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 18px;
		color: #000000;
		margin-left: 12px;
	}

	.webNameFu {
		font-family: 'HGSLight';
		font-weight: 400;
		font-size: 18px;
		color: #000000;
	}

	.navContent {
		margin-left: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		list-style-type: none;
	}

	.navItem {
		width: 100%;
		height: 40px;
		border-bottom: 1px solid #FFF;
		margin-right: 0px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #FFF;
	}

	.yImg {
		width: 12px;
		height: 12px;
	}

	.navItem a {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 18px;
		color: #000000;
	}

	.navItem a:hover {
		color: #494D8D;
		/* 设置鼠标悬停时的文本颜色 */
	}

	.mobRqContent {
		margin-top: 32px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.headerPhoneNumber {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #FFF;
		margin-left: 12px;
	}

	.backBtn {
		width: 100%;
		height: 32px;
		border-radius: 53px 53px 53px 53px;
		border: 1px solid #FFF;
		font-family: 'HGSSBold';
		font-weight: 400;
		font-size: 12px;
		color: #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 0;
		cursor: pointer;
		margin-top: 32px;
	}

	.firstContent {
		width: calc(100% - 24px);
		padding: 0 12px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		background-color: #FFF;
	}

	.firstLeftContent {
		width: 100%;
	}

	.firstRightContent {
		width: 100%;
		height: unset;
		position: relative;
		overflow: hidden;
	}

	.firstBg {
		width: 100%;
		height: unset;
		object-fit: fill;
		position: unset;
		left: 0;
		top: 0;
		margin-top: 12px;
	}

	.firstName {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 32px;
		color: #000000;
		line-height: 1;
	}

	.fisrtFuName {
		width: 100%;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 18px;
		color: #000000;
		line-height: 20px;
		margin-top: 12px;
	}

	.checkContent {
		margin-top: 10px;
	}

	.checkTipLab {
		margin-left: 8px;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #000000;
	}

	.mt24 {
		margin-top: 12px;
	}

	.ml15 {
		margin-left: 6px;
	}

	.ml32 {
		margin-left: 18px;
	}

	.requestBtnContent {
		margin-top: 24px;
	}

	.callBackBtn {
		width: calc((100% - 12px) / 2);
		height: 40px;
		background: #FFBC03;
		border-radius: 53px 53px 53px 53px;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000000;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.phoneBtn {
		width: calc((100% - 12px) / 2);
		height: 40px;
		border-radius: 53px 53px 53px 53px;
		border: 1px solid #000000;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000000;
	}

	.phoneBtn2 {
		width: calc((100% - 12px) / 2);
		height: 40px;
		border-radius: 53px 53px 53px 53px;
		border: 1px solid #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #FFF;
	}

	.creditScoreLab {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 14px;
		color: #000000;
		line-height: 14px;
		margin-top: 8px;
	}


	.secondContent {
		width: calc(100% - 24px);
		padding: 0 12px;
		margin-top: 48px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-end;
		padding-top: 60px;
	}

	.secondLeftContent {
		width: 100%;
	}

	.secondRightContent {
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: unset;
		justify-content: center;
		align-items: center;
	}

	.titleLab {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 32px;
		color: #000000;
	}

	.titleFuLab {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 18px;
		color: #000000;
	}

	.duanluo {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 14px;
		color: #000000;
	}

	.loansliContent {
		margin-top: 4px;
	}

	.marklab {
		margin: 0 6px;
	}

	.mt18 {
		margin-top: 7px;
	}

	.mt10 {
		margin-top: 4px;
	}

	.businessItem {
		width: 100%;
		height: 100px;
		background: #F4F4F4;
		border-radius: 8px;
		margin-left: 0px;
		margin-top: 12px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		padding-top: 17px;
		padding-bottom: 8px;
	}

	.businessName {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000000;
	}

	.businessBigLab {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 24px;
		color: #151B7A;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.businessDanWei {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 18px;
		color: #151B7A;
		line-height: 18px;
		margin-top: -5px;
	}

	.baifenbi {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 14px;
		color: #151B7A;
		line-height: 20px;
	}

	.pa {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #151B7A;
		line-height: 12px;
	}

	.blended {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #151B7A;
		margin-top: -4px;
	}

	.threeContent {
		width: calc(100% - 24px);
		padding: 0 12px;
		margin-top: 48px;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		align-items: center;
	}

	.threeBg {
		margin-top: 12px;
		width: 100%;
		object-fit: fill;
	}

	.threeMainContent {
		width: 100%;
	}

	.threeTitleName {
		width: 100%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 32px;
		color: #000000;
		line-height: 42px;
		text-align: center;
	}

	.mt40 {
		margin-top: 16px;
	}

	.w698 {
		width: 558px;
	}

	.suojing {
		margin: 0 0px;
		color: #FFFFFF;
	}




	.fourthContent {
		width: calc(100% - 24px);
		padding: 0 12px;
		margin-top: 48px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.fourthTitleName {
		width: 100%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 20px;
		color: #000000;
		text-align: center;
		line-height: 1;
	}

	.fourthFuTitleName {
		width: 100%;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 12px;
		color: #000000;
		text-align: center;
		margin-top: 8px;
	}

	.businessImgContent {
		margin-top: 12px;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.businessImgItem {
		width: 100%;
		height: unset;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.businessImg {
		width: 100%;
		object-fit: fill;
		margin-bottom: 12px;
	}





	.fifthWaike {
		width: calc(100% - 24px);
		margin-top: 48px;
		padding: 50px 12px;
		background: #222932;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.fifthContent {
		width: 100%;
		height: unset !important;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
	}

	.fifthMainContent {}

	.fifthBgImg {
		width: 100%;
		height: unset;
		margin-top: 12px;
	}

	.tipDuanluo {
		width: 100%;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		color: #FFFFFF;
	}

	.fifthTitleName {
		width: 100%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 18px;
		color: #FFFFFF;
		line-height: 24px;
		margin: 12px 0;
	}

	.processContent {
		margin-top: 18px;
	}

	.processItem {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 18px;
	}

	.processNum {
		width: 24px;
		height: 24px;
		background: #FFFFFF;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 12px;
		color: #000000;
		margin-right: 20px;
	}

	.processName {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 12px;
		color: #FFFFFF;
	}

	.processDetail {
		width: 280px;
		/* font-family: 'HGSSBold'; */
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		color: #FFFFFF;
		margin-top: 8px;
		line-height: 24px;
	}

	.w712 {
		width: 280px;
	}




	.sixthContent {
		width: calc(100% - 24px);
		padding: 0 12px;
		background-color: #FFF;
		padding: 50px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.sixthTitleName {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 32px;
		color: #000000;
		text-align: center;
	}

	.sixthItemContent {
		width: 100%;
		margin-top: 12px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.sixthItem {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 18px;
	}

	.whyIconContent {
		width: 110px;
		height: 110px;
		background: #151B7A;
		margin-bottom: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
	}

	.whyTitle {
		width: 100%;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 16px;
		color: #000000;
		text-align: center;
	}

	.icon85 {
		width: 64px;
		height: 64px;
	}

	.icon75 {
		width: 56px;
		height: 56px;
	}




	.seventhWaike {
		width: calc(100% - 24px);
		margin-top: 48px;
		padding: 50px 12px;
		background: #2D2D2D;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.seventhContent {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.icon80 {
		width: 48px;
		height: 48px;
	}

	.logoName {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 24px;
		color: #FFFFFF;
		margin-left: 12px;
	}

	.logoNameFu {
		font-family: 'HGSLight';
		font-weight: 400;
		font-size: 24px;
		color: #FFFFFF;
		font-style: normal;
	}

	.seventhTitleName {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 32px;
		color: #FFFFFF;
		text-align: center;
		margin-top: 16px;
	}

	.sevenethBtnContent {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 16px;
	}

	.callBackBtn2 {
		width: calc((100% - 12px) / 2);
		height: 40px;
		background: #FFBC03;
		border-radius: 40px;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
	}






	.eighthContent {
		width: calc(100% - 24px);
		padding: 50px 12px;
		background-color: #FFF;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.eighthTitleName {
		width: 100%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 24px;
		color: #000000;
		line-height: 32px;
		text-align: center;
	}

	.eighthFuTitle {
		width: 100%;
		margin-top: 12px;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 18px;
		color: #000000;
		line-height: 18px;
		text-align: center;
	}

	.mobpai {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.allFaqBtn {
		width: calc((100% - 12px) / 2);
		height: 40px;
		background: #FFBC03;
		border-radius: 40px 40px 40px 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000;
		margin-top: 12px;
	}

	.queItem {
		width: 100%;
		padding: 24px 0;
		border-bottom: 1px solid #E7E7E7;
	}

	.queItemContent {
		width: 100%;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000000;
		line-height: 18px;
	}








	.footerContent {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: #2D2D2D;
	}

	.footerMainInfoContent {
		width: 100%;
		padding-top: 40px;

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		/* padding: 107px 0 0 160px; */
	}

	.logoFooter {
		width: 50%;
		height: unset;
		/* height: 40px; */
	}

	.footerTitle {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 20px;
		color: #FFFFFF;
		margin-bottom: 20px;
		line-height: 12px;
	}

	.lianxiInfoTxt {
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		margin-bottom: 16px;
		line-height: 16px;
	}

	.footerLeftContent {
		margin-right: 0;

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.footerCenterContent {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.footerRightContent {
		margin-left: 0;

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.mobDi {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.linkName {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 18px;
		color: #FFFFFF;
		margin-bottom: 24px;
		margin-top: 24px;
	}

	.linkItem {
		width: 100%;
		margin-bottom: 16px;
	}

	.linkItem a {
		width: 100% !important;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		white-space: unset;
		color: #FFFFFF !important;
		display: unset;
		line-height: 18px;
		text-align: center;
	}

	.ml40 {
		margin-left: 30px;
	}

	.ml40mob {
		margin-left: 0 !important;
	}

	.ourservicesItem,
	.ourservicesItemmob {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		text-align: center;
	}

	.footerOtherInfo {
		width: calc(100% - 24px);
		padding: 0 12px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 24px 0;
	}

	.footerTip {
		width: 100%;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		margin-bottom: 16px;
		line-height: 18px;

		text-align: center;
	}

	.bbb {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 12px;
	}

	.banquan {
		width: 100%;
		/* width: 285px; */
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 18px;
	font-family: 'HGSRe';
		text-align: center;
	}

	.pingtaiContent {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.icon43 {
		width: 32px;
		height: 32px;
	}

	.icon37 {
		width: 28px;
		height: 28px;
	}

	.ml21 {
		margin-left: 16px;
	}

	.sLogo {
		width: 120px;
		height: 41px;
	}




	/* 弹窗开始 */
	.popContent {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 999;
	}

	.popSection {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.popMainContent,
	.popMainContent2 {
		width: 90%;
		background: #FFFFFF;
		border-radius: 10px;
		position: relative;
		padding: 40px 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.popMainContent3 {
		width: 90%;
		background: #FFFFFF;
		border-radius: 10px;
		position: relative;
		padding: 60px 0 20px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.closeIcon {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}

	.popTitle {
		width: 100%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 18px;
		color: #000000;
		line-height: 18px;
		text-align: center;
	}

	.popInputContent {
		width: 100%;
		margin: 20px 0;
	}

	.popInput {
		width: 100%;
		height: 40px;
		background: #F4F4F4;
		border-radius: 24px;
		padding: 0 12px;
		font-family: 'HGSR';
		font-weight: bold;
		font-size: 12px;
		color: #000;
		border: none;
	}

	.popInputName {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		/* 18px / 16px = 1.125rem */
		color: #000;
		margin-bottom: 6px;
		/* 12px / 16px = 0.75rem */
	}


	.popInput::placeholder {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #606060;
	}

	.mb43 {
		margin-bottom: 12px;
	}

	.subBtn {
		width: 80%;
		height: 40px;
		background: #EACEB7;
		border-radius: 40px;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: not-allowed;
	}

	.active {
		background: #FFBC03;
		cursor: pointer;
	}

	.errorTipContent {
		padding: 0 12px;
		width: 100%;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #E98835;
	}

	.inputkui {
		height: 60px;
	}

	.postSuccessImg {
		width: 60px;
		height: 60px;
	}

	.postSuccessTip {
		width: 100%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 24px;
		color: #000000;
		text-align: center;
		margin-top: 18px;
		line-height: 32px;
	}

	.postSuccessTip2 {
		width: 100%;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 12px;
		color: #000000;
		text-align: center;
		margin-top: 18px;
		line-height: 24px;
	}

	.backHomeBtn {
		width: 80%;
		height: 40px;
		background: #FFBC03;
		border-radius: 40px;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 50px;
	}

	.backHomeBtn3 {
		width: 80%;
		height: 40px;
		background: #FFBC03;
		border-radius: 40px;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 24px;
	}

	/* 弹窗结束 */








	/* Privacy Policy 开始 */
	.pageContent {
		width: calc(100% - 24px);
		padding: 0 12px;
		padding-bottom: 50px;
	}

	.pageTitle {
		padding-top: 24px;
		padding-bottom: 40px;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 32px;
		color: #000000;
		line-height: 32px;
	}

	.questionItem {
		margin-bottom: 20px;
	}

	.questionName {
		width: 100%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 28px;
		color: #000000;
		line-height: 32px;
		margin-bottom: 4px;
	}

	.questionDetail {
		width: 100%;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 12px;
		color: #000000;
		line-height: 20px;
	}

	.mt18 {
		margin-top: 14px;
	}

	.questionUl {
		width: 100%;
		padding-left: 24px;
		margin-bottom: 0;
	}

	.questionUl li {
		width: 100%;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 12px;
		color: #000000;
		line-height: 20px;
	}

	.dateTxt {
		font-family: 'HGSLight';
		font-weight: 300;
		font-size: 12px;
		color: #000000;
	}

	/* Privacy Policy 结束 */



	/* faq 开始 */
	.pageTitle2 {
		width: 100%;
		padding-top: 24px;
		padding-bottom: 24px;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 32px;
		color: #000000;
		line-height: 32px;
	}

	.pageTitle3 {
		width: 100%;
		padding-top: 24px;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 32px;
		color: #000000;
		line-height: 32px;
	}

	.faqItem {
		width: 100%;
		padding: 12px 0;
		border-bottom: 1px solid #E7E7E7;
		cursor: pointer;
	}

	.faqTitleContent {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.faqTitle {
		width: calc(100% - 32px);
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 12px;
		color: #000000;
	}

	.faqAnswerContent {
		width: 100%;
		margin-top: 12px;
		background: rgba(73, 77, 141, 0.1);
		border-radius: 24px;
		padding: 12px;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000000;
		line-height: 18px;
		display: none;
	}

	.faqAnswerContent ul {
		padding-left: 12px;
	}

	/* faq 结束 */




	/* rpp 开始 */
	.rppFuName {
		width: 100%;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 18px;
		color: #000000;
		text-align: left;
		font-style: normal;
		text-transform: none;
		line-height: 24px;
		margin-top: 12px;
	}

	.rppJieContent {
		padding: 40px 0 80px 0;
	}

	.rppItemContent {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.rppItemContentMob {
		flex-direction: column-reverse !important;
	}

	.mt213 {
		margin-top: 24px;
	}

	.rppImg {
		width: 100%;
		height: unset;
		object-fit: fill;
		margin-top: 24px;
	}

	.rppItemInfo {
		width: 100%;
		padding: 0 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.rppTitleName {
		height: unset;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 18px;
		color: #000000;
		margin-bottom: 12px;
	}

	.rppDuanluo {
		width: 100%;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 12px;
		color: #000000;
	}

	.rppFormContentWaike {
		width: 100%;
		background: #2D2D2D;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 24px 0;
	}

	.rppFormContent {
		width: calc(100% - 24px);
		padding: 0 12px;
	}

	.htj {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 18px;
		color: #FFFFFF;
	}

	.barpis {
		font-family: 'HGSR';
		font-weight: 600;
		font-size: 12px;
		color: #FFFFFF;
	}

	.shenqingliuchang {
		margin-top: 18px;
		margin-bottom: 24px;
	}

	.shenqingxuhao {
		width: 24px;
		height: 24px;
		background: #FFFFFF;
		border-radius: 50%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 12px;
		color: #000000;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.shenqingTxt {
		width: calc(100% - 32px);
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 12px;
		color: #FFFFFF;
		margin-left: 6px;
	}

	.mt60 {
		margin-top: 18px;
	}

	.shenqingtitle {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 12px;
		color: #FFFFFF;
	}

	.shenqingInputContent {
		display: flex;
		flex-direction: column;
		flex-wrap: unset;
		justify-content: center;
		align-items: center;
		margin-bottom: 24px;
	}

	.shenqingInput {
		width: 100%;
		height: 40px;
		background: #F4F4F4;
		border-radius: 24px;
		padding: 0 12px;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		color: #000;
	}

	.shenqingInput::placeholder {
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		color: #606060;
	}

	.sAgree {
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background-color: #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	.sAgreeNei {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #FFBC03;
		display: none;
	}

	.sAgreeTxt {
		width: calc(100% - 30px);
		font-family: 'HGSR';
		font-weight: bold;
		font-size: 12px;
		color: #FFFFFF;
		margin-left: 12px;
	}

	.sAgreeSpan {
		font-family: 'HGSBold';
		color: #FFBC03;
	}

	.agreeSubmitBtn {
		width: 100%;
		height: 40px;
		background: #FFBC03;
		border-radius: 40px;
		margin-top: 24px;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.anyQuesContent {
		width: calc(100% - 24px);
		padding: 24px 12px;
		height: unset;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.aqTxt {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 32px;
		color: #000000;
		margin-bottom: 12px;
	}

	.aqjieshaoTxt {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 14px;
		color: #000000;
		text-align: center;
	}

	.aqSpan {
		font-family: 'HGSBlack';
	}

	.plc {
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		color: #606060;
	}

	/* .shenqingInput::after {
		content: "▼";
		position: absolute;
		right: 11px;
		top: 50%;
		transform: translateY(-50%);
		pointer-events: none;
	} */

	.shenqingduanluo {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 12px;
		color: #FFFFFF;
	}

	.shenqingduanluoUl {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 12px;
		color: #FFFFFF;
		margin-left: 12px;
	}

	.mt32 {
		margin-top: 12px;
	}

	.mt110 {
		margin-top: 30px;
	}

	/* #q_time::after {
		content: '\25BC';
		position: absolute;
		right: 75px;
		top: 50%;
		transform: translateY(-50%);
		pointer-events: none;
	} */

	.se {
		width: 100%;
		height: 100%;
		border: none;
		background-color: unset;
	}

	.sendEmailBtn,
	.callPhoneNumber {
		cursor: pointer;
	}

	.allFaqBtnAlink:hover {
		text-decoration-color: #494D8D;
	}

	.ourservicesItem .linkItem a {
		text-decoration: unset;
		cursor: unset;
	}

	.error-placeholder::placeholder {
		color: red;
		opacity: 1;
		/* 兼容 Firefox */
	}


	.whatAppBtn {
		width: 90%;
		height: 50px;
		background: #B4E210;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
		border-radius: 40px 40px 40px 40px;
		position: fixed;
		bottom: 5%;
		right: 5%;


		font-family: 'HGSR';
		font-weight: 600;
		font-size: 16px;
		color: #000000;
		display: flex;
		justify-content: center;
		align-items: center;

		z-index: 9999;
	}

	.chartIcon {
		width: 24px;
		height: 24px;
		margin-right: 12px;
	}

	.di {
		width: 100%;
		height: 100px;
		background: #2D2D2D;
	}

	.dingweir {
		width: 100%;
		position: relative;
		cursor: pointer;
	}

	.selectContent {
		display: none;
		width: calc(100% - 24px);
		background: #F4F4F4;
		border-radius: 24px 24px 24px 24px;

		position: absolute;
		margin-top: 12px;


		font-family: 'HGSSBold';
		font-weight: bold;
		font-size: 16px;
		color: #000000;
		padding: 12px 0;
	}


	.selectOpItem {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 12px 30px;
		cursor: pointer;
	}

	.selectIcon {
		width: 24px;
		height: 24px;
		display: none;
	}

	.videoContent {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.aqTxt2 {
		width: 100%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 24px;
		color: #000000;
		text-align: center;
	}

	.videoLeft {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.videoRight {
		width: 100%;
		height: auto;
		object-fit: contain;
		border-radius: 10px;
		margin-top: 24px;
	}

	.inputName {
		font-family: 'HGSBold';
		font-size: 12px;
		color: #FFFFFF;
		margin-bottom: 4px;
	}

	.inputItem {
		width: 100%;
		margin-top: 12px;
		margin-right: 0px;
	}

	.mt100 {
		margin-top: 40px;
	}

	.xzItem,
	.xzItem2 {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 24px;
		cursor: pointer;
	}

	.otherTxtInput {
		width: 240px;
		font-family: 'HGSBold';
		font-size: 12px;
		color: #FFFFFF;
		border-bottom: 1px solid #FFF;
	}

	.xzTxt {
		font-family: 'HGSBold';
		font-size: 12px;
		color: #FFFFFF;
		margin-left: 8px;
	}

	.loginAndVerifyContent {
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #FFF;
	}

	.verifyContent {
		width: 100%;
		height: 100%;
		background: #FFFFFF;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0;
	}

	.vTitle {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 24px;
		color: #000000;
	}

	.vFTitle {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #606060;
		margin-top: 16px;
	}

	.code-inputs {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 64px;
	}

	.code-input {
		width: 40px;
		height: 40px;
		background: #F4F4F4;
		border-radius: 5px;

		font-family: 'HGSBold';
		font-size: 24px;
		color: #000000;
		text-align: center;
		margin: 0 8px;
	}

	.verifyBtn {
		width: 256px;
		height: 50px;
		background: #5570F1;
		border-radius: 100px 100px 100px 100px;
		font-family: 'HGSSBold';

		font-size: 16px;
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;

		margin-top: 64px;
	}

	.rescodetxt,
	.rescodetxt2 {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 16px;
		color: #606060;
		margin-top: 32px;
	}

	.loginTitleImg {
		width: 90%;
		object-fit: contain;
	}

	.loginIcon {
		width: 102px;
		height: 42px;
		margin-top: 36px;
	}

	.loginInput {
		width: 90%;
		height: 60px;
		background: #F4F4F4;
		border-radius: 24px 24px 24px 24px;
		margin-top: 32px;
		padding: 0 16px;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 14px;
		color: #333;
	}

	.loginInput::placeholder {
		color: #606060;
	}

	.loginOpContent {
		width: 90%;
		margin-top: 32px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.loginC {
		width: 24px;
		height: 24px;
		margin-right: 8px;
	}

	.shou {
		cursor: pointer;
	}

	.loginOpTxt {
		font-family: 'HGSBold';
		font-weight: 400;
		font-size: 12px;
		color: #606060;
	}

	.loginBtn {
		width: 256px;
		height: 50px;
		background: #5570F1;
		border-radius: 100px 100px 100px 100px;
		font-family: 'HGSSBold';

		font-size: 16px;
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;

		margin-top: 24px;
		cursor: pointer;
	}

	.dcIcon {
		width: 24px;
		/* 24px / 16 */
		height: 24px;
		/* 24px / 16 */
		margin-left: 5px;
		/* 5px / 16 */
	}

	/* lendo iq start */
	.ynItem,
	.ynItem2 {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 24px;
		cursor: pointer;
		margin-right: 0;
	}

	.ynItem:last-child {
		margin-bottom: 0;
	}

	.ynTxt {
		font-family: 'HGSBold';
		font-size: 12px;
		color: #FFFFFF;
		margin-left: 8px;
	}

	.propertyContent {
		width: 100%;
		background: rgba(238, 238, 238, 0.1);
		padding: 6px;
		border-radius: 8px;
		margin-top: 16px;
	}

	.shenqingInput2 {
		width: 100%;
		height: 40px;
		background: #F4F4F4;
		border-radius: 24px;
		padding: 0 12px;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #000;
	}

	.shenqingInput2::placeholder {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #606060;
	}

	.ml75 {
		margin-left: 75px;
	}

	.ml68 {
		margin-left: 68px;
	}

	.mt16 {
		margin-top: 16px;
	}

	.tdun {
		text-decoration: underline;
	}

	.cp {
		cursor: pointer;
	}

	.mb80 {
		margin-bottom: 40px;
	}

	.mtF10 {
		margin-top: -10px;
	}

	.iqGgContent {
		width: 95%;
		height: 300px;
		background: #F3F2F0;
		border-radius: 12px;
		margin-top: 24px;
		margin-bottom: 24px;
		padding: 0 24px;
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;

		overflow: hidden;
	}

	.iqWenContent {
		position: relative;
		z-index: 2;
	}

	.liqTxt {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 24px;
		color: #000000;
		line-height: 48px;
	}

	.liqFTxt {
		font-family: 'HGSLight';
		font-weight: 300;
		font-size: 20px;
		color: #000000;
	}

	.iqBgImg {
		height: 300px;
		position: absolute;
		right: -150px;
		bottom: -50px;
		z-index: 1;
	}

	.yesAndNoContent {
		display: flex;
		flex-direction: column;
		justify-content: unset;
		align-items: center;
	}

	.proLineContent {
		display: flex;
		flex-direction: column;
		justify-content: unset;
		align-items: center;
	}

	.addFromContent {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}



	.postSuccessTip3 {
		width: 100%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 24px;
		color: #000000;
		text-align: center;
		margin-top: 18px;
		line-height: 32px;
	}

	.xiaoziTxt {
		width: 390px;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 16px;
		color: #000000;
		text-align: center;
		margin-top: 24px;
	}

	.xiaoziNumberTxt {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 24px;
		color: #000000;
		text-align: center;
	}

	.backHomeBtn4 {
		width: 80%;
		height: 40px;
		background: #FFBC03;
		border-radius: 40px;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 24px;
	}

	.popMainContent4 {
		width: 90%;
		background: #FFFFFF;
		border-radius: 10px;
		position: relative;
		padding: 40px 0 20px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	/* lendo iq ent */
	
	/* otp start */
	.otpPopMainContent {
		width: 90%;
		height: 280px;
		background: #FFFFFF;
		border-radius: 20px;
		position: relative;
		
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.closeIcon2 {
		position: absolute;
		top:20px;
		right: 20px;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
	
	.otpTitle {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 24px;
		color: #000000;
		line-height: 1;
	}
	
	.otpFuTitle {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 16px;
		color: #000000;
		line-height: 1;
		margin-top: 8px;
	}
	
	.otpInputContent {
		width: 90%;
		height: 69px;
		margin-top: 20px;
	}
	
	.otpInputName {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #000000;
		margin-bottom: 8px;
		line-height: 1;
	}
	
	.otpInput {
		width: 100%;
		height: 40px;
		background: #F4F4F4;
		border-radius: 24px 24px 24px 24px;
		padding: 0 12px;
		font-family: 'HGSBold';
	}
	
	.otpInput::placeholder {
		font-weight: bold;
		font-size: 12px;
		color: #606060;
	}
	
	.nexBtn {
		width: 80%;
		height: 40px;
		background: rgba(255, 188, 3, 0.5);
		border-radius:20px;
		margin-top: 24px;
		
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 16px;
		color: rgba(0, 0, 0, 0.5);
		
		display: flex;
		justify-content: center;
		align-items: center;
		
		cursor: pointer;
	}
	
	.bgE98 {
		background: #FFBC03;
		color: #000;
	}
	
	.changeBtn {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #494D8D;
		text-decoration: underline;
		line-height: 1;
		cursor: pointer;	
	}
	
	.code-inputs2 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
	
	.resendOtpTxtContent {
		margin-top: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.resendOtpTxt {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #8290C5;
		text-decoration-line: underline;
		cursor: pointer;
	}
	
	.djsOtp {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #606060;
		margin-left: 8px;
	}
	
	.c494 {
		color: #494D8D;
	}
	/* otp end */
	
	.mt80 {
		margin-top: 40px;
	}
	
	.mtf40 {
		margin-top: -10px !important;
	}
	
	.shenqingArea {
		width: 100%;
		min-height: 150px;
		max-height: 200px;
		background: #F4F4F4;
		border-radius: 12px;
		padding: 6px 12px;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #000;
		box-sizing: border-box !important;
	}
	
	.shenqingArea::placeholder {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #606060;
	}
	
	.mtf0 {
		margin-top: -20px;
	}
	
	.newReferNowBtn {
		width: 200px;
		height: 40px;
		background: #39C38E;
		border-radius: 48px 48px 48px 48px;
		
		font-family: 'HGSSBold';
		font-weight: 400;
		font-size: 15px;
		color: #2D2D2D;
		
		display: flex;
		justify-content: center;
		align-items: center;
		
		margin-top: 0;
	}
	
	
	
	.huiContent {
		background: #F2F1EF;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 24px;
	}
	
	.iqGgContent2 {
		width: 95%;
		height: 300px;
		background: #F3F2F0;
		border-radius: 12px;
		margin-top: 12px;
		margin-bottom: 24px;
		padding: 0 24px;
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		
		overflow: hidden;
	}
	
	.daiContent {
		width: 95%;
		display: unset;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 0;
	}
	
	.daiInfoLeft {
		/* 704px */
		width: 100%;
	}
	
	.daiInfoRight {
		width: 100%;
		/* height: 1619px; */
		background: #151B7A;
		border-radius: 12px;
		
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 12px;
		
		margin-top: 24px;
	}
	
	.daiInputName {
		font-family: 'HGSBold';
		font-weight: 400;
		font-size: 12px;
		color: #000000;
		margin-bottom: 4px;
	}
	
	.daiInputName2 {
		height: 10px;
		font-family: 'HGSBold';
		font-weight: 400;
		font-size: 12px;
		color: #000000;
		margin-bottom: 4px;
	}
	
	.daiInputArea {
		width: 100%;
		height: 40px;
		background: #FFFFFF;
		border-radius: 255px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0 12px;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 14px;
		color: #000;
	}
	
	.daiSelectDingwei {
		width: 100%;
		position: relative;
		cursor: pointer;
		/* margin-right: 40px; */
	}
	
	.daiSelectArea {
		width: 100%;
		height: 40px;
		background: #FFFFFF;
		border-radius: 255px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 12px;
		
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12x;
		color: #000;
	}
	
	.daiTimeSelectArea {
		width: 100%;
		height: 40px;
		background: #FFFFFF;
		border-radius: 255px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 12px;
		
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		color: #000;
	}
	
	.daiAddressInput {
		width: 100%;
		height: 40px;
		background: #FFFFFF;
		border-radius: 255px;
		padding: 0 12px;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		color: #000;
	}
	
	.daiStateArea {
		width: 100%;
		height: 40px;
		background: #FFFFFF;
		border-radius: 255px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 12px;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		color: #000;
	}
	
	.daiProInput {
		width: 100%;
		height: 40px;
		background: #FFFFFF;
		border-radius: 255px;
		padding: 0 12px;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		color: #000;
	}
	
	.daiChooseArea {
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #000000;
		cursor: pointer;
	}
	
	.daiProDingwei {
		width: 100%;
		position: relative;
		cursor: pointer;
		/* margin-right: 40px; */
	}
	
	.daiProDingwei2 {
		width: 100%;
		position: relative;
		cursor: pointer;
		/* margin-right: 40px; */
	}
	
	.daiProSelectArea {
		width: 100%;
		height: 40px;
		background: #FFFFFF;
		border-radius: 255px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 12px;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		color: #000;
	}
	
	.daiLine {
		margin-bottom: 0px;
	}
	
	.daiJiange {
		margin-right: 0px;
	}
	
	.daiInputItem {
		margin-bottom: 8px;
	}
	
	.yipai {
		display: unset;
		justify-content: flex-start;
		align-items: center;
	}
	
	.spdName {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 14px;
		color: #000000;
		margin-top: 24px;
	}
	
	.propertyOpItem {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.propertyInfoContent {
		width: 100%;
		border-radius: 10px;
		border: 1px solid rgba(21, 27, 122, 0.1);
		padding: 8px;
		margin-top: 10px;
	}
	
	.selectContent2 {
		display: none;
		width: 100%;
		background: #fff;
		border-radius: 24px 24px 24px 24px;
	
		position: absolute;
		margin-top: 24px;
		z-index: 9999;
	
		font-family: 'HGSSBold';
		font-weight: bold;
		font-size: 16px;
		color: #000000;
		padding: 12px 0;
		box-shadow: 0 8px 24px 4px rgba(0, 0, 0, 0.08);
	}
	
	.xzIcon {
		width: 24px;
		height: 24px;
		margin-right: 8px;
	}
	
	.estTitle {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 18px;
		color: #FFFFFF;
	}
	
	
	.daiResStatus {
		width: 100%;
		margin-top: 12px;
		
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 14px;
		color: #FFFFFF;
	}
	
	.acceptedStatus {
		width: 100%;
		height: 40px;
		background: rgba(57,195,142,0.2);
		border-radius: 10px;
		
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 20px;
		color: #39C38E;
		
		padding: 0 12px;
		margin-top: 4px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	.referStatus {
		width: 100%;
		height: 40px;
		background: rgba(255,188,3,0.2);
		border-radius: 10px;
		
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 20px;
		color: #FFBC03;
		
		padding: 0 12px;
		margin-top: 4px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	.declinedStatus {
		width: 100%;
		height: 40px;
		background: rgba(255,56,60,0.2);
		border-radius: 10px;
		
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 20px;
		color: #FF383C;
		
		padding: 0 12px;
		margin-top: 4px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	.declinedStatus2 {
		width: 100%;
		height: 40px;
		background: rgba(239,235,224,0.2);
		border-radius: 10px;
		
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 20px;
		color: #efebe0;
		
		padding: 0 12px;
		margin-top: 4px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	.minDaiMoneyContent,
	.maxDaiMoneyContent {
		width: 100%;
		margin-top: 16px;
	}
	
	.minMaxTitle {
		width: 100%;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #FFFFFF;
		text-align: left;
		margin-bottom: 4px;
	}
	
	.minMaxShuoming {
		width: 100%;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 6px;
		color: #FFFFFF;
		margin-top: 4px;
	}
	
	.daiMoneyValueContent {
		width: 100%;
		height: 40px;
		background: #FFFFFF;
		border-radius: 10px;
		padding: 0 12px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 20px;
		color: #000000;
	}
	
	.nextBtnOpContent {
		margin-top: 20px;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.nextBtn {
		width: 100%;
		height: 40px;
		background: #FFBC03;
		border-radius: 255px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 12px;
		color: #000000;
	}
	
	.nextShuomingContent {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 6px;
		color: #FFFFFF;
		
		margin-top: 4px;
	}
	
	.shapeIcon {
		width: 12px;
		object-fit: contain;
		margin-left: 4px;
	}
	
	.daiStepContent {
		width: 100%;
	}
	
	.stepTitle {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 12px;
		color: #FFFFFF;
	}
	
	.stepItem {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 39px;
		position: relative;
		z-index: 2;
	}
	
	.stepIconContent {
		width: 56px;
		height: 56px;
		background: #FFFFFF;
		border-radius: 28px 28px 28px 28px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 12px;
	}
	
	.stepTxtContent {
		width: calc(100% - 56px - 12px);
	}
	
	.stepItemTitle {
		width: 100%;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 14px;
		color: #FFFFFF;
	}
	
	.stepItemTxt {
		width: 100%;
		font-family: 'HGSLight';
		font-weight: 300;
		font-size: 12px;
		color: #FFFFFF;
	}
	
	.stepIcon {
		width: 28px;
		height: 28px;
	}
	
	.stepAllContent {
		width: 100%;
		position: relative;
		margin-top: 39px;
	}
	
	.stepLine {
		width: 4px;
		height: 600px;
		position: absolute;
		left: 26px;
		top: 28px;
		background: #FFF;
		z-index: 1;
	}
	
	
	.daiContent2 {
		width: 95%;
		margin-top: 18px;
	}
	
	.daiGgName {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 15px;
		color: #000000;
		margin-bottom: 24px;
	}
	
	.daiGgInput {
		width: 100%;
		height: 40px;
		background: #FFFFFF;
		border-radius: 255px
		
		padding: 0 12px;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		color: #000;
	}
	
	.daiGgDingwei {
		width: 100%;
		position: relative;
		cursor: pointer;
	}
	
	.daiGgSelect {
		width: 100%;
		height: 40px;
		background: #FFFFFF;
		border-radius: 255px
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 12px;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		color: #000;
	}
	
	.moreSelect {
		height: 400px;
		overflow: auto;
	}
	
	.daiGgTimeSelect {
		width: 100%;
		height: 40px;
		background: #FFFFFF;
		border-radius: 255px
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 12px;
		
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 12px;
		color: #000;
	}
	
	.newAgreeDetailContent {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000000;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	.nwxz {
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 2px solid #000000;
		cursor: pointer;
		margin-right: 12px;
	}
	
	.nyxz {
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 2px solid #000000;
		cursor: pointer;
		margin-right: 12px;
		background: #FFBC03;
	}
	
	.newAgreeBtn {
		width: 100%;
		height: 41px;
		background: #FFBC03;
		border-radius: 33px 33px 33px 33px;
		
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 16px;
		color: #000000;
		
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		margin-top: 24px;
	}
	
	.daiA {
		color: #000000 !important;
		text-decoration: underline;
	}
	
	.mobReadTxt {
		width: calc(100% - 30px);
	}
	
	
	.businessItem2 {
		width: 100%;
		height: 100px;
		background: #F4F4F4;
		border-radius: 16px;
		margin-left: 16px;
		margin-top: 16px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 34px;
		padding-bottom: 16px;
	}
	
	.businessItem3 {
		width: 100%;
		height: 100px;
		background: #F4F4F4;
		border-radius: 16px 16px 16px 16px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		padding-bottom: 16px;
		margin-left: 16px;
		margin-top: 16px;
	}
	
	.new1099 {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 20px;
		color: #151B7A;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
	}
	
	.new1099Pa {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.baifenbi2 {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #151B7A;
	}
	
	.newdanwei {
		margin-left: 6px;
	}
	
	.businessName2 {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000000;
		margin-top: 6px;
	}
	
	.threeContent2 {
		width: 100%;
		height: unset;
		margin-top: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	
	.threeBgNew {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		object-fit: cover;
	}
	
	
	.newThreeContent {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 24px 12px;
	}
	
	.threeTitleName2 {
		width: 100%;
		height: unset;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 20px;
		color: #FFFFFF;
		text-stroke: 1px #000000;
		-webkit-text-stroke: 1px #000000;
		text-align: center;
	}
	
	.duanluoBai {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 12px;
		color: #fff;
	}
	
	.newduanluoqun {
		width: 80%;
		height: unset;
		background: rgba(0, 0, 0, 0.5);
		padding: 6px;
		margin-top: 12px;
	}
	
	.suojing2 {
		margin: 0 5px;
		color: transparent;
	}
	
	.fifthBgImg2 {
		width: 100%;
		object-fit: contain;
		position: absolute;
		right: 0;
		top: 0px;
		z-index: -1;
	}
	
	.baigeImg {
		width: 100%;
		object-fit: contain;
	}
	
	.backBtn2 {
		width: 100%;
		height: 41px;
		background: #FFBC03;
		border-radius: 40px 40px 40px 40px;
		
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 12px;
		color: #000000;
		
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 0;
		margin-top: 12px;
	}
}