.above {
  padding-bottom: 0.33rem;
}

.header {
  width: 100%;
  height: 2.2rem;
  margin-bottom: 0.28rem;
}

.loading {
  display:none;
  width: 2rem;
  height: 2rem;
  background:rgba(0,0,0,0.9);
  z-index: 99999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-1rem, -1rem);
  border-radius: 5px;
  padding-top: 0.26rem;
}


.wait-loading {
  display: block;
  width: 1rem;
  margin: 0 auto;
}

.loading-txt {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 0.16rem;
}

.ending {
  width: 3rem;
  height: 2rem;
  background-color: #333333;
  opacity: 0.9;
  z-index: 99999999;
  position: fixed;
  top: 50%;
  left: 34%;
  border-radius: 5px;
  line-height: 0.7rem;
}

#pageInfo {
  display: none;
  width: 1rem;
  height: 0.5rem;
  background-color: #1b1b1b;
  opacity: 0.8;
  border-radius: 0.1rem;
  position: fixed;
  top: 8.5rem;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 0.5rem;
}

::-webkit-scrollbar {
  width: 0;
  display: none;
}

::-webkit-scrollbar-thumb {
  display: none;
}

.header .h_img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.title_info {
  padding: 0 .3rem;
  margin-bottom: 0.38rem;
}

.title_info .tit_txt {
  font-size: 0.32rem;
  font-weight: 600;
  color: #1A1A1A;
}

.title_info img {
  margin-right: 0.06rem;
}

.title_info .hide_txt {
  line-height: 0.32rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.title_info p {
  color: #666666;
  font-weight: 400;
  font-size: 0.24rem;
  margin-top: 0.12rem;
  display: flex;
}

.title_info p img {
  width: 0.32rem;
  height: 0.32rem;
}


.nav {
  width: 100%;
  height: 0.58rem;
  padding-left: 0.3rem;
  margin-right: 0.1rem;
}


li {
  display: flex;
}

.nav1 li {
  height: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin-right: 0.6rem;
  font-weight: bold;
}

.active::after {
  width: 0.32rem;
  height: 0.06rem;
  background: #e62129;
  border-radius: 0.03rem;
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}

.warper1 {
  margin-top: 0.44rem;
}

.warper1 .item {
  display: none;
  overflow: hidden;
}
.warper1 .item.itemActive {
  display: block;
}

.warper1 .item .swiper-slide {
  float: left;
  width: 50%;
  height: 2.1rem;
  box-sizing: border-box;
  padding-right: 0.03rem;
  margin-bottom: 0.06rem;
}
.warper1 .item .swiper-slide:nth-child(2n) {
  padding: 0 0 0 0.03rem;
}

.warper1 .item .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.no_img {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.no_img p {
  font-size: .28rem;
  color: #666666;
  font-weight: 400;
  text-align: center;
}

.no_img img {
  width: 4.04rem;
  height: 3.44rem;
  margin: 0 auto .2rem;
  display: flex;
  justify-content: center;
}

.pop_up {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index:1;
}

.pop_header {
  display: flex;
  font-size: 0.28rem;
  font-weight: 400;
  color: #FFFFFF;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0.4rem 0.24rem 0;
}

.swiper-pagination {
  width: auto;
  height: 0.3rem;
  position: absolute;
  top: 0.4rem;
  left: 0.32rem;
  color: #fff;
  font-size: 0.28rem;
  line-height: 0.44rem;
}
.swiper-pagination * {
  font-size: inherit;
  line-height: inherit;
}

#close {
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  top: 0.4rem;
  right: 0.32rem;
  z-index: 2;
}

.pop_img {
  /* width: 7.32rem;
  height: 5rem; */
  margin: 0 auto;
  position: relative;
  top: 2.52rem;
}

.swiperBox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.swiperBox .swiper-container {
  height: 100%;
}

.swiper-container .swiper-wrapper {
  align-items: center;
}

.swiper-container .swiper-slide .pinch-zoom-container {
  width: 100%;
  /* height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

.swiper-container .swiper-slide img {
  max-width:100% !important;
 }

.pop_img img {
  width: 100%;
  height: 5rem;
}

.pop_up .left {
  flex: 1;
  display: flex;
  font-size: 0.26rem;
  text-align: center;
}

.pop_up .left .share {
  margin-right: 0.4rem;
}

.pop_up .right {
  width: 1.48rem;
  height: 0.72rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.4rem;
  border: 1px solid #FFFFFF;
  font-size: 0.24rem;
  text-align: center;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.pop_up .right .size {
  margin-top: 0.04rem;
  font-size: 0.22rem;
}

.pop_up .bottom {
  width: 100%;
  color: #000;
  display: flex;
  position: absolute;
  bottom: 0.2rem;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0 0.3rem;
}

.pop_up .tip {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15%;
  margin-bottom: -0.46rem;
  text-align: center;
  font-size: 0.26rem;
  color: #ddd;
}

.pop_up .tip img {
  width: 0.28rem;
  height: 0.28rem;
  vertical-align: -0.04rem;
  margin-right: 4px;
}

#share_p {
  width: 0.48rem;
  height: 0.48rem;
}

#down_p {
  width: 0.48rem;
  height: 0.48rem;
}


.detail_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: skyblue;
}

.detail_box .btn {
  width: 2.48rem;
  height: 0.72rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.36rem;
  border: 2px solid #FFFFFF;
  text-align: center;
  line-height: 0.66rem;
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.32rem;
}
