#content .cont-banner {
  height: 500px;
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-bottom: 53px;
}
#content .cont-banner .banner {
  width: 1120px;
  margin: 0 auto;
}
#content .cont-banner .banner .apartment {
  width: 580px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
#content .cont-banner .banner .apartment h2 {
  margin-bottom: 12px;
  width: 670px;
  font-family: eb;
  font-weight: 500;
  font-size: 52px;
  color: #FFFFFF;
}
#content .cont-banner .banner .apartment h2 span {
  color: #F9B800;
}
#content .cont-banner .banner .apartment .as {
  width: 396px;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
#content .cont-banner .banner .apartment .ap_a {
  width: 225px;
  height: 60px;
  background: #F9B800;
  border-radius: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont-banner .banner .apartment .ap_a span {
  font-size: 18px;
  font-family: s;
  font-weight: 400;
  color: #333;
  margin-right: 8px;
}
#content .cont-banner .banner .apartment .ap_a img {
  width: 20px;
  height: 20px;
}
#content .ad {
  position: relative;
  width: 1200px;
  margin: 0 auto 32px;
}
#content .ad .ad-title {
  font-family: l;
  font-weight: 300;
  font-size: 14px;
  color: #999999;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
#content .areas h3,
#content .guides h3 {
  font-family: b;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  border-left: 6px solid #F9B800;
  padding-left: 8px;
  margin-bottom: 24px;
}
#content .areas {
  width: 1200px;
  margin: 0 auto 32px;
}
#content .areas .lb {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}
#content .areas .lb .no-swiper {
  overflow: hidden;
}
#content .areas .lb .no-swiper .swiper-wrapper .swiper-slide {
  width: 264px;
  height: 227px;
  background: #F2F2F2;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  margin-right: 24px;
}
#content .areas .lb .no-swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .areas .lb .no-swiper .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  height: 176px;
}
#content .areas .lb .no-swiper .swiper-wrapper .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
}
#content .areas .lb .no-swiper .swiper-wrapper .swiper-slide .btm {
  padding: 12px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .areas .lb .no-swiper .swiper-wrapper .swiper-slide .btm img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
#content .areas .lb .no-swiper .swiper-wrapper .swiper-slide .btm span {
  font-family: m;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
}
#content .areas .lb .no-swiper .swiper-wrapper .swiper-slide:hover .btm span {
  color: #4285F4;
  text-decoration: underline;
}
#content .areas .lb .swiper-button-prev,
#content .areas .lb .swiper-button-next {
  position: absolute;
  top: 50%;
}
#content .areas .lb .swiper-button-prev {
  left: 0;
}
#content .areas .lb .swiper-button-next {
  right: 0;
}
#content .areas .tiao {
  width: 360px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 30px;
  border: 2px solid #EEEEEE;
  font-family: s;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin: 0 auto;
  display: block;
}
#content .get-free-phone {
  width: 100%;
  background: #F5F5F5;
  margin-bottom: 32px;
}
#content .get-free-phone .cont {
  width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
}
#content .get-free-phone .cont h3 {
  font-family: b;
  font-weight: 400;
  font-size: 32px;
  color: #333333;
  text-align: center;
  margin-bottom: 32px;
}
#content .get-free-phone .cont h3 span {
  color: #4285F4;
}
#content .get-free-phone .cont .cont-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(10px, 1fr));
  grid-gap: 16px;
  margin-bottom: 24px;
}
#content .get-free-phone .cont .cont-list .cont-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .get-free-phone .cont .cont-list .cont-item .img-box {
  width: 200px;
  height: 200px;
  margin-bottom: 4px;
}
#content .get-free-phone .cont .cont-list .cont-item .img-box img {
  width: 100%;
  height: 100%;
}
#content .get-free-phone .cont .cont-list .cont-item span {
  font-family: b;
  font-weight: bold;
  font-size: 24px;
  color: #4285F4;
}
#content .get-free-phone .cont .cont-list .cont-item h4 {
  margin-bottom: 12px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
