@media (min-width: 1201px) {
	@font-face {
		font-family: 'HGSBlack';
		src: url('../font/HurmeGeometricSans1-Bold.otf');
		font-style: normal;
		font-display: swap;
	}

	.faqAnswerContent {
		/* font-family: 'HGSR'; */
	}
}

@media (min-width: 769px) and (max-width: 1200px) {
	#mainPage {
		width: 100%;
		position: relative;
		overflow: hidden;
		background-color: #FFF;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.headerContent {
		width: 100vw;
		height: 4rem;   /* 64px ÷ 16 = 4rem */
		background: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.headerManContent {
		width: 75rem;    /* 1200px ÷ 16 */
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.tianchong {
		height: 4rem;    /* 64px ÷ 16 */
	}

	.logoImg {
		width: 2.5rem;
		height: 2.5rem;
	}

	.webName {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 1.25rem;
		color: #000000;
		margin-left: 0.625rem;
	}

	.webNameFu {
		font-family: 'HGSLight';
		font-weight: 400;
		font-size: 1.25rem;
		color: #000000;
	}

	.navContent {
		/* margin-left: 1.208rem; */
		margin-left: 0.8rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		list-style-type: none;
	}

	.navItem {
		margin-right: 1.25rem;
	}

	.navItem a {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.938rem;
		color: #000000;
	}

	.navItem a:hover {
		color: #494D8D;
	}

	.icon32 {
		width: 1.458rem;
		height: 1.458rem;
	}

	.headerPhoneNumber {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.938rem;
		color: #000000;
		margin-left: 0.625rem;
	}

	.backBtn {
		width: 10.417rem;
		height: 2.344rem;
		border-radius: 2.76rem;
		border: 0.104rem solid #000000;
		font-family: 'HGSSBold';
		font-weight: 400;
		font-size: 0.938rem;
		color: #000000;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 1.042rem;
		cursor: pointer;
	}

	.backBtn2 {
		/* width: 10.417rem; */
		width: 5.9375rem;
		
		height: 2.344rem;
		border-radius: 2.76rem;
		background: #FFBC03;

		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.938rem;
		color: #000000;

		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 1.042rem;
	}

	.firstContent {
		width: 75rem;
		/* margin-top: 2rem; */
		padding-top: 6.5625rem;   /* 105px ÷ 16 = 6.5625rem */
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #FFF;
	}

	.firstLeftContent {
		width: 35.625rem;
	}

	.firstRightContent {
		width: calc(100% - 35.625rem);
		height: 43.75rem;
		position: relative;
	}

	.firstBg {
		width: 53.4375rem;
		height: 43.75rem;
		position: absolute;
		left: 0;
		top: 0;
	}

	.firstName {
		width: 100%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 3rem;
		color: #000000;
		line-height: 4.5rem;
	}

	.fisrtFuName {
		width: 29rem;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 1.75rem;
		line-height: 2rem;
		color: #000000;
	}

	.checkContent {
		margin-top: 1rem;
	}

	.checkTipLab {
		margin-left: 1rem;     /* 16px ÷ 16 */
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1.125rem;   /* 18px ÷ 16 */
		color: #000000;
	}

	.mt24 {
		margin-top: 1.25rem;
	}

	.ml15 {
		margin-left: 0.75rem;
	}

	.ml32 {
		margin-left: 1.625rem;
	}

	.requestBtnContent {
		margin-top: 2.5rem;
	}

	.callBackBtn {
		width: 10.8125rem;
		height: 3.125rem;
		background: #FFBC03;
		border-radius: 2.5rem;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 1rem;
		color: #000000;
		display: flex;
		justify-content: center;
		align-items: center;

	}

	.phoneBtn {
		width: 10.4375rem;
		height: 3.125rem;
		border-radius: 2.5rem;
		border: 0.125rem solid #000000;

		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 1rem;
		color: #000000;
	}

	.phoneBtn2 {
		width: 9.271rem;
		height: 2.813rem;
		border-radius: 2.76rem;
		border: 0.104rem solid #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.833rem;
		color: #FFF;
	}

	.creditScoreLab {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 0.833rem;
		color: #000000;
		line-height: 0.833rem;
		margin-top: 0.833rem;
	}

	.secondContent {
		width: 75rem;
		margin-top: 6.5625rem;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.secondLeftContent {
		width: 35.75rem;
	}

	.secondRightContent {
		width: calc(100% - 35.75rem);
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.titleLab {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 2.188rem;
		color: #000000;
	}

	.titleFuLab {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 1.771rem;
		color: #000000;
	}

	.duanluo {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 0.938rem;
		color: #000000;
	}

	.loansliContent {
		margin-top: 0.417rem;
	}

	.marklab {
		margin: 0 0.625rem;
	}

	.mt18 {
		margin-top: 0.729rem;
	}

	.mt10 {
		margin-top: 0.417rem;
	}

	.businessItem {
		width: 14.479rem;
		height: 9.115rem;
		background: #F4F4F4;
		border-radius: 0.833rem;
		margin-left: 0.833rem;
		margin-top: 0.833rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		padding-top: 1.771rem;
		padding-bottom: 0.833rem;
	}

	.businessName {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.938rem;
		color: #000000;
	}

	.businessBigLab {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.771rem;
		color: #151B7A;
		line-height: 1.771rem;
		margin-bottom: 0.521rem;
	}

	.businessDanWei {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 1.25rem;
		color: #151B7A;
		line-height: 1.25rem;
		margin-top: -0.521rem;
	}

	.baifenbi {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 1.271rem;
		color: #151B7A;
		line-height: 1.271rem;
	}

	.pa {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.938rem;
		color: #151B7A;
		line-height: 0.938rem;
		margin-top: -0.417rem;
	}

	.blended {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.8rem;
		/* color: #E9473B; */
		color: #151B7A;
		margin-top: -0.5375rem;
	}

	.threeContent {
		width: 75rem;
		margin-top: 8.75rem;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.threeBg {
		width: 29.167rem;
	}

	.threeMainContent {
		width: 31.771rem;
	}

	.threeTitleName {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.979rem;
		color: #000000;
		line-height: 2.813rem;
	}

	.mt40 {
		margin-top: 1.667rem;
	}

	.w698 {
		width: 29.063rem;
	}

	.suojing {
		margin: 0 0.625rem;
		color: #FFFFFF;
	}

	.fourthContent {
		width: 75rem;
		margin-top: 10rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.fourthTitleName {
	  width: 48.8125rem;
	  font-family: 'HGSBlack';
	  font-weight: 900;
	  font-size: 2.5rem;
	  color: #000000;
	  text-align: center;
	  font-style: normal;
	  text-transform: none;
	  line-height: 1;
	}
	
	.fourthFuTitleName {
	  width: 33.125rem;
	  font-family: 'HGSR';
	  font-weight: 400;
	  font-size: 1.125rem;
	  color: #000000;
	  text-align: center;
	  font-style: normal;
	  text-transform: none;
	  margin-top: 1.5rem;
	}
	
	.businessImgContent {
		margin-top: 1.25rem;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.businessImgItem {
		width: 19.688rem;
		height: 29.688rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.businessImg {
		width: 100%;
	}

	.fifthWaike {
		width: 100%;
		margin-top: 8.75rem;
		background: #222932;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.fifthContent {
		width: 75rem;
		height: 61.9375rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}

	.fifthMainContent {}

	.fifthBgImg {
		width: 27.083rem;
		height: 32.24rem;
	}

	.tipDuanluo {
		width: 31.25rem;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 0.938rem;
		color: #FFFFFF;
	}

	.fifthTitleName {
		width: 32.5rem;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.667rem;
		color: #FFFFFF;
		line-height: 1.979rem;
		margin: 0.833rem 0;
	}

	.processContent {
		margin-top: 2.083rem;
	}

	.processItem {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 2.083rem;
	}

	.processNum {
		width: 2.604rem;
		height: 2.604rem;
		background: #FFFFFF;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.25rem;
		color: #000000;
		margin-right: 2.083rem;
	}

	.processName {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.25rem;
		color: #FFFFFF;
	}

	.processDetail {
		width: 29.74rem;
		/* font-family: 'HGSSBold'; */
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 0.938rem;
		color: #FFFFFF;
		margin-top: 0.417rem;
		line-height: 1.25rem;
	}

	.w712 {
		width: 33.375rem;
	}

	.sixthContent {
		width: 75rem;
		background-color: #FFF;
		padding: 8.333rem 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 12rem;
		
		position: relative;
	}

	.sixthTitleName {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 2.083rem;
		color: #000000;
		text-align: center;
	}

	.sixthItemContent {
		width: 100%;
		margin-top: 2.917rem;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.sixthItem {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.whyIconContent {
		width: 5.729rem;
		height: 5.729rem;
		background: #151B7A;
		margin-bottom: 1.302rem;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
	}

	.whyTitle {
		width: 7.292rem;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.938rem;
		color: #000000;
		text-align: center;
	}

	.icon85 {
		width: 3.333rem;
		height: 3.333rem;
	}

	.icon75 {
		width: 2.917rem;
		height: 2.917rem;
	}

	.seventhWaike {
		width: 100%;
		padding: 4.427rem 0;
		background: #2D2D2D;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.seventhContent {
		width: 75rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.icon80 {
		width: 3.125rem;
		height: 3.125rem;
	}

	.logoName {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 1.875rem;
		color: #FFFFFF;
		margin-left: 0.938rem;
	}

	.logoNameFu {
		font-family: 'HGSLight';
		font-weight: 400;
		font-size: 1.875rem;
		color: #FFFFFF;
		font-style: normal;
	}

	.seventhTitleName {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 2.917rem;
		color: #FFFFFF;
	}

	.sevenethBtnContent {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1.667rem;
	}

	.callBackBtn2 {
		width: 13.177rem;
		height: 2.813rem;
		background: #FFBC03;
		border-radius: 2.083rem;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.833rem;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.eighthContent {
		padding: 8.333rem 0;
		width: 75rem;
		background-color: #FFF;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.eighthTitleName {
		width: 28.021rem;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 2.917rem;
		color: #000000;
		line-height: 2.917rem;
	}

	.eighthFuTitle {
		margin-top: 1.25rem;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 1.146rem;
		color: #000000;
		line-height: 1.25rem;
	}

	.allFaqBtn {
		width: 9.01rem;
		height: 2.604rem;
		/* background: #FFBC03; */
		background: #FFBC03;
		border-radius: 2.083rem;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.833rem;
		color: #000;
		margin-top: 1.25rem;
	}

	.queItem {
		width: 31.094rem;
		/* padding: 1.25rem 0; */
		padding-bottom: 1.25rem;
		margin-bottom: 1.25rem;
		border-bottom: 0.052rem solid #E7E7E7;
	}

	.queItemContent {
		width: 28.073rem;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.938rem;
		color: #000000;
		line-height: 1.094rem;
	}

	.footerContent {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: #2D2D2D;
	}

	.footerMainInfoContent {
		width: 75rem;
		padding-top: 4.167rem;
	}

	.logoFooter {
		/* width: 7.604rem; */
		height: 2.083rem;
	}

	.footerTitle {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 0.938rem;
		color: #FFFFFF;
		margin-bottom: 2.135rem;
		line-height:1;
	}

	.lianxiInfoTxt {
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 0.833rem;
		color: #FFFFFF;
		margin-bottom: 0.833rem;
		line-height: 0.833rem;
	}

	.footerLeftContent {
		margin-right: 5.208rem;
	}

	.footerCenterContent {}

	.footerRightContent {
		margin-left: 4.167rem;
	}

	.linkName {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 0.938rem;
		color: #FFFFFF;
		margin-bottom: 1.25rem;
	}

	.linkItem {
		width: 8.438rem;
		margin-bottom: 0.833rem;
	}

	.linkItem a {
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 0.833rem;
		white-space: pre-wrap;
		color: #FFFFFF !important;
		display: inline-block;
		line-height: 0.938rem;
	}

	.ml40 {
		margin-left: 1.563rem;
	}

	.footerOtherInfo {
		width: 75rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 2.083rem 0;
	}

	.footerTip {
		width: 35.417rem;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 0.729rem;
		color: #FFFFFF;
		margin-bottom: 0.833rem;
		line-height: 0.938rem;
	}

	.banquan {
		width: 14.844rem;
		font-weight: 400;
		font-size: 0.729rem;
		color: #FFFFFF;
		line-height: 0.938rem;
		font-family: 'HGSRe';
	}

	.pingtaiContent {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.icon43 {
		width: 1.667rem;
		height: 1.667rem;
	}

	.icon37 {
		width: 1.458rem;
		height: 1.458rem;
	}

	.ml21 {
		margin-left: 0.833rem;
	}

	.sLogo {
		width: 6.25rem;
		height: 2.135rem;
	}

	.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: 35rem;
		background: #FFFFFF;
		border-radius: 2.083rem;
		position: relative;
		padding: 2.083rem 5.469rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.popMainContent3 {
		width: 35rem;
		background: #FFFFFF;
		border-radius: 2.083rem;
		position: relative;
		padding: 6.458rem 0 2.083rem 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.closeIcon {
		position: absolute;
		top: 2.083rem;
		right: 2.083rem;
		width: 2.083rem;
		height: 2.083rem;
		cursor: pointer;
	}

	.popTitle {
		width: 100%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.667rem;
		color: #000000;
		line-height: 1.979rem;
	}

	.popInputContent {
		margin: 2.083rem 0;
	}

	.popInput {
		width: 24.167rem;
		height: 3.594rem;
		background: #F4F4F4;
		border-radius: 1.25rem;
		padding: 0 1.614rem;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 0.833rem;
		color: #000;
		border: none;
	}

	.popInputName {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1.125rem;
		/* 18px / 16px = 1.125rem */
		color: #000;
		margin-bottom: 0.75rem;
		/* 12px / 16px = 0.75rem */
	}


	.popInput::placeholder {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 0.833rem;
		color: #606060;
	}

	.mb43 {
		margin-bottom: 1.667rem;
	}

	.subBtn {
		width: 13.333rem;
		height: 2.604rem;
		background: #EACEB7;
		border-radius: 2.083rem;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.833rem;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: not-allowed;
	}

	.active {
		background: #FFBC03;
		cursor: pointer;
	}

	.errorTipContent {
		padding: 0 1.614rem;
		width: 24.167rem;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 0.833rem;
		color: #FFBC03;
	}

	.inputkui {
		height: 5.26rem;
	}

	.postSuccessImg {
		width: 5rem;
		height: 5rem;
	}

	.postSuccessTip {
		width: 18.75rem;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.667rem;
		color: #000000;
		text-align: center;
		margin-top: 2.344rem;
		line-height: 1.979rem;
	}

	.postSuccessTip2 {
		width: 26.042rem;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 1.042rem;
		color: #000000;
		text-align: center;
		margin-top: 2.344rem;
		line-height: 1.979rem;
	}

	.backHomeBtn {
		width: 13.333rem;
		height: 2.604rem;
		background: #FFBC03;
		border-radius: 2.083rem;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.833rem;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 7.031rem;
	}

	.backHomeBtn3 {
		width: 13.333rem;
		height: 2.604rem;
		background: #FFBC03;
		border-radius: 2.083rem;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.833rem;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 2.604rem;
	}

	.pageContent {
		width: 75rem;
		padding-bottom: 5.208rem;
	}

	.pageTitle {
		padding-top: 2.604rem;
		padding-bottom: 4.167rem;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 3.542rem;
		color: #000000;
		line-height: 3.906rem;
	}

	.questionItem {
		margin-bottom: 2.083rem;
	}

	.questionName {
		width: 100%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 2.083rem;
		color: #000000;
		line-height: 2.083rem;
		margin-bottom: 0.417rem;
	}

	.questionDetail {
		width: 100%;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 0.938rem;
		color: #000000;
		line-height: 1.25rem;
	}

	.mt18 {
		margin-top: 0.729rem;
	}

	.questionUl {
		width: 100%;
		padding-left: 1.25rem;
		margin-bottom: 0;
	}

	.questionUl li {
		width: 100%;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 0.938rem;
		color: #000000;
		line-height: 1.25rem;
	}

	.dateTxt {
		font-family: 'HGSLight';
		font-weight: 300;
		font-size: 0.938rem;
		color: #000000;
	}

	.pageTitle2 {
		width: 29.688rem;
		padding-top: 2.604rem;
		padding-bottom: 2.604rem;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 3.542rem;
		color: #000000;
		line-height: 3.906rem;
	}

	.pageTitle3 {
		width: 29.688rem;
		padding-top: 2.604rem;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 3.542rem;
		color: #000000;
		line-height: 3.906rem;
	}

	.faqItem {
		width: 100%;
		padding: 2.083rem 0;
		border-bottom: 0.052rem solid #E7E7E7;
		cursor: pointer;
	}

	.faqTitleContent {
		width: 61.8125rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.faqTitle {
		width: 43.177rem;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 0.938rem;
		color: #000000;
	}

	.faqAnswerContent {
		width: 100%;
		margin-top: 0.938rem;
		background: rgba(73, 77, 141, 0.1);
		border-radius: 1.25rem;
		padding: 1.25rem;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.833rem;
		color: #000000;
		line-height: 0.938rem;
		display: none;
	}

	.faqAnswerContent ul {
		padding-left: 1.25rem;
	}

	.rppFuName {
		width: 24.167rem;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 1.458rem;
		color: #000000;
		text-align: left;
		font-style: normal;
		text-transform: none;
		line-height: 1.563rem;
		margin-top: 0.833rem;
	}

	.rppJiacu {
		font-family: 'HGSBlack';
	}

	.rppJieContent {
		padding: 4.948rem 0 8.333rem 0;
	}

	.rppItemContent {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.mt213 {
		margin-top: 5.208rem;
	}

	.rppImg {
		width: 29.844rem;
		height: 30.208rem;
	}

	.rppItemInfo {
		width: calc(100% - 29.844rem);
		padding: 0 2.552rem 0 2.813rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.rppTitleName {
		height: 4.896rem;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.875rem;
		color: #000000;
		margin-bottom: 0.781rem;
	}

	.rppDuanluo {
		width: 100%;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 0.938rem;
		color: #000000;
	}

	.rppFormContentWaike {
		width: 100%;
		background: #2D2D2D;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5rem 0;
	}

	.rppFormContent {
		width: 75rem;
	}

	.htj {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.667rem;
		color: #FFFFFF;
	}

	.barpis {
		font-family: 'HGSR';
		font-weight: 600;
		font-size: 0.938rem;
		color: #FFFFFF;
	}

	.shenqingliuchang {
		margin-top: 2.188rem;
		margin-bottom: 2.604rem;
	}

	.shenqingxuhao {
		width: 2.604rem;
		height: 2.604rem;
		background: #FFFFFF;
		border-radius: 50%;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.25rem;
		color: #000000;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.shenqingTxt {
		width: 23.802rem;
		font-family: 'HGSBlack';
		/* font-weight: 900; */
		font-size: 0.938rem;
		color: #FFFFFF;
		margin-left: 0.833rem;
	}

	.mt60 {
		margin-top: 2.344rem;
	}

	.shenqingtitle {
		font-family: 'HGSBlack';
		/* font-weight: 900; */
		font-size: 0.938rem;
		color: #FFFFFF;
	}

	.shenqingInputContent {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 2.604rem;
	}

	.shenqingInput {
		width: 24.167rem;
		/* height: 3.594rem; */
		height: 3.25rem; 
		background: #F4F4F4;
		border-radius: 1.25rem;
		padding: 0 1.563rem;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 0.833rem;
		color: #000;
	}

	.shenqingInput::placeholder {
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 0.833rem;
		color: #606060;
	}

	.sAgree {
		width: 1.125rem;
		height: 1.125rem;
		border-radius: 50%;
		background-color: #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	.sAgreeNei {
		width: 0.875rem;
		height: 0.875rem;
		border-radius: 50%;
		background: #FFBC03;
		display: none;
	}

	.sAgreeTxt {
		font-family: 'HGSR';
		font-weight: bold;
		font-size: 0.833rem;
		color: #FFFFFF;
		margin-left: 0.938rem;
	}

	.sAgreeSpan {
		font-family: 'HGSBold';
		color: #FFBC03;
	}

	.agreeSubmitBtn {
		width: 9.01rem;
		height: 2.604rem;
		background: #FFBC03;
		border-radius: 2.083rem;
		margin-top: 1.25rem;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.833rem;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.anyQuesContent {
		width: 75rem;
		height: 24.583rem;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.aqTxt {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 2.917rem;
		color: #000000;
		margin-bottom: 1.25rem;
	}

	.aqjieshaoTxt {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 1.146rem;
		color: #000000;
		text-align: center;
	}

	.aqSpan {
		font-family: 'HGSBlack';
	}

	.plc {
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 0.833rem;
		color: #606060;
	}

	/* .shenqingInput::after {
		content: "▼";
		position: absolute;
		right: 0.573rem;
		top: 50%;
		transform: translateY(-50%);
		pointer-events: none;
	} */

	.shenqingduanluo {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 0.833rem;
		color: #FFFFFF;
	}

	.shenqingduanluoUl {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 0.833rem;
		color: #FFFFFF;
		margin-left: 1.25rem;
	}

	.mt32 {
		margin-top: 1.25rem;
	}

	.mt110 {
		margin-top: 4.323rem;
	}

	/* #q_time::after {
		content: '\25BC';
		position: absolute;
		right: 3.906rem;
		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;
	}

	.whatAppBtn {
		width: 10.4375rem;
		/* 167px / 16 */
		height: 3.125rem;
		/* 50px / 16 */
		background: #B4E210;
		box-shadow: 0px 0.3125rem 0.9375rem 0px rgba(0, 0, 0, 0.1);
		/* 5px 15px → 0.3125rem 0.9375rem */
		border-radius: 2.5rem;
		/* 40px → 2.5rem */
		position: fixed;
		bottom: 10%;
		right: 2%;

		font-family: 'HGSR';
		font-weight: 600;
		font-size: 1rem;
		/* 16px → 1rem */
		color: #000000;
		display: flex;
		justify-content: center;
		align-items: center;

		z-index: 9999;
	}

	.chartIcon {
		width: 1.5rem;
		/* 24px → 1.5rem */
		height: 1.5rem;
		margin-right: 0.75rem;
		/* 12px → 0.75rem */
	}

	.dingweir {
		width: 24.167rem;
		/* 已使用rem单位 */
		position: relative;
		cursor: pointer;
		/* margin-right: 2.083rem; */
		/* 已使用rem单位 */
	}

	.selectContent {
		display: none;
		width: 24.167rem;
		/* 已使用rem单位 */
		background: #F4F4F4;
		border-radius: 1.5rem;
		/* 24px → 1.5rem */

		position: absolute;
		margin-top: 1.5rem;
		/* 24px → 1.5rem */

		font-family: 'HGSSBold';
		font-weight: bold;
		font-size: 1rem;
		/* 16px → 1rem */
		color: #000000;
		padding: 0.75rem 0;
		/* 12px → 0.75rem */
	}

	.selectOpItem {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0.75rem 1.875rem;
		/* 12px 30px → 0.75rem 1.875rem */
		cursor: pointer;
	}

	.selectIcon {
		width: 1.5rem;
		/* 24px → 1.5rem */
		height: 1.5rem;
		display: none;
	}

	.videoContent {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.aqTxt2 {
		width: 28.0625rem;
		/* 449px / 16 */
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 2.25rem;
		/* 36px / 16 */
		color: #000000;
		line-height: 3rem;
		/* 48px / 16 */
	}

	.videoLeft {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.videoRight {
		width: 40.9375rem;
		height: 23rem;
		border-radius: 1.5625rem;
	}

	.inputName {
		font-family: 'HGSBold';
		font-size: 0.938rem;
		color: #FFFFFF;
		/* margin-bottom: 8px; */
		margin-bottom: 0.5rem;   /* 8px ÷ 16 = 0.5rem */
	}

	.inputItem {
		margin-top: 1.25rem;
		margin-right: 2.083rem;
	}

	.mt100 {
		margin-top: 5rem;
	}


	.xzItem,
	.xzItem2 {
		width: 33%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 1.75rem;
		/* 28px → 1.75rem */
		cursor: pointer;
	}

	.otherTxtInput {
		width: 8.125rem;
		/* 130px → 8.125rem */
		font-family: 'HGSBold';
		font-size: 1rem;
		/* 16px → 1rem */
		color: #FFFFFF;
		border-bottom: 0.0625rem solid #FFF;
		/* 1px → 0.0625rem */
	}

	.xzTxt {
		font-family: 'HGSBold';
		font-size: 1rem;
		/* 16px → 1rem */
		color: #FFFFFF;
		margin-left: 0.5rem;
		/* 8px → 0.5rem */
	}

	.loginAndVerifyContent {
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.03);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.verifyContent {
		width: 42rem;
		/* 672px / 16 */
		background: #FFFFFF;
		border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
		/* 40px / 16 */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 2.5rem 0;
		/* 40px / 16 */
	}

	.vTitle {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 2rem;
		/* 32px / 16 */
		color: #000000;
	}

	.vFTitle {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		/* 16px / 16 */
		color: #606060;
		margin-top: 1rem;
		/* 16px / 16 */
	}

	.code-inputs {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 4rem;
		/* 64px / 16 */
	}

	.code-input {
		width: 4.3125rem;
		/* 69px / 16 */
		height: 4.3125rem;
		/* 69px / 16 */
		background: #F4F4F4;
		border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
		/* 24px / 16 */

		font-family: 'HGSBold';
		font-size: 1.5rem;
		/* 24px / 16 */
		color: #000000;
		text-align: center;
		margin: 0 0.5rem;
		/* 8px / 16 */
	}

	.verifyBtn {
		width: 16rem;
		/* 256px / 16 */
		height: 3.125rem;
		/* 50px / 16 */
		background: #5570F1;
		border-radius: 6.25rem 6.25rem 6.25rem 6.25rem;
		/* 100px / 16 */
		font-family: 'HGSSBold';

		font-size: 1rem;
		/* 16px / 16 */
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;

		margin-top: 4rem;
		/* 64px / 16 */
	}

	.rescodetxt,
	.rescodetxt2 {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		/* 16px / 16 */
		color: #606060;
		margin-top: 2rem;
		/* 32px / 16 */
	}

	.loginTitleImg {
		width: 31.875rem;
		/* 510px / 16 */
		height: 3rem;
		/* 48px / 16 */
	}

	.loginIcon {
		width: 6.375rem;
		/* 102px / 16 */
		height: 2.625rem;
		/* 42px / 16 */
		margin-top: 2.25rem;
		/* 36px / 16 */
	}

	.loginInput {
		width: 29rem;
		/* 464px / 16 */
		height: 4.3125rem;
		/* 69px / 16 */
		background: #F4F4F4;
		border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
		/* 24px / 16 */
		margin-top: 2rem;
		/* 32px / 16 */
		padding: 0 2rem;
		/* 32px / 16 */
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		/* 16px / 16 */
		color: #333;
	}

	.loginInput::placeholder {
		color: #606060;
	}

	.loginOpContent {
		width: 29rem;
		/* 464px / 16 */
		margin-top: 2rem;
		/* 32px / 16 */
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.loginC {
		width: 1.5rem;
		/* 24px / 16 */
		height: 1.5rem;
		/* 24px / 16 */
		margin-right: 0.5rem;
		/* 8px / 16 */
	}

	.shou {
		cursor: pointer;
	}

	.loginOpTxt {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		/* 16px / 16 */
		color: #606060;
	}

	.loginBtn {
		width: 16rem;
		/* 256px / 16 */
		height: 3.125rem;
		/* 50px / 16 */
		background: #5570F1;
		border-radius: 6.25rem 6.25rem 6.25rem 6.25rem;
		/* 100px / 16 */
		font-family: 'HGSSBold';

		font-size: 1rem;
		/* 16px / 16 */
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;

		margin-top: 1.5rem;
		/* 24px / 16 */
		cursor: pointer;
	}

	.dcIcon {
		width: 1.5rem;
		/* 24px / 16 */
		height: 1.5rem;
		/* 24px / 16 */
		margin-left: 0.3125rem;
		/* 5px / 16 */
	}



	.ynItem,
	.ynItem2 {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-right: 8.125rem;
		/* 130px ÷ 16 = 8.125rem */
		cursor: pointer;
	}

	.ynTxt {
		font-family: 'HGSBold';
		font-size: 1rem;
		/* 16px ÷ 16 = 1rem */
		color: #FFFFFF;
		margin-left: 0.5rem;
		/* 8px ÷ 16 = 0.5rem */
	}

	.propertyContent {
		width: 75rem;
		/* 1000px ÷ 16 = 62.5rem */
		background: rgba(238, 238, 238, 0.1);
		padding: 1.5rem;
		/* 24px ÷ 16 = 1.5rem */
		border-radius: 1rem;
		/* 16px ÷ 16 = 1rem */
		margin-top: 1rem;
		/* 16px ÷ 16 = 1rem */
	}

	.shenqingInput2 {
		width: 13.75rem;
		/* 220px ÷ 16 = 13.75rem */
		height: 4.3125rem;
		/* 69px ÷ 16 ≈ 4.3125rem */
		background: #F4F4F4;
		border-radius: 1.5rem;
		/* 24px ÷ 16 = 1.5rem */
		padding: 0 1.875rem;
		/* 30px ÷ 16 ≈ 1.875rem */
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		/* 16px ÷ 16 = 1rem */
		color: #000;
	}

	.shenqingInput2::placeholder {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		/* 16px ÷ 16 = 1rem */
		color: #606060;
	}

	.ml75 {
		margin-left: 4.6875rem;
		/* 75px ÷ 16 ≈ 4.6875rem */
	}

	.ml68 {
		margin-left: 4.25rem;
		/* 68px ÷ 16 = 4.25rem */
	}

	.mt16 {
		margin-top: 1rem;
		/* 16px ÷ 16 = 1rem */
	}

	.tdun {
		text-decoration: underline;
	}

	.cp {
		cursor: pointer;
	}

	.mb80 {
		margin-bottom: 5rem;
		/* 80px ÷ 16 = 5rem */
	}

	.mtF10 {
		margin-top: -0.625rem;
		/* -10px ÷ 16 ≈ -0.625rem */
	}

	.iqGgContent {
		width: 75rem;
		/* 1200px ÷ 16 = 75rem */
		height: 30.625rem;
		/* 490px ÷ 16 ≈ 30.625rem */
		background: #F3F2F0;
		border-radius: 1.5rem;
		/* 24px ÷ 16 = 1.5rem */
		margin-top: 3.4375rem;
		/* 55px ÷ 16 ≈ 3.4375rem */
		margin-bottom: 5.9375rem;
		/* 95px ÷ 16 ≈ 5.9375rem */
		padding: 0 5rem;
		/* 80px ÷ 16 = 5rem */
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.iqWenContent {
		position: relative;
		z-index: 99;
	}

	.liqTxt {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 4.25rem;
		/* 68px ÷ 16 = 4.25rem */
		color: #000000;
		line-height: 3rem;
		/* 48px ÷ 16 = 3rem */
	}

	.liqFTxt {
		font-family: 'HGSLight';
		font-weight: 300;
		font-size: 2rem;
		/* 32px ÷ 16 = 2rem */
		color: #000000;
	}

	.iqBgImg {
		height: 30.625rem;
		/* 490px ÷ 16 ≈ 30.625rem */
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 9;
	}

	.postSuccessTip3 {
		width: 24.375rem;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.5rem;
		color: #000000;
		text-align: center;
		margin-top: 2rem;
		line-height: 2rem;
	}

	.xiaoziTxt {
		width: 24.375rem;
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 1rem;
		color: #000000;
		text-align: center;
		margin-top: 1.5rem;
	}

	.xiaoziNumberTxt {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.5rem;
		color: #000000;
		text-align: center;
	}

	.backHomeBtn4 {
		width: 16rem;
		height: 3.125rem;
		background: #FFBC03;
		border-radius: 2.5rem;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 1rem;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}

	.popMainContent4 {
		width: 42rem;
		background: #FFFFFF;
		border-radius: 2.5rem;
		position: relative;
		padding: 3.5rem 0 2.5rem 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.otpPopMainContent {
		width: 42rem;
		/* 672px / 16 */
		height: 24.8125rem;
		/* 397px / 16 */
		background: #FFFFFF;
		border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
		/* 40px / 16 */
		position: relative;

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.closeIcon2 {
		position: absolute;
		top: 2.5rem;
		/* 40px / 16 */
		right: 2.5rem;
		/* 40px / 16 */
		width: 2.5rem;
		/* 40px / 16 */
		height: 2.5rem;
		/* 40px / 16 */
		cursor: pointer;
	}

	.otpTitle {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 2rem;
		/* 32px / 16 */
		color: #000000;
		line-height: 1;
	}

	.otpFuTitle {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 1.125rem;
		/* 18px / 16 */
		color: #000000;
		line-height: 1;
		margin-top: 0.5rem;
		/* 8px / 16 */
	}

	.otpInputContent {
		width: 29rem;
		/* 464px / 16 */
		height: 4.3125rem;
		/* 69px / 16 */
		margin-top: 2.5rem;
		/* 40px / 16 */
	}

	.otpInputName {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		/* 16px / 16 */
		color: #000000;
		margin-bottom: 0.5rem;
		/* 8px / 16 */
		line-height: 1;
	}

	.otpInput {
		width: 29rem;
		/* 464px / 16 */
		height: 4.3125rem;
		/* 69px / 16 */
		background: #F4F4F4;
		border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
		/* 24px / 16 */
		padding: 0 1.875rem;
		/* 30px / 16 */
		font-family: 'HGSBold';
	}

	.otpInput::placeholder {
		font-weight: bold;
		font-size: 1rem;
		/* 16px / 16 */
		color: #606060;
	}

	.nexBtn {
		width: 16rem;
		/* 256px / 16 */
		height: 3.125rem;
		/* 50px / 16 */
		background: rgba(255, 188, 3, 0.5);
		border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
		/* 40px / 16 */
		margin-top: 3.5rem;
		/* 56px / 16 */

		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 1rem;
		/* 16px / 16 */
		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: 1rem;
		/* 16px / 16 */
		color: #494D8D;
		text-decoration: underline;
		line-height: 1;
		cursor: pointer;
	}

	.code-inputs2 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 2.5rem;
		/* 40px / 16 */
	}

	.resendOtpTxtContent {
		margin-top: 1rem;
		/* 16px / 16 */
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.resendOtpTxt {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		/* 16px / 16 */
		color: #8290C5;
		text-decoration-line: underline;
		cursor: pointer;
	}

	.djsOtp {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		/* 16px / 16 */
		color: #606060;
		margin-left: 0.5rem;
		/* 8px / 16 */
	}

	.c494 {
		color: #494D8D;
	}

	.mt80 {
		margin-top: 5rem;
	}

	.mtf40 {
		margin-top: -1.5rem !important;
	}

	.shenqingArea {
		width: 100%;
		min-height: 12.5rem;
		max-height: 25rem;
		background: #F4F4F4;
		border-radius: 1.5rem;
		padding: 0.75rem 1.875rem;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		color: #000;
		box-sizing: border-box !important;
	}

	.shenqingArea::placeholder {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		color: #606060;
	}

	.newReferNowBtn {
		width: 10.4375rem;
		height: 3.125rem;
		background: #39C38E;
		border-radius: 3rem;

		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 1.19rem;
		color: #2D2D2D;

		display: flex;
		justify-content: center;
		align-items: center;

		margin-top: 3.75rem;
	}


	.huiContent {
		background: #F2F1EF;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 5.5rem;
	}

	.iqGgContent2 {
		width: 75rem;
		height: 30.625rem;
		background: #F3F2F0;
		border-radius: 1.5rem;
		margin-top: 3.4375rem;
		padding: 0 5rem;
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.daiContent {
		width: 75rem;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 4rem;
	}

	.daiInfoLeft {
		width: calc(100% - 27.5rem);
	}

	.daiInfoRight {
		width: 27.5rem;
		background: #151B7A;
		border-radius: 1.5rem;

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 2.5rem;
	}

	.daiInputName {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		color: #000000;
		margin-bottom: 0.5rem;
	}

	.daiInputName2 {
		height: 1.3125rem;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		color: #000000;
		margin-bottom: 0.5rem;
	}

	.daiInputArea {
		width: 18.75rem;
		height: 3.25rem;   /* 52px ÷ 16 = 3.25rem */
		background: #FFFFFF;
		border-radius: 1.5rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0 1.875rem;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 1rem;
		color: #000;
	}

	.daiSelectDingwei {
		width: 20.75rem;
		position: relative;
		cursor: pointer;
	}

	.daiSelectArea {
		width: 20.75rem;
		height: 3.25rem;   /* 52px ÷ 16 = 3.25rem */
		background: #FFFFFF;
		border-radius: 1.5rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 1.875rem;

		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 1rem;
		color: #000;
	}

	.daiTimeSelectArea {
		width: 20.75rem;
		height: 3.25rem;   /* 52px ÷ 16 = 3.25rem */
		background: #FFFFFF;
		border-radius: 1.5rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 1.875rem;

		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 1rem;
		color: #000;
	}

	.daiAddressInput {
		width: 19.25rem;    /* 308px ÷16 */
		height: 3.25rem;   /* 52px ÷16 */
		background: #FFFFFF;
		border-radius: 1.5rem;   /* 24px ÷16 */
		padding: 0 1.875rem;     /* 30px ÷16 */
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 1rem;         /* 16px ÷16 */
		color: #000;
	}

	.daiStateArea {
		width: 19.25rem;    /* 308px ÷16 */
		height: 3.25rem;
		background: #FFFFFF;
		border-radius: 1.5rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 1.875rem;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 1rem;
		color: #000;
	}

	.daiProInput {
		width: 19.25rem;
		height: 3.25rem;
		background: #FFFFFF;
		border-radius: 1.5rem;
		padding: 0 1.875rem;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 1rem;
		color: #000;
	}

	.daiChooseArea {
		width: 19.25rem;
		height: 4.3125rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1rem;
		color: #000000;
		cursor: pointer;
	}

	.daiProDingwei {
		width: 19.25rem;
		position: relative;
		cursor: pointer;
	}

	.daiProDingwei2 {
		width: 19.25rem;
		position: relative;
		cursor: pointer;
	}

	.daiProSelectArea {
		width: 19.25rem;
		height: 3.25rem;
		background: #FFFFFF;
		border-radius: 1.5rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 1.875rem;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 1rem;
		color: #000;
	}

	.daiLine {
		margin-bottom: 1.5rem;
	}

	.daiJiange {
		margin-right: 2.5rem;
	}

	.spdName {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.125rem;
		color: #000000;
		margin-top: 5rem;
	}

	.propertyOpItem {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.propertyInfoContent {
		width: 44rem;
		border-radius: 1rem;
		border: 1px solid rgba(21, 27, 122, 0.1);
		padding: 1.5rem;
		margin-top: 1rem;
	}

	.selectContent2 {
		display: none;
		width: 100%;
		background: #fff;
		border-radius: 1.5rem;

		position: absolute;
		margin-top: 1.5rem;
		z-index: 9999;

		font-family: 'HGSSBold';
		font-weight: bold;
		font-size: 1rem;
		color: #000000;
		padding: 0.75rem 0;
		box-shadow: 0 0.5rem 1.5rem 0.25rem rgba(0, 0, 0, 0.08);
	}

	.xzIcon {
		width: 1.5rem;
		height: 1.5rem;
		margin-right: 0.5rem;
	}

	.estTitle {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1.5rem;
		color: #FFFFFF;
	}


	.daiResStatus {
		margin-top: 2.5rem;

		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1.125rem;
		color: #FFFFFF;
	}

	.acceptedStatus {
		width: 22.5rem;
		height: 5.5625rem;
		background: rgba(57, 195, 142, 0.2);
		border-radius: 0.75rem;

		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 2rem;
		color: #39C38E;

		padding: 0 2rem;
		margin-top: 0.5rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.referStatus {
		width: 22.5rem;
		height: 5.5625rem;
		background: rgba(255, 188, 3, 0.2);
		border-radius: 0.75rem;

		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 2rem;
		color: #FFBC03;

		padding: 0 2rem;
		margin-top: 0.5rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.declinedStatus {
		width: 22.5rem;
		height: 5.5625rem;
		background: rgba(255, 56, 60, 0.2);
		border-radius: 0.75rem;

		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 2rem;
		color: #FF383C;

		padding: 0 2rem;
		margin-top: 0.5rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.declinedStatus2 {
		width: 22.5rem;
		height: 5.5625rem;
		background: rgba(239, 235, 224, 0.2);
		border-radius: 0.75rem;

		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 2rem;
		color: #efebe0;

		padding: 0 2rem;
		margin-top: 0.5rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.minDaiMoneyContent,
	.maxDaiMoneyContent {
		width: 100%;
		margin-top: 2rem;
	}

	.minMaxTitle {
		width: 100%;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1.125rem;
		color: #FFFFFF;
		text-align: left;
		margin-bottom: 0.5rem;
	}

	.minMaxShuoming {
		width: 100%;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 0.75rem;
		color: #FFFFFF;
		margin-top: 0.5rem;
	}

	.daiMoneyValueContent {
		width: 22.5rem;
		height: 5.5625rem;
		background: #FFFFFF;
		border-radius: 0.75rem;
		padding: 0 2rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 2rem;
		color: #000000;
	}

	.nextBtnOpContent {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
		width: 100%;
	}

	.nextBtn {
		width: 22.5rem;
		height: 3.125rem;
		background: #FFBC03;
		border-radius: 2.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1.25rem;
		color: #000000;
	}

	.nextShuomingContent {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;

		font-family: 'HGSR';
		font-weight: 400;
		font-size: 0.75rem;
		color: #FFFFFF;

		margin-top: 0.5rem;
	}

	.shapeIcon {
		width: 1.125rem;
		object-fit: contain;
		margin-left: 0.5rem;
	}

	.daiStepContent {
		width: 100%;
	}

	.stepTitle {
		font-family: 'HGSBold';
		font-weight: bold;
		font-size: 1.5rem;
		color: #FFFFFF;
	}

	.stepItem {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 2.4375rem;
		position: relative;
		z-index: 2;
	}

	.stepIconContent {
		width: 3.5rem;
		height: 3.5rem;
		background: #FFFFFF;
		border-radius: 1.75rem;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 0.75rem;
	}

	.stepTxtContent {
		width: calc(100% - 3.5rem - 0.75rem);
	}

	.stepItemTitle {
		width: 100%;
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 1rem;
		color: #FFFFFF;
	}

	.stepItemTxt {
		width: 100%;
		font-family: 'HGSLight';
		font-weight: 300;
		font-size: 0.875rem;
		color: #FFFFFF;
	}

	.stepIcon {
		width: 1.75rem;
		height: 1.75rem;
	}

	.stepAllContent {
		width: 100%;
		position: relative;
		margin-top: 2.4375rem;
	}

	.stepLine {
		width: 0.25rem;
		height: 43.5625rem;
		position: absolute;
		left: 1.625rem;
		top: 1.75rem;
		background: #FFF;
		z-index: 1;
	}

	.daiInputItem {
		margin-bottom: 0;
	}

	.yipai {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}


	.daiContent2 {
		width: 75rem;
		margin-top: 4rem;
	}

	.daiGgName {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 0.9375rem;
		color: #000000;
		margin-bottom: 1.5rem;
	}

	.daiGgInput {
		width: 23.8125rem;
		height: 3.25rem;
		background: #FFFFFF;
		border-radius: 1.5rem;

		padding: 0 1.875rem;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 1rem;
		color: #000;
	}

	.daiGgDingwei {
		width: 23.8125rem;
		position: relative;
		cursor: pointer;
	}

	.daiGgSelect {
		width: 23.8125rem;
		height: 3.25rem;
		background: #FFFFFF;
		border-radius: 1.5rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 1.875rem;
		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 1rem;
		color: #000;
	}

	.moreSelect {
		height: 25rem;
		overflow: auto;
	}

	.daiGgTimeSelect {
		width: 23.8125rem;
		height: 3.25rem;
		background: #FFFFFF;
		border-radius: 1.5rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 1.875rem;

		font-family: 'HGSRe';
		font-weight: 400;
		font-size: 1rem;
		color: #000;
	}

	.newAgreeDetailContent {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 0.875rem;
		color: #000000;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.nwxz {
		width: 1rem;
		height: 1rem;
		border-radius: 50%;
		border: 0.125rem solid #000000;
		cursor: pointer;
		margin-right: 0.75rem;
	}

	.nyxz {
		width: 1rem;
		height: 1rem;
		border-radius: 50%;
		border: 0.125rem solid #000000;
		cursor: pointer;
		margin-right: 0.75rem;
		background: #FFBC03;
	}

	.newAgreeBtn {
		width: 8.875rem;
		height: 2.5625rem;
		background: #FFBC03;
		border-radius: 2.0625rem;

		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 1rem;
		color: #000000;

		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		margin-top: 1.5rem;
	}

	.daiA {
		color: #000000 !important;
		text-decoration: underline;
	}


	/* 业务项样式2 */
	.businessItem2 {
		width: 100%;
		height: 10.25rem;
		/* 164px ÷ 16 = 10.25rem */
		background: #F4F4F4;
		border-radius: 1rem;
		/* 16px ÷ 16 = 1rem */
		margin-left: 1rem;
		/* 16px ÷ 16 = 1rem */
		margin-top: 1rem;
		/* 16px ÷ 16 = 1rem */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 2.125rem;
		/* 34px ÷ 16 = 2.125rem */
		padding-bottom: 1rem;
		/* 16px ÷ 16 = 1rem */
	}

	/* 业务项样式3 */
	.businessItem3 {
		width: 17.375rem;
		/* 278px ÷ 16 = 17.375rem */
		height: 10.25rem;
		/* 164px ÷ 16 = 10.25rem */
		background: #F4F4F4;
		border-radius: 1rem 1rem 1rem 1rem;
		/* 16px ÷ 16 = 1rem */
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		padding-bottom: 1rem;
		/* 16px ÷ 16 = 1rem */
		margin-left: 1rem;
		/* 16px ÷ 16 = 1rem */
		margin-top: 1rem;
		/* 16px ÷ 16 = 1rem */
	}

	/* 数字样式 */
	.new1099 {
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 2.5rem;
		/* 40px ÷ 16 = 2.5rem */
		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: 1.5rem;
		color: #151B7A;
	}

	.newdanwei {
		margin-left: 1.375rem;
	}

	/* 业务名称样式 */
	.businessName2 {
		font-family: 'HGSSBold';
		font-weight: 600;
		font-size: 1.125rem;
		/* 18px ÷ 16 = 1.125rem */
		color: #000000;
		margin-top: 0.75rem;
		/* 12px ÷ 16 = 0.75rem */
	}

	/* 内容容器样式 */
	.threeContent2 {
		width: 75rem;
		/* 1200px ÷ 16 = 75rem */
		height: 41.25rem;
		/* 660px ÷ 16 = 41.25rem */
		margin-top: 10.5rem;
		/* 168px ÷ 16 = 10.5rem */
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
	}

	/* 背景样式 */
	.threeBgNew {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}

	.newThreeContent {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-left: 5.625rem;
		padding-right: 4.0625rem;
	}

	/* 标题样式 */
	.threeTitleName2 {
		width: 26.1875rem;
		/* 419px ÷ 16 = 26.1875rem */
		height: 16.25rem;
		/* 260px ÷ 16 = 16.25rem */
		font-family: 'HGSBlack';
		font-weight: 900;
		font-size: 2.5rem;
		/* 40px ÷ 16 = 2.5rem */
		color: #FFFFFF;
		text-stroke: 0.0625rem #000000;
		/* 1px ÷ 16 = 0.0625rem */
		-webkit-text-stroke: 0.0625rem #000000;
		/* 1px ÷ 16 = 0.0625rem */
	}

	/* 段落样式 */
	.duanluoBai {
		font-family: 'HGSR';
		font-weight: 400;
		font-size: 1.125rem;
		/* 18px ÷ 16 = 1.125rem */
		color: #fff;
	}

	/* 段落容器样式 */
	.newduanluoqun {
		width: 38.375rem;
		/* 614px ÷ 16 = 38.375rem */
		height: 31.625rem;
		/* 506px ÷ 16 = 31.625rem */
		background: rgba(0, 0, 0, 0.5);
		padding: 3.25rem;
		/* 52px ÷ 16 = 3.25rem */
	}

	/* 间隔样式 */
	.suojing2 {
		margin: 0 0.75rem;
		color: transparent;
	}

	.fifthBgImg2 {
	  width: 40.8125rem;
	  height: 61.9375rem;
	  position: absolute;
	  right: -5.875rem;
	  top: 2rem;
	  z-index: 1;
	}

	.baigeImg {
		width: 100%;
		object-fit: contain;
	}
}