.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 10.35;
    cursor: auto;
    pointer-events: none;
    outline: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    position: absolute;
    /* top: 6.2rem;
    left: 10.2rem; */
    background-image: url('../img/lw_man2-larr.png');
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    /* top: 6.2rem;
    right: 3.5rem; */
    background-image: url('../img/lw_man2-larr.png');
    transform: rotate(180deg);
}
.top{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 7.6rem;
    margin-bottom: 0.8rem;
    /*background-image: url('../images/lw_man2banner.png');*/
    background-size: contain;
    color: #fff;
    text-align: center;
}
.top-left{
    /* margin-top: 1.6rem;
    margin-left: 3rem; */
    margin-right: 1rem;
    width: 5.9rem;
    height: 4.25rem;
}
.top-left img{
    width: 100%;
    height: 100%;
}
.top-right{
    width: 6rem;
}
.top-right h4{
    margin-bottom: 0.4rem;
    font-size: 0.3rem;
}
.top-right .desc-t{
    margin-bottom: 0.2rem;
    text-align: left;
    font-size: 0.14rem;
}
.top-right .desc{
    overflow: hidden;
    margin-bottom: 0.2rem;
    height: 1.1rem;
    text-align: left;
    font-size: 0.2rem;
    line-height: 0.27rem;
}
.top-right .c-title{
    margin: 0 auto; 
    width: 2.3rem;
    height: 0.6rem;
    font-size: 0.3rem;
}
.c-wrap{
    position: relative;
}
.top-right .swiper-container{
    width: 4.65rem;
    height: 1.5rem;
}
.top-right .swiper-container .swiper-slide{
    width: 4.65rem;
    height: 1.5rem;
}
.top-right .swiper-container ul{
    padding: 0.1rem 0.12rem;
    width: 4.8rem;
    height: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}
.top-right .swiper-container ul li{
    margin-right: 0.3rem;
    width: 0.46rem;
    height: 0.46rem;
    line-height: 0.46rem;
    border: 2px solid #fff;
    border-radius: 0.24rem;
    font-size: 0.2rem;
    cursor: pointer;
}
.top-right .swiper-container ul li a{
    color: #fff;
}
.man-con{
    padding-bottom: 1.4rem;
    text-align: center;
    width: 9.8rem;
}
.man-title h2{
    font-size: 0.75rem;
}
.man-title p{
    font-size: 0.24rem;
    line-height: 0.35rem;
}
.man-img img{
    width: 100%;
    height: 100%;
    margin-top: -2px;
}
.man-bottom{
    margin-top: 1rem;
    font-size: 0.2rem;
    color: #666;
}
.span-1{
    margin: 0 0.25rem;
}
.toast{
    display: none;
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -2.5rem;
    width: 5rem;
    height: 3rem;
    background-color: rgba(22, 22, 22, 0.8);
    color: #fff;
    text-align: center;
    line-height: 3rem;
    font-size: 0.3rem;
    letter-spacing: 5px;
    border-radius: 0.1rem;
}
.turn{
    width: 12rem;
    font-size: 0.18rem;
    margin: 0.65rem auto 0.1rem;
}
.turn a{
    color: #333;
    text-decoration:none;
}


@media screen and (max-width:1600px) {
	
}
@media screen and (max-width:1280px) {
	.top-left{
		height: auto;
		margin-right: 0.5rem;
	}
	.top-left img{
		width: 100%;
		height: auto;
	}
	.top-right{
		width: 8rem;
	}
	.man-con{
		width: 9.6rem;
	}
	.turn{
	    width: 9.6rem;
	}
}
@media screen and (max-width:980px) {
	.top{
		height: auto;
		display: block;
		padding-top: 0.4rem;
	}
	.top-left{
		width: 60%;
		margin: 0px auto;
	}
	.top-right{
		width: 100%;
		padding: 0.2rem;
	}
	.top-right .desc{
		height: auto;
	}
	.man-con{
		width: 100%;
		padding: 0px 0.2rem;
		box-sizing: border-box;
	}
	.turn{
	    width: 100%;
	    padding: 0px 0.2rem;
	    box-sizing: border-box;
	}
}
@media screen and (max-width:750px) {
	.top-right .desc-t{
		margin-bottom: 0.1rem;
	}
	.top-right .desc{
		font-size: 0.14rem;
		line-height: 0.24rem;
	}
	.top-left{
		width: 70%;
	}
	.top-right .swiper-container{
		width: 100%;
		height: auto;
	}
	.top-right .swiper-container ul{
		width: 100%;
		padding: 0.2rem;
		height: auto;
		justify-content: center;
	}
	.c-wrap .swiper-button-next, .c-wrap .swiper-button-prev{
		width: 0.14rem;
		height: 0.22rem;
		background-size: cover;
		margin-top: -11px;
	}
	.c-wrap .swiper-button-prev{
		left: 0;
	}
	.c-wrap .swiper-button-next{
		right: 0;
	}
	.top-right .swiper-container .swiper-slide{
		height: auto;
	}
	.top-right .swiper-container ul li{
		width: 0.69rem;
		height: 0.69rem;
		line-height: 0.69rem;
		border-radius: 50%;
		margin-right: 0.1rem;
		margin-bottom: 0.1rem;
		overflow: hidden;
	}
	.top-right .swiper-container ul li a{
		display: block;
		height: 100%;
	}
	.turn{
	    margin-top: 0.3rem;
	}
}
