.page_content_rpx {
	min-height: calc(100vh - 120px);
}

.hui_rpx {
	background-color: #f4f5fa;
}

.zw_box_rpx {
	padding: 80px 0;
}

.zw_price {
	margin-left: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #FF7800;
	white-space: nowrap;
}

.buybtn {
	margin-top: 32px;
	width: 126px;
	height: 42px;
	background: #FF7800;
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.xq_txt_rpx {
	padding: 20px 0;
}

.sy_top_rpx {
	position: relative;
	height: 750px;
	max-height: calc(100vh - 120px);
	background: #F4F5FA;
	overflow: hidden;
}

.sy_top_img_rpx {
	height: 100%;
}

.sy_top_img_rpx img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.def_btn {
	margin-top: 40px;
	width: 180px;
	height: 54px;
	background: #FF7800;
	border-radius: 27px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

.sy_top_rpx .bom_rpx {
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	width: 100%;
	background-color: rgba(251, 252, 253, 0.8);
	backdrop-filter: blur(10px);
}

.sy_top_rpx .ul_rpx {
	height: 128px;
	text-align: center;
}

.sy_top_rpx .ul_rpx .li_rpx {
	flex: auto;
}

.sy_top_rpx .ul_rpx .li_rpx .value_rpx {
	font-weight: bold;
	font-size: 52px;
	color: #FF7800;
	line-height: 52px;
	font-style: italic;
}

.sy_top_rpx .ul_rpx .li_rpx .value_rpx span {
	margin-left: 10px;
	font-size: 30px;
}

.sy_top_rpx .ul_rpx .li_rpx .label_rpx {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #1D2B3A;
	line-height: 26px;
}

.title_box_rpx {}

.title_box_rpx .title_rpx {
	font-weight: bold;
	font-size: 40px;
	color: #1D2B3A;
	line-height: 40px;
}

.title_box_rpx .intro_rpx {
	margin-top: 20px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}

.sy_box_rpx {
	position: relative;
	z-index: 1;
	padding: 100px 0;
	overflow: hidden;
}

.sy_box_rpx .bj {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sy_hxfw_rpx {
	padding-bottom: 84px;
}

.hxfu_list {
	margin: 40px -16px 0;
}

.hxfu_list .hxfu_item {
	width: 25%;
	padding: 16px;
}

.hxfu_list .hxfu_item .hxfu_card {
	display: block;
	height: 100%;
	background: #F4F5FA;
	border-radius: 12px;
	padding: 40px 24px;
	color: #1D2B3A;
	transition: all 0.4s ease;
}

.hxfu_list .hxfu_item .hxfu_card:hover {
	background: #FF7800;
	color: #FFFFFF;
}

.hxfu_card .icon {
	position: relative;
	width: 40px;
	height: 40px;
}

.hxfu_card .icon img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.4s ease;
}

.hxfu_card .icon img:first-child {
	opacity: 1;
}

.hxfu_card .icon img:last-child {
	opacity: 0;
}

.hxfu_card:hover .icon img:first-child {
	opacity: 0;
}

.hxfu_card:hover .icon img:last-child {
	opacity: 1;
}

.hxfu_card .title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
}

.hxfu_card .intro {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}



.sy_rmfx_rpx {
	overflow: hidden;
}

.sy_rmfx_rpx .title_box_rpx .title_rpx {
	color: #FFFFFF;
}

.banner_rmfx {
	margin-top: 54px;
}

.swiper-container-rmfx {
	width: 1940px;
	overflow: hidden;
}

.rmfx_list .rmfx_item {
	padding: 26px 65px;
	width: 970px;
}

.rmfx_list .rmfx_item .rmfx_card {
	display: block;
	position: relative;
}

.rmfx_card .img_rpx {
	width: 100%;
	aspect-ratio: 840 / 550;
}

.rmfx_card .img_rpx img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rmfx_card .index {
	position: absolute;
	top: -32px;
	left: 24px;
	font-family: Arial;
	font-weight: bold;
	font-size: 64px;
	color: rgba(255, 255, 255, 0);
	text-stroke: 2px #FFFFFF;
	-webkit-text-stroke: 2px #FFFFFF;
	line-height: 64px;
}

.rmfx_card.active .index {
	color: #FFFFFF;
	text-stroke: none;
	-webkit-text-stroke: none;
	transition: all 0.6s ease 0.2s;
}

.rmfx_card .txt_rpx {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 526px;
	max-width: 80%;
	height: 202px;
	background: #FFFFFF;
	border-radius: 0px 72px 0px 0px;
	padding: 30px 24px;
	transition: all 0.8s ease;
}

.rmfx_card.active .txt_rpx {
	bottom: -26px;
	left: -55px;
	background-color: rgba(255, 120, 0, 0.9);
}

.rmfx_card .title {
	font-weight: bold;
	font-size: 24px;
	color: #1D2B3A;
	line-height: 36px;
	transition: all 0.8s ease;
}

.rmfx_card.active .title {
	color: #FFFFFF;
}

.rmfx_card .intro {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	text-align: justify;
	transition: all 0.8s ease;
}

.rmfx_card.active .intro {
	color: #FFFFFF;
}

.rmfx_card .name {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 28px;
	transition: all 0.8s ease;
}

.rmfx_card.active .name {
	color: #FFFFFF;
}




.sy_fcdr_rpx {
	background-color: #f4f5fa;
}

.banner_fcdr {
	margin: 0 -20px;
	overflow: hidden;
}

.fcdr_list {
	padding: 46px 0 25px;
}

.p0 {
	padding: 0;
}

.fcdr_list .fcdr_item {
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 27px 20px;
}

.fcdr_list .fcdr_item::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 20px;
	right: 20px;
	bottom: 23px;
	height: 44px;
	background: #FF7800;
	border-radius: 0px 0px 18px 18px;
}

