*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	min-height: 100%;
	background: #f8f8f8;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
	color: #333;
	height: 100%;
	line-height: 1.6;
	color: #333;
	text-align: left;
	position: relative;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], script, template {
display:none
}
a {
	background-color: transparent
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
a, ins {
	text-decoration: none
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
pre {
	white-space: pre-wrap
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, i {
	font-weight: normal;
	font-style: normal;
}
ol, ul, li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
abbr, acronym {
	border: 0;
}
::selection {
	background: #cc1616;
	color: #fff;
}
.clearfix:after, .wrapbox:after, .alist li:after {
	clear: both;
	display: block;
	height: 0;
	content: ""
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer
}
a:hover {
	color: #ff6781;
	text-decoration: underline
}
.wrap {
	margin: 0 auto;
	width: 100%;
	overflow: auto;
	overflow: hidden;
}
.main {
	margin: 100px 10px 30px 10px;
}
@media only screen and (min-width:1200px) {
.wrap {
	max-width: 1200px
}
}
/* css */
.hd {
	padding: 0.5rem 0
}
.hd h3 {
	font-size: 1.1rem;
	font-weight: bold
}
.topimg {
	background: url(../images/top_img.png) no-repeat;
}
.fl {
	float: left
}
.fr {
	float: right
}
.top_box {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.header {
	width: 100%;
	height: 43px;
	line-height: 43px;
	background: #000;
	position: relative;
}
.nav {
	width: 100%;
	height: 42px;
	background: #FFFFFF;
	border-bottom: 1px solid #d5d5d5;
	ox-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.nav ul {
	width: 85%;
	height: 42px;
	float: left;
}
.nav ul li {
	width: 25%;
	height: 42px;
	text-align: center;
	float: left;
}
.nav ul li a {
	display: block;
	font-size: 16px;
	line-height: 42px;
	color: #222;
}
.nav ul li.current a {
	height: 41px;
	border-bottom: 2px solid #ff6781;
	font-weight: bold;
	color: #ff6781;
}
.nav ul li a:hover, .nav ul li a:active {
	color: #ff6781;
}
.zhankai {
	width: 15%;
	height: 42px;
	cursor: pointer;
	display: block;
	float: right;
	background-position: left -140px;
	background-size: 50px auto;
	text-align: center;
	overflow: hidden;
}
.zhankai a {
	background: url("../images/top_img.png") no-repeat scroll 0 -188px;
	background-size: 50px auto;
	display: block;
	height: 42px;
	margin: 0 auto;
	text-indent: -999em;
	width: 23px;
}
.zhankai a:first-of-type {
	padding-left: 15px;
}
.zhankai a:hover, .zhankai a:active {
	background: url(../images/top_img.png) no-repeat 0 -232px;
	background-size: 50px auto;
}
.open_menu, .hotTags {
	width: 100%;
	height: auto;
	padding: 8px 0 12px;
	background: #fff;
	border-bottom: 1px solid #d5d5d5;
	box-shadow: 0 1px 5px rgba(0,0,0,0.05) inset, 2px 0px 5px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.05) inset, 2px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.05) inset, 2px 0px 5px rgba(0,0,0,0.2);
	overflow: hidden;
}
.hotTags {
	position: relative;
	top: 108px;
}
.open_menu {
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.open_menu ul li, .hotTags ul li {
	width: 25%;
	height: 35px;
	text-align: center;
	float: left;
	overflow: hidden;
}
.hotTags ul li {
	width: 33%;
}
.open_menu ul li a {
	display: block;
	font-size: 80%;
	line-height: 35px;
	color: #666;
}
.open_menu ul li a:hover, .open_menu ul li a:active, .open_menu ul li.current a {
	background: #f5f5f5;
	color: #ff6781;
}
.logo {
	background: url("../images/logo_m.png") no-repeat scroll 0 0;
	background-size: 80px auto;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 999em;
	white-space: nowrap;
	width: 80px;
}
.slidefocus {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: -5px;
}
.slidefocus .hd {
	height: 5px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.slidefocus .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slidefocus .hd ul li {
	float: left;
	margin-right: 2px;
	width: 20px;
	height: 5px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	font-size: 0;
	text-indent: 9999em;
	overflow: hidden
}
.slidefocus .hd ul li.on {
	background: #000;
}
.slidefocus .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slidefocus .bd li {
	zoom: 1;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
}
.slidefocus .bd img {
	width: 100%;
	height: auto;
	display: block;
}
/* APP下载提示 */
.downapk {
	width: 100%;
	height: 40px;
	background: #FF9;
	margin: 8px auto 0;
	border-bottom: 1px solid #CC6;
	box-shadow: 0 1px 5px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
	overflow: hidden;
}
.downapk strong {
	width: 65%;
	height: 40px;
	padding-left: 2%;
	display: block;
	float: left;
	color: #ad0b0b !important;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
}
.downapk a {
	width: 30%;
	height: 30px;
	margin: 5px 1.5% 0 0;
	background: #e98b4c;
	border: 1px solid #ce7024;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	color: #fff !important;
	font-size: 14px;
	line-height: 30px;
	display: block;
	float: right;
	text-align: center;
}
.downapk a:hover, .downapk a:visited {
	background: #f2853d;
	border: 1px solid #ce7024;
	color: #fff !important;
}
/*  */
.alist {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.alist li {
	border-bottom: 1px solid #dedede;
	background: #FFFFFF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	padding: 0.5rem;
}
.alist li:hover, .alist li:active {
	background: #FCFCFC;
}
.alist li a {
	width: 100%;
	display: block;
	overflow: hidden;
}
.alist .Conpic {
	width: 33.3333%;
	float: left;
	padding-right: 1rem;
}
.alist .Contxt {
	width: 66.6667%;
	float: right;
	position: relative;
}
.pad5 {
	padding: 0 8px !important;
}
.alist .Contxt h3 {
	white-space: nowrap;
	overflow: hidden
}
.alist .Contxt p {
	font-size: 75%;
	color: #888888
}
.alist .Confun {
	width: 100%;
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.click, .shoucang, .time {
	display: block;
	background: url(../images/top_img.png) no-repeat;
	color: #aaa;
}
.click {
	width: 25%;
	float: left;
	background-position: 0px -437px;
	padding-left: 18px;
}
.shoucang {
	float: left;
	background-position: 0px -474px;
	padding-left: 20px;
}
.time {
	width: 57%;
	float: left !important;
	background-position: 0px -512px;
	padding-left: 20px;
}
.shops-mlist {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.shops-mlist li {
	border-bottom: 1px solid #dedede;
	background: #FFFFFF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	padding: 0.5rem;
}
.shops-mlist li:hover, .alist li:active {
	background: #FCFCFC;
}
.shops-mlist li a {
	width: 100%;
	display: block;
	overflow: hidden;
}
.shops-mlist .Conpic {
	max-width: 33.3333%;
	float: left;
	padding-right: 1rem;
}
.shops-mlist .Contxt {
	width: 66.6667%;
	float: left;
	position: relative;
}
.shops-mlist li img {
	max-height: 80px;
	max-width: 80px;
	height: auto;
	width: auto
}
.alist .Contxt h3 {
	white-space: nowrap;
	overflow: hidden
}
.alist .Contxt p {
	font-size: 75%;
	color: #888888
}
.alist .Confun {
	width: 100%;
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
/*详细页*/
.article_content {
	padding: 1rem;
	background: #fff;
	overflow: hidden;
}
.article_content h1 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 1rem;
	color: #222222;
	text-align: center;
}
.article-meta {
}
.article-meta span {
	width: 32%;
	display: block;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #999;
	overflow: hidden;
}
.article_content p {
	font-size: 16px;
}
.article_content p embed {
	width: 100%!important;
	height: 250px !important;
	margin-left: -2em !important;
}
.article_content p img {
	width: 100%;
	overflow: hidden;
}
.article_content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto
}
.article_content h4 {
	color: #FF6781
}
.article_content td a {
	color: #ff6781;
	text-decoration: underline
}
.crumbs {
	font-size: 75%;
	margin-bottom: 1rem
}
/* */
.page_pages {
	padding: 15px 0;
	clear: both;
	font-size: 75%
}
.page_pages ul {
	text-align: center
}
.page_pages ul li {
	border: 1px solid #E9E9E9;
	padding: 7px 7px;
	margin: 0 6px 6px 0;
	display: inline;
	background: #fff
}
.page_pages ul li a {
	color: #555;
	padding: 1px 4px 2px 4px
}
.page_pages ul li a:hover {
	padding: 1px 4px 2px 4px
}
.page_pages ul li.thisclass a:hover, .page_pages ul li.thisclass, .page_pages ul li.thisclass a {
	background: #f5f5f5;
	color: #000;
	font-weight: 700;
}
.page_pages .pageinfo {
	padding: 0 5px 0 5px
}
.page_pages .pageinfo strong {
	color: #333;
	font-weight: 400;
	margin: 0 2px
}
.page_pages ul li.thisclass a {
	padding: 1px 4px
}
.pg_article {
	font-size: 80%;
	margin: 10px auto 0;
	background: url(../images/line.gif) repeat-x scroll left top;
	padding-top: 15px;
}
.pg_article span {
	display: block;
	line-height: 20px;
	margin-bottom: 0.5rem;
}
/* */
.page_tips {
	width: 100%;
	height: 50px;
	margin: 15px auto 0;
	background: #fff;
	border-top: 1px solid #ddd;
	text-align: center;
	font: normal 14px/50px Microsoft Yahei;
	color: #F00;
	overflow: hidden;
}
.nomar {
	margin: 0 auto !important;
	border-top: 1px solid #ddd !important;
}
/* */
.footer {
	width: 100%;
	height: 50px;
	margin: 10px auto 0;
	border-top: 1px solid #ccc;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.footer a.back_top {
	width: 40%;
	float: left;
	height: 50px;
	display: block !important;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
	font: bold 16px/50px Microsoft Yahei;
	color: #404040;
	text-align: center;
}
.footer a:hover.back_top, .footer a:active.back_top {
	background: #fffebb;
	color: #DB1515 !important;
}
.footer .copyright {
	width: 60%;
	float: left;
	height: 50px;
	font-size: 75%;
	color: #888888;
	text-indent: 10px;
	padding-top: 10px;
}
.items-tuan {
	width: 100%
}
.items-tuan .item, .list-rec .recitem, .items-tuan li {
	width: 33.3%
}
.items-tuan .item {
	padding: 2px;
	margin-bottom: 0.5rem;
	float: left
}
.items-tuan .item .itemcon {
	border: 1px solid #eee;
	border-bottom: 3px solid #f2f2f2;
	border-radius: 3px;
	position: relative
}
.items-tuan em {
	font-style: normal
}
.item_c4_img {
	position: relative;
	display: block;
	overflow: hidden
}
.item_c4_img img {
	width: 100%;
}
.item_c4_txt {
	padding: 5px;
	background: #fff
}
.item_zhenum {
	float: right;
	background: #ffbb34;
	padding: 1px 3px;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px
}
.item_name {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom: 3px
}
.item_jiage {
	font-size: 14px;
	color: #000
}
.item_jiage em {
	font-size: 18px;
	font-weight: 600
}
.item_jia del {
	margin-left: 5px;
	font-size: 12px;
	color: #bbb
}
.item_jiaobiao {
	height: 35px;
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 10
}
.item_jiaobiao span {
	display: inline;
	float: left;
	width: 35px;
	height: 35px;
	background: url(../images/bg.png) 0 0 no-repeat
}
.item_jiaobiao span.item_new {
	background-position: 0 -205px
}
.item_jiaobiao span.item_te {
	background-position: 0 -250px
}
.item_jiaobiao span.item_zhi {
	background-position: 0 -290px
}
.item_jiaobiao span.item_hot {
	background-position: 0 -330px;
}
.item_jiaobiao span.willover {
	background-position: 0 -375px
}
.item_jiaobiao span.item_guang {
	background-position: 0 -413px;
	width: 50px;
	height: 40px
}
.list-rec .recitem {
	width: 25%;
	float: left;
	margin-bottom: 0.5rem;
	padding: 5px
}
.list-rec .recitem .pitem {
	text-decoration: none;
	position: relative;
	display: block;
	background: #fff;
	border-radius: 5px;
	border: solid #dedede thin
}
.list-rec .recitem .new-flag {
	position: absolute;
	left: 0;
	top: 0;
	width: 57px;
	height: 56px;
	background: url(../images/icon_tag_new.png);
	background-size: 100% 100%
}
.list-rec .recitem .pitem-cover {
	border-radius: 5px 5px 0 0
}
.list-rec .recitem .pitem-cover img {
	width: 100%;
}
.list-rec .recitem .pitem-title {
	font-size: 16px;
	padding: 5px;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden
}
.list-rec .recitem .pitem-content {
	font-size: 12px;
	color: #888;
	padding: 5px;
	padding-top: 0
}
.list-rec .recitem .pitem-info {
	padding: 0 5px 5px;
	height: 25px
}
.list-rec .recitem .pitem-info em {
	font-size: 80%
}
.list-rec .recitem .pitem-info .views {
	float: left
}
.list-rec .recitem .pitem-info .date {
	float: right
}
.list-rec .recitem .pitem-info i {
	display: block;
	width: 18px;
	height: 17px;
	float: left
}
.list-rec .recitem .info-item span {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	display: block;
	padding: 0;
	margin: -1px 0 0 24px
}
.list-rec .recitem .pitem-event-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}
.probox {
	margin: 0 auto;
	position: relative;
	text-align: center
}
.probox .proimg {
}
.probox .proimg a {
	text-align: center;
}
.probox .proimg a img {
	padding: 5px;
	background: #f5f5f5
}
.probox .proinfo li {
	clear: both;
	display: block;
	margin-top: 10px;
	font-size: 14px
}
.probox .proinfo li del {
	color: #999;
	font-size: 16px
}
.probox .proinfo li em {
	color: #ffbb34
}
.probox .proinfo .zhe {
	color: #ffbb34;
	font-size: 16px;
	font-weight: 700
}
.probox .proinfo .projia i {
	font-size: 20px
}
.probox .proinfo .projia b {
	font-size: 30px;
	color: #000
}
.probox .proinfo .projia .baoy {
	background: #FF6781;
	font-size: 12px;
	padding: 1px 6px;
	border-radius: 3px;
	color: #fff;
	font-family: "宋体"
}
.probox .proinfo .gobtn {
	background: url(../images/sprite_repeat_bg.png) repeat-x 0 -124px;
	display: inline-block;
	font-size: 18px;
	width: 160px;
	height: 41px;
	line-height: 41px;
	color: #fff;
	text-align: center;
	border: 1px solid #fd3f5f;
}
.probox .proinfo .gobtn:hover {
	background-position: 0 -186px;
	text-decoration: none
}
.probox .proinfo .love-btn {
	height: 41px;
	line-height: 41px;
	padding: 0 10px;
	text-align: center;
	background: url(../images/sprite_repeat_bg.png) repeat-x 0 -62px;
	margin-right: 1px;
	border: 1px solid #ddd;
	display: inline-block;
}
.probox .proinfo .love-btn i {
	background: url(../images/bg.png) no-repeat scroll -376px -52px;
	display: block;
	float: left;
	margin-top: 12px;
	width: 20px;
	height: 18px
}
.probox .proinfo .love-btn em {
	color: #ff6781
}
.probox .bdsharebuttonbox {
	bottom: 10px;
	position: absolute;
	right: 0
}
a.zan {
	background: #ff6781;
	border: 1px solid #fe4a67;
	border-radius: 3px;
	color: #fff;
	display: block;
	width: 200px;
	margin: 10px auto;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
a.zan em {
	color: #ff0;
	font-weight: 700
}
a.zan i {
	background: url(../images/bg.png) -255px -60px;
no-repeat;
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	width: 25px;
}
a.zan:hover {
	background: #fe4a67
}
.related {
	margin-top: 1rem
}
.related .mark {
	padding-left: 30px;
	position: relative
}
.related h3 {
	position: relative
}
.related h3 i {
	width: 21px;
	height: 18px;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 4px;
	background: url(../images/bg.png) -660px -98px no-repeat
}
.related h3 span {
	padding-left: 22px
}
.wpic155 li {
	float: left;
	width: 25%;
	font-size: 14px;
	margin-bottom: 0.5em;
}
.wpic155 li .sTit {
	width: 95%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
.wpic155 li .picbox {
	background: #f5f5f5;
	padding: 4px;
	table-layout: fixed;
	display: block
}
.goshop a {
	float: right;
	background: #FF6781;
	border-radius: 0;
	color: #fff;
	outline: medium none;
	font-size: 18px;
	line-height: 1.33;
	border: 1px solid transparent;
	padding: 10px 16px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.shop-info {
	padding: 1rem;
	background: #ffffff;
}
.shop-info h1 {
	font-size: 20px;
	margin-bottom: 1rem;
	color: #222222;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.shop-info-t {
	color: #999;
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 10px;
}
.shop-info-base {
	overflow: hidden;
	font-size: 14px;
}
.shop-info-base li {
	float: left;
	width: 50%;
	padding: 5px 0;
}
.shop-info-base li span, .shop-info-des span {
	display: block;
	float: left;
	color: #999;
	line-height: 22px;
}
.shop-info-base li p {
	margin: 0 10px 0 50px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.shops-related {
	width: 900px;
	overflow: hidden;
}
.shops-related ul {
	width: 920px;
}
.shops-related li {
	width: 210px;
	margin: 0 20px 20px 0;
	float: left;
	overflow: hidden;
	background: #F9F9F9;
	padding: 10px;
	overflow: hidden;
}
.shops-related-pic {
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: #FFF;
}
.shops-related-pic img {
	width: 100%;
	margin: auto;
	display: block;
}
.shops-related-name {
	margin-left: 90px;
	height: 80px;
	position: relative;
}
.shops-related-name a {
	display: block;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.shops-related-name i {
	position: absolute;
	bottom: 5px;
	left: 0;
}
/*****专题*****/
.zt_des {
	background: #f2f2f2;
	padding: 10px;
	border: 1px solid #dddddd;
	font-size: 14px;
	margin: 10px auto
}
.zt_top {
}
.zt_pic {
	float: left;
	width: 40%;
}
.zt_pic img {
}
.zt_toutiao {
	float: right;
	width: 58%;
}
.zt_toutiao h2 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
}
.zt_toutiao h2 a {
	color: #F67E1D
}
.zt_toutiao p {
	color: #888888;
	margin-bottom: 10px;
	font-size: 12px;
}
.zt_list {
	margin: 10px auto
}
.zt_list li {
	font-size: 14px;
	line-height: 25px;
	float: left;
	width: 50%;
	overflow: hidden;
	white-space: nowrap
}
.zt_list li .date {
	float: right;
	color: #888888;
	margin-right: 20px;
}
.zt_goods {
}
.items-tuan {
}
.items-tuan li {
	float: left;
	margin-bottom: 1rem;
	padding: 2px;
	width: 25%;
}
.items-tuan li .item_c4_img img {
	width: 100%;
}
.items-tuan li .item_baoyou, .items-tuan li .item_yuyue {
	display: none
}
.items-tuan li .item_jiage {
	float: left
}
.item_p1 {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tuanbox {
	background: #f8f8f8;
	margin-bottom: 10px;
	border: 1px solid #dedede;
	padding: 10px;
	position: relative;
}
.tuanbox dt {
	float: left;
	margin-right: 10px;
}
.tuanbox dt img {
	width: 100px;
	height: 100px;
}
.tuanbox dd {
	color: #888
}
.tuanbox dd.gtit {
	font-size: 18px;
}
.tuanbox dd.gtit a {
	text-decoration: none;
	color: #333333
}
.tuanbox dd.gtit a:hover {
	text-decoration: underline;
	color: #FF6781
}
.tuanbox dd .price {
	font-size: 22px;
	color: #FF6781;
	font-weight: bold
}
.tuanbox dd.gobtn {
	position: absolute;
	right: -1px;
	top: -1px;
}
.tuanbox dd.gobtn a {
	background: #ffaa30;
	border: 1px solid #ff5530;
	color: #ffffff;
	display: block;
	width: 100px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	font-size: 18px;
	text-decoration: none
}
@media only screen and (max-width:720px) {
}
@media only screen and (max-width:640px) {
.list-rec .recitem .pitem-cover {
	height: 135x;
}
.items-tuan .item, .list-rec .recitem, .items-tuan li {
	width: 49.6%
}
.zt_pic, .zt_toutiao, .zt_list li {
	float: none;
	width: 100%;
}
}
@media only screen and (max-width:480px) {
.nav ul li a {
	font-size: 14px;
}
.list-rec .recitem .pitem-content {
	font-size: 80%
}
.goshop a {
	float: none;
	margin: 0 auto;
}
.item_jiage em {
	font-size: 14px;
}
.item_jia del {
	color: #bbb;
	font-size: 11px;
}
.zt_list li .date {
	display: none
}
.tuanbox dt img {
	width: 80px;
	height: 80px;
}
.tuanbox dd {
	font-size: 12px
}
.tuanbox dd.gtit {
	font-size: 14px;
}
.tuanbox dd.gobtn a {
	width: 80px;
	height: 100px;
	line-height: 100px;
	font-size: 16px;
}
.tuanbox dd .price {
	font-size: 18px;
}
}
@media only screen and (max-width:320px) {
.list-rec .recitem .pitem-content {
	display: none
}
.wpic155 li {
	width: 100%;
	font-size: 12px;
	float: none;
	clear: both;
	padding: 5px;
	background: #ffffff;
}
.wpic155 li .sTit {
	white-space: normal;
	width: 65%;
	float: left
}
.wpic155 li:after {
	clear: both;
	display: block;
	height: 0;
	content: ""
}
.wpic155 li .picbox {
	float: left;
	margin-right: 10px;
	width: 30%;
}
.probox .proinfo .love-btn {
	display: none
}
.tuanbox dd.gobtn {
	display: none
}
}
