/*header*/
.section {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background:#fff
}

.imgbox img {
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.imgbox {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
background-position: center 70%;
	background-attachment: fixed;
}

.golabel {
	width: 1rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background: rgba(0, 0, 0, 0.3);
	font-size: 0.24rem;
	color: #fff;
	position: fixed;
	top: 0.2rem;
	right: 0.2rem;
	border-radius: 0.1rem;
	text-align: center;
	text-decoration: none;
	z-index: 2001
}

.golabel a {
	color: #FFFFFF;
}

#Time {
	margin-right: 0.1rem;
}
.pubwidth {
	padding: 0 0.3rem;
	box-sizing: border-box;
	width: 100%;
/*	font-family: 'pingfang';*/
	font-family: 'PingFang SC'	
}
.maincontainer {
	margin-top: 0.92rem;
	font-family: 'PingFang SC'
}
.header {
	height: 0.92rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1203;
	background: #FFFFFF;
	box-shadow: 1px 1px 0.13rem #f3f3f3;
}
.header .logo {
	display: inline-block;
	margin: 0.32rem 0 0 0;
	height: 0.36rem;
	line-height: 0.36rem;
}
.header .logo img {
	width: 0.36rem;
	float: left;
}
.header .logo span {
	font-size: 0.26rem;
	margin-left: 0.1rem;
	line-height: 0.36rem;
	font-weight: bold;
}
.header .hsbtn img, .header .havator img ,.header .havatoruser img{
	width: 100%;
}
.header .havator img,.header .havatoruser img{
	border-radius: 100%
}
.header .hsbtn {
	width: 0.34rem;
	display: inline-block;
	position: absolute;
	right: 1.67rem;
	top: 0.3rem;
}
.header .havator,.header .havatoruser {
	width: 0.44rem;
	display: inline-block;
	position: absolute;
	right: 1rem;
	top: 0.24rem;
}
.header .top-left{
	float: left;
	display: flex;
    align-items: center;
}

.header .icon-location {
	width: 0.17rem;
	height: 0.17rem;
  }

  .header .location-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	border: 1px solid #a08863;
	border-radius: 0.16rem;
	height: 0.25rem;
	line-height: 0.25rem;
	margin-left: 0.2rem;
	margin-top: 0.32rem;
  }

  .header .location-box #locationName {
	color: #222;
	font-size: 0.18rem;
  }
  .header .select-location-box {
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	left: 0;
	top: 0.92rem;
	height: auto;
	/*width: 100%;*/
	z-index: 10;
	padding: 0.13rem 0.35rem;
	 display: none; 
  }

  .icon-close{
	width: 0.15rem;
	height: 0.15rem;
	position: absolute;
	top: 0.1rem;
	right: 0.15rem;
  }
  
  .flex-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  
  .flex-col {
	max-width: calc((100% - 1rem) / 3);
    min-width: calc((100% - 1rem) / 3);
    text-align: center;
    border: 1px solid #adadad;
    border-radius: 0.08rem;
    margin-bottom: 0.16rem;
    color: #adadad;
    font-size: 0.24rem;
    padding: 0.02rem 0;
  }
  .text-wrapper_35 {
	margin-bottom: 0.1rem;
	font-size: 0.18rem;
	color:#222;
  }
  
  .black-boder {
	border: 1px solid #222;
	color: #222;
  }
  
  .select-border {
	  background-color: #854e04;
	  color:#fff;
	  border: 1px solid #854e04;
	  box-shadow: 1px 1px 3px 0px rgba(93, 48, 0, 1);
  }
  
   .select-border a {
	  color:#fff;
  }


.searchbox {
	position: fixed;
	top: 0;
	height: 0.92rem;
	left: 0;
	z-index: 3;
	background: #fff;
	width: 100%;
	padding: 0.17rem 0.3rem;
	box-sizing: border-box;
	display: none;
}
.searchbox .searchInput {
	background: url(/public/h5/img/h-search.png) no-repeat 0.2rem center #F2F2F2;
	padding: 0 0.2rem 0 0.7rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background-size: 0.35rem;
	border-radius: 5px;
	font-size: 0.28rem;
	color: #999999;
	width: 90%;
	box-sizing: border-box;
	margin-right: 0.3rem;
}
.banner {
	width: 100%;
	height: 3.2rem;
	margin-top: 0.92rem;
}
.banner .swiper-slide {
	text-align: center;
	position: relative;
	font-size: 0.36rem;
}
.banner .swiper-slide img {
	width: 100%;
	height: 3.2rem;
}
.banner .swiper-slide .banercon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #FFFFFF;
	width: 60%;
	left: 20%;
}
.banner .swiper-pagination-bullet {
	width: 0.3rem;
	height: 0.05rem;
	background: #FFFFFF;
	border-radius: 4px;
}
.top {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.top-icon {
	color: #999999;
	height: 0.92rem;
	float: right;
	width: 0.4rem;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.top-icon span {
	position: absolute;
	left: calc((100% - 0.4rem) / 2);
	top: 50%;
	width: 0.4rem;
	height: 0.03rem;
	background-color: #999999
}
.top-icon span:nth-child(1) {
	transform: translateY(0.1rem) rotate(0deg);
}
.top-icon span:nth-child(2) {
	transform: translateY(-0.1rem) rotate(0deg);
}
.top-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}
.top-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}
.top-icon-click span:nth-child(3) {
	display: none;
}
 @keyframes clickfirst {
 0% {
 transform: translateY(4px) rotate(0deg);
}
 100% {
 transform: translateY(0) rotate(45deg);
}
}
 @keyframes clicksecond {
 0% {
 transform: translateY(-4px) rotate(0deg);
}
 100% {
 transform: translateY(0) rotate(-45deg);
}
}
.top-nav {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0.9rem;
	left: 0px;
	display: none;
	z-index: 1223;
}
.top-nav .accordion {
	width: 100%;
	padding: 0 0.3rem;
	background: #FFF;
	box-sizing: border-box;
	font-family: 'PingFang SC'
}
.top-nav .accordion .ernav a {
	display: block;
	color: #333;
}
.top-nav .accordion .ernav {
	position: relative;
	height: 0.86rem;
	line-height: 0.86rem;
	font-size: 0.28rem;
	font-weight: 700;
	border-bottom: 1px solid #d6d6d6;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.top-nav .accordion li:last-child .ernav {
	border-bottom: 0;
}
.top-nav .accordion li img.downimg {
	position: absolute;
	top: 0.35rem;
	right: 0.2rem;
	width: 0.3rem;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.top-nav .accordion li.open img.downimg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.top-nav .accordion .submenu {
	display: none;
}
.top-nav .accordion .submenu li {
	height: 0.86rem;
	line-height: 0.86rem;
	font-size: 0.28rem;
	font-weight: 700;
	border-bottom: 1px solid #d6d6d6;
}
.top-nav .accordion .submenu a {
	display: block;
	margin-left: 0.3rem;
}
/*古厝搜索*/

.sectionhead {
	color: #333;
	margin-top: 0.5rem;
}
.sectionhead .h33 {
	font-size: 0.32rem;
	font-weight: bold;
	    margin-bottom: 0.1rem;
}
.sectionhead .h44 {
	font-size: 0.24rem;
	line-height: 0.42rem
}
.types {
	margin-top: 0.3rem;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
}
.types .item {
	display: inline-block;
	width: 1.3rem;
	box-sizing: border-box;
	height: 0.86rem;
	line-height: 0.86rem;
	font-size: 0.26rem;
	color: #333;
	text-align: center;
	border: 1px solid #d8d8d8;
	background: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 5px rgba(80, 80, 80, 0.15);
	cursor: pointer;
}
.types .item.active {
	background: #a08762;
	color: #fff;
}
.list1 .item {
	width: 48%;
	overflow: hidden;
	height: 4.8rem;
	position: relative;
	float: left;
	margin-top: 0.2rem;
	min-height: 4.8rem;
}
.list1 .item:nth-child(2n+1), .list2 .item:nth-child(2n+1) {
	margin-right: 4%
}
.list1 .item .face {
	height: 100%;
	height: 2.24rem;
	border-radius: 5px;
	overflow: hidden
}
.list1 .item .face img {
	width: 100%;
	height: 100%;
}
.list1 .item .biaoqian {
	padding: 0.2rem 0;
	white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
	display: flex
}
.list1 .item .biaoqian span {
	display: inline-block;
	padding: 0.1rem 0.2rem;
	background: #f2f2f2;
	color: #333;
	font-size: 0.2rem;
	height: 0.28rem;
	line-height: 0.28rem;
	border-radius: 3px;
	margin-right: 0.1rem
}
.list1 .item .title {
	font-size: 0.28rem;
	font-weight: bold;
	color: #333;
}
.list1 .item .mianji, .list1 .item .dizhi {
	font-size: 0.24rem;
	color: #333;
}
.xinxi {
	font-size: 0.20rem;
	color: #666;
	padding: 5px 0;
}
.xinxi .lvxinxi-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: end;
	align-items: end;
	float: left
}
.xinxi .lvxinxi-item img{
	width: 0.24rem;
	height: auto;
}
.xinxi .lvxinxi-item span {
	margin-left: 0.05rem
}
.xinxi .lvxinxi-item:first-of-type {
	margin-right: 0.1rem
}
.homeMore a {
	display: inline-block;
	width: 100%;
	border: 1px solid #A08762;
	color: #A08762;
	text-align: center;
	border-radius: 0.05rem;
	font-size: 0.24rem;
	height: 0.6rem;
	line-height: 0.6rem;
	margin-top: 0.3rem
}
/*村落推荐*/

