.wrapper {
}
.wrapper .imgBox ul {
	width:100%;
	text-align:center;
	margin-top:50px;
}
.wrapper .imgBox li {
	display:inline-block;
	height:300px;
	width:300px;
	margin-left:20px;
}
.wrapper .imgBox li img {
	width:100%;
	height:100%;
}
.wrapper .imgBox button {
	margin-left:20px;
}
.rightBox {
	position:fixed;
	top:64;
	right:0;
	height:100%;
	height:200px;
	width:56px;
	background-color:#fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #f7f9fa;
	-webkit-box-shadow: -2px 0 30px 2px rgba(97, 105, 119, 0.18);
	-moz-box-shadow: -2px 0 30px 2px rgba(97, 105, 119, 0.18);
	box-shadow: -2px 0 30px 2px rgba(97, 105, 119, 0.18);
	border-radius: 18px 0 0 18px;
}
.rightBox-ul {
	/*margin-top:100px;*/
}
.rightBox-ul li {
	position:relative;
	text-align: center;
}
.rightBox-ul li a {
	display:block;
	/*width: 40px;*/
	min-height:50px;
	text-decoration:none;
}
.fir a {
	background:url('./index.png') 0px 0px no-repeat;
}
.thir a {
	background:url('./index.png') 0px -200px no-repeat;
}
.four a {
	background:url('./index.png') 0px -240px no-repeat;
}
.six a {
	background:url('./index.png') 0px -314px no-repeat;
}
.seven {
	margin-top:64px;
}
.seven a {
    /*background: url(./qrcode.svg) 6px 0px no-repeat;;*/
	/*background:url('./index.png') 0px -442px no-repeat;*/
}
.sec i,
.fif i {
    margin: 0 auto;
	display:block;
	height:40px;
	width: 40px;
	background: url(./cart.svg) 6px 7px no-repeat;
	background-size: 80%;
	/*background:url('./index.png') 0px -60px no-repeat;*/
}
.sec .con {
	/*height:48px;*/
	/*width:16px;*/
	/*color:#11192D;*/
	/*font-size:14px;*/
	/*margin:5px 0 0 12px;*/
	color:#11192D;
	font-size: 14px;
	/*margin: 2px 0px 1px 19px;*/
}
.leftBox{
	width:92px;
	height:38px;
	background:#444851;
	position:absolute;
	left:-121px;
	top:10px;
	display:none;
	color:#fff;
	line-height: 38px;
	text-align:center;
	font-size:14px;
}
.sec span,
.fif span {
	display:block;
	height:21px;
	width:21px;
	border-radius:100%;
	background-color: #f00;
	color:#fff;
	/*margin:15px 0 0 10px;*/
	margin: 3px auto;
	text-align:center;
	line-height:21px;
}
.fif i {
	background:url('./index.png') 0px -278px no-repeat;
}
.fif span {
	background-color:#f40;
	margin:5px 0 0 10px;
}

.fir-leftBox,
.sev-leftBox {
	height:185px;
	width:270px;
	border:1px solid #cecece;
	position:absolute;
	top:5px;
	left:-282px;
	display:none;
}
.fir-leftBox {
	background:url('./index-1.png') 0px 0px no-repeat;
}
.sev-leftBox {
	width:165px;
	left:-175px;
	background:url('./index-2.png') 0px 0px no-repeat;
}
.show {
	display:block;
}