body {
	font-family: "Microsoft Yahei", arial;
	margin: 0;
	padding: 0;
	background: #f6f6f6;
}

div,form,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	display: block;
	width: 100%;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #151515;
}

h5,
p {
	line-height: 18px;
}

.xw_nav {
	width: 100%;
	background: #ffd10e;
	height: 60px;
	z-index: 99;
	margin: 0;
	padding: 0;
}

.xw_container {
	position: relative;
	width: 1170px;
	height: 60px;
	margin: 0 auto;
}

.xw_logo {
	float: left;
	display: block;
	height: 60px;
	width: 310px;
	background: url(../images/daren/hline.png) 0px 0 no-repeat;
}

.xw_itms {
	float: left;
	margin-left: 196px;
}

.xw_itms2 {
	display: block;
	float: left;
	border-bottom: 2px solid #000;
	height: 26px;
	margin-top: 16px;
	font-size: 14px;
	color: #000;
}

.xw_activity {
	width: 1170px;
	margin: 0 auto;
	margin-top: 20px;
	height: 330px;
}

.xw_banner {
	float: left;
	height: 330px;
}

.xw_slide_banner{
	position: relative;
	width: 464px;
	height: 330px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%)
}

.xw_slide_banner a:hover:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
}

.xw_activity .xw_banner .xw_slide_banner .xw_desc {
	color: #fff;
	position: absolute;
	bottom: 32px;
	font-size: 24px;
	font-weight: 700;
	margin-left: 12px;
}
.title {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.xw_info .title {margin-top: 7px; margin-bottom: 20px; font-size: 18px; font-weight: 600; line-height: 26px; color: #000; -webkit-transition: all .2s ease; -moz-transition: all .2s ease;-ms-transition: all .2s ease;transition: all .2s ease;}
.xw_info h3 {
	margin-top: 10px;
}

.xw_info span {
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}

.xw_activity .xw_columns {
	float: right;
	position: relative;
	width: 696px;
	height: 330px;
}

.xw_activity .xw_columns .xw_columns_item_1 {
	left: 0;
	top: 0;
	width: 464px;
	height: 160px;
}

.xw_activity .xw_columns .xw_columns_item {
	position: absolute;
	background: #f6f6f6;
	text-decoration: none;
	overflow: hidden;
}
.xw_activity .xw_columns .xw_columns_item:hover:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 100%);
}

