.cir1 {
  width: 11.08rem;
  height: 11.08rem;
  background: #571fb4;
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  position: absolute;
  top: 2.69rem;
  left: -4.7rem;
  z-index: -1;
}

.cir2 {
  width: 11.08rem;
  height: 11.08rem;
  background: #571fb4;
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  position: absolute;
  bottom: 4.38rem;
  right: -3rem;
  z-index: -1;
}

@media (min-width: 1921px) {
  .cir1 {
    left: calc((100vw - 19.2rem) / 2 - 4.7rem);
  }
  .cir2 {
    right: calc((100vw - 19.2rem) / 2 - 3rem);
  }
}
.content {
  margin-top: 0.74rem;
}
.content .banner_box {
  width: 100%;
  height: 7rem;
}
.content .banner_box .banner_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1921px) {
  .content .banner_box {
    width: 19.2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .content .banner_box {
    height: 14rem;
  }
}
.content .store_box .title {
  width: 12.4rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0.36rem;
  font-family: "NotoSansHans-Bold";
  display: inline-block;
  color: transparent;
  background: linear-gradient(45deg, #7854fd, #d767fe, #fc0ce9);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.5;
  padding: 0.37rem 0;
  position: relative;
}
.content .store_box .title .store_btn {
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content .store_box .line {
  width: 100%;
  height: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(113, 73, 237, 0)), color-stop(rgb(113, 73, 237)), color-stop(rgb(226, 105, 254)), color-stop(rgb(173, 0, 146)), to(rgba(173, 0, 146, 0)));
  background: linear-gradient(90deg, rgba(113, 73, 237, 0), rgb(113, 73, 237), rgb(226, 105, 254), rgb(173, 0, 146), rgba(173, 0, 146, 0));
}
.content .store_box .phone_btn {
  display: none;
}
.content .store_box .info_box {
  width: 12.4rem;
  margin: 0.4rem 0;
  height: 1.4rem;
}
.content .store_box .info_box .info_item {
  height: 100%;
  position: relative;
}
.content .store_box .info_box .info_item:nth-of-type(2)::before {
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(45deg, #7854fd, #d767fe, #fc0ce9);
  position: absolute;
  top: 0;
  left: 0;
}
.content .store_box .info_box .info_item:nth-of-type(2)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(45deg, #7854fd, #d767fe, #fc0ce9);
  position: absolute;
  top: 0;
  right: 0;
}
.content .store_box .info_box .info_item .addre {
  font-size: 0.15rem;
  line-height: 0.3rem;
  color: #fff;
}
.content .store_box .info_box .info_item .addre img {
  height: 0.2rem;
  margin-right: 0.15rem;
  margin-top: 0.05rem;
}
.content .store_box .info_box .info_item .tell {
  font-size: 0.11rem;
  line-height: 0.22rem;
  color: #fff;
  margin-top: 0.1rem;
}
.content .store_box .info_box .info_item .tell img {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.1rem;
}
.content .store_box .info_box .info_item .list {
  width: 100%;
  gap: 0.24rem 0;
}
.content .store_box .info_box .info_item .list .item {
  width: 25%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0.15rem;
  border-right: 0.01rem solid rgba(241, 241, 241, 0.3);
}
.content .store_box .info_box .info_item .list .item:nth-of-type(4n) {
  border-right: none;
}
.content .store_box .info_box .info_item .list .item img {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.05rem;
}
.content .store_box .info_box .info_item .list .item div {
  width: calc(100% - 0.25rem);
  font-size: 0.1rem;
  font-family: "Rubik-Regular";
  color: rgb(227, 227, 227);
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.content .store_box .info_box .info_item .room_types {
  width: 100%;
  gap: 0.24rem 0;
}
.content .store_box .info_box .info_item .room_types .type {
  width: 33.33%;
}
.content .store_box .info_box .info_item .room_types .type img {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.06rem;
}
.content .store_box .info_box .info_item .room_types .type div {
  font-size: 0.12rem;
  color: rgb(217, 217, 217);
  font-family: "NotoSansHans-Regular";
}
.content .store_box .info_box .info_item1 {
  padding-left: 0px;
  padding-right: 0.2rem;
  width: 30%;
}
.content .store_box .info_box .info_item2 {
  padding: 0 0.15rem;
  width: 40%;
}
.content .store_box .info_box .info_item3 {
  padding: 0 0.5rem;
  width: 30%;
}
.content .store_box .map_box {
  padding: 0 0 1.35rem;
}
.content .store_box .map_box img {
  width: 11.86rem;
  height: 9.36rem;
  cursor: pointer;
}
.content .store_box .address {
  width: 7.44rem;
  margin: 0 auto;
  font-size: 0.16rem;
  color: #fff;
  font-family: "NotoSansHans-Regular";
  text-align: center;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem 0;
}
.content .store_box .store_btn {
  width: 2.21rem;
  height: 0.64rem;
  position: relative;
  margin-top: 0.7rem;
  cursor: pointer;
}
.content .store_box .store_btn img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .store_box .store_btn div {
  font-size: 0.24rem;
  color: #fff;
  font-family: "NotoSansHans-Medium";
  position: relative;
}
.content .store_box .store_list {
  margin-top: 1.33rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.79rem 0.63rem;
}
.content .store_box .store_list .item {
  padding: 0.4rem 0.3rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.08)), to(rgba(217, 217, 217, 0.04)));
  background: linear-gradient(rgba(255, 255, 255, 0.08), rgba(217, 217, 217, 0.04));
  border-radius: 0.1rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.2);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .store_box .store_list .item .img_box {
  width: 100%;
  height: 5.63rem;
}
.content .store_box .store_list .item .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.1rem;
}
.content .store_box .store_list .item .item_bottom {
  width: 100%;
  height: 1.7rem;
  overflow: hidden;
  position: relative;
}
.content .store_box .store_list .item .item_title {
  font-size: 0.24rem;
  color: #fff;
  font-family: "NotoSansHans-Medium";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .store_box .store_list .item .item_detail {
  height: 100%;
  position: absolute;
  bottom: -100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .store_box .store_list .item .item_detail .detail_con p {
  font-size: 0.16rem;
  color: #fff;
  font-family: "NotoSansHans-Regular";
  text-align: center;
}
.content .store_box .store_list .item .item_detail .more_btn {
  font-size: 0.16rem;
  color: #fff;
  font-family: "NotoSansHans-Regular";
  margin-top: 0.1rem;
  position: relative;
}
.content .store_box .store_list .item .item_detail .more_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .store_box .store_list .item .item_detail .more_btn:hover::after {
  width: 100%;
}
.content .store_box .store_list .item:hover {
  background: linear-gradient(45deg, rgba(173, 0, 146, 0.3), rgba(226, 105, 254, 0.3), rgba(97, 67, 243, 0.3));
}
.content .store_box .store_list .item:hover .item_title {
  opacity: 0;
  top: -100%;
}
.content .store_box .store_list .item:hover .item_detail {
  opacity: 1;
  bottom: 0;
}
.content .store_box .store_banner {
  width: 100vw;
  height: 6.5rem;
  margin-top: 0.51rem;
}
.content .store_box .store_banner .swiper {
  width: 12rem;
  height: 6rem;
  overflow: visible;
}
.content .store_box .store_banner .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .store_box .store_banner .swiper .swiper-wrapper .swiper-slide {
  width: 12rem;
  height: 5.4rem;
  border-radius: 0.1rem;
  position: relative;
}
.content .store_box .store_banner .swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.33);
  position: absolute;
  top: 0;
  left: 0;
}
.content .store_box .store_banner .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .store_box .store_banner .swiper .swiper-wrapper .swiper-active {
  width: 12rem !important;
  height: 100%;
  position: relative;
}
.content .store_box .store_banner .swiper .swiper-wrapper .swiper-active::after {
  display: none;
}
.content .store_box .store_banner .swiper .page_box {
  width: 100%;
  gap: 0 0.13rem;
  margin-top: 0.29rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .store_box .store_banner .swiper .page_box .page_item {
  width: 0.5rem;
  height: 0.06rem;
  background: rgb(196, 196, 196);
  text-align: center;
  cursor: pointer;
}
.content .store_box .store_banner .swiper .page_box .page_active {
  background: linear-gradient(45deg, #7854fd, #d767fe, #fc0ce9);
}
@media (min-width: 1921px) {
  .content .store_box .store_banner {
    width: 19.2rem;
    overflow: hidden;
  }
}
@media (max-width: 1240px) {
  .content .store_box .title,
  .content .store_box .addr,
  .content .store_box .sub_title,
  .content .store_box .info_box {
    width: 85%;
  }
  .content .store_box .info_box {
    margin: 0.4rem 0;
    height: auto;
  }
  .content .store_box .info_box .info_item {
    width: 33.33%;
    height: 100%;
    padding: 0 0.2rem;
  }
  .content .store_box .info_box .info_item .addre {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
  }
  .content .store_box .info_box .info_item .addre img {
    height: 0.27rem;
    margin-right: 0.1rem;
    margin-top: 0.05rem;
  }
  .content .store_box .info_box .info_item .tell {
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #fff;
    margin-top: 0.1rem;
  }
  .content .store_box .info_box .info_item .tell img {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.1rem;
  }
  .content .store_box .info_box .info_item .list {
    width: 100%;
    gap: 0.24rem 0;
  }
  .content .store_box .info_box .info_item .list .item {
    width: 33.3%;
    border-right: 0.01rem solid rgba(241, 241, 241, 0.3);
  }
  .content .store_box .info_box .info_item .list .item:nth-of-type(4n) {
    border-right: 0.01rem solid rgba(241, 241, 241, 0.3);
  }
  .content .store_box .info_box .info_item .list .item:nth-of-type(3n) {
    border-right: none;
  }
  .content .store_box .info_box .info_item .list .item img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.06rem;
  }
  .content .store_box .info_box .info_item .list .item div {
    font-size: 0.2rem;
    font-family: "Rubik-Regular";
    color: rgb(227, 227, 227);
  }
  .content .store_box .info_box .info_item .room_types {
    width: 100%;
    gap: 0.24rem 0;
  }
  .content .store_box .info_box .info_item .room_types .type img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.06rem;
  }
  .content .store_box .info_box .info_item .room_types .type div {
    font-size: 0.2rem;
    color: rgb(217, 217, 217);
    font-family: "NotoSansHans-Regular";
  }
  .content .store_box .address {
    width: 51%;
    font-size: 0.24rem;
  }
}
@media (max-width: 767px) {
  .content .store_box .title {
    font-size: 0.72rem;
  }
  .content .store_box .info_box {
    margin: 0.4rem 0;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .store_box .info_box .info_item {
    width: 33.33%;
    height: 100%;
    padding: 0 0.2rem;
  }
  .content .store_box .info_box .info_item .addre {
    font-size: 0.4rem;
    line-height: 1.5;
    color: #fff;
  }
  .content .store_box .info_box .info_item .addre img {
    height: 0.54rem;
    margin-right: 0.2rem;
    margin-top: 0rem;
  }
  .content .store_box .info_box .info_item .tell {
    font-size: 0.4rem;
    line-height: 2;
    color: #fff;
    margin-top: 0.1rem;
  }
  .content .store_box .info_box .info_item .tell img {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.1rem;
  }
  .content .store_box .info_box .info_item .list {
    width: 100%;
    gap: 0.48rem 0;
    margin: 0.5rem 0;
  }
  .content .store_box .info_box .info_item .list .item {
    width: 33.3%;
    border-right: 0.01rem solid rgba(241, 241, 241, 0.3);
    padding: 0 0.25rem;
  }
  .content .store_box .info_box .info_item .list .item:nth-of-type(4n) {
    border-right: 0.01rem solid rgba(241, 241, 241, 0.3);
  }
  .content .store_box .info_box .info_item .list .item:nth-of-type(3n) {
    border-right: none;
  }
  .content .store_box .info_box .info_item .list .item img {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.12rem;
  }
  .content .store_box .info_box .info_item .list .item div {
    font-size: 0.4rem;
  }
  .content .store_box .info_box .info_item .room_types {
    width: 100%;
    gap: 0.48rem 0;
    margin: 0.5rem 0;
  }
  .content .store_box .info_box .info_item .room_types .type img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.12rem;
  }
  .content .store_box .info_box .info_item .room_types .type div {
    font-size: 0.4rem;
  }
  .content .store_box .address {
    font-size: 0.32rem;
    width: 85%;
  }
}
@media (max-width: 576px) {
  .content .store_box .title .store_btn {
    display: none;
  }
  .content .store_box .phone_btn {
    display: block;
  }
  .content .store_box .phone_btn .store_btn {
    margin: 0.7rem 0;
  }
  .content .store_box .info_box {
    margin: 0.4rem 0;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .store_box .info_box::before {
    display: none;
  }
  .content .store_box .info_box::after {
    display: none;
  }
  .content .store_box .info_box .info_item {
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.2rem;
  }
  .content .store_box .info_box .info_item:nth-of-type(2)::before {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, #7854fd, #d767fe, #fc0ce9);
    position: absolute;
    top: 0;
    left: 0;
  }
  .content .store_box .info_box .info_item:nth-of-type(2)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, #7854fd, #d767fe, #fc0ce9);
    position: absolute;
    top: 100%;
    right: 0;
  }
  .content .store_box .info_box .info_item .addre {
    font-size: 0.4rem;
    line-height: 1.5;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content .store_box .info_box .info_item .addre img {
    height: 0.54rem;
    margin-right: 0.2rem;
    margin-top: 0rem;
  }
  .content .store_box .info_box .info_item .tell {
    font-size: 0.4rem;
    line-height: 2;
    color: #fff;
    margin-top: 0.1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content .store_box .info_box .info_item .tell img {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.1rem;
  }
  .content .store_box .info_box .info_item .list {
    width: 100%;
    gap: 0.48rem 0;
    margin: 0.5rem 0;
  }
  .content .store_box .info_box .info_item .list .item {
    width: 33.3%;
    border-right: 0.01rem solid rgba(241, 241, 241, 0.3);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content .store_box .info_box .info_item .list .item:nth-of-type(4n) {
    border-right: 0.01rem solid rgba(241, 241, 241, 0.3);
  }
  .content .store_box .info_box .info_item .list .item:nth-of-type(3n) {
    border-right: none;
  }
  .content .store_box .info_box .info_item .list .item img {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.12rem;
  }
  .content .store_box .info_box .info_item .list .item div {
    font-size: 0.4rem;
  }
  .content .store_box .info_box .info_item .room_types {
    width: 100%;
    gap: 0.48rem 0;
    margin: 0.5rem 0;
  }
  .content .store_box .info_box .info_item .room_types .type img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.12rem;
  }
  .content .store_box .info_box .info_item .room_types .type div {
    font-size: 0.4rem;
  }
}
.content .img_preview_box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .img_preview_box .img_content {
  width: 100%;
  height: 100%;
  position: relative;
}
.content .img_preview_box .img_content .preview_box {
  width: 80%;
  padding: 1.32rem 0.9rem;
  background: linear-gradient(30deg, #4b4176, #8d4280);
  border-radius: 0.1rem;
  position: relative;
}
.content .img_preview_box .img_content .preview_box .swiper {
  width: calc(100% - 1.5rem);
}
.content .img_preview_box .img_content .preview_box .swiper .swiper-wrapper .swiper-slide {
  height: 4.5rem;
}
.content .img_preview_box .img_content .preview_box .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.1rem;
}
.content .img_preview_box .img_content .preview_box .swiper-button-prev,
.content .img_preview_box .img_content .preview_box .swiper-button-next {
  width: 0.16rem;
  height: 0.35rem;
}
.content .img_preview_box .img_content .preview_box .swiper-button-prev::after,
.content .img_preview_box .img_content .preview_box .swiper-button-next::after {
  display: none;
}
.content .img_preview_box .img_content .preview_box .swiper-button-prev img,
.content .img_preview_box .img_content .preview_box .swiper-button-next img {
  width: 100%;
  height: 100%;
}
.content .img_preview_box .img_content .preview_box .swiper-button-prev {
  left: 0.9rem;
}
.content .img_preview_box .img_content .preview_box .swiper-button-next {
  right: 0.9rem;
}
@media (min-width: 1921px) {
  .content .img_preview_box .img_content {
    width: 19.2rem;
    margin: 0 auto;
  }
}
@media (max-width: 1600px) {
  .content .img_preview_box .img_content .preview_box {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .content .img_preview_box .img_content .preview_box .swiper .swiper-wrapper .swiper-slide {
    height: 9rem;
  }
}
@media (max-width: 576px) {
  .content .img_preview_box .img_content .preview_box .swiper {
    width: calc(100% - 0.9rem);
  }
  .content .img_preview_box .img_content .preview_box .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .content .img_preview_box .img_content .preview_box .swiper-button-prev,
  .content .img_preview_box .img_content .preview_box .swiper-button-next {
    width: 0.32rem;
    height: 0.7rem;
  }
  .content .img_preview_box .img_content .preview_box .swiper-button-prev::after,
  .content .img_preview_box .img_content .preview_box .swiper-button-next::after {
    display: none;
  }
  .content .img_preview_box .img_content .preview_box .swiper-button-prev img,
  .content .img_preview_box .img_content .preview_box .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .content .img_preview_box .img_content .preview_box .swiper-button-prev {
    top: 60%;
    left: 0.45rem;
  }
  .content .img_preview_box .img_content .preview_box .swiper-button-next {
    top: 60%;
    right: 0.45rem;
  }
}
.content .img_box_show {
  display: block;
}

.map_preview_box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgb(0, 0, 0);
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.map_preview_box img {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.map_preview_show {
  display: block;
}

@media (max-width: 768px) {
  .content {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .content {
    margin-top: 2rem;
  }
}