.bx-tooltip {
  display: inline-block;
  position: relative;
}
.bx-tooltip.-kift .bx-tooltip__img {
  width: 136px;
  margin: 0 auto;
  min-width: 136px;
}
.bx-tooltip.-kift .bx-tooltip__wrap {
  background-color: #ffffff;
  padding: 0;
  color: #16160e;
  bottom: 48px;
}
.bx-tooltip.-kift .bx-tooltip__link:hover, .bx-tooltip.-kift .bx-tooltip__link:focus, .bx-tooltip.-kift .bx-tooltip__link:active {
  background-color: transparent;
  color: #6b6b6b;
}
.bx-tooltip.-kift .bx-tooltip__top {
  padding: 24px 32px 16px 24px;
}
.bx-tooltip.-kift .bx-tooltip__bottom {
  padding: 32px 16px 16px;
  background-color: #fffade;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-weight: normal;
}
.bx-tooltip.-kift .bx-tooltip__bottom .bold {
  display: inline-block;
  width: 136px;
  margin: 0 16px 0 0;
  font-weight: bold;
}
.bx-tooltip.-kift .bx-tooltip__arrow::before, .bx-tooltip.-kift .bx-tooltip__arrow::after {
  background-color: #ffffff;
}
.bx-tooltip.-kift .bx-tooltip__close {
  color: #6b6b6b;
}
.bx-tooltip.-kift .bx-tooltip__close:hover, .bx-tooltip.-kift .bx-tooltip__close:focus, .bx-tooltip.-kift .bx-tooltip__close:active {
  color: #6b6b6b;
  background-color: transparent;
}
.bx-tooltip.-kift .i-arrow {
  font-weight: normal;
  display: inline;
}
.bx-tooltip.-kift .i-arrow:hover, .bx-tooltip.-kift .i-arrow:focus, .bx-tooltip.-kift .i-arrow:active {
  background-color: transparent;
}

.bx-tooltip__link {
  color: #6b6b6b;
  display: inline-block;
  position: relative;
}
.bx-tooltip__link:hover, .bx-tooltip__link:focus, .bx-tooltip__link:active {
  opacity: 0.6;
}
.bx-tooltip__link .icn-help {
  display: inline-block;
  width: 1em;
  margin-left: 0;
}

.bx-tooltip__wrap {
  color: #ffffff;
  width: calc(100vw - 40px);
  max-width: 370px;
  background-color: #6b6b6b;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 30px 16px 20px;
  position: absolute;
  left: 0;
  bottom: 38px;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}
.bx-tooltip__wrap.is-active {
  display: block;
}
.bx-tooltip__wrap[tabindex]:focus {
  outline: none;
}
.bx-tooltip__wrap .txt-link.-bottom {
  margin-top: 4px;
  text-align: center;
}
.bx-tooltip__wrap .txt-link.-bottom a {
  color: #fff;
  text-decoration: underline;
}

.bx-tooltip__inner2 {
  display: flex;
}

.bx-tooltip__img-area {
  width: 33%;
  margin-right: 16px;
}

.bx-tooltip__arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
}
.bx-tooltip__arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  background-color: #6b6b6b;
}
.bx-tooltip__arrow::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -20px;
  display: block;
  width: 40px;
  height: 16px;
  background-color: #6b6b6b;
}

.bx-tooltip__text {
  font-size: 12px;
  line-height: 1.7;
  white-space: normal;
  font-weight: normal;
  text-align: left;
}
.bx-tooltip__text:not(:first-child) {
  margin-top: 10px;
}
.bx-tooltip__text a {
  color: #ffffff;
  text-decoration: underline;
}
.bx-tooltip__text a:hover, .bx-tooltip__text a:focus, .bx-tooltip__text a:active {
  color: #ffffff;
  text-decoration: none;
}

.bx-tooltip__close {
  font-size: 16px;
  position: absolute;
  top: 11px;
  right: 11px;
  color: #c8c8c8;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.bx-tooltip__close::before {
  content: "\e025";
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.favorite-banner {
  padding: 16px;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
}

.favorite-banner__title {
  margin-bottom: 8px;
  font-size: 14px;
  text-align: center;
}

.favorite-banner__item {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.favorite-banner__item img {
  border: 1px solid #e5e5e5;
}

#wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main {
  flex: 1 0 auto;
}

#favorite {
  position: relative;
}

.favorite_tab {
  max-width: 1072px;
  margin: 16px auto 0;
}
.favorite_tab .vald-error-msg {
  display: none;
  margin: 8px 16px 24px;
  font-size: 14px;
}

.nv-tab--keeplist {
  margin-top: 40px;
}

