#show_product_bodytype1{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	max-width: unset;
}

#show_product_bodytype1 .title_box{
	max-width: 1600px;
	margin: 0 auto;
}

#show_product_bodytype1 .pro_con{
	margin: 0 auto;
}

.main_box{
	overflow: hidden;
}

#detail-inner{
 padding: 0 10%;   
 z-index:999;
 position: relative;
 margin-bottom: 50px;
}

#detail-inner-header {
	flex-wrap: wrap;
	background: #fafafa;
	width: 100%;
	padding: 50px;
}



#detail-inner-header>* {
	/* float: left; */
}


#banner-imgbox {
	position: relative;
	width: 50%;
	height: 600px;
	font-size: 0;
	padding-right: 50px;
	float: left;
	/*padding-top: 80px;*/
}

#banner-imgbox>* {
	display: inline-block;
}


#banner-imgbox .swiper-slide>img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	max-width: unset;
	margin: 0 auto;
}

#banner-imgbox .swiper-slide {
	/* border: rgba(0, 0, 0, 0.1) 1px solid; */
	overflow: hidden;

	background-color: white;
}

#project-details-imgs {
	margin-left: 10px;
	/*margin-top: 80px;*/
	width: 100%;
	height: 360px;
	top: calc(50% - 220px);
	left: 0%;
	margin: 0 auto;
	position: relative;
	
}

#project-details-imgs-pagination-box{
	width: calc(100% - 50px);
	height: 100px;
	
	position: absolute;
	padding: 0 40px;
	left: 0;
	
	bottom: 0;
}
#project-details-imgs-pagination {
	box-sizing: border-box;
	padding: 0px 0;
}
#project-details-imgs-pagination-box .swiper-button-prev{
    position: absolute;
    left: 0;
    bottom: 0;
}
#project-details-imgs-pagination-box .swiper-button-next{
    position: absolute;
    right: 0;
    bottom: 0;
}

#project-details-imgs .swiper-slide,
#project-details-imgs-pagination .swiper-slide {
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
}

#project-details-imgs-pagination .swiper-slide {
	width: 80px;
	height: 80px !important;
	opacity: 0.4;
	overflow: hidden;
}

#project-details-imgs-pagination .swiper-slide-thumb-active {
	opacity: 1;
}

.floatClear {
	clear: both;
}


.textbody {
    
	float: left;
	padding: 20px;
	padding-left: 35px;
	width: 50%;
	background-color: white;
	height: 600px;
	overflow-y: scroll;
}

.textbody .text-box {
	/* height: 1000px; */
}

.textbody .title1 {
	margin-block-end: 20px;
	color: #ac0b17;
	font-size: 24px;
}

.textbody .title1>* {
	font-size: 20px;
}

.textbody .title2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.textbody .title2::after {
	content: "";
	height: 1px;
	width: 48px;
	margin: 10px 0;
	display: block;
	background-color: black;
}


.textbody .title3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.textbody .title3::before {

	content: "";
	height: 1px;
	width: 100%;
	margin: 10px 0;
	display: block;
	background-color: #9d9d9c;
}

.textbody .info {
	padding-bottom: 20px;
	margin-block-end: 30px;
	font-size: 16px;
	color: #555555;
	line-height: 25px;
}

.textbody .imp-text {
	color: #e31a3c;
	font-weight: bold;
}


.textbody .info-bd-btm {
	border-bottom: rgba(157, 157, 156) 1px solid;
}


.textbody .introduction {
	word-wrap: normal;
	word-break: break-all;
}

.textbody .introduction>* {}



.drag {
	/*background-color: #39414c;*/
}

.drag .body {
	width: 100%;
	display: table;
}

.drag .body .box {
	/*border-bottom: rgba(255, 255, 255, 0.5) 2px solid;*/
	border: none;
}

.drag .body .drag-item {
	max-width: 800px;
	margin: 0 auto;
	position: relative
}

.drag .body .drag-item:nth-child(2){
    max-width: 600px;
}

.drag .body .drag-item>.drag-item-img {
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.drag .body .drag-item>.drag-item-img img {
	/* width: 100%; */
}

.drag .body .drag-item>* {
	overflow: hidden;
}

.drag .body .drag-item>*>img {
	max-width: 800px;
}


.drag .body .drag-item>.bg {
	z-index: 1;
}

.drag .body .drag-item>.fg {
	position: absolute;
	width: 0;
	z-index: 2;
	border-right: rgba(255, 255, 255, 0.8) 1px dashed;
}

.drag .body #drag-item1 .fg {
	margin-top: 125px;
	height: 335px;
	overflow: hidden;
}



.drag .body #drag-item1 .fg img {
	position: absolute;
	top: -125px;
}


.drag .body #drag-item2 .fg {
	margin-top: 75px;
	height: 555px;
	overflow: hidden;
}



.drag .body #drag-item2 .fg img {
	position: absolute;
	top: -75px;
}


.dragbutton {
	position: absolute;
	z-index: 999;
	height: 50px;
	width: 50px;
	text-align: center;
	color: #000;
	vertical-align: middle;
	line-height: 45px;
	overflow: visible !important;
	cursor: move;
}

.dragbutton .buttonspan {
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 100px;
	z-index: 999;
}

.dragbutton:hover .buttonspan {
	background-color: #666;
	color: white;
}

.dragbutton:active .buttonspan {
	background-color: #000;
}

.dragbutton .outbg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #e60012;
	opacity: 0.2;
	z-index: 1;
	animation: outbg 1.5s ease-out infinite;
	border-radius: 100px;
}

@keyframes outbg {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.4);
	}
}

#dragbutton1 {
	top: 235px;
	left: 205px;
}

#dragbutton2 {
	top: 320px;
	left: 20px;
}


.product_detail .content {
	padding-bottom: 0;
}

@media only screen and (min-width: 100px) and (max-width: 800px) {
	#banner-imgbox{
		padding-bottom: 10px;
	}
#project-details-imgs{
	width: 100%;
	margin-left: 0;
	order: 2;
	height: 100%;
	width: calc(90% - 10px);
	padding-left: 10px;
}

#project-details-imgs-pagination{
	order: 1;
	width: 40px;
	/* height: 270px; */
}

#project-details-imgs-pagination .swiper-slide{
	width: 40px!important;
	height: 40px!important;
}
	#detail-inner-header>* {
		width: 100%;
		height: 100%;
	}
	
	.drag-item{
		width: 100%!important;
	}
	.text-body{
		height: 100%!important;
		overflow: visible;
	}
	
	
	.drag .body .drag-item>*>img {
		width: 100%;
	}
	.bg{
		width: 100%;
	}
	.fg{
		display: none;
	}
	
}


.main_box .product_detail .title_box{
    width: 1200px;
    margin: 0 auto;
}

.headertext p{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-shadow: rgba(0,0,0,0.2) 2px 2px 3px;
}
