* {
	padding: 0;
	margin: 0;
}

:root {
	--fontsize-16: 0.16rem;
	--fontsize-17: 0.17rem;
	--fontsize-18: 0.18rem;
	--fontsize-20: 0.2rem;
	--fontsize-22: 0.22rem;
	--fontsize-36: 0.36rem;
	--fontsize-30: 0.30rem;
	--fontsize-32: 0.32rem;
	--fontsize-28: 0.28rem;
	--fontsize-26: 0.26rem;
	--fontsize-24: 0.24rem;
	--fontsize-80: 0.8rem;
	--fontsize-72: 0.72rem;
	--fontsize-60: 0.6rem;
	--fontsize-48: 0.48rem;
	--fontsize-120: 1.20rem;
}

.popbox_lz,
.lz_dtbox {
	font-family: 'SourceHanSansCN-Medium';
}

.lz_page25 {
	/* display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 85%;
	width: 100%;
	justify-content: space-around;
	position: absolute;
	top: 50%;
	transform: translateY(-50%); */

}

.popbox_lz [class*="-btn"] {
	text-transform: uppercase;
	animation: breathe-glow 2s ease-in-out infinite;
}

.lz_popcenter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* height: 100%; */
	width: 100%;
	/* justify-content: space-around; */
	/* position: absolute;
	top: 50%;
	transform: translateY(-50%); */
}

.lz_popcenter2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* height: 80%; */
	width: 100%;
	justify-content: space-around;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.lz_page25 .lz_page25_1,
.lz_page26 .lz_page25_1,
.lz_page27 .lz_page25_1 {
	width: 7.1rem;
	object-fit: contain;
}

