﻿.product_details_main {
	width: 805px;
	padding: 40px;
}

.product_details {
	display: flex;
	justify-content: space-between;
}

.product_details_left,
.product_details_right {
	width: 48%;
}

#swiper1 {
	border: 1px solid #ddd;
	height: 315px;
}

#swiper1 .swiper-wrapper {
	position: relative;
}

#swiper1 .swiper-wrapper img {
	width: 100%;
	height: 100%;
}

.bofang {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 64px !important;
	height: 64px !important;
	cursor: pointer;
}

#swiper3 {
	width: 100%;
	height: 64px;
	padding: 10px 0;
}

#swiper3 .swiper-wrapper .swiper-slide {
	width: 60px !important;
	height: 40px !important;
}

#swiper3 .swiper-wrapper img {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	cursor: pointer;
}

.border_b {
	border: 1px solid rgb(16, 127, 187) !important;
}

.pd_title {}

.pd_cs {
	padding: 10px;
	background-image: linear-gradient(#f3f1f0, #d8dbdb);
}

.pd_cs span {
	color: rgb(255, 0, 0);
}

.pd_btn {
	display: flex;
	justify-content: space-around;
}

.online_btn {
	background-color: rgb(250, 120, 0);
	width: 150px;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
}

.tell_btn {
	width: 150px;
	height: 42px;
	line-height: 42px;
	background-color: rgb(16, 113, 192);
	cursor: pointer;
}

.pd_img,
.pd_img img {
	width: 100%;
}

video {
	width: 100%;
	height: 100%;
	object-fit: fill;
	cursor: pointer;
}

.dig_zz {
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #00000069;
}

.dig {
	width: 1200px;
	height: 600px;
	position: relative;
	left: calc(50% - 600px);
	top: calc(50% - 300px);
}

.close {
	width: 1200px;
	margin: auto;
	background-color: #000000;
	position: relative;
}

.close img {
	position: relative;
	left: 97%;
	z-index: 99999;
	cursor: pointer;
}

.pd_bd {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #666666;
	font-size: 14px;
}

.bd_left,
.bd_right {
	width: 48%;
}

.bd_left input {
	text-indent: 5px;
	width: 280px;
	height: 26px;
	border: 1px solid #ccc;
	margin: 0;
	outline: none;
	padding: 0;
	margin-left: 20px;
}

.bd_left select {
	width: 282px;
	height: 30px;
	margin-left: 20px;
	outline: none;
	border: 1px solid #ccc;
	color: #a9a9a9;
}

.bd_right textarea {
	width: 97%;
	height: 112px;
	outline: none;
	border: 1px solid #ccc;
	color: #a9a9a9;
	padding: 0;
	resize: none;
	font-size: 14px;
	padding-left: 3%;
}

.bd_tijiao {
	border: 1px solid #034091;
	width: 100%;
	height: 28px;
	background: #034091;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	
}
