.box20241029004118_wk{
	display: flex;
	gap:20px;
	flex-direction: column;
}
.box20241029004118 {
    position: relative;
    display: flex;
    width: 42px;
    height: 42px;
    /* overflow: hidden; */
    cursor: pointer;
    color: #fff;
    z-index: 3;
    background-color: #3b5998;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.box20241029004118:nth-child(1) {
    background-color: #3b5998;
}
.box20241029004118:nth-child(2) {
    background-color: #BC2A8D;
}
.box20241029004118:nth-child(3) {
    background-color: #25d366;
}
.box20241029004118:nth-child(4) {
    background-color: #007632;
}

.box20241029004118:hover{

color: #fff;
}
.box20241029004118 .picbox{
	/*border:1px solid #dddddd;*/
	padding-bottom: 60%; /*图片的长宽比，默认是正方形100%*/
}
.box20241029004118 .box1{
	width: 100%;
	/*height: 100%;*/
}

.box20241029004118 .zoomImage {	
    padding-bottom: 100% !important;
	background-size:cover !important;
	transition: transform 5s cubic-bezier(.23,1,.32,1);
}
.box20241029004118:hover .zoomImage {
   /* transform: scale(1.2);*/
}

.box20241029004118_bjs {
	display: none;
	z-index: 2;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 10;
	/* width: 100%; */
	/* background: rgb(245 0 20 / 90%); */
	/* height: 100%; */
	background-color:transparent;
	transition: opacity 2s cubic-bezier(.23,1,.32,1),height 2s cubic-bezier(.23,1,.32,1);
}
.box20241029004118:hover .bjs {
	opacity: 10;
}



.box20241029004118 .box20241029004118_2{
	position: absolute;
	display: none;
	opacity: 10;
	width: 190px;
	bottom: 60px;
	/*padding: 15px;*/
	left: -75px;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.box20241029004118:first-child .box20241029004118_2{

	left: 0px;

}

.box20241029004118:hover .box20241029004118_2{
	/*bottom: 0px;*/
}

.box20241029004118 .box20241029004118_2 a{
	/*color: #fff;*/
}


.box20241029004118_2_1{	/*position: relative;*/
	color: #333333;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	background-color: #f7f7f7;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}
.box20241029004118_2_2{
	font-size:14px;
	padding: 10px;
	/*border-bottom: 1px solid #ebebeb;*/
}
.box20241029004118_2_2 img{
max-width: 100%;
}

.box20241029004118_2_3{
	display: inline-block;
	border: 1px solid #fff;
	line-height: 54px;
	padding: 0 36px;
	margin-top: 24px;
}
.box20241029004118 .more{
	font-size:20px;
	line-height:30px;
}
.box20241029004118 .titel_line{
	float: left;
	width: 100%;
	margin: 14px 0px;
	border-bottom: 1px solid #fff;
}

.box20241029004118 .content{
	font-size:18px;
	font-weight: 100;
	letter-spacing:2px;
}

@media (min-width:768.5px){
	.box20241029004118:first-child .box20241029004118_2{

		left: -75px;

	}
}

@media (max-width:1024px){
	.box20241029004118:last-child .box20241029004118_2{
		left:auto;
		right: 0px;

	}	
}