.lz_avatar_box {
	margin-top: -0.5rem;
	position: relative;
	width: 4.92rem;
	height: 5.84rem;
	background-image: url(../img/imgs_lz/page1_2.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.lz_avatar_box img {
	display: block;
	position: absolute;
	top: 1.85rem;
	left: 50%;
	transform: translateX(-50%);
	width: 3.55rem;
	height: 3.55rem;
	border-radius: 50%;
	z-index: -1;
}


.lz_avatar_box::after {
	display: block;
	content: '';
	position: absolute;
	top: 1.2rem;
	right: 0.5rem;
	width: 1.55rem;
	height: 1.42rem;
	background-image: url(../img/imgs_lz/page1_3.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.lz_avatar_box::before {
	display: block;
	content: '';
	position: absolute;
	top: 1.9rem;
	left: 50%;
	transform: translateX(-50.5%);
	width: 3.52rem;
	height: 3.49rem;
	background-color: #ffdb83;
	border-radius: 50%;
	z-index: -1;

}

.lz_nickname {
	position: absolute;
	left: 50%;
	bottom: 0.4rem;
	transform: translateX(-50%);
	font-size: var(--fontsize-30);
	color: #112856;
}



.lz_page25_txt_2 {
	margin-top: 0.48rem;
	box-sizing: border-box;
	padding: 0.3rem 0;
	width: 100%;
	/* height: 2.1rem; */
	background-image: url(../img/imgs_lz/page1_4.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left top;
}

.lz_page25_txt_2 p {
	text-align: center;
	font-size: var(--fontsize-26);
	line-height: 0.5rem;
	color: #fff;
}

.lz_page25_txt_2 span {
	color: #FEDC82;
	font-weight: bold;
}

.popbox_lz {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0);
	top: 0;
	left: 0;

}

.popbox_lz>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.lz_page25_btnbox {
	display: flex;
	width: 100%;
	justify-content: space-around;
	margin-top: 1rem;
}

.lz_page25_btnbox>div {
	width: 40%;
}

.lz_page25_btnbox>div img {
	display: block;
	width: 100%;
}

.lz_page26_btnbox {
	width: 6rem;
	margin-top: 1rem;
}

.lz_page26_btnbox img {
	display: block;
	width: 100%;
}

.lz_dtbox {
	width: 100vw;

	height: 100vh;

	background-image: url(../img/imgs_lz/img_v23_1067_02.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top left;

}



.lz_tit_dt {
	width: 7.46rem;
}

.lz_da_box {
	width: 100%;
	height: 5.34rem;
	background-image: url(../img/imgs_lz/img_v23_564_01.png);
	background-size: 100% 100%;
	position: relative;
}

.lz_dt_tebox {
	width: 70%;
	position: absolute;
	left: 50%;
	top: 0.8rem;

	transform: translateX(-50%);
}

.lz_dt_text {
	color: #F9FFDF;
	font-size: var(--fontsize-32);

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;

}

.lz_da_img {
	width: 4rem;
	margin: 0.4rem auto 0;
}

.lz_da_img img {
	width: 100%;
	display: block;
}

.lz_da_btnbox {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.lz_da_btnbox div {
	width: 30%;


}

.lz_da_btnbox div img {
	display: block;
	width: 100%;
}

.lz_tx_dtsuc_img {
	width: 3.44rem;
}

.lz_dt_num {
	text-align: center;
	font-size: var(--fontsize-72);
	font-weight: bold;
	color: #FDDD82;
}

.lz_pagewz_btnbox {
	width: 6rem;
	margin-top: 0.3rem;
	height: 0.7rem;
	font-size: var(--fontsize-36);
	color: #8D410F;
	background-image: url(../img/imgs_lz/img_v23_923.png);
	background-size: 100% 100%;
	text-align: center;
	line-height: 0.7rem;
}

.lz_page25_txt_22 {
	/* margin-top: 0.48rem; */
	box-sizing: border-box;
	padding: 0.3rem 0;
	width: 100%;
	/* height: 2.1rem; */
	background-image: url(../img/imgs_lz/page1_4.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left top;
}

.lz_page25_txt_22 p {
	text-align: center;
	font-size: var(--fontsize-30);
	line-height: 0.5rem;
	color: #fff;
}

.lz_page25_txt_22 span {
	color: #FEDC82;
	font-weight: bold;
}

.lz_text_pb {
	box-sizing: border-box;
	padding: 0.3rem 0;
	width: 100%;
	/* height: 2.1rem; */





}

.lz_text_pb p {
	text-align: center;
	font-size: var(--fontsize-30);
	line-height: 0.5rem;
	color: #fff;
}

.lz_text_pb span {
	color: #FEDC82;
	font-weight: bold;
}

.lz_tx_zsuc_img {
	width: 35%;
}

.lz_zzimg {
	width: 100%;
	height: 6.96rem;
	background-size: 100% 100%;
}

.lz_gl {
	position: absolute;
	color: #ffffff;
	font-size: var(--fontsize-22);
	/* width: 2rem; */
	/* border: 1px solid red; */
	top: 1.6rem;
	left: 1rem;
}

.lz_pa {
	position: absolute;
	color: #ffffff;
	font-size: var(--fontsize-20);
	width: 2rem;
	/* border: 1px solid red; */
	bottom: 3.6rem;
	left: 1rem;
	text-align: center;
}

.lz_pk {
	position: absolute;
	color: #ffffff;
	font-size: var(--fontsize-20);
	width: 2rem;
	bottom: 4.66rem;
	left: 2.8rem;
	/* border: 1px solid red; */
	text-align: center;
}

.lz_pb {
	position: absolute;
	color: #ffffff;
	font-size: var(--fontsize-20);
	width: 2rem;
	bottom: 4.66rem;
	left: 4.7rem;
	/* border: 1px solid red; */
	text-align: center;
}

.lz_box_txt {
	color: #FFDB83;
	position: absolute;
	width: 75%;
	left: 50%;
	transform: translateX(-50%);
	top: 0.2rem;
	text-align: center;
}

.lz_fir_txt {
	font-size: var(--fontsize-22);
	line-height: 0.25rem;
}

.lz_two_txt {
	font-size: var(--fontsize-24);
	margin-top: 0.15rem;
	line-height: 0.25rem;
}

.lz_cj4 {
	width: 100%;
	height: 5.47rem;
	background-image: url(../img/imgs_lz/cj4.png);
	background-size: 100% 100%;
	position: relative;
}

.lz_cj4_txt {
	width: 80%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	top: 2rem;
	height: 3rem;
	/* border: 1px solid red; */
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.lz_cj4_txt p {
	color: #ffffff;
	font-size: var(--fontsize-26);
}

.lz_cj4_txt p span {
	color: #FEDC82;
	font-weight: bold;
}

.lz_cj42_six {
	width: 90%;
}

.lz_cj42_djs {
	color: #ffffff;
	font-size: var(--fontsize-32);
}

.lz_cj5_imgbox {
	width: 6.19rem;
	height: 9.06rem;
	background-image: url('../img/imgs_lz/img_v23_918.png');
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.lz_cj5_avabox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lz_cj5_avabox img {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	display: block;
	margin-left: -0.1rem;
	border-radius: 50%;
}

.lz_cj5_avabox img:first-child {
	margin-left: 0rem;
}

.lz_cj5_text {
	width: 80%;
	margin: 0 auto;
	font-size: var(--fontsize-28);
	color: #FFDE85;
	text-align: center;
}

.lz_cj5_role {
	width: 35%;


}

.lz_cj5_role img {
	display: block;
	width: 100%;
}

.lz_cj5_rolebox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.lz_cj51_djs {
	font-size: var(--fontsize-28);
	color: #ffffff;
}

.lz_cj5_robtn {
	color: #87400A;
	font-size: var(--fontsize-28);
	width: 90%;
	height: 0.6rem;
	background-image: url('../img/imgs_lz/img_v23_923.png');
	background-size: 100% 100%;
	text-align: center;
	line-height: 0.6rem;
	margin-top: -0.1rem;
}

.lz_cj51_djs {
	margin-top: 0.2rem;
	font-size: var(--fontsize-22);
}

.lz_cj5 {
	width: 100%;
	height: 5.08rem;
	background-image: url(../img/imgs_lz/cj5_2.png);
	background-size: 100% 100%;
	position: relative;

}

.lz_cj5_txt {
	width: 80%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	top: 1.9rem;
	height: 2.5rem;
	/* border: 1px solid red; */
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.lz_cj5_txt p {
	color: #ffffff;
	font-size: var(--fontsize-26);
}

.lz_cj5_txt p span {
	color: #FEDC82;
	font-weight: bold;
}

.lz_page42_txt {
	color: #ffffff;
	font-size: var(--fontsize-36);
	text-align: center;
}

.lz_page42_txt p span>span {
	color: #FEDC82;
	font-weight: bold;
}

.lz_page42_jbbox img {
	display: block;
}

.lz_page42_jbbox {
	position: relative;
}

.lz_dt_num42 {
	position: absolute;
	color: #FFDB83;
	font-weight: bold;
	bottom: 0.4rem;
	font-size: var(--fontsize-72);
	right: 0.4rem;
	transform: translateX(100%);
}

.lz_dt_num422 {
	position: absolute;
	color: #FFDB83;
	font-weight: bold;
	bottom: -0.8rem;
	font-size: var(--fontsize-72);
	left: 50%;
	transform: translateX(-50%);
}

.lz_pg26_lev {
	color: #FFDA87;
	font-size: var(--fontsize-60);
	font-weight: bold;
}

.lz_pg26_lev2 {
	color: #b6b6b6;
	font-size: var(--fontsize-60);
	font-weight: bold;
}

.lz_pg26_img {
	width: 50%;
}

.lz_imgbox_pg60 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.lz_imgbox_pg60 img {
	width: 30%;

}

.lz_imgbox_pg60 p {
	text-align: center;
	color: #ffffff;
	font-size: var(--fontsize-32);
}

.lz_imgtext_pg60 {
	width: 100%;
	background-image: url('../img/imgs_lz/page1_4.png');
	background-size: 100% 100%;
	padding: 0.3rem;
}

.lz_imgtext_pg602 {
	width: 100%;
	background-image: url('../img/imgs_lz/page1_4.png');
	background-size: 100% 100%;
	padding: 0.3rem;
	filter: grayscale(100%);

}

.lz_pg42_tp {
	color: #ffffff;
	font-size: var(--fontsize-24);
}

.lz_pg57_txt {
	color: #ffffff;
	font-size: var(--fontsize-26);
	text-align: center;
}

.lz_pg57_imgtxt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lz_pg57_imgtxt img {
	display: block;
	width: 25%;
}

.lz_pg57_imgtxt span {
	color: #F9DB8F;
	font-size: var(--fontsize-48);
	font-weight: bold;
}

.lz_pg57_imgbox {
	width: 100%;
	background-image: url('../img/imgs_lz/page1_4.png');
	background-size: 100% 100%;
	padding: 0.6rem 0.2rem 1rem;
}

.lz_page31 .lz_page25_txt_22 {
	margin: 1rem 0;
}

.lz_dt_center {

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.lz_da_btnbox {
	margin-top: 0.8rem;
}

.lz_tit_dt {
	margin-bottom: 1.2rem;
}

.lz_page29 .lz_page25_txt_2 {
	margin: 1.5rem 0;
}

.lz_page31 .lz_pagewz_btnbox {
	margin-top: 1.5rem;
}

.lz_page31 .lz_page25_txt_22 {
	margin-top: 0;
}

.lz_page33 .lz_text_pb,
.lz_page34 .lz_text_pb {
	margin-bottom: 1rem;
}

.lz_page33 .lz_page26_btnbox,
.lz_page34 .lz_page26_btnbox {
	margin-top: 1.5rem;
}

.lz_page36 .lz_text_pb,
.lz_page38 .lz_text_pb,
.lz_page40 .lz_text_pb {
	margin-bottom: 0.8rem;
}

.lz_page36 .lz_page25_txt_2,
.lz_page38 .lz_page25_txt_2,
.lz_page40 .lz_page25_txt_2 {
	margin-top: 1rem;
}

.lz_page41 .lz_page26_btnbox {
	margin-top: 1.5rem;
}

.lz_cj5_3 .lz_page25_txt_2 {
	margin: 1.2rem 0;
}

.lz_page42_txt {
	margin-bottom: 1.5rem;
	line-height: 0.45rem;
}

.lz_pg26_img {
	margin: 0.8rem 0;
}

.lz_imgbox_pg60+.lz_pagewz_btnbox {
	margin-top: 1rem;
}

.lz_page42_jbbox+.lz_pagewz_btnbox {
	margin-top: 2rem;
}
.lz_dt_text{
	/* word-break: break-all; */
}
/* .lz_page25,
.lz_page26,
.lz_page27 {
	min-height: 85%;
}

.lz_page29 {
	min-height: 70%;
}

.lz_page31 {
	min-height: 75%;
}

.lz_dt_center {
	min-height: 75%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.lz_page33 {
	min-height: 80%;
}

.lz_page34 {
	min-height: 80%;
}

.lz_page36 {
	min-height: 80%;
}

.lz_page38 {
	min-height: 80%;
}

.lz_page40 {
	min-height: 80%;
}

.lz_page41 {
	min-height: 75%;
}

.lz_pagecj4_2 {
	min-height: 60%;
}

.lz_pagecj4_4 {
	min-height: 75%;
}

.lz_cj5_3 {
	min-height: 70%;
} */
.lz_pagene1_text{
	color: #FEDC87;
	font-size: var(--fontsize-36);
	text-align: center;
	line-height: 0.45rem;
}
.lz_pagene2_text{
	color: #ffffff;
	font-size: var(--fontsize-36);
	text-align: center;
	line-height: 0.45rem;
	font-weight: bold;
}
.lz_newpage1_img{
	width: 90%;
	display: block;
	margin: 0.8rem auto;
}
.lz_pagenew1_btn{
	width: 6.69rem;
	    height: 0.76rem;
	    line-height: 0.76rem;
	    text-align: center;
	    color: #8d400e;
	    font-size: var(--fontsize-36);
	    font-weight: bold;
	    text-transform: uppercase;
	    background-image: url(../img/imgs-hcy/page_btn_2.png);
	    background-size: cover;
	    background-repeat: no-repeat;
	    animation: breathe-glow 2s 
	ease-in-out infinite;
}
.lz_pagene2_text span{
	color: #FEDC87;
	
	
	font-weight: bold;
}
.lz_newpage1_tip{
	text-align: center;
	color: #ffffff;
	font-size: var(--fontsize-24);
	line-height: 0.4rem;
}