.page {
  max-width: 10rem;
  margin: 0 auto;
  background-color: #fff;
}

#list-page .pulldown {
  text-align: center;
  height: 0;
  line-height: 40px;
  overflow: hidden;
}

#detail-page {
  display: none;
  background-color: #fff;
}

#pop-adv {
  width: 100%;
  margin: 0 auto;
}
#pop-adv .overlay {
  position: fixed;
  top: 0;
  width: 10rem;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate(0, 0);
}
#pop-adv .ad {
  position: fixed;
  z-index: 101;
  left: 50%;
  top: 40%;
  width: 7.733333333rem;
  transform: translate(-50%, -50%);
}
#pop-adv .ad .pic {
  width: 100%;
}
#pop-adv .ad .pic img {
  display: block;
  width: 100%;
}
#pop-adv .ad .close {
  width: 3.233333rem;
  margin: -6.4rem auto 0;
}
#pop-adv .ad .close img {
  width: 100%;
  display: block;
}

#page-bar,
#detail-page-bar {
  width: 10rem;
}
#page-bar .fixed-img,
#detail-page-bar .fixed-img {
/*  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.5);*/
  position: fixed;
  top: 0;
  z-index: 10;
  width: 10rem;
  height: 1.1733333333rem;
  transform: translate(0, 0);
  opacity: 0;
  transition: opacity 500ms;
}
#page-bar .fixed-img .bg,
#detail-page-bar .fixed-img .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-bar.always .fixed-img,
#detail-page-bar.always .fixed-img {
  opacity: 1;
}
#page-bar.always::after,
#detail-page-bar.always::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.1733333333rem;
}

#detail-page-bar {
  display: none;
  position: fixed;
}
#detail-page-bar::after {
  content: "";
  display: block;
  height: 1.1733333333rem;
  width: 10rem;
}
#detail-page-bar .fixed-img {
  opacity: 1;
}
#detail-page-bar .fixed-img #top-back-btn {
  position: absolute;
  left: 0.16rem;
  top: 0.1266666667rem;
}
#detail-page-bar .fixed-img #top-back-btn img {
  height: 0.96rem;
}

#top-banner {
  width: 10rem;
  height: 6.1666666rem;
}
#top-banner a,
#top-banner img {
  width: 100%;
  height: 100%;
  display: block;
}

#round-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.2rem;
  box-shadow: 0 1px 0.1333333333rem 0 rgba(0, 0, 0, 0.14);
  margin: 0.4rem auto 0;
  padding: 0.2666666667rem 0;
  border-radius: 0.08rem;
}
#round-icons .group {
  width: 1.3333333333rem;
  margin-left: 0.8rem;
  display: block;
}
#round-icons .group:first-child {
  margin-left: 0;
}
#round-icons .group .icon {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  border-radius: 1.3333333333rem;
  overflow: hidden;
}
#round-icons .group .icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#round-icons .group .text {
  height: 0.8rem;
  font-size: 0.32rem;
  color: #050407;
  line-height: 0.4rem;
  margin-top: 0.1066666667rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#recommend-banners {
  margin-top: 0.4rem;
}
#recommend-banners .swiper {
  width: 9.2rem;
  height: 5.1733333333rem;
  margin: 0 auto;
  box-shadow: 0 1px 0.1333333333rem 0 rgba(0, 0, 0, 0.14);
}
#recommend-banners .swiper .item {
  border-radius: 0.08rem;
  overflow: hidden;
}
#recommend-banners .swiper .item .title {
  background-image: linear-gradient(180deg, rgba(42, 41, 41, 0) 0%, rgba(19, 18, 18, 0.9) 100%);
  padding: 0.2666666667rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  line-height: 0.5333333333rem;
  height: 1.6rem;
  font-size: 0.4266666667rem;
}

#pic-banners {
  margin-top: 0.2rem;
}
#pic-banners .swiper {
  width: 9.2rem;
  height: 1.9533333333rem;
  margin: 0 auto;