.favorite_body {
  width: 100%;
  max-width: 1072px;
  margin: auto;
  padding-bottom: 48px;
}
.favorite_body .favorite-count {
  max-width: 1072px;
  margin: 0 auto;
  text-align: right;
  margin-bottom: 16px;
}
.favorite_body .favorite-count p {
  display: inline-block;
  background-color: #ad0003;
  color: #ffffff;
  border-radius: 4px;
  padding: 0 8px;
  font-weight: bold;
  line-height: 24px;
}
.favorite_body > .favorite_list {
  padding: 16px 16px 0 16px;
}
.favorite_body > .favorite_list > li:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.favorite_body > .favorite_list > li::after {
  content: "";
  display: block;
  clear: both;
}
.favorite_body > .favorite_list .img-box {
  width: calc(75px + 10vw);
  min-width: 100px;
  max-width: 160px;
  margin-right: 12px;
  position: relative;
  float: left;
}
.favorite_body > .favorite_list .img-box .soldflag {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding-top: 24%;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: default;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.favorite_body > .favorite_list .img-box > a {
  display: block;
  color: #1e50a2;
}
.favorite_body > .favorite_list .img-box > a:hover {
  text-decoration: underline;
}
.favorite_body > .favorite_list .img-box .img {
  width: 100%;
  border: 1px solid #c8c8c8;
}
.favorite_body > .favorite_list .summary {
  overflow: hidden;
}
.favorite_body > .favorite_list .name {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
}
.favorite_body > .favorite_list .gcf-col_price {
  margin: 0 0 8px;
}
.favorite_body > .favorite_list .cityname {
  margin-bottom: 8px;
  margin-top: 8px;
  font-size: 14px;
}
.favorite_body > .favorite_list .js-layout {
  overflow: hidden;
}
.favorite_body > .favorite_list .btn_remove-goods {
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
  font-size: 14px;
  color: #1e50a2;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
}
.favorite_body > .favorite_list .check {
  color: #3b9a2b;
  font-weight: bold;
  margin-bottom: 4px;
}
.favorite_body > .favorite_list .check::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  margin: 0 4px 0;
  border-color: #3b9a2b;
  border-width: 0 0 2px 2px;
  border-style: solid;
  color: #3b9a2b;
  position: relative;
  top: -3px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.favorite_body > .favorite_list .revert {
  padding: 0;
  border: 0;
  background: none;
  color: #6b6b6b;
  cursor: pointer;
  outline: none;
}
.favorite_body > .favorite_list .revert:hover {
  color: #ad0003;
  text-decoration: underline;
}
.favorite_body .favorite_null {
  margin: 24px 16px;
  padding: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
}

#recommendyou_division {
  border-top: 24px solid #f6f6f6;
}
#recommendyou_division:empty {
  border-top: 0;
}
#recommendyou_division .goods-container {
  margin: 0;
  padding: 16px;
  border-top: 0;
  background-color: #ffffff;
}
#recommendyou_division .goods-container::before {
  display: none;
}
#recommendyou_division .goods-container .sld__wrap.is-mobile {
  padding: 0 14px 2px 2px;
}
#recommendyou_division .goods-container .city-col_photo {
  font-family: "object-fit: cover;";
}
#recommendyou_division .goods-container .city-col_summary {
  padding: 32px 16px 16px;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .bx-tooltip.-kift .bx-tooltip__wrap {
    max-width: 528px;
  }
  .bx-tooltip.-kift .bx-tooltip__text {
    margin: 0 0 0 16px;
  }
  .bx-tooltip.-kift .bx-tooltip__top {
    display: flex;
    align-items: flex-start;
  }
  .bx-tooltip.-kift .bx-tooltip__bottom {
    padding: 24px 32px 24px 24px;
  }
  .bx-tooltip.-kift .bx-tooltip__bottom li + li {
    margin-top: 16px;
  }
  .bx-tooltip.-kift .bx-tooltip__arrow::before, .bx-tooltip.-kift .bx-tooltip__arrow::after {
    background-color: #fffade;
  }
  .bx-tooltip__wrap {
    padding: 37px 23px;
    cursor: default;
  }
  .bx-tooltip__wrap .txt-link.-bottom {
    font-size: 14px;
  }
  .bx-tooltip__text {
    font-size: 14px;
  }
  .favorite-banner {
    margin-top: 24px;
  }
  .favorite-banner__title {
    font-size: 22px;
  }
  .favorite-banner__list {
    max-width: 100%;
  }
  .favorite_tab {
    margin-bottom: 32px;
  }
  .favorite_tab .vald-error-msg {
    margin: 8px 0;
  }
  .nv-tab--keeplist {
    margin-top: 48px;
  }
  .favorite_body > .favorite_list {
    width: 1072px;
    margin: 32px auto 0;
    padding: 0;
  }
  .favorite_body > .favorite_list .img-box {
    width: 244px;
    max-width: none;
    margin-right: 32px;
  }
  .favorite_body > .favorite_list .summary {
    margin-right: 32px;
    float: left;
    text-align: left;
    width: 520px;
  }
  .favorite_body > .favorite_list .btn_remove-goods {
    font-size: 16px;
  }
  .favorite_body .favorite_null {
    width: 1072px;
    margin: 0 auto 32px;
    padding: 40px;
    box-sizing: border-box;
  }
  .bottom-content {
    margin-top: 48px;
  }
  #recommendyou_division .goods-container .sld__wrap {
    padding: 0 2px 2px;
    box-sizing: border-box;
  }
  #recommendyou_division .goods-container .sld__wrap .goods--box {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .bx-tooltip__wrap {
    max-width: 390px;
  }
  .bx-tooltip__wrap .txt-link.-bottom {
    font-size: 12px;
  }
  .favorite-banner {
    margin: 16px 16px 0;
  }
  .favorite_tab .ttl-h1--icon {
    margin: 24px 16px 0;
  }
  .favorite_body {
    padding-bottom: 16px;
  }
  .favorite_body .favorite-count {
    padding: 0 16px;
    margin-bottom: 0;
    margin-top: 16px;
  }
  .favorite_body > .favorite_list .js-layout {
    width: 63%;
    float: right;
  }
  #recommendyou_division {
    border-top-width: 16px;
  }
  #recommendyou_division .goods-container {
    overflow: visible;
  }
}
@media screen and (min-device-width: 600px) and (max-device-width: 834px) {
  .favorite_body > .favorite_list {
    padding: 32px 24px 0 24px;
  }
}
@media only screen and (min-device-width: 600px) {
  .favorite_body > .favorite_list > li:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .favorite_body > .favorite_list .name {
    font-size: 16px;
  }
}