body {
	background-color: #efefef;
}

.hidden {
	display: none;
}

.zzfw {
	width: 1200px;
	margin: 10px auto;
}

.zzfw-panel {
	margin-top: 20px;
}

.zzfw-bannerbox {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.zzfw-nav {
	width: 235px;
	height: 435px;
	background-color: #FFFFFF;
	border-radius: 5px;
	position: relative;
}

.zzfw-nav>.zzfw-btn {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	font-size: 16px;
	color: #fff;
	position: relative;
	background: #fe4d1b url(../img/vice-nav.jpg) repeat-x;
	border-radius: 5px 5px 0 0;
}

.zzfw-nav>.zzfw-btn i {
	position: absolute;
	width: 15px;
	display: block;
	height: 8px;
	left: 16px;
	top: 50%;
	margin-top: -6px;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	overflow: hidden
}

.zzfw-nav>.zzfw-btn i:after {
	content: "";
	display: block;
	height: 2px;
	background: #fff;
	margin: 3px 0
}

.zzfw-nav>.zzfw-btn em {
	position: absolute;
	right: 20px;
	width: 6px;
	height: 11px;
	top: 50%;
	margin-top: -5px;
	background-position: 0 0;
	background: url(../img/icon_1.png) no-repeat;
}

.vice-nav-open {
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 5;
	left: 0;
	top: 50px;
	min-height: 490px;
	display: none;
	overflow: hidden;
	padding-bottom: 10px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px
}

.zzfw-nav.open .vice-nav-open {
	display: block !important;
}

.vice-nav-open.nav-content {
	height: 385px;
	min-height: 0;
	padding-bottom: 0;
	overflow: visible
}

.vice-nav-open .li {
	padding: 16px 15px;
	line-height: 28px;
	color: #696969
}

.vice-nav-open .li .title-h1 {
	font-size: 16px;
	color: #333;
	line-height: 16px;
	height: 20px;
	line-height: 20px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px
}

.vice-nav-open .li .side-txt .title-h2 {
	height: 34px;
	line-height: 34px;
	color: #fe5222;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	background: #e7e7e7;
	position: relative;
	z-index: 1;
	margin-bottom: 12px;
}

.vice-nav-open .li .title-h1 .icon {
	position: absolute;
	width: 15px;
	height: 16px;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background: url(../img/ioc_c5.png) no-repeat;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.vice-nav-open .li.hover,
.vice-nav-open .li:hover {
	background: #f5f5f5
}

.vice-nav-open .li.hover .title-h1,
.vice-nav-open .li:hover .title-h1,
.vice-nav-open .li .a a:hover {
	color: #fe5222
}


.vice-nav-open .label-a {
	display: block;
	overflow: hidden;
}



.vice-nav-open .label-a a {
	text-decoration: none;
	color: #969696;
	display: block;
	float: left;
	font-size: 14px;
	margin-right: 16px;
}

.vice-nav-open a:hover {
	color: #fe5222;
}

.vice-nav-open .li .side-txt {
	display: none;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 235px;
	width: 225px;
	padding: 10px;
	z-index: 5
}

.vice-nav-open .li.hover .side-txt {
	display: block
}

.vice-nav-layer {
	background: #f5f5f5;
	position: absolute;
	left: 470px;
	width: 235px;
	top: 0;
	bottom: 0;
	padding: 15px;
	overflow: hidden;
	display: none
}

.vice-nav-open.hover .vice-nav-layer {
	display: block
}

.vice-nav-layer>a {
	display: block;
	border-radius: 5px;
	height: 75px;		
	text-decoration: none;
	    padding: 15px;
	    line-height: 25px;
}
.vice-nav-layer>a+a{
	margin-top: 20px;
}
.vice-nav-layer>a>span{
	display: block;
	    color: #fff;
		
}
.vice-nav-layer>a>span.name{
	font-size: 20px;
	    font-weight: bold;
		
}
.vice-nav-layer>a>span.txt{
	font-size: 14px;
}
.zzfw-xinxi {
	width: 219px;
	height: 415px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 5px;
}

.zzfw-banner {
	width: 690px;
}

.zzfw-xinxi {
	padding: 10px 8px;
}

.zzfw-xinxi-top {
	/* height: 130px; */
	overflow: hidden;
}

.zzfw-xinxi-top .member {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 10px;
}

.member-pic {
	width: 64px;
	height: 64px;
	margin-right: 10px;
}

.member-pic>img {
	width: 64px;
}

.zzfw-xinxi-top .member .earn_dd {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 25px;
}

.zzfw-xinxi-top .member .earn_dd i {
	background: url(../img/ioc.png) no-repeat -34px -35px;
	display: block;
	width: 14px;
	height: 13px;
	float: left;
	margin: 6px 3px 0 0
}

.landing {
	display: flex;
	margin-bottom:10px;
}

.landing a {
	display: block;
	height: 35px;
	border: 1px solid #e6e6e6;
	background: #fafafa;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	border-radius: 50px;
	width: 50%;
}

.landing a+a {
	margin-left: 10px;
}

.landing a:link,
.landing a:visited,
.landing a:active {
	color: #333333;
	text-decoration: none;
}

.landing a.active {
	background: #fe4d1b;
	border: 1px solid #fe4d1b;
	color: #fff;
}

.landing a:hover {
	background: #f73c07;
	border: 1px solid #f73c07;
	color: #fff
}

.zzfw-xinxi-middle {
	padding: 15px 0 10px 0;
	border-top: 1px solid #dddfe2;
	border-bottom: 1px solid #dddfe2;
	margin-bottom: 10px;
}

.zzfw-xinxi-middle>label {
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	display: block;
}

.zzfw-xinxi-middle ul {
	overflow: hidden;
	color: #696969;
	margin-top: 5px;
	padding: 0;
	margin: 0;
}

.zzfw-xinxi-middle ul li {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 12px;
	text-indent: 12px;
	list-style: none;
}

.zzfw-xinxi-middle ul li span {
	padding-right: 8px;
	color: #b3b3b3
}

.zzfw-xinxi .zzfw-xinxi-bottom .tabs-nav {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	color: #262626;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
}

.zzfw-xinxi .zzfw-xinxi-bottom .tabs-nav>span {
	width: 25%;
	cursor: pointer;
	text-align: center;
	background: 0;
}

.zzfw-xinxi .zzfw-xinxi-bottom .tabs-nav>span.active {
	border-bottom: 1px solid red;
}

.zzfw-xinxi-bottom {
	position: relative;
}

.zzfw-xinxi-bottom .movebg {
	position: absolute;
	top: 26px;
	border-bottom: 1px solid #e30004;
	width: 52px;
	height: 1px
}

.zzfw-xinxi-bottom .tab-cont {
	padding-top: 10px;
	height: 70px;
	overflow: hidden;
	text-align: center;
}

.zzfw-xinxi-bottom .tab-cont .zzfw-btn {
	display: inline-block;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	padding: 0 13px;
	font-size: 14px;
	border: 1px solid #e6e6e6;
	border-radius: 50px;
	background: #fff;
	margin-top: 18px;
	color: #333333;
}

.zzfw-xinxi-bottom .tab-cont .zzfw-btn:hover {
	background: #e30004;
	color: #fff;
	border: 1px solid #e30004;
}

.zzfw-xinxi-bottom .tab-cont .zzfw-btn+.zzfw-btn {
	margin-left: 10px;
}

.zzfw-xinxi-bottom .tab-cont>p {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	text-indent: 12px;
}

.zzfw-xinxi-bottom .tab-cont>p>a {
	font-size: 12px;
	color: #696969;
	text-decoration: none;
	line-height: 22px;
}

.zzfw-xinxi-bottom .tab-cont>p>a:hover {
	color: #E30004;
}

.zzfw-banner-pic>img {
	width: 100%;
	height: 435px;
	border-radius: 5px;
}

.zzfw-product-box {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -10px;
}

.zzfw-product {
	padding: 10px 8px;
	margin-bottom: 10px;
	background-color: #fff;
	width: calc(20% - 26px);
	margin-left: 10px;
}

.product-img {
	display: block;
}

.product-img>img {
	width: 100%;
	height: auto;
}

.product-name {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
	display: block;
}

.zzfw-product>.product-price {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #969696;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;

}

.product-price .present {
	font-size: 18px;
	color: #e80100;
	padding-right: 5px;
}

.product-price .original {
	text-decoration: line-through;
}

.zzfw-product .product-btn {
	display: block;
	width: 204px;
	height: 34px;
	background: url(../img/but3.png) no-repeat;
	color: #fff;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	margin: 10px auto;
	text-decoration: none;
	margin-bottom: 0;
}

.zzfw-dingzhi {
	background: url(../img/bg.png) no-repeat center 0;
	background-size: 100% 100%;
	height: 260px;
	overflow: hidden;
	color: #FFFFFF;
	text-align: center;
}

.zzfw-dingzhi>b {
	font-size: 28px;
	display: block;
	margin-top: 62px;
}

.zzfw-dingzhi>span {
	display: block;
	font-size: 16px;
	margin: 15px 0 20px 0;
}

.zzfw-dingzhi .dingzhi-btn {
	display: inline-block;
	width: 240px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	background: url(../img/but4.png) no-repeat;
	text-decoration: none;
}
