/*
	2017.12
*/
html, body {
  height:100%;
}
.banner_part {
  position: relative;
  height: 100%;
  padding-bottom: 5.916rem;
  box-sizing: border-box;
}
.banner_part .title_p{
  position: absolute;
  top: 27rem;
  z-index: 9;
  width: 100%;
}
.banner_part .title {
  text-align: center;
  font-size: 1.875rem;
  color: #a09e8f;
  line-height: 2.541rem;
  margin-bottom: 0.583rem;
}
.banner_part .title_en {
  text-align: center;
  font-size: 2.083rem;
  color: #a09e8f;
  line-height: 2.625rem;
}
.img_box {
  height: 100%;
  overflow: hidden;
}
/* .img_box img {
  width: 100%;
  height: auto;
} */

.main_desc {
  margin-top: -5.916rem;
  padding: 0 1.583rem 3rem;
  background-color: #fff;
  box-sizing: border-box;
}
.main_desc .main_title {
  position: relative;
  height: 5.916rem;
  line-height: 5.916rem;
  font-size: 1.333rem;
  color: #000;
}
.main_desc .main_title .down {
  position: absolute;
  right: 0.916rem;
}
.main_desc .main_title .down svg {
  width: 18px;
  height: 12px;
  fill: none;
  stroke-width: 3;
  stroke: #000;
}
.main_desc .desc_s {
  font-size: 1.166rem;
  color: #000;
  line-height: 2.083rem;
}


.list-item{
	min-height: 19rem;
	overflow: hidden;
	vertical-align: top;
}
.list-title{
	display: -webkit-box;
 	-webkit-line-clamp: 2;
 	-webkit-box-orient: vertical;
	white-space: pre-wrap;
	max-height: 3.4rem; 
	line-height: 1.8rem;
	width: auto;
}
.count{
	padding-left: 2rem;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	background: url(../../../marketing/best-restaurants/images/vote.png) no-repeat;
	background-position: left center;
	background-size: 1.2rem;
	line-height: 1.2rem;
}
.back_img{
	position: fixed;
	bottom: 3.5rem;
	left: 1.42rem;
	width: 3.75rem;
	height: 3.75rem;
}
.home-btn{
	background-color: #a09e8f;
}
.footer{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
}

