/*顶部banner*/

.shop_banner {
	height: 624px;
	position: relative;
}

.shop_banner .yhj {
	display: block;
	width: 192px;
	height: 52px;
	background-image: url(../images/yhj_dbtn.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 43px;
	left: 112px;
}

.shop_banner .return {
	display: block;
	width: 192px;
	height: 52px;
	background-image: url(../images/return_dbtn.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 43px;
	left: 313px;
	transition: all .2s linear;
}

.shop_banner .return:hover {
	background-image: url(../images/return_hbtn.png);
	transition: all .2s linear;
}


/*商城导航栏*/

.shop_navw {
	width: 100%;
}

.shop_nav {
	height: 70px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.shop_navfix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.shop_nav ul li {
	float: left;
	width: 197px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border-right: 1px solid #e71d0f;
	background-color: #fff;
	transition: all .2s linear;
}

.shop_nav ul li:hover {
	background-color: #ff6700;
	transition: all .2s linear;
}

.shop_nav ul li a {
	color: #ff6700;
	transition: all .2s linear;
}

.shop_nav ul .home_btn {
	background-color: #ff6700;
}

.shop_nav ul .home_btn a {
	color: #fff;
}


/*燕窝专区*/

.yw {
	padding-top: 80px;
}

.yw .btitle {
	margin-top: 58px;
	text-align: center;
	font-size: 36px;
	color: #ff6700;
	font-weight: 100;
}

.yw .stitle {
	text-align: center;
	font-size: 16px;
	color: #ff6700;
	font-weight: 100;
}

.yw .yw1 {
	height: 420px;
	margin-top: 15px;
	background-color: #fff;
	transition: all .2s linear;
	letter-spacing: 2px;
}

.yw .yw1:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.yw .yw1 .f_img {
	position: relative;
}

.yw .yw1 .f_img span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 50%;
	background-color: #FF6700;
	color: #fff;
	text-align: center;
	display: table;
	width: 82px;
	height: 82px;
}

.yw .yw1 .f_img span em {
	display: table-cell;
	vertical-align: middle;
	font-style: normal;
}

.yw .yw1 .r_intr {
	width: 290px;
}

.yw .yw1 .r_intr .yw_title {
	margin-top: 90px;
	margin-left: 58px;
	font-weight: 100;
	color: #242424;
	font-size: 24px;
}

.yw .yw1 .r_intr p {
	margin-left: 59px;
	line-height: 25px;
	font-size: 14px;
	color: #242424;
}

.yw .yw1 .r_intr p .jg {
	font-size: 24px;
}

.yw .yw1 .r_intr .jg1 {
	color: #FF6700;
	margin-top: 27px;
}

.yw .yw1 .r_intr .btn {
	display: block;
	width: 160px;
	height: 44px;
	background-color: #FF6700;
	color: #fff;
	text-align: center;
	line-height: 44px;
	margin-top: 52px;
	margin-left: 58px;
}

.yw .yw2 {
	width: 488px;
	height: 505px;
	margin-top: 15px;
	background-color: #fff;
}

.yw .yw2:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.yw .yw2 .t_img {
	position: relative;
	width: 488px;
	height: 385px;
}

.yw .yw2 .t_img span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 50%;
	background-color: #FF6700;
	color: #fff;
	text-align: center;
	display: table;
	width: 82px;
	height: 82px;
}

.yw .yw2 .t_img span em {
	display: table-cell;
	vertical-align: middle;
	font-style: normal;
}

.yw .yw2 .b_intr {
	width: 488px;
	height: 120px;
	background-color: #fff;
}

.yw .yw2 .b_intr .l_i {
	width: 290px;
	height: 120px;
}

.yw .yw2 .b_intr .l_i p {
	margin-left: 15px;
}

.yw .yw2 .b_intr .r_i {
	width: 198px;
	height: 120px;
}

.yw .yw2 .b_intr .yw_title {
	margin-top: 21px;
	margin-left: 15px;
	font-weight: 100;
	color: #242424;
	font-size: 24px;
}

.yw .yw2 .b_intr .jg1,
.jg2 {
	display: inline-block;
	margin-top: 21px;
	margin-left: 17px;
}

.yw .yw2 .b_intr .jg1 {
	font-size: 14px;
	color: #FF6700;
}

.yw .yw2 .b_intr .jg1 .jg {
	font-size: 24px;
}

.yw .yw2 .b_intr .jg2 {
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
}

.yw .yw2 .b_intr .jg2 .jg {
	font-size: 18px;
}

.yw .yw2 .b_intr .btn {
	display: block;
	width: 160px;
	height: 44px;
	background-color: #FF6700;
	color: #fff;
	text-align: center;
	line-height: 44px;
	margin-top: 5px;
	margin-left: 13px;
}


/*现金券*/

.xjj_bg {
	margin-top: 15px;
	width: 100%;
	height: 420px;
	background: -webkit-linear-gradient(#ff7795, #fc9bb7);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#ff7795, #fc9bb7);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#ff7795, #fc9bb7);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#ff7795, #fc9bb7);
	/* 标准的语法 */
	filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff7795, endcolorstr=#fc9bb7, gradientType=1);
	-ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff7795, endcolorstr=#fc9bb7, gradientType=1);
}

.xjj_bg .xjj {
	height: 420px;
	background-image: url(../images/xjj_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.xjj_bg .xjj img {
	margin-top: 105px;
	margin-left: 153px;
	float: left;
}

.xjj_bg .xjj .r_text {
	margin-top: 115px;
	margin-left: 15px;
}

.xjj_bg .xjj .r_text ul li {
	color: #444;
	font-size: 16px;
	margin-bottom: 2px;
}


/*返回顶部*/

.to-top {
	display: none;
	padding: 0 20px;
	color: #fff;
	background-image: url(../images/gotop.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 61px;
	height: 55px;
}