.list2 {
	margin-top: 0.4rem;
}
.list2 .item {
	width: 48%;
	height: 3.08rem;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 0.2rem;
	border-radius: 5px;
}
.list2 .item .face {
	border-radius: 5px;
	width: 100%;
	height: 100%;
}
.list2 .item .info {
	position: absolute;
	height: 1rem;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(255, 255, 255, -0.1), rgba(0, 0, 0, 1));
	color: #fff;
	padding: 0.1rem 0.2rem 0.2rem;
	box-sizing: border-box;
}
.list2 .item .info .h33 {
	font-size: 0.28rem;
	display: block;
	font-weight: bold;
	line-height: 0.4rem;
}
.list2 .item .info .h44 {
	font-size: 0.24rem;
}
/*认养指南*/

.guide {
	margin-top: 0.3rem;
	overflow: hidden;
}
.guide ul li .gruidIcon {
	width: 0.46rem;
	height: 0.46rem;
	margin-bottom: 0.2rem;
}
.guide ul li span {
	display: block;
}
.guide ul li {
	width: 21.6%;
	float: left;
	text-align: center;
}
.guide ul li:nth-child(2n) {
	width: 3%;
	text-align: center;
}
.guide ul li .jiantou {
	width: 0.12rem;
	margin-top: 0.76rem;
}
/*认养达人*/

.daren {
	margin-top: 0.3rem;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.daren .swiper-slide {
	width: 100%;
}
.drimgs .img {
	width: 6.9rem;
	height: 3.4rem;
	overflow: hidden;
}
.drimgs .img img {
	height: 100%;
}
.drimgs .info {
	width: 100%;
	height: 2.08rem;
	background: #a08762;
	padding: 0.4rem;
	box-sizing: border-box;
	color: #fff;
}
.drimgs .swiper-slide .info .h33 {
	padding-bottom: 0.1rem;
	font-size: 0.26rem;
	font-weight: bold;
}
.drimgs .swiper-slide .info p {
	font-size: 0.24rem;
	line-height: 0.34rem;
}
.daren .swiper-button-next:after, .daren .swiper-container-rtl .swiper-button-prev:after, .daren .swiper-button-prev:after, .daren .swiper-container-rtl .swiper-button-next:after {
	font-size: 0.44rem;
}
.daren .swiper-button-next, .daren .swiper-container-rtl .swiper-button-prev, .daren .swiper-button-prev, .daren .swiper-container-rtl .swiper-button-next {
	width: 0.48rem;
	height: 0.86rem;
	background: #000;
	color: #fff;
}
.daren .swiper-button-next, .daren .swiper-container-rtl .swiper-button-prev {
	right: 0;
}
.daren .swiper-button-prev, .daren .swiper-container-rtl .swiper-button-next {
	left: 0;
}
.homenew {
	margin-bottom: 0.5rem;
}
.homenew ul li {
	overflow: hidden;
	padding: 0.2rem 0;
}
.homenew ul li .img {
	float: left;
}
.homenew ul li .img, .homenew ul li .img img {
	width: 2.53rem;
	height: 1.88rem;
	border-radius: 5px;
}
.homenew ul li .cont {
	float: left;
	width: calc(100% - 2.73rem);
	margin-left: 0.2rem;
}
.homenew ul li .cont h3 {
	color: #333333;
	font-size: 0.32rem;
	line-height: 0.5rem;
	font-weight: bold;
	padding: 0.06rem 0 0;
}
.homenew ul li .cont p {
	color: #666666;
	font-size: 0.24rem;
	line-height: 1;
	margin-top: 0.16rem;
}
/*底部*/

.zfooter {
	background: #232323 url(/public/h5/img/footbg.png) center top no-repeat;
	background-size: contain;
	height: auto;
	padding-bottom: 0.4rem;
}
.zfooter .fstl {
	padding: 0.6rem 0;
	text-align: center;
	font-size: 0.28rem;
	color: #fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5rem;
	line-height: 0.5rem;
}
.zfooter .secl {
	font-size: 0.22rem;
	color: #fff;
	line-height: 0.32rem;
	text-align: center;
}
.favimg {
	width: 1.93rem;
	margin-bottom: 0.3rem;
}
.wxwb {
	text-align: center;
	margin-top: 0.4rem;
}
.wxwb img {
	width: 1.58rem;
}
.wxwb img:first-of-type {
	margin-right: 0.4rem;
}
/*搜索结果*/

.jtabs {
	height: 0.53rem;
	padding-top: 0.3rem;
	border-bottom: 2px solid #a08762;
}
.jtabs .item {
	display: inline-block;
	height: 0.53rem;
	line-height: .53rem;
	padding: 0 0.4rem;
	background: #fff;
	font-size: 0.26rem;
	color: #333;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
}
.jtabs .item.active {
	background: #a08762;
	color: #fff;
}
.jtabs .item.active a {
	color: #fff
}
.searesult {
	height: 0.9rem;
	line-height: 0.9rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.1rem;
	font-size: 0.32rem;
	border-bottom: 1px solid #f2f2f2;
}
.searesult span {
	color: #a08762;
}
.searchlist {
	padding-bottom: 0.5rem
}
.searchlist .item {
	margin-bottom: 0.4rem;
	overflow: hidden;
	height: 2.98rem;
	position: relative;
	color: #FFFFFF;
	border-radius: 5px
}
.searchlist .item .facein {
	width: 100%;
	height: 2.98rem;
	overflow: hidden
}
.searchlist .item .facein img.img-responsive {
	width: 100%
}
.searchlist .item .sinner {
	position: absolute;
	height: 1rem;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(255, 255, 255, -0.1), rgba(0, 0, 0, 1));
	color: #fff;
	padding: 0.1rem 0.2rem 0.2rem;
	box-sizing: border-box;
}
.searchlist .item .sinner p {
	display: block;
	line-height: 0.42rem;
	font-size: 0.3rem;
}
.searchlist .item .biaoqian1 {
	height: 0.26rem;
	line-height: 0.26rem;
	background: #fff;
	border-radius: 5px;
	padding: 0.05rem 0.15rem;
	font-size: 0.16rem;
	color: #333;
	position: absolute;
	left: 0.1rem;
	top: 0.1rem;
}
/*关于我们*/