.fcdr_list .fcdr_item .fcdr_card {
	display: block;
	position: relative;
	height: 100%;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 46px 28px 30px;
}

.fcdr_card .zs {
	position: absolute;
	top: -14px;
	left: 28px;
	width: 38px;
	height: 36px;
}

.fcdr_card .intro {
	height: 120px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	text-align: justify;
}

.fcdr_card .user_info_rpx {
	margin-top: 28px;
}

.user_info_rpx .avatar {
	margin-right: 10px;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	overflow: hidden;
}

.user_info_rpx .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user_info_rpx .txt_rpx {
	flex: 1;
	width: 0;
}

.user_info_rpx .name {
	font-weight: bold;
	font-size: 16px;
	color: #1D2B3A;
	line-height: 26px;
}

.user_info_rpx .tags {
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.user_info_rpx .gz_btn {
	font-weight: 400;
	font-size: 16px;
	color: #FF7800;
	cursor: pointer;
}


.ind_ul {}

.ind_ul .ind_li {
	margin: 0 5px;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid transparent;
	transition: all 0.4s;
	cursor: pointer;
}

.ind_ul .ind_li::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #CCCCCC;
	border-radius: 50%;
	transition: all 0.4s;
}


.ind_ul .active {
	border-color: #EE812C;
	cursor: auto;
}

.ind_ul .active::after {
	background: #EE812C;
}



.sy_aidmx_rpx {
	padding-bottom: 84px;
}

.aidmx_list {
	margin: 40px -16px 0;
}

.aidmx_list .aidmx_item {
	width: calc(100% / 3);
	padding: 16px;
}

.aidmx_list .aidmx_item .aidmx_card {
	height: 100%;
	border-radius: 12px;
	border: 1px solid #EE812C;
	padding: 50px 24px;
	text-align: center;
}

.aidmx_card .icon {
	width: 68rpx;
	height: 68rpx;
}

.aidmx_card .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.aidmx_card .title {
	margin-top: 22px;
	font-weight: bold;
	font-size: 18px;
	color: #1D2B3A;
	line-height: 28px;
}

.aidmx_card .intro {
	margin-top: 12px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 26px;
}

.aidmx_card .button {
	margin-top: 30px;
	width: 136px;
	height: 42px;
	border-radius: 8px;
	border: 1px solid #EE812C;
	font-weight: 400;
	font-size: 14px;
	color: #FF7800;
	line-height: 24px;
}

.aidmx_card .button span {
	margin-left: 10px;
	transition: all 0.4s ease;
}

.aidmx_card .button:hover span {
	transform: translateX(5px);
}




.sy_xmk_box {
	padding: 84px 0 92px;
}

.sy_xmk_box .xmk_text {
	width: 40%;
	padding: 80px 0;
}

.sy_xmk_box .xmk_text .title {
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 46px;
}

.sy_xmk_box .xmk_text .intro {
	margin-top: 30px;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 40px;
}

.xmk_box {
	width: 60%;
	padding-left: 40px;
}

.xmk_box .banner_xmk {
	width: 100vw;
	overflow: hidden;
}

.xmk_box .swiper-container-xmk {
	width: 412px;
}

.xmk_list {}

.banner_xmk .xmk_list .xmk_item {
	box-sizing: border-box;
	padding: 16px;
}

.xmk_list .xmk_item .xmk_card {
	display: block;
	position: relative;
	min-height: 540px;
	height: 100%;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 24px;
}

