.cont-banner {
  height: 300px;
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.cont-banner .banner {
  width: 1080px;
  margin: 0 auto;
}
.cont-banner .banner .apartment {
  width: 580px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.cont-banner .banner .apartment h2 {
  font-size: 42px;
  font-family: b;
  font-weight: 600;
  color: #333;
  line-height: 49px;
  margin-bottom: 12px;
}
.cont-banner .banner .apartment .as {
  margin-bottom: 22px;
  font-size: 18px;
  font-family: r;
  color: #666;
  line-height: 21px;
}
.cont-banner .banner .apartment .ap_a {
  width: 250px;
  height: 50px;
  background: #FFD360;
  border-radius: 56px 56px 56px 56px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont-banner .banner .apartment .ap_a span {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333;
  margin-left: 4px;
  transform: translateY(2px);
}
.cont-banner .banner .apartment .ap_a img {
  width: 20px;
  height: 20px;
}
#content {
  display: flex;
  justify-content: space-between;
}
#content .cont-l {
  width: 760px;
}
#content .cont-l .ad-box {
  margin-bottom: 16px;
}
#content .cont-l .ad-box h4 {
  font-size: 12px;
  font-family: r;
  font-weight: 500;
  color: #999;
  line-height: 14px;
  text-align: left;
  margin-bottom: 6px;
}
#content .cont-l .ad-box .ad-cont {
  width: 100%;
  min-height: 90px;
}
#content .cont-l .jd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
#content .cont-l .jd .jd_item {
  width: calc((100% - 32px) / 3);
}
#content .cont-l .jd .jd_item .jd_item_t {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
}
#content .cont-l .jd .jd_item .jd_item_t::before {
  content: '1';
  width: 42px;
  height: 42px;
  background: #ECECEC;
  opacity: 1;
  font-family: m;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 42px;
}
#content .cont-l .jd .jd_item .jd_item_t::after {
  content: '';
  width: 100%;
  height: 6px;
  background: #ECECEC;
  border-radius: 21px 21px 21px 21px;
  opacity: 1;
  position: absolute;
  top: 18px;
  z-index: -1;
}
#content .cont-l .jd .jd_item .one::before {
  content: '1';
}
#content .cont-l .jd .jd_item .two::before {
  content: '2';
}
#content .cont-l .jd .jd_item .three::before {
  content: '3';
}
#content .cont-l .jd .jd_item .jd_item_b {
  width: 100%;
  height: 152px;
  background: #FFFFFF;
  border-radius: 8px;
  opacity: 1;
  border: 1px solid #ECECEC;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .cont-l .jd .jd_item .jd_item_b img {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
}
#content .cont-l .jd .jd_item .jd_item_b span {
  font-size: 16px;
  font-family: b;
  font-weight: 500;
  color: #333;
}
#content .cont-l .jd .jd_item:nth-child(2) .jd_item_t::after {
  width: calc(100% + 36px);
}
#content .cont-l .jd_text {
  margin-bottom: 24px;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  padding: 20px;
  background: #F8F8F8;
}
#content .cont-l .state {
  margin-bottom: 24px;
}
#content .cont-l .state h3 {
  font-family: b;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont-l .state .state_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 16px;
  margin-bottom: 16px;
}
#content .cont-l .state .state_list .state_item {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 0;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
}
#content .cont-l .state .state_list .state_item img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .cont-l .state .state_list .state_item .item_r {
  width: calc(100% - 48px);
}
#content .cont-l .state .state_list .state_item .item_r h4 {
  font-family: b;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont-l .state .state_list .state_item .item_r span {
  font-family: r;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont-l .state .state_list .state_item:hover {
  background: #EEEEEE;
}
#content .cont-l .state .state_list .state_item:hover h4 {
  color: #4470F5;
}
#content .cont-l .faq {
  margin-bottom: 8px;
}
#content .cont-l .faq h3 {
  font-size: 20px;
  font-family: b;
  color: #333333;
  line-height: 23px;
  margin-bottom: 16px;
}
#content .cont-l .faq .faq_item {
  padding: 16px;
  background: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 16px;
}
#content .cont-l .faq .faq_item .faq_top {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#content .cont-l .faq .faq_item .faq_top .faq_question {
  width: calc(100% - 26px);
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
#content .cont-l .faq .faq_item .faq_top .s_down {
  width: 16px;
  height: 20px;
  transform: rotate(180deg);
}
#content .cont-l .faq .faq_item .faq_answer {
  display: none;
  font-family: r;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