/*  box-shadow: 0 1px 0.1333333333rem 0 rgba(0, 0, 0, 0.14);*/
}
#pic-banners .swiper .item {
  border-radius: 0.08rem;
  overflow: hidden;
}

#catalogs {
  margin: 0.4rem auto 0;
  width: 9.2rem;
  height: 4.4rem;
  overflow: hidden;
  position: relative;
}
#catalogs .line {
  overflow: hidden;
  width: 9.2rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 750ms;
}
#catalogs .line .item {
  width: 2.8rem;
  float: left;
  margin-left: 0.4rem;
  border-radius: 0.08rem;
  overflow: hidden;
  box-shadow: 0 1px 0.1333333333rem 0 rgba(0, 0, 0, 0.14);
}
#catalogs .line .item:first-child {
  margin-left: 0;
}
#catalogs .line .item .pic {
  width: 2.8rem;
  height: 2.8rem;
  overflow: hidden;
}
#catalogs .line .item .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#catalogs .line .item .name {
  background: #ded8d8;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.14);
  font-size: 14px;
  line-height: 0.5333333333rem;
  height: 1.0666666667rem;
  color: #050407;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.2666666667rem 0.4rem;
}

#two-pickups {
  margin: 0.4rem auto 0;
  width: 9.2rem;
  margin-top: 0.4rem;
}
#two-pickups .line {
  overflow: hidden;
}
#two-pickups .line:not(:first-child) {
  margin-top: 0.4rem;
}
#two-pickups .line .item {
  float: left;
  width: 4.4rem;
  height: 2rem;
  display: block;
  border-radius: 0.08rem;
  box-shadow: 0 1px 0.1333333333rem 0 rgba(0, 0, 0, 0.14);
}
#two-pickups .line .item:last-child {
  float: right;
}
#two-pickups .line .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}

#rp-nav {
  height: 1.0666666667rem;
  line-height: 1.0666666667rem;
  width: 9.2rem;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  margin: 0.4rem auto 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.38);
  box-sizing: border-box;
}
#rp-nav .rp-nav-inner {
  width: 9999px;
  height: 1.0666666667rem;
}
#rp-nav .rp-nav-inner .item {
  font-size: 0.48rem;
  margin-left: 0.6666666667rem;
  display: inline-block;
  color: rgba(5, 4, 7, 0.6);
  line-height: 1.0666666667rem;
  box-sizing: border-box;
  height: 1.0666666667rem;
  font-weight: 500;
  font-family: "PingFang SC Medium";
}
#rp-nav .rp-nav-inner .item:first-child {
  margin-left: 0;
}
#rp-nav .rp-nav-inner .item.selected {
  font-size: 0.5333333333rem;
  color: #050407;
  border-bottom: 0.08rem solid #bc1a06;
  font-weight: bold;
}

#float-menu {
  position: fixed;
  right: 0.4266666667rem;
  bottom: 1.6666666667rem;
  z-index: 100;
}
#float-menu .icon {
  width: 1.0666666667rem;
  height: 1.0666666667rem;
  border-radius: 1.0666666667rem;
  overflow: hidden;
  opacity: 0.95;
  background: #ffffff;
  box-shadow: 0px 1px 10px 0px #e4e7ed;
  box-sizing: border-box;
  padding: 0.1333333333rem;
  position: relative;
}
#float-menu .icon ~ .icon {
  margin-top: 0.2666666667rem;
}
#float-menu .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#float-menu .icon#go-top {
  opacity: 0;
  transition: opacity 0.5s;
}
#float-menu .icon#go-top img {
  width: 0.4266666667rem;
  height: 0.4266666667rem;
}
#float-menu .icon#refresh img {
  width: 0.5333333333rem;
  height: 0.5333333333rem;
}

#rp-list {
  margin-top: 0.4rem;
}

