
.run{
	width: 1400px;
	height: 30px;
	margin: 0 auto;
}

.picture{
	width: 1500px;
	height: 250px;
	margin: 0 auto;
}

.box{
	width: 1500px;
	height: 500px;
	transform: translate(-50%,-50%);
	border-radius: 10px;
	margin-left: 750px;
	margin-top: 250px;
}
			
.imgList{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 设置所有图片的初始透明度为0，并添加过渡效果 */  
.imgList > a { 
  display: block;
  width: 100%;
  height: 500px;
  opacity: 0;  
  transition: opacity 0.5s ease-in-out; /* 0.5秒内淡入淡出 */  
  position: absolute; /* 确保图片可以叠加在一起 */  
}  
  
/* 设置当前活动图片的透明度为1 */  
.imgList > a.active {  
  opacity: 1;  
}
.imgList>a>img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.showImg{
	z-index: 9;
}

.leftBtn,.rightBtn{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 45px;
	color: rgba(0,0,0,.8);
	z-index: 99;
	cursor: pointer;
}
.leftBtn{
	left: 10px;
}
.rightBtn{
	right: 10px;
}
.btn{
	display: flex;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 99;
	cursor: pointer;
}

.btn>span{
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: rgba(0,0,0,.8);
	margin-right: 15px;
	cursor: pointer;
}

.btn>span:last-child{
	margin: 0;
}

.btn>.checked{
	background-color: #B3A5FC !important;
}
.k{
	width: 1500px;
	height: 900px;
	margin: 0 auto;
	margin-top: -20px;
	background-color: white;
	border-radius: 20px;
}
.k1{
	width: 1400px;
	height: 400px;
	margin: 0 auto;
	margin-top: 40px;
}

.k1d1{
	width: 300px;
	height: 850px;
	overflow: auto;
	float: left;
	box-sizing: border-box; /* 包含边框和内边距 */  
    padding: 10px;
	border-radius: 20px;
	background-color: aliceblue;
    box-sizing: border-box;
	margin-right: 50px;
}
.k1d2{
	width: 600px;
	height: 100%;
	overflow: auto;
	float: left;
	box-sizing: border-box; /* 包含边框和内边距 */  
    padding: 10px;
	border-radius: 20px;
	background-color: aliceblue;
    box-sizing: border-box;
}
.k1d3{
	width: 400px;
	height: 850px;;
	float: right;
	box-sizing: border-box; /* 包含边框和内边距 */  
    padding: 10px;
	border-radius: 20px;
	background-color: aliceblue;
    box-sizing: border-box;
}
.k2d1{
	width: 300px;
	height: 100%;
	overflow: auto;
	float: left;
	box-sizing: border-box; /* 包含边框和内边距 */  
    padding: 10px; 
}
.k2d1o2{
	width: 270px;
	height: 700px;
	margin-top: 5px;
}

.k2d2{
	width: 600px;
	height: 100%;
	overflow: auto;
	float: left;
	box-sizing: border-box; /* 包含边框和内边距 */  
    padding: 10px;
	border-radius: 20px;
	background-color: aliceblue;
    box-sizing: border-box;
	margin-top: 20px;
}

.k1d2o1{
	width: 570px;
	height: 60px;
	border-bottom: 3px solid blue;
}
.k1d2s1{
	width: 130px;
	height: 45px;
	background: linear-gradient(to right bottom, lightskyblue, aliceblue);
	padding-top: 5px;
	float: left;
}
.k1d2s2{
	width: 50px;
	height: 50px;
	float: right;
	padding-top: 35px;
}

.k1d2o2{
	width: 570px;
	height: 280px;
	margin-top: 10px;

}
.k1d2o2s1{
	width: 570px;
	height: 70px;
	border-bottom: 1px dashed black;
}
.k1d2o2s1:hover {  
    background-color: rgba(155, 155, 155, 0.2);
	border-radius: 20px; 
}
.v1{
	float: left;
	margin-top: 25px;
}
.v2{
	float: left;
	margin-top: 25px;
	margin-left: 10px;
	font-size: 18px;
}
.v3{
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	font-size: 15px;
}

.k1d3o1{
	width: 370px;
	height: 60px;
	border-bottom: 3px solid blue;
}
.k1d3s1{
	width: 130px;
	height: 45px;
	background: linear-gradient(to right bottom, lightskyblue, aliceblue);
	padding-top: 5px;
	float: left;
}
.k1d3s2{
	width: 50px;
	height: 50px;
	float: right;
	padding-top: 35px;
}

.k1d3o2{
	width: 370px;
	height: 580px;
	margin-top: 10px;
}

.k2d1o1{
	width: 270px;
	height: 60px;
	border-bottom: 3px solid blue;
}
.k2d1s1{
	width: 130px;
	height: 45px;
	background: linear-gradient(to right bottom, lightskyblue, aliceblue);
	padding-top: 5px;
	float: left;
}
.k2d1s2{
	width: 50px;
	height: 50px;
	float: right;
	padding-top: 35px;
}

.k2d2o1{
	width: 570px;
	height: 60px;
	border-bottom: 3px solid blue;
}
.k2d2s1{
	width: 130px;
	height: 45px;
	background: linear-gradient(to right bottom, lightskyblue, aliceblue);
	padding-top: 5px;
	float: left;
}

.k2d2o2{
	width: 570px;
	height: 280px;
	margin-top: 10px;
}
.k2d2o2s1{
	width: 570px;
	height: 70px;
	border-bottom: 1px dashed black;
    transition: background-color 0.3s ease;
}

.k2d2o2s1:hover {  
    background-color: rgba(155, 155, 155, 0.2);
	border-radius: 20px; 
}

.v1{
	float: left;
	margin-top: 25px;
}
.v2{
	float: left;
	margin-top: 25px;
	margin-left: 10px;
	font-size: 18px;
}
.v3{
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	font-size: 15px;
}
.goliuyan{
	font-size: 20px;
	text-align: center;
	margin-bottom: 50px;
}
.messages {
	margin-top: 100px;
	width: 1000px;
	padding: 50px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;background: linear-gradient(
		to right bottom,
		rgba(255,255,255,.6),
		rgba(255,255,255,.3),
		rgba(255,255,255,.2)
	);
	background-color: rgba(255, 255, 255, 0.266);
	border-radius: 40px;
	box-shadow: 0 10px 50px #00000019;
	margin: 0 auto;
	background-color: aliceblue;
	margin-bottom: 100px;
	color: #fff;
    box-sizing: border-box;
}
#messageBoard {
	width: 100%;
	text-align: left;
}
.message {
	width: 100%;
	margin: 10px;
	padding: 10px;
	opacity: 1;
	background-image: linear-gradient(90deg, #8ec5fc 0%, #e0c3fc 100%);
	background-color: #fff;
	margin: 70px 0;
	border-radius: 10px;
	box-shadow: 0 10px 20px #00000026;
	box-sizing: border-box;
}

.message-info {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	position: relative;
}

.info {
	transform: translateY(-30px);
}

.info img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px #fff solid;
}

strong {
	position: absolute;
	width: 800px;
	letter-spacing: 3px;
	top: 45px;
	left: 100px;
}

.message-info span {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
}

.content {
	font-size: 20px;
	padding: 0 70px;
	margin-bottom: 30px;
	width: 85%;
	margin-top: 0;
	letter-spacing: 2px;
}