@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
.wismec-360pro {
	width: 420px;
	height: 469px;
	margin: auto;
	overflow: hidden;
	background-color: #f0f0f0;
	position: relative;
}
.wismec-blue{
	background-color: #e4f1f9;
}

.wismec-purple{
	background-color: #f2f5ff;
}

.wismec-green{
	background-color: #eefdf7;
}
.wismec-360pro .swiper-container {
	width: 220px;
	height: 469px;
}
.wismec-360pro .arrow-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 71px;
	height: 100%;
	z-index: 999;
	cursor: pointer;
}
.wismec-360pro .arrow-left span {
	margin-top: -52px;
	display: block;
	top: 50%;
	width: 71px;
	height: 104px;
	position: absolute;
	background: url(http://www.wismec.com/images/product/arrows-left.png?v=2) no-repeat center;
	opacity: 1;
}
.wismec-360pro .arrow-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 71px;
	height: 100%;
	z-index: 999;
	cursor: pointer;
}
.wismec-360pro .arrow-right span {
	margin-top: -52px;
	display: block;
	top: 50%;
	width: 71px;
	height: 104px;
	position: absolute;
	background: url(http://www.wismec.com/images/product/arrows-right.png?v=2) no-repeat center;
}
.wismec-360pro .swiper-slide img {
	width: 100%;
	object-fit: cover;
	vertical-align: middle;
	margin-top: expression((120-this.height)/2);
	outline: none;
	border-style: none;
}
