@charset "UTF-8";
html {
  -ms-overflow-style: none; }

::-webkit-scrollbar {
  display: none; }

a {
  text-decoration: none; }

.img_b {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/*清除浮动代码*/
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0; }

.clearfloat {
  zoom: 1; }

.content {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .content .back_btn {
    width: 251px;
    height: 94px;
    position: absolute;
    top: 20px;
    left: 30px; }
    .content .back_btn img {
      width: 100%;
      height: 100%; }

.shade_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  background-color: rgba(0, 0, 0, 0.7); }
  .shade_box .content_box {
    width: 1341px;
    height: 934px;
    margin: 0 auto;
    position: relative;
    top: 72px;
    background-color: #fff;
    padding: 50px 100px;
    padding-bottom: 0; }
    .shade_box .content_box .shop_list .shop_item {
      display: flex;
      padding: 30px 30px;
      border-bottom: solid 1px #e5e5e5;
      justify-content: space-between; }
      .shade_box .content_box .shop_list .shop_item .left {
        display: flex; }
        .shade_box .content_box .shop_list .shop_item .left .item_img {
          width: 145px;
          height: 128px;
          border-radius: 8px; }
          .shade_box .content_box .shop_list .shop_item .left .item_img img {
            width: 100%;
            height: 100%;
            border-radius: 8px; }
        .shade_box .content_box .shop_list .shop_item .left .item_detail {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          margin-left: 35px; }
          .shade_box .content_box .shop_list .shop_item .left .item_detail .id_name {
            color: #212121;
            font-size: 28px; }
          .shade_box .content_box .shop_list .shop_item .left .item_detail .id_b {
            display: flex; }
            .shade_box .content_box .shop_list .shop_item .left .item_detail .id_b .item_tag {
              display: flex;
              align-items: center;
              color: #59b698; }
              .shade_box .content_box .shop_list .shop_item .left .item_detail .id_b .item_tag:first-child {
                margin-right: 160px; }
              .shade_box .content_box .shop_list .shop_item .left .item_detail .id_b .item_tag .item_text {
                font-size: 24px;
                margin-left: 10px; }
          .shade_box .content_box .shop_list .shop_item .left .item_detail .bed_type .item_tag {
            color: #666666;
            margin-right: 20px !important; }
          .shade_box .content_box .shop_list .shop_item .left .item_detail .bed_type .item_text {
            margin-left: 0 !important; }
      .shade_box .content_box .shop_list .shop_item .item_price {
        color: #ff704c;
        font-size: 36px;
        font-weight: bold;
        display: flex;
        align-items: center; }
        .shade_box .content_box .shop_list .shop_item .item_price .red {
          font-size: 25px;
          margin-top: 10px; }
      .shade_box .content_box .shop_list .shop_item:last-child {
        border-bottom: 0; }
    .shade_box .content_box .line {
      height: 50px;
      width: 100%;
      background-color: #eeeeee;
      display: flex;
      padding-left: 30px;
      align-items: center;
      font-size: 22px;
      margin-top: 30px; }
    .shade_box .content_box .top {
      display: flex; }
      .shade_box .content_box .top .shop_item {
        margin-left: 33px; }
        .shade_box .content_box .top .shop_item .item_title {
          font-size: 32px;
          color: #333333;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          width: 700px; }
        .shade_box .content_box .top .shop_item .item_i {
          color: #666666;
          font-size: 22px;
          margin-top: 30px;
          display: -webkit-box;
          overflow: hidden;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          min-height: 90px; }
        .shade_box .content_box .top .shop_item .ewm {
          display: flex;
          margin-top: 60px;
          align-items: flex-end; }
          .shade_box .content_box .top .shop_item .ewm .ewm_img {
            width: 120px;
            height: 120px; }
          .shade_box .content_box .top .shop_item .ewm img {
            width: 100%;
            height: 100%; }
          .shade_box .content_box .top .shop_item .ewm .ewm_text {
            color: #666666;
            font-size: 22px;
            margin-left: 10px; }
        .shade_box .content_box .top .shop_item .price {
          font-size: 22px;
          color: #333333;
          margin-top: 20px;
          display: flex;
          align-items: baseline;
          justify-content: flex-start; }
          .shade_box .content_box .top .shop_item .price .red {
            color: #ff6f28;
            font-size: 26px;
            margin-right: 3px; }
    .shade_box .content_box .swiper-container {
      width: 100%;
      height: 300px; }
    .shade_box .content_box .swiper-slide {
      background-size: cover;
      background-position: center; }
    .shade_box .content_box .gallery-top {
      height: 324px;
      width: 503px; }
    .shade_box .content_box .gallery-thumbs {
      height: 80px;
      width: 503px;
      box-sizing: border-box;
      padding: 3px 0; }
    .shade_box .content_box .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4; }
    .shade_box .content_box .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1; }
    .shade_box .content_box .closeBtn {
      width: 72px;
      height: 72px;
      position: absolute;
      top: 0px;
      right: -80px; }

.swiper-container-dzsw {
  width: 100%;
  overflow: inherit !important;
  top: 60px; }
  .swiper-container-dzsw .swiper-pagination {
    font-size: 30px;
    color: #333333;
    bottom: -90px;
    font-weight: bold; }
  .swiper-container-dzsw .swiper-button-next {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    top: 340px;
    right: 100px;
    border: none; }
  .swiper-container-dzsw .swiper-button-prev {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    top: 340px;
    left: 100px;
    border: none; }

.remark-text {
  padding: 20px;
  box-sizing: border-box; }

/*# sourceMappingURL=common.css.map */