#content .get-free-phone .cont .cont-list .cont-item p {
  padding: 0 20px;
  font-family: l;
  font-weight: 300;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
#content .get-free-phone .cont .ap_a {
  width: 360px;
  height: 60px;
  background: #4285F4;
  border-radius: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#content .get-free-phone .cont .ap_a span {
  font-size: 18px;
  font-family: s;
  font-weight: 400;
  color: #fff;
  margin-right: 8px;
}
#content .get-free-phone .cont .ap_a img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
#content .guides {
  width: 1200px;
  margin: 0 auto 32px;
}
#content .guides .guides-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(10px, 1fr));
  grid-gap: 24px;
}
#content .guides .guides-list .guides-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #EEEEEE;
}
#content .guides .guides-list .guides-item img {
  width: 100%;
  height: 216px;
}
#content .guides .guides-list .guides-item .btm {
  padding: 12px 16px;
}
#content .guides .guides-list .guides-item .btm h4 {
  height: 54px;
  font-family: m;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .guides .guides-list .guides-item .btm p {
  font-family: l;
  font-weight: 300;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .guides .guides-list .guides-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
#content .guides .guides-list .guides-item:hover .btm h4 {
  color: #4285F4;
  text-decoration: underline;
}
#content .about-free-phone {
  width: 100%;
  background: linear-gradient(180deg, rgba(249, 184, 0, 0.06) 0%, rgba(249, 184, 0, 0) 100%);
}
#content .about-free-phone .cont {
  width: 1080px;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content .about-free-phone .cont h3 {
  font-family: b;
  font-weight: 400;
  font-size: 32px;
  color: #333333;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
#content .about-free-phone .cont h3 span {
  color: #F9B800;
}
#content .about-free-phone .cont h3::after {
  position: absolute;
  top: -4px;
  right: 227px;
  content: '';
  width: 68px;
  height: 68px;
  background: url('../images/tu.png') no-repeat;
  background-size: 68px;
}
#content .about-free-phone .cont .faq-list .faq_item {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 16px;
  border: 1px solid #EEEEEE;
}
#content .about-free-phone .cont .faq-list .faq_item .faq_top {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#content .about-free-phone .cont .faq-list .faq_item .faq_top .faq_question {
  width: calc(100% - 26px);
  font-family: s;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
#content .about-free-phone .cont .faq-list .faq_item .faq_top .s_down {
  width: 16px;
  height: 20px;
}
#content .about-free-phone .cont .faq-list .faq_item .faq_answer {
  font-family: r;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
