.clearFix {
  *zoom: 1; }

.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.after:after {
  content: "";
  display: block; }

.before::before {
  content: "";
  display: block; }

.transition-03 {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.five_star_store {
  width: 100%;
  padding: 55px 0; }
  .five_star_store .five_star_store_list {
    width: calc(100% + 23px);
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 23px); }
    .five_star_store .five_star_store_list .five_star_store_item {
      width: calc(33.33% - 23px);
      margin-right: 23px;
      display: block;
      margin-bottom: 21px;
      border: 1px solid #EEEEEE;
      box-sizing: border-box; }
      .five_star_store .five_star_store_list .five_star_store_item .image_box {
        width: 100%; }
        .five_star_store .five_star_store_list .five_star_store_item .image_box img {
          display: block;
          width: 100%; }
      .five_star_store .five_star_store_list .five_star_store_item .text_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 12px 18px 27px; }
        .five_star_store .five_star_store_list .five_star_store_item .text_box h3 {
          font-size: 20px;
          font-weight: 400;
          color: #18171D; }
        .five_star_store .five_star_store_list .five_star_store_item .text_box .text {
          display: flex;
          align-items: center; }
          .five_star_store .five_star_store_list .five_star_store_item .text_box .text .label {
            font-size: 14px;
            color: #666;
            font-weight: 400; }
          .five_star_store .five_star_store_list .five_star_store_item .text_box .text .star_box {
            display: flex;
            align-items: center; }
            .five_star_store .five_star_store_list .five_star_store_item .text_box .text .star_box .star {
              width: 17px;
              height: 17px;
              background: #eb6829;
              border-radius: 2px;
              margin-left: 3px;
              display: flex;
              align-items: center;
              justify-content: center;
              line-height: 1; }
              .five_star_store .five_star_store_list .five_star_store_item .text_box .text .star_box .star .iconfont {
                font-size: 12px;
                color: #fff; }

.five_star_store_details {
  padding: 65px 0; }
  .five_star_store_details .info_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px; }
    .five_star_store_details .info_box .five_star_store_swiper {
      width: 50%; }
      .five_star_store_details .info_box .five_star_store_swiper .swiper-wrapper .swiper-slide img {
        display: block;
        width: 100%; }
      .five_star_store_details .info_box .five_star_store_swiper .swiper-button {
        position: absolute;
        bottom: 11px;
        right: 18px;
        z-index: 3;
        display: flex; }
        .five_star_store_details .info_box .five_star_store_swiper .swiper-button .swiper-button-next,
        .five_star_store_details .info_box .five_star_store_swiper .swiper-button .swiper-button-prev {
          position: static;
          width: 49px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 2px;
          opacity: 1;
          background: none;
          background-color: rgba(0, 0, 0, 0.5);
          cursor: pointer; }
          .five_star_store_details .info_box .five_star_store_swiper .swiper-button .swiper-button-next:hover,
          .five_star_store_details .info_box .five_star_store_swiper .swiper-button .swiper-button-prev:hover {
            background-color: rgba(0, 0, 0, 0.8); }
          .five_star_store_details .info_box .five_star_store_swiper .swiper-button .swiper-button-next .iconfont,
          .five_star_store_details .info_box .five_star_store_swiper .swiper-button .swiper-button-prev .iconfont {
            font-size: 16px;
            color: #fff; }
    .five_star_store_details .info_box .five_star_store_text {
      width: 50%;
      box-sizing: border-box;
      padding-left: 36px;
      padding-top: 15px; }
      .five_star_store_details .info_box .five_star_store_text .up_star_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px; }
        .five_star_store_details .info_box .five_star_store_text .up_star_title h3 {
          font-size: 26px;
          font-weight: 400;
          color: #18171D; }
        .five_star_store_details .info_box .five_star_store_text .up_star_title .text {
          display: flex;
          align-items: center; }
          .five_star_store_details .info_box .five_star_store_text .up_star_title .text .label {
            font-size: 14px;
            color: #666;
            font-weight: 400; }
          .five_star_store_details .info_box .five_star_store_text .up_star_title .text .star_box {
            display: flex;
            align-items: center; }
            .five_star_store_details .info_box .five_star_store_text .up_star_title .text .star_box .star {
              width: 21px;
              height: 21px;
              background: #eb6829;
              border-radius: 2px;
              margin-left: 3px;
              display: flex;
              align-items: center;
              justify-content: center;
              line-height: 1; }
              .five_star_store_details .info_box .five_star_store_text .up_star_title .text .star_box .star .iconfont {
                font-size: 14px;
                color: #fff; }
      .five_star_store_details .info_box .five_star_store_text .text {
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        font-size: 14px; }
      .five_star_store_details .info_box .five_star_store_text .line {
        border: 1px solid #EEEEEE;
        height: 0;
        width: 100%;
        margin: 20px 0; }
      .five_star_store_details .info_box .five_star_store_text .store_details .store_details_title {
        font-size: 14px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 15px; }
      .five_star_store_details .info_box .five_star_store_text .store_details .store_details_box {
        display: flex;
        height: 41px;
        background-color: #F5F4F4; }
        .five_star_store_details .info_box .five_star_store_text .store_details .store_details_box .store_details_item {
          width: 33.33%;
          border-left: 1px solid #D0CFCF;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          color: #666; }
          .five_star_store_details .info_box .five_star_store_text .store_details .store_details_box .store_details_item strong {
            color: #3E66FC;
            font-weight: normal; }
          .five_star_store_details .info_box .five_star_store_text .store_details .store_details_box .store_details_item:nth-child(1) {
            border-left: 0; }
      .five_star_store_details .info_box .five_star_store_text .get_store_map {
        display: flex;
        justify-content: flex-end;
        padding-top: 17px; }
        .five_star_store_details .info_box .five_star_store_text .get_store_map .get_store_map_btn {
          width: 172px;
          height: 37px;
          background: #3E66FC;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          font-weight: 400;
          color: #FFFFFF;
          cursor: pointer; }
          .five_star_store_details .info_box .five_star_store_text .get_store_map .get_store_map_btn:hover {
            opacity: 0.8; }
  .five_star_store_details .store_manager_introduction_info .store_manager_introduction_info_box {
    display: flex; }
    .five_star_store_details .store_manager_introduction_info .store_manager_introduction_info_box .image_box {
      width: 289px; }
      .five_star_store_details .store_manager_introduction_info .store_manager_introduction_info_box .image_box img {
        width: 100%;
        display: block; }
    .five_star_store_details .store_manager_introduction_info .store_manager_introduction_info_box .text_box {
      width: calc(100% - 289px);
      background: #F5F4F4;
      padding: 40px 30px 20px 40px;
      box-sizing: border-box; }
      .five_star_store_details .store_manager_introduction_info .store_manager_introduction_info_box .text_box .name {
        display: flex;
        line-height: 1;
        align-items: flex-end;
        margin-bottom: 40px; }
        .five_star_store_details .store_manager_introduction_info .store_manager_introduction_info_box .text_box .name strong {
          font-size: 24px;
          font-weight: normal;
          color: #18171D;
          padding-right: 10px; }
        .five_star_store_details .store_manager_introduction_info .store_manager_introduction_info_box .text_box .name span {
          font-size: 14px;
          color: #666; }
      .five_star_store_details .store_manager_introduction_info .store_manager_introduction_info_box .text_box ul li {
        display: flex;
        padding-bottom: 40px;
        line-height: 2; }
        .five_star_store_details .store_manager_introduction_info .store_manager_introduction_info_box .text_box ul li .label {
          font-size: 14px;
          font-weight: bold;
          color: #333333;
          width: 80px; }
        .five_star_store_details .store_manager_introduction_info .store_manager_introduction_info_box .text_box ul li p {
          width: calc(100% - 80px);
          font-size: 14px;
          font-weight: 400;
          color: #666666; }
  .five_star_store_details .store_manager_introduction_info .reservation_store {
    padding-top: 58px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .five_star_store_details .store_manager_introduction_info .reservation_store .leftBox {
      background-color: #3E66FC;
      width: 340px;
      padding: 26px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      color: #fff; }
      .five_star_store_details .store_manager_introduction_info .reservation_store .leftBox h4 {
        text-transform: uppercase;
        font-size: 2.4rem;
        font-weight: 400; }
      .five_star_store_details .store_manager_introduction_info .reservation_store .leftBox p {
        margin: 10px 0 5px;
        font-size: 1.4rem; }
        .five_star_store_details .store_manager_introduction_info .reservation_store .leftBox p span {
          color: #D2A97E; }
      .five_star_store_details .store_manager_introduction_info .reservation_store .leftBox > span {
        text-transform: uppercase;
        color: #9CB1FE;
        line-height: 1.4;
        font-size: 1.2rem; }
    .five_star_store_details .store_manager_introduction_info .reservation_store .rightBox {
      background-image: url("../../img/bg4.jpg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: calc(100% - 340px);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 30px; }
      .five_star_store_details .store_manager_introduction_info .reservation_store .rightBox > * {
        height: 44px; }
      .five_star_store_details .store_manager_introduction_info .reservation_store .rightBox input {
        border: 1px solid #fff;
        background-color: #fff;
        padding-left: 10px;
        font-size: 1.4rem;
        color: #666;
        margin-right: 15px;
        width: 300px; }
        .five_star_store_details .store_manager_introduction_info .reservation_store .rightBox input:focus {
          border-color: #3E66FC; }
      .five_star_store_details .store_manager_introduction_info .reservation_store .rightBox button {
        width: 180px;
        background-color: #B48B62;
        font-size: 1.4rem;
        color: #fff;
        border: 1px solid #B48B62; }
        .five_star_store_details .store_manager_introduction_info .reservation_store .rightBox button:hover {
          color: #B48B62;
          background-color: transparent;
          cursor: pointer; }
  .five_star_store_details .store_designer {
    padding-top: 50px; }
    .five_star_store_details .store_designer .listWrap {
      width: calc(100% + 26px);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .five_star_store_details .store_designer .listWrap .photoListBox {
        width: calc(25% - 26px);
        margin: 0 26px 26px 0; }

/*# sourceMappingURL=five_star_store.css.map */
