.page-play-list-mobile {
  background-color: #e6e6e8;
  position: relative;
}
.page-play-list-mobile .drawer-btn {
  width: 121.5px;
  height: 44px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(15, 41, 77, 0.12);
          box-shadow: 0 4px 10px 0 rgba(15, 41, 77, 0.12);
  border-radius: 50px 0 0 50px;
  position: fixed;
  bottom: 24px;
  right: 0;
  font-size: 18px;
  color: #0f294d;
  letter-spacing: 0;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 8px 10px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
.page-play-list-mobile .drawer-btn .drawer-btn-txt {
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-play-list-mobile .drawer-catalog {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 242px;
  padding: 12px;
  background: #fff;
}
.page-play-list-mobile .drawer-catalog .drawer-catalog-content {
  border-radius: 1px;
  background: #fff;
}
.page-play-list-mobile .drawer-catalog .drawer-catalog-content .drawer-catalog-title {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: left;
  line-height: 26px;
  font-weight: 700;
}
.page-play-list-mobile .drawer-catalog .drawer-catalog-content .line {
  height: 1px;
  background: #e4e4e4;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.page-play-list-mobile .drawer-catalog .drawer-catalog-content .drawer-catalog-list {
  padding-top: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-play-list-mobile .drawer-catalog .drawer-catalog-content .drawer-catalog-list .ant-anchor-wrapper {
  margin-left: 0;
  padding-left: 0;
  max-height: 100% !important;
}
.page-play-list-mobile .drawer-catalog .drawer-catalog-content .drawer-catalog-list .ant-anchor {
  padding-left: 0;
}
.page-play-list-mobile .drawer-catalog .drawer-catalog-content .drawer-catalog-list .ant-anchor-ink {
  display: none;
}
.page-play-list-mobile .drawer-catalog .drawer-catalog-content .drawer-catalog-list .list-item {
  display: block;
  margin-bottom: 6px;
  padding: 0 0 0 19px;
}
.page-play-list-mobile .drawer-catalog .drawer-catalog-content .drawer-catalog-list a {
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}
.page-play-list-mobile .drawer-catalog .drawer-catalog-content .drawer-catalog-list .active {
  position: relative;
}
.page-play-list-mobile .drawer-catalog .drawer-catalog-content .drawer-catalog-list .active a {
  color: #3264ff;
  font-weight: 700;
}
.page-play-list-mobile .drawer-catalog .drawer-catalog-content .drawer-catalog-list .active::before {
  content: '';
  position: absolute;
  top: 0%;
  left: 4px;
  width: 0;
  height: 0;
  margin-top: 1.5px;
  border-left: 7.5px solid #3264ff;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
}

.playlist-head-h5 {
  background-color: white;
}
.playlist-head-h5 .playlist_con_wrap {
  width: 100%;
  height: 126px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.playlist-head-h5 .playlist_con_wrap .playlist_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  width: 400vw;
  height: 400vw;
}
.playlist-head-h5 .playlist_con_wrap .playlist_wrap .playlist-img {
  width: 100vw;
  height: 126px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.playlist-head-h5 .pic {
  width: 100%;
}
.playlist-head-h5 .rank-title {
  width: 100%;
  padding: 146px 16px 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.playlist-head-h5 .rank-title .text {
  color: #0f294d;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 26px;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 8px;
}
.playlist-head .playlist-img {
  width: 100%;
  height: 200px;
}
.playlist-head .rank-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1260px;
  padding: 17px 30px 0 40px;
}
.playlist-head .rank-title .text {
  width: 866px;
  font-size: 36px;
  color: #0f294d;
  text-align: left;
  line-height: 44px;
  font-weight: 700;
}

.playlist-card-online {
  background: #fff;
  margin-bottom: 40px;
}
.playlist-card-online .carousel {
  margin-right: 0;
  width: 350px;
  height: 248px;
  overflow: hidden;
  border-radius: 2px;
}
.playlist-card-online .carousel .carousel-item {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.playlist-card-online .carousel .carousel-item img {
  margin-left: -50%;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.playlist-card-online .carousel .carousel-list {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.playlist-card-online .carousel .carousel-list .carousel-amount {
  display: none;
}
.playlist-card-online .carousel .carousel-list > div {
  margin: 0 1px 2px 2px;
  display: block;
  width: 113px;
  height: 56px;
}
.playlist-card-online .carousel .carousel-list > div.gl-poi-detail_show-list-selected {
  border: 2px solid #3264ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 113px;
  height: 56px;
}
.playlist-card-online .list-content {
  width: 866px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.playlist-card-online .list-content .content-header {
  max-height: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.playlist-card-online .list-content .content-header .list-num {
  color: #0f294d;
  font-weight: 700;
  font-size: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-right: 16px;
}
.playlist-card-online .list-content .content-header .list-num::after {
  content: '';
  position: absolute;
  width: 74px;
  height: 23px;
  background: rgba(50, 100, 255, 0.66);
  bottom: 0px;
  left: 0;
  z-index: -1;
}
.playlist-card-online .list-content .content-header .header-title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.playlist-card-online .list-content .content-header .open-status {
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(238, 60, 40, 0.1);
  border-radius: 2px;
  font-size: 14px;
  color: #EE3B28;
  letter-spacing: -0.17px;
  text-align: center;
  line-height: 18px;
  padding: 2px 4px;
  margin: 2px 32px 2px 4px;
}
.playlist-card-online .list-content .content-header .header-text {
  color: #0f294d;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  margin-bottom: 8px;
}
.playlist-card-online .list-content .content-header .header-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.playlist-card-online .list-content .content-header .btn-view {
  background: #3264ff;
  border-radius: 2px;
  height: 38px;
  width: 80px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}
.playlist-card-online .list-content .content-header .btn-view:hover {
  cursor: pointer;
}
.playlist-card-online .list-content .content-banner {
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 248px;
}
.playlist-card-online .list-content .content-banner:hover {
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(69, 88, 115, 0.2);
          box-shadow: 0 4px 16px 0 rgba(69, 88, 115, 0.2);
  cursor: pointer;
}
.playlist-card-online .list-content .content-banner .carousel-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
}
.playlist-card-online .list-content .content-text {
  width: 866px;
  padding: 12px 16px;
  color: #455873;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.playlist-card-online .list-content .content-text .content-recommeded-text {
  max-height: 154px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  line-clamp: 7;
  -webkit-line-clamp: 7;
}
.playlist-card-online .desc-area {
  background-color: #f6f7fa;
  padding: 12px 16px;
}
.playlist-card-online .desc-area .info {
  color: #8592a6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 22px;
  width: 452px;
  word-wrap: break-word;
}
.playlist-card-online .desc-area .info .profile-picture {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: -3.5px;
  margin-right: 4px;
  border: 1px solid #f5f7fa;
}
.playlist-card-online .desc-area .info .nick-name {
  font-size: 14px;
  color: #455873;
  line-height: 22px;
  margin-right: 4px;
  word-break: break-all;
}
.playlist-card-online .desc-area .info .desc-comment {
  font-size: 14px;
  color: #8592a6;
  line-height: 22px;
  word-break: break-all;
}
.playlist-card-online .list-recommend {
  margin-top: 16px;
}
.playlist-card-online .list-recommend .recommend-title {
  height: 26px;
  font-size: 20px;
  color: #0f294d;
  text-align: left;
  line-height: 26px;
  margin-bottom: 12px;
}
.playlist-card-online .list-recommend .recommend-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  overflow-x: hidden;
}
.playlist-card-online .list-recommend .recommend-content .recommend-card {
  width: 278px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  position: relative;
}
.playlist-card-online .list-recommend .recommend-content .recommend-card:hover {
  cursor: pointer;
}
.playlist-card-online .list-recommend .recommend-content .recommend-card:hover .card-items {
  border: 1px solid #3264ff;
  border-left: hidden;
}
.playlist-card-online .list-recommend .recommend-content .recommend-card:last-child {
  margin-right: 0;
}
.playlist-card-online .list-recommend .recommend-content .recommend-card .card-img-container {
  overflow: hidden;
  width: 82px;
  height: 82px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.playlist-card-online .list-recommend .recommend-content .recommend-card .card-items {
  width: 196px;
  height: 82px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dadfe6;
  border-left: hidden;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.playlist-card-online .list-recommend .recommend-content .recommend-card .card-items .items-title {
  font-size: 12px;
  color: #0f294d;
  text-align: left;
  line-height: 16px;
  font-weight: 700;
  padding: 6px 8px 4px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.playlist-card-online .list-recommend .recommend-content .recommend-card .card-items .items-recommend {
  margin-top: 1px;
  font-size: 12px;
  color: #06aebd;
  letter-spacing: 0;
  text-align: left;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 8px;
}
.playlist-card-online img[data-hover-scale='true'] {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.playlist-card-online img[data-hover-scale='true']:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.playlist-card-online div:hover > img[data-hover-scale='true'] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.related-content {
  margin-top: 40px;
  /* Handle */
}
.related-content-title {
  font-weight: bold;
  font-size: 24px;
  color: #0f294d;
  line-height: normal;
}
.related-content-item {
  margin-bottom: 16px;
}
.related-content-item-wrapper {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 580px;
  overflow-y: auto;
  overflow-x: hidden;
}
.related-content-item-text {
  margin-top: 12px;
  font-size: 16;
  color: #333333;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.related-content ::-webkit-scrollbar {
  width: 4px;
}
.related-content ::-webkit-scrollbar-thumb {
  background: #ced2d9;
  border-radius: 2px;
  width: 4px;
  height: 64px;
}

.page-play-list-online .page-play-list-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding-top: 40px;
  padding-bottom: 153px;
}
.page-play-list-online .play-list-container {
  width: 866px;
  padding-right: 16px;
}
.page-play-list-online #playlist-sidebar {
  width: 278px;
  max-height: 951px;
}

.playlist-card {
  padding: 16px;
  background: #fff;
}
.playlist-card .list-num {
  color: #0f294d;
  font-weight: 700;
  font-size: 44px;
  height: 49px;
  line-height: 49px;
  width: 49px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
  z-index: 0;
}
.playlist-card .list-num::after {
  content: '';
  position: absolute;
  width: 49px;
  height: 12px;
  background: rgba(50, 100, 255, 0.66);
  bottom: 9px;
  left: 0;
  z-index: -1;
}
.playlist-card .list-content {
  background: #fff;
  border-radius: 1px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(15, 41, 77, 0.12);
          box-shadow: 0px 4px 10px 0px rgba(15, 41, 77, 0.12);
  padding: 16px 12px 12px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
}
.playlist-card .list-content .content-header {
  max-height: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.playlist-card .list-content .content-header .header-content {
  width: calc(20%);
}
.playlist-card .list-content .content-header .header-text {
  line-height: 24px;
  margin-bottom: 4px;
}
.playlist-card .list-content .content-header .header-text .header-title-text {
  color: #0f294d;
  font-size: 18px;
  font-weight: 700;
}
.playlist-card .list-content .content-header .header-text .open-status {
  height: 17px;
  background: rgba(238, 60, 40, 0.1);
  border-radius: 1px;
  line-height: 17px;
  padding: 0px 4px;
  margin-left: 4px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.playlist-card .list-content .content-header .header-text .open-status > span {
  font-size: 12px;
  color: #EE3B28;
}
.playlist-card .list-content .content-header .header-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.playlist-card .list-content .content-header .btn-view {
  background: #3264ff;
  border-radius: 2px;
  height: 32px;
  width: 64px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 32px;
  margin-left: 16px;
}
.playlist-card .list-content .content-banner {
  margin-bottom: 8px;
}
.playlist-card .list-content .content-banner .more-picture {
  height: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.playlist-card .list-content .content-banner .more-picture .more-picture-sider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 1px;
}
.playlist-card .list-content .content-text {
  color: #455873;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
.playlist-card .list-comments {
  background: #f6f7fa;
  border-radius: 1px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 12px;
}
.playlist-card .list-comments .comments-user {
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  position: relative;
}
.playlist-card .list-comments .comments-user::before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid #f6f7fa;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -20px;
  left: 20px;
}
.playlist-card .list-comments .comments-user .avatr {
  width: 36px;
  height: 36px;
  border: 1px solid #f5f7fa;
  border-radius: 50%;
  margin-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  margin-left: -9px;
}
.playlist-card .list-comments .comments-user .author {
  color: #0f294d;
  font-size: 14px;
  font-weight: 500;
  height: 18px;
  letter-spacing: 0.2px;
  line-height: 18px;
  margin-left: -15px;
}
.playlist-card .list-comments .comments-text {
  color: #455873;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.18px;
  line-height: 18px;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.playlist-card .list-recommend .recommend-title {
  height: 20px;
  font-size: 15px;
  color: #0f294d;
  text-align: left;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}
.playlist-card .list-recommend .recommend-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
}
.playlist-card .list-recommend .recommend-content .recommend-card {
  width: 284.5px;
  border-radius: 2px;
  height: 109px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  position: relative;
}
.playlist-card .list-recommend .recommend-content .recommend-card:last-child {
  margin-right: 0;
}
.playlist-card .list-recommend .recommend-content .recommend-card .card-items {
  width: 351px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.playlist-card .list-recommend .recommend-content .recommend-card .card-items::before {
  content: '';
  position: absolute;
  width: 350px;
  height: 216px;
  border: 1px solid #dadfe6;
  border-left: 0;
  border-radius: 0 1px 1px 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}
.playlist-card .list-recommend .recommend-content .recommend-card .card-items .items-title {
  font-size: 15px;
  color: #0f294d;
  text-align: left;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: 700;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  padding: 12px 8px 0 8px;
}
.playlist-card .list-recommend .recommend-content .recommend-card .card-items .items-recommend {
  font-size: 13px;
  color: #06aebd;
  letter-spacing: 0;
  text-align: left;
  line-height: 18px;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  padding: 0 8px;
}

.favorite {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .favorite .favorite-area {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .favorite .favorite-area .icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .favorite .favorite-area {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
  }
  .favorite .favorite-area .icon {
    font-size: 18px;
  }
  .favorite .favorite-icon {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.favorite .unfavorite-icon:hover {
  border-radius: 50%;
  background: #FFFFFF;
}
.favorite .unfavorite-icon .icon {
  color: #0F294D;
}
.favorite .favorite-icon {
  border-radius: 50%;
  background: #FFFFFF;
}
.favorite .favorite-icon .icon {
  color: #FF1B44;
}

/*  mixins starts */
/*  mixins end */
/* ---- img hove 放大效果 start ---- **/
img[data-hover-scale='true'] {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
img[data-hover-scale='true']:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
div:hover > img[data-hover-scale='true'] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
/* ---- img hove 放大效果 end ---- **/
.hotel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 16px 0;
}
.hotel-item:nth-last-child(1) {
  margin-bottom: 0;
}
.hotel-item .hotel-item-left {
  width: 109px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-height: 141px;
  position: relative;
}
.hotel-item .hotel-item-left img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-item .hotel-item-left .item-index {
  position: absolute;
  top: 8px;
  left: -5px;
  padding: 5px 4px;
  font-size: 14px;
  color: #7c512f;
  line-height: 16px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#fee5c7), to(#daae84));
  background: linear-gradient(90deg, #fee5c7 0%, #daae84 100%);
}
.hotel-item .hotel-item-left .item-index.item-index-after-three {
  background: #6e7e94;
  color: #ffffff;
}
.hotel-item .hotel-item-right {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  overflow: hidden;
}
.hotel-item .hotel-item-right .hotel-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.hotel-item .hotel-item-right .hotel-item-title .hotel-item-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  padding-right: 16px;
  color: rgba(15, 41, 77, 0.9);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-word;
  white-space: normal;
}
.hotel-item .hotel-item-right .hotel-item-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
  padding-right: 20px;
}
.hotel-item .hotel-item-right .hotel-item-rate .hotel-item-rate-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 18px;
  margin-right: 8px;
}
.hotel-item .hotel-item-right .hotel-item-rate .hotel-item-rate-left .hotel-item-star {
  position: relative;
  top: -6px;
  height: 18px;
}
.hotel-item .hotel-item-right .hotel-item-rate .hotel-item-rate-left .divide {
  margin: 0 8px;
  color: #d8d8d8;
  line-height: 18px;
}
.hotel-item .hotel-item-right .hotel-item-rate .hotel-item-rate-left .hote-item-score .hote-item-current-score {
  font-size: 14px;
  color: #4978ce;
  line-height: 18px;
  font-weight: 700;
}
.hotel-item .hotel-item-right .hotel-item-rate .hotel-item-rate-left .hote-item-score .hote-item-total-score {
  font-size: 12px;
  color: #acb4bf;
  line-height: 16px;
  margin-left: 1px;
}
.hotel-item .hotel-item-right .hotel-item-rate .hotel-item-review {
  font-weight: 400;
  font-size: 13px;
  color: #455873;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hotel-item .hotel-item-right .hotel-item-rate .hotel-item-review span {
  line-height: 18px;
}
.hotel-item .hotel-item-right .hote-item-discount {
  margin-top: 4px;
  font-weight: 400;
  font-size: 13px;
  color: #06aebd;
  word-break: break-word;
}
.hotel-item .hotel-item-right .hote-item-discount span {
  line-height: 17px;
}
.hotel-item .hotel-item-right .hote-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hotel-item .hotel-item-right .hote-item-price .hote-item-price-left {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hotel-item .hotel-item-right .hote-item-price .hote-item-price-left .hotel-item-origin-price {
  font-size: 13px;
  color: #8592a6;
  text-decoration: line-through;
}
.hotel-item .hotel-item-right .hote-item-price .hote-item-price-left .hotel-item-origin-price span {
  font-weight: 400;
  line-height: 18px;
}
.hotel-item .hotel-item-right .hote-item-price .hote-item-price-left .hotel-item-sale-price {
  margin-top: 2px;
  font-size: 16px;
  color: #3264ff;
  font-weight: 700;
}
.hotel-item .hotel-item-right .hote-item-price .hote-item-price-left .hotel-item-sale-price span {
  font-weight: 700;
  line-height: 21px;
}
.hotel-item .hotel-item-right .hote-item-price .hotel-item-price-right {
  width: 74px;
}
.hotel-item .hotel-item-right .hote-item-price .hotel-item-price-right .hote-item-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background-color: #ff9500;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.hotel-item .hotel-item-right .hote-item-price .hotel-item-price-right .hote-item-book.hote-item-book-without-off {
  border-radius: 2px;
  height: 33px;
}
.hotel-item .hotel-item-right .hote-item-price .hotel-item-price-right .hote-item-book span {
  line-height: 21px;
  font-weight: 700;
}
.hotel-item .hotel-item-right .hote-item-price .hotel-item-price-right .hote-item-off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-weight: 700;
  font-size: 13px;
  color: #ff9500;
  padding-top: 1px;
  border: 1px solid #ff9500;
  border-top: 0;
  border-radius: 2px;
}
.hotel-item .hotel-item-right .hote-item-price .hotel-item-price-right .hote-item-off span {
  line-height: 18px;
}
.hotel-item .divider-grey {
  position: relative;
  margin: 0 8px;
}
.hotel-item .divider-grey::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #dadfe6;
}

.hot-hotel-list-modal-container {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 900;
  width: 670px;
  max-height: 650px;
  border-radius: 8px;
  padding: 24px 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hot-hotel-list-modal-container .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hot-hotel-list-modal-container .modal-header .modal-header-title {
  font-family: Arial-BoldMT;
  font-size: 20px;
  color: #0f294d;
  letter-spacing: 0;
  text-align: left;
  line-height: 26px;
  font-weight: 700;
}
.hot-hotel-list-modal-container .modal-header .detail-close {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-size: cover;
  font-size: 20px;
}
.hot-hotel-list-modal-container .modal-content {
  margin-top: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 48px;
  overflow-y: auto;
}
.hot-hotel-list-modal-container .modal-content::after {
  content: '';
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 30px;
  height: 16px;
  pointer-events: none;
  background-image: linear-gradient(179deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.hot-hotel-list-modal-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 899;
}
.modal-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.modal-content::-webkit-scrollbar-track {
  width: 4px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2em;
}
.modal-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}

/*  mixins starts */
/*  mixins end */
/* ---- img hove 放大效果 start ---- **/
img[data-hover-scale='true'] {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
img[data-hover-scale='true']:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
div:hover > img[data-hover-scale='true'] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
/* ---- img hove 放大效果 end ---- **/
.online-hotel-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  cursor: pointer;
  min-height: 248px;
}
.online-hotel-item:hover {
  -webkit-box-shadow: 0 4px 16px 0 rgba(69, 88, 115, 0.2);
          box-shadow: 0 4px 16px 0 rgba(69, 88, 115, 0.2);
}
.online-hotel-item .favorite {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.online-hotel-item .item-left {
  position: relative;
  max-width: 350px;
  width: 41%;
}
.online-hotel-item .item-left .item-index {
  position: absolute;
  top: 12px;
  left: -5px;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 16px;
  color: #7c512f;
  line-height: 22px;
  background: -webkit-gradient(linear, left top, right top, from(#fee5c7), to(#daae84));
  background: linear-gradient(90deg, #fee5c7 0%, #daae84 100%);
}
.online-hotel-item .item-left .item-index.item-index-after-three {
  background: #6e7e94;
  color: #ffffff;
}
.online-hotel-item .item-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 16px 13px;
  background: #ffffff;
  min-height: 248px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.online-hotel-item .item-right .item-title {
  font-size: 20px;
  color: #0f294d;
  line-height: 26px;
  font-weight: 700;
}
.online-hotel-item .item-right .item-title .item-title-inner {
  position: relative;
  margin-right: 38px;
}
.online-hotel-item .item-right .item-title .item-title-inner .item-title-text {
  margin-right: 8px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-all;
  white-space: normal;
}
.online-hotel-item .item-right .item-score-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.online-hotel-item .item-right .item-score-review .item-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 2px 4px;
  background: #4978ce;
  border-radius: 2px;
  margin-right: 8px;
}
.online-hotel-item .item-right .item-score-review .item-score .current-score {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  line-height: 18px;
}
.online-hotel-item .item-right .item-score-review .item-score .total-score {
  margin-left: 2px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 16px;
}
.online-hotel-item .item-right .item-score-review .item-outstanding {
  margin-right: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #3264ff;
  line-height: 18px;
}
.online-hotel-item .item-right .item-score-review .item-review {
  margin-right: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #8592a6;
  line-height: 18px;
}
.online-hotel-item .item-right .item-area-site {
  margin-top: 8px;
}
.online-hotel-item .item-right .item-special {
  font-weight: 400;
  font-size: 14px;
  color: #06aebd;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 8px;
}
.online-hotel-item .item-right .item-comment {
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-all;
  white-space: normal;
  display: -ms-flexbox;
  display: flex;
}
.online-hotel-item .item-right .item-comment .comment-avatar {
  border: 1px solid #f5f7fa;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: -1px;
}
.online-hotel-item .item-right .item-comment .comment-content {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #8592a6;
  line-height: 18px;
  margin-left: -15px;
  text-indent: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-all;
  white-space: normal;
}
.online-hotel-item .item-right .item-buy {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.online-hotel-item .item-right .item-buy .item-price {
  text-align: right;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.online-hotel-item .item-right .item-buy .item-price .origin-price {
  font-weight: 400;
  font-size: 12px;
  color: #8592a6;
  text-decoration: line-through;
}
.online-hotel-item .item-right .item-buy .item-price .origin-price span {
  line-height: 16px;
}
.online-hotel-item .item-right .item-buy .item-price .current-price {
  font-weight: 700;
  font-size: 16px;
  color: #3264ff;
}
.online-hotel-item .item-right .item-buy .item-price .current-price span {
  line-height: 22px;
}
.online-hotel-item .item-right .item-buy .item-bookBox {
  border: 1px solid #ff9500;
  border-radius: 2px;
  width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.online-hotel-item .item-right .item-buy .item-bookBox:hover {
  border-color: #e58500;
}
.online-hotel-item .item-right .item-buy .item-bookBox:hover .item-bookBtn {
  background-color: #e58500;
}
.online-hotel-item .item-right .item-buy .item-bookBox:hover .item-off {
  color: #ffab35;
}
.online-hotel-item .item-right .item-buy .item-bookBox .item-bookBtn {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 19px;
  background-color: #ff9500;
}
.online-hotel-item .item-right .item-buy .item-bookBox .item-bookBtn.item-bookBtn-without-off {
  border-radius: 2px;
  line-height: 38px;
  height: 38px;
}
.online-hotel-item .item-right .item-buy .item-bookBox .item-off {
  font-weight: 400;
  font-size: 12px;
  color: #ff9500;
  text-align: center;
  line-height: 19px;
  background-color: #fff;
}
.online-hotel-item .divider-grey {
  position: relative;
  margin: 0 8px;
}
.online-hotel-item .divider-grey::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #dadfe6;
}