#content .about-free-phone .cont .faq-list .new_class .faq_top {
  margin-bottom: 0px;
}
#content .about-free-phone .cont .faq-list .new_class .faq_top .s_down {
  transform: rotate(180deg);
}
#content .about-free-phone .cont .faq-list .new_class .faq_answer {
  display: none;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
  }
  #content .cont-banner {
    height: 300px;
    background-image: url(../images/m-banner.png);
    padding: 30px 24px;
  }
  #content .cont-banner .banner {
    width: 100%;
  }
  #content .cont-banner .banner .apartment {
    width: auto;
  }
  #content .cont-banner .banner .apartment h2 {
    width: auto;
    font-weight: 400;
    font-size: 26px;
  }
  #content .cont-banner .banner .apartment .as {
    width: auto;
    margin-bottom: 24px;
  }
  #content .ad {
    width: 100%;
  }
  #content .areas,
  #content .guides {
    padding: 0 16px;
  }
  #content .areas h3,
  #content .guides h3 {
    font-size: 20px;
  }
  #content .areas {
    width: 100%;
  }
  #content .areas .lb .no-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    grid-gap: 16px;
  }
  #content .areas .lb .no-swiper .swiper-wrapper .swiper-slide {
    width: auto;
    height: auto;
    margin-right: 0;
  }
  #content .areas .lb .no-swiper .swiper-wrapper .swiper-slide .img-box {
    height: 228px;
  }
  #content .areas .lb .swiper-button-prev,
  #content .areas .lb .swiper-button-next {
    display: none;
  }
  #content .areas .tiao {
    width: 300px;
  }
  #content .get-free-phone .cont {
    width: 100%;
    padding: 32px 16px;
  }
  #content .get-free-phone .cont h3 {
    font-size: 24px;
  }
  #content .get-free-phone .cont .cont-list .cont-item {
    justify-content: start;
  }
  #content .get-free-phone .cont .cont-list .cont-item .img-box {
    width: 103px;
    height: 103px;
    margin-bottom: 4px;
  }
  #content .get-free-phone .cont .cont-list .cont-item h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
  }
  #content .get-free-phone .cont .cont-list .cont-item p {
    display: none;
  }
  #content .get-free-phone .cont .ap_a {
    width: 300px;
  }
  #content .guides {
    width: 100%;
  }
  #content .guides .guides-list {
    grid-template-columns: repeat(3, minmax(10px, 1fr));
  }
  #content .about-free-phone .cont {
    width: 100%;
    padding: 40px 16px;
  }
  #content .about-free-phone .cont h3 {
    font-size: 24px;
  }
  #content .about-free-phone .cont h3::after {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
  }
  #content .cont-banner {
    height: 300px;
    background-image: url(../images/m-banner.png);
    padding: 30px 24px;
  }
  #content .cont-banner .banner {
    width: 100%;
  }
  #content .cont-banner .banner .apartment {
    width: auto;
  }
  #content .cont-banner .banner .apartment h2 {
    width: auto;
    font-weight: 400;
    font-size: 26px;
  }
  #content .cont-banner .banner .apartment .as {
    width: auto;
    margin-bottom: 24px;
  }
  #content .ad {
    width: 100%;
  }
  #content .areas,
  #content .guides {
    padding: 0 16px;
  }
  #content .areas h3,
  #content .guides h3 {
    font-size: 20px;
  }
  #content .areas {
    width: 100%;
  }
  #content .areas .lb .no-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    grid-gap: 16px;
  }
  #content .areas .lb .no-swiper .swiper-wrapper .swiper-slide {
    width: auto;
    height: auto;
    margin-right: 0;
  }
  #content .areas .lb .no-swiper .swiper-wrapper .swiper-slide .img-box {
    height: 228px;
  }
  #content .areas .lb .swiper-button-prev,
  #content .areas .lb .swiper-button-next {
    display: none;
  }
  #content .areas .tiao {
    width: 300px;
  }
  #content .get-free-phone .cont {
    width: 100%;
    padding: 32px 16px;
  }
  #content .get-free-phone .cont h3 {
    font-size: 24px;
  }
  #content .get-free-phone .cont .cont-list .cont-item {
    justify-content: start;
  }
  #content .get-free-phone .cont .cont-list .cont-item .img-box {
    width: 103px;
    height: 103px;
    margin-bottom: 4px;
  }
  #content .get-free-phone .cont .cont-list .cont-item h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
  }
  #content .get-free-phone .cont .cont-list .cont-item p {
    display: none;
  }
  #content .get-free-phone .cont .ap_a {
    width: 300px;
  }
  #content .guides {
    width: 100%;
  }
  #content .guides .guides-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  #content .about-free-phone .cont {
    width: 100%;
    padding: 40px 16px;
  }
  #content .about-free-phone .cont h3 {
    font-size: 24px;
  }
  #content .about-free-phone .cont h3::after {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
  }
  #content .cont-banner {
    height: 300px;
    background-image: url(../images/m-banner.png);
    padding: 30px 24px;
  }
  #content .cont-banner .banner {
    width: 100%;
  }
  #content .cont-banner .banner .apartment {
    width: auto;
  }
  #content .cont-banner .banner .apartment h2 {
    width: auto;
    font-weight: 400;
    font-size: 26px;
  }
  #content .cont-banner .banner .apartment .as {
    width: auto;
    margin-bottom: 24px;
  }
  #content .ad {
    width: 100%;
  }
  #content .areas,
  #content .guides {
    padding: 0 16px;
  }
  #content .areas h3,
  #content .guides h3 {
    font-size: 20px;
  }
  #content .areas {
    width: 100%;
  }
  #content .areas .lb .no-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    grid-gap: 16px;
  }
  #content .areas .lb .no-swiper .swiper-wrapper .swiper-slide {
    width: auto;
    height: auto;
    margin-right: 0;
  }
  #content .areas .lb .no-swiper .swiper-wrapper .swiper-slide .img-box {
    height: 228px;
  }
  #content .areas .lb .swiper-button-prev,
  #content .areas .lb .swiper-button-next {
    display: none;
  }
  #content .areas .tiao {
    width: 300px;
  }
  #content .get-free-phone .cont {
    width: 100%;
    padding: 32px 16px;
  }
  #content .get-free-phone .cont h3 {
    font-size: 24px;
  }
  #content .get-free-phone .cont .cont-list .cont-item {
    justify-content: start;
  }
  #content .get-free-phone .cont .cont-list .cont-item .img-box {
    width: 103px;
    height: 103px;
    margin-bottom: 4px;
  }
  #content .get-free-phone .cont .cont-list .cont-item h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
  }
  #content .get-free-phone .cont .cont-list .cont-item p {
    display: none;
  }
  #content .get-free-phone .cont .ap_a {
    width: 300px;
  }
  #content .guides {
    width: 100%;
  }
  #content .guides .guides-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  #content .about-free-phone .cont {
    width: 100%;
    padding: 40px 16px;
  }
  #content .about-free-phone .cont h3 {
    font-size: 24px;
  }
  #content .about-free-phone .cont h3::after {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
  }
  #content .cont-banner {
    height: 300px;
    background-image: url(../images/m-banner.png);
    padding: 30px 24px;
  }
  #content .cont-banner .banner {
    width: 100%;
  }
  #content .cont-banner .banner .apartment {
    width: auto;
  }
  #content .cont-banner .banner .apartment h2 {
    width: auto;
    font-weight: 400;
    font-size: 26px;
  }
  #content .cont-banner .banner .apartment .as {
    width: auto;
    margin-bottom: 24px;
  }
  #content .ad {
    width: 100%;
  }
  #content .areas,
  #content .guides {
    padding: 0 16px;
  }
  #content .areas h3,
  #content .guides h3 {
    font-size: 20px;
  }
  #content .areas {
    width: 100%;
  }
  #content .areas .lb .no-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    grid-gap: 16px;
  }
  #content .areas .lb .no-swiper .swiper-wrapper .swiper-slide {
    width: auto;
    height: auto;
    margin-right: 0;
  }
  #content .areas .lb .no-swiper .swiper-wrapper .swiper-slide .img-box {
    height: 228px;
  }
  #content .areas .lb .swiper-button-prev,
  #content .areas .lb .swiper-button-next {
    display: none;
  }
  #content .areas .tiao {
    width: 300px;
  }
  #content .get-free-phone .cont {
    width: 100%;
    padding: 32px 16px;
  }
  #content .get-free-phone .cont h3 {
    font-size: 24px;
  }
  #content .get-free-phone .cont .cont-list .cont-item {
    justify-content: start;
  }
  #content .get-free-phone .cont .cont-list .cont-item .img-box {
    width: 103px;
    height: 103px;
    margin-bottom: 4px;
  }
  #content .get-free-phone .cont .cont-list .cont-item h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
  }
  #content .get-free-phone .cont .cont-list .cont-item p {
    display: none;
  }
  #content .get-free-phone .cont .ap_a {
    width: 300px;
  }
  #content .guides {
    width: 100%;
  }
  #content .guides .guides-list {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
  #content .about-free-phone .cont {
    width: 100%;
    padding: 40px 16px;
  }
  #content .about-free-phone .cont h3 {
    font-size: 24px;
  }
  #content .about-free-phone .cont h3::after {
    display: none;
  }
}
