body {
  background-color: #f9f9f9;
}
.apartment-title-group h4 {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.apartment-title-group h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 48px;
  color: #333;
}
.apartment-title-group .line {
  margin-top: 16px;
  display: flex;
  align-items: flex-end;
}
.apartment-title-group .line .line-one {
  width: 6%;
  height: 5px;
  background-color: #B3906A;
}
.apartment-title-group .line .line-two {
  width: 94%;
  height: 1px;
  background-color: #e5e5e5;
}
.banner-bg {
  min-width: 1200px;
}
.banner-bg .pc {
  display: block;
  width: 100%;
}
.banner-bg .mobile {
  display: none;
  width: 100%;
}
.advertisement-pic img {
  position: relative;
  top: -50px;
  display: block;
  width: 100%;
}
.advertisement-pic .pc {
  display: block;
}
.advertisement-pic .mobile {
  display: none;
}
.apartment-brand {
  margin-top: 15px;
}
.apartment-brand .desc {
  margin-top: 38px;
  font-size: 20px;
  text-align: center;
  color: #333;
  line-height: 36px;
}
.apartment-brand .toggle-btn-list {
  display: flex;
  justify-content: space-between;
  padding: 50px 70px;
}
.apartment-brand .toggle-btn-list .item {
  width: 200px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px 110px;
  cursor: pointer;
}
.apartment-brand .toggle-btn-list .item.icon-1 {
  background-image: url(/static/cn/images/apartment/brand_btn_icon1.png);
}
.apartment-brand .toggle-btn-list .item.icon-2 {
  background-image: url(/static/cn/images/apartment/brand_btn_icon2.png);
}
.apartment-brand .toggle-btn-list .item.icon-3 {
  background-image: url(/static/cn/images/apartment/brand_btn_icon3.png);
}
.apartment-brand .toggle-btn-list .item.icon-4 {
  background-image: url(/static/cn/images/apartment/brand_btn_icon4.png);
}
.apartment-brand .toggle-btn-list .item:hover.icon-1,
.apartment-brand .toggle-btn-list .item.active.icon-1 {
  background-image: url(/static/cn/images/apartment/brand_btn_icon1_active.png);
}
.apartment-brand .toggle-btn-list .item:hover.icon-2,
.apartment-brand .toggle-btn-list .item.active.icon-2 {
  background-image: url(/static/cn/images/apartment/brand_btn_icon2_active.png);
}
.apartment-brand .toggle-btn-list .item:hover.icon-3,
.apartment-brand .toggle-btn-list .item.active.icon-3 {
  background-image: url(/static/cn/images/apartment/brand_btn_icon3_active.png);
}
.apartment-brand .toggle-btn-list .item:hover.icon-4,
.apartment-brand .toggle-btn-list .item.active.icon-4 {
  background-image: url(/static/cn/images/apartment/brand_btn_icon4_active.png);
}
.apartment-brand .toggle-content {
  width: 100%;
}
.apartment-brand .toggle-content .content-item {
  display: none;
  width: 100%;
}
.apartment-brand .toggle-content .content-item.show {
  display: block;
}
.apartment-brand .toggle-content .content-item .sub-title-group-pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.apartment-brand .toggle-content .content-item .sub-title-group-pc .line {
  flex: 0.5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.apartment-brand .toggle-content .content-item .sub-title-group-pc .line .line-1 {
  width: 75%;
  height: 1px;
  background-color: #D2D2D2;
}
.apartment-brand .toggle-content .content-item .sub-title-group-pc .line .line-2 {
  width: 25%;
  height: 5px;
  background-color: #CBA56B;
}
.apartment-brand .toggle-content .content-item .sub-title-group-pc .text {
  padding: 0 45px;
}
.apartment-brand .toggle-content .content-item .sub-title-group-pc .text h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #000;
}
.apartment-brand .toggle-content .content-item .sub-title-group-pc .text h4 {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.apartment-brand .toggle-content .content-item .sub-title-group-mobile {
  display: none;
}
.apartment-brand .toggle-content .content-item .swiper-container {
  margin-top: 32px;
}
.apartment-brand .toggle-content .content-item .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}
.apartment-brand .toggle-content .content-item .swiper-container .swiper-button-next,
.apartment-brand .toggle-content .content-item .swiper-container .swiper-button-prev {
  top: 48%;
  width: 48px;
  height: 67px;
  background-size: 48px 67px;
  outline: 0;
}
.apartment-brand .toggle-content .content-item .swiper-container .swiper-button-next {
  right: 20px;
  background-image: url(/static/cn/images/hotel/introduction_next_icon.png);
}
.apartment-brand .toggle-content .content-item .swiper-container .swiper-button-prev {
  left: 20px;
  background-image: url(/static/cn/images/hotel/introduction_prev_icon.png);
}
.apartment-brand .toggle-content .content-item .content .sub-title {
  margin-top: 35px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #333;
}
.apartment-brand .toggle-content .content-item .content .ul-group {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.apartment-brand .toggle-content .content-item .content .ul-group ul {
  width: 40%;
}
.apartment-brand .toggle-content .content-item .content .ul-group ul li {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  line-height: 40px;
  color: #666;
}
.apartment-brand .toggle-content .content-item .content .ul-group ul li span {
  position: absolute;
  top: -1px;
  left: 0;
}
.greenland-project {
  margin-top: 90px;
  padding-bottom: 120px;
}
.greenland-project .carousel {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  height: 500px;
}
.greenland-project .carousel .left {
  width: 888px;
}
.greenland-project .carousel .left .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}
.greenland-project .carousel .left .swiper-container .swiper-button-next,
.greenland-project .carousel .left .swiper-container .swiper-button-prev {
  top: 48%;
  width: 42px;
  height: 58px;
  background-size: 42px 58px;
  outline: 0;
}
.greenland-project .carousel .left .swiper-container .swiper-button-next {
  right: 20px;
  background-image: url(/static/cn/images/hotel/introduction_next_icon.png);
}
.greenland-project .carousel .left .swiper-container .swiper-button-prev {
  left: 20px;
  background-image: url(/static/cn/images/hotel/introduction_prev_icon.png);
}
.greenland-project .carousel .right {
  display: none;
  flex: 1;
  height: 100%;
  padding: 0 28px;
  padding-top: 70px;
  background-color: #fff;
}
.greenland-project .carousel .right.show {
  display: block;
}
.greenland-project .carousel .right .title {
  font-size: 22px;
  line-height: 32px;
  color: #333;
}
.greenland-project .carousel .right .desc {
  margin-top: 25px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.greenland-project .carousel .right .contact-box {
  display: flex;
  flex-direction: column;
  margin-top: 55px;
}
.greenland-project .carousel .right .contact-box .contact h4 {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  opacity: 0.6;
}
.greenland-project .carousel .right .contact-box .contact h2 {
  margin-top: 5px;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.greenland-project .carousel .right .contact-box .reserve-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 159px;
  height: 45px;
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 159px 45px;
  background-image: url(/static/cn/images/apartment/ljyd_btn_bg.png);
}
.greenland-project .carousel .right .contact-box .reserve-btn .reserve-qr {
  position: absolute;
  top: 45px;
  left: -19px;
  display: none;
  width: 198px;
  z-index: 100;
}
.greenland-project .carousel .right .contact-box .reserve-btn:hover .reserve-qr {
  display: block;
}
@media only screen and (max-width: 600px) {
  .apartment-title-group h4 {
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #333;
  }
  .apartment-title-group h2 {
    margin-top: 0.1rem;
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #333;
  }
  .apartment-title-group .line {
    margin-top: 0.2rem;
    display: flex;
    align-items: flex-end;
  }
  .apartment-title-group .line .line-one {
    width: 10%;
    height: 0.05rem;
    background-color: #B3906A;
  }
  .apartment-title-group .line .line-two {
    width: 90%;
    height: 1px;
    background-color: #e5e5e5;
  }
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .banner-bg {
    min-width: 100%;
  }
  .banner-bg .pc {
    display: none;
  }
  .banner-bg .mobile {
    display: block;
  }
  .advertisement-pic img {
    position: relative;
    top: -50px;
    display: block;
    width: 100%;
  }
  .advertisement-pic .pc {
    display: none;
  }
  .advertisement-pic .mobile {
    display: block;
    z-index: 50;
  }
  .apartment-brand {
    margin-top: 0rem;
  }
  .apartment-brand .desc {
    margin-top: 0.43rem;
    font-size: 0.24rem;
    text-align: center;
    color: #333;
    line-height: 0.4rem;
  }
  .apartment-brand .toggle-btn-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.46rem;
    padding-top: 0.46rem;
  }
  .apartment-brand .toggle-btn-list .item {
    width: 2.6rem;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.6rem 1.4rem;
    margin-bottom: 0.38rem;
    cursor: pointer;
  }
  .apartment-brand .toggle-btn-list .item.icon-1 {
    background-image: url(/static/cn/images/apartment/brand_btn_icon1.png);
  }
  .apartment-brand .toggle-btn-list .item.icon-2 {
    background-image: url(/static/cn/images/apartment/brand_btn_icon2.png);
  }
  .apartment-brand .toggle-btn-list .item.icon-3 {
    background-image: url(/static/cn/images/apartment/brand_btn_icon3.png);
  }
  .apartment-brand .toggle-btn-list .item.icon-4 {
    background-image: url(/static/cn/images/apartment/brand_btn_icon4.png);
  }
  .apartment-brand .toggle-btn-list .item:hover.icon-1,
  .apartment-brand .toggle-btn-list .item.active.icon-1 {
    background-image: url(/static/cn/images/apartment/brand_btn_icon1_active.png);
  }
  .apartment-brand .toggle-btn-list .item:hover.icon-2,
  .apartment-brand .toggle-btn-list .item.active.icon-2 {
    background-image: url(/static/cn/images/apartment/brand_btn_icon2_active.png);
  }
  .apartment-brand .toggle-btn-list .item:hover.icon-3,
  .apartment-brand .toggle-btn-list .item.active.icon-3 {
    background-image: url(/static/cn/images/apartment/brand_btn_icon3_active.png);
  }
  .apartment-brand .toggle-btn-list .item:hover.icon-4,
  .apartment-brand .toggle-btn-list .item.active.icon-4 {
    background-image: url(/static/cn/images/apartment/brand_btn_icon4_active.png);
  }
  .apartment-brand .toggle-content {
    width: 100%;
  }
  .apartment-brand .toggle-content .content-item {
    display: none;
    width: 100%;
  }
  .apartment-brand .toggle-content .content-item.show {
    display: block;
  }
  .apartment-brand .toggle-content .content-item .sub-title-group-pc {
    display: none;
  }
  .apartment-brand .toggle-content .content-item .sub-title-group-mobile {
    display: block;
  }
  .apartment-brand .toggle-content .content-item .sub-title-group-mobile .top-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .apartment-brand .toggle-content .content-item .sub-title-group-mobile .top-text .line {
    flex: 0.5;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .apartment-brand .toggle-content .content-item .sub-title-group-mobile .top-text .line .line-1 {
    width: 50%;
    height: 1px;
    background-color: #D2D2D2;
  }
  .apartment-brand .toggle-content .content-item .sub-title-group-mobile .top-text .line .line-2 {
    width: 50%;
    height: 0.05rem;
    background-color: #CBA56B;
  }
  .apartment-brand .toggle-content .content-item .sub-title-group-mobile .top-text .text {
    padding: 0 0.43rem;
  }
  .apartment-brand .toggle-content .content-item .sub-title-group-mobile .top-text .text h2 {
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.34rem;
    color: #000;
  }
  .apartment-brand .toggle-content .content-item .sub-title-group-mobile h4 {
    margin-top: 0.15rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.2rem;
    color: #999;
  }
  .apartment-brand .toggle-content .content-item .swiper-container {
    margin-top: 0.31rem;
  }
  .apartment-brand .toggle-content .content-item .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
  }
  .apartment-brand .toggle-content .content-item .swiper-container .swiper-button-next,
  .apartment-brand .toggle-content .content-item .swiper-container .swiper-button-prev {
    display: none;
    top: 48%;
    width: 48px;
    height: 67px;
    background-size: 48px 67px;
    outline: 0;
  }
  .apartment-brand .toggle-content .content-item .swiper-container .swiper-button-next {
    right: 20px;
    background-image: url(/static/cn/images/hotel/introduction_next_icon.png);
  }
  .apartment-brand .toggle-content .content-item .swiper-container .swiper-button-prev {
    left: 20px;
    background-image: url(/static/cn/images/hotel/introduction_prev_icon.png);
  }
  .apartment-brand .toggle-content .content-item .content .sub-title {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.36rem;
    color: #333;
  }
  .apartment-brand .toggle-content .content-item .content .ul-group {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 0.2rem;
  }
  .apartment-brand .toggle-content .content-item .content .ul-group ul {
    width: 100%;
  }
  .apartment-brand .toggle-content .content-item .content .ul-group ul li {
    position: relative;
    padding-left: 20px;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #666;
  }
  .apartment-brand .toggle-content .content-item .content .ul-group ul li span {
    position: absolute;
    top: -1px;
    left: 0;
  }
  .greenland-project {
    margin-top: 0.9rem;
    padding-bottom: 2.66rem;
  }
  .greenland-project .carousel {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 0.3rem;
    height: auto;
  }
  .greenland-project .carousel .left {
    width: 100%;
  }
  .greenland-project .carousel .left .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
  }
  .greenland-project .carousel .left .swiper-container .swiper-button-next,
  .greenland-project .carousel .left .swiper-container .swiper-button-prev {
    top: 48%;
    width: 0.5rem;
    height: 0.7rem;
    background-size: 0.5rem 0.7rem;
    outline: 0;
  }
  .greenland-project .carousel .left .swiper-container .swiper-button-next {
    right: 0.2rem;
    background-image: url(/static/cn/images/hotel/introduction_next_icon.png);
  }
  .greenland-project .carousel .left .swiper-container .swiper-button-prev {
    left: 0.2rem;
    background-image: url(/static/cn/images/hotel/introduction_prev_icon.png);
  }
  .greenland-project .carousel .right {
    flex: 1;
    width: 100%;
    height: auto;
    padding: 0 0.41rem;
    padding-top: 0.39rem;
    padding-bottom: 0.62rem;
    background-color: #fff;
  }
  .greenland-project .carousel .right .title {
    font-size: 0.3rem;
    line-height: 0.32rem;
    color: #333;
  }
  .greenland-project .carousel .right .desc {
    margin-top: 0.21rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #666;
  }
  .greenland-project .carousel .right .contact-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0.55rem;
  }
  .greenland-project .carousel .right .contact-box .contact h4 {
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #333;
    opacity: 0.6;
  }
  .greenland-project .carousel .right .contact-box .contact h2 {
    margin-top: 0.15rem;
    font-size: 0.3rem;
    line-height: 0.32rem;
    color: #333;
  }
  .greenland-project .carousel .right .contact-box .reserve-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 0.6rem;
    margin-top: 0;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.26rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2rem 0.6rem;
    background-image: url(/static/cn/images/apartment/ljyd_btn_bg.png);
  }
  .greenland-project .carousel .right .contact-box .reserve-btn .reserve-qr {
    position: absolute;
    top: 0.6rem;
    left: -0.23rem;
    display: none;
    width: 2.46rem;
    z-index: 100;
  }
  .greenland-project .carousel .right .contact-box .reserve-btn:hover .reserve-qr {
    display: block;
  }
}
