.apple-retail {
	margin: 30px 0 100px;
}
.sycase .swiper-slide {
	text-align: center;
padding:0 calc((100vw - 810px) * .05);
	width: 810px;
}
.inner figure {
	width: 100%;
}
.inner figure img {
	width: 100%;
	border-radius: 6px;
}
.gallery-item-desc {
	width: 30%;
	text-align: left;
	display: inline-block;
	opacity: 0;
	transition-duration: 1.2s;
	position: absolute;
	left: 0px;
	top: 50%;
	background: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	padding: 20px;
	height: 200px;
	margin-top: -100px;
}
.init .gallery-item-desc {
	opacity: 1;
}
.gallery-item-desc h3 {
	line-height: 1.16667;
	font-weight: 600;
	letter-spacing: .009em;
	color: #111;
	font-size: 20px;
}
.gallery-item-desc p {
	margin-top: 1em;
	color: #333;
	font-size: 13px;
}
.swiper-slide-prev .gallery-item-desc {
	transform: translateX(-70px);
}
.swiper-slide-next .gallery-item-desc {
	transform: translateX(70px);
}
.swiper-slide-active .gallery-item-desc {
	opacity: 1;
	transform: translateX(0);
}
@media only screen and (max-width:1068px) {
.sycase .swiper-slide {
padding:0 calc((100vw - 576px) * .05);
	width: 576px;
}
.gallery-item-desc {
	padding-top: 41px;
}
}
@media only screen and (max-width:735px) {
.sycase .swiper-slide {
	transform: scale(.9);
	padding: 0;
	width: 85vw;
	margin: 0 0;
	min-width: 272px;
}
.swiper-slide-active {
	transform: scale(1);
}
.gallery-item-desc {
	padding: 0px;
	padding-top: 26px;
	width: 100%;
}
.gallery-item-desc {
	width: 100%;
	position: relative;
	left: 0px;
	top: 0;
	background: #FFF;
	box-shadow: none;
	height: auto;
	margin-top: 0px;
}
}
.swiper-button-next, .swiper-button-prev {
	top: 40%;
	background-color: rgba(210,210,210,.6);
	background-size: 15px 15px;
	width: 80px;
	height: 52px;
	transition: all .5s;
	outline: none;
	opacity: 0;
}
.mouse-hover .swiper-button-next, .mouse-hover .swiper-button-prev {
	opacity: 1;
}
.swiper-button-next:hover {
	background: url(../images/pjright2.png) no-repeat center center #e62129;
}
.swiper-button-prev:hover {
	background: url(../images/pjleft2.png) no-repeat center center #e62129;
}
.swiper-button-next {
	background: url(../images/pjright.png) no-repeat center center #333333;
	right: 20px;
}
.swiper-button-prev {
	background: url(../images/pjleft.png) no-repeat center center #333333;
	left: 20px;
}
.swiper-container .swiper-button-next.swiper-button-disabled, .swiper-container .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
.apple-retail {
	padding-bottom: 30px;
	position: relative;
}
.apple-retail .swiper-pagination {
	width: 100%;
	right: 0%;
	bottom: 0px;
}
.apple-retail .swiper-pagination-bullet {
	background: #333;
	opacity: 1;
	width: 6px;
	height: 6px;
	position: relative;
	margin: 0px 10px;
}
.apple-retail .swiper-pagination-bullet-active {
	background: #333;
}
.apple-retail .swiper-pagination-bullet-active:before {
	content: "";
	width: 12px;
	height: 12px;
	border: 1px solid #333;
	position: absolute;
	left: -4px;
	top: -4px;
	border-radius: 100%;
}
.apple-retail .swiper-slide {
}
