.flexs {
	display: flex;
}

.flexC {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexA {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.flexC1 {
	display: flex;
	justify-content: center;
}

.flexSw {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flexLeft {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.placeClass {
	color: #a8a8a8 !important;
}

.borc {
	border: 1px solid #f00 !important;
}

.bgbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background: url(../images/lobg.png) no-repeat;
	background-position: center;
	background-size: cover;
}

.bgbox2 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background: linear-gradient(180deg, rgba(0, 13, 38, 0.72) 0%, rgba(0, 13, 38, 0.576) 47%, rgba(20, 32, 56, 0.72) 100%);
}

.loginview {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.loginBox {
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px;
}

.loginBox img {
	width: 310px;
}

.loginUser {
	width: 400px;
	min-height: 430px;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.loginUser_2_textclass {

	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	/* margin-top: 10px; */

}

.loginUser_2_textclass a {

	color: #736AB1;
}

.loginUser_1 {
	width: 100%;
	font-family: HarmonyOS Sans SC;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	/* margin-bottom: 10px; */
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #333333;
}

.loginUser_2 {
	padding: 10px 0;
}

.loginUser_2 p {
	font-family: HarmonyOS Sans SC;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #3D3D3D;
}

@media screen and (max-width: 900px) {
	.phonePd {
		display: none
	}
}

.rlclass {
	background: rgba(0, 0, 0, 0) !important;
}

.rlclas {
	height: 40px !important;
	line-height: 40px !important;
}

/*
个中css*/
.userView {
	width: 100%;
	display: flex;
	background: #F6F6F6;
	justify-content: space-between
}

.user_leftView {
	width: 230px;
	height: 100%;
	opacity: 1;
	min-height: 600px;
	padding-top: 10px;
	user-select: none;
	background: #F6F6F6;
}


.user_leftView .leftView {
	border-left: 3px solid #F6F6F6;
	height: 35px;
	margin-top: 20px;
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #3D3D3D;
	padding-left: 30px;

}

.user_leftView .leftView img {
	width: 17px;
	height: 17px;
	margin-right: 7px;
}

.lvAct {
	border-left: 3px solid #736AB1 !important;
	color: #736AB1 !important
}

.leftView .biLi1 {
	display: none;
}

.lvAct .biLi2 {
	display: none;
}

.lvAct .biLi1 {
	display: block;
}

.user_rightView {
	width: calc(100% - 230px);
	/* width:100%; */
	background: #fff;
}


.user_avatar {
	padding: 0 40px;
}

.user_list_a {
	padding: 20px 0;
}

.ul_tbox {
	width: 130px;
	font-family: HarmonyOS Sans SC;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	user-select: none;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #3D3D3D;

}

.ul_tboxrig {
	width: 60%;
}

.ul_avatarbox {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #eaeaea;
	font-size: 30px;
	color: #D8D8D8;
	user-select: none;
}

.ul_avatarbox img {
	width: 100%;
	/* height: 100%; */
}

.aikanya {
	padding: 0 20px;
}

.aikanya .aikanya_img {
	width: 200px;
}

.ky_list {
	border-top: 1px solid #D8D8D8;
	padding: 20px 0;
}

.ky_list:nth-child(1) {
	border-top: 0px solid #D8D8D8;
}

.aikanya_1 {
	/* padding: 0 20px; */
	min-height: 140px;
	width: calc(100% - 400px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5; //多行在这里修改数字即可
	overflow: hidden;
	-webkit-box-orient: vertical;
	/* border: 1px solid; */
	padding-right: 10px;
}

.aikanya_2 {
	width: 200px;
	border: 1px solid #D8D8D8;
	min-height: 148px;
	margin-left: 10px;
}

.aikanya_2 .i1 {
	width: 200px;
}

.aikanya_2 .i2 {
	width: 50px;
}


.baogaos {
	padding: 0 30px;
}

.baogaos_list {
	border-top: 1px solid #D8D8D8;
	padding: 20px 0;
}

.baogaos_list:nth-child(1) {
	border-top: 0px solid #D8D8D8;
}

.baogaos_list_1 {
	width: calc(100% - 150px);
}

.baogaos_list_2 {
	width: 120px;
	height: 38px;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	letter-spacing: 0em;
	box-sizing: border-box;
	border: 1px solid #736AB1;
	color: #736AB1;
}

.baogaos_list_2:hover {
	user-select: none;
	color: #fff !important;
	background-color: #736AB1;
}

.baogaos_list_11 {

	font-family: HarmonyOS Sans SC;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;

	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #3D3D3D;

}

.baogaos_list_12 {

	font-family: HarmonyOS Sans SC;
	font-size: 18px;
	font-weight: normal;
	line-height: 185.75%;
	text-align: justify;
	/* 浏览器可能不支持 */
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; //多行在这里修改数字即可
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.baogaos_list_13 {

	font-family: HarmonyOS Sans SC;
	font-size: 16px;
	font-weight: normal;
	line-height: 185.75%;
	text-align: justify;
	/* 浏览器可能不支持 */
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #999999;
}

.uppwdc {

	font-family: HarmonyOS Sans SC;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	text-align: right;
	letter-spacing: 0em;

	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #736AB1;
	margin-left: 135px;
	user-select: none;
}

.phoneClasstitle {
	display: none
}


.hzbox {
	width: 100%;
	/* border: 1px solid; */
}

.heShopList {
	width: 100%;
	margin-bottom: 90px;
}

.hsl_title {
	width: 100%;
	padding: 100px 0;
	font-family: HarmonyOS Sans SC;
	font-size: 42px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	letter-spacing: 0em;

	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #3D3D3D;
}

.hsl_txt {


	font-family: HarmonyOS Sans SC;
	font-size: 16px;
	font-weight: normal;
	line-height: 200.75%;
	letter-spacing: 0em;

	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #666666;


	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6; //多行在这里修改数字即可
	overflow: hidden;
	-webkit-box-orient: vertical;

}

.hsl_left {

	width: 20%;
}

.hsl_right {
	width: 79%;
}

.hsl_bot {

	font-family: HarmonyOS Sans SC;
	font-size: 16px;
	font-weight: normal;
	line-height: 200.75%;
	text-align: justify;
	/* 浏览器可能不支持 */
	letter-spacing: 0em;

	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #333333;
	flex-wrap: wrap;
}

.hsl_bot div {

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; //多行在这里修改数字即可
	overflow: hidden;
	-webkit-box-orient: vertical;

}

.hsl_bot img {
	width: 20px;
	height: 20px;
}

:root {
	--my-width: 33%;
}

.hsl_img {
	margin-top: 40px;
}

.hsl_imgbox {
	width: 32%;
	height: 250px;
	margin-top: 15px;
}

.hsl_imgbox img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: inline-block;
	border: none;
}


@media screen and (max-width: 900px) {
	.user_rightView {
		width: calc(100%);
	}

	.aikanya_1 {
		width: 100%;
		min-height: 40px;
		padding-right: 0;
	}

	.pohcss {
		width: 100%;
		margin-top: 10px;
	}

	.aikanya_img {
		/* display: none; */
		width: 150px !important;
	}

	.aikanya_2 {
		width: 150px !important;
		;
		height: 110px;
	}

	.aikanya_2 .i1 {
		width: 150px !important;
		;
	}

	.ky_list {
		display: flex;
		flex-wrap: wrap;
	}

	.baogaos_list {
		display: flex;
		flex-wrap: wrap;
	}

	.baogaos_list_1 {
		width: 100%;
	}

	.baogaos_list_2 {
		width: 100%;
	}

	.user_leftView {
		position: absolute;
		width: 0%;
		overflow: hidden;
		/* display: flex; */
		/* display: none; */
	}

	.phoneClasstitle {
		display: block;
		width: 100%;
		height: 40px;
		font-size: 20px;
		user-select: none;
		/* text-decoration: underline; */
	}

	.hsl_left {
		width: 100%;
	}

	.hsl_imgbox {
		width: 100%;
	}

	.hsl_bb {
		width: 100%;
		flex-wrap: wrap;
	}

	.hsl_right {
		margin-top: 20px;
		width: 100%;
	}

	.hsl_img {
		width: 100%;
		flex-wrap: wrap;
		display: none
	}
}