.common_title {
  display: flex;
  align-items: center;
}
.common_title .drop {
  margin-right: 20px;
}
.common_title h3 {
  color: #333;
  font-size: 34px;
}
.section1 .wrap {
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.section1 .wrap .top {
  display: flex;
  padding: 60px 0 50px;
}
.section1 .wrap .top .left {
  width: 650px;
  margin-right: 50px;
}
.section1 .wrap .top .left .img {
  padding: 5px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.section1 .wrap .top .left .img img {
  width: 100%;
}
.section1 .wrap .top .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section1 .wrap .top .right .common_title {
  margin-bottom: 30px;
}
.section1 .wrap .top .right .text {
  color: #666;
  font-size: 18px;
  text-indent: 2em;
  line-height: 1.6;
}
.section1 .wrap .top .right .apple {
  display: flex;
  align-items: center;
  justify-content: end;
}
.section1 .wrap .top .right .apple .num {
  color: #3055A5;
  font-size: 20px;
  font-weight: 700;
  margin-right: 40px;
}
.section1 .wrap .top .right .apple a {
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  position: relative;
  background: linear-gradient(90deg, #3055A5 0%, #3F80C5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1 .wrap .bottom .list {
  margin-top: 35px;
}
.section1 .wrap .bottom .list .item {
  position: relative;
  display: flex;
}
.section1 .wrap .bottom .list .item:not(:last-child) {
  margin-bottom: 30px;
}
.section1 .wrap .bottom .list .item:nth-child(2n) {
  justify-content: end;
}
.section1 .wrap .bottom .list .item:nth-child(2n) .content {
  left: 0;
  right: auto;
}
.section1 .wrap .bottom .list .item .img {
  padding: 10px;
  width: 870px;
  height: 465px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.section1 .wrap .bottom .list .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.section1 .wrap .bottom .list .item .content {
  position: absolute;
  top: 210px;
  border-radius: 10px;
  overflow: hidden;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 620px;
  padding:26px 30px 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
.section1 .wrap .bottom .list .item .content .text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
.section1 .wrap .bottom .list .item .content .text h4 {
  color: #333;
  font-size: 24px;
}
.section1 .wrap .bottom .list .item .content .text .price {
  color: #999999;
  font-size: 18px;
}
.section1 .wrap .bottom .list .item .content .text .price span {
  font-weight: 700;
  color: #3055A5;
  font-size: 30px;
}
.section1 .wrap .bottom .list .item .content .facilities .tit {
  display: flex;
  justify-content: space-between;
}
.section1 .wrap .bottom .list .item .content .facilities .tit h5 {
  color: #333;
  font-size: 16px;
  margin-bottom: 16px;
}
.section1 .wrap .bottom .list .item .content .facilities .tit .size {
  display: flex;
  align-items: center;

}
.section1 .wrap .bottom .list .item .content .facilities .tit .size .icon {
  margin-right: 10px;
}
.section1 .wrap .bottom .list .item .content .facilities .iconList {
  display: flex;
  gap: 30px;
}
.section2 {
  position: relative;
}
.section2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.section2 .bg img {
  height: 100%;
  width: 100%;
}
.section2 .wrap {
  padding: 36px 0 40px;
  width: 1400px;
  margin: 0 auto;
}
.section2 .wrap .main {
  margin-top: 38px;
  display: flex;
}
.section2 .wrap .main .left {
  width: 520px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section2 .wrap .main .left .item {
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
}
.section2 .wrap .main .left .item .icon {
  margin-right: 20px;
  width: 32px;
}
.section2 .wrap .main .right {
  flex: 1;
  margin-left: 40px;
}
.section2 .wrap .main .right .map {
  height: 100%;
  padding: 5px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.section2 .wrap .main .right .map #map {
  width: 100%;
  height: 100%;
}

.mapbox{
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #fff;
}
.mapbox .icon{
  width: 20px;
  margin-right: 10px;
}
.mapbox .text {
  font-size: 14px;
}

@media screen and (max-width: 1919px) {
  .common_title .drop{
    margin-right: 1.0416666667vw;
  }
  .common_title h3{
    font-size: 1.7708333333vw;
  }
  .section1 .wrap{
    width: 72.9166666667vw;
    padding-bottom: 2.6041666667vw;
  }
  .section1 .wrap .top{
    padding: 3.125vw 0px 2.6041666667vw;
  }
  .section1 .wrap .top .left{
    width: 33.8541666667vw;
    margin-right: 2.6041666667vw;
  }
  .section1 .wrap .top .left .img{
    padding: 0.2604166667vw;
    border-radius: 0.5208333333vw;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
  }
  .section1 .wrap .top .right .common_title{
    margin-bottom: 1.5625vw;
  }
  .section1 .wrap .top .right .text{
    font-size: 0.9375vw;
  }
  .section1 .wrap .top .right .apple .num{
    font-size: 1.0416666667vw;
    margin-right: 2.0833333333vw;
  }
  .section1 .wrap .top .right .apple a{
    width: 10.4166666667vw;
    height: 3.125vw;
    font-size: 1.0416666667vw;
    border-radius: 0.5208333333vw;
  }
  .section1 .wrap .bottom .list{
    margin-top: 1.8229166667vw;
  }
  .section1 .wrap .bottom .list .item:not(:last-child){
    margin-bottom: 1.5625vw;
  }
  .section1 .wrap .bottom .list .item .img{
    padding: 0.5208333333vw;
    width: 45.3125vw;
    height: 24.21875vw;
    border-radius: 0.5208333333vw;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
  }
  .section1 .wrap .bottom .list .item .img img{
    border-radius: 0.5208333333vw;
  }
  .section1 .wrap .bottom .list .item .content{
    top: 10.9375vw;
    border-radius: 0.5208333333vw;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
    width: 32.2916666667vw;
    padding: 1.3541666667vw 1.5625vw 1.5625vw;
  }
  .section1 .wrap .bottom .list .item .content .text{
    margin-bottom: 0.8854166667vw;
  }
  .section1 .wrap .bottom .list .item .content .text h4{
    font-size: 1.25vw;
  }
  .section1 .wrap .bottom .list .item .content .text .price{
    font-size: 0.9375vw;
  }
  .section1 .wrap .bottom .list .item .content .text .price span{
    font-size: 1.5625vw;
  }
  .section1 .wrap .bottom .list .item .content .facilities .tit h5{
    font-size: 0.8333333333vw;
    margin-bottom: 0.8333333333vw;
  }
  .section1 .wrap .bottom .list .item .content .facilities .tit .size .icon{
    margin-right: 0.5208333333vw;
  }
  .section1 .wrap .bottom .list .item .content .facilities .iconList{
    gap: 1.5625vw;
  }
  .section2 .wrap{
    padding: 1.875vw 0px 2.0833333333vw;
    width: 72.9166666667vw;
  }
  .section2 .wrap .main{
    margin-top: 1.9791666667vw;
  }
  .section2 .wrap .main .left{
    width: 27.0833333333vw;
    gap: 1.0416666667vw;
  }
  .section2 .wrap .main .left .item{
    height: 3.125vw;
    border-radius: 0.5208333333vw;
    padding: 0px 1.0416666667vw;
    font-size: 0.833333333333333333vw;
  }
  .section2 .wrap .main .left .item .icon{
    margin-right: 1.0416666667vw;
    width: 1.6666666666667vw;
  }
  .section2 .wrap .main .right{
    margin-left: 2.0833333333vw;
  }
  .section2 .wrap .main .right .map{
    padding: 0.2604166667vw;
    border-radius: 0.5208333333vw;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
  }
  .mapbox{
    padding: 0.5208333333vw 1.0416666667vw;
    border-radius: 1.5625vw;
  }
  .mapbox .icon{
    width: 1.0416666667vw;
    margin-right: 0.5208333333vw;
  }
  .mapbox .text {
    font-size: 0.729166666667vw;
  }
  .section1 .wrap .bottom .list .item .content .facilities .tit .size {
    font-size: 0.8333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section1 .wrap {
    width: 90%;
  }
  .section1 .wrap .top {
    padding: 30px 0 50px;
    display: block;
  }
  .section1 .wrap .top .left {
    width: 100%;
    border-radius: 6px;
    margin: 0 0 40px;

  }
  .section1 .wrap .top .left .img {
    padding: 10px;
    border-radius: 6px;
  }
  .common_title .drop {
    margin-right: 10px;
  }
  .common_title .drop img {
    width: 16px;
  }
  .common_title h3 {
    font-size: 20px;
  }
  .section1 .wrap .top .right .common_title {
    margin-bottom: 20px;
  }
  .section1 .wrap .top .right .text {
    font-size: 16px;
    line-height: 2;
  }
  .section1 .wrap .top .right .apple {
    margin: 20px 0 0;
  }
  .section1 .wrap .top .right .apple .num {
    font-size: 14px;
    margin-right: 20px;
  }
  .section1 .wrap .top .right .apple a {
    width: 120px;
    height: 40px;
    border-radius: 4px;
  }
  .section1 .wrap .top .right .apple a p {
    font-size: 14px;
  }
  .section1 .wrap .bottom .list {
    margin: 30px 0 0;
  }
  .section1 .wrap .bottom .list .item {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  .section1 .wrap .bottom .list .item .img {
    width: 100%;
    height: 50vw;
    padding: 10px;
    border-radius: 6px;
    box-shadow: unset;
  }
  .section1 .wrap .bottom .list .item .img img {
    border-radius: 6px;
  }
  .section1 .wrap .bottom .list .item .content {
    position: unset;
    width: 100%;
    box-shadow: unset;
    padding: 10px 10px 20px;
  }
  .section1 .wrap .bottom .list .item .content .text {
    margin-bottom: 20px;
  }
  .section1 .wrap .bottom .list .item .content .text h4 {
    font-size: 18px;
  }
  .section1 .wrap .bottom .list .item .content .text .price {
    font-size: 16px;
  }
  .section1 .wrap .bottom .list .item .content .text .price span {
    font-size: 16px;
  }
  .section1 .wrap .bottom .list .item .content .facilities .tit h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .section1 .wrap .bottom .list .item .content .facilities .tit .size {
    font-size: 14px;
  }
  .section1 .wrap .bottom .list .item .content .facilities .tit .size .icon {
    margin-right: 8px;
  }
  .section1 .wrap {
    padding: 0 0 50px;

  }
  .section1 .wrap .bottom .list .item:not(:last-child) {
    margin-bottom: 30px;
  }

  .section2 .wrap {
    width: 90%;
    padding: 60px 0;
  }
  .section2 .wrap .common_title {
    margin-bottom: 40px;
  }
  .section2 .wrap .main {
    margin: 0;
    display: block;
  }
  .section2 .wrap .main .right {
    margin: 30px 0 0;
    height: 200px;
  }
  .section2 .wrap .main .left {
    width: 100%;
    gap: 20px;
  }
  .section2 .wrap .main .left .item {
    height: 60px;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 16px;
  }
  .section2 .wrap .main .left .item .icon {
    width: 32px;
    margin-right: 15px;
  }

}