#content .cont-l .faq .new_class .faq_top {
  margin-bottom: 12px;
}
#content .cont-l .faq .new_class .faq_top .s_down {
  transform: rotate(360deg);
}
#content .cont-l .faq .new_class .faq_answer {
  display: block;
}
#content .cont-r {
  width: 300px;
}
#content .cont-r .advice-title {
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
#content .cont-r .advice-title span {
  display: inline-block;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 2px solid #4470F5;
  transform: translate3d(0, 10px, 0);
}
#content .cont-r .advice-item-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .cont-r .advice-item-list .advice-item {
  background: #FFFFFF;
  border: 1px solid #ececec;
  cursor: pointer;
}
#content .cont-r .advice-item-list .advice-item .a-i-t {
  width: 100%;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont-r .advice-item-list .advice-item .a-i-t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .cont-r .advice-item-list .advice-item .title {
  margin: 10px 0;
  padding: 0 12px;
  font-size: 14px;
  font-family: b;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (any-hover: hover) {
  #content .cont-r .advice-item-list .advice-item:hover .title {
    color: #4470F5;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  .cont-banner {
    background-image: url(../images/m-banner.png);
    height: 200px;
    margin-bottom: 10px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .cont-banner .banner {
    width: 100%;
  }
  .cont-banner .banner .apartment {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cont-banner .banner .apartment h2 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 10px;
    color: #fff;
  }
  .cont-banner .banner .apartment .as {
    font-size: 18px;
    color: #fff;
  }
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .state .state_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
  #content .cont-l .jd {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .jd .jd_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #content .cont-l .jd .jd_item .jd_item_t {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0px;
  }
  #content .cont-l .jd .jd_item .jd_item_t::after {
    content: '';
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
  }
  #content .cont-l .jd .jd_item .jd_item_b {
    width: calc(100% - 54px);
    height: 152px;
  }
  #content .cont-l .jd .jd_item:nth-child(2) .jd_item_t::after {
    width: 6px;
    height: 200%;
    top: -100px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .advice-item-list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  .cont-banner {
    background-image: url(../images/m-banner.png);
    height: 200px;
    margin-bottom: 10px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .cont-banner .banner {
    width: 100%;
  }
  .cont-banner .banner .apartment {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cont-banner .banner .apartment h2 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 10px;
    color: #fff;
  }
  .cont-banner .banner .apartment .as {
    font-size: 18px;
    color: #fff;
  }
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .state .state_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  #content .cont-l .jd {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .jd .jd_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #content .cont-l .jd .jd_item .jd_item_t {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0px;
  }
  #content .cont-l .jd .jd_item .jd_item_t::after {
    content: '';
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
  }
  #content .cont-l .jd .jd_item .jd_item_b {
    width: calc(100% - 54px);
    height: 152px;
  }
  #content .cont-l .jd .jd_item:nth-child(2) .jd_item_t::after {
    width: 6px;
    height: 200%;
    top: -100px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .advice-item-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .cont-banner {
    background-image: url(../images/m-banner.png);
    height: 200px;
    margin-bottom: 10px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .cont-banner .banner {
    width: 100%;
  }
  .cont-banner .banner .apartment {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cont-banner .banner .apartment h2 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 10px;
    color: #fff;
  }
  .cont-banner .banner .apartment .as {
    font-size: 18px;
    color: #fff;
  }
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .state .state_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  #content .cont-l .jd {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .jd .jd_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #content .cont-l .jd .jd_item .jd_item_t {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0px;
  }
  #content .cont-l .jd .jd_item .jd_item_t::after {
    content: '';
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
  }
  #content .cont-l .jd .jd_item .jd_item_b {
    width: calc(100% - 54px);
    height: 152px;
  }
  #content .cont-l .jd .jd_item:nth-child(2) .jd_item_t::after {
    width: 6px;
    height: 200%;
    top: -100px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .advice-item-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .cont-banner {
    background-image: url(../images/m-banner.png);
    height: 200px;
    margin-bottom: 10px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .cont-banner .banner {
    width: 100%;
  }
  .cont-banner .banner .apartment {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cont-banner .banner .apartment h2 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 10px;
    color: #fff;
  }
  .cont-banner .banner .apartment .as {
    font-size: 18px;
    color: #fff;
  }
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .state .state_list {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
  #content .cont-l .jd {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .jd .jd_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #content .cont-l .jd .jd_item .jd_item_t {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0px;
  }
  #content .cont-l .jd .jd_item .jd_item_t::after {
    content: '';
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
  }
  #content .cont-l .jd .jd_item .jd_item_b {
    width: calc(100% - 54px);
    height: 152px;
  }
  #content .cont-l .jd .jd_item:nth-child(2) .jd_item_t::after {
    width: 6px;
    height: 200%;
    top: -100px;
  }
  #content .cont-r {
    width: 100%;
  }
}
