.sc-goods-list {
	font-size: 12px;
	padding: 5px;
	list-style: none;
	margin: 0;
}

.sc-goods-list .goods-card {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.sc-goods-list .link {
	display: block;
	background: #fff;
	min-height: 100px;
}

.sc-goods-list .link .photo-block {
	text-align: center;
	overflow: hidden;
	position: relative;
	background-image: url("img/pic_bg@2x.png");
	background-size: 6px 6px;
}

.sc-goods-list .link .photo-block img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	vertical-align: bottom;
}

.sc-goods-list .link .info {
	position: relative;
}

.sc-goods-list .link .info p {
	margin: 0px;
}

.sc-goods-list .link .info p.goods-title {
	line-height: 1.3;
	overflow: hidden;
	color: #333;
}

.sc-goods-list .link .info p.goods-sub-title {
	word-break: break-all;
	line-height: 16px;
	padding-top: 0px;
	color: #666;
	white-space: normal;
}

.sc-goods-list .link .info p.goods-price {
	font-weight: bold;
	padding: 0px;
}

.sc-goods-list .link .info p.goods-price>em {
	font-style: normal;
	color: #ff6600;
}

.sc-goods-list .link .info p.goods-price-taobao {
	color: #999;
	font-size: 12px;
}

.sc-goods-list .link .info.info-no-title p.goods-title {
	display: none !important;
}

.sc-goods-list .link .info.info-no-price p.goods-price {
	opacity: 0;
}

.sc-goods-list .link .info.info-no-price p.goods-price-taobao {
	display: none !important;
}

.sc-goods-list .link .goods-buy {
	position: absolute;
}

.sc-goods-list .link .buy-tag-space {
	height: 14px;
}

.sc-goods-list .more-link {
	color: #07d;
}

.sc-goods-list .more-link:link,.sc-goods-list .more-link:hover,.sc-goods-list .more-link:visited,.sc-goods-list .more-link:active
	{
	color: #07d;
}

.sc-goods-list .goods-buy {
	position: absolute;
}

.sc-goods-list .goods-buy.btn1,.sc-goods-list .goods-buy.btn2,.sc-goods-list .goods-buy.btn3,.sc-goods-list .goods-buy.btn4
	{
	background-image: url("img/showcase-1416814739063.png");
	background-repeat: no-repeat;
}

.sc-goods-list .goods-buy.btn1 {
	right: 10px;
	bottom: 8px;
	height: 25px;
	width: 30px;
	background-position: 0 0;
}

.sc-goods-list .goods-buy.btn1.ajax-loading {
	right: 12px;
	bottom: 10px;
}

.sc-goods-list .goods-buy.btn2 {
	right: 10px;
	bottom: 8px;
	height: 20px;
	width: 20px;
	background-position: 0 -88px;
}

.sc-goods-list .goods-buy.btn2.ajax-loading {
	right: 12px;
	bottom: 10px;
}

.sc-goods-list .goods-buy.btn3 {
	right: 1px;
	bottom: 8px;
	height: 25px;
	width: 40px;
	background-position: 0 -25px;
}

.sc-goods-list .goods-buy.btn3.ajax-loading {
	right: 12px;
	bottom: 10px;
}

.sc-goods-list .goods-buy.btn4 {
	right: 10px;
	bottom: 8px;
	height: 20px;
	width: 37px;
	background-position: 0 -68px;
}

.sc-goods-list .goods-buy.btn4.ajax-loading {
	right: 22px;
	bottom: 10px;
}

.sc-goods-list .goods-buy.ajax-loading {
	background-image: url("img/loading.gif");
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	background-position: top left;
}

.sc-goods-list .buy-response {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 70px;
	width: 70px;
	opacity: 0;
}

.sc-goods-list .goods-wish {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 34px;
	height: 23px;
	background-position: 0px -9px;
	background-repeat: no-repeat;
	background-size: 34px 74px;
}

.sc-goods-list .goods-wish.added-wish {
	background-position: 0px -41px;
}

.sc-goods-list .goods-wish.btn-wish {
	background-image: url("img/wish_list.png");
}

.sc-goods-list .wish-response {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	opacity: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.sc-goods-list .goods-buy.btn1,.sc-goods-list .goods-buy.btn2,.sc-goods-list .goods-buy.btn3,.sc-goods-list .goods-buy.btn4
		{
		background-image: url("img/showcase2x-1416814739063.png");
		background-repeat: no-repeat;
		background-size: 40px auto;
	}
	.sc-goods-list .goods-buy.btn4 {
		background-position: 0 -50px;
	}
	.sc-goods-list .goods-buy.ajax-loading {
		background-image: url("img/loading.gif");
		background-size: 16px 16px;
		background-position: top left;
	}
	.sc-goods-list .goods-wish.btn-wish {
		background-image: url("img/wish_list@2x.png");
	}
	.sc-goods-list .goods-wish.added-wish {
		background-position: 0px -40px;
	}
}

.sc-goods-list.size-2 .goods-card.big-pic {
	float: left;
}

.sc-goods-list.list .goods-card .photo-block {
	float: left;
	margin-right: 13px;
	width: 125px;
	height: 125px;
}

.sc-goods-list.list .goods-card .photo-block img {
	max-width: 125px;
	max-height: 125px;
}

.sc-goods-list.list .goods-card .info {
	height: 125px;
}

.sc-goods-list.list .goods-card .info .goods-title {
	font-size: 14px;
	max-height: 52px;
	margin-bottom: 12px;
}

.sc-goods-list.list .goods-card .info .goods-price {
	font-size: 15px;
	margin-bottom: 8px;
}

.sc-goods-list.list .goods-card .goods-buy.btn1 {
	bottom: 2px;
}

.sc-goods-list.list .goods-card .goods-buy.btn1.ajax-loading {
	bottom: 6.5px;
}

.sc-goods-list.list .goods-card .goods-buy.btn2 {
	bottom: 3px;
}

.sc-goods-list.list .goods-card .goods-buy.btn2.ajax-loading {
	bottom: 5.5px;
}

.sc-goods-list.list .goods-card .goods-buy.btn3 {
	bottom: 0px;
	right: -7px;
}

.sc-goods-list.list .goods-card .goods-buy.btn3.ajax-loading {
	bottom: 3px;
	right: 10px;
}

.sc-goods-list.list .goods-card .goods-buy.btn4 {
	bottom: 3px;
}

.sc-goods-list.list .goods-card .goods-buy.btn4.ajax-loading {
	bottom: 6.5px;
}

