@charset "utf-8";
/* global */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

body, button, input, select, textarea {
	font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

address, cite, dfn, em, var {
	font-style: normal;
}

code, kbd, pre, samp {
	font-family: courier new, courier,monospace;
}

small {
	font-size: 12px;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset, img {
	border: 0;
}

button, input, select, textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* clear float */
.clearfix:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	height: 1;
	visibility: hidden;
}

*html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}
/* fix ie6 */
* html,* html body {
	background-image: url(about:blank);
	background-attachment: fixed;
}
/* custom */
body {
	background: #fcfcfc url(../images/slashes.png) repeat;
}

body, input, select, textarea {
	color: #333;
	font: 14px/1.5em "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #f30;
	text-decoration: none;
}

.hide {
	display: none;
}

.line {
	background: #dfdfdf;
	clear: both;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	width: 100%;
}

.blank20 {
	clear: both;
	display: block;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	width: 100%;
}

.adbox {
	background: #ccc;
	height: 350px;
}

.phone {
	font-size: 15px;
	padding-top: 15px;
}

.phone>strong {
	color: #ff552e;
	font-size: 18px;
}

.secbox {
	background: #fff;
	box-shadow: 0 0 5px #e1e1e1;
	padding: 15px;
}

.secbox-title {
	border-bottom: solid 1px #f2f2f2;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

.secbox-title:before {
	border-left: 3px solid #ff552e;
	content: '';
	float: left;
	height: 16px;
	margin-right: 10px;
	margin-top: 2px;
}

.secbox-body {
}
/* container */
.container {
	margin: 0 auto;
	width: 1200px;
}
/* topbar */
.topbar {
	background: #fff;
	height: 35px;
	line-height: 35px;
}

.topbar>.container {
	display: flex;
	justify-content: space-between;
}

.tright>a {
	margin: 0 8px;
}
/* header */
.header {
	background: #ff552e;
	box-shadow: 0 0 5px #e1e1e1;
}

.head {
	height: 100px;
	position: relative;
}
.heads {
	height: 100px;
	top:10px;
	position: relative;
}

.logo {
    background-size: contain;
	display: block;
	height: 70px;
	width: 180px;
	position: absolute;
	top: 8px;
	left: 0;
}

.location {
	border-left: solid 1px #ffbfb0;
	padding-left: 25px;
	text-align: center;
	position: absolute;
	left: 200px;
	top: 28px;
}

.location>a {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: normal;
}

.location>a>strong {
	display: block;
	font-size: 24px;
	line-height: 30px;
}

.publish {
	border: solid 1px #fff;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px;
	position: absolute;
	right: 0;
	top: 30px;
}

.publishs {
	border: solid 1px #fff;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px;
	position: absolute;
	right: 0;
	top: 10px;
}

.publish:hover {
	background: #f9552f;
	color: #fff;
}
/* navbar */
.navbar {
	position: absolute;
	top: 5px;
	left: 200px;
}

.navbar>a {color: #fff; display: inline-block; font-size: 18px; padding: 20px;}

/* search */
.search {
	position: absolute;
	left: 450px;
	top: 30px;
}

.search-form {
}

.search-ipt {
	border: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-sizing: border-box;
	font-size: 15px;
	outline: none;
	padding: 8px 10px;
	vertical-align: middle;
	width: 400px;
}

.search-btn {
	background: #ffc000;
	border: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #483e19;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	outline: none;
	padding: 8px 15px;
}
/* citybox */
.citybox {
}

.letters>span {
	background: #ff552e;
	border-radius: 5px;
	color: #fff;
	padding: 3px 10px;
}

.letters>a {
	display: inline-block;
	font-size: 18px;
	margin: 0 10px;
}

.citybox-title {
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0;
}

.citybox-list {
	background: #fff;
	border-bottom: solid 1px #e8e8e8;
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 15px 0;
}

.citybox-list>dt {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100px;
}

.citybox-list>dd {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	column-gap: 10px;
	row-gap: 10px;
	width: 100%;
}

.citybox-list>dd>a {
	font-size: 16px;
}
/* update */
.update {
}

.update>dt {
	background: #ff552e;
	border-radius: 5px;
	color: #fff;
	display: inline;
	padding: 3px 10px;
}

.update>dd {
	display: inline;
}

.update>dd>a {
	display: inline-block;
	margin: 0 10px;
	padding: 5px 0;
}
/* portal */
.portal {
	background: #ff552e url(../images/city.png) no-repeat bottom;
	height: 400px;
}

.portal-logo {
	background-size: contain;
	display: block;
	height: 60px;
	width: 150px;
}

.portal-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding-top: 80px;
	width: 750px;
}

.portal-qrcode {
	background-size: contain;
	height: 120px;
	width: 120px;
}

.portal-city {
	padding: 10px 0;
}

.portal-city>strong {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}

.portal-city>a {
	color: #fff;
	padding: 0 10px;
}

.portal-search-ipt {
	border: solid 2px #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 16px;
	outline: none;
	padding: 8px;
	vertical-align: middle;
	box-sizing: border-box;
	width: 500px;
}

.portal-search-btn {
	background: #ffc000;
	border: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #483e19;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 44px;
	padding: 0 25px;
}

.portal-search-tips {
	color: #fff;
	display: block;
	margin-top: 10px;
}

.portal-search-tips>span {
	padding: 0 5px;
}
/* service */
.service {
	background: #fff;
	box-shadow: 0 0 5px #f3f0f0;
}

.service-title {
	border-bottom: solid 1px #e8e8e8;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
}

.service-title:before {
	border-left: 3px solid #ff552e;
	content: '';
	float: left;
	height: 16px;
	margin-right: 10px;
	margin-top: 3px;
}

.service-body {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 10px;
	row-gap: 10px;
	width: 100%;
}

.service-list {
	padding: 15px;
}

.service-list>dt {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}

.service-list>dt>a {
	color: #07c;
}

.service-list>dd {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 10px;
	row-gap: 10px;
	width: 100%;
}

.service-list>dd>a {
	white-space: nowrap;
	overflow: hidden;
}
/* newinfo */
.newinfo {
	padding-top: 10px;
}

.newinfo>li {
	color: #bbb;
	list-style-type: square;
	list-style-position: inside;
	padding: 5px;
	height: 20px;
    overflow: hidden;
}
/* shop */
.portal-shop {
	display: inline-block;
	margin: 15px 10px;
	width: 400px;
}

.portal-shop>h3 {
	color: #07c;
	font-size: 16px;
}

.portal-shop>p {
	color: #777;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
}
.portal-shop img {
	float: left;
	width:50px;
	height: 50px;
    margin-right: 8px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
}
/* footer */
.links>strong {
	font-size: 15px;
}

.links>a {
	font-size: 15px;
	margin-left: 20px;
}

.footer {
	line-height: 23px;
	text-align: center;
}
/* crumb */
.crumb {
	color: #888;
	font-size: 15px;
	padding: 15px 0;
}



.crumb>strong {
	color: #ff5931;
	padding: 0 5px;
}

.crumb>a {
	color: #888;
}

.filter {
	background: #fff;
	border-bottom: solid 1px #f2f2f2;
	box-shadow: 0 0 5px #e1e1e1;
	padding: 20px;
}


/* 需求 */
.filters {
	height: 650px;
	cursor: default;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-image: url(//29216256.s21i.faiusr.com/4/ABUIABAEGAAg9seWkQYo-KTpejCADziEBQ.png.webp);
}


.filters dl {
	margin: 20px;
}

.filters span {
    font-family: fontface__幼圆__7__510857636719;
    font-size: 18px;
    background-color: transparent;
}
.filters .tu {
	text-align: right;
	margin-top:30px;
	 font-weight: bold;
	 margin-right:30px;
	
	}
.filters .tus {
	text-align: right;
	 margin-right:30px;
	
	}
.filters dt {
	width: 128px;
    text-align: right;
    color: #84af17;
    margin-top: 10px;
}

.filters dd {
	float: left;
}

.filters .yuan {
position: absolute;
    top: 80px;
    left: 714px;
    width: 420px;
    height: 486px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.8027522935779816);
}	
.filters .model-select {
width: 210px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    font-size: 15px;
    background-color: white;
    z-index: 5;
}

.filters .surname {
    border-color: #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0;
	border: 1px solid #8f8f8f;
	line-height: 26px;
    padding: 1px;
	background: transparent;
	width: 300px;
}

 .filters .submit {
	margin: 10px 20px;
    background-color: #e13e8d;
    color: rgb(255, 255, 255);
    cursor: pointer;
    float: left;
    height: 44px;
    text-overflow: ellipsis;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    font: 18px / 44px 微软雅黑;
    overflow: hidden;
	border-radius: 10px;
	width: 376px;
	text-align: center;
}

 .filters .select_style {
	border-color: #dadada;
    height: 28px;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0;
	border: 1px solid #8f8f8f;
	line-height: 26px;
    padding: 1px;
	background: transparent;
	width: 300px;
}

/* districts */
.districts {
	border-bottom: solid 1px #e8e8e8;
	display: flex;
	justify-content: start;
	font-size: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.districts>dt {
	color: #999;
	margin-top: 3px;
	margin-right: 20px;
	width: 60px;
}

.districts>dd {
}

.districts>dd>a {
	display: inline-block;
	padding: 3px 10px;
}

.districts>dd>a:hover, .districts>dd>a.active {
	background: #ff5a37;
	border-radius: 15px;
	color: #fff;
}
/* catalogs */
.catalogs {
	display: flex;
	justify-content: start;
	font-size: 15px;
}

.catalogs dt {
	color: #999;
	margin-top: 3px;
	margin-right: 20px;
	width: 60px;
   }

.catalogs>dd {
	width:90%;
}

.catalogs>dd>a {
	display: inline-block;
	padding: 3px 10px;
	margin-bottom: 5px;
}

.catalogs>dd>a:hover, .catalogs>dd>a.active {
	background: #ff5a37;
	border-radius: 15px;
	color: #fff;
}
/* main */
.main {
}

.main-left {
	float: left;
	width: 880px;
}

.main-right {
	float: right;
	width: 300px;
}
/* listbox */
.listbox {
	background: #fff;
	box-shadow: 0 0 5px #e1e1e1;
}

.listbox-title {
	border-top: solid 2px #ff5a37;
	border-bottom: solid 1px #e8e8e8;
	font-size: 18px;
	font-weight: bold;
	padding: 12px;
}

.listbox-tabs {
	background: #fff;
	border-bottom: solid 2px #ff5a37;
}

.listbox-tabs>a {
	display: inline-block;
	font-size: 16px;
	margin-bottom: -3px;
	padding: 10px 25px;
}

.listbox-tabs>a.active {
	background: #ff5a37;
	border: solid 2px #ff5a37;
	border-bottom: 0;
	color: #fff;
	font-weight: bold;
	margin-bottom: -2px;
}
/* item */
.item {
	border-bottom: dotted 1px #ccc;
	padding: 15px;
}

.item:hover {
	background: #f9f9f9;
	transition: background .3s ease-in;
}

.item-title {
	font-size: 18px;
	font-weight: bold;
}

.item-desc {
	color: #777;
	font-size: 14px;
	margin-top: 15px;
}

.item-desc p {
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
}

.item-desc strong {
	color: #f00;
	font-size: 18px;
}

/*  首页公用 */
.paper-list {
	padding: 1rem 2.2rem;
}
.item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.6rem 0;
	border-bottom: 1px solid #e7eaef;
}
.item .icon {
	display: block;
	width: 80px;
	margin-left: 20px;
    margin-right: 2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.item .text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 80px;
	padding-right: 2rem;
}
.item .title {
	font-size: 18px;
}
.item .categorys {
    position: absolute;
	padding: 0 4px;
    height: 22px;
    line-height: 21px;
    border-radius: 3px 3px 3px 0px;
    margin-right: 6px;
	font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
	z-index: 999;
	margin-top: -50px;
	margin-left: 20px;
}
.item  .categorys.normal-tag {
    background: #18BD7A;
}
.item .text .tags {
  font-size: 14px;
  color: #ff8e44;
  margin-left: 20px;
  
}
.item .text .meta {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
	margin-left: 20px;
}
.item .text .meta i {
	display: block;
	padding-left: .5rem;
	padding-right: .5rem;
}
.item .btn-more {
	display: block;
	padding: .6rem 2.5rem;
  font-weight: 500;
  color: #196dff;
  border: 1px solid #196dff;
  border-radius: 4px;
   margin-right: 20px;  
}
.item .btn-more:hover {
	color: #fff;
	background-color: #196dff;
}
/*首页商品*/
.figure {
  display: block;
  overflow: hidden;
}
.figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.card-list {
	padding-left: 2px;
	padding-right: 2px;
}
.card-list li {
	float: left;
	width: 23%;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 13px;
}
.card-list li .figure {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.card-list li .figure a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}
.card-list li .text {
	border: 1px solid #e5e5e5;
	border-top-width: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.card-list li .text .title {
	padding: 1rem;
}
.card-list li .text .titles {
	padding: 10px 10px;
	font-weight: bold;
	font-size: 16px;
	
}
.card-list li .text .titlea {
	padding: 3px 10px;
	height: 22px;
	overflow: hidden;
}
.card-list li .text .title a {
	display: -webkit-box;
	height: 28px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-list li .text .title a:hover {
	color: #000;
}
.card-list li .text .meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 3rem;
	padding-left: .8rem;
	padding-right: .8rem;
	font-size: 1.2rem;
	color: #999;
	border-top: 1px solid #e5e5e5;
}

.card-list li .text .meta .time {
	color: #f00;
}

.card-list li .text .meta .iconfont {
	margin-right: .3rem;
	font-size: inherit;
}

/*家政阿姨*/
.figures {
  display: block;
  overflow: hidden;
}
.figures img {
  display: block;
  max-width: 100%;
  height: auto;
}
.card-lists {
	padding-left: 2px;
	padding-right: 2px;
}
.card-lists li {
	float: left;
	width: 23%;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 13px;
}
.card-lists li .figures {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 115%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.card-lists li .figures a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}
.card-lists li .text {
	border: 1px solid #e5e5e5;
	border-top-width: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.card-lists li .text .title {
	padding: 1rem;
}
.card-lists li .text .titles {
	padding: 10px 10px;
	font-weight: bold;
	font-size: 16px;
	
}
.card-lists li .text .titlea {
	padding: 3px 10px;
	height: 22px;
	overflow: hidden;
}
.card-lists li .text .title a {
	display: -webkit-box;
	height: 28px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-lists li .text .title a:hover {
	color: #000;
}
.card-lists li .text .meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 3rem;
	padding-left: .8rem;
	padding-right: .8rem;
	font-size: 1.2rem;
	color: #999;
	border-top: 1px solid #e5e5e5;
}

.card-lists li .text .meta .time {
	color: #f00;
}

.card-lists li .text .meta .iconfont {
	margin-right: .3rem;
	font-size: inherit;
}
/* media */
.media {
	background: #fff;
	border-bottom: dotted 1px #e1e1e1;
	/* display: flex; */
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}

.media-left {
	display: flex;
	justify-content: start;
	margin-right: 100px;
	width: 950px;
}

.media-right {
	text-align: center;
	width: 150px;
}

.media:after {
	display: block;
	clear: both;
	content: '';
	height: 0;
	width: 0;
	visibility: hidden;
}

.media:hover {
	background: #fcfcfc;
	cursor: pointer;
}

.media-cover {
	border: solid 1px #e8e8e8;
	background: #e1e1e1;
	font-size: 16px;
	margin-right: 15px;
}

.media-body {
	display: block;
}

.media-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	overflow: hidden;
}

.media-title>a {
	color: #07c;
}

.media-attr {
	color: #999;
	font-size: 14px;
	margin: 15px 0;
}

.media-tags .iconfont {
	margin-right: 4px;
}

.media-tags>a {
	color: #666;
}

.media-tags>span {
	display: inline-block;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 1px 5px;
}

/* media */
.medias {
	background: #fff;
	border-bottom: dotted 1px #e1e1e1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}

.medias-left {
	display: flex;
	justify-content: start;
	margin-right: 100px;
	width: 950px;
}

.medias-right {
	text-align: center;
	width: 150px;
}

.medias:after {
	display: block;
	clear: both;
	content: '';
	height: 0;
	width: 0;
	visibility: hidden;
}

.medias:hover {
	background: #fcfcfc;
	cursor: pointer;
}

.medias-cover {
	border: solid 1px #e8e8e8;
	background: #e1e1e1;
	font-size: 16px;
	margin-right: 15px;
}

.medias-body {
	display: block;
}

.medias-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	overflow: hidden;
}

.medias-title>a {
	color: #07c;
}

.medias-attr {
	color: #999;
	font-size: 14px;
	margin: 15px 0;
}

.medias-tags>a {
	color: #666;
}

.medias-tags>span {
	display: inline-block;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 1px 5px;
}

.tag-green {
	background: #f0fdf7;
	border: solid 1px #07c160;
	color: #07c160;
}

.tag-red {
	background: #fff8f7;
	border: solid 1px #ff5a37;
	color: #ff5a37;
}

.tag-gold {
	background: #fff9e9;
	border: solid 1px #e19105;
	color: #e19105;
}

.media-contact {
	background: #fff;
	border: solid 1px #ff5a37;
	border-radius: 4px;
	color: #f9552f;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 25px;
}

.media-contact:hover {
	background: #f9552f;
	color: #fff;
}
/* pagination */
.pagination {
	display: block;
	font: 16px Arial;
	padding: 15px 0;
	text-align:center;
}

.pagination>a {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	color: #333;
	box-shadow: 0 0 5px #ccc;
	display: block;
	float: left;
	margin-right: 3px;
	padding: 8px 15px;
	text-decoration: none;
}

.pagination>.disabled {
	background: #f9f9f9;
	border: solid 1px #e1e1e1;
	border-radius: 5px;
	color: #ccc;
	display: block;
	float: left;
	margin-right: 3px;
	padding: 8px 15px;
}

.pagination>.active {
	background: #ff552e;
	border: solid 1px #ff552e;
	border-radius: 5px;
	color: #fff;
	display: block;
	float: left;
	margin: 0 3px;
	padding: 8px 15px;
}
/* around */
.around {
	background: #fff;
	box-shadow: 0 0 5px #e1e1e1;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	padding: 15px;
}

.around>dt {
	color: #888;
	display: inline-block;
	padding: 5px 0;
	width: 160px;
}

.around>dd {
}

.around>dd>a {
	display: inline-block;
	padding: 5px 15px;
}
/* sidebar */
.hot {
	list-style: disc inside;
	font-size: 14px;
}

.hot>li {
	color: #ccc;
	padding-top: 15px;
	overflow: hidden;
	white-space: nowrap;
}

.hot>li>span {
	float: right;
	color: #666;
}

.hot>span {
	color: #fc6d72;
    border: 1px solid #fc6d72;
    border-radius: 10px;
    padding: 5px 5px;
    font-size: 10px;
    margin-right: 5px;
}


.hot>li>a {
	font-size: 14px;
}
/* basic */
.info {
	background: #fff;
	box-shadow: 0 0 5px #e1e1e1;
	padding: 30px;
}

.info .info-metas{
	height: 270px;
}

.info .btn{
	display: flex;
    align-items: center;
    justify-content: space-around;
    width: 220px;
	height: 40px;
    color: #fff;
    background-color: #ff552e;
	border-radius: 5px;
	float: right;
	margin-right: 20px;

}

.info .money{
	font-size: 28px;
	color: red;
}

.info-title {
	border-bottom: solid 1px #e8e8e8;
	margin-bottom: 20px;
}
.info .ad{
	padding: 2px;
	width: 100%;
	height: 50px;
	border: solid 1px #e8e8e8;
	text-align:center;
	line-height:50px;
}
.info .tt{
	margin: 0 auto;
	float: left;
	width: 300px;
	height: 300px;
}

.info .pic{
	width: 260px;
	height: 260px;
	border: solid 1px #ccc;
	padding: 2px 2px;
}



.info-title>h1 {
	font-size: 24px;
	line-height: 35px;
}

.info-title>h3 {
	font-size: 18px;
	line-height: 35px;
	
}

.info-title>p {
	color: #999;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.info-slide {
	float: left;
	width: 300px;
}

.info-slide-bimg {
	background: #f1f1f1;
	height: 250px;
	width: 300px;
}

.info-slide-simg>li {
	display: inline-block;
	height: 50px;
	width: 50px;
}

.info-metas>li {
	color: #333;
	font-size: 15px;
	margin-bottom: 20px;
}

.info-metas>li>label {
	color: #999;
	display: inline-block;
	font-weight: normal;
	width: 90px;
	font-size: 16px;
}

.info-metas>li>span {
	color: #f00;
	font-size: 20px;
	font-weight: bold;
}

.info-phone {
	background: #ff552e;
	color: #fff;
	font-size: 15px;
	padding: 15px 25px;
	width: 300px;
}

.info-phone>strong {
	display: block;
	font: bold 26px Arial;
	margin-top: 5px;
}

.info-intro {
	background: #fff;
	box-shadow: 0 0 5px #e1e1e1;
	padding: 30px;
}

.info-intro img{
	width: 100%;
}


.info-intro-title {
	border-bottom: solid 1px #e8e8e8;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

.info-intro-title:before {
	border-left: 3px solid #ff552e;
	content: '';
	float: left;
	height: 16px;
	margin-right: 10px;
	margin-top: 3px;
}

.info-intro-body {
	font-size: 16px;
}

.info-intro-body p {
	line-height: 30px;
	margin: 10px 0;
}

.info-intro-images {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 10px;
	row-gap: 10px;
	width: 100%;
}

.tag {
	background: #fff;
	border: solid 1px #ff552e;
	color: #ff552e;
	display: inline-block;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 1px 5px;
}
/* poster */
.poster {
}

.poster-avatar {
	margin: 0 auto;
	width: 150px;
}

.poster-name {
	font-size: 18px;
	text-align: center;
	margin: 8px;
}

.poster-title {
	margin-top: 25px;
	position: relative;
}

.poster-title>.line {
	background: #e6e6e6;
	height: 1px;
}

.poster-title>.text {
	background: #fff;
	color: #999;
	font-size: 1.1em;
	margin-left: -70px;
	text-align: center;
	position: absolute;
	top: -11px;
	left: 50%;
	z-index: 2;
	width: 140px;
}

.poster-infos {
	margin-top: 25px;
}

.poster-infos>li {
	font-size: 14px;
	margin-bottom: 10px;
	height: 26px;
    overflow: hidden;
}
/* shop */
.shops {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.shops>li {
	margin-bottom: 20px;
	height: 100px;
	width: 50%;
}

.shops>li>h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.shops>li>p {
	color: #888;
	line-height: 25px;
}

.shops>li>p>strong {
	color: #f00;
	display: block;
}

.shop {
	background: #fff;
	box-shadow: 0 0 5px #e1e1e1;
	padding: 30px;
}

.shop-ts{
	height:280px;
	width: 260px;
	float: left;
}

.shop-pic{
	
    width: 230px;
    height: 280px;
    border: solid 1px #ccc;
    padding: 2px 2px;
}

.shop-metas{
     margin-left:260px;
}

.shop-title {
	border-bottom: solid 1px #e8e8e8;
	margin-bottom: 20px;
	margin-left:260px;
}

.shop-btn {
	display: block;
    padding: 0.6rem 2.5rem;
    font-weight: 500;
    color: #fff;
    background-color: #ff552e;
    border-radius: 4px;
    margin-right: 20px;
	z-index: 1;
    margin-top: -90px;
    position: absolute;
    right: 90px;
}

.shop-title>h1 {
	font-size: 24px;
	line-height: 35px;
}

.shop-title>p {
	color: #999;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.shop-slide {
	float: left;
	width: 300px;
}

.shop-slide-bimg {
	background: #f1f1f1;
	height: 250px;
	width: 300px;
}

.shop-slide-simg>li {
	display: inline-block;
	height: 50px;
	width: 50px;

}

.shop-metas>li {
	color: #333;
	font-size: 15px;
	margin-bottom: 20px;
	width: 45%;
    float: left;
	
}

.shop-metas>li>label {
	color: #999;
	display: inline-block;
	font-weight: normal;
	width: 80px;
}

.shop-metas>li>span {
	color: #f00;
	font-size: 20px;
	font-weight: bold;
}

.shop-phone {
	background: #ff552e;
	color: #fff;
	font-size: 15px;
	padding: 15px 25px;
	width: 300px;
}

.shop-phone>strong {
	display: block;
	font: bold 26px Arial;
	margin-top: 5px;
}

.shop-intro {
}

.shop-intro-title {
	border-bottom: solid 1px #e8e8e8;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

.shop-intro-title:before {
	border-left: 3px solid #ff552e;
	content: '';
	float: left;
	height: 16px;
	margin-right: 10px;
	margin-top: 3px;
}

.shop-intro-body {
	font-size: 16px;
	line-height: 30px;
	padding-top: 20px;
}

.shop-intro-pic{
	height:280px;
	width: 20%;
    float: left;

}
.shop-intro-pic .pic{
	height:260px;
	width: 210px;
	padding: 2px 2px;
	border: solid 1px #ccc;

}



/***************** icon-font S *****************/
@font-face {
  font-family: "iconfont"; /* Project id 4345448 */
  src: url('iconfont.woff2?t=1700874803632') format('woff2'),
       url('iconfont.woff?t=1700874803632') format('woff'),
       url('iconfont.ttf?t=1700874803632') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-goldcoin:before {
  content: "\e7b3";
}

.icon-cart:before {
  content: "\e6af";
}

.icon-download:before {
  content: "\e714";
}

.icon-gift:before {
  content: "\e842";
}

.icon-heart:before {
  content: "\e60a";
}

.icon-error:before {
  content: "\e66f";
}

.icon-arrow-up:before {
  content: "\e845";
}

.icon-arrow-down:before {
  content: "\e846";
}

.icon-arrow-left:before {
  content: "\e80c";
}

.icon-arrow-right:before {
  content: "\e665";
}

.icon-arrow-down-bold:before {
  content: "\e844";
}

.icon-arrow-left-bold:before {
  content: "\e685";
}

.icon-arrow-right-bold:before {
  content: "\e687";
}

.icon-arrow-up-bold:before {
  content: "\e843";
}

.icon-eye:before {
  content: "\e61a";
}

.icon-clock:before {
  content: "\e698";
}

.icon-search:before {
  content: "\e613";
}

.icon-user:before {
  content: "\e63c";
}

.icon-upload:before {
  content: "\e80b";
}

.icon-menu:before {
  content: "\e615";
}

.icon-heart-filled:before {
  content: "\e689";
}
/***************** icon-font E *****************/