.xmk_card .img {
	position: relative;
	aspect-ratio: 332 / 228;
	background: #EEEEEE;
	border-radius: 16px;
	overflow: hidden;
}

.xmk_card .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xmk_card .title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 24px;
	color: #1D2B3A;
	line-height: 40px;
}

.xmk_card .shrq {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 28px;
}

.xmk_card .intro {
	margin-top: 6px;
	height: 96px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 32px;
}

.xmk_card .ckxq {
	margin-top: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #FF7800;
	line-height: 28px;
}

.arrow_box {
	padding: 8px 16px;
	justify-content: flex-start;
}

.arrow_box .arrow {
	margin-right: 12px;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.4s ease;
}

.arrow_box .arrow:hover {
	background-color: #FF7800;
}

.arrow_box .arrow img {
	position: absolute;
	width: 100%;
	height: 100%;
}




.fcdr_xq_rpx {
	padding: 56px 0 100px;
}

.user_box_rpx {
	margin-right: 24px;
	position: relative;
	z-index: 9;
	width: 220px;
	padding: 24px 24px 32px;
	background: #FFFFFF;
	border-radius: 16px;
}

.user_box_rpx .avatar_rpx {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
}

.user_box_rpx .avatar_rpx img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user_box_rpx .name_rpx {
	margin-top: 16px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
}

.user_box_rpx .tags_rpx {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.user_box_rpx .tags_rpx {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.user_box_rpx .gz_btn_rpx {
	margin-top: 20px;
	width: 162px;
	height: 40px;
	background: #FF7800;
	border-radius: 6px;
	font-weight: 400;
	font-size: 16px;
	color: #F8F8F8;
	cursor: pointer;
}

.user_box_rpx .gz_btn_rpx span {
	margin-right: 10px;
}

.user_box_rpx .uprpx {
	position: absolute;
	right: -36px;
	top: 42px;
	width: 0;
	height: 36px;
	background: #fff;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
	box-shadow: 5px 0 10px 0 rgba(0, 0, 0, .15);
	padding: 3px 3px 3px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.fxxq_card_rpx {
	flex: 1;
	width: 0;
	background: #FFFFFF;
	border-radius: 16px;
}

.card_head_rpx {
	padding: 0 24px;
	border-bottom: 1px solid #EEEEEE;
}

.card_head_rpx .ul_rpx {
	gap: 40px;
	overflow-x: auto;
	overflow-y: hidden;
}

.card_head_rpx .li_rpx {
	position: relative;
	height: 66px;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	white-space: nowrap;
}

.card_head_rpx .li_rpx.active {
	font-weight: bold;
	font-size: 16px;
	color: #1D2B3A;
}

.card_head_rpx .li_rpx::after {
	content: '';
	position: absolute;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: #FF7800;
}

.card_head_rpx .li_rpx.active::after {
	width: 100%;
}

.card_body_rpx {
	padding: 24px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 2;
	text-align: justify;
}



.ai_tszs_list {
	margin: 0 -20px;
}

.ai_tszs_list .ai_tszs_li {
	position: relative;
	z-index: 1;
	width: calc(100% / 3);
	padding: 27px 20px;
}

.ai_tszs_list .ai_tszs_li::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 20px;
	right: 20px;
	bottom: 23px;
	height: 37px;
	background: #FF7800;
	border-radius: 0px 0px 22px 22px;
}

.ai_tszs_list .ai_tszs_li .ai_tszs_la {
	display: block;
	position: relative;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 40px 24px 28px;
}

.ai_tszs_la .zs {
	position: absolute;
	top: -14px;
	left: 24px;
	width: 38px;
	height: 36px;
}

.ai_tszs_la .title {
	font-weight: bold;
	font-size: 20px;
	color: #1D2B3A;
	line-height: 30px;
}

.ai_tszs_la .intro {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	height: 64px;
	line-height: 32px;
	text-align: justify;
}

.ai_tszs_la .xqbtn {
	margin-top: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #FF7800;
	line-height: 24px;
}

.ai_gjty_list {
	margin: 0 -16px;
}

.ai_gjty_list .ai_gjty_li {
	width: 25%;
	padding: 20px 16px;
}

.ai_gjty_list .ai_gjty_li::after {
	left: 16px;
	right: 16px;
	bottom: 16px;
}

.ai_gjty_list .ai_gjty_li .ai_gjty_la {
	padding: 40px 20px 50px;
}

.ai_gjty_la .icon {
	margin: auto;
	width: 88px;
	height: 88px;
	background: #FCF8F5;
	border-radius: 50%;
}

.ai_gjty_la .icon img {
	width: 100%;
	height: 100%;
}

.ai_gjty_la .title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #1D2B3A;
	line-height: 28px;
}

.ai_gjty_la .intro {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	text-align: center;
}

.ai_gjty_la .tybtn {
	margin: 30px auto 0;
	width: 104px;
	height: 40px;
	background: #FF7800;
	border-radius: 8px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}



.popup_rpx {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .32);
	padding: 10px;
	opacity: 0;
}

