html,body{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
body{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items:center;
}
canvas{
	display: block;
}

.skin-box-bd{background:none repeat scroll 0 0 #083562;}
.skin-box-bd .menu-list{background: none repeat scroll 0 0 #083562;}
.skin-box-bd .menu-list .menu{border-right:1px #0f4f80 solid;}
.skin-box-bd .menu-list .menu .link{background:none repeat scroll 0 0 #083562;}
.all-cats .link{background: none repeat scroll 0 0 #083562;border-right:1px #0f4f80 solid;}

.skin-box-bd,.all-cats .link,.skin-box-bd .menu-list,.skin-box-bd .menu-list .menu .link,.skin-box-bd .menu-list .menu-selected .link .title{background:none repeat scroll 0 0 #083562;}
.skin-box-bd .menu-list .menu,.all-cats .link{border-right:1px #0f4f80 solid;}
.skin-box-bd .menu-list .menu .title,.skin-box-bd .all-cats .title{
	font-family: "微软雅黑";
	font-size: 13px;
}

.skin-box-bd{background:none repeat scroll 0 0 #083562;}
.skin-box-bd .menu-list{background:none repeat scroll 0 0 #083562;}
.skin-box-bd .menu-list .link{background:none repeat scroll 0 0 #083562;}
.all-cats .link{background:none repeat scroll 0 0 #083562;}

.skin-box-bd{background:none repeat scroll 0 0 #083562;}
/* 导航条背景色*/
.skin-box-bd .menu-list{
	background: none repeat scroll 0 0 #083562;
}
/*首页/店铺动态背景色*/
.skin-box-bd .menu-list .link{
	background: none repeat scroll 0 0 #083562;
}
/*首页/店铺动态右边线*/
.skin-box-bd .menu-list .menu{
	border-right:1px #0f4f80 solid;
}
.all-cats .link{
	/*所有分类背景色*/
	background: none repeat scroll 0 0 #083562;
	/*所有分类右边线*/
	border-right:1px #0f4f80 solid;
}
/*首页/店铺动态文字颜色*/
.skin-box-bd .menu-list .menu .title{
	color:#ff0000;
}
/*所有分类文字颜色*/
.skin-box-bd .all-cats .title{
	color:#ff0000;
}

.skin-box-bd {
	font-family: "微软雅黑" !important;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #ed0e36;
	height: 30px;
	background-position: 0px 0px;
}

.skin-box-bd .menu-list {
	background-image: none;
	background-color: transparent;
	height: 30px;
	border: 0px none #666;
}

.skin-box-bd .menu-list .menu {
	border: 0px;
	background-image: none;
	background-color: transparent;
}

.skin-box-bd .menu-list .menu .link {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	background-image: none;
	background-color: transparent;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
}

.skin-box-bd .menu-list .menu .title {
    color: #fff;
    font-size: inherit;
    font-weight: 100;
    height: 30px;
    line-height: 30px;
}
.skin-box-bd .menu-list .menu .link .title {
	height: 30px;
	line-height: 30px;
}

.skin-box-bd .menu-list .menu-selected .link {
	background-image: none;
	background-color: transparent;
}

.skin-box-bd .menu-list .menu-selected .link .title {
	color: #FFFFFF;
	background-image: none;
	background-color: transparent;
}

.skin-box-bd .menu-list .menu .link .title:hover {
	text-decoration: none;
}

.skin-box-bd .menu-list .menu .link:hover,
.skin-box-bd .menu-list .menu-hover {
	background-image: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #ca0c2e;
}

.all-cats {
	padding: 0px;
	background-color: transparent;
	height: 30px;
	max-width: 111px;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
}

.all-cats .link {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	border: none;
	background-image: none;
	width: 100px;
	background-color: transparent;
	padding: 0;
	margin-left: 20px;
}

.all-cats .link:hover {
	background-image: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

.all-cats .link .title {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	background-color: transparent;
}

.all-cats .link .title:hover {
	text-decoration: none;
}

.all-cats:hover,
.all-cats-hover{
	background-color: #ca0c2e;
}

.skin-box-bd .all-cats .link .popup-icon {
	float: left;
	width: 10px;
	height: 9px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../image/tran.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
}

.skin-box-bd .all-cats-popup {
	width: 180px;
}

.skin-box-bd .popup-content {
	background-attachment: scroll;
	background-color: #f20131;
	opacity: 1;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	border: none;
}

.skin-box-bd .popup-content .cats-tree .cat-hd-hover {
	background-color: #ca0c2e;
}
.popup-content .cats-tree .snd-cat-hd {
    height: 40px;
    line-height: 40px;
	border-bottom: 1px solid #fb1341;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
}
.skin-box-bd .popup-content .cats-tree .fst-cat {
	float: left;
	height: 40px;
	width: 180px;
	border: 0px none #D6D6D6;
	background-color: transparent;
	border-bottom: 1px solid #fb1341;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
}

.skin-box-bd .popup-content .cats-tree .fst-cat .cat-name {
	height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	line-height: 40px;
	font-weight: 400;
	font-size: 14px;
}

.skin-box-bd .popup-content .cats-tree .cat-hd-hover .fst-cat-name {
	color: #FFFFFF;
	font-weight: 300;
	text-decoration: none;
}

.skin-box-bd .popup-content .cats-tree .fst-cat-hd {
	width: 180px;
}

.skin-box-bd .popup-content .cats-tree .fst-cat .snd-pop .snd-cat-hd a {
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 14px;
}

.skin-box-bd .popup-content .cats-tree .fst-cat .snd-pop .snd-cat-hd a:hover {
	font-weight: 300;
	text-decoration: none;
}

.skin-box-bd .popup-content .cats-tree .fst-cat:hover{
	background-color: #ca0c2e;
}

.popup-content .cats-tree .snd-pop-inner {
	width: 180px;
	height: 100%;
	background-color: transparent;
	opacity: 1;
	margin-left: 0px;
	background-image: none;
	padding: 0;
}
.tb-shop-popup-content .popup-content{
	background-color: #f20131;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
}
.tb-shop-popup-content .popup-content .sub-cat{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #fb1341;
}
.tb-shop-popup-content .popup-content .sub-cat:hover,
.tb-shop-popup-content .popup-content .sub-cat-hover{
	background-color: #ca0c2e;
}
.menu-popup-cats .sub-cat .cat-name {
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 14px;
}

.menu-popup-cats .sub-cat a {
	height: 40px;
	display: block;
	overflow: hidden;
	width: 180px;
}
.popup-content .cats-tree .has-children{
	position: relative;
}
.popup-content .cats-tree .has-children .fst-cat-icon {
	display: block;
    background: url(../image/T18WsRFcpdXXXPXsT8-51-381.gif) 0 -374px no-repeat;
    width: 5px;
    height: 9px;
    position: absolute;
    right: 10px;
    margin: 6px 0 0;
}
.popup-content .cats-tree .snd-cat-hd-hover{
	background-color: #ca0c2e;
}
.skin-box-bd .menu-list .menu .link .popup-icon {
	height: 8px;
	width: 9px;
	background: url(../image/tran.png) no-repeat scroll 0% 0% transparent;
	margin-left: 10px;
	float: left;
	margin-top: 11px;
	display: inline-block;
}