@import 'my_root.css';
.my_favorite {
  width: 100%;
}
.my_favorite .title {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my_favorite .title .img {
  width: 26px;
}
.my_favorite .title span {
  color: var(--my-fav-title-span-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 37px;
  margin: 0px 6px;
}
@media (max-width: 750px) {
  .my_favorite .title {
    height: 6.7vw;
  }
  .my_favorite .title .img {
    width: 6vw;
  }
  .my_favorite .title span {
    font-size: 3.9vw;
    line-height: 6.7vw;
    margin: 0px 0.8vw;
  }
}
.my_favorite .top {
  width: 1720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.my_favorite .top .favorite {
  width: 100%;
}
.my_favorite .top .favorite .content {
  margin: 15px 0px 40px;
  min-height: 256px;
}
.my_favorite .top .favorite .content .none {
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.34);
  border-radius: 13px;
}
.my_favorite .top .favorite .content .none .noneimg {
  width: 82px;
  height: 122px;
}
.my_favorite .top .favorite .content .none .noneinfo {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin-top: 22px;
}
@media (max-width: 750px) {
  .my_favorite .top .favorite .content .none {
    width: calc(100% - 7vw);
    border-radius: 3.5vw;
    margin: 0px 3.5vw;
    min-height: 90vw;
  }
  .my_favorite .top .favorite .content .none .noneimg {
    width: 22.7vw;
    height: 32.5vw;
  }
  .my_favorite .top .favorite .content .none .noneinfo {
    font-size: 3.7vw;
    line-height: 5.6vw;
    margin-top: 6vw;
  }
}
@media (max-width: 1780px) {
  .my_favorite .top {
    width: 1575px;
  }
}
@media (max-width: 1635px) {
  .my_favorite .top {
    width: 1430px;
  }
}
@media (max-width: 1490px) {
  .my_favorite .top {
    width: 1285px;
  }
}
@media (max-width: 1345px) {
  .my_favorite .top {
    width: 1140px;
  }
}
@media (max-width: 1200px) {
  .my_favorite .top {
    width: 995px;
  }
}
@media (max-width: 1055px) {
  .my_favorite .top {
    width: 850px;
  }
}
@media (max-width: 910px) {
  .my_favorite .top {
    width: 705px;
  }
}
@media (max-width: 750px) {
  .my_favorite .top {
    width: 100%;
  }
  .my_favorite .top .favorite .content {
    margin: 3vw 0px 10vw;
    min-height: 40vw;
  }
}
