html,
body,
.box_wrap {
  height: 100%;
}
body {
  background-color: #fff;
  word-break: break-all;
  overflow-x: hidden;
  font-family: "helvetica neue", helvetica, arial;
}
.main {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.3));
  background-size: cover;
  background-position: center 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #44545f;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  /********************** 搜索条******************************/
  /********************** 搜索条******************************/
  /********************** 轮播 ******************************/
  /********************** 轮播 ******************************/
}
.main .slogn {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 60%;
  z-index: 9;
}
.main .slogn .isearch {
  width: 100%;
}
.main .slogn .isearch .hsearch {
  width: 45%;
  margin: auto;
  max-width: 800px;
}
.main .slogn .isearch .hsearch .choose_search {
  width: 70px;
  height: 43px;
  background-color: #ffffff;
  border-radius: 5px 0px 0px 5px;
  float: left;
}
.main .slogn .isearch .hsearch .hinput {
  width: 100%;
  width: -moz-calc(30%);
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 45px;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  float: left;
}
.main .slogn .isearch .hsearch .hinput select {
  font-size: 14px;
  color: #333;
  border: 1px solid #fff;
  padding: 0px 5px;
  margin: 10px 0px 0px 0px;
  float: left;
  background-color: #fff;
}
.main .slogn .isearch .hsearch .hinput .h-search {
  width: 100%;
  width: -moz-calc(-20%);
  width: -webkit-calc(-20%);
  width: calc(100% - 135px);
  height: 35px;
  margin: 5px 14px 0;
  outline: none;
  font-size: 16px;
  border: 0;
  display: block;
  color: black;
  float: left;
}
.main .slogn .isearch .hsearch .h-sbtn {
  width: 70px;
  height: 45px;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: #FFD300;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
}
.main .slogn .isearch .hsearch .h-sbtn .icon-jycxun {
  font-size: 23px;
}
.main .sidle {
  position: absolute;
  bottom: 25px;
  right: 4.5%;
  z-index: 5;
}
.main .sidle i {
  display: inline-block;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border: 0.8px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: 0.2s ease-in;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.main .sidle span {
  display: inline-block;
  text-align: center;
  padding: 0 8px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
}
.main .sidle span b {
  color: #ffffff;
}
.main .sidle span.imgnumber {
  padding: 0;
}
.main .slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.main .slider li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1em;
  line-height: 1.1em;
  color: #fff;
  display: none;
  background-position: center center;
  background-size: cover;
  list-style: none;
  text-align: center;
  background-repeat: no-repeat;
}
.main .slider li:first-child {
  display: block;
}
.main .slider li .titlelay {
  position: absolute;
  width: 100%;
  top: 33%;
  left: 0;
  text-align: center;
}
.main .slider li .titlelay .title {
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  letter-spacing: 3px;
  padding-bottom: 20px;
  color: #fff;
}
.main .slider li .titlelay .subtitle {
  font-size: 22px;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}