.pop_show {
	z-index: 1000;
	opacity: 1;
}

.pop_card_rpx {
	width: 624px;
	max-width: 100%;
	background: #FFFFFF;
	border-radius: 12px;
}

.pop_head_rpx {
	position: relative;
	height: 60px;
	border-bottom: 1px solid #DCDCDC;
	padding: 0 32px;
}

.pop_title {
	position: relative;
	height: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #FF7800;
}

.pop_title::after {
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #FF7800;
}

.pop_close {
	font-size: 14px;
	color: #1A1A1A;
	cursor: pointer;
}

.pop_body_rpx {
	min-height: 426px;
	padding: 24px 32px;
}

.pay_ul_rpx {
	gap: 20px;
}

.pay_li_rpx {
	position: relative;
	width: calc(50% - 10px);
	height: 108px;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #E4E4E4;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.pay_li_rpx.active {
	background: rgba(255, 120, 0, 0.06);
	border-color: #FF7800;
}

.pay_li_rpx .icon {
	margin-right: 16px;
	width: 32px;
	height: 32px;
}

.pay_li_rpx .pay_xz {
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 32px;
	height: 30px;
}

.pay_li_rpx.active .pay_xz {
	opacity: 1;
}

.pay_ewm_rpx {
	margin-top: 24px;
	width: 180px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 24px;
}

.pay_ewm_rpx .pay_ewm {
	margin-bottom: 10px;
	width: 180px;
	height: 180px;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #E4E4E4;
}

.pay_result_rpx {
	padding-bottom: 40px;
	text-align: center;
}

.pay_result_rpx img {
	width: 88px;
	height: 88px;
}

.pay_result_rpx .pay_txt1 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #1D2B3A;
}

.pay_result_rpx .pay_txt2 {
	font-weight: 400;
	font-size: 14px;
	color: #AAAAAA;
	line-height: 24px;
}


.aial_intro_rpx {
	height: 78px;
	font-weight: 400;
	font-size: 16px;
	color: #1D2B3A;
	line-height: 26px;
	text-align: justify;
}

.aial_user_rpx {
	margin-top: 20px;
}

.aial_user_rpx .avatar {
	margin-right: 10px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	overflow: hidden;
}

.aial_user_rpx .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aial_user_rpx .name_rpx {
	font-weight: bold;
	font-size: 16px;
	color: #1D2B3A;
	line-height: 24px;
}

.aial_user_rpx .tags_rpx {
	margin-top: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}

.ggxq_rpx {
	padding: 60px 0 100px;
}

.ggxq_card_rpx {
	background: #FFFFFF;
	border-radius: 12px;
}

.ggxq_card_rpx .ggxq_tit {
	padding: 15px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: 400;
	font-size: 20px;
	color: #1D2B3A;
	line-height: 30px;
	text-align: center;
}

.ggxq_card_rpx .ggxq_msg {
	padding: 32px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 32px;
	text-align: justify;
}

.ykfk_rpx {
	padding: 100px 0;
}

.ykfk_title_rpx {
	font-weight: bold;
	font-size: 40px;
	color: #1D2B3A;
	line-height: 1;
}

.ykfk_intro_rpx {
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 32px;
}

.fk_row {
	margin-top: 20px;
	width: 100%;
}

.w50 {
	width: calc(50% - 30px);
}

.w50:nth-child(2) {
	margin-left: 60px;
}

.fk_row .label {
	padding: 10px 0;
	font-weight: 400;
	font-size: 16px;
	color: #1D2B3A;
	line-height: 24px;
}

.fk_row .input {
	border-radius: 8px;
	border: 1px solid #E5E5E5;
}

.fk_row .input input {
	outline: none;
	width: 100%;
	height: 46px;
	padding: 0 16px;
	background: #F8F8F8;
	border-radius: 8px;
	font-weight: 400;
	font-size: 14px;
	color: #1D2B3A;
	line-height: 22px;
}

.fk_row .input textarea {
	outline: none;
	border: none;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 190px;
	padding: 10px 16px;
	background: #F8F8F8;
	border-radius: 8px;
	font-weight: 400;
	font-size: 14px;
	color: #1D2B3A;
	line-height: 22px;
}