.sc-goods-list.pic .goods-card {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sc-goods-list.pic .goods-card .info {
	padding-left: 4px;
	margin-top: 10px;
}

.sc-goods-list.pic .goods-card .info .goods-title {
	margin-bottom: 5px;
}

.sc-goods-list.pic .goods-card .info .goods-price {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sc-goods-list.pic .goods-wish {
	top: 5px;
}

.sc-goods-list.pic .goods-card.normal .photo-block {
	width: 100%;
	height: 100%;
}

.sc-goods-list.pic .goods-card.normal .photo-block img {
	max-width: 100%;
}

.sc-goods-list.pic .goods-card.normal .info {
	position: absolute;
	height: 22px;
	bottom: 0;
	right: 10px;
	white-space: nowrap;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.4);
	margin: 5px 0;
	padding-left: 0px;
	background-clip: border-box;
	border-radius: 2px;
}

.sc-goods-list.pic .goods-card.normal .info .goods-title {
	margin: 0px;
	float: left;
	line-height: 22px;
	color: #fff;
	padding-left: 10px;
	max-width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sc-goods-list.pic .goods-card.normal .info .goods-price {
	color: #fff;
	margin: 0px;
	float: right;
	display: inline-block;
	max-width: 70px;
	overflow: hidden;
	line-height: 22px;
	height: 22px;
	padding: 0 5px;
}

.sc-goods-list.pic .goods-card.normal .info .goods-price em {
	color: white;
}

.sc-goods-list.pic .goods-card.normal .info .goods-price-taobao {
	display: none;
}

.sc-goods-list.pic .goods-card.normal .info .goods-buy {
	display: none;
}

.sc-goods-list.pic .goods-card.big-pic .photo-block img {
	position: relative;
	max-height: 500px;
	max-width: 100%;
}

.sc-goods-list.pic .goods-card.small-pic .goods-buy.btn3 {
	right: 1px;
}

.sc-goods-list.pic .goods-card.small-pic .goods-buy.btn3.ajax-loading {
	right: 12px;
}

.sc-goods-list.pic .goods-card.small-pic {
	width: 50%;
	float: left;
}

.sc-goods-list.pic .goods-card.small-pic .photo-block {
	width: 100%;
	height: 143px;
}

.sc-goods-list.pic .goods-card.small-pic .photo-block img {
	max-width: 100%;
}

.sc-goods-list.pic .goods-card.small-pic .info {
	font-size: 13px;
}

.sc-goods-list.pic .goods-card.small-pic .info .goods-title {
	height: 32px;
	overflow: hidden;
}

.sc-goods-list.pic .goods-card.small-pic .info .goods-price-taobao {
	display: none;
}

.sc-goods-list.list .goods-card.normal {
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-bottom: 2px solid #e5e5e5;
	padding: 10px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.sc-goods-list.list .goods-card.normal {
		border-bottom-width: 1px;
	}
}

.sc-goods-list.list .goods-card.normal .link {
	background: none;
}

.sc-goods-list.list .goods-card.normal .goods-title {
	padding-top: 2px;
}

.sc-goods-list.list .goods-card.card {
	padding: 5px 0px 5px 5px;
	margin: 8px;
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-top: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	background: #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.sc-goods-list.list .goods-card.card {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
	}
}

.sc-goods-list.list .goods-card.card .goods-title {
	padding-top: 5px;
	padding-right: 6px;
}

.sc-goods-list.pic .goods-card.big-pic.card {
	margin: 8px 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sc-goods-list.pic .goods-card.big-pic.card .link {
	margin: 0px 4px;
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-top: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.sc-goods-list.pic .goods-card.big-pic.card .link {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
	}
}

.sc-goods-list.pic .goods-card.big-pic.card .photo-block {
	min-height: 100px;
	margin: 4px;
}

.sc-goods-list.pic .goods-card.big-pic.card .info {
	margin-left: 4px;
	padding-right: 8px;
	min-height: 34px;
}

.sc-goods-list.pic .goods-card.big-pic.card .info .goods-title {
	font-size: 14px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
}

.sc-goods-list.pic .goods-card.big-pic.card .info .goods-sub-title {
	width: 100%;
	margin-bottom: 6px;
}

.sc-goods-list.pic .goods-card.big-pic.card .info .goods-price {
	font-size: 15px;
	margin-top: 2px;
}

.sc-goods-list.pic .goods-card.big-pic.card .info .goods-price-taobao {
	line-height: 17px;
	padding-top: 2px;
	padding-bottom: 8px;
}

.sc-goods-list.pic .goods-card.big-pic.card .info.info-no-price {
	min-height: 28px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.info-title.info-no-price.btn1
	{
	bottom: 9px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.info-title.info-no-price.btn1.ajax-loading
	{
	bottom: 13.5px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.info-title.info-no-price.btn2
	{
	bottom: 8px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.info-title.info-no-price.btn2.ajax-loading
	{
	bottom: 11.5px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.info-title.info-no-price.btn4.ajax-loading
	{
	bottom: 10.5px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.btn1 {
	bottom: 10px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.btn1.ajax-loading
	{
	bottom: 16.5px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.btn2 {
	bottom: 12px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.btn2.ajax-loading
	{
	bottom: 14.5px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.btn3 {
	bottom: 10px;
	right: 1px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.btn3.ajax-loading
	{
	bottom: 13px;
	right: 10px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.btn4 {
	bottom: 10px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.btn4.ajax-loading
	{
	bottom: 13.5px;
}

.sc-goods-list.pic .goods-card.big-pic.card.has-sub-title .info.info-no-price .goods-sub-title
	{
	padding-bottom: 35px;
}

.sc-goods-list.pic .goods-card.big-pic.card.has-sub-title .info.btn0 .goods-sub-title
	{
	padding-bottom: 0px;
}

.sc-goods-list.pic .goods-card.big-pic.normal {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.sc-goods-list.pic .goods-card.big-pic.normal .link {
	margin-left: 5px;
	margin-right: 5px;
}

.sc-goods-list.pic .goods-card.big-pic.normal .photo-block {
	min-height: 100px;
}

.sc-goods-list.pic .goods-card.big-pic.normal .info {
	left: 10px;
}

.sc-goods-list.pic .goods-card.big-pic.normal .info.info-no-title {
	left: auto;
}

.sc-goods-list.pic .goods-card.big-pic.normal.has-sub-title .link {
	background-color: #f9f9f9;
}

.sc-goods-list.pic .goods-card.big-pic.normal.has-sub-title .info {
	background-color: #f9f9f9;
	position: relative;
	height: auto;
	left: 0px;
	right: 0px;
}

.sc-goods-list.pic .goods-card.big-pic.normal.has-sub-title .info .goods-title
	{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	min-width: 10px;
	min-height: 22px;
	padding-left: 0px;
}

.sc-goods-list.pic .goods-card.big-pic.normal.has-sub-title .info .goods-price
	{
	position: absolute;
	right: 0px;
	top: 0px;
}

.sc-goods-list.pic .goods-card.big-pic.normal.has-sub-title .info .goods-price em
	{
	color: #f60;
	font-size: 14px;
}

.sc-goods-list.pic .goods-card.big-pic.normal.has-sub-title .info .goods-sub-title
	{
	clear: both;
}

.sc-goods-list.pic .goods-card.big-pic.normal.has-sub-title .info.info-no-title.info-price
	{
	padding-top: 22px;
}

.sc-goods-list.pic .goods-card.small-pic.card {
	max-height: 230px;
	margin: 4px 0;
}

.sc-goods-list.pic .goods-card.small-pic.card .link {
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-top: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	margin: 0 4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.sc-goods-list.pic .goods-card.small-pic.card .link {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
	}
}

.sc-goods-list.pic .goods-card.small-pic.card .info {
	min-height: 25px;
}

.sc-goods-list.pic .goods-card.small-pic.card .info .goods-price {
	margin-top: 5px;
}

.sc-goods-list.pic .goods-card.small-pic.card .goods-buy.btn2 {
	bottom: 8px;
}

.sc-goods-list.pic .goods-card.small-pic.card .goods-buy.btn2.ajax-loading
	{
	bottom: 8px;
}

.sc-goods-list.pic .goods-card.small-pic.card .goods-buy.btn4 {
	right: 12px;
	bottom: 8px;
}

.sc-goods-list.pic .goods-card.small-pic.card .goods-buy.btn4.ajax-loading
	{
	right: 16px;
	bottom: 8px;
}

.sc-goods-list.pic .photo-block img {
	max-height: 192px;
	max-width: 100%;
}

.sc-goods-list.pic.waterfall .goods-card.small-pic {
	width: 100%;
	margin: 0;
}

.sc-goods-list.pic.waterfall .goods-card.small-pic .link {
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-top: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	margin: 4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.sc-goods-list.pic.waterfall .goods-card.small-pic .link {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
	}
}

.sc-goods-list.pic.waterfall .goods-card.small-pic .photo-block {
	height: auto;
	min-height: 100px;
}

.sc-goods-list.pic.waterfall .goods-card.small-pic .photo-block img {
	position: relative;
	height: auto;
}

.sc-goods-list.pic.waterfall .goods-card.small-pic .info .goods-title {
	height: auto;
	max-height: 32px;
}

.sc-goods-list.pic.waterfall .goods-card.small-pic .info .goods-price {
	margin-top: 5px;
	margin-bottom: 11px;
}

.sc-goods-list.pic .goods-card.small-pic.normal {
	margin: 0px;
}

.sc-goods-list.pic .goods-card.small-pic.normal .photo-block img {
	max-width: 100%;
	max-height: 192px;
}

.sc-goods-list.pic .goods-card.small-pic.normal .link {
	position: relative;
	display: block;
	margin: 5px;
}

.sc-goods-list.pic .goods-card.small-pic.normal .info {
	width: auto;
}

.sc-goods-list.pic .goods-card.small-pic.normal .info .goods-title {
	display: none;
}

.sc-goods-list.pic .goods-card.small-pic.promotion {
	max-height: 220px;
	margin: 0;
}

.sc-goods-list.pic .goods-card.small-pic.promotion .link {
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-top: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	margin: 4px;
	position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.sc-goods-list.pic .goods-card.small-pic.promotion .link {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
	}
}

.sc-goods-list.pic .goods-card.small-pic.promotion .info {
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 4px;
	margin-top: 0px;
	background-color: #fff;
}

.sc-goods-list.pic .goods-card.small-pic.promotion .info .goods-title {
	display: none;
}

.sc-goods-list.pic .goods-card.small-pic.promotion .info .goods-price {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 3px;
	overflow: hidden;
	white-space: nowrap;
}

.sc-goods-list.pic .goods-card.small-pic.promotion .info .goods-price em
	{
	color: #ff495b;
}

.sc-goods-list.pic .goods-card.small-pic.promotion .info .goods-price-taobao
	{
	display: block;
	clear: left;
	text-decoration: line-through;
	overflow: hidden;
	white-space: nowrap;
	line-height: 12px;
}

.sc-goods-list.pic .goods-card.small-pic.promotion .goods-buy,.sc-goods-list.pic .goods-card.small-pic.promotion .buy-response
	{
	right: 0px;
	bottom: 0px;
	width: 47px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 10px;
	color: white;
	font-size: 13px;
	line-height: 13px;
}

.sc-goods-list.pic .goods-card.small-pic.promotion .goods-buy {
	background: #ff495b;
}

.sc-goods-list.pic.size-2 .goods-card.big-pic.card {
	margin-top: 4px;
	margin-bottom: 4px;
}

.sc-goods-list .text-center {
	line-height: 1.5;
}

.tag {
	display: inline-block;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	text-align: center;
	margin: 0;
	color: #999;
	font-size: 12px;
	line-height: 12px;
	padding: 4px;
}

.tag-big {
	font-size: 14px;
	line-height: 18px;
}

.tag.tag-green {
	color: #06bf04;
	border-color: #00cc33;
}

.tag.tag-orange {
	color: #f60;
	border-color: #f60;
}

.tag.tag-orangef60 {
	color: #f60;
	border-color: #f60;
}

.tag.tag-blue {
	color: #00a0f8;
	border-color: #00a0f8;
}

.tag.tag-red {
	color: #ed5050;
	border-color: #ed5050;
}

.tag.tag-pink {
	color: #ee614b;
	border-color: #ee614b;
}

.tag.disabled {
	background-color: #ddd !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	color: #fff !important;
}

.tag.tag-redf30 {
	color: #f30;
	border-color: #f30;
}

.goods-header {
	display: block;
	height: auto;
	padding: 8px 0 6px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: hidden;
	border-top: 1px solid #f2f2f2;
	background-color: #fff;
}

.goods-header.restore {
	border-top-color: transparent;
	background-color: #fff;
}

.goods-header.restore .thumb {
	display: block;
}

.goods-header.restore .title {
	padding-right: 5px;
}

.goods-header .thumb {
	display: none;
	width: 50px;
	height: 50px;
	border: 1px solid #eee;
	float: left;
	margin: 2px 0 0 10px;
}

.goods-header .thumb>img {
	max-width: 100%;
	max-height: 100%;
}

.goods-header .title {
	font-weight: normal;
	margin: 0;
	padding: 0 10px;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

.goods-header .wish-add {
	margin-top: 3px;
	margin-right: 11px;
	height: 15px;
	line-height: 16px;
	padding-left: 26px;
	background: url("img/add_wish.png") no-repeat;
	background-position: 4px -25px;
	background-size: 21px 69px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.goods-header .wish-added {
	background-color: #f30;
	color: #fff;
	background-position: 4px -2px;
}

.wish-add-drop {
	width: 14px;
	height: 12px;
	background-image: url("img/share_like@2x.png");
	background-size: cover;
	z-index: 1000;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.goods-header .wish-add {
		background-image: url("img/add_wish@2x.png");
	}
}

.quantity {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	position: relative;
}

.quantity input[type=number]::-webkit-outer-spin-button {
	margin: 0;
}

.quantity button {
	border: 2px solid #eee;
	font-size: 16px;
	line-height: 10px;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 5px;
	outline: none !important;
	text-align: center;
	width: 26px;
	height: 30px;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
}

.quantity .txt {
	margin: 0;
	font-size: 14px;
	width: 24px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 0;
}

.quantity .txt:focus {
	border-color: #eee;
}

.quantity .minus {
	border-radius: 4px 0 0 4px;
	border-right: 0px none;
	background: #eee url("img/ico_minus@2x.png") center center no-repeat;
	background-size: 8px 2px;
}

.quantity .plus {
	border-left: 0px none;
	border-radius: 0 4px 4px 0;
	background: #eee url("img/ico_plus@2x.png") center center no-repeat;
	background-size: 8px 8px;
}

.quantity .minus.disabled {
	background-image: url("img/minus_disabled@2x.png");
}

.quantity .plus.disabled {
	background-image: url("img/plus_disabled2@2x.png");
}

.quantity .response-area {
	width: 42px;
	height: 42px;
	top: -7px;
	position: absolute;
}

.quantity .response-area-plus {
	right: -5px;
}

.quantity .response-area-minus {
	left: -5px;
}

.name-card {
	margin-left: 0px;
	width: auto;
	padding: 5px 0;
	overflow: hidden;
	position: relative;
}

.name-card .thumb {
	width: 60px;
	height: 60px;
	float: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-size: cover;
}

.name-card .thumb img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.name-card .thumb img.border {
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	width: 56px;
	height: 56px;
	-webkit-box-shadow: 0 0 0 2px #eee;
	box-shadow: 0 0 0 2px #eee;
}

.name-card a:hover,.name-card a:active {
	text-decoration: none;
}

.name-card .detail {
	margin-left: 68px;
	width: auto;
	position: relative;
}

.name-card .detail h3 {
	margin-top: 1px;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	width: 100%;
}

.name-card .detail p {
	position: relative;
	font-size: 12px;
	line-height: 16px;
	white-space: nowrap;
	margin: 0 0 2px;
	color: #ccc;
}

.name-card .detail a {
	display: block;
}

.name-card .btn-goods-link {
	bottom: 8px;
	right: 10px;
	position: absolute;
	line-height: 14px;
	font-size: 12px;
}

.name-card.name-card-3col {
	padding: 8px 0;
	padding-right: 85px;
}

.name-card.name-card-3col .right-col {
	position: absolute;
	right: 0px;
	top: 8px;
	width: 78px;
	padding-right: 10px;
	font-size: 12px;
}

.name-card.name-card-3col .right-col .price {
	font-size: 14px;
	color: #515151;
	text-align: right;
	line-height: 16px;
}

.name-card.name-card-3col .right-col .num {
	font-weight: 200;
	text-align: right;
	margin-top: 3px;
	padding: 0;
	color: #555;
}

.name-card.name-card-3col .right-col .num .num-txt {
	padding: 0;
	line-height: 22px;
	color: #515151;
}

.name-card.name-card-3col .right-col .order-state {
	font-size: 13px;
	text-align: right;
}

.sku-tag.tag {
	color: #000;
	border-color: #999;
}

.sku-tag.tag-orangef60 {
	color: #f60;
	border-color: #f60;
}

.sku-layout {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
}

.sku-layout .vertical-middle {
	vertical-align: middle;
}

.sku-layout .line-through {
	display: inline-block;
	text-decoration: line-through;
	line-height: 23px;
}

.sku-layout .block-item {
	border: 0px none;
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-top: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.sku-layout .block-item {
		border-top-width: 1px;
	}
}

.sku-layout .block-item:first-child {
	border-top: 0px none;
}

.name-card.sku-name-card .thumb {
	width: 40px;
	height: 40px;
	margin: 2px 0 0 10px;
}

.name-card.sku-name-card .thumb img {
	height: 40px;
}

.name-card.sku-name-card .detail {
	margin-left: 55px;
}

.sku-layout .model-title {
	padding-top: 3px;
	font-size: 13px;
}

.sku-layout .model-list {
	zoom: 1;
	padding-left: 0px;
	margin-bottom: 0px;
}

.sku-layout .model-list:after {
	content: "";
	display: table;
	clear: both;
}

.sku-layout .model-list li {
	position: relative;
	margin-right: 10px;
	min-width: 32px;
	max-width: 180px;
	line-height: 16px;
	padding: 6px 9px;
	margin-bottom: 10px;
}

.sku-layout .model-list li.active::after {
	content: ' ';
	position: absolute;
	bottom: -1px;
	right: -1px;
	background: bottom right;
	height: 12px;
	width: 12px;
	background-image: url("img/showcase-1416814739063.png");
	background-repeat: no-repeat;
	background-position: 0 -108px;
}

.sku-layout .model-list li.unavailable {
	border-color: #eee;
	color: #eee;
	cursor: not-allowed;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.sku-layout .model-list li.active::after {
		background-image: url("img/showcase2x-1416814739063.png");
		background-position: 0 -135px;
		background-size: 40px auto;
	}
}

.sku-layout .layout-content .goods-models>dl {
	padding: 7px 0 4px 0;
}

.sku-layout .layout-content .goods-models>dl .sku-num {
	width: 15%;
	line-height: 42px;
}

.sku-layout .layout-content .goods-models>dl .stock {
	line-height: 42px;
	padding-right: 7px;
}

.sku-layout .layout-content .goods-models>dl .stock .stock-num {
	padding-left: 3px;
	line-height: 48px;
	float: left;
}

.sku-layout .quantity {
	float: right;
	margin-top: 10px;
}

.sku-layout .quantity .minus {
	border-radius: 2px 0 0 2px;
}

.sku-layout .quantity .plus {
	border-radius: 0 2px 2px 0;
}

.sku-layout .quantity .txt {
	width: 33px;
	height: 25px;
	padding: 1px;
	border: 1px solid #999;
	border-width: 1px 0 1px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sku-layout .quantity .txtCover {
	position: absolute;
	top: 0;
	left: 37px;
	bottom: 0;
	right: 37px;
}

.sku-layout .quantity .minus,.sku-layout .quantity .plus {
	width: 37px;
	height: 29px;
	background-color: white;
	border: 1px solid #999;
}

.block-list .block-item.block-item-messages {
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sku-message {
	padding-top: 10px;
}

.sku-message dl {
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	margin-bottom: 10px;
}

.sku-message dt {
	width: 70px;
	padding: 0 10px;
	position: relative;
}

.sku-message dt .required {
	font-size: 17px;
	top: 8px;
	margin-left: -7px;
	position: absolute;
}

.sku-message dt label {
	height: 40px;
	line-height: 40px;
}

.sku-message .comment-wrapper {
	margin-left: 90px;
	padding-right: 5px;
	position: relative;
}

.sku-message .comment-wrapper .txt,.sku-message .comment-wrapper .txta {
	display: inline-block;
	border: 2px solid #eee;
	padding: 5px;
	resize: none;
	border-radius: 4px;
	width: 94%;
	border: 0px none;
	margin-top: 7px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sku-message .comment-wrapper .txt:focus,.sku-message .comment-wrapper .txta:focus
	{
	outline: none !important;
	border-color: #666;
}

.sku-message .comment-wrapper .txtCover {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.image-input-trigger {
	padding-left: 40px;
	padding-right: 10px;
	height: 35px;
	line-height: 26px;
	margin-top: 12.5px;
	margin-bottom: 12.5px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-image: url("img/camera.png");
	background-repeat: no-repeat;
	background-size: 15px 14px;
	background-position: 15px 49%;
}

.image-input-show {
	display: block;
	padding-top: 5px;
	margin-right: 137px;
}

.image-input-show img {
	margin: 0 auto;
	display: block;
}

.photo-input {
	position: absolute;
	opacity: 0;
	height: 60px;
	width: 143px;
	right: 0px;
	top: 0px;
}

.sku-layout .layout-title {
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-bottom: 2px solid #e5e5e5;
	border-top-width: 0px;
	position: static;
	padding: 8px 0 6px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.sku-layout .layout-title {
		border-bottom-width: 1px;
	}
}

.sku-layout .layout-title .goods-base-info .title {
	padding-right: 45px;
	line-height: 22px;
}

.sku-layout .layout-title .goods-base-info .goods-price {
	padding: 0 55px 0 0;
}

.sku-layout .layout-title .goods-base-info .goods-price .current-price {
	line-height: 20px;
}

.sku-layout .layout-title .goods-base-info .goods-price .current-price .price-name
	{
	padding-top: 1px;
}

.sku-layout .layout-title .goods-base-info .goods-price .current-price .price-tag
	{
	line-height: 20px;
	margin: 0 2px 0;
}

.sku-layout .layout-title .goods-base-info .goods-price .old-price,.sku-layout .layout-title .goods-base-info .goods-price .original-price
	{
	color: #999;
}

.sku-layout .layout-title .goods-base-info .goods-price .original-price
	{
	display: none;
}

.sku-layout .layout-content {
	overflow-y: scroll;
	border: 1px solid white;
	line-height: 20px;
	background-color: #fff;
}

.sku-layout .layout-content .goods-models {
	padding: 1px 10px 1px 10px;
}

.sku-layout .layout-content .content-foot {
	padding: 10px;
}

.sku-layout .layout-content .content-foot .cart {
	background-color: #f08f00;
	border-color: #f08f00;
}

.sku-layout .layout-content .content-foot .half-button {
	width: 49%;
	padding: 11px 14px;
}

.sku-layout .sku-cancel {
	position: absolute;
	right: 3px;
	top: 2px;
	padding: 10px;
}

.sku-layout .sku-cancel .cancel-img {
	height: 27px;
	width: 27px;
	background-image: url("img/showcase-1416814739063.png");
	background-position: 0 -120px;
	background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.sku-layout .sku-cancel .cancel-img {
		background-image: url("img/showcase2x-1416814739063.png");
		background-position: 0 -108px;
		background-size: 40px auto;
	}
}

.sku-box-shadow {
	-webkit-box-shadow: 0 -1px 14px rgba(0, 0, 0, 0.9);
	box-shadow: 0 -1px 14px rgba(0, 0, 0, 0.9);
}

.share-mp-info {
	position: relative;
	background: #eee;
	color: #999;
	font-size: 0;
	line-height: 0;
	padding: 1px 105px 1px 1px;
}

.share-mp-info em,.share-mp-info i {
	vertical-align: middle;
	font-style: normal;
}

.share-mp-info em {
	color: #999;
}

.share-mp-info i {
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.share-mp-info a {
	color: #999;
}

.share-mp-info img.mp-image {
	vertical-align: middle;
	margin-right: 3px;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}

.share-mp-info .page-mp-info,.share-mp-info .links {
	font-size: 14px;
	line-height: 24px;
	color: #888;
}

.share-mp-info .page-mp-info {
	display: block;
	padding: 4px 10px 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.share-mp-info .links {
	position: absolute;
	top: 6px;
	right: 10px;
	display: inline-block;
}

.share-mp-info .links a {
	margin-left: 8px;
}

em.required,sup.required {
	color: #f00 !important;
}

.content-body {
	position: relative;
	z-index: 10;
}

.more-wrap {
	padding: 0 10px;
}

.more-wrap .more {
	display: inline-block;
	background-color: #f2f2f2;
	height: 30px;
	width: 100%;
	margin: 10px 0;
	line-height: 30px;
	font-size: 14px;
	color: #09F;
	text-align: center;
	border: 0;
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
}

.custom-goods-price {
	font-size: 12px;
	background: rgba(0, 0, 0, 0)
		url(img/X8v2LQ1gZQL4LI6l8zQai9W9ctWcTyYSqtFVyc3mfQqtP773M39DbTKJDSDZ7yAeoBSsWz70CLSL91usybWuCX6I0k7RaFCb618vKzrAF9so0JlOyoLFM1vcmMioWjrutyG17DPswT2qs3GTXS7nc7wT7TwmFyrrODwQYAIUrp1L5UjSnAAAAAElFTkSuQmCC)
		no-repeat scroll 5px 50%;
	background-size: 18px;
	padding: 0 5px 0 25px;
	display: inline-block;
	line-height: 22px;
	height: 22px;
	float: right;
	max-width: 70px;
	overflow: hidden;
	font-style: normal;
}

.custom-goods-noprice {
	width: 200px;
}

.custom-nav-noicon a {
	padding-left: 0;
	background: transparent;
}

.custom-messages {
	margin: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
	background-color: #fff;
}

.custom-messages>a {
	display: block;
	padding: 15px 9px;
}

.custom-messages:hover {
	border-color: #bbb;
}

.custom-messages .time {
	color: #999;
	margin: 0 0 6px;
	font-size: 12px;
}

.custom-messages.multiple .banner {
	position: relative;
	left: 0;
}

.custom-messages.multiple .banner .title {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	line-height: 22px;
	padding: 6px 0;
	width: 100%;
	font-size: 17px;
	background-color: #2b2b2b;
	opacity: 0.8;
}

.custom-messages.multiple .banner .title h4 {
	padding: 0 5px;
}

.custom-messages.multiple .banner .image {
	height: 150px;
	overflow: hidden;
}

.custom-messages.multiple .list {
	position: relative;
	left: 0;
	min-height: 50px;
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.custom-messages.multiple .list .title {
	padding: 5px 60px 0 0;
	height: 100%;
	line-height: 1.5;
	font-size: 15px;
	word-break: break-all;
}

.custom-messages.multiple .list .image {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}

.custom-messages.multiple .list .image img {
	width: 100%;
}

.custom-messages.multiple>a:last-child .list {
	border-bottom: 0px none;
}

.custom-messages.single .custom-messages-image {
	float: left;
}

.custom-messages.single .custom-messages-content {
	margin-left: 110px;
}

.custom-messages.single .image {
	display: table-cell;
	vertical-align: middle;
	width: 94px;
	height: 94px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #e5e5e5;
}

.custom-messages.single .image img {
	max-width: 100%;
	max-height: 94px;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.custom-messages.single .title {
	font-size: 17px;
	line-height: 22px;
	color: #333;
	margin: 5px 0 10px;
}

.custom-messages.single .summary {
	font-size: 12px;
	line-height: 1.4;
	color: #666;
	margin: 10px 0;
	word-break: break-all;
}

.custom-messages.text .summary {
	font-size: 14px;
	margin: 10px 0;
	word-break: break-all;
	line-height: 1.6;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.custom-messages {
		-webkit-border-image: url("img/border-line-c9c9c9.png") 2 stretch;
		-moz-border-image: url("img/border-line-c9c9c9.png") 2 stretch;
		border-image: url("img/border-line-c9c9c9.png") 2 stretch;
	}
	.custom-messages.single .image {
		-webkit-border-image: url("img/border-line-c9c9c9-inner.png") 2 stretch;
		-moz-border-image: url("img/border-line-c9c9c9-inner.png") 2 stretch;
		border-image: url("img/border-line-c9c9c9-inner.png") 2 stretch;
	}
}

.custom-paginations-container {
	height: 30px;
	padding: 20px 0px 10px;
}

.custom-paginations {
	margin: 0 auto;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	width: 310px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.custom-paginations a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	float: left;
	text-align: center;
	color: #09F;
	border-right: 1px solid #ddd;
}

.custom-paginations a:active,.custom-paginations a:hover {
	background-color: #F9F9F9;
}

.custom-paginations .disabled {
	color: #999;
	cursor: default;
	background-color: rgba(0, 0, 0, 0);
}

.custom-paginations .custom-paginations-page {
	width: 100px;
}

.custom-paginations .custom-paginations-last {
	border-right-width: 0;
}

.custom-paginations .custom-paginations-next,.custom-paginations .custom-paginations-prev
	{
	width: 129px;
}

.custom-paginations .custom-paginations-next {
	border-right-width: 0;
}

.custom-category-list {
	list-style: inside decimal;
	font-size: 16px;
	margin: 0;
	padding: 0 15px;
}

.custom-category-list li {
	margin-bottom: 5px;
}

.custom-category-list a {
	color: #09F;
}

.container .homepage-footer {
	position: absolute;
	bottom: -80px;
	height: 80px;
	overflow: hidden;
	width: 100%;
	background-color: #2D3132;
}

.wx_mobile .qrcode-buy {
	display: none !important;
}

.content-sidebar {
	display: none;
	position: fixed;
	top: 0;
	width: 180px;
	padding-left: 19px;
	margin-left: 550px;
	margin-top: 200px;
}

.sidebar-section {
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	margin-bottom: 20px;
}

.sidebar-section .sidebar-title {
	border-radius: 5px 5px 0 0;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #e4e4e4;
	padding: 8px 10px;
	background-color: #F2F2F2;
}

.sidebar-section .admin-opts {
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 5px;
}

.sidebar-section .admin-opts li a {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #e4e4e4;
}

.sidebar-section .admin-opts li a:hover,.sidebar-section .admin-opts li .active
	{
	background-color: #F2F2F2;
}

.sidebar-section .admin-opts li:first-of-type {
	border-radius: 5px 5px 0 0;
}

.sidebar-section .admin-opts .last {
	border-radius: 0 0 5px 5px;
}

.sidebar-section .admin-opts .last>a {
	border-bottom: 0px none;
}

.headerbar {
	background-color: #efefef;
	border-bottom: 1px solid #c1c1c1;
}

.headerbar ul,.headerbar li {
	display: inline-block; *
	display: inline; *
	zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

.headerbar a {
	display: block;
	line-height: 28px;
	text-align: center;
	padding: 0 12px;
	border-radius: 2px;
}

.headerbar a.active {
	color: #fff;
	background: #798499;
}

.headerbar .headerbar-wrap {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

.headerbar .headerbar-preview {
	padding: 6px;
}

.headerbar .headerbar-reedit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 11px 5px 0;
}

.headerbar .headerbar-reedit a {
	background: #fff;
	color: #414141;
	border: 1px solid #ccc;
	padding: 0 20px;
}

.shop-detail {
	margin: 0;
	margin: 10px;
	word-break: break-all;
	padding-bottom: 10px;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px dashed #ccc;
}

.shop-info {
	background-color: #fff;
	margin-bottom: 0;
}

.qrcode-info {
	background-color: #fff;
}

.shop-card {
	border: 0px none;
	display: table;
	margin-bottom: 10px;
	padding: 0 10px;
}

.shop-name {
	margin: 0 0 0 10px;
	word-break: break-all;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.shop-img {
	border-radius: 30px;
	width: 60px;
	height: 60px;
}

.weixin-title,.weixin-no {
	font-size: 12px;
	color: #666;
	margin: 5px 0;
}

.weixin-no {
	word-break: break-all;
	color: #999;
	margin: 0 0 10px;
}

.qr-code {
	min-height: 162px;
	margin: 0;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	-webkit-transition-property: -webkit-transform, left, top;
	-moz-transition-property: -moz-transform, left, top;
	transition-property: transform, left, top;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	float: left;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

.swiper-pagination {
	margin: 0;
	text-align: center;
	position: absolute;
	bottom: 5px;
	width: 100%;
	z-index: 1;
}

.swiper-pagination-switch {
	display: inline-block;
	margin: 7px 4px 0;
	width: 5px;
	height: 5px;
	background: url("img/pagination.png") no-repeat scroll -1px -1px;
	cursor: pointer;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.swiper-pagination-switch {
		background-image: url("img/pagination@2x.png");
		background-position: 0 0;
		background-size: 5px 10px;
	}
}

.swiper-active-switch {
	background-position: -1px -8px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.swiper-active-switch {
		background-image: url("img/pagination@2x.png");
		background-position: 0px -5px;
		background-size: 5px 10px;
	}
}

.arrow-weixin {
	background: url("img/textmenuicon1216@2x.png") no-repeat scroll 0 0;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	vertical-align: text-bottom;
}

.home {
	display: inline-block;
	width: 45px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	background: url("img/ico_home@2x.png") no-repeat scroll center center;
	background-size: 24px 24px;
	text-indent: -10000px;
	height: 40px;
	vertical-align: top;
}

.home:hover {
	color: #333;
}

.left-submenu .submenu {
	left: 8px !important;
}

.right-submenu .submenu {
	left: auto !important;
	right: 8px !important;
}

.nav-menu {
	border: 0px none;
	cursor: default;
	font-size: 0;
	line-height: 0;
}

.nav-menu .arrow-caret {
	display: inline-block;
	vertical-align: text-bottom;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #999 transparent;
	opacity: 0.3;
}

.nav-menu .mainmenu .arrow-weixin {
	margin-right: 0;
}

.nav-menu .mainmenu .arrow-weixin,.nav-menu .mainmenu .mainmenu-txt {
	font-size: 14px;
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
}

.nav-menu .submenu {
	display: none;
	position: absolute;
	padding: 5px 8px;
	background: #eaeaea;
	text-align: left;
	border-radius: 5px;
	font-size: 14px;
	line-height: 41px;
	z-index: 11;
}

.nav-menu .submenu .before-arrow {
	position: absolute;
	z-index: 11;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.nav-menu .submenu .after-arrow {
	position: absolute;
	z-index: 10;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.nav-menu .submenu ul>li {
	line-height: 20px;
	text-align: center;
}

.nav-menu .submenu ul>li a {
	min-width: 61px;
	max-width: 240px;
	display: block;
	padding: 10px 0;
	white-space: nowrap;
	overflow: hidden;
}

.nav-menu-4.nav-show .nav-special-item,.nav-menu-5.nav-show .nav-special-item
	{
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
}

@
-webkit-keyframes icon_rotate_show { 0%{
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
}

60%{
-webkit-transform
:rotateZ
(135deg);transform
:rotateZ
(135deg);
}
100%{
-webkit-transform
:rotateZ
(0deg);transform
:rotateZ
(0deg);
}
}
@
-moz-keyframes icon_rotate_show { 0%{
	-moz-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
}

60%{
-moz-transform
:rotateZ
(135deg);transform
:rotateZ
(135deg);
}
100%{
-moz-transform
:rotateZ
(0deg);transform
:rotateZ
(0deg);
}
}
@
keyframes icon_rotate_show { 0%{
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
}

60%{
-webkit-transform
:rotateZ
(135deg);-moz-transform
:rotateZ
(135deg);transform
:rotateZ
(135deg);
}
100%{
-webkit-transform
:rotateZ
(0deg);-moz-transform
:rotateZ
(0deg);transform
:rotateZ
(0deg);
}
}
@
-webkit-keyframes icon_rotate_hide { 0%{
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}

40%{
-webkit-transform
:rotateZ
(135deg);transform
:rotateZ
(135deg);
}
100%{
-webkit-transform
:rotateZ
(135deg);transform
:rotateZ
(135deg);
}
}
@
-moz-keyframes icon_rotate_hide { 0%{
	-moz-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}

40%{
-moz-transform
:rotateZ
(135deg);transform
:rotateZ
(135deg);
}
100%{
-moz-transform
:rotateZ
(135deg);transform
:rotateZ
(135deg);
}
}
@
keyframes icon_rotate_hide { 0%{
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}

40%{
-webkit-transform
:rotateZ
(135deg);-moz-transform
:rotateZ
(135deg);transform
:rotateZ
(135deg);
}
100%{
-webkit-transform
:rotateZ
(135deg);-moz-transform
:rotateZ
(135deg);transform
:rotateZ
(135deg);
}
}
.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item a,.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item a
	{
	-webkit-animation: icon_rotate_show 0.5s;
	-moz-animation: icon_rotate_show 0.5s;
	animation: icon_rotate_show 0.5s;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item a,.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item a
	{
	-webkit-animation: icon_rotate_hide 0.5s;
	-moz-animation: icon_rotate_hide 0.5s;
	animation: icon_rotate_hide 0.5s;
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
}

@
-webkit-keyframes icon_show { 0%{
	opacity: 0;
}

60%{
opacity
:
1;
}
100%{
opacity
:
1;
}
}
@
-moz-keyframes icon_show { 0%{
	opacity: 0;
}

60%{
opacity
:
1;
}
100%{
opacity
:
1;
}
}
@
keyframes icon_show { 0%{
	opacity: 0;
}

60%{
opacity
:
1;
}
100%{
opacity
:
1;
}
}
@
-webkit-keyframes icon_hide { 0%{
	opacity: 1;
}

60%{
opacity
:
1;
}
100%{
opacity
:
0;
}
}
@
-moz-keyframes icon_hide { 0%{
	opacity: 1;
}

60%{
opacity
:
1;
}
100%{
opacity
:
0;
}
}
@
keyframes icon_hide { 0%{
	opacity: 1;
}

60%{
opacity
:
1;
}
100%{
opacity
:
0;
}
}
@
-webkit-keyframes icon_show_4_1_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
100%{
-webkit-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
}
@
-moz-keyframes icon_show_4_1_1 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
100%{
-moz-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
}
@
keyframes icon_show_4_1_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(50px
,
-50
px
,
0);
-moz-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
100%{
-webkit-transform
:translate3d
(50px
,
-50
px
,
0);
-moz-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
}
@
-webkit-keyframes icon_hide_4_1_1 { 0%{
	-webkit-transform: translate3d(50px, -50px, 0);
	transform: translate3d(50px, -50px, 0);
}

40%{
-webkit-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_4_1_1 { 0%{
	-moz-transform: translate3d(50px, -50px, 0);
	transform: translate3d(50px, -50px, 0);
}

40%{
-moz-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_4_1_1 { 0%{
	-webkit-transform: translate3d(50px, -50px, 0);
	-moz-transform: translate3d(50px, -50px, 0);
	transform: translate3d(50px, -50px, 0);
}

40%{
-webkit-transform
:translate3d
(50px
,
-50
px
,
0);
-moz-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-1-1 {
	-webkit-animation: icon_show_4_1_1 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_4_1_1 0.5s, icon_show 0.5s;
	animation: icon_show_4_1_1 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(50px, -50px, 0);
	-moz-transform: translate3d(50px, -50px, 0);
	transform: translate3d(50px, -50px, 0);
	opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-1-1 {
	-webkit-animation: icon_hide_4_1_1 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_4_1_1 0.5s, icon_hide 0.5s;
	animation: icon_hide_4_1_1 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@
-webkit-keyframes icon_show_4_1_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
100%{
-webkit-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
}
@
-moz-keyframes icon_show_4_1_2 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
100%{
-moz-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
}
@
keyframes icon_show_4_1_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(50px
,
-50
px
,
0);
-moz-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
100%{
-webkit-transform
:translate3d
(50px
,
-50
px
,
0);
-moz-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
}
@
-webkit-keyframes icon_hide_4_1_2 { 0%{
	-webkit-transform: translate3d(50px, -50px, 0);
	transform: translate3d(50px, -50px, 0);
}

40%{
-webkit-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_4_1_2 { 0%{
	-moz-transform: translate3d(50px, -50px, 0);
	transform: translate3d(50px, -50px, 0);
}

40%{
-moz-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_4_1_2 { 0%{
	-webkit-transform: translate3d(50px, -50px, 0);
	-moz-transform: translate3d(50px, -50px, 0);
	transform: translate3d(50px, -50px, 0);
}

40%{
-webkit-transform
:translate3d
(50px
,
-50
px
,
0);
-moz-transform
:translate3d
(50px
,
-50
px
,
0);
transform
:translate3d
(50px
,
-50
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-1-2 {
	-webkit-animation: icon_show_4_1_2 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_4_1_2 0.5s, icon_show 0.5s;
	animation: icon_show_4_1_2 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(50px, -50px, 0);
	-moz-transform: translate3d(50px, -50px, 0);
	transform: translate3d(50px, -50px, 0);
	opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-1-2 {
	-webkit-animation: icon_hide_4_1_2 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_4_1_2 0.5s, icon_hide 0.5s;
	animation: icon_hide_4_1_2 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@
-webkit-keyframes icon_show_4_2_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(3px
,
-60
px
,
0);
transform
:translate3d
(3px
,
-60
px
,
0);
}
100%{
-webkit-transform
:translate3d
(3px
,
-60
px
,
0);
transform
:translate3d
(3px
,
-60
px
,
0);
}
}
@
-moz-keyframes icon_show_4_2_1 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(3px
,
-60
px
,
0);
transform
:translate3d
(3px
,
-60
px
,
0);
}
100%{
-moz-transform
:translate3d
(3px
,
-60
px
,
0);
transform
:translate3d
(3px
,
-60
px
,
0);
}
}
@
keyframes icon_show_4_2_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(3px
,
-60
px
,
0);
-moz-transform
:translate3d
(3px
,
-60
px
,
0);
transform
:translate3d
(3px
,
-60
px
,
0);
}
100%{
-webkit-transform
:translate3d
(3px
,
-60
px
,
0);
-moz-transform
:translate3d
(3px
,
-60
px
,
0);
transform
:translate3d
(3px
,
-60
px
,
0);
}
}
@
-webkit-keyframes icon_hide_4_2_1 { 0%{
	-webkit-transform: translate3d(3px, -60px, 0);
	transform: translate3d(3px, -60px, 0);
}

40%{
-webkit-transform
:translate3d
(3px
,
-60
px
,
0);
transform
:translate3d
(3px
,
-60
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_4_2_1 { 0%{
	-moz-transform: translate3d(3px, -60px, 0);
	transform: translate3d(3px, -60px, 0);
}

40%{
-moz-transform
:translate3d
(3px
,
-60
px
,
0);
transform
:translate3d
(3px
,
-60
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_4_2_1 { 0%{
	-webkit-transform: translate3d(3px, -60px, 0);
	-moz-transform: translate3d(3px, -60px, 0);
	transform: translate3d(3px, -60px, 0);
}

40%{
-webkit-transform
:translate3d
(3px
,
-60
px
,
0);
-moz-transform
:translate3d
(3px
,
-60
px
,
0);
transform
:translate3d
(3px
,
-60
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-2-1 {
	-webkit-animation: icon_show_4_2_1 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_4_2_1 0.5s, icon_show 0.5s;
	animation: icon_show_4_2_1 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(3px, -60px, 0);
	-moz-transform: translate3d(3px, -60px, 0);
	transform: translate3d(3px, -60px, 0);
	opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-2-1 {
	-webkit-animation: icon_hide_4_2_1 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_4_2_1 0.5s, icon_hide 0.5s;
	animation: icon_hide_4_2_1 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@
-webkit-keyframes icon_show_4_2_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(60px
,
-3
px
,
0);
transform
:translate3d
(60px
,
-3
px
,
0);
}
100%{
-webkit-transform
:translate3d
(60px
,
-3
px
,
0);
transform
:translate3d
(60px
,
-3
px
,
0);
}
}
@
-moz-keyframes icon_show_4_2_2 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(60px
,
-3
px
,
0);
transform
:translate3d
(60px
,
-3
px
,
0);
}
100%{
-moz-transform
:translate3d
(60px
,
-3
px
,
0);
transform
:translate3d
(60px
,
-3
px
,
0);
}
}
@
keyframes icon_show_4_2_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(60px
,
-3
px
,
0);
-moz-transform
:translate3d
(60px
,
-3
px
,
0);
transform
:translate3d
(60px
,
-3
px
,
0);
}
100%{
-webkit-transform
:translate3d
(60px
,
-3
px
,
0);
-moz-transform
:translate3d
(60px
,
-3
px
,
0);
transform
:translate3d
(60px
,
-3
px
,
0);
}
}
@
-webkit-keyframes icon_hide_4_2_2 { 0%{
	-webkit-transform: translate3d(60px, -3px, 0);
	transform: translate3d(60px, -3px, 0);
}

40%{
-webkit-transform
:translate3d
(60px
,
-3
px
,
0);
transform
:translate3d
(60px
,
-3
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_4_2_2 { 0%{
	-moz-transform: translate3d(60px, -3px, 0);
	transform: translate3d(60px, -3px, 0);
}

40%{
-moz-transform
:translate3d
(60px
,
-3
px
,
0);
transform
:translate3d
(60px
,
-3
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_4_2_2 { 0%{
	-webkit-transform: translate3d(60px, -3px, 0);
	-moz-transform: translate3d(60px, -3px, 0);
	transform: translate3d(60px, -3px, 0);
}

40%{
-webkit-transform
:translate3d
(60px
,
-3
px
,
0);
-moz-transform
:translate3d
(60px
,
-3
px
,
0);
transform
:translate3d
(60px
,
-3
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-2-2 {
	-webkit-animation: icon_show_4_2_2 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_4_2_2 0.5s, icon_show 0.5s;
	animation: icon_show_4_2_2 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(60px, -3px, 0);
	-moz-transform: translate3d(60px, -3px, 0);
	transform: translate3d(60px, -3px, 0);
	opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-2-2 {
	-webkit-animation: icon_hide_4_2_2 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_4_2_2 0.5s, icon_hide 0.5s;
	animation: icon_hide_4_2_2 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@
-webkit-keyframes icon_show_4_3_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(3px
,
-100
px
,
0);
transform
:translate3d
(3px
,
-100
px
,
0);
}
100%{
-webkit-transform
:translate3d
(3px
,
-100
px
,
0);
transform
:translate3d
(3px
,
-100
px
,
0);
}
}
@
-moz-keyframes icon_show_4_3_1 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(3px
,
-100
px
,
0);
transform
:translate3d
(3px
,
-100
px
,
0);
}
100%{
-moz-transform
:translate3d
(3px
,
-100
px
,
0);
transform
:translate3d
(3px
,
-100
px
,
0);
}
}
@
keyframes icon_show_4_3_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(3px
,
-100
px
,
0);
-moz-transform
:translate3d
(3px
,
-100
px
,
0);
transform
:translate3d
(3px
,
-100
px
,
0);
}
100%{
-webkit-transform
:translate3d
(3px
,
-100
px
,
0);
-moz-transform
:translate3d
(3px
,
-100
px
,
0);
transform
:translate3d
(3px
,
-100
px
,
0);
}
}
@
-webkit-keyframes icon_hide_4_3_1 { 0%{
	-webkit-transform: translate3d(3px, -100px, 0);
	transform: translate3d(3px, -100px, 0);
}

40%{
-webkit-transform
:translate3d
(3px
,
-100
px
,
0);
transform
:translate3d
(3px
,
-100
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_4_3_1 { 0%{
	-moz-transform: translate3d(3px, -100px, 0);
	transform: translate3d(3px, -100px, 0);
}

40%{
-moz-transform
:translate3d
(3px
,
-100
px
,
0);
transform
:translate3d
(3px
,
-100
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_4_3_1 { 0%{
	-webkit-transform: translate3d(3px, -100px, 0);
	-moz-transform: translate3d(3px, -100px, 0);
	transform: translate3d(3px, -100px, 0);
}

40%{
-webkit-transform
:translate3d
(3px
,
-100
px
,
0);
-moz-transform
:translate3d
(3px
,
-100
px
,
0);
transform
:translate3d
(3px
,
-100
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-3-1 {
	-webkit-animation: icon_show_4_3_1 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_4_3_1 0.5s, icon_show 0.5s;
	animation: icon_show_4_3_1 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(3px, -100px, 0);
	-moz-transform: translate3d(3px, -100px, 0);
	transform: translate3d(3px, -100px, 0);
	opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-3-1 {
	-webkit-animation: icon_hide_4_3_1 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_4_3_1 0.5s, icon_hide 0.5s;
	animation: icon_hide_4_3_1 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@
-webkit-keyframes icon_show_4_3_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(72px
,
-72
px
,
0);
transform
:translate3d
(72px
,
-72
px
,
0);
}
100%{
-webkit-transform
:translate3d
(72px
,
-72
px
,
0);
transform
:translate3d
(72px
,
-72
px
,
0);
}
}
@
-moz-keyframes icon_show_4_3_2 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(72px
,
-72
px
,
0);
transform
:translate3d
(72px
,
-72
px
,
0);
}
100%{
-moz-transform
:translate3d
(72px
,
-72
px
,
0);
transform
:translate3d
(72px
,
-72
px
,
0);
}
}
@
keyframes icon_show_4_3_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(72px
,
-72
px
,
0);
-moz-transform
:translate3d
(72px
,
-72
px
,
0);
transform
:translate3d
(72px
,
-72
px
,
0);
}
100%{
-webkit-transform
:translate3d
(72px
,
-72
px
,
0);
-moz-transform
:translate3d
(72px
,
-72
px
,
0);
transform
:translate3d
(72px
,
-72
px
,
0);
}
}
@
-webkit-keyframes icon_hide_4_3_2 { 0%{
	-webkit-transform: translate3d(72px, -72px, 0);
	transform: translate3d(72px, -72px, 0);
}

40%{
-webkit-transform
:translate3d
(72px
,
-72
px
,
0);
transform
:translate3d
(72px
,
-72
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_4_3_2 { 0%{
	-moz-transform: translate3d(72px, -72px, 0);
	transform: translate3d(72px, -72px, 0);
}

40%{
-moz-transform
:translate3d
(72px
,
-72
px
,
0);
transform
:translate3d
(72px
,
-72
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_4_3_2 { 0%{
	-webkit-transform: translate3d(72px, -72px, 0);
	-moz-transform: translate3d(72px, -72px, 0);
	transform: translate3d(72px, -72px, 0);
}

40%{
-webkit-transform
:translate3d
(72px
,
-72
px
,
0);
-moz-transform
:translate3d
(72px
,
-72
px
,
0);
transform
:translate3d
(72px
,
-72
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-3-2 {
	-webkit-animation: icon_show_4_3_2 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_4_3_2 0.5s, icon_show 0.5s;
	animation: icon_show_4_3_2 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(72px, -72px, 0);
	-moz-transform: translate3d(72px, -72px, 0);
	transform: translate3d(72px, -72px, 0);
	opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-3-2 {
	-webkit-animation: icon_hide_4_3_2 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_4_3_2 0.5s, icon_hide 0.5s;
	animation: icon_hide_4_3_2 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@
-webkit-keyframes icon_show_4_3_3 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(100px
,
-3
px
,
0);
transform
:translate3d
(100px
,
-3
px
,
0);
}
100%{
-webkit-transform
:translate3d
(100px
,
-3
px
,
0);
transform
:translate3d
(100px
,
-3
px
,
0);
}
}
@
-moz-keyframes icon_show_4_3_3 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(100px
,
-3
px
,
0);
transform
:translate3d
(100px
,
-3
px
,
0);
}
100%{
-moz-transform
:translate3d
(100px
,
-3
px
,
0);
transform
:translate3d
(100px
,
-3
px
,
0);
}
}
@
keyframes icon_show_4_3_3 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(100px
,
-3
px
,
0);
-moz-transform
:translate3d
(100px
,
-3
px
,
0);
transform
:translate3d
(100px
,
-3
px
,
0);
}
100%{
-webkit-transform
:translate3d
(100px
,
-3
px
,
0);
-moz-transform
:translate3d
(100px
,
-3
px
,
0);
transform
:translate3d
(100px
,
-3
px
,
0);
}
}
@
-webkit-keyframes icon_hide_4_3_3 { 0%{
	-webkit-transform: translate3d(100px, -3px, 0);
	transform: translate3d(100px, -3px, 0);
}

40%{
-webkit-transform
:translate3d
(100px
,
-3
px
,
0);
transform
:translate3d
(100px
,
-3
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_4_3_3 { 0%{
	-moz-transform: translate3d(100px, -3px, 0);
	transform: translate3d(100px, -3px, 0);
}

40%{
-moz-transform
:translate3d
(100px
,
-3
px
,
0);
transform
:translate3d
(100px
,
-3
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_4_3_3 { 0%{
	-webkit-transform: translate3d(100px, -3px, 0);
	-moz-transform: translate3d(100px, -3px, 0);
	transform: translate3d(100px, -3px, 0);
}

40%{
-webkit-transform
:translate3d
(100px
,
-3
px
,
0);
-moz-transform
:translate3d
(100px
,
-3
px
,
0);
transform
:translate3d
(100px
,
-3
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-3-3 {
	-webkit-animation: icon_show_4_3_3 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_4_3_3 0.5s, icon_show 0.5s;
	animation: icon_show_4_3_3 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(100px, -3px, 0);
	-moz-transform: translate3d(100px, -3px, 0);
	transform: translate3d(100px, -3px, 0);
	opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-3-3 {
	-webkit-animation: icon_hide_4_3_3 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_4_3_3 0.5s, icon_hide 0.5s;
	animation: icon_hide_4_3_3 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@
-webkit-keyframes icon_show_4_4_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(3px
,
-136
px
,
0);
transform
:translate3d
(3px
,
-136
px
,
0);
}
100%{
-webkit-transform
:translate3d
(3px
,
-136
px
,
0);
transform
:translate3d
(3px
,
-136
px
,
0);
}
}
@
-moz-keyframes icon_show_4_4_1 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(3px
,
-136
px
,
0);
transform
:translate3d
(3px
,
-136
px
,
0);
}
100%{
-moz-transform
:translate3d
(3px
,
-136
px
,
0);
transform
:translate3d
(3px
,
-136
px
,
0);
}
}
@
keyframes icon_show_4_4_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(3px
,
-136
px
,
0);
-moz-transform
:translate3d
(3px
,
-136
px
,
0);
transform
:translate3d
(3px
,
-136
px
,
0);
}
100%{
-webkit-transform
:translate3d
(3px
,
-136
px
,
0);
-moz-transform
:translate3d
(3px
,
-136
px
,
0);
transform
:translate3d
(3px
,
-136
px
,
0);
}
}
@
-webkit-keyframes icon_hide_4_4_1 { 0%{
	-webkit-transform: translate3d(3px, -136px, 0);
	transform: translate3d(3px, -136px, 0);
}

40%{
-webkit-transform
:translate3d
(3px
,
-136
px
,
0);
transform
:translate3d
(3px
,
-136
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_4_4_1 { 0%{
	-moz-transform: translate3d(3px, -136px, 0);
	transform: translate3d(3px, -136px, 0);
}

40%{
-moz-transform
:translate3d
(3px
,
-136
px
,
0);
transform
:translate3d
(3px
,
-136
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_4_4_1 { 0%{
	-webkit-transform: translate3d(3px, -136px, 0);
	-moz-transform: translate3d(3px, -136px, 0);
	transform: translate3d(3px, -136px, 0);
}

40%{
-webkit-transform
:translate3d
(3px
,
-136
px
,
0);
-moz-transform
:translate3d
(3px
,
-136
px
,
0);
transform
:translate3d
(3px
,
-136
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-4-1 {
	-webkit-animation: icon_show_4_4_1 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_4_4_1 0.5s, icon_show 0.5s;
	animation: icon_show_4_4_1 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(3px, -136px, 0);
	-moz-transform: translate3d(3px, -136px, 0);
	transform: translate3d(3px, -136px, 0);
	opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-4-1 {
	-webkit-animation: icon_hide_4_4_1 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_4_4_1 0.5s, icon_hide 0.5s;
	animation: icon_hide_4_4_1 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@
-webkit-keyframes icon_show_4_4_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(119px
,
-71
px
,
0);
transform
:translate3d
(119px
,
-71
px
,
0);
}
100%{
-webkit-transform
:translate3d
(119px
,
-71
px
,
0);
transform
:translate3d
(119px
,
-71
px
,
0);
}
}
@
-moz-keyframes icon_show_4_4_2 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(119px
,
-71
px
,
0);
transform
:translate3d
(119px
,
-71
px
,
0);
}
100%{
-moz-transform
:translate3d
(119px
,
-71
px
,
0);
transform
:translate3d
(119px
,
-71
px
,
0);
}
}
@
keyframes icon_show_4_4_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(119px
,
-71
px
,
0);
-moz-transform
:translate3d
(119px
,
-71
px
,
0);
transform
:translate3d
(119px
,
-71
px
,
0);
}
100%{
-webkit-transform
:translate3d
(119px
,
-71
px
,
0);
-moz-transform
:translate3d
(119px
,
-71
px
,
0);
transform
:translate3d
(119px
,
-71
px
,
0);
}
}
@
-webkit-keyframes icon_hide_4_4_2 { 0%{
	-webkit-transform: translate3d(119px, -71px, 0);
	transform: translate3d(119px, -71px, 0);
}

40%{
-webkit-transform
:translate3d
(119px
,
-71
px
,
0);
transform
:translate3d
(119px
,
-71
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_4_4_2 { 0%{
	-moz-transform: translate3d(119px, -71px, 0);
	transform: translate3d(119px, -71px, 0);
}

40%{
-moz-transform
:translate3d
(119px
,
-71
px
,
0);
transform
:translate3d
(119px
,
-71
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_4_4_2 { 0%{
	-webkit-transform: translate3d(119px, -71px, 0);
	-moz-transform: translate3d(119px, -71px, 0);
	transform: translate3d(119px, -71px, 0);
}

40%{
-webkit-transform
:translate3d
(119px
,
-71
px
,
0);
-moz-transform
:translate3d
(119px
,
-71
px
,
0);
transform
:translate3d
(119px
,
-71
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-4-2 {
	-webkit-animation: icon_show_4_4_2 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_4_4_2 0.5s, icon_show 0.5s;
	animation: icon_show_4_4_2 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(119px, -71px, 0);
	-moz-transform: translate3d(119px, -71px, 0);
	transform: translate3d(119px, -71px, 0);
	opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-4-2 {
	-webkit-animation: icon_hide_4_4_2 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_4_4_2 0.5s, icon_hide 0.5s;
	animation: icon_hide_4_4_2 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@
-webkit-keyframes icon_show_4_4_3 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(71px
,
-119
px
,
0);
transform
:translate3d
(71px
,
-119
px
,
0);
}
100%{
-webkit-transform
:translate3d
(71px
,
-119
px
,
0);
transform
:translate3d
(71px
,
-119
px
,
0);
}
}
@
-moz-keyframes icon_show_4_4_3 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(71px
,
-119
px
,
0);
transform
:translate3d
(71px
,
-119
px
,
0);
}
100%{
-moz-transform
:translate3d
(71px
,
-119
px
,
0);
transform
:translate3d
(71px
,
-119
px
,
0);
}
}
@
keyframes icon_show_4_4_3 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(71px
,
-119
px
,
0);
-moz-transform
:translate3d
(71px
,
-119
px
,
0);
transform
:translate3d
(71px
,
-119
px
,
0);
}
100%{
-webkit-transform
:translate3d
(71px
,
-119
px
,
0);
-moz-transform
:translate3d
(71px
,
-119
px
,
0);
transform
:translate3d
(71px
,
-119
px
,
0);
}
}
@
-webkit-keyframes icon_hide_4_4_3 { 0%{
	-webkit-transform: translate3d(71px, -119px, 0);
	transform: translate3d(71px, -119px, 0);
}

40%{
-webkit-transform
:translate3d
(71px
,
-119
px
,
0);
transform
:translate3d
(71px
,
-119
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_4_4_3 { 0%{
	-moz-transform: translate3d(71px, -119px, 0);
	transform: translate3d(71px, -119px, 0);
}

40%{
-moz-transform
:translate3d
(71px
,
-119
px
,
0);
transform
:translate3d
(71px
,
-119
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_4_4_3 { 0%{
	-webkit-transform: translate3d(71px, -119px, 0);
	-moz-transform: translate3d(71px, -119px, 0);
	transform: translate3d(71px, -119px, 0);
}

40%{
-webkit-transform
:translate3d
(71px
,
-119
px
,
0);
-moz-transform
:translate3d
(71px
,
-119
px
,
0);
transform
:translate3d
(71px
,
-119
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-4-3 {
	-webkit-animation: icon_show_4_4_3 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_4_4_3 0.5s, icon_show 0.5s;
	animation: icon_show_4_4_3 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(71px, -119px, 0);
	-moz-transform: translate3d(71px, -119px, 0);
	transform: translate3d(71px, -119px, 0);
	opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-4-3 {
	-webkit-animation: icon_hide_4_4_3 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_4_4_3 0.5s, icon_hide 0.5s;
	animation: icon_hide_4_4_3 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@
-webkit-keyframes icon_show_4_4_4 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(136px
,
-3
px
,
0);
transform
:translate3d
(136px
,
-3
px
,
0);
}
100%{
-webkit-transform
:translate3d
(136px
,
-3
px
,
0);
transform
:translate3d
(136px
,
-3
px
,
0);
}
}
@
-moz-keyframes icon_show_4_4_4 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(136px
,
-3
px
,
0);
transform
:translate3d
(136px
,
-3
px
,
0);
}
100%{
-moz-transform
:translate3d
(136px
,
-3
px
,
0);
transform
:translate3d
(136px
,
-3
px
,
0);
}
}
@
keyframes icon_show_4_4_4 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(136px
,
-3
px
,
0);
-moz-transform
:translate3d
(136px
,
-3
px
,
0);
transform
:translate3d
(136px
,
-3
px
,
0);
}
100%{
-webkit-transform
:translate3d
(136px
,
-3
px
,
0);
-moz-transform
:translate3d
(136px
,
-3
px
,
0);
transform
:translate3d
(136px
,
-3
px
,
0);
}
}
@
-webkit-keyframes icon_hide_4_4_4 { 0%{
	-webkit-transform: translate3d(136px, -3px, 0);
	transform: translate3d(136px, -3px, 0);
}

40%{
-webkit-transform
:translate3d
(136px
,
-3
px
,
0);
transform
:translate3d
(136px
,
-3
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_4_4_4 { 0%{
	-moz-transform: translate3d(136px, -3px, 0);
	transform: translate3d(136px, -3px, 0);
}

40%{
-moz-transform
:translate3d
(136px
,
-3
px
,
0);
transform
:translate3d
(136px
,
-3
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_4_4_4 { 0%{
	-webkit-transform: translate3d(136px, -3px, 0);
	-moz-transform: translate3d(136px, -3px, 0);
	transform: translate3d(136px, -3px, 0);
}

40%{
-webkit-transform
:translate3d
(136px
,
-3
px
,
0);
-moz-transform
:translate3d
(136px
,
-3
px
,
0);
transform
:translate3d
(136px
,
-3
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-4-4 {
	-webkit-animation: icon_show_4_4_4 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_4_4_4 0.5s, icon_show 0.5s;
	animation: icon_show_4_4_4 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(136px, -3px, 0);
	-moz-transform: translate3d(136px, -3px, 0);
	transform: translate3d(136px, -3px, 0);
	opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-4-4 {
	-webkit-animation: icon_hide_4_4_4 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_4_4_4 0.5s, icon_hide 0.5s;
	animation: icon_hide_4_4_4 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@
-webkit-keyframes icon_show_5_1_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
}
@
-moz-keyframes icon_show_5_1_1 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
100%{
-moz-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
}
@
keyframes icon_show_5_1_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(0px
,
-60
px
,
0);
-moz-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0px
,
-60
px
,
0);
-moz-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
}
@
-webkit-keyframes icon_hide_5_1_1 { 0%{
	-webkit-transform: translate3d(0px, -60px, 0);
	transform: translate3d(0px, -60px, 0);
}

40%{
-webkit-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_5_1_1 { 0%{
	-moz-transform: translate3d(0px, -60px, 0);
	transform: translate3d(0px, -60px, 0);
}

40%{
-moz-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_5_1_1 { 0%{
	-webkit-transform: translate3d(0px, -60px, 0);
	-moz-transform: translate3d(0px, -60px, 0);
	transform: translate3d(0px, -60px, 0);
}

40%{
-webkit-transform
:translate3d
(0px
,
-60
px
,
0);
-moz-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-1-1 {
	-webkit-animation: icon_show_5_1_1 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_5_1_1 0.5s, icon_show 0.5s;
	animation: icon_show_5_1_1 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(0px, -60px, 0);
	-moz-transform: translate3d(0px, -60px, 0);
	transform: translate3d(0px, -60px, 0);
	opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-1-1 {
	-webkit-animation: icon_hide_5_1_1 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_5_1_1 0.5s, icon_hide 0.5s;
	animation: icon_hide_5_1_1 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
}

@
-webkit-keyframes icon_show_5_1_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
}
@
-moz-keyframes icon_show_5_1_2 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
100%{
-moz-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
}
@
keyframes icon_show_5_1_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(0px
,
-60
px
,
0);
-moz-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0px
,
-60
px
,
0);
-moz-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
}
@
-webkit-keyframes icon_hide_5_1_2 { 0%{
	-webkit-transform: translate3d(0px, -60px, 0);
	transform: translate3d(0px, -60px, 0);
}

40%{
-webkit-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_5_1_2 { 0%{
	-moz-transform: translate3d(0px, -60px, 0);
	transform: translate3d(0px, -60px, 0);
}

40%{
-moz-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_5_1_2 { 0%{
	-webkit-transform: translate3d(0px, -60px, 0);
	-moz-transform: translate3d(0px, -60px, 0);
	transform: translate3d(0px, -60px, 0);
}

40%{
-webkit-transform
:translate3d
(0px
,
-60
px
,
0);
-moz-transform
:translate3d
(0px
,
-60
px
,
0);
transform
:translate3d
(0px
,
-60
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-1-2 {
	-webkit-animation: icon_show_5_1_2 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_5_1_2 0.5s, icon_show 0.5s;
	animation: icon_show_5_1_2 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(0px, -60px, 0);
	-moz-transform: translate3d(0px, -60px, 0);
	transform: translate3d(0px, -60px, 0);
	opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-1-2 {
	-webkit-animation: icon_hide_5_1_2 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_5_1_2 0.5s, icon_hide 0.5s;
	animation: icon_hide_5_1_2 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
}

@
-webkit-keyframes icon_show_5_2_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(-36px
,
-47
px
,
0);
transform
:translate3d
(-36px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(-36px
,
-47
px
,
0);
transform
:translate3d
(-36px
,
-47
px
,
0);
}
}
@
-moz-keyframes icon_show_5_2_1 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(-36px
,
-47
px
,
0);
transform
:translate3d
(-36px
,
-47
px
,
0);
}
100%{
-moz-transform
:translate3d
(-36px
,
-47
px
,
0);
transform
:translate3d
(-36px
,
-47
px
,
0);
}
}
@
keyframes icon_show_5_2_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(-36px
,
-47
px
,
0);
-moz-transform
:translate3d
(-36px
,
-47
px
,
0);
transform
:translate3d
(-36px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(-36px
,
-47
px
,
0);
-moz-transform
:translate3d
(-36px
,
-47
px
,
0);
transform
:translate3d
(-36px
,
-47
px
,
0);
}
}
@
-webkit-keyframes icon_hide_5_2_1 { 0%{
	-webkit-transform: translate3d(-36px, -47px, 0);
	transform: translate3d(-36px, -47px, 0);
}

40%{
-webkit-transform
:translate3d
(-36px
,
-47
px
,
0);
transform
:translate3d
(-36px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_5_2_1 { 0%{
	-moz-transform: translate3d(-36px, -47px, 0);
	transform: translate3d(-36px, -47px, 0);
}

40%{
-moz-transform
:translate3d
(-36px
,
-47
px
,
0);
transform
:translate3d
(-36px
,
-47
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_5_2_1 { 0%{
	-webkit-transform: translate3d(-36px, -47px, 0);
	-moz-transform: translate3d(-36px, -47px, 0);
	transform: translate3d(-36px, -47px, 0);
}

40%{
-webkit-transform
:translate3d
(-36px
,
-47
px
,
0);
-moz-transform
:translate3d
(-36px
,
-47
px
,
0);
transform
:translate3d
(-36px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-2-1 {
	-webkit-animation: icon_show_5_2_1 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_5_2_1 0.5s, icon_show 0.5s;
	animation: icon_show_5_2_1 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(-36px, -47px, 0);
	-moz-transform: translate3d(-36px, -47px, 0);
	transform: translate3d(-36px, -47px, 0);
	opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-2-1 {
	-webkit-animation: icon_hide_5_2_1 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_5_2_1 0.5s, icon_hide 0.5s;
	animation: icon_hide_5_2_1 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
}

@
-webkit-keyframes icon_show_5_2_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(36px
,
-47
px
,
0);
transform
:translate3d
(36px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(36px
,
-47
px
,
0);
transform
:translate3d
(36px
,
-47
px
,
0);
}
}
@
-moz-keyframes icon_show_5_2_2 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(36px
,
-47
px
,
0);
transform
:translate3d
(36px
,
-47
px
,
0);
}
100%{
-moz-transform
:translate3d
(36px
,
-47
px
,
0);
transform
:translate3d
(36px
,
-47
px
,
0);
}
}
@
keyframes icon_show_5_2_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(36px
,
-47
px
,
0);
-moz-transform
:translate3d
(36px
,
-47
px
,
0);
transform
:translate3d
(36px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(36px
,
-47
px
,
0);
-moz-transform
:translate3d
(36px
,
-47
px
,
0);
transform
:translate3d
(36px
,
-47
px
,
0);
}
}
@
-webkit-keyframes icon_hide_5_2_2 { 0%{
	-webkit-transform: translate3d(36px, -47px, 0);
	transform: translate3d(36px, -47px, 0);
}

40%{
-webkit-transform
:translate3d
(36px
,
-47
px
,
0);
transform
:translate3d
(36px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_5_2_2 { 0%{
	-moz-transform: translate3d(36px, -47px, 0);
	transform: translate3d(36px, -47px, 0);
}

40%{
-moz-transform
:translate3d
(36px
,
-47
px
,
0);
transform
:translate3d
(36px
,
-47
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_5_2_2 { 0%{
	-webkit-transform: translate3d(36px, -47px, 0);
	-moz-transform: translate3d(36px, -47px, 0);
	transform: translate3d(36px, -47px, 0);
}

40%{
-webkit-transform
:translate3d
(36px
,
-47
px
,
0);
-moz-transform
:translate3d
(36px
,
-47
px
,
0);
transform
:translate3d
(36px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-2-2 {
	-webkit-animation: icon_show_5_2_2 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_5_2_2 0.5s, icon_show 0.5s;
	animation: icon_show_5_2_2 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(36px, -47px, 0);
	-moz-transform: translate3d(36px, -47px, 0);
	transform: translate3d(36px, -47px, 0);
	opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-2-2 {
	-webkit-animation: icon_hide_5_2_2 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_5_2_2 0.5s, icon_hide 0.5s;
	animation: icon_hide_5_2_2 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
}

@
-webkit-keyframes icon_show_5_3_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(-54px
,
-47
px
,
0);
transform
:translate3d
(-54px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(-54px
,
-47
px
,
0);
transform
:translate3d
(-54px
,
-47
px
,
0);
}
}
@
-moz-keyframes icon_show_5_3_1 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(-54px
,
-47
px
,
0);
transform
:translate3d
(-54px
,
-47
px
,
0);
}
100%{
-moz-transform
:translate3d
(-54px
,
-47
px
,
0);
transform
:translate3d
(-54px
,
-47
px
,
0);
}
}
@
keyframes icon_show_5_3_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(-54px
,
-47
px
,
0);
-moz-transform
:translate3d
(-54px
,
-47
px
,
0);
transform
:translate3d
(-54px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(-54px
,
-47
px
,
0);
-moz-transform
:translate3d
(-54px
,
-47
px
,
0);
transform
:translate3d
(-54px
,
-47
px
,
0);
}
}
@
-webkit-keyframes icon_hide_5_3_1 { 0%{
	-webkit-transform: translate3d(-54px, -47px, 0);
	transform: translate3d(-54px, -47px, 0);
}

40%{
-webkit-transform
:translate3d
(-54px
,
-47
px
,
0);
transform
:translate3d
(-54px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_5_3_1 { 0%{
	-moz-transform: translate3d(-54px, -47px, 0);
	transform: translate3d(-54px, -47px, 0);
}

40%{
-moz-transform
:translate3d
(-54px
,
-47
px
,
0);
transform
:translate3d
(-54px
,
-47
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_5_3_1 { 0%{
	-webkit-transform: translate3d(-54px, -47px, 0);
	-moz-transform: translate3d(-54px, -47px, 0);
	transform: translate3d(-54px, -47px, 0);
}

40%{
-webkit-transform
:translate3d
(-54px
,
-47
px
,
0);
-moz-transform
:translate3d
(-54px
,
-47
px
,
0);
transform
:translate3d
(-54px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-3-1 {
	-webkit-animation: icon_show_5_3_1 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_5_3_1 0.5s, icon_show 0.5s;
	animation: icon_show_5_3_1 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(-54px, -47px, 0);
	-moz-transform: translate3d(-54px, -47px, 0);
	transform: translate3d(-54px, -47px, 0);
	opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-3-1 {
	-webkit-animation: icon_hide_5_3_1 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_5_3_1 0.5s, icon_hide 0.5s;
	animation: icon_hide_5_3_1 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
}

@
-webkit-keyframes icon_show_5_3_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(0px
,
-70
px
,
0);
transform
:translate3d
(0px
,
-70
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0px
,
-70
px
,
0);
transform
:translate3d
(0px
,
-70
px
,
0);
}
}
@
-moz-keyframes icon_show_5_3_2 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(0px
,
-70
px
,
0);
transform
:translate3d
(0px
,
-70
px
,
0);
}
100%{
-moz-transform
:translate3d
(0px
,
-70
px
,
0);
transform
:translate3d
(0px
,
-70
px
,
0);
}
}
@
keyframes icon_show_5_3_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(0px
,
-70
px
,
0);
-moz-transform
:translate3d
(0px
,
-70
px
,
0);
transform
:translate3d
(0px
,
-70
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0px
,
-70
px
,
0);
-moz-transform
:translate3d
(0px
,
-70
px
,
0);
transform
:translate3d
(0px
,
-70
px
,
0);
}
}
@
-webkit-keyframes icon_hide_5_3_2 { 0%{
	-webkit-transform: translate3d(0px, -70px, 0);
	transform: translate3d(0px, -70px, 0);
}

40%{
-webkit-transform
:translate3d
(0px
,
-70
px
,
0);
transform
:translate3d
(0px
,
-70
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_5_3_2 { 0%{
	-moz-transform: translate3d(0px, -70px, 0);
	transform: translate3d(0px, -70px, 0);
}

40%{
-moz-transform
:translate3d
(0px
,
-70
px
,
0);
transform
:translate3d
(0px
,
-70
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_5_3_2 { 0%{
	-webkit-transform: translate3d(0px, -70px, 0);
	-moz-transform: translate3d(0px, -70px, 0);
	transform: translate3d(0px, -70px, 0);
}

40%{
-webkit-transform
:translate3d
(0px
,
-70
px
,
0);
-moz-transform
:translate3d
(0px
,
-70
px
,
0);
transform
:translate3d
(0px
,
-70
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-3-2 {
	-webkit-animation: icon_show_5_3_2 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_5_3_2 0.5s, icon_show 0.5s;
	animation: icon_show_5_3_2 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(0px, -70px, 0);
	-moz-transform: translate3d(0px, -70px, 0);
	transform: translate3d(0px, -70px, 0);
	opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-3-2 {
	-webkit-animation: icon_hide_5_3_2 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_5_3_2 0.5s, icon_hide 0.5s;
	animation: icon_hide_5_3_2 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
}

@
-webkit-keyframes icon_show_5_3_3 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(54px
,
-47
px
,
0);
transform
:translate3d
(54px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(54px
,
-47
px
,
0);
transform
:translate3d
(54px
,
-47
px
,
0);
}
}
@
-moz-keyframes icon_show_5_3_3 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(54px
,
-47
px
,
0);
transform
:translate3d
(54px
,
-47
px
,
0);
}
100%{
-moz-transform
:translate3d
(54px
,
-47
px
,
0);
transform
:translate3d
(54px
,
-47
px
,
0);
}
}
@
keyframes icon_show_5_3_3 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(54px
,
-47
px
,
0);
-moz-transform
:translate3d
(54px
,
-47
px
,
0);
transform
:translate3d
(54px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(54px
,
-47
px
,
0);
-moz-transform
:translate3d
(54px
,
-47
px
,
0);
transform
:translate3d
(54px
,
-47
px
,
0);
}
}
@
-webkit-keyframes icon_hide_5_3_3 { 0%{
	-webkit-transform: translate3d(54px, -47px, 0);
	transform: translate3d(54px, -47px, 0);
}

40%{
-webkit-transform
:translate3d
(54px
,
-47
px
,
0);
transform
:translate3d
(54px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_5_3_3 { 0%{
	-moz-transform: translate3d(54px, -47px, 0);
	transform: translate3d(54px, -47px, 0);
}

40%{
-moz-transform
:translate3d
(54px
,
-47
px
,
0);
transform
:translate3d
(54px
,
-47
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_5_3_3 { 0%{
	-webkit-transform: translate3d(54px, -47px, 0);
	-moz-transform: translate3d(54px, -47px, 0);
	transform: translate3d(54px, -47px, 0);
}

40%{
-webkit-transform
:translate3d
(54px
,
-47
px
,
0);
-moz-transform
:translate3d
(54px
,
-47
px
,
0);
transform
:translate3d
(54px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-3-3 {
	-webkit-animation: icon_show_5_3_3 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_5_3_3 0.5s, icon_show 0.5s;
	animation: icon_show_5_3_3 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(54px, -47px, 0);
	-moz-transform: translate3d(54px, -47px, 0);
	transform: translate3d(54px, -47px, 0);
	opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-3-3 {
	-webkit-animation: icon_hide_5_3_3 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_5_3_3 0.5s, icon_hide 0.5s;
	animation: icon_hide_5_3_3 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
}

@
-webkit-keyframes icon_show_5_4_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(-57px
,
-47
px
,
0);
transform
:translate3d
(-57px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(-57px
,
-47
px
,
0);
transform
:translate3d
(-57px
,
-47
px
,
0);
}
}
@
-moz-keyframes icon_show_5_4_1 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(-57px
,
-47
px
,
0);
transform
:translate3d
(-57px
,
-47
px
,
0);
}
100%{
-moz-transform
:translate3d
(-57px
,
-47
px
,
0);
transform
:translate3d
(-57px
,
-47
px
,
0);
}
}
@
keyframes icon_show_5_4_1 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(-57px
,
-47
px
,
0);
-moz-transform
:translate3d
(-57px
,
-47
px
,
0);
transform
:translate3d
(-57px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(-57px
,
-47
px
,
0);
-moz-transform
:translate3d
(-57px
,
-47
px
,
0);
transform
:translate3d
(-57px
,
-47
px
,
0);
}
}
@
-webkit-keyframes icon_hide_5_4_1 { 0%{
	-webkit-transform: translate3d(-57px, -47px, 0);
	transform: translate3d(-57px, -47px, 0);
}

40%{
-webkit-transform
:translate3d
(-57px
,
-47
px
,
0);
transform
:translate3d
(-57px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_5_4_1 { 0%{
	-moz-transform: translate3d(-57px, -47px, 0);
	transform: translate3d(-57px, -47px, 0);
}

40%{
-moz-transform
:translate3d
(-57px
,
-47
px
,
0);
transform
:translate3d
(-57px
,
-47
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_5_4_1 { 0%{
	-webkit-transform: translate3d(-57px, -47px, 0);
	-moz-transform: translate3d(-57px, -47px, 0);
	transform: translate3d(-57px, -47px, 0);
}

40%{
-webkit-transform
:translate3d
(-57px
,
-47
px
,
0);
-moz-transform
:translate3d
(-57px
,
-47
px
,
0);
transform
:translate3d
(-57px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-4-1 {
	-webkit-animation: icon_show_5_4_1 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_5_4_1 0.5s, icon_show 0.5s;
	animation: icon_show_5_4_1 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(-57px, -47px, 0);
	-moz-transform: translate3d(-57px, -47px, 0);
	transform: translate3d(-57px, -47px, 0);
	opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-4-1 {
	-webkit-animation: icon_hide_5_4_1 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_5_4_1 0.5s, icon_hide 0.5s;
	animation: icon_hide_5_4_1 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
}

@
-webkit-keyframes icon_show_5_4_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(-26px
,
-94
px
,
0);
transform
:translate3d
(-26px
,
-94
px
,
0);
}
100%{
-webkit-transform
:translate3d
(-26px
,
-94
px
,
0);
transform
:translate3d
(-26px
,
-94
px
,
0);
}
}
@
-moz-keyframes icon_show_5_4_2 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(-26px
,
-94
px
,
0);
transform
:translate3d
(-26px
,
-94
px
,
0);
}
100%{
-moz-transform
:translate3d
(-26px
,
-94
px
,
0);
transform
:translate3d
(-26px
,
-94
px
,
0);
}
}
@
keyframes icon_show_5_4_2 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(-26px
,
-94
px
,
0);
-moz-transform
:translate3d
(-26px
,
-94
px
,
0);
transform
:translate3d
(-26px
,
-94
px
,
0);
}
100%{
-webkit-transform
:translate3d
(-26px
,
-94
px
,
0);
-moz-transform
:translate3d
(-26px
,
-94
px
,
0);
transform
:translate3d
(-26px
,
-94
px
,
0);
}
}
@
-webkit-keyframes icon_hide_5_4_2 { 0%{
	-webkit-transform: translate3d(-26px, -94px, 0);
	transform: translate3d(-26px, -94px, 0);
}

40%{
-webkit-transform
:translate3d
(-26px
,
-94
px
,
0);
transform
:translate3d
(-26px
,
-94
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_5_4_2 { 0%{
	-moz-transform: translate3d(-26px, -94px, 0);
	transform: translate3d(-26px, -94px, 0);
}

40%{
-moz-transform
:translate3d
(-26px
,
-94
px
,
0);
transform
:translate3d
(-26px
,
-94
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_5_4_2 { 0%{
	-webkit-transform: translate3d(-26px, -94px, 0);
	-moz-transform: translate3d(-26px, -94px, 0);
	transform: translate3d(-26px, -94px, 0);
}

40%{
-webkit-transform
:translate3d
(-26px
,
-94
px
,
0);
-moz-transform
:translate3d
(-26px
,
-94
px
,
0);
transform
:translate3d
(-26px
,
-94
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-4-2 {
	-webkit-animation: icon_show_5_4_2 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_5_4_2 0.5s, icon_show 0.5s;
	animation: icon_show_5_4_2 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(-26px, -94px, 0);
	-moz-transform: translate3d(-26px, -94px, 0);
	transform: translate3d(-26px, -94px, 0);
	opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-4-2 {
	-webkit-animation: icon_hide_5_4_2 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_5_4_2 0.5s, icon_hide 0.5s;
	animation: icon_hide_5_4_2 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
}

@
-webkit-keyframes icon_show_5_4_3 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(26px
,
-94
px
,
0);
transform
:translate3d
(26px
,
-94
px
,
0);
}
100%{
-webkit-transform
:translate3d
(26px
,
-94
px
,
0);
transform
:translate3d
(26px
,
-94
px
,
0);
}
}
@
-moz-keyframes icon_show_5_4_3 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(26px
,
-94
px
,
0);
transform
:translate3d
(26px
,
-94
px
,
0);
}
100%{
-moz-transform
:translate3d
(26px
,
-94
px
,
0);
transform
:translate3d
(26px
,
-94
px
,
0);
}
}
@
keyframes icon_show_5_4_3 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(26px
,
-94
px
,
0);
-moz-transform
:translate3d
(26px
,
-94
px
,
0);
transform
:translate3d
(26px
,
-94
px
,
0);
}
100%{
-webkit-transform
:translate3d
(26px
,
-94
px
,
0);
-moz-transform
:translate3d
(26px
,
-94
px
,
0);
transform
:translate3d
(26px
,
-94
px
,
0);
}
}
@
-webkit-keyframes icon_hide_5_4_3 { 0%{
	-webkit-transform: translate3d(26px, -94px, 0);
	transform: translate3d(26px, -94px, 0);
}

40%{
-webkit-transform
:translate3d
(26px
,
-94
px
,
0);
transform
:translate3d
(26px
,
-94
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_5_4_3 { 0%{
	-moz-transform: translate3d(26px, -94px, 0);
	transform: translate3d(26px, -94px, 0);
}

40%{
-moz-transform
:translate3d
(26px
,
-94
px
,
0);
transform
:translate3d
(26px
,
-94
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_5_4_3 { 0%{
	-webkit-transform: translate3d(26px, -94px, 0);
	-moz-transform: translate3d(26px, -94px, 0);
	transform: translate3d(26px, -94px, 0);
}

40%{
-webkit-transform
:translate3d
(26px
,
-94
px
,
0);
-moz-transform
:translate3d
(26px
,
-94
px
,
0);
transform
:translate3d
(26px
,
-94
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-4-3 {
	-webkit-animation: icon_show_5_4_3 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_5_4_3 0.5s, icon_show 0.5s;
	animation: icon_show_5_4_3 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(26px, -94px, 0);
	-moz-transform: translate3d(26px, -94px, 0);
	transform: translate3d(26px, -94px, 0);
	opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-4-3 {
	-webkit-animation: icon_hide_5_4_3 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_5_4_3 0.5s, icon_hide 0.5s;
	animation: icon_hide_5_4_3 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
}

@
-webkit-keyframes icon_show_5_4_4 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(57px
,
-47
px
,
0);
transform
:translate3d
(57px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(57px
,
-47
px
,
0);
transform
:translate3d
(57px
,
-47
px
,
0);
}
}
@
-moz-keyframes icon_show_5_4_4 { 0%{
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-moz-transform
:translate3d
(57px
,
-47
px
,
0);
transform
:translate3d
(57px
,
-47
px
,
0);
}
100%{
-moz-transform
:translate3d
(57px
,
-47
px
,
0);
transform
:translate3d
(57px
,
-47
px
,
0);
}
}
@
keyframes icon_show_5_4_4 { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

60%{
-webkit-transform
:translate3d
(57px
,
-47
px
,
0);
-moz-transform
:translate3d
(57px
,
-47
px
,
0);
transform
:translate3d
(57px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(57px
,
-47
px
,
0);
-moz-transform
:translate3d
(57px
,
-47
px
,
0);
transform
:translate3d
(57px
,
-47
px
,
0);
}
}
@
-webkit-keyframes icon_hide_5_4_4 { 0%{
	-webkit-transform: translate3d(57px, -47px, 0);
	transform: translate3d(57px, -47px, 0);
}

40%{
-webkit-transform
:translate3d
(57px
,
-47
px
,
0);
transform
:translate3d
(57px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
-moz-keyframes icon_hide_5_4_4 { 0%{
	-moz-transform: translate3d(57px, -47px, 0);
	transform: translate3d(57px, -47px, 0);
}

40%{
-moz-transform
:translate3d
(57px
,
-47
px
,
0);
transform
:translate3d
(57px
,
-47
px
,
0);
}
100%{
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
@
keyframes icon_hide_5_4_4 { 0%{
	-webkit-transform: translate3d(57px, -47px, 0);
	-moz-transform: translate3d(57px, -47px, 0);
	transform: translate3d(57px, -47px, 0);
}

40%{
-webkit-transform
:translate3d
(57px
,
-47
px
,
0);
-moz-transform
:translate3d
(57px
,
-47
px
,
0);
transform
:translate3d
(57px
,
-47
px
,
0);
}
100%{
-webkit-transform
:translate3d
(0
,
0,
0);
-moz-transform
:translate3d
(0
,
0,
0);
transform
:translate3d
(0
,
0,
0);
}
}
.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-4-4 {
	-webkit-animation: icon_show_5_4_4 0.5s, icon_show 0.5s;
	-moz-animation: icon_show_5_4_4 0.5s, icon_show 0.5s;
	animation: icon_show_5_4_4 0.5s, icon_show 0.5s;
	-webkit-transform: translate3d(57px, -47px, 0);
	-moz-transform: translate3d(57px, -47px, 0);
	transform: translate3d(57px, -47px, 0);
	opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-4-4 {
	-webkit-animation: icon_hide_5_4_4 0.5s, icon_hide 0.5s;
	-moz-animation: icon_hide_5_4_4 0.5s, icon_hide 0.5s;
	animation: icon_hide_5_4_4 0.5s, icon_hide 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
}

.shop-nav {
	position: fixed;
	z-index: 99;
}

.nav-menu .nav-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-menu a {
	display: block;
	height: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.nav-menu-1,.nav-menu-2,.nav-menu-3 {
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	background: #eaeaea;
	color: #eee;
	text-align: center;
}

.nav-menu-4,.nav-menu-5 {
	left: 0px;
	bottom: 0px;
}

.nav-menu-4 .nav-pop-sub,.nav-menu-5 .nav-pop-sub {
	position: absolute;
	z-index: 90;
}

.nav-menu-4 .nav-pop-main,.nav-menu-5 .nav-pop-main {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-menu-4 .nav-pop-main .nav-special-item,.nav-menu-5 .nav-pop-main .nav-special-item
	{
	height: 50px;
	width: 50px;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	position: absolute;
	z-index: 99;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-menu-4 .nav-pop-sub .nav-pop-sub-item,.nav-menu-5 .nav-pop-sub .nav-pop-sub-item
	{
	height: 45px;
	width: 45px;
	position: absolute;
}

.nav-menu-4 .nav-pop-sub .nav-pop-sub-item a,.nav-menu-5 .nav-pop-sub .nav-pop-sub-item a
	{
	border-radius: 100%;
	-webkit-transform: rotateZ(150deg);
	-moz-transform: rotateZ(150deg);
	transform: rotateZ(150deg);
}

.nav-menu-1 {
	border: 0px none;
	-webkit-border-image: url("img/nav_border.png") 2 stretch;
	-moz-border-image: url("img/nav_border.png") 2 stretch;
	border-image: url("img/nav_border.png") 2 stretch;
	border-top: 2px solid #e5e5e5;
	background: no-repeat #fafafa;
	background-size: 100% 100px;
	height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.nav-menu-1 {
		border-top-width: 1px;
	}
}

.nav-menu-1 a {
	display: block;
	color: #333;
	text-shadow: 0 0 2px #f5f5f5;
}

.nav-menu-1 .nav-item {
	float: left;
	display: block;
	height: 45px;
}

.nav-menu-1 .nav-item+.nav-item {
	-webkit-border-image: url("img/nav_border.png") 2 stretch;
	-moz-border-image: url("img/nav_border.png") 2 stretch;
	border-image: url("img/nav_border.png") 2 stretch;
	border-left: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.nav-menu-1 .nav-item+.nav-item {
		border-left-width: 1px;
	}
}

.nav-menu-1 .nav-special-item a {
	background-size: 25px 25px;
	margin: 0 auto;
}

.nav-menu-1 .submenu {
	bottom: 54px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 3px #fff inset;
	box-shadow: 0 0 3px #fff inset;
	background-color: #fafafa;
}

.nav-menu-1 .submenu .before-arrow {
	border-top: 6px solid #fafafa;
	border-bottom: 0px none;
	bottom: -5px;
}

.nav-menu-1 .submenu .after-arrow {
	border-top: 6px solid #ccc;
	border-bottom: 0px none;
	bottom: -6px;
}

.nav-menu-1 .submenu a,.nav-menu-1 .submenu .arrow-caret {
	color: #333;
	font-weight: bold;
	text-shadow: 0 0 2px #f5f5f5;
}

.nav-menu-1 .submenu .arrow-caret {
	border-color: transparent transparent #333 transparent;
}

.nav-menu-1 .submenu ul>li.line-divide {
	-webkit-border-image: url("img/nav_border.png") 2 stretch;
	-moz-border-image: url("img/nav_border.png") 2 stretch;
	border-image: url("img/nav_border.png") 2 stretch;
	border-top: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.nav-menu-1 .submenu ul>li.line-divide {
		border-top-width: 1px;
	}
}

.nav-menu-1.has-menu-0 .nav-special-item {
	width: 100%;
}

.nav-menu-1.has-menu-1 .nav-item {
	width: 84%;
}

.nav-menu-1.has-menu-1 .submenu li a {
	min-width: 120px;
}

.nav-menu-1.has-menu-2 .nav-item {
	width: 42%;
}

.nav-menu-1.has-menu-2 .submenu li a {
	min-width: 120px;
}

.nav-menu-1.has-menu-3 .nav-item {
	width: 28%;
}

.nav-menu-1.has-menu-3 .submenu li a {
	min-width: 80px;
}

.nav-menu-1.has-menu-1 .nav-special-item,.nav-menu-1.has-menu-2 .nav-special-item,.nav-menu-1.has-menu-3 .nav-special-item
	{
	width: 16%;
}

.nav-menu-2 {
	height: 50px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.nav-menu-2 li {
	float: left;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: red;
}

.nav-menu-2 a {
	display: block;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
}

.nav-menu-2.has-menu-1 li {
	width: 100%;
}

.nav-menu-2.has-menu-2 li {
	width: 50%;
}

.nav-menu-2.has-menu-3 li {
	width: 33.33333%;
}

.nav-menu-2.has-menu-4 li {
	width: 25%;
}

.nav-menu-2.has-menu-5 li {
	width: 20%;
}

.nav-menu-3 {
	background-color: #292929;
	padding: 0 10px;
}

.nav-menu-3.has-menu-2 .nav-item,.nav-menu-3.has-menu-1 .nav-item,.nav-menu-3.has-menu-0 .nav-item
	{
	width: 34%;
}

.nav-menu-3.has-menu-2 .nav-item.nav-special-item,.nav-menu-3.has-menu-1 .nav-item.nav-special-item,.nav-menu-3.has-menu-0 .nav-item.nav-special-item
	{
	width: 32%;
}

.nav-menu-3.has-menu-4 .nav-item,.nav-menu-3.has-menu-3 .nav-item {
	width: 17%;
}

.nav-menu-3.has-menu-4 .nav-item.nav-special-item,.nav-menu-3.has-menu-3 .nav-item.nav-special-item
	{
	width: 32%;
}

.nav-menu-3 .nav-item {
	height: 40px;
	float: left;
	display: block;
}

.nav-menu-3 .nav-special-item a {
	background-color: #f90;
	height: 40px;
	width: 40px;
	margin: 0 auto;
	margin-top: -10px;
	border-radius: 100%;
	border: 5px solid #292929;
}

.nav-menu-4 {
	left: 10px;
	bottom: 52px;
}

.nav-menu-4 .nav-pop-main {
	height: 50px;
	width: 50px;
}

.nav-menu-4 .nav-pop-main .nav-item {
	display: none;
}

.nav-menu-4 .nav-pop-main .nav-special-item {
	display: block;
	background: url("img/centerbtn.png") center center no-repeat;
	background-size: 50px 50px;
	border-radius: 100%;
	left: 0px;
	bottom: 0px;
}

.nav-menu-4 .nav-pop-sub {
	bottom: 0px;
	left: 0px;
}

.nav-menu-4 .nav-pop-sub .nav-pop-sub-item {
	background: rgba(51, 51, 51, 0.9);
	border-radius: 100%;
	opacity: 0;
	left: 3px;
	bottom: 3px;
}

.nav-menu-5 {
	left: 50%;
	bottom: 3px;
}

.nav-menu-5 .nav-pop-main {
	margin-left: -50%;
	padding: 10px 9px 0 9px;
	width: 132px;
	height: 45px;
	position: relative;
	background: url("img/nav5back.png") center center no-repeat;
	background-size: 150px 50px;
}

.nav-menu-5 .nav-pop-main .nav-item {
	height: 43px;
	width: 41px;
}

.nav-menu-5 .nav-pop-main .nav-item a {
	background-size: 45px 45px;
}

.nav-menu-5 .nav-pop-main .nav-special-item {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	bottom: 8px;
	position: relative;
	left: 5px;
	bottom: -6px;
	float: left;
	margin-top: -10px;
	background: url("img/centerbtn.png") center center no-repeat;
	background-size: 40px 40px;
}

.nav-menu-5 .nav-pop-sub {
	bottom: 0px;
}

.nav-menu-5 .nav-pop-sub .nav-pop-sub-item {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
	left: 0px;
	bottom: 6px;
}

.nav-menu-5 .nav-pop-sub .nav-pop-sub-item a {
	margin-left: -50%;
	width: 100%;
	border-radius: 100%;
	background-color: rgba(41, 41, 41, 0.9);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.nav-menu-4 .nav-pop-main .nav-special-item {
		background-image: url("img/centerbtn@2x.png");
	}
	.nav-menu-5 .nav-pop-main {
		background-image: url("img/nav5back@2x.png");
	}
	.nav-menu-5 .nav-pop-main .nav-item-homepage {
		background-image: url("img/home@2x.png");
	}
	.nav-menu-5 .nav-pop-main .nav-item-cart {
		background-image: url("img/cart@2x.png");
	}
	.nav-menu-5 .nav-pop-main .nav-special-item {
		background-image: url("img/centerbtn@2x.png");
	}
}

.full-screen .container {
	background: none;
}

.full-screen .header {
	display: none;
}

.custom-richtext {
	padding: 0 10px;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	overflow: hidden;
	text-align: left;
	word-wrap: break-word;
}

.custom-richtext img+br {
	display: block;
	padding: 4px 0;
	content: ' ';
}

.custom-richtext p {
	margin: 0 0 1em 0;
}

.custom-richtext a {
	color: #07d;
}

.custom-richtext img {
	background: none;
	max-width: 100% !important;
	min-height: 1px;
	width: auto !important;
	height: auto !important;
	vertical-align: middle;
}

.custom-richtext ul,.custom-richtext ol {
	list-style-position: inside;
	padding-left: 0;
}

.custom-richtext blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 18px;
	border-left: 5px solid #EEE;
}

.custom-richtext em,.custom-richtext i {
	font-style: italic;
}

.custom-richtext strong,.custom-richtext b {
	font-weight: bold;
}

.custom-richtext .selectTdClass {
	background-color: #edf5fa !important;
}

.custom-richtext table.noBorderTable td,.custom-richtext table.noBorderTable th,.custom-richtext table.noBorderTable caption
	{
	border: 1px dashed #ddd !important;
}

.custom-richtext table {
	margin-bottom: 10px;
	border-collapse: collapse;
	display: table;
}

.custom-richtext td,.custom-richtext th {
	padding: 5px 10px;
	border: 1px solid #ddd;
}

.custom-richtext caption {
	border: 1px dashed #ddd;
	border-bottom: 0;
	padding: 3px;
	text-align: center;
}

.custom-richtext th {
	border-top: 2px solid #bbb;
	background: #f7f7f7;
}

.custom-richtext .ue-table-interlace-color-single {
	background-color: #fcfcfc;
}

.custom-richtext .ue-table-interlace-color-double {
	background-color: #f7faff;
}

.custom-richtext td p {
	margin: 0;
	padding: 0;
}

.custom-richtext-fullscreen {
	padding: 0;
	margin-top: 0;
}

.custom-image .title,.custom-image-swiper .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px;
	z-index: 10;
	background-color: rgba(51, 51, 51, 0.8);
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.custom-image a[href="javascript:;"],.custom-image a[href="javascript:void(0);"],.custom-image-swiper a[href="javascript:;"],.custom-image-swiper a[href="javascript:void(0);"]
	{
	cursor: default;
}

.custom-image-swiper {
	width: 100%;
	position: relative;
}

.custom-image-swiper .swiper-slide a {
	display: block;
	position: relative;
	text-align: center;
	width: 320px;
}

.custom-image-swiper .swiper-slide a img {
	max-width: 100%;
	height: auto;
}

.custom-image-swiper-single .swiper-slide {
	float: none;
}

.custom-image {
	padding: 0 5px;
	margin: 0;
	font-size: 12px;
}

.custom-image li {
	margin: 5px auto;
	position: relative;
	min-height: 40px;
}

.custom-image a {
	display: block;
}

.custom-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.custom-image .custom-image-small {
	width: 50%;
	height: 155px;
	float: left;
	overflow: hidden;
}

.custom-image .custom-image-small img {
	width: 100%;
	height: auto;
}

.custom-image .custom-image-small:nth-child (2n) img {
	padding-left: 5px;
}

.custom-image .custom-image-small:nth-child (2n) h3 {
	left: 5px;
}

.custom-title {
	background: url("img/bottom_line.png") left top no-repeat;
	background-size: 100% 1px;
	background-position: left bottom;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	word-break: break-all;
}

.custom-title .title {
	margin: 0;
	font-size: 18px;
	line-height: 22px;
}

.custom-title .sub_title {
	color: #8c8c8c;
	font-size: 11px;
	margin: 5px 0 0;
}

.custom-title .sub_title_date,.custom-title .sub_title_author {
	margin-right: 10px;
}

.custom-title .sub_title_date:empty {
	margin-right: 0;
}

.custom-title .sub_title_author:empty {
	margin-right: 0;
}

.custom-title .sub_title_link {
	color: #6191bf;
}

.custom-title.wx_template {
	padding-top: 17px;
	padding-bottom: 1px;
}

.custom-title.wx_template .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: black;
}

.custom-title.wx_template .sub_title {
	line-height: 1.6;
	font-size: 12px;
	font-weight: 400;
	margin-top: 3px;
}

.custom-title.wx_template .sub_title_link {
	color: #607fa6;
}

.custom-title-link {
	margin-left: 10px;
}

.custom-title-link a {
	font-size: 12px;
	color: #07d;
}

.custom-title-noline .custom-title {
	background: none;
}

.custom-nav,.custom-link {
	list-style: none;
	margin: 0;
	padding: 0;
}

.custom-nav li,.custom-link li {
	height: 44px;
	background: url("img/bottom_line.png") left top no-repeat;
	background-size: 100% 1px;
	background-position: left bottom;
	margin: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.custom-nav li:last-child,.custom-link li:last-child {
	background-image: none;
}

.custom-nav li:first-child,.custom-link li:first-child {
	background: url("img/bottom_line.png") left top no-repeat;
	background-size: 100% 1px;
	background-position: left bottom;
}

.custom-nav a,.custom-link a {
	display: block;
	height: 100%;
	color: #333;
	line-height: 44px;
	font-size: 14px;
	font-weight: 700;
}

.custom-nav a:hover .right-arrow,.custom-link a:hover .right-arrow {
	background-position: 0 0;
}

.custom-nav a:hover,.custom-link a:hover {
	background-position: 0 15px;
}

.custom-nav .right-arrow,.custom-link .right-arrow {
	padding-right: 0;
}

.custom-nav-title {
	overflow: hidden;
	display: inline-block;
	width: 280px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.custom-link .right-arrow {
	margin-top: 14px;
}

.custom-link-link {
	height: 100%;
	line-height: 44px;
	display: block;
}

.custom-link-link .title {
	float: left;
	margin: 0;
	line-height: 44px;
	height: 100%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 280px;
}

.custom-link-img {
	float: right;
	display: block;
	max-width: 40px;
	max-height: 40px;
}

.custom-link-img img {
	vertical-align: middle;
}

.custom-search {
	margin: 10px;
}

.custom-search form {
	margin: 0;
	position: relative;
	border: 1px solid #c0c0c0;
	background: #fff;
	border-radius: 5px;
}

.custom-search form .custom-search-input {
	margin: 0;
	padding: 0 10px 0 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	height: 35px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px none;
	outline: none;
	font-size: 14px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

.custom-search-button {
	position: absolute;
	top: 0;
	left: 0;
	border: 0px none;
	height: 35px;
	line-height: 35px;
	width: 37px;
	padding: 0;
	color: #fff;
	font-size: 14px;
	text-indent: -9999px;
	background: #fff url("img/search_icon.png") center center no-repeat;
	background-size: 16px 16px;
	border-radius: 5px 0 0 5px;
}

.custom-search-icon {
	background:
		url('img/IYlye3gWfIwRjsKOa7ge5qHxD8xIuLFxCTc0nqhHTM1B46W6RjWu4UaZxR3uMfUDvUqknv4oBC4AAAAASUVORK5CYII=')
		no-repeat center center;
	background-size: 15px;
	height: 15px;
	width: 15px;
	display: inline-block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: rgba(0, 0, 0, 0);
}

.custom-line-wrap {
	height: 30px;
	position: relative;
}

.custom-line {
	border: 0 none;
	border-top: 1px dashed #bbb;
	margin: auto;
	padding: 0;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.custom-store {
	position: relative;
	border: 1px solid #f2f2f2;
	border-left-width: 0;
	border-right-width: 0;
	background-color: #fff;
	margin: 10px 0;
}

.custom-store .custom-store-img {
	position: absolute;
	top: 13px;
	left: 10px;
	height: 18px;
	width: 18px;
	background-image: url("img/showcase-1416814739063.png");
	background-repeat: no-repeat;
	background-position: 0 -50px;
}

.custom-store .custom-store-link {
	display: block;
}

.custom-store .custom-store-name {
	float: left;
	padding: 0 0 0 35px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #333;
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.custom-store .custom-store-enter {
	float: right;
	height: 14px;
	line-height: 14px;
	margin: 15px 0;
	font-size: 12px;
	color: #999;
	border-left: 1px solid #dcdcdc;
	padding: 0 10px 0 7px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.custom-store {
		-webkit-border-image: url("img/border-line-f2f2f2.png") 2 stretch;
		-moz-border-image: url("img/border-line-f2f2f2.png") 2 stretch;
		border-image: url("img/border-line-f2f2f2.png") 2 stretch;
	}
	.custom-store .custom-store-img {
		background-image: url("img/showcase2x-1416814739063.png");
		background-repeat: no-repeat;
		background-position: 0 -70px;
		background-size: 40px auto;
	}
}

.custom-audio {
	padding: 10px;
}

.custom-audio-loading {
	display: none;
}

.custom-audio-weixin {
	position: relative;
}

.custom-audio-weixin-right .custom-audio-logo {
	float: right;
}

.custom-audio-weixin-right .custom-audio-animation-static {
	background-position: -180px -83px;
	right: 21px;
	left: auto;
}

.custom-audio-weixin-right .custom-audio-bar {
	background-position: -187px 0;
	left: auto;
	right: 50px;
}

.custom-audio-weixin-right .custom-audio-bar .custom-audio-loading {
	left: 20px;
	right: auto;
}

.custom-audio-weixin-right .custom-audio-bar .custom-audio-status {
	right: 43px;
	left: auto;
}

.custom-audio-weixin-right .custom-audio-bar img {
	right: 21px;
	left: auto;
}

.custom-audio-weixin-right .custom-audio-unread {
	left: auto;
	right: 245px;
}

.custom-audio-weixin-right .custom-audio-time {
	left: auto;
	right: 240px;
}

.custom-audio-logo {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.custom-audio-bar,.custom-audio-unread,.custom-audio-btn,.custom-audio-animation-static
	{
	background: url("img/sprite_v5.png") no-repeat scroll 0 0;
	background-size: 400px 175px;
}

.custom-audio-animation-static {
	background-position: -180px -105px;
	width: 13px;
	height: 17px;
	display: block;
	position: absolute;
	left: 21px;
	top: 12px;
	z-index: 1;
}

.custom-audio-bar {
	width: 185px;
	height: 42px;
	display: inline-block;
	position: absolute;
	left: 50px;
	cursor: pointer;
}

.custom-audio-bar img {
	position: absolute;
	left: 21px;
	top: 12px;
	z-index: 2;
}

.custom-audio-bar .custom-audio-status {
	position: absolute;
	left: 43px;
	top: 15px;
}

.custom-audio-bar .custom-audio-loading {
	left: auto;
	right: 10px;
	top: 12px;
}

.custom-audio-status {
	font-size: 12px;
}

.custom-audio-unread {
	background-position: 0 -42px;
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	left: 245px;
	top: -2px;
}

.custom-audio-time {
	color: #999999;
	font-size: 14px;
	position: absolute;
	left: 240px;
	bottom: 5px;
	display: none;
}

.custom-audio-music {
	position: relative;
	width: 100%;
	height: 38px;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.custom-audio-music .custom-audio-status {
	position: absolute;
	left: 42px;
	top: 14px;
}

.custom-audio-music .custom-audio-loading {
	position: absolute;
	right: 10px;
	top: 10px;
}

.custom-audio-btn {
	background-position: 0 -56px;
	display: block;
	position: absolute;
	cursor: pointer;
	left: 10px;
	top: 8px;
	width: 22px;
	height: 22px;
}

.custom-audio-music .custom-audio-time {
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 14px;
	left: auto;
	bottom: auto;
}

.custom-audio-title {
	position: absolute;
	left: 42px;
	top: 12px;
	line-height: 1em;
	font-size: 14px;
	color: #333;
	width: 250px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.custom-audio-music .custom-audio-timeline {
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #69aa2f;
	display: block;
	width: 0%;
}

.custom-audio-status-play .custom-audio-unread,.custom-audio-status-stop .custom-audio-unread,.custom-audio-status-pause .custom-audio-unread
	{
	display: none;
}

.custom-audio-status-play .custom-audio-title,.custom-audio-status-stop .custom-audio-title,.custom-audio-status-pause .custom-audio-title
	{
	width: 180px;
}

.custom-audio-status-play .custom-audio-music,.custom-audio-status-stop .custom-audio-music,.custom-audio-status-pause .custom-audio-music
	{
	height: 58px;
}

.custom-audio-status-play .custom-audio-time,.custom-audio-status-stop .custom-audio-time,.custom-audio-status-pause .custom-audio-time
	{
	display: block;
}

.custom-audio-status-play .rangeslider,.custom-audio-status-stop .rangeslider,.custom-audio-status-pause .rangeslider
	{
	visibility: visible;
}

.custom-audio-status-play .custom-audio-bar .custom-audio-animation {
	display: block !important;
	visibility: visible;
}

.custom-audio-status-play[data-reload="true"] .custom-audio-btn {
	background-position: 0 -100px;
}

.custom-audio-status-play .custom-audio-btn {
	background-position: 0 -78px;
}

.custom-audio-status-stop .custom-audio-btn {
	background-position: 0 -56px;
}

.custom-audio-status-pause .custom-audio-btn {
	background-position: 0 -56px;
}

.rangeslider,.rangeslider__fill {
	background: #e6e6e6;
	display: block;
	height: 19px;
	width: 100%;
	background-color: #f9f9f9;
}

.rangeslider {
	position: relative;
	top: 36px;
	visibility: hidden;
	border-top: 1px solid #ddd;
}

.rangeslider--disabled {
	opacity: 0.4;
}

.rangeslider__fill {
	position: absolute;
	top: 0;
	background: url("img/progress.png") repeat-x scroll 0 0;
	background-size: 1px 19px;
}

.rangeslider__handle {
	cursor: pointer;
	display: inline-block;
	width: 46px;
	height: 21px;
	position: absolute;
	top: -1px;
	background: url("img/button.png") no-repeat scroll 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.rangeslider__handle {
		background-image: url("img/button@2x.png");
		background-size: 46px 21px;
	}
}

.custom-notice {
	padding: 0 10px;
	height: 37px;
	line-height: 37px;
	color: #f90;
	background: #ffc;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	word-break: break-all;
	font-size: 12px;
}

.custom-notice-inner {
	overflow: hidden;
}

.custom-notice-scroll {
	width: 20000px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.custom-notice {
		-webkit-border-image: url("img/border-line-f2f2f2.png") 2 stretch;
		-moz-border-image: url("img/border-line-f2f2f2.png") 2 stretch;
		border-image: url("img/border-line-f2f2f2.png") 2 stretch;
	}
}

.custom-nav-4 {
	padding: 5px;
	text-align: center;
}

.custom-nav-4 li {
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
}

.custom-nav-4 li a {
	display: block;
	padding: 0 2px;
}

.custom-nav-4 li .nav-img-wap {
	display: block;
	max-height: 75px;
	overflow: hidden;
}

.custom-nav-4 li img {
	vertical-align: middle;
	max-width: 100%;
}

.custom-nav-4 li span.title {
	color: #333;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}

.custom-tag-list {
	background: #f9f9f9;
	overflow: hidden;
}

.custom-tag-list ul,.custom-tag-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.custom-tag-list .custom-tag-list-menu-block {
	position: relative;
	width: 90px;
	margin-right: 1px;
	float: left;
	border-right: 1px solid #ddd;
	background: #e6e6e6;
}

.custom-tag-list .custom-tag-list-menu-block .custom-tag-list-side-menu
	{
	padding-top: 25px;
	position: relative;
}

.custom-tag-list .custom-tag-list-menu-block li {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.custom-tag-list .custom-tag-list-menu-block li a {
	display: block;
	width: 80px;
	padding: 10px 5px;
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.custom-tag-list .custom-tag-list-menu-block li a span {
	display: block;
	max-height: 28px;
	overflow: hidden;
	line-height: 14px;
}

.custom-tag-list .custom-tag-list-menu-block li.current {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.custom-tag-list .custom-tag-list-menu-block li.current a {
	padding-right: 6px;
	background: #f9f9f9;
	color: #f60;
}

.custom-tag-list .custom-tag-list-menu-block .custom-tag-list-space {
	height: 24px;
	background: #e6e6e6;
}

.custom-tag-list .custom-tag-list-goods {
	overflow: hidden;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-title {
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	background: #eee;
	padding: 0 0 0 10px;
	margin: 0;
	background: #eee;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-list {
	margin-left: 5px;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-single-goods {
	border-bottom: 1px solid #ddd;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-single-goods:last-child
	{
	border-bottom: none;
}

.custom-tag-list .custom-tag-list-goods .no-goods-list {
	color: #999;
	padding: 0 5px;
	line-height: 40px;
	font-size: 14px;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-img {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	padding: 10px 5px 10px 0;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-img img {
	width: 60px;
	height: 60px;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail {
	margin-left: 65px;
	position: relative;
	padding-bottom: 2px;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-title
	{
	display: block;
	margin: 0;
	padding: 10px 0;
	line-height: 30px;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-price
	{
	color: #f60;
	padding: 0;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy
	{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 60px;
	height: 50px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy span
	{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	background-image: url("img/showcase-1416814739063.png");
	background-position: 0 -88px;
	background-repeat: no-repeat;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy .ajax-error,.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy .ajax-loading
	{
	display: none;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy .ajax-loading
	{
	background-image: url("img/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy .ajax-loading
		{
		background-image: url("img/loading@2x.gif");
		background-size: 16px;
	}
	.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy span
		{
		background-image: url("img/showcase2x-1416814739063.png");
		background-size: 40px auto;
	}
}

.custom-cube-table {
	width: 100%;
}

.custom-cube {
	margin: 0;
	padding: 0;
}

.custom-cube td {
	width: 80px;
	padding: 0;
	vertical-align: top;
}

.custom-cube td a {
	display: inline;
}

.custom-cube td img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
}

.custom-cube li {
	float: left;
	width: 80px;
	height: 80px;
	list-style-type: none;
}

.custom-cube li a {
	display: block;
}

.custom-cube li img {
	max-width: 80px;
	max-height: 80px;
	width: auto;
	height: auto;
	display: block;
}

.custom-cube2-table {
	width: 100%;
	height: auto;
}

.custom-cube2-table tr {
	margin: 0;
	padding: 0;
}

.custom-cube2-table td {
	width: 25%;
	margin: 0;
	padding: 0;
}

.custom-cube2-table td img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.custom-cube2-table td.cols-2 {
	width: 50%;
}

.custom-cube2-table td.cols-3 {
	width: 75%;
}

.custom-cube2-table td.cols-4 {
	width: 100%;
}

.cube2-edit table {
	width: 240px;
}

.cube2-edit table td {
	width: 60px;
	height: 60px;
	cursor: pointer;
	text-align: center;
	color: #ccc;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cube2-edit table td.empty {
	background-color: rgba(0, 0, 0, 0);
}

.cube2-edit table td.empty:after {
	content: '+';
}

.cube2-edit table td.current {
	-webkit-box-shadow: 0 0 0 2px #858585 inset;
	box-shadow: 0 0 0 2px #858585 inset;
	padding: 2px;
}

.cube2-edit table td.rows-2 {
	height: 120px;
}

.cube2-edit table td.rows-3 {
	height: 180px;
}

.cube2-edit table td.rows-4 {
	height: 240px;
}

.cube2-edit table td.cols-2 {
	width: 60px;
}

.cube2-edit table td.cols-3 {
	width: 60px;
}

.cube2-edit table td.cols-4 {
	width: 60px;
}

.cube2-edit table td.index-0 {
	background-color: #BEEB9F;
}

.cube2-edit table td.index-1 {
	background-color: #FFFF9D;
}

.cube2-edit table td.index-2 {
	background-color: #DB9E36;
}

.cube2-edit table td.index-3 {
	background-color: #79BD8F;
}

.cube2-edit table td.index-4 {
	background-color: #00A388;
}

.cube2-edit table td.index-5 {
	background-color: #225378;
}

.cube2-edit table td.index-6 {
	background-color: #1695A3;
}

.cube2-edit table td.index-7 {
	background-color: #BEDB39;
}

.cube2-edit table td.index-8 {
	background-color: #F3FFE2;
}

.cube2-edit table td.index-9 {
	background-color: #EB7F00;
}

.cube2-edit table td.index-10 {
	background-color: #7D8A2E;
}

.cube2-edit table td.index-11 {
	background-color: #C9D787;
}

.cube2-edit table td.index-12 {
	background-color: #FFC0A9;
}

.cube2-edit table td.index-13 {
	background-color: #FF8598;
}

.cube2-edit table td.index-14 {
	background-color: #FFD34E;
}

.cube2-edit table td.index-15 {
	background-color: #ACF0F2;
}

.cube2-edit table img {
	max-height: 1000%;
}

.cube2-edit table span {
	color: #fff;
	text-shadow: 0 0 1px #000;
}

.cube2-edit .control-group .choices {
	margin: 0;
}

.cube2-edit .control-group .choice {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.cube2-edit .control-group .choice .actions {
	display: inline-block;
}

.cube2-edit .control-group .choice .actions .close-modal {
	position: absolute;
	top: 16px;
	right: 10px;
}

.layout-table {
	padding: 40px 195px;
}

.layout-cols {
	float: left;
}

.layout-cols li {
	margin: 1px;
	background: #f8f8f8;
	width: 60px;
	height: 60px;
	border: 1px solid #e9e9e9;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

.layout-cols li.selected {
	background: #ddeafb;
	border-color: #c3d9ff;
}

.layout-cols input[type=radio] {
	display: none;
}

.app-design .app-sidebar .cube2-edit .choice {
	border-bottom: 0px none;
}

.custom-showcase-wrap-1 .custom-showcase-big,.custom-showcase-wrap-1 .custom-showcase-small
	{
	width: 33%;
	height: 106px;
	overflow: hidden;
	margin: 0;
}

.custom-showcase-wrap-1 .custom-showcase-big img,.custom-showcase-wrap-1 .custom-showcase-small img
	{
	width: 100%;
	height: auto;
}

.custom-showcase-wrap-1 .custom-showcase-small {
	margin-left: 1px;
}

.custom-showcase-wrap-title {
	padding: 10px;
	font-size: 14px;
}

.custom-showcase-body {
	background-color: #fff;
}

.custom-showcase-body-title {
	font-size: 14px;
	font-weight: 700;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0;
}

.custom-showcase-body-desc {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding-bottom: 10px;
	font-size: 12px;
	word-break: break-all;
}

.custom-showcase {
	margin: 0;
	padding: 1px 0 0;
	list-style: none;
}

.custom-showcase li {
	float: left;
	margin-bottom: 1px;
	text-align: center;
}

.custom-showcase li a {
	display: block;
}

.custom-showcase-big {
	width: 65%;
	height: 213px;
	overflow: hidden;
	margin-right: 1px;
	float: left;
}

.custom-showcase-big img {
	width: 100%;
	height: auto;
}

.custom-showcase-small {
	width: 34%;
	height: 106px;
	overflow: hidden;
}

.custom-showcase-small img {
	width: 100%;
	height: auto;
}

.custom-category {
	margin: 6px 8px;
}

.custom-category ul {
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
	font-size: 0;
}

.custom-category li {
	float: left;
	display: inline;
	vertical-align: top;
	width: 50%;
	margin-bottom: 4px;
	font-size: 0;
	text-align: center;
}

.custom-category li a {
	display: block;
	padding: 0 12px;
	line-height: 40px;
	height: 40px;
	width: auto;
	margin: 0 2px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #f2f2f2;
	color: #000;
}

.custom-recommend-goods {
	background: #fff;
	margin: 10px 0;
	border: 1px solid #f2f2f2;
	border-left-style: none;
	border-right-style: none;
}

.custom-recommend-goods-title {
	margin-left: 9px;
	padding-left: 2px;
	height: 37px;
	max-height: 37px;
	line-height: 37px;
	font-size: 14px;
	border-bottom: 1px solid #f2f2f2;
}

.custom-recommend-goods-title a {
	position: relative;
	display: block;
	color: #333;
}

.custom-recommend-goods-title a:after {
	position: absolute;
	content: '';
	right: 15px;
	top: 50%;
	width: 9px;
	height: 12px;
	margin-top: -6px;
	background: url("img/ios7_arrow.png") left center no-repeat;
	background-size: 100% 100%;
}

.custom-recommend-goods-list {
	padding: 9px 8px;
	margin: 0 0 0 -8px;
	list-style: none;
}

.custom-recommend-goods-list li {
	float: left;
	margin-left: 9px;
	width: 93px;
	height: 93px;
	border: 1px solid #f2f2f2;
	background: #fcfcfc;
}

.custom-recommend-goods-list a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}

.custom-recommend-goods-list img {
	display: block;
	width: auto;
	height: auto;
	max-width: 93px;
	max-height: 93px;
	margin: auto;
}

.block-item {
	position: relative;
	display: block;
	padding: 10px;
	line-height: 22px;
	border: 0px none;
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-bottom: 2px solid #e5e5e5;
	overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.block-item {
		border-bottom-width: 1px;
	}
}

.block-item:last-child {
	border-bottom: 0px none;
}

.block-item .btn-auth-code {
	position: absolute;
	top: 6px;
	right: 10px;
	height: 30px;
	line-height: 30px;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: bold;
}

.block-item .verify-image {
	position: absolute;
	width: 80px;
	height: 30px;
	right: 10px;
	top: 7px;
}

.block-item.border-none {
	border-bottom: 0px none;
}

.block-item ul {
	padding-right: 50px;
}

.block-item ul em {
	color: #999;
}

.block-item h4.block-item-title {
	line-height: 22px;
	float: left;
	margin-right: 10px;
}

.block {
	overflow: hidden;
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	margin: 10px 0;
	background-color: #fff;
	display: block;
	position: relative;
	font-size: 14px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.block {
		border-top-width: 1px;
		border-bottom-width: 1px;
	}
}

.block.block-left-10 {
	padding-left: 10px;
}

.block.block-top-0 {
	margin-top: 0;
}

.block.block-bottom-0 {
	margin-bottom: 0;
}

.block.block-border-top-none {
	border-top: 0px none;
}

.block.block-border-bottom-none {
	border-bottom: 0px none;
}

.block.block-border-none {
	border-top: 0px none;
	border-bottom: 0px none;
}

.block:first-child {
	margin-top: 0;
}

.block .bottom {
	padding: 10px;
	height: 18px;
	line-height: 18px;
}

.block .bottom .price {
	float: right;
	color: #ff6600;
}

.block .opt-wrapper {
	position: absolute;
	top: 9px;
	right: 5px;
}

.block .opt-wrapper .btn {
	margin-right: 5px;
}

.block .opt-wrapper .opt-link {
	margin-right: 5px;
}

.block .opt-link {
	color: #09f;
	font-size: 12px;
	line-height: 24px;
}

.block p {
	overflow: hidden;
}

.block.block-list {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.block.block-list.margin-top-normal {
	margin-top: 20px;
}

.block-list.wf {
	padding-left: 0;
}

.block-list.wf .b-list {
	padding-left: 10px;
	background-color: #fff;
}

.block-list>.block-item {
	padding: 10px 10px 10px 0;
}

.block.block-list a.hide,.block.block-list p.hide {
	display: none;
}

.block.block-list+.block.block-list {
	margin-top: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.block.block-list li span.clear {
		background: url("img/icon_clear@2x.png") center center no-repeat;
		background-size: 100%;
	}
}

.block.block-form {
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.block.block-form.margin-top-normal {
	margin-top: 20px;
}

.block.block-form.margin-bottom-normal {
	margin-bottom: 20px;
}

.block.block-form .auth-hide {
	display: none !important;
}

.block.block-form .block-item {
	display: table;
	width: 100%;
	padding: 0;
}

.block.block-form .block-item label {
	display: table-cell;
	width: 90px;
	padding: 10px 0;
	vertical-align: middle;
}

.block.block-form .block-item textarea,.block.block-form .block-item input,.block.block-form .block-item select,.block.block-form .block-item a,.block.block-form .block-item span
	{
	display: table-cell;
	overflow: hidden;
	margin-left: 0;
	margin-right: 10px;
	padding: 10px 0;
	font-size: 14px;
	min-height: 22px;
	line-height: 22px;
}

.block.block-form .block-item textarea,.block.block-form .block-item input,.block.block-form .block-item select
	{
	width: 99%;
	background-color: #fff;
	border: 0px none;
	outline: none;
}

.block.block-form .block-item textarea {
	height: 50px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	resize: none;
}

.block.block-form .block-item span.message {
	line-height: 18px;
	min-height: 42px;
}

.block.block-form .block-item:last-child {
	border-bottom: 0px none;
}

.order-related .other-shop {
	font-size: 12px;
}

.order-related .other-shop a {
	color: #07d;
}

.order-related {
	margin-bottom: 12px;
}

.order-related .uc-order {
	width: 100%;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

.order-related .uc-order p {
	line-height: 20px;
}

.order-related .uc-order.list-horizon {
	height: 60px;
}

.order-related .uc-order.list-horizon>li {
	display: inline-block;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.order-related .uc-order.list-horizon>li+li {
	-webkit-border-image: url("img/border-line.png") 2 stretch;
	-moz-border-image: url("img/border-line.png") 2 stretch;
	border-image: url("img/border-line.png") 2 stretch;
	border-left: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.order-related .uc-order.list-horizon>li+li {
		border-left-width: 1px;
	}
}

.order-related .uc-order.list-horizon p {
	text-align: center;
	line-height: 20px;
}

.order-related .block.block-list.list-vertical>a.link {
	padding-left: 38px;
}

.order-related .block.block-list.list-vertical>a.link::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 5px;
	width: 25px;
	height: 25px;
	background-image: url("img/uc_icon@2x.png");
	background-repeat: no-repeat;
	background-size: 18px 218px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.order-related .block.block-list.list-vertical>a.link::before {
		background-image: url("img/uc_icon@2x.png");
	}
}

.order-related .block.block-list.list-vertical>a.link.icon-order::before
	{
	background-position: 3px 4px;
}

.order-related .block.block-list.list-vertical>a.link.icon-record::before
	{
	background-position: 3px -18px;
}

.order-related .block.block-list.list-vertical>a.link.icon-backs::before
	{
	background-position: 3px -41px;
}

.order-related .block.block-list.list-vertical>a.link.icon-wish::before
	{
	background-position: 3px -63px;
}

.order-related .block.block-list.list-vertical>a.link.icon-membercard::before
	{
	background-position: 3px -85px;
}

.order-related .block.block-list.list-vertical>a.link.icon-gift::before
	{
	background-position: 3px -108px;
}

.order-related .block.block-list.list-vertical>a.link.icon-coupon::before
	{
	background-position: 3px -131px;
}

.order-related .block.block-list.list-vertical>a.link.icon-guanzhu::before
	{
	background-position: 3px -63px;
}

.order-related .block.block-list.list-vertical>a.link.icon-return::before
	{
	background-position: 3px -242px;
}

.order-related .block.block-list.list-vertical>a.link.icon-collect::before
	{
	background-position: 3px -220px;
}

.order-related .block.block-list.list-vertical>a.link.icon-rights::before
	{
	background-position: 3px -264px;
}

.order-related .block.block-list.list-vertical>a.link.icon-promocode::before
	{
	background-position: 3px -153px;
}

.order-related .block.block-list.list-vertical>a.link.icon-present::before
	{
	background-position: 3px -176px;
}

.order-related .block.block-list.list-vertical>a.link.icon-taobao::before
	{
	background-position: 3px -198px;
}

.order-related .block.block-list.list-vertical>a.link p::after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: 2px solid #cbc9cc;
	border-right: 2px solid #cbc9cc;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 16px;
	right: 12px;
}

.custom-level {
	min-height: 100px;
	overflow: hidden;
	position: relative;
	background-image: url("img/pic_bg@2x.png");
	background-size: 6px 6px;
}

.custom-level-img {
	max-width: 100%;
	max-height: 160px;
	display: block;
	margin: auto;
}

.custom-level-img-blur {
	filter: blur(10px);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
}

.custom-level-title-section {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 26px;
	margin: 0 auto;
	width: 100%;
	z-index: 10;
	background-color: rgba(51, 51, 51, 0.8);
}

.custom-level-title {
	color: #FFF;
	font-size: 15px;
	padding: 5px 15px;
	line-height: 1.5;
	margin: 0;
}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
}

@
-webkit-keyframes bounceInLeft { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:translate3d
(-3000px
,
0,
0);
transform
:translate3d
(-3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:translate3d
(25px
,
0,
0);
transform
:translate3d
(25px
,
0,
0);
}
75%{
-webkit-transform
:translate3d
(-10px
,
0,
0);
transform
:translate3d
(-10px
,
0,
0);
}
90%{
-webkit-transform
:translate3d
(5px
,
0,
0);
transform
:translate3d
(5px
,
0,
0);
}
100%{
-webkit-transform
:none
;transform
:none
;opacity
:
1;
}
}
@
-moz-keyframes bounceInLeft { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:translate3d
(-3000px
,
0,
0);
-moz-transform
:translate3d
(-3000px
,
0,
0);
transform
:translate3d
(-3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:translate3d
(25px
,
0,
0);
-moz-transform
:translate3d
(25px
,
0,
0);
transform
:translate3d
(25px
,
0,
0);
}
75%{
-webkit-transform
:translate3d
(-10px
,
0,
0);
-moz-transform
:translate3d
(-10px
,
0,
0);
transform
:translate3d
(-10px
,
0,
0);
}
90%{
-webkit-transform
:translate3d
(5px
,
0,
0);
-moz-transform
:translate3d
(5px
,
0,
0);
transform
:translate3d
(5px
,
0,
0);
}
100%{
-webkit-transform
:none
;-moz-transform
:none
;transform
:none
;opacity
:
1;
}
}
@
keyframes bounceInLeft { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:translate3d
(-3000px
,
0,
0);
-moz-transform
:translate3d
(-3000px
,
0,
0);
transform
:translate3d
(-3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:translate3d
(25px
,
0,
0);
-moz-transform
:translate3d
(25px
,
0,
0);
transform
:translate3d
(25px
,
0,
0);
}
75%{
-webkit-transform
:translate3d
(-10px
,
0,
0);
-moz-transform
:translate3d
(-10px
,
0,
0);
transform
:translate3d
(-10px
,
0,
0);
}
90%{
-webkit-transform
:translate3d
(5px
,
0,
0);
-moz-transform
:translate3d
(5px
,
0,
0);
transform
:translate3d
(5px
,
0,
0);
}
100%{
-webkit-transform
:none
;-moz-transform
:none
;transform
:none
;opacity
:
1;
}
}
@
-webkit-keyframes bounceInLeftRotateLeft { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-3000px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(25px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(25px
,
0,
0);
}
75%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-10px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-10px
,
0,
0);
}
90%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(5px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(5px
,
0,
0);
}
100%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg);transform
:rotate
(-15deg)
 
skewX
(-15deg);opacity
:
1;
}
}
@
-moz-keyframes bounceInLeftRotateLeft { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-3000px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-3000px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(25px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(25px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(25px
,
0,
0);
}
75%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-10px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-10px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-10px
,
0,
0);
}
90%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(5px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(5px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(5px
,
0,
0);
}
100%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg);-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg);transform
:rotate
(-15deg)
 
skewX
(-15deg);opacity
:
1;
}
}
@
keyframes bounceInLeftRotateLeft { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-3000px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-3000px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(25px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(25px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(25px
,
0,
0);
}
75%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-10px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-10px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-10px
,
0,
0);
}
90%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(5px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(5px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(5px
,
0,
0);
}
100%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg);-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg);transform
:rotate
(-15deg)
 
skewX
(-15deg);opacity
:
1;
}
}
@
-webkit-keyframes bounceInLeftRotateRight { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-3000px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(25px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(25px
,
0,
0);
}
75%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-10px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-10px
,
0,
0);
}
90%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(5px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(5px
,
0,
0);
}
100%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg);transform
:rotate
(15deg)
 
skewX
(15deg);opacity
:
1;
}
}
@
-moz-keyframes bounceInLeftRotateRight { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-3000px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-3000px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(25px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(25px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(25px
,
0,
0);
}
75%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-10px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-10px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-10px
,
0,
0);
}
90%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(5px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(5px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(5px
,
0,
0);
}
100%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg);-moz-transform
:rotate
(15deg)
 
skewX
(15deg);transform
:rotate
(15deg)
 
skewX
(15deg);opacity
:
1;
}
}
@
keyframes bounceInLeftRotateRight { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-3000px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-3000px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(25px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(25px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(25px
,
0,
0);
}
75%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-10px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-10px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-10px
,
0,
0);
}
90%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(5px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(5px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(5px
,
0,
0);
}
100%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg);-moz-transform
:rotate
(15deg)
 
skewX
(15deg);transform
:rotate
(15deg)
 
skewX
(15deg);opacity
:
1;
}
}
@
-webkit-keyframes bounceInRight { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:translate3d
(3000px
,
0,
0);
transform
:translate3d
(3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:translate3d
(-25px
,
0,
0);
transform
:translate3d
(-25px
,
0,
0);
}
75%{
-webkit-transform
:translate3d
(10px
,
0,
0);
transform
:translate3d
(10px
,
0,
0);
}
90%{
-webkit-transform
:translate3d
(-5px
,
0,
0);
transform
:translate3d
(-5px
,
0,
0);
}
100%{
-webkit-transform
:none
;transform
:none
;opacity
:
1;
}
}
@
-moz-keyframes bounceInRight { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:translate3d
(3000px
,
0,
0);
-moz-transform
:translate3d
(3000px
,
0,
0);
transform
:translate3d
(3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:translate3d
(-25px
,
0,
0);
-moz-transform
:translate3d
(-25px
,
0,
0);
transform
:translate3d
(-25px
,
0,
0);
}
75%{
-webkit-transform
:translate3d
(10px
,
0,
0);
-moz-transform
:translate3d
(10px
,
0,
0);
transform
:translate3d
(10px
,
0,
0);
}
90%{
-webkit-transform
:translate3d
(-5px
,
0,
0);
-moz-transform
:translate3d
(-5px
,
0,
0);
transform
:translate3d
(-5px
,
0,
0);
}
100%{
-webkit-transform
:none
;-moz-transform
:none
;transform
:none
;opacity
:
1;
}
}
@
keyframes bounceInRight { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:translate3d
(3000px
,
0,
0);
-moz-transform
:translate3d
(3000px
,
0,
0);
transform
:translate3d
(3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:translate3d
(-25px
,
0,
0);
-moz-transform
:translate3d
(-25px
,
0,
0);
transform
:translate3d
(-25px
,
0,
0);
}
75%{
-webkit-transform
:translate3d
(10px
,
0,
0);
-moz-transform
:translate3d
(10px
,
0,
0);
transform
:translate3d
(10px
,
0,
0);
}
90%{
-webkit-transform
:translate3d
(-5px
,
0,
0);
-moz-transform
:translate3d
(-5px
,
0,
0);
transform
:translate3d
(-5px
,
0,
0);
}
100%{
-webkit-transform
:none
;-moz-transform
:none
;transform
:none
;opacity
:
1;
}
}
@
-webkit-keyframes bounceInRightRotateLeft { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(3000px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-25px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-25px
,
0,
0);
}
75%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(10px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(10px
,
0,
0);
}
90%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-5px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-5px
,
0,
0);
}
100%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg);transform
:rotate
(-15deg)
 
skewX
(-15deg);opacity
:
1;
}
}
@
-moz-keyframes bounceInRightRotateLeft { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(3000px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(3000px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-25px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-25px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-25px
,
0,
0);
}
75%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(10px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(10px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(10px
,
0,
0);
}
90%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-5px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-5px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-5px
,
0,
0);
}
100%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg);-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg);transform
:rotate
(-15deg)
 
skewX
(-15deg);opacity
:
1;
}
}
@
keyframes bounceInRightRotateLeft { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(3000px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(3000px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-25px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-25px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-25px
,
0,
0);
}
75%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(10px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(10px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(10px
,
0,
0);
}
90%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-5px
,
0,
0);
-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-5px
,
0,
0);
transform
:rotate
(-15deg)
 
skewX
(-15deg)
 
translate3d
(-5px
,
0,
0);
}
100%{
-webkit-transform
:rotate
(-15deg)
 
skewX
(-15deg);-moz-transform
:rotate
(-15deg)
 
skewX
(-15deg);transform
:rotate
(-15deg)
 
skewX
(-15deg);opacity
:
1;
}
}
@
-webkit-keyframes bounceInRightRotateRight { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(3000px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-25px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-25px
,
0,
0);
}
75%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(10px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(10px
,
0,
0);
}
90%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-5px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-5px
,
0,
0);
}
100%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg);transform
:rotate
(15deg)
 
skewX
(15deg);opacity
:
1;
}
}
@
-moz-keyframes bounceInRightRotateRight { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(3000px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(3000px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-25px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-25px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-25px
,
0,
0);
}
75%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(10px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(10px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(10px
,
0,
0);
}
90%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-5px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-5px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-5px
,
0,
0);
}
100%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg);-moz-transform
:rotate
(15deg)
 
skewX
(15deg);transform
:rotate
(15deg)
 
skewX
(15deg);opacity
:
1;
}
}
@
keyframes bounceInRightRotateRight { 0%,60%,75%,90%,100%{
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0%{
opacity
:
0;-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(3000px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(3000px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(3000px
,
0,
0);
}
60%{
opacity
:
1;-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-25px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-25px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-25px
,
0,
0);
}
75%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(10px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(10px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(10px
,
0,
0);
}
90%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-5px
,
0,
0);
-moz-transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-5px
,
0,
0);
transform
:rotate
(15deg)
 
skewX
(15deg)
 
translate3d
(-5px
,
0,
0);
}
100%{
-webkit-transform
:rotate
(15deg)
 
skewX
(15deg);-moz-transform
:rotate
(15deg)
 
skewX
(15deg);transform
:rotate
(15deg)
 
skewX
(15deg);opacity
:
1;
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

.bounceInLeftRotateLeft {
	-webkit-animation-name: bounceInLeftRotateLeft;
	-moz-animation-name: bounceInLeftRotateLeft;
	animation-name: bounceInLeftRotateLeft;
}

.bounceInLeftRotateRight {
	-webkit-animation-name: bounceInLeftRotateRight;
	-moz-animation-name: bounceInLeftRotateRight;
	animation-name: bounceInLeftRotateRight;
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.bounceInRightRotateLeft {
	-webkit-animation-name: bounceInRightRotateLeft;
	-moz-animation-name: bounceInRightRotateLeft;
	animation-name: bounceInRightRotateLeft;
}

.bounceInRightRotateRight {
	-webkit-animation-name: bounceInRightRotateRight;
	-moz-animation-name: bounceInRightRotateRight;
	animation-name: bounceInRightRotateRight;
}

.custom-scroll-nav-bg {
	background: no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}

.custom-scroll-nav-blur {
	background: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -9;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}

.custom-scroll-nav-blur-show {
	background: rgba(0, 0, 0, 0.4);
}

.custom-scroll-nav {
	height: 100%;
	overflow: hidden;
}

.custom-scroll-nav a {
	color: #FFF;
	display: block;
}

.custom-scroll-nav .swiper-container {
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	position: relative;
	left: 0;
}

.custom-scroll-nav .swiper-container .swiper-slide {
	height: 220px;
	margin-top: 30px;
	opacity: 0;
	float: none;
	width: 100%;
	-webkit-transform: rotate(0) skewX(0) translate3d(0, 64px, 0);
	-moz-transform: rotate(0) skewX(0) translate3d(0, 64px, 0);
	transform: rotate(0) skewX(0) translate3d(0, 64px, 0);
}

.custom-scroll-nav .swiper-container .swiper-slide.done {
	opacity: 1;
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-item-name,.custom-scroll-nav.custom-scroll-nav-right .swiper-item-name
	{
	left: 50px;
	padding: 0;
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-item-con,.custom-scroll-nav.custom-scroll-nav-right .swiper-item-con
	{
	left: 64px;
	padding: 0;
	width: 600px;
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-container .swiper-slide,.custom-scroll-nav.custom-scroll-nav-left .swiper-container,.custom-scroll-nav.custom-scroll-nav-right .swiper-container .swiper-slide,.custom-scroll-nav.custom-scroll-nav-right .swiper-container
	{
	width: 104%;
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-container,.custom-scroll-nav.custom-scroll-nav-right .swiper-container
	{
	left: -2%;
}

.custom-scroll-nav.custom-scroll-nav-right .swiper-slide {
	-webkit-transform: rotate(15deg) skewX(15deg) translate3d(0, 64px, 0);
	-moz-transform: rotate(15deg) skewX(15deg) translate3d(0, 64px, 0);
	transform: rotate(15deg) skewX(15deg) translate3d(0, 64px, 0);
}

.custom-scroll-nav.custom-scroll-nav-right .swiper-item-con .swiper-item-name
	{
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

.custom-scroll-nav.custom-scroll-nav-right .swiper-item.slide-bg {
	width: 108%;
	left: -4%;
	-webkit-transform: skewX(-15deg);
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-slide {
	-webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(0, 64px, 0);
	-moz-transform: rotate(-15deg) skewX(-15deg) translate3d(0, 64px, 0);
	transform: rotate(-15deg) skewX(-15deg) translate3d(0, 64px, 0);
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-item-con,.custom-scroll-nav.custom-scroll-nav-left .swiper-item-name
	{
	-webkit-transform: skewX(15deg);
	-moz-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-item-name {
	left: 80px;
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-item-con {
	left: 70px;
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-item.slide-bg {
	width: 108%;
	left: -4%;
	-webkit-transform: skewX(15deg);
}

.custom-scroll-nav .swiper-container .swiper-item {
	width: 100%;
	height: 220px;
	background-color: rgba(0, 0, 0, 0.6);
	position: relative;
}

.custom-scroll-nav .swiper-container .swiper-item.slide-bg {
	background-size: cover;
	background-repeat: no-repeat;
}

.custom-scroll-nav .swiper-container .swiper-item .swiper-item-bg {
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.custom-scroll-nav .swiper-item-name {
	height: 52px;
	position: absolute;
	top: 40px;
	text-align: left;
	width: 100%;
	font-size: 46px;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 30px;
}

.custom-scroll-nav .swiper-item-con {
	position: absolute;
	top: 96px;
	text-align: left;
	line-height: 1.2;
	font-size: 30px;
	margin-top: 10px;
	height: 70px;
	overflow: hidden;
	padding: 0 30px;
	width: 100%;
}

@
-webkit-keyframes start { 0%,30%{
	opacity: 0;
	-webkit-transform: translate(0, 100px);
}

60%{
opacity
:
1;-webkit-transform
:translate
(0
,
0);
}
100%{
opacity
:
0;-webkit-transform
:translate
(0
,
-8
px
);
}
}
@
-moz-keyframes start { 0%,30%{
	opacity: 0;
	-moz-transform: translate(0, 10px);
}

60%{
opacity
:
1;-moz-transform
:translate
(0
,
0);
}
100%{
opacity
:
0;-moz-transform
:translate
(0
,
-8
px
);
}
}
@
keyframes start { 0%,30%{
	opacity: 0;
	-webkit-transform: translate(0, 10px);
	-moz-transform: translate(0, 10px);
	transform: translate(0, 10px);
}

60%{
opacity
:
1;-webkit-transform
:translate
(0
,
0);
-moz-transform
:translate
(0
,
0);
transform
:translate
(0
,
0);
}
100%{
opacity
:
0;-webkit-transform
:translate
(0
,
-8
px
);-moz-transform
:translate
(0
,
-8
px
);transform
:translate
(0
,
-8
px
);
}
}
@
-webkit-keyframes rotateplane { 0%{
	-webkit-transform: perspective(120px);
}

50%{
-webkit-transform
:perspective
(120px)
 
rotateY
(180deg);
}
100%{
-webkit-transform
:perspective
(120px)
 
rotateY
(180deg)
 
rotateX
(180deg);
}
}
@
-moz-keyframes rotateplane { 0%{
	-moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}

50%{
-moz-transform
:perspective
(120px)
 
rotateX
(-180
.1deg
)
 
rotateY
(0deg);transform
:perspective
(120px)
 
rotateX
(-180
.1deg
)
 
rotateY
(0deg);-webkit-transform
:perspective
(120px)
 
rotateX
(-180
.1deg
)
 
rotateY
(0deg);
}
100%{
-moz-transform
:perspective
(120px)
 
rotateX
(-180deg)
 
rotateY
(-179
.9deg
);transform
:perspective
(120px)
 
rotateX
(-180deg)
 
rotateY
(-179
.9deg
);-webkit-transform
:perspective
(120px)
 
rotateX
(-180deg)
 
rotateY
(-179
.9deg
);
}
}
@
keyframes rotateplane { 0%{
	-moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}

50%{
-moz-transform
:perspective
(120px)
 
rotateX
(-180
.1deg
)
 
rotateY
(0deg);transform
:perspective
(120px)
 
rotateX
(-180
.1deg
)
 
rotateY
(0deg);-webkit-transform
:perspective
(120px)
 
rotateX
(-180
.1deg
)
 
rotateY
(0deg);
}
100%{
-moz-transform
:perspective
(120px)
 
rotateX
(-180deg)
 
rotateY
(-179
.9deg
);transform
:perspective
(120px)
 
rotateX
(-180deg)
 
rotateY
(-179
.9deg
);-webkit-transform
:perspective
(120px)
 
rotateX
(-180deg)
 
rotateY
(-179
.9deg
);
}
}
.ui-viewport-640 {
	height: 100%;
}

.ui-viewport-640 body,.ui-viewport-640 .container,.ui-viewport-640 .container .content,.ui-viewport-640 .content-body
	{
	height: 100%;
}

.ui-viewport-640 .content-sidebar {
	display: none;
	display: block;
	margin-left: 640px;
}

.ui-viewport-640 body {
	overflow: hidden;
}

.ui-viewport-640 body .content {
	width: 640px;
	margin: 0 auto;
	padding: 0;
}

.ui-viewport-640 body .content-body {
	width: 640px;
	padding: 0;
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.ui-viewport-640 body .headerbar .headerbar-wrap {
	width: 920px;
}

.ui-viewport-640 body .ui-loading {
	background-color: #fff;
}

.ui-viewport-640 body .ui-loading .loading-animate {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	background-color: #00aacf;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	-moz-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}

.tpl-scroll {
	position: relative;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: cover;
	visibility: hidden;
}

.tpl-scroll .swiper-slide {
	float: none;
	width: 100%;
	height: 100%;
	position: relative;
}

.tpl-scroll .swiper-slide a,.tpl-scroll .swiper-slide i {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: cover;
	display: block;
	height: 100%;
	width: 100%;
}

.tpl-scroll .swiper-container {
	height: 100%;
	overflow: hidden;
}

.tpl-scroll .ui-right-btns {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	padding: 40px;
}

.tpl-scroll .ui-music-btn {
	background: rgba(0, 0, 0, 0.3) url("img/music@2x.png") no-repeat scroll
		50% 50%;
	width: 44px;
	height: 44px;
	border-radius: 24px;
	border: 2px solid #fff;
	display: inline-block;
}

.tpl-scroll .ui-music-off {
	background-image: url("img/music_off@2x.png");
}

.tpl-scroll .ui-up-arrow {
	position: absolute;
	bottom: 50px;
	right: 100px;
	z-index: 11;
	display: none;
}

.tpl-scroll .ui-up-arrow img {
	width: 230px;
	height: 280px;
	-webkit-animation: start 1.5s infinite ease-in-out;
	-moz-animation: start 1.5s infinite ease-in-out;
	animation: start 1.5s infinite ease-in-out;
}

.ui-left-btns {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	padding: 40px;
}

.ui-homepage-btn {
	background: rgba(0, 0, 0, 0.3) url("img/homepage@2x.png") no-repeat
		scroll 50% 50%;
	width: 44px;
	height: 44px;
	border-radius: 24px;
	border: 2px solid #fff;
	display: inline-block;
}

.anm-wrap {
	position: absolute;
	width: 640px;
	height: 960px;
	top: 0;
	left: 0;
	overflow: hidden;
}

.anm-wrap img {
	border: 0;
}

.swp-item-wrap {
	position: absolute;
	width: 640px;
	height: 960px;
	top: 0;
	left: 0;
	overflow: hidden;
}

.swp-item-wrap img {
	border: 0;
}

.poster-wrap,.poster-content,.swp-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.poster-content .ui-right-btns {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	padding: 40px;
}

.poster-content .ui-music-btn {
	background: rgba(0, 0, 0, 0.3) url("img/music@2x.png") no-repeat scroll
		50% 50%;
	width: 44px;
	height: 44px;
	border-radius: 24px;
	border: 2px solid #fff;
	display: inline-block;
}

.poster-content .ui-music-off {
	background-image: url("img/music_off@2x.png");
}

.poster-content .ui-up-arrow {
	position: absolute;
	bottom: 50px;
	right: 100px;
	z-index: 11;
	display: none;
}

.poster-content .ui-up-arrow img {
	width: 230px;
	height: 280px;
	-webkit-animation: start 1.5s infinite ease-in-out;
	-moz-animation: start 1.5s infinite ease-in-out;
	animation: start 1.5s infinite ease-in-out;
}

.swp-page {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: cover;
	display: block;
	height: 100%;
	width: 100%;
}

.custom-shop-banner {
	position: relative;
	height: 170px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
}

.custom-shop-banner-inner {
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	margin-top: -60px;
}

.custom-shop-banner-inner img,.custom-shop-banner-inner .custom-shop-banner-logo
	{
	display: inline-block;
	border: 2px solid #fff;
	background: #fff;
	width: 90px;
	height: 90px;
	vertical-align: bottom;
	border-radius: 50px;
}

.custom-shop-banner-inner img {
	border: none;
}

.custom-shop-banner-inner h1 {
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 14px 0 0 0;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.list-finished,.loading-more {
	width: 100%;
	padding: 20px 10px;
	vertical-align: middle;
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list-finished span,.loading-more span {
	display: inline-block;
	margin-top: 10px;
	width: 16px;
	height: 16px;
	background: url("img/loader.gif") no-repeat center center;
}

.tabber {
	width: 100%;
	color: #333;
	font-size: 14px;
	background-color: #fff;
}

.tabber button,.tabber a {
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	border: 0px none;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.tabber button.active,.tabber a.active {
	color: #22C415;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #22C415;
}

.tabber button.first,.tabber a.first {
	border-right: 0px none;
}

.tabber.tabber-top button.active,.tabber.tabber-top a.active {
	border-top: 1px solid #22C415;
	border-bottom: 0px none;
}

.tabber.tabber-top button.first,.tabber.tabber-top a.first {
	border-right: 1px solid #e5e5e5;
}

.tabber.tabber-n3 button,.tabber.tabber-n3 a {
	width: 33.3%;
}

.tabber.tabber-n4 button,.tabber.tabber-n4 a {
	width: 25%;
}

.tabber.tabber-n5 button,.tabber.tabber-n5 a {
	width: 20%;
}

.tabber.orange {
	color: #f60;
}

.tabber.orange button.active,.tabber.orange a.active {
	color: #f60;
	border-bottom: 1px solid #f60;
}

.tabber.red {
	color: #333;
}

.tabber.red button.active,.tabber.red a.active {
	color: #ed5050;
	border-bottom: 1px solid #ed5050;
}

.custom-tags {
	margin-bottom: 5px;
}

.custom-tags .sc-goods-list {
	padding: 0 5px;
}

.custom-tags .list-finished {
	color: #999;
	text-align: center;
	padding: 40px 0;
	font-size: 14px;
}

.tpl-wxd {
	position: relative;
	margin-bottom: 30px;
}

.app-setting-content .tpl-wxd {
	width: 320px;
	margin-bottom: 0;
}

.tpl-wxd-header {
	height: 100px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
}

.tpl-wxd-title {
	position: absolute;
	z-index: 1;
	bottom: 7px;
	left: 95px;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.tpl-wxd-avatar {
	position: absolute;
	z-index: 1;
	bottom: -20px;
	left: 10px;
	width: 68px;
	height: 68px;
	background-color: #fff;
	padding: 3px;
	border-radius: 50%;
	overflow: hidden;
}

.tpl-wxd-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #eee;
}

.tpl-shop-header {
	position: relative;
	height: 100px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
}

.tpl-shop-header:hover .close-modal {
	display: block;
}

.tpl-shop-title {
	position: absolute;
	bottom: 10px;
	left: 100px;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.tpl-shop-avatar {
	position: absolute;
	left: 10px;
	bottom: -40px;
	width: 80px;
	height: 80px;
}

.tpl-shop-avatar img {
	width: 80px;
	height: 80px;
	background-color: #E4E4E4;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

.tpl-shop-content {
	padding: 7px 0;
	border: 1px solid #E4E4E4;
	background: #fff;
}

.tpl-shop-content ul {
	margin: 0 0 0 86px;
	padding: 0;
}

.tpl-shop-content li {
	float: left;
	width: 33%;
	list-style: none;
	border-right: 1px solid #E4E4E4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 6px;
}

.tpl-shop-content li:last-child {
	border-right: 0px none;
}

.tpl-shop-content li a {
	display: block;
	margin-top: -10px;
	margin-bottom: -6px;
}

.tpl-shop-content span {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #999;
}

.tpl-shop-content .count {
	height: 21px;
	line-height: 21px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
}

.tpl-shop-content .count.l-5 {
	font-size: 16px;
}

.tpl-shop-content .count.l-6 {
	font-size: 14px;
}

.tpl-shop-content .count.l-7 {
	font-size: 12px;
}

.tpl-shop-content .count.l-8 {
	font-size: 12px;
}

.tpl-shop-content .count.l-9 {
	font-size: 12px;
}

.tpl-shop-content .user {
	height: 18px;
	line-height: 18px;
	margin-bottom: 3px;
	background: url("img/me.png") no-repeat center center;
	background-size: contain;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.tpl-shop-content .user {
		background-image: url("img/me@2x.png");
	}
}

.tpl-fbb {
	min-height: 300px;
}

.tpl-fbb .swiper-container {
	width: 100%;
	height: 188px;
	color: #FFF;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.tpl-fbb a {
	color: #FFF;
	display: block;
}

.tpl-fbb .swiper-container .swiper-slide {
	padding-right: 1px;
	opacity: 0.2;
	-webkit-transform: translate3d(64px, 0, 0);
	-moz-transform: translate3d(64px, 0, 0);
	transform: translate3d(64px, 0, 0);
	-webkit-transition: -webkit-transform 0.5s ease-out 0.1s, opacity 0.5s
		ease-out 0.1s;
	-moz-transition: -moz-transform 0.5s ease-out 0.1s, opacity 0.5s
		ease-out 0.1s;
	transition: transform 0.5s ease-out 0.1s, opacity 0.5s ease-out 0.1s;
}

.tpl-fbb .swiper-container .swiper-slide.done {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.tpl-fbb .swiper-container .swiper-slide a.slide-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
}

.tpl-fbb .swiper-container .swiper-slide a {
	width: 85px;
	height: 188px;
	background-color: rgba(0, 0, 0, 0.6);
	float: left;
	position: relative;
}

.tpl-fbb .swiper-container .swiper-item-bg {
	background-color: #000;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.tpl-course .swiper-container,.tpl-course .swiper-container .swiper-slide a
	{
	height: 100px;
}

.tpl-course .butn-section {
	margin: 0 auto;
	width: 150px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 50%;
	z-index: 10;
}

.tpl-course .btn.btn-course-buy {
	line-height: 24px;
	border-radius: 4px;
}

.tpl-course-title,.tpl-course-sub-title {
	margin: 0 auto;
	color: #FFF;
	font-size: 31px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}

.tpl-course-title {
	text-transform: uppercase;
	font-size: 30px;
	padding: 40px 0 0 0;
}

.tpl-course-sub-title {
	font-size: 18px;
	color: #CFCFCF;
	letter-spacing: 5px;
	margin: 15px 0;
}

.tpl-fbb-item-wrap {
	position: absolute;
	z-index: 10;
	width: 100%;
}

.tpl-fbb-item-name {
	font-size: 16px;
	margin: 12px auto 6px;
	height: 24px;
	overflow: hidden;
	width: 100%;
}

.tpl-fbb-item-line {
	border-bottom: 1px solid #4d4948;
	width: 60px;
	margin: 0 auto;
}

.tpl-fbb-item-icon {
	margin: 12px auto 6px;
	width: 30px;
	height: 30px;
}

.tpl-fbb-item-icon img {
	width: 30px;
	height: 30px;
}

.tpl-fbb-item-text {
	font-size: 12px;
	text-align: left;
	width: 73px;
	height: 54px;
	line-height: 18px;
	margin: 0 auto;
	padding-top: 7px;
	color: #F0F0F0;
	overflow: hidden;
	word-break: break-word;
}

.tpl-fbb-item-date {
	font-size: 16px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	color: #f0f0f0;
	overflow: hidden;
}

.tpl-weixin {
	position: relative;
	background: transparent no-repeat scroll center center;
	background-size: contain;
	overflow: hidden;
	text-align: center;
}

.tpl-weixin img {
	max-width: 320px;
	vertical-align: bottom;
}

.tpl-weixin-list {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -105px;
	padding: 0;
	list-style: none;
	height: 88px;
}

.tpl-weixin-list-item {
	position: absolute;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: rgba(244, 244, 244, 0.7);
	text-align: center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.tpl-weixin-list-item a {
	color: #333;
	display: block;
	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.tpl-weixin-list-item-1 {
	left: -1000px;
	top: -1000px;
}

.tpl-weixin-list-item-1.done {
	left: 0;
	top: 0;
}

.tpl-weixin-list-item-2 {
	left: 1000px;
	top: -1000px;
}

.tpl-weixin-list-item-2.done {
	left: 110px;
	top: 0;
}

.tpl-weixin-list-item-3 {
	left: -1000px;
	top: 1000px;
}

.tpl-weixin-list-item-3.done {
	left: 0;
	top: 49px;
}

.tpl-weixin-list-item-4 {
	left: 1000px;
	top: 1000px;
}

.tpl-weixin-list-item-4.done {
	left: 110px;
	top: 49px;
}

.tpl-11-11 {
	background: #fff;
}

.tpl-11-11-banner {
	height: 100px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
	background-color: #e4e4e4;
}

.tpl-11-11-title {
	margin-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #f2f2f2;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.tpl-11-11-title .tpl-11-11-team-name {
	color: #666;
}

.tpl-11-11-title .tpl-11-11-follow {
	color: #f90;
	padding: 2px 11px;
	border: 1px solid #f90;
	font-size: 12px;
	border-radius: 2px;
}

.tpl-11-11-coupon {
	padding: 5px;
	text-align: center;
}

.tpl-11-11-coupon li {
	display: inline-block;
	margin-left: 15px;
	width: 90px;
	height: 74px;
	background: #FF495B;
}

.tpl-11-11-coupon li:nth-child (1){
	margin-left: 0;
}

.tpl-11-11-coupon li:nth-child (2){
	background: #FFCC66;
}

.tpl-11-11-coupon li:nth-child (2) .tpl-11-11-coupon-meta-desc {
	color: #FF9900;
}

.tpl-11-11-coupon li:nth-child (2) .tpl-11-11-coupon-get {
	background: #FF9900;
}

.tpl-11-11-coupon li:nth-child (3){
	background: #A5DA05;
}

.tpl-11-11-coupon li:nth-child (3) .tpl-11-11-coupon-meta-desc {
	color: #79A003;
}

.tpl-11-11-coupon li:nth-child (3) .tpl-11-11-coupon-get {
	background: #79A003;
}

.tpl-11-11-coupon-meta {
	height: 48px;
	text-align: center;
}

.tpl-11-11-coupon-meta-price {
	height: 24px;
	line-height: 24px;
	padding-top: 2px;
	font-size: 20px;
	color: #fff;
	overflow: hidden;
}

.tpl-11-11-coupon-meta-price span {
	font-size: 14px;
}

.tpl-11-11-coupon-meta-desc {
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #D53A49;
	overflow: hidden;
}

.tpl-11-11-coupon-get {
	height: 26px;
	line-height: 26px;
	background: #D53A49;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.tabber.tabber-ios {
	border: 1px solid #f60;
	height: 28px;
	border-radius: 3px;
	margin: 0 20px;
	width: auto;
	overflow: hidden;
}

.tabber.tabber-ios a {
	color: #f60;
	height: 28px;
	line-height: 28px;
	border: 0px none;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tabber.tabber-ios a.active {
	color: #fff;
	border: 0px none;
	background-color: #f60;
}

.tabber-ios-gray.tabber.tabber-ios {
	border: 1px solid #c9c9c9;
}

.tabber-ios-gray.tabber.tabber-ios a {
	color: #333;
}

.tabber-ios-gray.tabber.tabber-ios a.active {
	color: #fff;
	background-color: #c9c9c9;
}

.tabber-ios-blue.tabber.tabber-ios {
	border: 1px solid #33a8f5;
}

.tabber-ios-blue.tabber.tabber-ios a {
	color: #33a8f5;
}

.tabber-ios-blue.tabber.tabber-ios a.active {
	color: #fff;
	background-color: #33a8f5;
}

.tabber-ios-coffee.tabber.tabber-ios {
	border: 1px solid #c4a797;
}

.tabber-ios-coffee.tabber.tabber-ios a {
	color: #c4a797;
}

.tabber-ios-coffee.tabber.tabber-ios a.active {
	color: #fff;
	background-color: #c4a797;
}

.channel-nav {
	display: block;
	line-height: 28px;
	background-color: transparent;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 15px;
}

.channel-nav .tabber.tabber-ios {
	margin: 0;
}

.channel-nav ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 28px;
	display: box;
	display: -webkit-box;
}

.channel-nav ul>li {
	padding: 0 0 1px;
	height: 30px;
	-webkit-box-flex: 1;
	box-flex: 1;
	position: relative;
	overflow: hidden;
	width: 300px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.channel-nav ul>li a {
	line-height: 28px;
	color: #0079ff;
	font-size: 14px;
	text-align: center;
	border: #0079ff 1px solid;
	border-right: 0;
	overflow: hidden;
	display: block;
	position: relative;
	background: #fff;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.channel-nav ul>li:hover>a,.channel-nav ul>li:active>a {
	background: rgba(0, 121, 255, 0.2);
	color: #0079ff;
}

.channel-nav ul>li:first-of-type>a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.channel-nav ul>li:last-of-type>a {
	border-right: 1px solid #0079ff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.channel-nav ul>li.active>a {
	background: #0079ff;
	color: #fff;
	padding: 1px;
	border: 0px none;
}

.ump-coupon {
	margin: 10px;
	border: 1px dashed #999;
	border-radius: 5px;
	padding: 10px 0;
}

.ump-coupon-wrap {
	margin: 15px 10px;
}

.ump-coupon-detail {
	border-radius: 4px 4px 0 0;
	color: #fff;
	background-color: #e33c77;
}

.ump-coupon-detail .inner {
	margin: 0 5px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}

.empty-coupon-list {
	margin-top: 40px;
	padding: 30px 10px;
}

.empty-coupon-list div {
	margin-bottom: 20px;
}

.ump-coupon-header {
	line-height: 1.5em;
	font-size: 15px;
	text-align: center;
}

.ump-coupon-header .inner {
	position: relative;
	padding: 20px 0 10px;
	background: transparent url("img/dot_line.png") top left repeat-x;
}

.ump-coupon-header .inner .share {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 23px;
	height: 23px;
	background: url("img/share03.png") top left no-repeat;
}

.ump-coupon-header .inner .share-response {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
}

.ump-coupon-value {
	font-family: "Arial";
}

.ump-coupon-value>span {
	vertical-align: baseline;
}

.ump-coupon-value>i {
	font-style: normal;
	vertical-align: baseline;
}

.ump-coupon-body {
	text-align: center;
}

.ump-coupon-body .inner {
	padding: 19px 0 5px;
}

.ump-coupon-body .ump-coupon-value>span {
	font-size: 24px;
	line-height: 56px;
}

.ump-coupon-body .ump-coupon-value>i {
	font-size: 56px;
	line-height: 56px;
}

.ump-coupon-body .ump-coupon-condition {
	font-size: 13px;
	margin-top: -12px;
}

.ump-coupon-footer {
	font-size: 13px;
	line-height: 20px;
}

.ump-coupon-footer .inner {
	padding: 20px 10px 25px;
	border-bottom: 0px none;
}

.ump-coupon-footer .addition-desc {
	color: #e7a1ba;
}

.ump-coupon-footer .ump-coupon-desc {
	margin-bottom: 3px;
}

.ump-coupon-footer .ump-coupon-desc:last-of-type {
	margin-bottom: 0;
}

.ump-coupon-action {
	color: #fff;
	background-color: #32bbfa;
	border-radius: 0 0 3px 3px;
	text-align: center;
}

.ump-coupon-action a {
	color: #fff;
	font-size: 13px;
}

.ump-coupon-action a+a {
	margin-left: 20px;
}

.ump-coupon-action .inner {
	padding: 28px 0 20px;
	background: transparent url("img/dot_line_red.png") top left repeat-x;
	border-bottom: 0px none;
}

.ump-coupon-action .coupon-msg {
	margin-bottom: 18px;
	font-size: 15px;
}

.ump-coupon-action .ump-coupon-item-button {
	display: inline-block;
	padding: 8px 24px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 3px;
	color: #fff;
	background-color: #ed203c;
	margin: 0;
}

.ump-coupon-action.take-coupon-success {
	background-color: #7dd668;
}

.ump-coupon-action.take-coupon-success .inner {
	background: none;
	border-top: 1px dashed rgba(255, 255, 255, 0.4);
}

.ump-coupon-action.take-coupon-failure {
	background-color: #eddbe2;
}

.ump-coupon-action.take-coupon-failure .coupon-msg {
	color: #706f6f;
}

.ump-coupon-action.take-coupon-failure .inner {
	background: none;
	border-top: 1px dashed rgba(255, 255, 255, 0.4);
}

.ump-coupon-action.take-coupon-failure a {
	color: #e33b77;
}

.ump-coupon-desc {
	margin: 0 0 10px;
}

.ump-coupon-desc:last-of-type {
	margin-bottom: 0;
}

.ump-coupon-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ump-coupon-item {
	position: relative;
	border-radius: 3px;
	margin-bottom: 10px;
	background-color: #b3aeb0;
	overflow: hidden;
}

.ump-coupon-item>a {
	display: block;
	overflow: hidden;
}

.ump-coupon-item .coupon-left-part {
	background-color: #b3aeb0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 70%;
	color: #fff;
	border-radius: 3px 0 0 3px;
	padding: 5px 0;
	border-right: 1px dashed rgba(255, 255, 255, 0.4);
}

.ump-coupon-item .coupon-left-part .inner {
	padding: 8px 15px 8px;
	background: transparent url("img/dot_vline.png") center left repeat-y;
}

.ump-coupon-item .coupon-right-part {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 30%;
	text-align: center;
	color: #fff;
	border-radius: 0 3px 3px 0;
	padding: 12px 5px;
	font-size: 12px;
}

.ump-coupon-item .coupon-right-part p {
	margin: 0 0 5px;
}

.ump-coupon-item .coupon-shop-name {
	opacity: 0.7;
	color: #fff;
	font-size: 16px;
	margin: 0 0 10px;
}

.ump-coupon-item .ump-coupon-value>span {
	font-size: 24px;
	line-height: 45px;
}

.ump-coupon-item .ump-coupon-value>i {
	font-size: 45px;
	line-height: 45px;
}

.ump-coupon-item .ump-coupon-condition {
	font-size: 14px;
	margin-top: -5px;
}

.ump-coupon-item .coupon-use-state {
	position: absolute;
	right: 0px;
	bottom: 10px;
	display: block;
	width: 30%;
	color: #7e7a7c;
	font-size: 20px;
}

.ump-coupon-item.coupon-style-0 {
	background-color: #eb4e86;
}

.ump-coupon-item.coupon-style-0 .coupon-left-part {
	background-color: #e33c77;
}

.ump-coupon-item.coupon-style-0 .coupon-right-part,.ump-coupon-item.coupon-style-0 .coupon-use-state
	{
	color: #b42357;
}

.ump-coupon-item.coupon-style-1 {
	background-color: #2aa0d8;
}

.ump-coupon-item.coupon-style-1 .coupon-left-part {
	background-color: #32bafa;
}

.ump-coupon-item.coupon-style-1 .coupon-right-part,.ump-coupon-item.coupon-style-1 .coupon-use-state
	{
	color: #176489;
}

.ump-coupon-item.coupon-style-2 {
	background-color: #f5ab52;
}

.ump-coupon-item.coupon-style-2 .coupon-left-part {
	background-color: #fba223;
}

.ump-coupon-item.coupon-style-2 .coupon-right-part,.ump-coupon-item.coupon-style-2 .coupon-use-state
	{
	color: #a96515;
}

.ump-coupon-item.coupon-style-3 {
	background-color: #7caa53;
}

.ump-coupon-item.coupon-style-3 .coupon-left-part {
	background-color: #81d03b;
}

.ump-coupon-item.coupon-style-3 .coupon-right-part,.ump-coupon-item.coupon-style-3 .coupon-use-state
	{
	color: #437319;
}

.ump-coupon-item.coupon-used .coupon-use-state {
	opacity: 0.4;
}

.ump-coupon-item.coupon-expired {
	background-color: #b3aeb0 !important;
}

.ump-coupon-item.coupon-expired .coupon-left-part {
	background-color: #b3aeb0 !important;
}

.ump-coupon-item.coupon-expired .coupon-right-part,.ump-coupon-item.coupon-expired .coupon-use-state
	{
	color: #fff !important;
}

.ump-promocode {
	background: #fff;
}

.ump-promocode-wrap {
	background: #4b91cd;
	margin: 10px;
	padding: 4px 0;
	color: #f9f9f9;
	border-radius: 4px;
}

.ump-promocode-header {
	position: relative;
}

.ump-promocode-header h1 {
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	margin: 0;
}

.ump-promocode-header .share {
	position: absolute;
	right: 11px;
	bottom: 11px;
	width: 23px;
	height: 23px;
	background: url("img/share_blue.png") top left no-repeat;
}

.ump-promocode-header .share-response {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 46px;
	height: 46px;
}

.ump-promocode-content {
	padding: 0 20px;
}

.ump-promocode-value {
	text-align: center;
	color: #fcdd30;
	background: url("img/line.png") repeat-x left bottom;
	padding: 15px 0;
}

.ump-promocode-value p {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

.ump-promocode-value span {
	font-size: 24px;
	vertical-align: baseline;
	letter-spacing: 3px;
}

.ump-promocode-value i {
	font-size: 56px;
	line-height: 56px;
	font-style: normal;
	vertical-align: baseline;
}

.ump-promocode-meta {
	font-size: 13px;
	line-height: 20px;
	padding: 20px;
}

.ump-promocode-meta p {
	margin: 0 0 10px;
}

.ump-promocode-meta .ump-promocode-desc {
	color: #ccc;
	margin: 0;
}

.ump-promocode-action {
	padding: 18px 0;
	color: #fcdd30;
	text-align: center;
}

.ump-promocode-action p {
	margin-top: 0;
	margin-bottom: 20px;
}

.ump-promocode-action a {
	display: inline-block;
	padding: 0 34px;
	line-height: 34px;
	border: 1px solid #fcdd30;
	color: #fcdd30;
	border-radius: 17px;
}

.ump-promocode-action .ump-promocode-action-primary {
	color: #503802;
	background: #fcdd30;
}

.ump-promocode-action .ump-promocode-action-group a {
	padding: 0 18px;
	margin-right: 44px;
}

.ump-promocode-action .ump-promocode-action-group a:last-child {
	margin-right: 0;
}

.ump-promocode-split {
	position: relative;
	height: 15px;
	background: url("img/oval-detail.png") repeat-x center;
}

.ump-promocode-split:before,.ump-promocode-split:after {
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	content: '';
	background: #fff;
	border-radius: 15px;
}

.ump-promocode-split:before {
	left: -8px;
}

.ump-promocode-split:after {
	right: -8px;
}

.ump-promocode-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ump-promocode-list .item-even .item-content {
	background-color: #f1c40f;
}

.ump-promocode-list .item-even .item-name {
	color: #fce99f;
}

.ump-promocode-list .item-odd .item-content {
	background-color: #4b91cd;
}

.ump-promocode-list .item-odd .item-name {
	color: #a5c4de;
}

.ump-promocode-list .item-used .item-content,.ump-promocode-list .item-overdue .item-content
	{
	background-color: #ccc;
}

.ump-promocode-list .item-used .item-name,.ump-promocode-list .item-overdue .item-name
	{
	color: #eee;
}

.ump-promocode-list .item-used .item-meta,.ump-promocode-list .item-overdue .item-meta
	{
	color: #ccc;
}

.ump-promocode-list .item-to-expire .item-meta .item-state {
	font-size: 12px;
	padding: 2px 6px;
	background: #ea2c46;
	color: #fff;
}

.ump-promocode-item {
	list-style: none;
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 9px 10px;
	margin: 12px 10px;
}

.ump-promocode-item>a {
	color: #fff;
	display: block;
	overflow: hidden;
}

.ump-promocode-item h4,.ump-promocode-item p {
	margin: 0;
	padding: 0;
}

.ump-promocode-item .item-inner {
	padding: 8px;
}

.ump-promocode-item .item-content {
	position: relative;
	float: left;
	width: 70%;
	height: 80px;
}

.ump-promocode-item .item-content:after {
	position: absolute;
	right: -3px;
	top: 0;
	content: '';
	width: 8px;
	height: 100%;
	background: url("img/oval-list.png") repeat-y;
}

.ump-promocode-item .item-name {
	font-size: 16px;
}

.ump-promocode-item .item-value span {
	font-size: 19px;
	vertical-align: bottom;
	line-height: 24px;
}

.ump-promocode-item .item-value i {
	font-size: 29px;
	line-height: 30px;
	font-style: normal;
}

.ump-promocode-item .item-condition {
	font-size: 12px;
}

.ump-promocode-item .item-meta {
	float: left;
	width: 30%;
	height: 80px;
	color: #999;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}

.ump-promocode-item .item-meta p {
	margin-bottom: 2px;
}

.ump-promocode-item .item-meta p:first-child {
	margin-bottom: 4px;
}

.ump-promocode-item .item-meta .item-state {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	margin-top: 4px;
	margin-bottom: 0px;
}

.ump-promocode-text-success {
	color: #009900;
	margin-right: 6px;
}

.ump-promocode-text-error {
	color: #b94a48;
	margin-right: 16px;
}

.ump-promocode-append .btn-toolbar>a {
	margin-right: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.ump-coupon-header .inner {
		background-image: url("img/dot_line@2x.png");
		background-size: 10px 3px;
	}
	.ump-coupon-header .inner .share {
		background-image: url("img/share03@2x.png");
		background-size: 23px 23px;
	}
	.ump-coupon-action .inner {
		background-image: url("img/dot_line_red@2x.png");
		background-size: 10px 3px;
	}
	.ump-coupon-item .coupon-left-part .inner {
		background-image: url("img/dot_vline@2x.png");
		background-size: 3px 8px;
	}
	.ump-promocode-header .share {
		background-image: url("img/share_blue@2x.png");
		background-size: 23px 23px;
	}
	.ump-promocode-value {
		background-size: 1px 1px;
	}
	.ump-promocode-split {
		background-image: url("img/oval-detail@2x.png");
		background-size: 8px 4px;
	}
	.ump-promocode-item .item-content:after {
		background-image: url("img/oval-list@2x.png");
		background-size: 8px 16px;
	}
}

.ump-coupon-qrcode {
	text-align: center;
	padding: 40px;
}

.ump-coupon-qrcode .ump-coupon-title {
	font-size: 16px;
}

.ump-coupon-qrcode .qr-tips {
	line-height: 30px;
	font-size: 12px;
	color: #f60;
}

.ump-coupon-qrcode img {
	width: 100%;
	margin: 20px auto;
}

.admin .wap-page-goods .shop-card {
	margin-top: 0;
}

.content-sidebar {
	display: block;
	margin-left: 330px;
}

.shop-card,.shop-info {
	display: none;
}

.no-sidebar .content-sidebar {
	display: none;
}

.responsive-320 .content {
	width: 320px;
}

.responsive-320 .bottom-fix .btn {
	max-width: 125px;
}

.responsive-320 .bottom-fix .btn-2-1 {
	max-width: 125px;
	margin-right: 5px;
}

.responsive-320 .bottom-fix .btn-3-1 {
	max-width: 90px;
	margin-right: 5px;
}

.responsive-360 {
	
}

.responsive-360 .custom-image-swiper .swiper-slide a {
	width: 360px;
}

.responsive-360 .custom-image .custom-image-small {
	height: 174.375px;
}

.responsive-360 .custom-nav-title {
	width: 315px;
}

.responsive-360 .custom-link-link .title {
	width: 315px;
}

.responsive-360 .custom-store-name {
	max-width: 236.25px;
}

.responsive-360 .custom-nav-4 li .nav-img-wap {
	max-height: 84.375px;
}

.responsive-360 .custom-shop-banner {
	height: 191.25px;
}

.responsive-360 .wrapper {
	width: 360px;
	margin: 0 auto;
}

.responsive-360 .content {
	width: 100%;
	margin: 0 auto;
}

.responsive-360 .edui-faked-video {
	width: 100%;
	height: 255px;
}

.responsive-360 .tpl-shop-header,.responsive-360 .tpl-wxd-header,.responsive-360 .tpl-11-11-banner
	{
	height: 112px;
}

.responsive-360 .custom-goods {
	padding: 0 5px;
}

.responsive-360 .sc-goods-list.pic .goods-card.small-pic .photo-block {
	height: 164px;
}

.responsive-360 .sc-goods-list.pic .goods-card.small-pic.card {
	max-height: 258.75px;
}

.responsive-360 .custom-goods-image {
	max-width: 340px;
	max-height: 340px;
}

.responsive-360 .custom-goods-big {
	width: 340px;
}

.responsive-360 .custom-goods-small {
	width: 165px;
	height: 165px;
}

.responsive-360 .custom-goods-small .custom-goods-image {
	max-width: 165px;
	max-height: 165px;
}

.responsive-360 .custom-goods-info,.responsive-360 .custom-goods-info-notitle
	{
	width: 330px;
}

.responsive-360 .custom-goods-info-notitle {
	width: auto;
}

.responsive-360 .custom-goods-list .custom-goods-left {
	width: 80px;
	height: 80px;
}

.responsive-360 .custom-goods-list .custom-goods-image {
	max-width: 80px;
	max-height: 80px;
}

.responsive-360 .custom-goods-list .custom-goods-right {
	height: 80px;
}

.responsive-360 .custom-goods-list .custom-goods-right .custom-goods-title
	{
	height: 48px;
}

.responsive-360 .custom-level {
	width: 100%;
}

.responsive-360 .custom-level-img {
	max-width: 100%;
	max-height: 180px;
}

.responsive-360 .custom-nav-title {
	width: 280px;
}

.responsive-360 .custom-cube td {
	width: 90px;
}

.responsive-360 .custom-cube li {
	width: 90px;
	height: 90px;
}

.responsive-360 .custom-cube li img {
	max-width: 90px;
	max-height: 90px;
}

.responsive-360 .custom-paginations {
	width: 350px;
}

.responsive-360 .custom-paginations .custom-paginations-page {
	width: 121px;
}

.responsive-360 .custom-paginations .custom-paginations-next,.responsive-360 .custom-paginations .custom-paginations-prev
	{
	width: 149px;
}

.responsive-360 .tpl-weixin img {
	max-width: 100%;
}

.responsive-360 .custom-recommend-goods-list li {
	width: 106px;
	height: 106px;
}

.responsive-360 .custom-recommend-goods-list img {
	max-width: 106px;
	max-height: 106px;
}

.responsive-360 .tpl-11-11-coupon li {
	width: 103px;
}

.responsive-360 .content-sidebar {
	margin-left: 360px;
}

.responsive-360 .shop-card,.responsive-360 .shop-info {
	display: none;
}

.responsive-540 {
	
}

.responsive-540 .custom-image-swiper .swiper-slide a {
	width: 540px;
}

.responsive-540 .custom-image {
	width: 525px;
	padding: 0 7.5px;
}

.responsive-540 .custom-image li {
	width: 520px;
	margin: 2.5px;
}

.responsive-540 .custom-image img {
	max-width: 520px;
}

.responsive-540 .custom-image .custom-image-small {
	width: 170px;
	height: 170px;
	margin: 2.5px;
}

.responsive-540 .custom-image .custom-image-small img {
	max-width: 170px;
}

.responsive-540 .custom-image .custom-image-small .title {
	width: 170px;
}

.responsive-540 .custom-nav-title {
	width: 472.5px;
}

.responsive-540 .custom-link-link .title {
	width: 472.5px;
}

.responsive-540 .custom-store-name {
	max-width: 354.375px;
}

.responsive-540 .custom-nav-4 li .nav-img-wap {
	max-height: 126.5625px;
}

.responsive-540 .custom-shop-banner {
	height: 286.875px;
}

.responsive-540 .wrapper {
	width: 540px;
	margin: 0 auto;
}

.responsive-540 .content {
	width: 540px;
	margin: 0 auto;
}

.responsive-540 .external-buy {
	display: block;
}

.responsive-540 .bottom-fix {
	display: none;
}

.responsive-540 .buy-guide {
	margin: 0 -10px;
}

.responsive-540 .buy-guide .guide-cont {
	width: auto;
}

.responsive-540 .buy-guide .pic-wrapper {
	float: right;
}

.responsive-540 .nav-on-bottom {
	border-left-width: 1px;
	border-right-width: 1px;
}

.responsive-540 .edui-faked-video {
	width: 520px;
	height: 300px;
}

.responsive-540 .tpl-shop-header,.responsive-540 .tpl-wxd-header,.responsive-540 .tpl-11-11-banner
	{
	height: 168px;
}

.responsive-540 .sc-goods-list.pic li.goods-card.small-pic.card,.responsive-540 .sc-goods-list.pic li.goods-card.small-pic.promotion
	{
	max-height: 253px;
	width: 176px;
}

.responsive-540 .sc-goods-list.pic li.goods-card.small-pic.card .photo-block,.responsive-540 .sc-goods-list.pic li.goods-card.small-pic.promotion .photo-block
	{
	height: 176px;
}

.responsive-540 .sc-goods-list.pic li.goods-card.small-pic.card .photo-block img,.responsive-540 .sc-goods-list.pic li.goods-card.small-pic.promotion .photo-block img
	{
	max-height: 176px;
}

.responsive-540 .sc-goods-list.pic.waterfall li.goods-card.small-pic {
	width: 176px;
}

.responsive-540 .sc-goods-list.pic li.goods-card.big-pic.normal {
	float: left;
	margin: 2.5px;
	width: 345px;
}

.responsive-540 .sc-goods-list.pic li.goods-card.big-pic.normal .photo-block
	{
	width: 345px;
	height: 345px;
}

.responsive-540 .sc-goods-list.pic li.goods-card.big-pic.card,.responsive-540 .sc-goods-list.pic li.goods-card.big-pic.promotion
	{
	float: left;
}

.responsive-540 .sc-goods-list.pic li.goods-card.big-pic.card .photo-block,.responsive-540 .sc-goods-list.pic li.goods-card.big-pic.promotion .photo-block
	{
	width: 352px;
	height: 298px;
}

.responsive-540 .sc-goods-list.pic li.goods-card.big-pic.card .photo-block img,.responsive-540 .sc-goods-list.pic li.goods-card.big-pic.promotion .photo-block img
	{
	max-height: 298px;
	max-width: 352px;
}

.responsive-540 .sc-goods-list.pic li.goods-card.big-pic.card .info .goods-title,.responsive-540 .sc-goods-list.pic li.goods-card.big-pic.promotion .info .goods-title
	{
	width: 240px;
}

.responsive-540 .sc-goods-list.pic li.goods-card.small-pic.normal {
	margin: 2.5px;
	width: 171px;
}

.responsive-540 .sc-goods-list.pic li.goods-card.small-pic.normal .link
	{
	margin: 0px;
}

.responsive-540 .sc-goods-list.pic li.goods-card.small-pic.normal .photo-block
	{
	width: 171px;
	height: 171px;
}

.responsive-540 .sc-goods-list.pic li.goods-card.small-pic.normal .photo-block img
	{
	max-height: 171px;
}

.responsive-540 .sc-goods-list.pic.size-0 .goods-card.big-pic.normal {
	margin: 5px;
	width: 255px;
}

.responsive-540 .sc-goods-list.pic.size-0 .goods-card.big-pic.normal .photo-block
	{
	width: 255px;
	height: 255px;
}

.responsive-540 .sc-goods-list.pic.size-0 .goods-card.big-pic.normal .photo-block img
	{
	max-height: 255px;
	max-width: 255px;
}

.responsive-540 .sc-goods-list.pic.size-0 .goods-card.big-pic.card {
	float: left;
	width: 263px;
}

.responsive-540 .sc-goods-list.pic.size-0 .goods-card.big-pic.card .photo-block
	{
	width: 245px;
	height: 245px;
}

.responsive-540 .sc-goods-list.pic.size-0 .goods-card.big-pic.card .photo-block img
	{
	max-height: 245px;
	max-width: 245px;
}

.responsive-540 .sc-goods-list.pic.size-2 .goods-card.big-pic.card {
	width: 364px;
}

.responsive-540 .sc-goods-list.pic.size-2 .goods-card.big-pic.card .photo-block
	{
	width: 346px;
	height: 346px;
}

.responsive-540 .sc-goods-list.pic.size-2 .goods-card.big-pic.card .photo-block img
	{
	max-height: 346px;
	max-width: 346px;
}

.responsive-540 .sc-goods-list.pic.size-2 .goods-card.big-pic.card .info.info-only-title
	{
	height: 114px;
}

.responsive-540 .sc-goods-list.pic.size-2 .goods-card.big-pic.card .info.info-big-title
	{
	height: 112px;
}

.responsive-540 .sc-goods-list.pic.size-2 .goods-card.big-pic.card .info.info-notitle
	{
	height: 38px;
}

.responsive-540 .sc-goods-list.pic.size-2 .goods-card.small-pic.card {
	width: 156px;
	max-height: 244px;
}

.responsive-540 .sc-goods-list.pic.size-2 .goods-card.small-pic.card .photo-block
	{
	height: 156px;
}

.responsive-540 .sc-goods-list.pic.size-2 .goods-card.small-pic.card .photo-block img
	{
	max-height: 156px;
}

.responsive-540 .sc-goods-list.pic.size-2 .goods-card.big-pic.normal .link
	{
	margin-left: 0px;
	margin-right: 0px;
}

.responsive-540 .sc-goods-list.pic.size-2 .goods-card.small-pic.normal {
	margin: 2px;
	margin-left: 6px;
}

.responsive-540 .custom-goods {
	width: 530px;
	padding: 0 5px;
}

.responsive-540 .custom-goods-image {
	max-width: 345px;
	max-height: 345px;
}

.responsive-540 .custom-goods-big,.responsive-540 .custom-goods-small {
	width: 345px;
	height: 345px;
	margin: 2.5px;
}

.responsive-540 .custom-goods-small {
	width: 170px;
	height: 170px;
}

.responsive-540 .custom-goods-small .custom-goods-image {
	max-width: 170px;
	max-height: 170px;
}

.responsive-540 .custom-goods-0 .custom-goods-big {
	width: 255px;
	height: 255px;
	margin: 5px;
}

.responsive-540 .custom-goods-0 .custom-goods-image {
	max-width: 255px;
	max-height: 255px;
}

.responsive-540 .custom-goods-0 .custom-goods-info {
	width: 245px;
}

.responsive-540 .custom-goods-0 .custom-goods-noprice-noicon {
	width: 215px;
}

.responsive-540 .custom-goods-1 {
	padding: 7.5px;
}

.responsive-540 .custom-goods-1 .custom-goods-small {
	margin: 2.5px;
}

.responsive-540 .custom-goods-2 {
	padding: 7.5px;
}

.responsive-540 .custom-goods-2 .custom-goods-noprice-noicon {
	width: 305px;
}

.responsive-540 .custom-goods-list {
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
}

.responsive-540 .custom-goods-list:last-child {
	border-bottom: 0px none;
}

.responsive-540 .custom-goods-list .custom-goods-link {
	padding: 5px 0;
	margin: 5px 0;
	height: 80px;
	min-height: 0;
}

.responsive-540 .custom-goods-list .custom-goods-left {
	float: left;
	width: 80px;
	height: 80px;
	position: relative;
	background-image: url("img/pic_bg@2x.png");
	background-size: 6px 6px;
}

.responsive-540 .custom-goods-list .custom-goods-image {
	max-width: 80px;
	max-height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.responsive-540 .custom-goods-list .custom-goods-right {
	height: 80px;
}

.responsive-540 .custom-goods-list .custom-goods-right .custom-goods-title
	{
	float: none;
	width: auto;
	color: #666;
	height: 48px;
}

.responsive-540 .custom-goods-list .custom-goods-right .custom-goods-price-noicon
	{
	float: none;
	color: #000;
	margin-top: 8px;
	font-size: 14px;
}

.responsive-540 .custom-goods-list .custom-goods-right .custom-goods-price-noicon em
	{
	font-weight: 700;
}

.responsive-540 .custom-goods-list .custom-goods-right div {
	display: block;
}

.responsive-540 .custom-goods-info {
	width: 335px;
}

.responsive-540 .custom-goods-info-notitle {
	width: auto;
}

.responsive-540 .custom-goods-title {
	width: 200px;
}

.responsive-540 .custom-goods-noprice {
	width: 200px;
}

.responsive-540 .custom-goods-noprice-noicon {
	width: 260px;
}

.responsive-540 .custom-nav-title {
	width: 462px;
}

.responsive-540 .custom-nav-two-col {
	width: 270px;
}

.responsive-540 .custom-nav-two-col .custom-nav-title {
	width: 255px;
}

.responsive-540 .custom-link-link .title {
	width: 480px;
}

.responsive-540 .custom-link .custom-link-two-col {
	width: 270px;
}

.responsive-540 .custom-level {
	width: 540px;
}

.responsive-540 .custom-level-img {
	max-width: 540px;
	max-height: 270px;
}

.responsive-540 .custom-paginations {
	width: 530px;
}

.responsive-540 .custom-paginations .custom-paginations-page {
	width: 210px;
}

.responsive-540 .custom-paginations .custom-paginations-last {
	border-right-width: 0;
}

.responsive-540 .custom-paginations .custom-paginations-next,.responsive-540 .custom-paginations .custom-paginations-prev
	{
	width: 239px;
}

.responsive-540 .custom-paginations .custom-paginations-next {
	border-right-width: 0;
}

.responsive-540 .custom-cube li {
	width: 130px;
	height: 130px;
}

.responsive-540 .custom-cube li img {
	max-width: 130px;
	max-height: 130px;
}

.responsive-540 .custom-cube td {
	width: 135px;
}

.responsive-540 .custom-showcase-wrap-0 .custom-showcase .custom-showcase-big,.responsive-540 .custom-showcase-wrap-0 .custom-showcase .custom-showcase-small,.responsive-540 .custom-showcase-wrap-1 .custom-showcase .custom-showcase-big,.responsive-540 .custom-showcase-wrap-1 .custom-showcase .custom-showcase-small
	{
	width: 178px;
	height: 178px;
	overflow: hidden;
	margin: 0;
}

.responsive-540 .custom-showcase-wrap-0 .custom-showcase .custom-showcase-big img,.responsive-540 .custom-showcase-wrap-0 .custom-showcase .custom-showcase-small img,.responsive-540 .custom-showcase-wrap-1 .custom-showcase .custom-showcase-big img,.responsive-540 .custom-showcase-wrap-1 .custom-showcase .custom-showcase-small img
	{
	max-width: 178px;
	max-height: 178px;
	width: auto;
	height: auto;
}

.responsive-540 .custom-showcase-wrap-0 .custom-showcase .custom-showcase-small,.responsive-540 .custom-showcase-wrap-1 .custom-showcase .custom-showcase-small
	{
	margin-left: 3px;
}

.responsive-540 .tpl-weixin img {
	max-width: 540px;
}

.responsive-540 .tpl-weixin-list {
	margin: 0 0 0 -155px;
}

.responsive-540 .tpl-weixin-list-item {
	width: 150px;
}

.responsive-540 .tpl-weixin-list-item-1 {
	left: -1000px;
	top: -1000px;
}

.responsive-540 .tpl-weixin-list-item-1.done {
	left: 0;
	top: 0;
}

.responsive-540 .tpl-weixin-list-item-2 {
	left: 1000px;
	top: -1000px;
}

.responsive-540 .tpl-weixin-list-item-2.done {
	left: 160px;
	top: 0;
}

.responsive-540 .tpl-weixin-list-item-3 {
	left: -1000px;
	top: 1000px;
}

.responsive-540 .tpl-weixin-list-item-3.done {
	left: 0;
	top: 49px;
}

.responsive-540 .tpl-weixin-list-item-4 {
	left: 1000px;
	top: 1000px;
}

.responsive-540 .tpl-weixin-list-item-4.done {
	left: 160px;
	top: 49px;
}

.responsive-540 .custom-recommend-goods-list li {
	width: 166px;
	height: 166px;
}

.responsive-540 .custom-recommend-goods-list img {
	max-width: 166px;
	max-height: 166px;
}

.responsive-540 .custom-tag-list .custom-tag-list-menu-block {
	width: 120px;
}

.responsive-540 .custom-tag-list .custom-tag-list-menu-block li a {
	width: 110px;
}

.responsive-540 .custom-tag-list .custom-tag-list-goods {
	width: 418px;
}

.responsive-540 .custom-tag-list .custom-tag-list-goods .custom-tag-list-title
	{
	width: 408px;
}

.responsive-540 .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-title
	{
	width: 340px;
}

.responsive-540 .tpl-11-11-coupon li {
	width: 163px;
}

.responsive-540 .wuxi-center-body .content {
	max-width: 540px;
}

.responsive-540 .wuxi-center-body .footer {
	width: 100%;
}

.responsive-540 .wuxi-center-body .footer .copyright {
	width: 540px;
	margin: 0 auto;
}

.responsive-540 .content-sidebar {
	margin-left: 550px;
}

.responsive-540 .shop-card,.responsive-540 .shop-info {
	display: none;
}

.responsive-540 .bottom-fix .btn {
	max-width: 200px;
}

.responsive-540 .bottom-fix .btn-2-1 {
	max-width: 200px;
	margin-right: 5px;
}

.responsive-540 .bottom-fix .btn-3-1 {
	max-width: 147px;
	margin-right: 5px;
}

.responsive-800 .wrapper {
	width: 760px;
	margin: 0 auto;
}

.responsive-800 .content {
	width: 750px;
	margin: 30px auto 0;
}

.responsive-800 .content-body {
	background-color: #fff;
	width: 540px;
	padding: 10px;
	border: 1px solid #ddd;
}

.responsive-800 .content-sidebar {
	display: block;
	position: fixed;
	top: 0;
	width: 180px;
	padding-left: 19px;
	margin-left: 550px;
	margin-top: 60px;
}

.responsive-800 .footer {
	width: 760px;
	margin: 20px auto 0;
}

.responsive-800 .footer .copyright {
	width: 574px;
	margin: 0;
}

.responsive-800 .sidebar-section {
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	margin-bottom: 20px;
}

.responsive-800 .sidebar-section .sidebar-title {
	border-radius: 5px 5px 0 0;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #e4e4e4;
	padding: 8px 10px;
	background-color: #F2F2F2;
}

.responsive-800 .sidebar-section .admin-opts {
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 5px;
}

.responsive-800 .sidebar-section .admin-opts li a {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #e4e4e4;
}

.responsive-800 .sidebar-section .admin-opts li a:hover,.responsive-800 .sidebar-section .admin-opts li .active
	{
	background-color: #F2F2F2;
}

.responsive-800 .sidebar-section .admin-opts li:first-of-type {
	border-radius: 5px 5px 0 0;
}

.responsive-800 .sidebar-section .admin-opts .last {
	border-radius: 0 0 5px 5px;
}

.responsive-800 .sidebar-section .admin-opts .last>a {
	border-bottom: 0px none;
}

.responsive-800 .shop-detail {
	margin: 0;
	margin: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px dashed #ccc;
	line-height: 1.6;
}

.responsive-800 .shop-info {
	background-color: #fff;
	margin-bottom: 0;
}

.responsive-800 .shop-card {
	border: 0px none;
	display: table;
	margin-bottom: 10px;
	padding: 0 10px;
}

.responsive-800 .shop-name {
	margin: 0 0 0 10px;
}

.responsive-800 .table-cell {
	display: table-cell;
	vertical-align: middle;
}

.responsive-800 .shop-img {
	border-radius: 30px;
	width: 60px;
	height: 60px;
}

.responsive-800 .weixin-title,.responsive-800 .weixin-no {
	font-size: 12px;
	color: #666;
	margin: 5px 0;
}

.responsive-800 .weixin-no {
	color: #999;
	margin: 0 0 10px;
}

.responsive-800 .qr-code {
	margin: 0;
}

.responsive-800 .sku-detail .qrcode-buy {
	display: block;
}

.responsive-800 .tpl-shop-header,.responsive-800 .tpl-wxd-header,.responsive-800 .tpl-11-11-banner
	{
	height: 168px;
}

.responsive-800 .tpl-11-11-coupon li {
	width: 163px;
}

.responsive-800 .content {
	width: 760px;
	margin: 30px auto 20px;
}

.responsive-800 .content-body {
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.responsive-800 .content-sidebar {
	margin-left: 560px;
}

.responsive-800 .footer .copyright {
	width: 562px;
}

.responsive-800 .tpl-shop-header,.responsive-800 .tpl-wxd-header {
	height: 168px;
}

.responsive-800 .shop-card,.responsive-800 .shop-info {
	display: block;
}

.app-preview .custom-tag-list {
	background: #f9f9f9;
	overflow: hidden
}

.app-preview .custom-tag-list ul,.app-preview .custom-tag-list li {
	padding: 0;
	margin: 0;
	list-style: none
}

.app-preview .custom-tag-list .custom-tag-list-menu-block {
	position: relative;
	width: 90px;
	margin-right: 1px;
	float: left;
	border-right: 1px solid #ddd;
	background: #e6e6e6
}

.app-preview .custom-tag-list .custom-tag-list-menu-block .custom-tag-list-side-menu
	{
	background: #e6e6e6;
	padding-top: 25px;
	position: relative
}

.app-preview .custom-tag-list .custom-tag-list-menu-block .fixed {
	position: fixed;
	top: 0
}

.app-preview .custom-tag-list .custom-tag-list-menu-block .to-bottom {
	position: absolute;
	left: 0;
	bottom: 0
}

.app-preview .custom-tag-list .custom-tag-list-menu-block li {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6
}

.app-preview .custom-tag-list .custom-tag-list-menu-block li a {
	display: block;
	width: 80px;
	padding: 10px 5px;
	font-size: 14px;
	-webkit-tap-highlight-color: transparent
}

.app-preview .custom-tag-list .custom-tag-list-menu-block li a span {
	display: block;
	max-height: 28px;
	overflow: hidden;
	line-height: 14px
}

.app-preview .custom-tag-list .custom-tag-list-menu-block li.current {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.app-preview .custom-tag-list .custom-tag-list-menu-block li.current a {
	padding-right: 6px;
	background: #f9f9f9;
	color: #f60
}

.app-preview .custom-tag-list .custom-tag-list-menu-block .custom-tag-list-space
	{
	height: 24px;
	background: #e6e6e6
}

.app-preview .custom-tag-list .custom-tag-list-goods {
	overflow: hidden
}

.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-title
	{
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	background: #eee;
	padding: 0 0 0 10px;
	margin: 0;
	background: #eee
}

.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-list
	{
	margin-left: 5px
}

.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-single-goods
	{
	border-bottom: 1px solid #ddd
}

.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-single-goods:last-child
	{
	border-bottom: none
}

.app-preview .custom-tag-list .custom-tag-list-goods .no-goods-list {
	color: #999;
	padding: 0 5px;
	line-height: 40px;
	font-size: 14px
}

.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-img
	{
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	padding: 10px 5px 10px 0
}

.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-img img
	{
	width: 60px;
	height: 60px
}

.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail
	{
	margin-left: 65px;
	position: relative;
	padding-bottom: 2px
}

.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-title
	{
	display: block;
	margin: 0;
	padding: 10px 0;
	line-height: 30px;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px
}

.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-price
	{
	color: #f60;
	padding: 0
}

.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy
	{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 60px;
	height: 50px;
	-webkit-tap-highlight-color: transparent
}

.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy span
	{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	background-image: url("/v2/image/wap/showcase-1416814739063.png");
	background-position: 0 -88px;
	background-repeat: no-repeat
}

.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy .ajax-error,.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy .ajax-loading
	{
	display: none
}

.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy .ajax-loading
	{
	background-image: url("/v2/image/wap/common/loading.gif");
	background-repeat: no-repeat;
	background-position: center center
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy .ajax-loading
		{
		background-image: url("/v2/image/wap/common/loading@2x.gif");
		background-size: 16px
	}
	.app-preview .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy span
		{
		background-image: url("/v2/image/wap/showcase2x-1416814739063.png");
		background-size: 40px auto
	}
}

.app-preview .custom-coupon {
	padding: 10px;
	text-align: center;
	font-size: 0
}

.app-preview .custom-coupon li {
	display: block;
	width: 94px;
	height: 67px;
	border: 1px solid #ff93b2;
	border-radius: 4px;
	background: #ffeaec;
	float: left;
	margin: 5px 4px 0 0;
}

.app-preview .custom-coupon li a {
	color: #fa5262
}

.app-preview .custom-coupon li:nth-child (1){
	margin-left: 0
}

.app-preview .custom-coupon li:nth-child (2){
	background: #f3ffef;
	border-color: #98e27f
}

.app-preview .custom-coupon li:nth-child (2) a {
	color: #7acf8d
}

.app-preview .custom-coupon li:nth-child (3){
	background: #ffeae3;
	border-color: #ffa492
}

.app-preview .custom-coupon li:nth-child (3) a {
	color: #ff9664
}

.app-preview .custom-coupon .custom-coupon-price {
	height: 24px;
	line-height: 24px;
	padding-top: 12px;
	font-size: 24px;
	overflow: hidden
}

.app-preview .custom-coupon .custom-coupon-price span {
	font-size: 16px
}

.app-preview .custom-coupon .custom-coupon-desc {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding-top: 4px;
	overflow: hidden
}