/* CSS Document */
@charset "utf-8";
.circular{ 
	border-radius:50%;
}
body {
	background-color:#EBEBEB;
	}

.bg-list {
	background:url(images/svg/a-list.svg) no-repeat left;
	background-size:30px;
	}
.bg-news {
	background:url(images/svg/a-news.svg) no-repeat left;
	background-size:30px;
	}
.bg-shop {
	background:url(images/d01.png) no-repeat left;
	background-size:30px;
	}
.bg-order {
	background:url(images/d02.png) no-repeat left;
	background-size:30px;
	}

.bg-item01 {
	background:url(images/b01.png) no-repeat center;
	background-size:50px;
	}
.bg-item02 {
	background:url(images/b02.png) no-repeat center;
	background-size:50px;
	}
.bg-item03 {
	background:url(images/b03.png) no-repeat center;
	background-size:50px;
	}
.bg-item04 {
	background:url(images/b04.png) no-repeat center;
	background-size:50px;
	}
.bg-item05 {
	background:url(images/b05.png) no-repeat center;
	background-size:50px;
	}
	
.bg-item06 {
	background:url(images/b06.png) no-repeat center;
	background-size:50px;
	}
.bg-item07 {
	background:url(images/b07.png) no-repeat center;
	background-size:50px;
	}
.bg-item08 {
	background:url(images/b08.png) no-repeat center;
	background-size:50px;
	}
.bg-item09 {
	background:url(images/b09.png) no-repeat center;
	background-size:50px;
	}
.bg-item10 {
	background:url(images/b10.png) no-repeat center;
	background-size:50px;
	}
	
	
.bgshop-item01 {
	background:url(images/s01.png) no-repeat center;
	background-size:50px;
	}
.bgshop-item02 {
	background:url(images/s02.png) no-repeat center;
	background-size:50px;
	}
.bgshop-item03 {
	background:url(images/s03.png) no-repeat center;
	background-size:50px;
	}
.bgshop-item04 {
	background:url(images/s04.png) no-repeat center;
	background-size:50px;
	}
.bgshop-item05 {
	background:url(images/s05.png) no-repeat center;
	background-size:50px;
	}
	
.bgshop-item06 {
	background:url(images/s06.png) no-repeat center;
	background-size:50px;
	}
.flex-wrap {
	-webkit-flex-wrap: wrap; 
    flex-wrap: wrap;
	}

.flex {
	-webkit-flex: 1;
	flex: 1;
	}


#apList {
	position: absolute;
	z-index: 1;
	background-color: #F6F6F6;
	visibility: hidden;
	width:100%;
}


.maximg img{
	max-width:100%;
}


/* 分页 */
.widget-pager {
	TEXT-ALIGN: center; MARGIN: 15px 8px 24px; OVERFLOW: hidden
}
.prev {
	FLOAT: left
}
.next {
	FLOAT: right
}
.widget-pager A {
	BORDER-BOTTOM: #a9a9a9 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #b6b6b6 1px solid; PADDING-BOTTOM: 0px; LINE-HEIGHT: 30px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BACKGROUND: #fdfdfd; HEIGHT: 30px; COLOR: #4a4a4a; BORDER-TOP: #c2c2c2 1px solid; BORDER-RIGHT: #b6b6b6 1px solid; PADDING-TOP: 0px; -webkit-border-radius: 5px; border-radius: 5px
}
.widget-pager .disabled {
	BACKGROUND: #eee
}
.widget-pager .num-pager {
	POSITION: relative; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 45%; PADDING-RIGHT: 30px; DISPLAY: inline-block; PADDING-TOP: 0px
}
.widget-pager A:visited {
	COLOR: #4a4a4b
}
/* 分页 */


.myinput {
	width:70%;
	height:30px;
}

.caidan { height:70px; background-color:#2B65ED;}


.header-menu {
	background-color:#2B65ED;
	height: 70px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
}


.header-menu li{
	float:left;
	font-size:16px;
	width:25%;
	height:30px;
	line-height:30px;
	font-weight:600;
	text-align:center;
	color:#FFF;
}

.header-menu li:hover{
	
    height: 30px;
	background-color:#C60000;

}
