.exzoom {
	box-sizing: border-box;
}

.exzoom * {
	box-sizing: border-box;
}

.exzoom .exzoom_img_box {
	background: #eee;
	position: relative;
}

.exzoom .exzoom_img_box .exzoom_main_img {
	display: block;
	width: 100%;
}

.exzoom .exzoom_preview {
	margin: 0;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 999;
	background-color: #fff;
	border: 1px solid #ddd;
	display: none;
}

.exzoom .exzoom_preview .exzoom_preview_img {
	position: relative;
	max-width: initial !important;
	max-height: initial !important;
	left: 0;
	top: 0;
}

.exzoom .exzoom_nav {
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	left: 15px;
}

.exzoom .exzoom_nav .exzoom_nav_inner {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

.exzoom .exzoom_nav .exzoom_nav_inner span {
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
	float: left;
}

.exzoom .exzoom_nav .exzoom_nav_inner span.current {
	border: 1px solid #8D216A;
}

.exzoom .exzoom_nav .exzoom_nav_inner span img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
}

.exzoom .exzoom_btn {
	position: relative;
	margin: 0;
}

.exzoom .exzoom_btn a {
	display: block;
	width: 15px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: -62px;
	text-decoration: none;
	color: #999;
}

/* .exzoom .exzoom_btn a:hover {
	background: #f60;
	color: #fff;
} */
.exzoom .exzoom_btn a.exzoom_next_btn {
	left: auto;
	right: 0;
}

.exzoom .exzoom_zoom {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 5;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.exzoom .exzoom_zoom_outer {
		display: none;
	}
}

.exzoom .exzoom_img_ul_outer {
	border: 1px solid #ddd;
	position: absolute;
	overflow: hidden;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
	float: left;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
	width: 100%;
}

#bodys {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	z-index: 100;
}

.xqform {
	width: 469px;
	position: fixed;
	top: 50%;
	z-index: 101;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	padding: 50px 60px;
	display: none;
}

.xqinitem {
	display: flex;
	margin-bottom: 20px;
}

.xqinitem>p {
	margin-top: 3px;
	width: 100px;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

.xqinitem>div {
	width: calc(100% - 120px);
}

.xqinitem input {
	outline: none;
	width: 100%;
	height: 32px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 0 10px;
}

.xqinitem textarea {
	outline: none;
	width: calc(100%);
	height: 92px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.xinflex {
	display: flex;
}

.xinflex>button {
	width: 71px;
	height: 36px;
	cursor: pointer;
	background: #989898;
	border: none;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

.xinflex>button:first-of-type {
	background: #2362BE !important;
	margin-right: 9px;
}
textarea::-webkit-input-placeholder {
	color: #666666;
	font-size: 16px;
	font-weight: 550;
}