.inside-main-detail{
	padding-top: 60px;
}
.detail-title{
	width: 100%;
    text-align: left;
    font-size: 30px;
    color: #333333;
    margin-bottom: 40px;
}
.swiper-left {
	width: 100%;
	max-width: 1167px;
	height: 670px;
	border-radius: 16px;
	overflow: hidden;
}

.swiper-right {
	max-width: 193px;
	width: 100%;
	height: 670px;
	box-sizing: border-box;
	position: relative;
	padding: 29px 0;
}

.swiper-right .swiper-container {
	height: 100%;
}

.swiper-right .swiper-slide .thumbs-img {
	width: 100%;
	height: 111px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.25;
}

.swiper-right .swiper-slide {
	height: 111px;
}

.swiper-right .active-swiper .thumbs-img {
	opacity: 1;
}

.detail-button-prev,
.detail-button-next {
	position: absolute;
	cursor: pointer;
	left: 50%;
	margin-left: -15px;

}

.detail-button-prev::after,
.detail-button-next::after {
	border: solid #333;
	border-width: 0 2px 2px 0;
}

.detail-button-prev {
	top: -15px;
	transform: rotate(90deg);
}

.detail-button-next {
	bottom: -10px;
	transform: rotate(90deg);
}

.detail-bottom {
	border-top: solid 1px #33333380;
	margin-top: 60px;
	padding-top: 60px;
}

.detail-bottom-btn {
	width: auto;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #e1e0e0;
	font-size: 14px;
	color: #999999;
	padding: 11px 36px;
	box-sizing: border-box;
	cursor: pointer;
}

.detail-bottom-btn+.detail-bottom-btn {
	margin-left: 80px;
}


@media screen and (max-width: 1400px) {
	.swiper-left {
		height: 429px;
	}
	.swiper-right {
		max-width: 100%;
		height: auto;
		padding: 0;
		margin-top: 30px;
		padding: 0 30px;
	}

	.swiper-right .swiper-slide {
		width: 193px;
		height: 111px;
	}
	.swiper-right .swiper-slide .thumbs-img{
		height: 100%;
	}

	.detail-button-prev,
	.detail-button-next {
		top: 50%;
	}

	.detail-button-prev {
		left: 20px;
		transform: rotate(0deg);
	}

	.detail-button-next {
		right: 20px;
		left: auto;
		transform: rotate(0deg)
	}
}

/* 移动端 */
@media screen and (max-width: 767px) {
	.swiper-left {
		height: 226px;
	}
	.swiper-right .swiper-slide {
		width: 120px;
		height: 80px;
	}
	.detail-bottom{
		margin-top: 30px;
		padding-top: 30px;
	}
	.swiper-right .swiper-slide .thumbs-img{
		height: 100%;
	}
	.detail-bottom-btn+.detail-bottom-btn{
		margin-left: 10px;
	}
	.detail-bottom-btn,.detail-bottom-btn{
		
	}
}