/********************** 小广告轮播 ******************************/
.section_banner {
  text-align: center;
  background: white;
  position: relative;
  padding: 90px 0;
}
.section_banner .small_slider {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.section_banner .small_slider .banner_list {
  width: 100%;
}
.section_banner .small_slider .banner_list img {
  width: 100%;
}
/********************** 小广告轮播 ******************************/
/********************** 优质民宿推荐 优质公寓推荐 ******************************/
.promotions {
  text-align: center;
  padding: 10px 0 0px;
  background: white;
  position: relative;
}
.promotions .dots {
  width: 400px;
  height: 2px;
  line-height: 2px;
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -200px;
  text-align: center;
}
.promotions .dots span {
  width: 25px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: 0.3s ease-in;
  display: inline-block;
  margin: 0 5px;
}
.promotions .dots span.cur {
  background: rgba(0, 0, 0, 0.4);
  width: 30px;
}
.promotapts {
  max-width: 980px;
  position: relative;
  margin: auto;
  padding-bottom: 80px;
}
.promotapts ul {
  margin: 0 auto;
}
.promotapts ul li {
  float: left;
  width: 22%;
  margin: 0 10px;
  border: 1px solid #eee;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  transition: 0.2s ease-in;
  position: relative;
  margin-bottom: 15px;
}
.promotapts ul li:hover {
  background-color: rgba(236, 236, 236, 0.3);
}
.promotapts ul li:hover b {
  opacity: 0.8;
}
.promotapts ul li div.biaoti {
  padding: 5px 10px 10px;
  height: 82px;
}
.promotapts ul li div.dw {
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 0px;
}
.promotapts ul li img.myt {
  width: 100%;
}
.promotapts ul li span,
.promotapts ul li em,
.promotapts ul li strong {
  display: block;
  font-weight: bold;
}
.promotapts ul li em {
  color: #999;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.promotapts ul li strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.promotapts ul li del {
  color: #999;
  font-weight: normal;
  text-decoration: line-through;
  margin: 0 5px;
}
.promotapts b {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #e03f31;
  padding: 6px 0;
  font-size: 0.9em;
}
.slbtn {
  position: absolute;
  top: 36%;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  transition: 0.2s ease-in;
}
.slbtn .iconfont {
  font-size: 1.4em;
}
.slbtn:hover {
  border-color: rgba(224, 63, 49, 0.4);
  color: rgba(0, 0, 0, 0.5);
}
.b_r .iconfont {
  margin-left: 4px;
}
.b_l {
  left: -45px;
}
.b_r {
  right: -45px;
}
.dots1 {
  width: 400px;
  height: 2px;
  line-height: 2px;
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -200px;
  text-align: center;
}
.dots1 span {
  width: 25px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: 0.3s ease-in;
  display: inline-block;
  margin: 0 5px;
}
.dots1 span.cur {
  background: rgba(0, 0, 0, 0.4);
  width: 30px;
}
.promotapts1 {
  max-width: 980px;
  position: relative;
  margin: auto;
  padding-bottom: 80px;
}
.promotapts1 ul {
  width: 3222px;
  margin: 0 auto;
}
.promotapts1 li {
  float: left;
  width: 7%;
  margin: 0 10px;
  border: 1px solid #eee;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  transition: 0.2s ease-in;
  position: relative;
}
.promotapts1 li div.biaoti {
  padding: 5px 10px 10px;
}
.promotapts1 li div.dw {
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 0px;
}
.promotapts1 img.myt {
  width: 100%;
}
.promotapts1 b {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #e03f31;
  padding: 6px 0;
  font-size: 0.9em;
}
.promotapts1 li span,
.promotapts li em,
.promotapts li strong {
  display: block;
  font-weight: bold;
}
.promotapts1 li em {
  color: #999;
  font-weight: normal;
}
.promotapts1 li strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.promotapts1 li del {
  color: #999;
  font-weight: normal;
  text-decoration: line-through;
  margin: 0 5px;
}
.promotapts1 li:hover {
  background-color: rgba(236, 236, 236, 0.3);
}
.promotapts1 li:hover b {
  opacity: 0.8;
}
.slbtn1 {
  position: absolute;
  top: 36%;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  transition: 0.2s ease-in;
}
.slbtn1 .iconfont {
  font-size: 1.4em;
}
.slbtn1:hover {
  border-color: rgba(224, 63, 49, 0.4);
  color: rgba(0, 0, 0, 0.5);
}
.b_r1 .iconfont {
  margin-left: 4px;
}
.b_l1 {
  left: -45px;
}
.b_r1 {
  right: -45px;
}
/********************** 优质民宿推荐 优质公寓推荐 ******************************/
/********************** 英国生活指南针 ******************************/
.postslay {
  padding: 0px 0 50px;
}
.postslay .indexad {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.postslay .indexad img {
  width: 100%;
}
.posts {
  width: 980px;
  margin: auto;
  height: 430px;
}
.posts ul li {
  float: left;
  margin: 10px;
  height: 220px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  width: 22%;
  color: #333;
  border: 1px solid #e3e3e3;
}
.posts ul li:hover {
  color: #F9A600;
}
.posts ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.posts ul li a:hover {
  color: #EE3524;
}
.posts ul li a:hover div {
  height: 110px;
}
.posts ul li a:hover div p {
  height: 4em;
  -webkit-line-clamp: 3;
}
.posts ul li a img {
  width: 100%;
}
.posts ul li a div {
  height: 90px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.25s ease-out;
  background-color: #fff;
}
.posts ul li a div p {
  height: 2.8em;
  line-height: 1.4em;
  transition: 0.2s ease-in;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.posts ul li a div span {
  display: block;
  font-size: 0.9em;
  padding: 10px;
  color: #aaa;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.posts ul li a div span em {
  float: right;
}
/********************** 英国生活指南针 ******************************/
/********************** 部分通用 ******************************/
.h_title {
  color: #575B61;
  text-align: center;
  font-size: 23px;
  letter-spacing: 1.5px;
  padding: 60px 0 50px;
  position: relative;
  font-weight: bold;
}
.h_title:after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #FFD300;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 40px;
}
.h_title h3 {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 0 3px;
  color: #666;
}
.h_title h3 b {
  color: #E03F31;
}
.h_more {
  padding: 30px 0 40px;
  text-align: center;
}
.h_more a {
  display: inline-block;
  padding: 8px 35px;
  font-size: 1.1em;
  border: 1px solid #F9A600;
  color: #F9A600;
  border-radius: 8px;
  transition: 0.2s ease-out;
}
.txtiput {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 10px 15px !important;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  border-radius: 3px;
}
.tips {
  color: #e50914;
  font-size: 12px;
  line-height: 18px;
  display: block;
  text-align: left;
  position: relative;
  top: 1px;
}
ul,
dd,
dl,
dt {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: outside none none;
}
/********************** 部分通用 ******************************/