.fk_row .yzmimg {
	margin-left: 10px;
	width: auto;
	height: 46px;
}

.subbtn {
	margin: 50px auto 0;
	width: 154px;
	height: 46px;
	background: #FF7800;
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.qz_xq_box {
	background: #FFFFFF;
}

.qz_xq_rpx {
	padding: 80px 0;
}

.qz_xq_rpx .img_box {
	margin-right: 40px;
	width: 440px;
	aspect-ratio: 440 / 258;
	border-radius: 16px;
	overflow: hidden;
}

.qz_xq_rpx .img_box img {
	width: 100%;
	height: 100%;
}

.qz_xq_rpx .img_box .txt_box {}

.qz_xq_rpx .qz_title {
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 34px;
}

.qz_xq_rpx .jrqz_btn {
	margin-left: 40px;
	width: 108px;
	height: 36px;
	background: #FF7800;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	color: #F8F8F8;
	cursor: pointer;
}

.qz_xq_rpx .qz_tags {
	margin-top: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.qz_xq_rpx .qz_intro {
	margin-top: 15px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 32px;
	text-align: justify;
}

.qz_user_box {
	margin-top: 20px;
	padding-top: 24px;
	border-top: 1px solid #E5E5E5;
}

.qz_user_box .avatar {
	margin-right: 15px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: #EEEEEE;
	overflow: hidden;
}

.qz_user_box .qz_txt {
	flex: 1;
	width: 0;
}

.qz_user_box .nickname {
	font-weight: bold;
	font-size: 16px;
	color: #1D2B3A;
}

.qz_user_box .qz {
	margin-left: 8px;
	padding: 2px 6px;
	background: #FFF5EC;
	border-radius: 4px;
	font-weight: 400;
	font-size: 12px;
	color: #FF7800;
	line-height: 20px;
}

.qz_user_box .qztagli {
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.qz_user_box .sxqz_btn {
	width: 108px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #FF7800;
	font-weight: 400;
	font-size: 16px;
	color: #FF7800;
	cursor: pointer;
}

.cy_pop_card_rpx {
	width: 560px;
	max-width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
}

.cy_pop_title {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	text-align: center;
}

.cy_pop_close {
	position: absolute;
	right: 28px;
	color: #CCCCCC;
	cursor: pointer;
}

.cy_pop_body_rpx {
	min-height: 400px;
	max-height: 80vh;
	overflow-x: hidden;
	overflow-y: auto;
}

/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
.cy_pop_body_rpx::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

/*定义滚动条轨道
内阴影+圆角*/
.cy_pop_body_rpx::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	background-color: transparent;
}

/*定义滑块
 内阴影+圆角*/
.cy_pop_body_rpx::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .3);
	background-color: #E0E0E0;
}

.cy_list_rpx {
	padding: 16px 28px;
}

.cy_item_rpx {
	padding: 16px 0;
}

.cy_item_rpx .cy_avatar {
	margin-right: 15px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #EEEEEE;
	overflow: hidden;
}

.cy_item_rpx .cy_avatar img {
	width: 100%;
	height: 100%;
}

.cy_item_rpx .text_rpx {
	flex: 1;
	width: 0;
}

.cy_item_rpx .cyname {
	font-weight: bold;
	font-size: 14px;
	color: #1D2B3A;
	line-height: 22px;
}

.cy_item_rpx .cytext {
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}

.cy_item_rpx .cysc {
	color: #FF7800;
}

.cy_item_rpx .gzbtn {
	width: 60px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #FF7800;
	font-weight: 400;
	font-size: 14px;
	color: #FF7800;
	cursor: pointer;
}

.cy_item_rpx .gzbtn.active {
	border-color: #E9E9E9;
	background: #E9E9E9;
	color: #888888;
}

@media screen and (max-width: 1400px) {
	.sy_top_rpx {
		height: auto;
	}

	.sy_top_img_rpx {
		height: auto;
		aspect-ratio: 16 / 8;
	}

	.swiper-container-rmfx {
		width: 120vw;
	}

	.rmfx_list .rmfx_item {
		width: 60vw;
	}
}

