.smallBtn {
	position: absolute;
	width: 100%;
	left: 0;
	top: 385px;
	height: 25px;
	text-align: center;
	z-index: 9999;
}
.smallBtn #small {
	position: relative;
	margin: 0 auto;
	z-index: 9999;
	height: 25px;
	width: 322px;
}
.smallBtn #small li {
	float: left;
	width: 18px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	border-radius: 50%;
	background: #222222;
	opacity: 0.8;
	color: #fff;
	box-shadow: 0 0 5px;
	line-height: 22px;
	cursor: pointer;
}
.smallBtn #small li.on {
	background: #C40000;
}
.bodyrow{
	display: flex;
	Flex-direction:column;
}
.row1{
	display: flex;
	Flex-direction:column;
	align-items:center;
	justify-content:center;
}
.row1-content{
	font-size:1.2vw;
	color:#FFFFFF;
	margin-top: 3vw;
	margin-bottom: 3vw;
}
.row2{
	width:55%;
	margin:0px auto;
	margin-bottom: 1vw;
}
.row2-content{
	width: 12vw;
	height: 6vw;
	margin:0.5vw;
	text-align:center;
	vertical-align:middle;
	float:left;
	border:0.2vw solid #EF741E;
	color:#FFFFFF;
	background: #EF741E;
	font-size:1.2vw;
	display: flex;
	Flex-direction:column;
	align-items:center;
	justify-content:center;
	line-height:8vw;
	cursor:pointer;
}
.row3{
	width:55%;
	margin:0px auto;
	margin-bottom: 1vw;
}
.row3-content{
	width: 12vw;
    height: 12vw;
	margin:0.5vw;
	text-align:center;
	vertical-align:middle;
	float:left;
	border:0.2vw solid #EF741E;
	color:#FFFFFF;
	background: #EF741E;
	font-size:1.2vw;
	background: url(../image/mbg.png) center top / 100% 100%;
	display: flex;
	Flex-direction:column;
	align-items:center;
	justify-content:center;
	line-height:4vw;
	cursor:pointer;
}
.row2-content:nth-child(1){
	border:0.2vw solid #FFFFFF;
}
.row3-content:nth-child(1){
	border:0.2vw solid #FFFFFF;
}
.row3-content div:nth-child(1){
	color:#000;
}
.row4{
	width:55%;
	margin:0px auto;
	margin-bottom: 1vw;
}
.row4-content{
	padding: 1vw 2vw;
	margin:0.5vw;
	text-align:center;
	vertical-align:middle;
	float:left;
	border:0.2vw solid #FFFFFF;
	color:#FFFFFF;
	background: #EF741E;
	font-size:1.2vw;
	cursor:pointer;
}
.row4-content em{
	line-height:1.5vw;
	vertical-align: bottom;
	font-style: normal;
	margin-left:2px;
}
.row4img{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 1.5vw;
    height: 1.5vw;
    background: url(../image/fe-cashier-channel-icon-thumb.png)  no-repeat 6px -54px;
	margin:0 0.1vw;
}
.row5{
	width:55%;
	margin:0px auto;
	margin-bottom: 4vw;
}
.row5-content{
	padding: 1vw 1vw;
	margin:0.5vw;
	text-align:center;
	vertical-align:middle;
	float:left;
	color:#FFFFFF;
	background: red;
	font-size:1.2vw;
	border-radius: 0.5vw;
	cursor:pointer;
}
.row5-content:hover{
	background: #EF741E;
}