.xw_activity .xw_columns .xw_columns_item .xw_desc {
	position: absolute;
	left: 0;
	bottom: 12px;
	display: block;
	padding-left: 12px;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.xw_activity .xw_columns .xw_columns_item_2 {
	right: 0;
	top: 0;
	width: 220px;
	height: 330px;
}

.xw_activity .xw_columns .xw_columns_item_3 {
	left: 0;
	bottom: 0;
	width: 227px;
	height: 160px;
}

.xw_activity .xw_columns .xw_columns_item_4 {
	left: 235px;
	bottom: 0;
	width: 227px;
	height: 160px;
}

.xw_main {
	margin: 20px auto 0;
	padding-bottom: 100px;
	width: 1170px;
	position: relative;
	box-sizing: border-box;
}

.xw_headlines_left {
	float: left;
	width: 810px;
	box-sizing: border-box;
}

.xw_nav_list {
	width: 810px;
	height: 84px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 999
}

.xw_nav_list .xw_nav_active {
	width: 110px;
	background: #F32613;
	color: #fff;
}

.xw_nav_list .xw_list_item {
	float: left;
	position: relative;
	display: block;
	width: 100px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
}

.xw_nav_list .xw_list_item .triangle {
	display: block;
}

.xw_nav_list .xw_list_item .triangle {
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #F32613 transparent transparent transparent;
}

.xw_headlines_left .xw_list {
	background: #fff;
	min-height: 100px;
	margin-bottom: 20px;
}

.xw_headlines_left .xw_mainList {
	padding: 0 24px 0 15px;
}
.xw_mainList_norecord {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	color: #999;
	font-size: 16px;
}
.xw_headlines_left .xw_mainList .list_norecord {
	height: 70px;
	width: 50px;
	margin: 0 auto;
	background: url(../images/daren/tt.gif) center no-repeat;
}

.xw_headlines_left .xw_item_cell .xw_pic {
	float: left;
	height: 132px;
	width: 185px;
	margin-right: 28px;
	overflow: hidden;
}
.xw_headlines_left .xw_item_cell .xw_info {
	overflow: hidden;
	position: relative;
}

.xw_headlines_left .xw_item {
	position: relative;
	display: block;
	padding: 15px 0;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	color: #000;
	z-index: 10;
	height: 133px;
}

.xw_headlines_left .xw_item .xw_title {
	margin-top: 7px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	color: #000;
}

.xw_headlines_left .xw_item .xw_desc {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #929292;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xw_headlines_left .xw_item .item-source {
	margin-top: 20px;
	color: #929292;
	line-height: 20px;
	font-size: 14px;
}

.xw_headlines_left .xw_item .xw_item-status {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #929292;
    clear: none!important;	
}

.xw_headlines_left .xw_item .xw_source {
	line-height: 20px;
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}

.xw_headlines_left .xw_item .xw_statu {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 6px;
	color: #999;
	height: 20px;
	line-height: 20px;
}

.xw_info h3:hover {
	color: #F32613;
}

.xw_headlines_right {
	width: 330px;
	float: right;
	color: #000;
	background: #fff;
	overflow: hidden;
	padding: 26px 20px 0;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}

.xw_headlines_right .xw_bg {
	display: block;
	height: 108px;
	width: 290px;
	background: #fff;
}

.xw_headlines_right .xw_headlines_hot {
	display: block;
	background: #fff;
	width: 290px;
	padding: 0 20px;
}

.xw_headlines_right .xw_headlines_hot .xw_biaoti {
	margin: 16px 0 22px;
}

.xw_headlines_right .xw_headlines_hot .xw_headlines_item {
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
	margin-bottom: 30px;
}

.xw_headlines_title h5 {
	width: 100%;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
}

.xw_headlines_title p {
	padding-left: 22px;
	margin: 0 0 10px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #000;
	line-height: 30px;
}

.xw_headlines_right .xw_headlines_item .xw_statu {
	text-align: right;
	color: #999;
	height: 30px;
	line-height: 30px;
}

.xw_headlines_title {
	overflow: hidden;
}

.xw_headlines_title li {
	margin-bottom: 10px;
}

.xw_headlines_right .xw_headlines_item .xw_up {
	display: block;
	position: absolute;
	right: 12px;
	bottom: 8px;
	color: #999;
	height: 20px;
	line-height: 20px;
}

.xw_headlines_title .xw_headlines_item h5:hover {
	color: #F32613;
}


/*详情页样式*/

.xw_content {
	border: 1px solid #eee;
	color: #333;
	font-size: 16px;
	width: 750px;
	margin-right: 20px;
	margin-top: 20px
}

.xw_content .xw_bread {
	padding: 20px;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.xw_content .xw_bread>a {
	color: #F32613;
}

.xw_content .xw_detail {
	padding: 20px 20px 0;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.xw_content .xw_detail p {
	margin: 10px 0;
	line-height: 1.875;
}

.xw_content .xw_detail .xw_detail_title {
	font-size: 24px;
}

.xw_content .xw_detail .xw_detail_time {
	margin: 10px 0 20px;
	color: #999;
	font-weight: 100;
}

.xw_content .xw_items {
	position: relative;
	display: block;
	width: 470px;
	margin: 10px 0;
	padding: 20px;
	background: #f6f6f6;
	text-decoration: none;
	height: 140px;
}

.xw_content .xw_items .xw_items_pic {
	float: left;
	height: 140px;
	width: 140px;
	margin-right: 20px;
	overflow: hidden;
}

.xw_content .xw_items .xw_info1 {
	position: relative;
	height: 140px;
	overflow: hidden;
}

.xw_content .xw_items .xw_price {
	position: absolute;
	left: 180px;
	bottom: 24px;
}

.xw_content .xw_items .xw_price_new {
	color: #f50;
}

.xw_content .xw_items .xw_price_new strong {
	font-size: 24px;
	font-weight: 400;
	margin-left: -6px;
}

.xw_content .xw_items .xw_price_old {
	margin-left: 10px;
	color: #999;
}

ins {
	text-decoration: none;
}

.xw_content .xw_items .xw_btn {
	position: absolute;
	right: 24px;
	bottom: 24px;
	height: 30px;
	width: 100px;
	line-height: 30px;
	border: 1px solid #F32613;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #F32613;
	text-align: center;
}

.xw_content .xw_items .xw_detail>p {
	margin: 10px 0;
	line-height: 1.8;
	color: #151515;
}

.xw_content .xw_bottom {
	height: 262px;
	padding: 30px 0 0px;
	width: 750px;
	margin-left: -20px;
}

.xw_particulars_right {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.xw_particulars_right .xw_qrcode {
	padding: 20px 0 0;
	border: 1px solid #eee;
	background: #fff;
	width: 358px;
	height: 306px;
}

.xw_particulars_right .xw_qrcode .xw_qrcode_pic {
	height: 200px;
	width: 200px;
	margin: 0 auto 6px;
}

.xw_particulars_right .xw_qrcode .xw_qrcode_info {
	position: relative;
	width: 210px;
	margin: 0 auto 6px;
	text-align: center;
	background: #fff;
	z-index: 5;
}

.xw_particulars_right .xw_qrcode .xw_qrcode_info .qrcode-title {
	font-size: 24px;
	line-height: 1.5em;
	color: #333;
}

.xw_particulars_right .xw_qrcode .xw_qrcode_info .qrcode-desc {
	font-size: 16px;
	line-height: 1;
}

.xw_particulars_right .xw_hot {
	margin-top: 16px;
}

.xw_particulars_right .xw_hot .xw_hot_title .xw_title_up {
	background: 0 0;
}

.xw_particulars_right .xw_hot .xw_hot_title .xw_title_up .xw_text {
	margin-left: 0;
}

.xw_particulars_right .xw_hot .xw_hot_title {
	margin-left: 0;
	height: 36px;
	line-height: 36px;
	margin-left: 1px;
	font-size: 24px;
}

.xw_particulars_right .xw_hot .xw_hot_list {
	margin-top: 10px;
	border-top: 2px solid #151515;
}

.xw_particulars_right .xw_bar {
	position: relative;
	display: block;
	padding: 20px;
	border: 1px solid #eee;
	border-top: 0;
	background: #fff;
	height: 85px;
}

.xw_particulars_right .xw_bar .xw_bar_pic {
	float: left;
	height: 85px;
	width: 115px;
	margin-right: 10px;
	overflow: hidden;
}

.xw_particulars_right .xw_bar .xw_bar_info {
	overflow: hidden;
	width: 191px;
	height: 57px;
}

.xw_particulars_right .xw_bar .xw_bar_title {
	margin-bottom: 6px;
	line-height: 1;
	font-size: 15px;
	color: #151515;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.xw_particulars_right .xw_bar .xw_bar_title:hover {
	color: #F32613;
}

.xw_particulars_right .xw_bar .xw_bar_desc {
	height: 36px;
	line-height: 18px;
	color: #999;
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.xw_particulars_right .xw_bar .xw_statu {
	display: block;
	position: absolute;
	right: 4px;
	bottom: 6px;
	color: #999;
	height: 20px;
	line-height: 20px;
}
.xw_detail .dr-goods-box {
	width: 470px;
	margin: 10px 0;
	padding: 20px;
	background: #f7f7f7;
	text-decoration: none;
	clear: none !important;
	border: 1px solid transparent !important;
	position: relative;
}
.xw_detail .dr-goods-box:after {
	content: "";
	clear: both;
	display: block !important;
	height: 0;
}
.xw_detail .dr-goods-box .dr-goods-img-box {
	float: left;
	height: 140px;
	width: 140px;
	margin-right: 20px;
	overflow: hidden;
}
.xw_detail .dr-goods-box .dr-goods-name {
	font-size: 16px !important;
	color:  #818181 !important;
}
.xw_detail .dr-goods-box .dr-goods-price {
	position: absolute;
	bottom: 30px;
	left: 170px;
	font-size: 16px !important;
	color: #f50 !important;
}
.xw_detail .dr-goods-box .dr-goods-price strong {
	font-size: 24px !important;
	font-weight: 400 !important;
}
.xw_detail .dr-goods-box .goods_buy_btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #da0d15;
	border-radius: 4px;
	color: #da0d15;
	text-align: center;
}
/*详情页样式end*/

/*有好货样式*/
.xw_nav.yhh_nav {
	background: #1EADFB;
}

.xw_good_logo {
	float: left;
	display: block;
	height: 60px;
	width: 310px;
	background: url(../images/daren/youhaoh.png) 0px center no-repeat;
}

.xw_goods_bg {
	width: 1190px;
	height: 282px;
	position: relative;
	margin: 30px auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.yhh-goods-figure {
	width: 280px;
	height: 280px;
	line-height: 0;
	overflow: hidden;
    margin-right: 40px;
    border: 1px solid #eee;
}

.xw_goods_info h2 a {
	color: #151515;
	font-size: 26px;
	font-family: 'SimSun','Microsoft Yahei',arial, sans-serif;
}
.xw_goods_info h2 a:hover {
	text-decoration: underline;
}
.xw_goods_info {
	flex: 1;
	-ms-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	font-size: 18px;
	line-height: 30px;
	margin-left: 20px;
}

.xw_goods_info .xw_goods_recommend {
	margin: 20px 0 0;
	color: #4db8f6;
}

.xw_goods_info p {
	color: #999;
	line-height: 30px;
	font-family: 'SimSun','	NSimSun', 'Microsoft YaHei',sans-serif,arial;
}

.yhh-goods-action {
	position: absolute;
	bottom: 0;
	left: 320px;
}
.yhh-goods-link {
    height: 60px;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    margin-right: 20px;
    background-color: #1eadfb;
    font-family: Microsoft YaHei,arial,sans-serif;
}
.yhh-goods-price {
	display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0 25px;
    text-align: center;
}
.yhh-goods-price .yhh-price-tag {
	font-family: arial;
}
.yhh-goods-link del {
	color: #f5faff;
	font-size: 18px;
	font-weight: 400;
	margin-left: 10px;
}

.yhh-goods-view {
	background-color: #fecb30;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #895a13;
    vertical-align: top;
    min-width: 182px;
    text-align: center;
    font-family: 'SimSun',sans-serif,arial;
}
.yhh-goods-social {
	line-height: 30px;
	font-size: 18px;
	color: #787878;
}
.yhh-goods-social span {
	color: #53bfe6;
}
.yhh-goods-like i.iconfont {
    position: relative;
    top: 5px;
	font-size: 32px;
	margin-right: 5px;
}
.xw_goods_list {
	background-color: #f2f2f2;
	padding: 10px 0;
}

.xw_goods_title {
	width: 1190px;
	margin: 40px auto 20px;
}

.xw_goods_title h2 {
	text-align: center;
	margin: 0;
}

.xw_goods_title h2 span {
	font-size: 20px;
	margin: 0;
	background-color: #f2f2f2;
	padding: 0 20px;
	color: #999;
}

.xw_goods_title h2:before {
	content: ' ';
	display: block;
	height: 0;
	overflow: hidden;
	border-top: 1px solid #DBDBDB;
	margin-bottom: -20px;
	box-sizing: border-box;
}

.xw_goods_list ul {
	width: 1188px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 1px;
}

.xw_goods_list li {
	margin: 5px 3px 5px 0;
	width: 250px;
	height: 380px;
	padding: 20px;
	background-color: #fff;
	float: left;
	overflow: hidden;
	border: 2px solid transparent;
	/*  box-sizing: border-box;*/
}

.xw_goods_list h3 {
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	color: #151515;
}

.xw_goods_summary {
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
}

.xw_goods_extra {
	font-size: 18px;
	color: #32adf4;
}

.xw_goods_list li:hover {
	border-color: #32adf4;
}
.xw_list_price .xw_tag {
	font-weight: 700;
}
.xw_goods_extra .xw_list_comment {
	font-family: 'SimSun',arial,sans-serif;
}



/*有好货样式end*/


/*必买清单样式*/

.xw_lisiting_logo {
	float: left;
	display: block;
	height: 60px;
	width: 310px;
	background: url(../img/listing.png) 0px 0 no-repeat;
}

.xw_lisiting_main .xw_lisiting {
	width: 1200px;
	margin: 20px auto 0;
	min-height: 800px;
}

.xw_lisiting .xw_lisiting_detail {
	background-color: #ffffff;
	width: 570px;
	height: 285px;
	float: left;
	padding: 25px 10px 16px 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.xw_lisiting_main .xw_lisiting_title {
	height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xw_lisiting_main .xw_lisiting_text {
	font-size: 22px;
	color: #333333;
	line-height: 22px;
}

.xw_lisiting_main .xw_lisiting_text>p {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
	height: 20px;
}

.xw_lisiting_main .xw_commodity {
	float: left;
	margin: 0 3px 0 3px;
}

.xw_lisiting_main .xw_commodity {
	width: 184px;
	height: 184px;
	overflow: hidden;
}

.xw_lisiting_main .xw_userinfo {
	font-size: 14px;
	color: #999;
	line-height: 28px;
}

.xw_lisiting_page {
	margin-right: 10px;
}


/*必买清单样式end*/


/*必买清单详情*/

.xw_qdxq {
	float: left;
	margin-top: 16px;
	font-size: 14px;
	color: #000;
}

.xw_xq {
	/*display: block;*/
	float: left;
	border-bottom: 2px solid #000;
	height: 26px;
	margin-top: 16px;
	font-size: 14px;
	color: #000;
}

.xw_lisiting_main .xw_lisiting .xw_lisitingxq_text {
	width: 736px;
	background: #fff;
	padding: 24px 20px;
}

.xw_lisiting_main .xw_lisiting .xw_img_content {
	width: 27px;
	height: 27px;
	overflow: hidden;
	float: left;
	margin-right: 8px;
}

.xw_lisiting_main .xw_lisiting .xw_img_content img {
	width: 100%;
	border-radius: 50%;
}

.xw_lisiting .xw_bddp {
	margin-top: 15px;
	overflow: hidden;
	height: 67px;
}

.xw_lisiting .xw_bddp .xw_lisitingxq_bddp {
	padding: 6px 10px;
	background-color: #f6f6f6;
	margin-right: 6px;
	font-size: 14px;
	color: #999;
	border-radius: 2px;
	float: left;
	margin-bottom: 5px;
}

.xw_lisiting .xw_lisitingxq_goods {
	margin-top: 22px;
	width: 800px;
}

.xw_lisiting .xw_lisitingxq_goods .xw_lisitingxq_list {
	margin: 0 10px 10px 0;
	background-color: #fff;
	float: left;
	width: 252px;
	height: 380px;
}

.xw_lisitingxq_list h5 {
	font-size: 16px;
	overflow: hidden;
	color: #151515;
	line-height: 24px;
	margin-left: 10px;
	margin-top: 10px;
}

.xw_lisitingxq_list .xw_tag {
	font-size: 16px;
	color: #F32613;
}

.xw_lisiting_main .xw_lisiting .xw_lisitingxq_right {
	width: 390;
	float: right;
}

.xw_lisiting_main .xw_lisiting .xw_lisitingxq_left {
	float: left
}

.xw_lisiting_main .xw_recommend_title {
	margin-top: 20px;
	text-align: center;
}

.xw_lisiting_main .xw_line {
	display: inline-block;
	background: #d8d8d8;
	border: 1px solid #979797;
	width: 78px;
	position: relative;
	top: -4px;
}