.f-header {
	height: 89px;
}

.f-logo {
	float: left;
	display: block;
	margin-top: 20px;
}

.f-tel {
	float: right;
	margin-top: 24px;
	text-align: right;
}

.f-tel-tit {
	font-size: 14px;
	color: #ff6700;
}

.f-tel-num {
	font-size: 16px;
	color: #333;
}

.f-red {
	color: #ff3333;
}

.search-nores-header {
	height: 125px;
}

.search-logo {
	float: left;
	display: block;
	margin: 35px 20px 0 0;
}

.search-con {
	float: left;
	margin-top: 20px;
}

.search-condition {
	margin: 0 0 4px 0;
	padding-left: 6px;
}

.search-condition-item {
	float: left;
	position: relative;
	margin-right: 30px;
	color: #555;
	cursor: pointer;
}

.search-condition-item:hover,
.search-condition-item.act {
	color: #FF6700;
}

.search-condition-item::after {
	content: "";
	width: 1px;
	height: 12px;
	background-color: #F3EFEC;
	position: absolute;
	top: 3px;
	right: -15px;
	cursor: default;
}

.search-condition-item:last-child::after {
	display: none;
}

.search-frame-input {
	display: block;
	float: left;
	width: 481px;
	height: 36px;
	padding-left: 35px;
	background: url(../images/search-icon.png) no-repeat 12px 10px #ffffff;
	border: 2px solid #FF6700;
	border-right: 0;
}

.search-frame-btn {
	display: block;
	float: left;
	width: 98px;
	height: 40px;
	line-height: 40px;
	border: 0;
	font-size: 16px;
	color: #fff;
	background-color: #ff6700;
	cursor: pointer;
}

.search-key {
	padding-top: 5px;
}

.search-key-item {
	float: left;
	margin-right: 20px;
}

.search-key-item {
	color: #999;
}

.search-entry {
	float: right;
	height: 36px;
	margin-top: 41px;
	border: 2px solid #ff6700;
}

.search-entry-btn {
	display: inline-block;
	width: 98px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.search-entry-btn:first-child {
	border-right: 1px solid #e9e9e9;
}

/* 内容s */

.f-con {
	padding: 110px 0 140px 0;
	text-align: center;
}

.f-con-img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.f-con-dt {
	margin-top: -10px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.f-con-tit {
	font-size: 14px;
	color: #111;
	padding-bottom: 12px;
}

.f-con-text {
	font-size: 14px;
	color: #777;
	padding-bottom: 10px;
}

.f-con-ctrl {
	font-size: 14px;
	color: #777;
}

.f-con-btn {
	padding: 7px 25px;
	margin: 0 10px;
	background: #ff8400;
	border-radius: 3px;
	text-align: center;
	color: #fff;
}

.f-con-btn:hover {
	background: #ff4e00;
	color: #fff;
}

/* 内容e */

/* 优选好货s */

.f-goods {
	margin-bottom: 30px;
	padding: 36px 0 0 0;
}

.f-goods-title {
	margin-bottom: 16px;
}

.f-goods-title-t {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.f-goods-title-int {
	font-size: 14px;
	color: #555;
	font-weight: normal;
}

.f-goods-title-join {
	display: block;
	width: 175px;
	height: 27px;
	background: url(../images/goods-join.png) no-repeat;
}

.f-goods-item {
	float: left;
	margin: 0 20px 18px 0;
	width: 222px;
	height: 308px;
	border: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.f-goods-item:nth-child(5n) {
	margin-right: 0;
}

.f-goods-pic {
	display: block;
	width: 220px;
	height: 220px;
}

.f-goods-name {
	height: 36px;
	margin: 9px 0 7px 0;
	padding: 0 10px;
	font-size: 14px;
	color: #555;
	word-break: break-all;
	overflow: hidden;
}

.f-goods-int {
	padding: 0 10px;
}

.f-goods-price {
	float: left;
	font-size: 16px;
	color: #FF3333;
}

.f-goods-from {
	float: right;
	color: #999;
	padding-top: 2px;
}

.f-goods-get {
	width: 100%;
	height: 86px;
	color: #fff;
	background-color: #FF6700;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -86px;
	z-index: 1;
	-webkit-transition: bottom .3s linear;
	-o-transition: bottom .3s linear;
	transition: bottom .3s linear;
}

.f-goods-get-t {
	font-size: 16px;
	width: 86px;
	margin: 0 auto;
	padding: 14px 0 4px 40px;
	background: url(../images/goods-get.png) no-repeat 20px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	text-align: left;
}

.f-goods-get-shopname {
	padding: 5px 10px 0 10px;
	opacity: .8;
}

.f-goods-item:hover {
	border-color: #ff6700;
}

.f-goods-item:hover .f-goods-get {
	bottom: 0;
}

/* 优选好货e */