@media screen and (max-width: 1150px) {
	.page_content_rpx {
		min-height: calc(100vh - 104px);
	}

	.sy_top_rpx {
		max-height: calc(100vh - 104px);
	}

	.sy_top_rpx .ul_rpx {
		height: 100px;
	}

	.sy_top_rpx .ul_rpx .li_rpx .value_rpx {
		font-size: 40px;
		line-height: 40px;
	}

	.sy_top_rpx .ul_rpx .li_rpx .value_rpx span {
		margin-left: 10px;
		font-size: 30px;
	}

	.sy_top_rpx .ul_rpx .li_rpx .label_rpx {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px;
	}


	.rmfx_list .rmfx_item {
		padding: 20px 30px;
		width: 100vw;
	}

	.rmfx_card .index {
		position: absolute;
		top: -24px;
		left: 24px;
		font-weight: 400;
		font-size: 48px;
		text-stroke: 1px #FFFFFF;
		-webkit-text-stroke: 1px #FFFFFF;
		line-height: 48px;
	}

	.rmfx_card .txt_rpx {
		height: auto;
		border-radius: 0px 64px 0px 0px;
		padding: 20px;
	}

	.rmfx_card.active .txt_rpx {
		bottom: -20px;
		left: -30px;
	}

	.rmfx_card .title {
		font-size: 20px;
		line-height: 30px;
	}

	.rmfx_card .intro {
		margin-top: 8px;
	}

	.rmfx_card .name {
		margin-top: 8px;
	}

	.user_box_rpx {
		position: fixed;
		left: 0;
		transform: translateX(-100%);
		border-radius: 0 16px 16px 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		transition: all 0.4s ease;
	}

	.user_box_rpx.show {
		transform: translateX(0);
	}

	.user_box_rpx .uprpx {
		opacity: 1;
		width: 36px;
	}

	.user_box_rpx.show .uprpx span {
		transform: rotateY(180deg);
	}
}