.nybanner {
	position: relative;
}
.nybanner img {
	width: 100%;
}
.shead {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 0.34rem;
	width: 100%;
}
.shead .h44 {
	font-size: 0.24rem;
	padding: 0 0.3rem;
	line-height: 0.38rem;
}
.articles {
	padding: 0.5rem 0;
	font-size: 0.28rem;
	color: #333;
	line-height: 0.52rem
}
.articles .h33 {
	font-size: 0.42rem;
	line-height: 0.52rem;
	color: #333;
}
.articles .h44 {
	font-size: 0.24rem;
	color: #ccc;
	line-height: 0.36rem;
    text-transform: uppercase;
    margin-top: 0.1rem;
}
.articles img {
	width: 60%;
	margin: 0.3rem auto;
	display: block;
}
/*合作单位*/

.htitle h3 {
	font-size: 0.34rem;
	color: #333;
	font-weight: bold;
	padding: 0.5rem 0;
}
.hezuolist {
	overflow: hidden;
	padding-bottom: 0.3rem;
}
.hezuolist .item {
	width: 3.13rem;
	float: left;
	margin-bottom: 0.3rem;
}
.hezuolist .item span {
	display: block;
	text-align: center;
	font-size: 0.24rem;
	font-weight: bold;
	margin-top: 0.2rem;
}
.hezuolist .item:nth-child(2n+1) {
	margin-right: 0.6rem
}
.hezuolist .item .itemimg {
	width: 3.13rem;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(123, 123, 123, 0.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.hezuolist .item img {
	max-width: 100%;
	width: 100%;
}
/*村落推荐*/

.lvhomeNew {
	padding-top: 0.4rem;
	color: #333;
}
.lvhomeNew .item {
	width: 3.34rem;
	height: 3.2rem;
	border-radius: 5px;
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
	margin-bottom: 0.3rem;
	float: left;
}
.lvhomeNew .item:nth-child(2n+1) {
	margin-right: 0.2rem;
}
.lvhomeNew .newimg {
	height: 2.19rem;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.lvhomeNew .newimg img {
	height: 100%;
	width: 100%
}
.lvhomeNew .item .title {
	display: block;
	padding: 0.2rem 0.1rem 0;
	line-height: .32rem;
	color: #333;
	font-size: 0.24rem;
	font-weight: bold;
}
.lvhomeNew .item .time {
	font-size: 0.2rem;
	padding: 0 0.1rem;
}
/*村落详情*/

.shead .h44.cldeth:before {
	content: '';
	display: block;
	width: 1rem;
	height: 0.03rem;
	background: #FFFFFF;
	margin: 0.3rem auto 0.15rem;
}
.ctexts {
	font-size: 0.24rem;
	color: #333;
	line-height: 0.38rem;
}
.cinfo {
	line-height: 0.48rem;
	padding-bottom: 0.4rem;
}
.clitemBox {
	padding-bottom: 0.7rem;
}
.clitemBox .clitemhead {
	font-size: 0.28rem;
	color: #333;
	font-weight: bold;
	padding: 0.4rem 0 0.3rem;
}
.clitemBox .house-video{
	width: 100%;
	height: 4.4rem;
			object-fit:fill;  
}
.clitemBox .quanjing iframe {
	height: 7rem;
}
.lshistory {
	height: 4.4rem;
	margin-bottom: 0.2rem;
}
.lshistory .swiper-slide img.fill {
	width: 100%;
}
.lshistory .swiper-button-next:after, .lshistory .swiper-container-rtl .swiper-button-prev:after, .lshistory .swiper-button-prev:after, .lshistory .swiper-container-rtl .swiper-button-next:after {
	font-size: 0.44rem;
}
.lshistory .swiper-button-next, .lshistory .swiper-container-rtl .swiper-button-prev, .lshistory .swiper-button-prev, .lshistory .swiper-container-rtl .swiper-button-next {
	width: 0.48rem;
	height: 0.86rem;
	background: #000;
	color: #fff;
}
.lshistory .swiper-button-next, .lshistory .swiper-container-rtl .swiper-button-prev {
	right: 0;
}
.lshistory .swiper-button-prev, .lshistory .swiper-container-rtl .swiper-button-next {
	left: 0;
}
.clitemBox .list1 .item {
	margin-top: 0;
	margin-bottom: 0.2rem;
}
/*认养者个人中心*/
.userbg {
	background: url(/public/h5/img/userbg.png) no-repeat top center;
	height: 1.6rem;
	color: #FFF;
	font-size: 0.32rem;
	line-height: 0.9rem;
	margin-bottom: 0.1rem
}
.avator {
	padding-top: 0.35rem;
}
.avator img {
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 100%;
	border: 1px solid #fff;
	margin-right: 0.3rem;
	float: left;
	box-sizing: border-box;
}
.usertit {
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.26rem;
}
.about-list {
	padding-left: 0.3rem;
	background: #FFFFFF;
}
.about-list ul li a {
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.26rem;
	color: #333;
	border-bottom: 1px solid #dadada
}
img.goicon {
	width: 0.13rem;
}
.about-list ul li a img {
	margin-right: 0.3rem;
}
.logout a {
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.26rem;
	color: #333;
	text-align: center;
	background: #FFFFFF;
	width: 100%;
	display: block;
	margin-top: 0.18rem;
}
/*认养者-认养管理*/
.zygltab {
	padding: 0.3rem 0 0.2rem;
	overflow: hidden;
}
.zygltab a {
	flex: 1;
	text-align: center;
}
.zygltab span {
	font-size: 0.3rem;
	color: #333333;
	width: 50%;
	font-weight: bold;
}
.zygltab span.current {
	color: #a08762;
	border-bottom: 2px solid #A08762;
}
.zylist {
	padding-top: 0.3rem;
	padding-bottom: 0.5rem
}
.zylist .item {
	width: 100%;
	height: 6.78rem;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background: #fff;
	position: relative;
	margin-bottom: 0.48rem;
}
.zylist .item .info {
	padding: 0.36rem 0.3rem 0;
	font-size: 0.24rem;
/*	color: #bbb;*/
}
.zylist .item .title {
	display: block;
	font-size: 0.28rem;
	font-weight: bold;
	color: #333;
	line-height: 0.52rem;
}
.zylist .item .zt {
	min-width: 1.32rem;
	width: auto;
	height: 0.44rem;
	background: #fe6506;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0.26rem;
	top: 0.26rem;
	line-height: 0.44rem;
	border-radius: 2px;
}
.zylist .item img.face {
	width: 100%;
	height: 4.3rem;
	overflow: hidden;
	display: block;
}
.zylist .item .toolbar {
	padding: 0.2rem 0 0 0.1rem;
	float: right;
}
.zylist .item .toolbar a.toobtn {
	display: inline-block;
	width: 1.9rem;
	height: 0.58rem;
	line-height: 0.58rem;
	text-align: center;
	color: #a08762;
	border: 1px solid #a08762;
	border-radius: 3px;
	font-size: 0.24rem;
	margin-right: 0.2rem;
	box-sizing: border-box;
}
.zylist .item .toolbar a.dt {
	color: #333;
	border: 1px solid #e5e5e5;
}
/*故事*/
.tiaojianbox {
	margin: 0.4rem auto;
	overflow: hidden;
	width: 3.4rem;
	border: 1px solid #a08762;
	border-radius: 5px;
	background: #f7f7f7;
}
.tiaojianbox .item {
	width: 1.7rem;
	height: 0.52rem;
	display: inline-block;
	line-height: 0.52rem;
	float: left;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}
.tiaojianbox .item.active {
	background: #a08762;
	color: #fff;
}
.tiaojianbox .item.active a {
	color: #FFFFFF
}
.xqtop {
	padding-top: 0.4rem;
}
.xqtop .h77 {
	font-size: 0.42rem;
	font-weight: bold;
}
.xqtop .h88 {
	font-size: 0.26rem;
	color: #666;
	margin-top: 0.14rem
}
.newsleft {
	width: 100%;
	padding: 0.4rem 0;
	font-size: 0.28rem;
	color: #333;
	line-height: 0.44rem;
	font-family: 'PingFang SC';
	text-align: justify;
}
.newsleft p {
	margin-bottom: 0.2rem
}
.newsleft img {
	width: 100% !important;
	height: auto !important;
}
.tophead {
	font-size: 0.36rem;
	font-weight: bold;
}
.myCollect.zylist .item .biaoqian {
	padding: 0
}
.myCollect.zylist .item {
	height: 7.08rem
}
.myCollect .item .biaoqian span {
	display: inline-block;
	padding: 0.1rem 0.2rem;
	background: #f2f2f2;
	color: #333;
	font-size: 0.2rem;
	height: 0.28rem;
	line-height: 0.28rem;
	margin-right: 0.2rem;
	border-radius: 5px;
}
.myCollect .item .qx {
	width: 1.63rem;
	height: 0.48rem;
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	z-index: 10;
	background: url(/public/images/qx.png) no-repeat;
	background-size: contain;
}
/*房源详情*/

.houseDetban {
	height: 4.1rem;
	width: 100%;
}
.houseDetban .swiper-slide {
	text-align: center;
}
.houseDetban .swiper-slide img {
	width: 100%;
}
.houseDetban .swiper-pagination {
	width: 0.78rem;
	height: 0.44rem;
	color: #fff;
	background: rgba(0,0,0,0.5);
	border-radius: 0.3rem;
	padding: 0rem 0.14rem;
	line-height: 0.44rem;
	right: 0.3rem;
	left: auto;
}
/*
.side {
	position: absolute;
	top: 0.17rem;
	right: 0.3rem;
	z-index: 3;
}
*/
.side {
	float: right;
	width: 34%;
	padding: 0;
	/*display: inline-block;*/
}
/*.side .tags {
	margin: 0;
}*/
/*
.tags .tag {
	margin: 0 8px 0 0;
	padding: 0 14px;
}
*/
.side .tags .tag {
	width: 0.8rem;
	height: 0.45rem;
	display: block;
	text-align: center;
	padding: 0 0.14rem;
	background-color: #F8F8F8;
	margin-left: 0.1rem;
	float: left;
}

.side .tags .tag a {
	display: block;
	padding-left: 0.26rem;
	font-size: 0.26rem;
	background-repeat: no-repeat;
	background-position: left center;
}
.side .tags .tag.share {
	background: url(/public/h5/img/shareicon.png) no-repeat 0.14rem #F8F8F8;
	background-size: 0.23rem;
}
.side .tags .tag.collect1 {
	background: url(/public/h5/img/collecticon.png) no-repeat 0.14rem #F8F8F8;
	background-size: 0.23rem;
}
.side .tags .tag.collect2 {
	background: url(/public/h5/img/collect1.png) no-repeat 0.14rem #F8F8F8;
	background-size: 0.23rem;
}

.side .tags .tag.zan {
	background: url(/public/h5/img/zanicon.png) no-repeat 0.14rem #F8F8F8;
	background-size: 0.23rem;
}
.side .tags .tag.zan2 {
	background: url(/public/h5/img/zanicon1.png) no-repeat 0.14rem #F8F8F8;
	background-size: 0.23rem;
}


/*
.side .tags .tag {
	width: 0.45rem;
	height: 0.45rem;
	display: inline-block;
	text-align: center;
	margin-left: 0.1rem;
}
.side .tags .tag img {
	width: 0.23rem;
	margin-top: 0.1rem;
}
.side .tags .tag a {
	display: inline-block;
	padding: 0 0 0 24px;
	background-repeat: no-repeat;
	background-position: left center;
}
.side .tags .tag.share {
	background: url(/public/h5/img/shareicon.png) no-repeat center;
	background-size: 0.23rem;
}
.side .tags .tag.collect1 {
	background: url(/public/h5/img/collecticon.png) no-repeat center;
	background-size: 0.23rem;
}
.side .tags .tag.collect2 {
	background: url(/public/h5/img/collect1.png) no-repeat center;
	background-size: 0.23rem;
}
*/
.houseInfo {
	padding: 0.3rem 0.2rem 0.2rem ;
	overflow: hidden;
	margin-bottom: 0.16rem;
}
.houseInfo .houseLeft {
/*	display: inline-block*/
	width: 66%;
	float: left;
}
.houseInfo .houseLeft .title {
	margin: 0;
	font-size: 0.34rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.15rem;
}
.houseInfo .houseLeft .tags .tag {
	float: left;
	height: 0.32rem;
	line-height: 0.32rem;
	padding: 0 0.18rem;
	font-size: 0.2rem;
	background-color: #F8F8F8;
}
.houseInfo .houseRight.zanbtn {
	width: 10%;
	height: 0.3rem;
	float: right;
}
.houseInfo .houseRight.zan {
	background: url(/public/h5/img/zanicon.png) no-repeat center;
	background-size: 0.3rem 0.3rem
}
.houseInfo .houseRight.zan2 {
	background: url(/public/h5/img/zanicon1.png) no-repeat center;
	background-size: 0.38rem;
}
.shields {
	margin: 0.2rem 0 0.4rem;
	font-size: 0.24rem;
	clear: both;
	height: 0.7rem;
}
.shields .icon {
	width: 0.7rem;
	height: 0.7rem;
	float: left;
	margin-right: 0.3rem;
}
.shields .icon img {
	margin: 0 auto;
	display: block;
	width: 100%;
}
.shields p {
	flex: 1;
}
.brief {
	position: fixed;
	bottom: 0;
	background: #FFF;
	padding: 0.3rem;
	line-height: 1;
	font-size: 0.22rem;
	font-family: 'PingFang SC';
	width: 100%;
	box-sizing: border-box;
}
.brief h5 {
	line-height: 30px;
}
.brief .amount {
	color: #FF3831;
	font-size: 0.36rem;
	font-weight: bold;
}
.brief .support {
	/*width: 1.9rem;*/
	height: 0.78rem;
	line-height: 0.78rem;
	color: #fff;
	font-size: 0.32rem;
	background-color: #ED9C00;
	border-radius: 0.1rem;
	border: none;
	padding: 0 0.2rem;
}
.brief .support2 {
	/*width: 1.9rem;*/
	height: 0.78rem;
	line-height: 0.78rem;
	color: #fff;
	font-size: 0.32rem;
	background-color: #ED9C00;
	border-radius: 0.1rem;
	border: none;
	padding: 0 0.2rem;
}
.support-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.support-form {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 80%;
	overflow-y: scroll;
	padding: 0 0.3rem;
	background-color: #fff;
	box-sizing: border-box
}
.support-form .head {
	height: 0.92rem;
	border-bottom: 1px solid #C2C8CF;
}
.support-form .head .title {
	line-height: 0.92rem;
	padding: 0 0 0 0.12rem;
	color: #000;
	font-size: 0.34rem;
	font-weight: normal;
}
.support-form .head .close {
	position: absolute;
	top: 0.3rem;
	right: 0.35rem;
	color: #ddd;
	font-size: 0.26rem;
	opacity: 1;
}
.support-form .table .row {
	line-height: 0.42rem;
	margin: 0.38rem 0;
	overflow: hidden;
	font-size: 0.24rem;
}
.support-form .table .row b.required {
	color: #FF2121;
}
.support-form .table .tip {
	font-size: 0.20rem;
	color: #999999;
	line-height: 0.32rem;
	margin-top: 0.1rem;
}
.support-form .table .row>.col-xs-2 {
	font-weight: bold;
	width: 26%;
	float: left;
	height: 0.54rem;
	line-height: 0.54rem;
}
.support-form .table .row>.col-xs-10 {
	width: 74%;
	float: left
}
.support-form .table .row .sendCode{
    background: #BF9769;
    color: #fff;
    border: none;
    display: block;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
}
.support-form .table input {
	width: 100%;
	height: 0.54rem;
	border: 1px solid #dfdfdf;
	color: #999;
	box-sizing: border-box;
	padding: 0 0.1rem;
}
.support-form .table select {
	width: 98%;
	float: left;
	height: 0.54rem;
	border: 1px solid #dfdfdf;
	color: #999;
	box-sizing: border-box;
}
.support-form .table select.year {
	margin-right: 3%;
}
.support-form .table label>input {
	display: none;
}
.support-form .table label.check {
	padding: 0 0 0 24px;
}
.support-form .table label.check span {
	padding: 0 0 0 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 90%;
}
.support-form .table label.checked span {
	background-image: url(/public/images/radio-checked.png);
}
.support-form .table label.unchecked span {
	background-image: url(/public/images/radio-unchecked.png);
}
.support-form .table .addressFrom .addressitem {
	width: 32%;
}
.support-form .table .addressFrom .addressitem {
	margin-right: 2%;
}
.support-form .table .addressFrom .addressitem:last-of-type {
	margin-right: 0;
}
.support-form .save {
	margin: 0 auto;
	display: block;
	width: 3.4rem;
	height: 0.66rem;
	line-height: 0.66rem;
	background-color: #BF9769;
	color: #fff;
	border-radius: 0.1rem;
	font-size: 0.28rem;
	border: none;
}
.lines video {
	width: 100%;
	height: 4.45rem;
}
.housealpha {
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
.applySuccess {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 7.1rem;
	height: 5.25rem;
	background: rgba(255,255,255,1);
	border-radius: 5px;
	font-size: 0.32rem;
	text-align: center;
	z-index: 110;
	display: none
}
.applySuccess span {
	display: block;
	line-height: 34px
}
.applySuccess img {
	display: block;
	margin: 0.4rem auto 0.2rem
}
.sure {
	display: block;
	color: #fff;
	width: 4.19rem;
	height: 0.76rem;
	line-height: 0.76rem;
	background: rgba(160,135,98,1);
	margin: 0.3rem auto;
}
.types2 {
	padding-top: 1.4rem;
	font-size: 0.28rem;
	color: #666;
	text-align: center
}
.types2 h4 {
	margin-bottom: 0.48rem
}
.types2 a {
	width: 4.66rem;
	height: 0.68rem;
	border: 1px solid #a08762;
	text-align: center;
	line-height: 0.68rem;
	color: #a08762;
	display: block;
	border-radius: 0.1rem;
	margin: 0.3rem auto
}
/*资料设置*/
.ucdiv .form-group {
	margin: 0.6rem 0;
	overflow: hidden;
	clear: both
}
.ucdiv .form-horizontal .control-label {
	width: 20%;
	height: 0.58rem;
	line-height: 0.58rem;
	float: left;
	font-size: 0.26rem;
	color: #000;
	text-align: left
}
.ucdiv .form-horizontal .form-control {
	display: block;
	width: 100%;
	height: 0.58rem;
	padding: 0 0.1rem;
	font-size: 0.24rem;
	line-height: 1;box-sizing: border-box;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ucdiv .form-horizontal .form-group .contronRight {
	width: 80%;
	float: left
}
.ucdiv .form-horizontal .form-group .sendCode{
	width: 18%;
	background: #BF9769;
    color: #fff;
    border: none;
    display: block;
    height: 0.58rem;
    line-height: 0.58rem;
    text-align: center;
	float: right;
	border-radius: 0.1rem
}
.sendCode.disable{
	opacity: 0.7
}
.ucdiv .form-horizontal .form-group .contronRight .selectItem {
	width: 48%;
	float: left
}
.ucdiv .form-horizontal .form-group .contronRight .selectItem:nth-child(2n+1) {
	margin-right: 4%
}
.ucdiv .form-horizontal .form-group .contronRight.czdq .selectItem {
	margin-bottom: 0.3rem
}
.ucdiv .form-horizontal .form-group label.check span {
	padding: 0 0 0 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 90%;
}
.ucdiv .form-horizontal .form-group label.checked span {
	background-image: url(/public/images/radio-checked.png);
}
.ucdiv .form-horizontal .form-group label.unchecked span {
	background-image: url(/public/images/radio-unchecked.png);
}
.ucdiv .form-horizontal .form-group label {
	line-height: 0.54rem;
}
.ucdiv .form-horizontal .form-group label i{
	font-style: normal
}
.ucdiv .form-horizontal .form-group label>input {
	display: none
}
.setupbtn {
	margin: 0 auto;
	display: block;
	width: 5.4rem;
	height: 0.76rem;
	line-height: 0.76rem;
	background-color: #BF9769;
	color: #fff;
	border-radius: 0.1rem;
	font-size: 0.28rem;
	border: none;
}
.toolbar.lvtoolbar {
	overflow: hidden;
	padding-top: 0.4rem;
}
.toolbar.lvtoolbar .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	float: left;
	display: inline-block;
	font-size: 0.24rem;
	color: #666;
	margin-right: 0.1rem;
	cursor: pointer;
}
.toolbar.lvtoolbar .item img {
	margin-right: 5px;
	width: 0.26rem
}
/*消息中心*/
.messages {
	padding: 0.2rem 0;
}
.messages .item {
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 0.2rem 0.3rem;
	position: relative;
	margin-bottom: 0.3rem;
}
.messages .item .h33 {
	font-size: 0.26rem;
	color: #333;
}
.messages .item .mtexts {
	font-size: 0.24rem;
	color: #333;
	line-height: 0.4rem;
	overflow: hidden;
	padding: 0.13rem 0;
}
.messages .item .time {
	color: #999;
}
.messages .item .zop {
	margin-bottom: 0.15rem;
}
.messages .item .sop {
	display: none;
	margin-bottom: 0.15rem;
}
.messages .item .xdel2 {
	text-align: right;
}
.messages .item .dot {
	position: absolute;
	left: 0.08rem;
	top: .08rem;
	display: block;
}
.messages .item .showmore {
	padding: 0 0.1rem;
	border-radius: 3px;
	background: #fff;
	font-size: 0.2rem;
	display: inline-block
}
.messages .item .showmore i {
	font-size: 0.2rem
}
.guideCon {
	font-size: 0.26rem;
	color: #666;
	line-height: 0.48rem;
	padding: 0.3rem 0;
	text-align: justify
}
/*修缮记录*/


.htabs {
	padding-top: 0.3rem;
	margin: 0.3rem;
	border-bottom: 1px solid #ddd;
}
.htabs .item {
	flex: 1;
	text-align: center;
	font-size: 0.32rem;
	margin-right: 0.2rem
}
.htabs .item.active{
	color: #a08762;
	border-bottom: 2px solid #A08762;
}
.hlinki {
	display: block;
	width: 4.66rem;
	height: 0.66rem;
	line-height: 0.66rem;
	text-align: center;
	border: 1px solid #a08762;
	border-radius: 5px;
	color: #a08762;
	margin: 0.5rem auto;
}
.xiushanlist ul li {
	border-bottom: 1px solid #f0f0f0;
	height: 0.84rem;
	line-height: 0.84rem;
	font-size: 0.26rem;
	padding: 0 0.3rem
}
.xiushanlist ul li a {
	display: inline-block;
	float: left;
	width: 69%
}
.xiushanlist ul li span {
	display: inline-block;
	float: right;
}
.masks {
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
.xiushanRecord {
	width: 7.1rem;
	height: 70%;
	overflow-y: scroll;
	background: #fff;
	position: fixed;
	margin-left: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 400;
	display: none;
}
.xiushan .xiushan-item {
	font-size: 0.24rem;
	border-bottom: 1px solid #dadada;
	overflow: hidden;
	min-height: 0.84rem;
	height: auto;
	line-height: 0.84rem;
	padding: 0 0.3rem;
	font-family: 'PingFang SC'
}
.xiushan .xiushan-item .jlabel {
	font-weight: bold;
}
.xiushan .xiushan-item .xiushan-input {
	line-height: 0.84rem;
	height: 0.84rem
}
.xiushan .xiushan-item .xiushan-input:focus{
	border: none
}
.xiushan-item .add-img {
	width: 1.2rem
}
.xiushan .h33 {
	height: 0.96rem;
	line-height: 0.96rem;
	color: #333;
	font-size: 0.42rem;
	padding: 0 0.2rem;
	border-bottom: 1px solid #ccc;
}
.xiushan .guanbi img {
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	cursor: pointer;
}
.xiushan .updiv{padding:0.3rem; font-size: 0.28rem}
.xiushan .updiv .row.layui-row{
	margin: 0.1rem 0
}
/*
.updiv{padding:0.3rem;}
.jlabel{font-size: 0.2rem;padding-top:0.1rem;}
.xcontents{font-size: 0.2rem;color:#333;line-height: 0.34rem;}
*/

.sqtable {
	width: 100%;
}
.sqtable thead td {
	background: #f0f0f0;
	text-align: center;
	color: #666;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.sqtable tbody td {
	background: #fff;
	text-align: center;
	color: #666;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
}
.guolv {
	padding: 20px 40px 0 40px;
}
.guolv .item {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	border: 1px solid #dadada;
	border-radius: 17px;
	padding: 0 20px;
	text-align: center;
	margin-right: 10px;
	background: #fff;
	display: inline-block;
}
.guolv .item.active {
	background: #f1ede8;
	border: 1px solid #f1ede8;
	color: #a08762;
}
.htitle {
	font-size: 0.26rem;
}
.himglist {
	float: left;
	width: 100%;
	padding-top: 0.3rem
}
.himglist .hetongitem {
	float: left;
	position: relative;
	margin-right: 0.2rem;
	width: 1.52rem;
	margin-bottom: 0.2rem;
	height: 2.17rem;
	box-sizing: border-box;
}
.himglist .item .add-img {
	width: 1.2rem
}
.himglist .hetongitem .add-img {
	width: 100%;
	height: 100%
}
.himglist .item .xdel3 {
	width: 26px;
	height: 26px;
	position: absolute;
	right: -13px;
	top: -13px;
	background: url(../images/dclose.png) no-repeat;
}
/*房源列表*/
.lvform .form-control {
	width: 94%;
	height: 0.6rem;
	line-height: 0.6rem;
	border-radius: 4px;
	font-size: 0.24rem;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	margin-top: 0.3rem;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.lvform .form-control.area {
	float: right
}
#exampleInputAmount {
	padding-left: 0.44rem;
	background: url('/public/h5/img/search-icon.png') no-repeat 0.1rem center;
	background-size: 0.22rem 0.24rem
}
.searchbar {
	padding: 0.22rem 0;
	overflow: hidden
}
.searchbar .seaitem {
	width: 25%;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	    font-size: 0.23rem;
}
.searchbar .seaitem .iconfont {
	font-size: 0.2rem;
	color: #999999
}
.searchbar .seaitem.active, .searchbar .seaitem.active .iconfont {
	color: #a08762;
}
.searchbar .seaitem.zan_but {
	width: 24%
}
.searchbar .seaitem:last-of-type {
	width: 14%;
	text-align: right;
}
.smasks {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8) !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.sxjtup, .sxjtdown {
	display: none
}
.searchbar .seaitem img {
	width: 0.22rem
}
/*村镇管理*/
.cllist .item {
	width: 3.35rem;
	height: 4.54rem;
	position: relative;
	border: 1px solid #e0e0e0;
	float: left;
	margin-right: 0.12rem;
	border-radius: 5px;
	margin-bottom: 0.3rem;
}
.cllist .item:nth-child(2n) {
	margin-right: 0
}
.cllist .item .vallageImg {
	height: 3.54rem;
	position: relative;
	border-radius: 5px;
}
.cllist .item .vallageImg img {
	width: 100%;
	height: 3.54rem;
	overflow: hidden;
	display: block;
	border-radius: 5px;
}
.cllist .item .info {
	position: absolute;
	height: 1rem;
	width: 100%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, -0.1), rgba(0,0,0,1));
	color: #fff;
	padding-top: 0.1rem;
	padding: 0 0.15rem;
	box-sizing: border-box;
	font-size: 0.24rem;
}
.cllist .item .info .ih3 {
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 0.52rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cllist .item .info .ih4 {
	font-size: 0.24rem;
}
.cllist .item .toolbar {
	padding: 0.2rem 0 0 0.1rem;
	float: right;
}
.cllist .item .toolbar a.toobtn {
	display: inline-block;
	width: 1.32rem;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	color: #a08762;
	border: 1px solid #a08762;
	border-radius: 3px;
	font-size: 0.2rem;
	margin-right: 0.2rem;
	box-sizing: border-box;
}
.cllist .item .toolbar a.dt {
	color: #333;
	border: 1px solid #e5e5e5;
}
.resoucetop {
	padding: 0.3rem 0 0.1rem;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
}
.resoucetop .item {
	height: 0.48rem;
	line-height: 0.48rem;
	border-radius: 5px;
	margin-right: 0.12rem;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	background: #f3f3f3;
	padding: 0 0.2rem;
	font-size:0.22rem;
	border: 1px solid #f3f3f3;
}
.resoucetop .item.active {
	background: #a08762;
	color: #fff;
	border: 1px solid #a08762;
}
.resoucetop .item.active a {
	color: #FFFFFF
}



/*村落发布*/
.wzlayer{width:90%;background: #fff;position:fixed;left:5%;top:50%;transform: translateY(-50%);z-index: 300;display: none;padding:0.3rem 0.2rem;    box-sizing: border-box;font-size: 0.26rem}
.wzlayer .quxiao{
	    width: 1.43rem;
    height: 0.54rem;
    border: 1px solid #a08762;
   
    color: #a08762;
    border-radius: 5px;
    margin-top: 0.2rem;
}
.wzlayer .quxiao.qxbtn{ background: #fff;margin-right:0.4rem}
.wzlayer .quxiao.bcbtn{background:#a08762;color:#fff;}
.houseissue{
	background: #fff
}
.houseissue .lvrow {
	box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
	min-height: 0.8rem;
	line-height: 0.8rem;
	height: auto;
	margin: 0 0.3rem;
	font-size: 0.24rem
}
.houseissue .lvrow .tlabel{font-size: 0.24rem;color:#000;}
.houseissue .lvrow .tlabel span{
	color: #999
}
.houseissue .lvrow .form-control {
    display: block;
    width: 100%;
    font-size: 0.24rem;
    color: #555;height:0.8rem;
	line-height: 0.8rem;
	text-align: right;
	box-sizing: border-box
}
.houseissue .form-control.formarea{
	text-align: left;
    box-sizing: border-box;
    min-height: 0.8rem;
    line-height: 0.42rem;
    height: auto;
    margin: 0 0.3rem;
	width: calc(100% - 0.6rem);
	    font-size: 0.24rem;
	
}
.houseissue .form-control.formarea2{
	text-align: left;
    box-sizing: border-box;
    min-height: 0.8rem;
    line-height: 0.42rem;
    height: auto;
	width: 100%;
	margin-bottom: 0.3rem;
	padding: 0.1rem;
	border: 1px solid #dadada;
	    font-size: 0.24rem;
}
.houseissue .lvrow .form-control.colwidth{
	width: 86%
}
.houseissue .lvrow input[type="text"]:focus {
    border-color: none;
    outline: 0;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.houseissue .lvrow .posSpan {
    position: absolute;
    right: 0.1rem;
    top: 0;
}
.houseissue .lvrow .smalltxt,.lvissue .smalltxt{
	font-size: 0.2rem;
	line-height: 0.4rem;
	color: #999;
	margin-bottom: 0.2rem
}
.houseissue .lvrow .form-control.formselect{
	width: 95%;
	height: 0.52rem;
	line-height: 0.52rem;
	border: 1px solid #dfdfdf;
	padding: 0 0.1rem;
	margin-bottom: 0.3rem
}
.houseissue .lvrow .layui-col-xs6:nth-child(2n) .form-control.formselect{
	float: right
}
.houseissue .minner{
	padding-bottom: 0.3rem;
/*	overflow: hidden;*/
	display: flow-root;
}
.paddingtb2{
	padding: 0.38rem 0
}
.lvissue .h33 {
    font-size: 0.32rem;
    color: #000;
   padding: 0.5rem 0 0.1rem 0.3rem
}
.adradio .item{height:0.5rem;background:#f4f4f4;line-height: 0.5rem;font-size: 0.24rem;color: #333;padding:0 0.15rem;display: inline-block;margin-right:0.3rem; cursor:pointer}
.adradio .item.active_color{
	background: #a08762;
	color: #fff
}
.lvissue .layui-form-checkbox span{
	font-size: 0.24rem;
}
.lvissue .layui-form-radio{
	margin-top: 0;
	font-size: 0.24rem;
	margin-right: 0.1rem
}
.lvissue .layui-form-radio *{
	font-size: 0.24rem !important
}
.lvissue .layui-form-radio>i{
	margin-right:0.05rem
}
.lvissue .layui-form-radio>i{
	font-size: 0.36rem !important
}
.lvissue .layui-form-radio>i:hover, .layui-form-radioed>i{
	color: #a08762 !important
}
.lvissue .form-control.lvinput {
    display: inline-block;
	padding-right:0
}
.lvissue .form-control.smallInput{
	    flex: 1;
    border: 1px solid #dadada;
    height: 0.4rem;
    margin-right: 0.1rem;
}
.layui-form-checked[lay-skin="primary"] i{
	    border-color: #a08762 !important;
    background-color: #a08762 !important;
}
.layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #a08762 !important;
}
#layui-laydate1.layui-laydate .layui-this{
	background-color: #a08762 !important;
}	
#layui-laydate1 .layui-laydate-footer span:hover{
	color: #a08762
}
.lvissue .btngroup{
	   display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.lvissue .btngroup .btn{
	width:3.3rem;background:#a08762;color:#fff;border:none;margin: 0 0.3rem 1.5rem;height: 0.76rem;line-height: 0.76rem; border-radius: 0.1rem;
	font-size: 0.28rem;font-weight: bold
}

.minner .rclose{width:21px;height: 21px;position: absolute;right:-10px;top:-10px;background: url(../images/rclose.png) no-repeat;}
.agreement{
	-webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end;
}
.agreement.layui-form-item .layui-form-checkbox{
	margin-right: 0 !important;
	margin-top: 0 !important
}


.ucbody .head{height:0.58rem;padding-top: 0.15rem;margin-bottom: 0.3rem}
.ucbody .head span{color:#a08762;line-height: 0.58rem;display:inline-block;border-bottom:3px solid #a08762;font-size: 0.2rem;}
.webruzhu .form-control{
	    display: block;
    width: 100%;
    padding: 0.1rem;
    font-size: 0.18rem;
    line-height: 1;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0.04rem;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	margin-bottom: 0.2rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.webruzhu .minner .add-img{
	width: 1.2rem;
	height: 1.2rem;
}


/* 认养指南 */
.zuyang_con{
	margin-top: 0.3rem
}
.zuyang_con p{
	font-size: 0.2rem;
	color: #333333;
	margin-bottom: 0.1rem;
	font-family:PingFang SC;
	font-weight: bold;
	line-height: 0.38rem
}
.zuyang_con p .palm_txt{
	color: #a08762
}
.zuyang_content .zuyang_tab{
	white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
}
.zuyang_content .tab_item{
	font-size: 0.24rem;
	color: #000;
	float: left;
	min-width: 1rem;
	padding: 0 0.1rem;
	height: 0.54rem;
	line-height: 0.54rem;
	font-weight: bold;
	text-align: center;
	margin-right: 0.15rem
}
.zuyang_content .tab_item.active{
	background: #a08762;
	color: #FFFFFF
}
.zuyang_content{
	margin-top: 0.58rem
}
.zuyang{
	clear: both;
	font-weight: bold;
	font-family:PingFang SC;
}
.zuyan_tabcon{
	background: #fff8ee;
	color: #333;
	font-size: 0.2rem;
	padding: 0.3rem;
	line-height: 0.38rem;
	border-top: 1px solid #dcdcdc;
	margin-bottom: 0.3rem;
	text-align: justify
}
.zuyan_tabcon p,.zuyan_tabcon span{
	font-size: 0.2rem !important;
}
.zuyan_tabcon h3{
	font-size: 0.26rem;
	font-weight: bold;
	margin: 0.2rem 0 0.15rem
}
.tabconhide{
	display: none
}


.village-detail-banner{
	height: 5.18rem;
	overflow: hidden
}
.village-detail-banner img{
	height: 100%;
	width: auto;
}


/*相关法律法规*/
.pdfFile{
	line-height: 0.65rem;
	height: 0.65rem;
	box-shadow: 0 0px 0.08rem rgba(0,0,0,0.1);
	padding: 0.15rem 0.3rem;
	display: inline-block;
	margin-top: 0.2rem
}
.pdfFile a{
	display: block;
	color: #333;
	font-size: 0.28rem;
}
.image-set ul{
	overflow: hidden;
	margin-top: 0.2rem
}
.image-set ul li {
	width: 49%;
    height: 4.75rem;
    border: 0.1rem solid #f3f3f3;
    float: left;
    margin-right: 2%;
    margin-top: 0.2rem;
    overflow: hidden;
    box-sizing: border-box;
}
.image-set ul li:nth-child(2n){
	margin-right: 0
}
.image-set ul li img {
	width: 100%;
}

.big_img {
	position: fixed;
	z-index: -1;
	opacity: 0;
	background: rgba(0, 0, 0, .9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.big_img .swiper-container2 {
	position: relative;
	width: 100%;
	height: 100%
}

.big_img .swiper-container2 .swiper-wrapper {
	width: 100%;
	height: 100%
}

.big_img .swiper-slide {
	width: 100%;
	height: 100%;
	display: table
}

.big_img .swiper-slide .cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.big_img .swiper-slide img {
	max-width: 90%;
	max-height: 80%;
	margin: 0 auto
}

.big_img .swiper-pagination2 {
	position: absolute;
	bottom: .2rem;
	text-align: center;
	width: 100%
}

.big_img .swiper-pagination2 span {
	margin: 0 .05rem
}
.big_img .swiper-pagination-bullet{
	opacity: 1;
    border: 1px solid #fff;
}


.rentedContain{
    margin-top: 0.5rem;
    border-radius: 0.08rem;
}
.rentedContain .contain{
    height: 1.8rem;
    overflow: hidden;
    background: #FDF6EC;
}
.rentedContain .rentedSwiper  {
    background: #fff;
    width: calc(100% - 0.8rem);
    height: 1.2rem;
    margin: 0.3rem 0.4rem;
}

.rentedContain .title{
    background: url("/images/rentedTitBg.png");
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
    color: #fff;
    padding-left: 0.2rem;
    border-radius: 0.08rem 0.08rem 0 0;
    background-size: 100% 100%;
}

.rentedContain .rentedSwiper .swiper-slide {
    height:100%;
    height: 1.2rem;
    text-align: center;
    background: #fff;
    Center slide text vertically 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.rentedSwiper .swiper-slide div {
    text-align: center;
    width: 100%;
    font-size: 0.26rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #222222;
    background: linear-gradient(180deg, #C06B05 0%, #1F0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
