.main {
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.video {
  overflow: hidden;
  width: 100%;
  height: 422px;
  background-image: url("../images/yyBg.png");
}
.top {
  width: 690px;
  height: 170px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 10px 38px 0px rgba(73, 111, 182, 0.18);
  border-radius: 20px;
  margin: 24px auto 0;
  padding: 23px 13px 23px 34px;
  display: flex;
}
.left {
  width: 176px;
  height: 124px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  padding-right: 18px;
}
.center {
  flex: 1;
  border-left: 2px solid #f3f3f3;
  padding: 10px 4px 0 18px;
  display: flex;
  justify-items: center;
  align-items: center;
}
.center span {
  width: 368px;
  height: 54px;
  background-image: url("../images/bg-address.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.right {
  width: 72px;
  height: 72px;
  background-image: url("../images/icon-address.png");
  background-repeat: no-repeat;
  margin-top: 34px;
}
.content {
  width: 692px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.title {
  font-size: 24px;
  color: #a6873b;
  margin-top: 41px;
  line-height: 34px;
}
.title span {
  font-weight: bold;
  font-size: 36px;
  padding-right: 11px;
}
.lobby {
  overflow: hidden;
  margin-top: 24px;
  border-radius: 20px;
}
.titleRight {
  line-height: 39px;
  color: #999999;
  font-size: 14px;
  float: right;
  text-align: right;
}
.small {
  width: 734px;
  overflow: hidden;
  margin: 24px 0 0 -21px;
  display: flex;
  flex-flow: row wrap;
}
.mrt25 {
  padding-bottom: 35px;
}
.item {
  width: 324px;
  margin: 0 21px;
  font-size: 26px;
  color: #a6873b;
}
.item a {
  display: block;
  color: #a6873b;
}
.itemImg {
  overflow: hidden;
  border-radius: 20px;
}
.itemImg img {
  width: 100%;
}
.itemTitle {
  margin-top: 18px;
}
.itemTitleEn {
  font-size: 24px;
}
.house {
  width: 100%;
  background-color: #fff;
  padding: 0 20px 30px;
  overflow: hidden;
}
.list {
  width: 692px;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-container {
  width: 100%;
}
.swiper-pagination-bullet-active {
  background-color: #a6873b;
}
.swiper-slide {
  overflow: hidden;
}
.itemArea {
  font-size: 24px;
  display: flex;
}
.area {
  flex: 1;
  font-size: 14px;
  height: 40px;
}
.areaRight {
  text-align: right;
}
.areaTitle {
  float: left;
  width: 90px;
  text-align: left;
}
.metre {
  float: left;
  width: 70px;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
}
.btn {
  height: 88px;
  overflow: hidden;
  margin: 30px auto 0;
}
.opertion {
  width: 540px;
  height: 88px;
  line-height: 34px;
  margin: 0 auto 0;
  background-color: #cbaa58;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 9px 0;
  display: none;
}
.opertion span {
  font-size: 24px;
}