.custom-list {
  padding: 0 0.4rem;
  box-sizing: border-box;
  max-width: 10rem;
}
.custom-list .list-content-box:after {
  margin: 0 0.4rem;
}
.custom-list .box-item {
  padding: 0.4rem;
  box-shadow: 0 1px 0.1333333333rem 0 rgba(0, 0, 0, 0.18);
  border-radius: 0.08rem;
  margin-top: 0.4rem;
  overflow: hidden;
  background-color: #fff;
}
.custom-list .box-item .title {
  font-size: 0.4266666667rem;
  line-height: 0.5866666667rem;
}
.custom-list .plain-text-box .tag-time .tag,
.custom-list .three-image-box .tag-time .tag {
  max-width: unset;
}
.custom-list .single-image-box .content {
  padding-right: 0.2666666667rem;
}
.custom-list .single-image-box .tag-time {
  max-width: 5.3333333333rem;
}
.custom-list .horizontal-video-box .title {
  margin-bottom: 0.2133333333rem;
}
.custom-list .horizontal-video-box .video-area .poster .play-icon {
  width: 1.6rem;
  height: 1.6rem;
}
.custom-list .horizontal-video-box .video-area .status {
  height: 0.5333333333rem;
  line-height: 0.5333333333rem;
  font-size: 0.32rem;
  border-radius: 0.2666666667rem;
  padding: 0 pxToRem(10) 0 pxToRem(8);
  top: pxToRem(5);
  left: pxToRem(6);
}
.custom-list .circle {
  width: 0.1066666667rem;
  height: 0.1066666667rem;
  border-radius: 2.64rem;
  border-width: 0.08rem;
  margin-right: 0.1333333333rem;
}
.custom-list .tag-time {
  margin-top: 0.2666666667rem;
}
.custom-list .tag-time .tag {
  margin-right: 0.2666666667rem;
  font-size: 0.32rem;
  line-height: 0.4533333333rem;
  max-width: 5.2rem;
}
.custom-list .tag-time .time {
  font-size: 0.32rem;
  line-height: 0.4533333333rem;
}

#toast {
  top: 3.2rem;
  left: 5%;
  border-radius: 9999px;
  font-size: 0.32rem;
  line-height: 0.48rem;
  display: block;
  color: #fff;
  text-align: center;
  background-color: #d90514;
  width: 80%;
  padding: 0.1066666667rem 5%;
  z-index: 200;
  opacity: 1;
  position: fixed;
  display: none;
  transition: opacity 1s;
}
#toast.show {
  display: block;
}
#toast.show.end {
  opacity: 0;
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
#loading .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 101;
}
#loading .loader .ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
#loading .loader .ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
#loading .loader .ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
#loading .loader .ball-pulse > div {
  background-color: #d90514;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
/* 媒体icons 改成轮播 */
/* 重置样式 */
.swiper-pagination-bullet{
  width: 6px;
  height: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #d90514;
}

#swiper-icons{
  position: relative;
  overflow: hidden;
  width: 9.2rem;
  box-shadow: 0 1px 0.1333333333rem 0 rgba(0, 0, 0, 0.14);
  margin: 0.4rem auto 0;
  padding-top: 0.2666666667rem;
  border-radius: 0.08rem;
  background: #fff;
}
#swiper-icons .media-icons{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#swiper-icons .group {
  width: 1.9rem;
  margin-left: 0.8rem;
  margin:0 0.1rem;
  display: block;
  padding-bottom: 15px;
  flex: 1 0 auto;
}
#swiper-icons .group .icon {
  width: 1.5333333333rem;
  height: 1.5333333333rem;
/*  border-radius: 1.3333333333rem;*/
  overflow: hidden;
  /* padding-left: 0.1888888rem; */
  padding-left: 48%;
  transform: translateX(-25%);
}
#swiper-icons .group .icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#swiper-icons .group .text {
/*  height: 0.8rem;*/
  font-size: 0.295555rem;
  color: #626262;
  line-height: 0.4rem;
  margin-top: 0.2066666667rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
}