.metaverse_wrap {
	height: 100vh;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.metaverse_text {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.metaverse_title {
	margin-top: 80px;
}
.metaverse_content {
	margin: 30px 0px;
}

.metaverse_content_box {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	overflow: hidden;
	width: 1520px;
}
.metaverse_box_wrap1,
.metaverse_box_wrap2,
.metaverse_box_wrap3 {
	width: 500px;
	height: 60%;
}
.metaverse_box_wrap2 {
	margin: 0px 10px;
}
.metaverse_box_wrap1 {
	background-image: url("./themes/theme-yaoyan-website/assets/ren.png");
}
.metaverse_box_wrap2 {
	background-image: url("./themes/theme-yaoyan-website/assets/xuni2.png");
}
.metaverse_box_wrap3 {
	background-image: url("./themes/theme-yaoyan-website/assets/luansheng.png");
}
.metaverse_box_wrap1_content,
.metaverse_box_wrap2_content,
.metaverse_box_wrap3_content {
	margin-top: 20px;
	color: rgb(235, 232, 232);
}
/* .metaverse_box_wrap1:hover {
  width:1520px;
}
.metaverse_box_wrap2:hover{
  width:1520px;
}
.metaverse_box_wrap3:hover{
  width:1520px;
} */
/* .test{

} */
.img-fluid{
	width:1920px ;
	height: 900px;
}
.metaverse_box_mask {
	background: rgba(0, 0, 0, 0.5);
	color: white;
	height: 100%;
	padding: 30px;
}

.product_wrap {
	height: 120vh;
	background: #f5f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.product_text {
	display: flex;
	flex-direction: column;
	align-items: center;

}
.product_title {
	margin-top: 200px;
}
.product_content {
	margin: 30px 0px;
}
.product_content_box {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
	width: 1520px;
}
.product_box_page {
	display: flex;
  margin-bottom: 60px;
}
.product_page_card1,
.product_page_card2,
.product_page_card3,
.product_page_card4 {
	/* height: 140px; */
	width: 240px;
	margin: 10px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-color: #ebeef5;
	border-radius: 5px;
	box-shadow: #838181 0px 2px 12px 0px;
}
/* .product_card_picture {
	width: 220px;
	background-image: url("../photo4.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
} */


.product_page_content1,
.product_page_content2,
.product_page_content3,
.product_page_content4 {
	width: 1520px;
	height: 90%;
	text-align: center;
	display: flex;
}

.product_photo_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  border:2px solid white;
  /* margin:20px; */
  border-radius: 8px;
  box-shadow: 0px   0px 5px  #888888;
	/* background-position: center center; */
	/* 背景图不平铺 */
	background-repeat: no-repeat;
	/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
	/* background-attachment: fixed; */
	/* 让背景图基于容器大小伸缩 */
	background-size: 100% 100%;
	/* 设置背景颜色，背景图加载过程中会显示背景色 */
	/* 设置背景颜色，背景图加载过程中会显示背景色 */
	background-color: #424141;
}
.method_wrap {
	height: 100vh;
	background: #fdfafa;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.method_text {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.method_fist,
.method_second {
	height: 40px;
	width: 48px;
}
.method_title {
	margin-top: 150px;
}
.method_content {
	margin: 30px 0px;
}
.method_page_content {
	width: 1800px;
	height: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.method_content_box1,
.method_content_box2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 30%;
	height: 60%;
	margin: 0px 5px;
	position: relative;
	overflow: hidden;
	/* border:1px solid red; */
}
.method_content_box1:hover,
.method_content_box2:hover {
	height: 65%;
	/* font-size: 20px; */
	background-color: rgb(228, 225, 225);
	border-radius: 5px;

}
.method_box {
	width: 100%;
	height: 100%;
}
.method_box_content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px 0px;
}
/* .method_box_content:hover {
	background-color: rgb(228, 225, 225);
  font-size:20px;
} */
.carousel-link-title{
	background-color: rgba(170, 166, 166, 0.6);
	padding: 10px 40px;
	color: black;
}
.method_bgImg0 {
	background: url("../metahuman.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: white;
}
.method_bgImg1 {
	background-image: url("../data.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: white;
}
.method_bgImg2 {
	background-image: url("../park.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: white;
}
.method_bgImg3 {
	background-image: url("../things.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: white;
}
.method_bgImg4 {
	background-image: url("../yunwei.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: white;
}
.method_bgImg5 {
	background-image: url("../log.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: white;
}
/* .method_bgImg0:hover,
.method_bgImg1:hover,
.method_bgImg2:hover,
.method_bgImg3:hover,
.method_bgImg4:hover {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #424141;
} */

.new_wrap {
	min-height: 100vh;
	background: #f4f4f4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.new_text {
	display: flex;
	width: 1520px;
	flex-direction: column;
	justify-content: flex-start;
	height: 10vh;
}

.new_content {
	margin: 0px 50px;
	margin-bottom: 30px;
}
.new_box {
	width: 1520px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}
.new_box_title {
	margin-left: 30px;
}
.new_box_content {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 10px;
	border-radius: 10px;
	height: 300px;
	width: 350px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid gainsboro;
	box-shadow: #838181 0px 0px 5px 0px;
}
.new_box_content:hover {
	border: 1px solid rgb(105, 104, 104);
}
.new_val_title {
	font-size: 16px;
	margin: 10px 0px;
	color: black;
}
.new_val_content {
	font-size: 14px;
	word-break: break-all;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: gray;
}
.player_wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.user {
	height: 100vh;
	padding: 20px;
	background-color: rgb(252, 252, 252);
	display: flex;
	flex-direction: column;
	align-items: center;
  justify-content: center;
}
.user_slogan {
	margin: 40px;
	color: #777777;
	font-family: 微软雅黑 Regular;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
.user_content {
	width: 100%;
	height:auto;
	display: flex;
	justify-content: center;
	padding: 20px;
}
.user_type {
	width: 45%;
	/* margin-right: 20px; */
  display: flex;
  flex-direction: column;
}
.user_type1 {
	width: 25%;
	margin-right: 40px;
  display: flex;
  flex-direction: column;
}

.user_type_box {
	width: auto;
  height: 65%;
	display: flex;
  white-space: wrap;
  flex-wrap: wrap ;

}
.user_content_box {
  margin: 40px 20px;
  white-space: wrap;
	color: #333333;
  width: 230px;
	height: 90px;
	background-image: url("../tencent.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;

}
.user_number{
  margin-top:40px ;
  display: flex;

}
.user_number_box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 40px;
  height: 80px;

}
.user_number_label{
	white-space: nowrap;
}
.user_number_value{
  font-size: 30px;color: #004ca0;
}
.user_number_foot{
  border:1px solid #004ca0;
  width: 60px;
  height: 1px;
}