@media screen and (max-width: 768px) {
	.buybtn {
		margin-top: 20px;
	}

	.xq_txt_rpx {
		padding: 0;
	}

	.sy_top_rpx {
		height: auto;
	}

	.sy_top_img_rpx {
		height: auto;
		aspect-ratio: 16 / 8;
	}

	.def_btn {
		margin-top: 20px;
		width: 120px;
		height: 40px;
		border-radius: 20px;
		font-size: 14px;
	}

	.sy_top_rpx .ul_rpx {
		height: 50px;
	}

	.sy_top_rpx .ul_rpx .li_rpx .value_rpx {
		font-size: 18px;
		line-height: 20px;
	}

	.sy_top_rpx .ul_rpx .li_rpx .value_rpx span {
		margin-left: 5px;
		font-size: 14px;
	}

	.sy_top_rpx .ul_rpx .li_rpx .label_rpx {
		margin-top: 0px;
		font-size: 12px;
		line-height: 20px;
	}

	.title_box_rpx .title_rpx {
		font-size: 20px;
		line-height: 20px;
	}

	.title_box_rpx .intro_rpx {
		margin-top: 10px;
		font-size: 14px;
		line-height: 22px;
	}

	.sy_box_rpx {
		padding: 30px 0;
	}

	.sy_hxfw_rpx {
		padding-bottom: 20px;
	}

	.hxfu_list {
		margin: 10px -5px 0;
	}

	.hxfu_list .hxfu_item {
		width: 50%;
		padding: 5px;
	}

	.hxfu_list .hxfu_item .hxfu_card {
		border-radius: 6px;
		padding: 15px;
	}

	.hxfu_card .icon {
		width: 30px;
		height: 30px;
	}

	.hxfu_card .title {
		margin-top: 10px;
		font-size: 16px;
		line-height: 26px;
	}

	.hxfu_card .intro {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px;
	}


	.banner_rmfx {
		margin-top: 20px;
	}

	.swiper-container-rmfx {
		width: 200vw;
	}

	.rmfx_list .rmfx_item {
		padding: 10px 20px;
		width: 100vw;
	}

	.rmfx_card .index {
		position: absolute;
		top: -10px;
		left: 10px;
		font-weight: 400;
		font-size: 20px;
		text-stroke: 1px #FFFFFF;
		-webkit-text-stroke: 1px #FFFFFF;
		line-height: 20px;
	}

	.rmfx_card .txt_rpx {
		width: 90%;
		height: auto;
		border-radius: 0px 36px 0px 0px;
		padding: 10px 15px;
	}

	.rmfx_card.active .txt_rpx {
		bottom: -10px;
		left: -20px;
	}

	.rmfx_card .title {
		font-size: 16px;
		line-height: 26px;
	}

	.rmfx_card .intro {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px;
	}

	.rmfx_card .name {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px;
	}




	.banner_fcdr {
		margin: 0 -5px;
	}

	.fcdr_list {
		padding: 15px 0 10px;
	}

	.fcdr_list .fcdr_item {
		width: 100%;
		padding: 15px 5px;
	}

	.fcdr_list .fcdr_item::after {
		left: 5px;
		right: 5px;
		bottom: 13px;
		height: 22px;
		border-radius: 0px 0px 9px 9px;
	}

	.fcdr_list .fcdr_item .fcdr_card {
		border-radius: 6px;
		padding: 30px 15px 15px;
	}

	.fcdr_card .zs {
		position: absolute;
		top: -10px;
		left: 15px;
		width: 28px;
		height: 28px;
	}

	.fcdr_card .intro {
		height: 96px;
		font-size: 14px;
		line-height: 24px;
	}

	.fcdr_card .user_info_rpx {
		margin-top: 10px;
	}

	.user_info_rpx .avatar {
		margin-right: 10px;
		width: 44px;
		height: 44px;
	}

	.user_info_rpx .name {
		font-size: 14px;
		line-height: 24px;
	}

	.user_info_rpx .tags {
		margin-top: 0px;
		font-size: 12px;
		line-height: 20px;
	}

	.user_info_rpx .gz_btn {
		font-size: 14px;
	}


	.ind_ul {}

	.ind_ul .ind_li {
		margin: 0 3px;
		width: 16px;
		height: 16px;
	}

	.ind_ul .ind_li::after {
		width: 8px;
		height: 8px;
	}



	.sy_aidmx_rpx {
		padding-bottom: 20px;
	}

	.aidmx_list {
		margin: 20px -5px 0;
	}

	.aidmx_list .aidmx_item {
		width: 50%;
		padding: 5px;
	}

	.aidmx_list .aidmx_item .aidmx_card {
		border-radius: 6px;
		padding: 20px 15px;
	}

	.aidmx_card .icon {
		width: 48px;
		height: 48px;
	}

	.aidmx_card .title {
		margin-top: 10px;
		font-size: 16px;
		line-height: 26px;
	}

	.aidmx_card .intro {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px;
	}

	.aidmx_card .button {
		margin-top: 15px;
	}



	.sy_xmk_box {
		padding: 30px 0 20px;
	}

	.sy_xmk_box .xmk_text {
		width: 100%;
		padding: 0;
	}

	.sy_xmk_box .xmk_text .title {
		font-size: 20px;
		line-height: 30px;
	}

	.sy_xmk_box .xmk_text .intro {
		margin-top: 10px;
		font-size: 16px;
		line-height: 30px;
	}

	.xmk_box {
		margin-top: 15px;
		width: 100%;
		padding-left: 0;
	}

	.xmk_box .banner_xmk {
		width: 100%;
		overflow: hidden;
	}

	.xmk_box .swiper-container-xmk {
		width: 100%;
	}

	.xmk_list {}

	.banner_xmk .xmk_list .xmk_item {
		box-sizing: border-box;
		padding: 5px;
	}

	.xmk_list .xmk_item .xmk_card {
		min-height: 440px;
		height: 100%;
		border-radius: 8px;
		padding: 15px;
	}

	.xmk_card .img {
		border-radius: 8px;
	}

	.xmk_card .title {
		margin-top: 10px;
		font-size: 20px;
		line-height: 30px;
	}

	.xmk_card .shrq {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px;
	}

	.xmk_card .intro {
		margin-top: 5px;
		height: 72px;
		font-size: 14px;
		line-height: 24px;
	}

	.xmk_card .ckxq {
		margin-top: 10px;
		font-size: 16px;
		line-height: 28px;
	}

	.arrow_box {
		padding: 10px 5px;
	}



	.fcdr_xq_rpx {
		padding: 20px 0;
	}

	.fxxq_card_rpx {
		border-radius: 8px;
	}

	.card_head_rpx {
		padding: 0 15px;
	}

	.card_head_rpx .ul_rpx {
		gap: 20px;
	}

	.card_head_rpx .li_rpx {
		height: 50px;
	}

	.card_body_rpx {
		padding: 15px;
	}




	.ai_tszs_list {
		margin: 0 -5px;
	}

	.ai_tszs_list .ai_tszs_li {
		width: 100%;
		padding: 10px 5px;
	}

	.ai_tszs_list .ai_tszs_li::after {
		left: 6px;
		right: 6px;
		bottom: 7px;
		height: 20px;
		background: #FF7800;
		border-radius: 0px 0px 11px 11px;
	}

	.ai_tszs_list .ai_tszs_li .ai_tszs_la {
		border-radius: 8px;
		padding: 25px 15px 15px;
	}

	.ai_tszs_la .zs {
		position: absolute;
		top: -10px;
		left: 15px;
		width: 28px;
		height: 28px;
	}

	.ai_tszs_la .title {
		font-size: 16px;
		line-height: 24px;
	}

	.ai_tszs_la .intro {
		margin-top: 5px;
		font-size: 14px;
		line-height: 28px;
	}

	.ai_tszs_la .xqbtn {
		margin-top: 10px;
		font-size: 14px;
		line-height: 22px;
	}



	.ai_gjty_list {
		margin: 0 -5px;
	}

	.ai_gjty_list .ai_gjty_li {
		width: 50%;
		padding: 8px 5px;
	}

	.ai_gjty_list .ai_gjty_li::after {
		left: 6px;
		right: 6px;
		bottom: 5px;
	}

	.ai_gjty_list .ai_gjty_li .ai_gjty_la {
		padding: 20px 15px;
	}

	.ai_gjty_la .icon {
		width: 66px;
		height: 66px;
	}

	.ai_gjty_la .title {
		margin-top: 10px;
		font-size: 16px;
		line-height: 24px;
	}

	.ai_gjty_la .intro {
		margin-top: 5px;
		font-size: 14px;
		line-height: 22px;
	}

	.ai_gjty_la .tybtn {
		margin: 15px auto 0;
	}




	.pop_card_rpx {
		border-radius: 6px;
	}

	.pop_head_rpx {
		height: 50px;
		padding: 0 15px;
	}

	.pop_body_rpx {
		min-height: 426px;
		padding: 15px;
	}

	.pay_ul_rpx {
		gap: 10px;
	}

	.pay_li_rpx {
		width: calc(50% - 5px);
		height: 108px;
		border-radius: 6px;
	}

	.pay_ewm_rpx {
		margin-top: 15px;
	}



	.aial_intro_rpx {
		height: auto;
	}

	.aial_user_rpx {
		margin-top: 10px;
	}



	.ggxq_rpx {
		padding: 20px 0;
	}

	.ggxq_card_rpx {
		border-radius: 6px;
	}

	.ggxq_card_rpx .ggxq_tit {
		padding: 10px 15px;
		font-size: 16px;
		line-height: 24px;
	}

	.ggxq_card_rpx .ggxq_msg {
		padding: 15px;
		font-size: 14px;
		line-height: 28px;
	}




	.ykfk_rpx {
		padding: 30px 0;
	}

	.ykfk_title_rpx {
		font-size: 20px;
	}

	.ykfk_intro_rpx {
		margin-top: 15px;
		margin-bottom: 0px;
		font-size: 14px;
		line-height: 24px;
	}

	.fk_row {
		margin-top: 10px;
	}

	.w50 {
		width: 100%;
	}

	.w50:nth-child(2) {
		margin-left: 0;
	}

	.fk_row .label {
		padding: 10px 0;
		font-size: 14px;
		line-height: 24px;
	}

	.fk_row .input {
		border-radius: 4px;
	}

	.fk_row .input input {
		height: 40px;
		border-radius: 4px;
		font-size: 14px;
		line-height: 22px;
	}

	.fk_row .input textarea {
		border-radius: 4px;
	}

	.fk_row .yzmimg {
		height: 40px;
	}

	.subbtn {
		margin: 20px auto 0;
		width: 140px;
		height: 40px;
		border-radius: 4px;
		font-size: 14px;
	}


	.qz_xq_rpx {
		padding: 20px 0;
		flex-wrap: wrap;
	}

	.qz_xq_rpx .img_box {
		margin-right: 0;
		width: 100%;
		border-radius: 8px;
	}

	.qz_xq_rpx .txt_box {
		margin-top: 10px;
	}

	.qz_xq_rpx .qz_title {
		font-size: 20px;
		line-height: 32px;
	}

	.qz_xq_rpx .jrqz_btn {
		margin-left: 20px;
		width: 90px;
		height: 32px;
		font-size: 14px;
	}

	.qz_xq_rpx .qz_tags {
		margin-top: 10px;
		font-size: 14px;
	}

	.qz_xq_rpx .qz_intro {
		margin-top: 7px;
		font-size: 14px;
		line-height: 28px;
	}

	.qz_user_box {
		margin-top: 15px;
		padding-top: 15px;
	}

	.qz_user_box .avatar {
		margin-right: 10px;
	}

	.qz_user_box .sxqz_btn {
		width: 90px;
		height: 32px;
		font-size: 14px;
	}




	.cy_pop_card_rpx {
		border-radius: 4px;
	}

	.cy_pop_title {
		font-size: 16px;
		line-height: 24px;
	}

	.cy_pop_close {
		right: 15px;
	}

	.cy_list_rpx {
		padding: 10px 15px;
	}

	.cy_item_rpx {
		padding: 10px 0;
	}

}