<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ol-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ol-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 搴曢儴閫氱敤婊氬姩 */
.btm-carousel {
  max-width: 750px;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 999;
  padding: 0 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 4px 4px 0 0;
}
.btm-carousel .btm-carousel-con {
  width: 100%;
  position: relative;
}
.btm-carousel .btm-carousel-close {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  right: -0.2rem;
  top: 0.06rem;
}
.btm-carousel .btm-carousel-close img {
  display: block;
  width: 100%;
}
.btm-carousel .swiper-container .swiper-pagination {
  height: 0.16rem;
  bottom: 0.13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.btm-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #fff;
  border-radius: 100%;
}

.btm-carousel .swiper-slide {
  width: 100%;
  padding: 0.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.btm-carousel .swiper-slide img {
  display: block;
  width: 1.65rem;
  height: 0.93rem;
  margin-right: 0.3rem;
  object-fit: cover;
  border-radius: 4px;
}
.btm-carousel .swiper-slide p {
  width: 4rem;
  height: 0.8rem;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.4rem;
}
.btm-carousel .swiper-slide .open {
  width: 2.93rem;
  height: 0.62rem;
  line-height: 0.62rem;
  background: linear-gradient(#3159b6 0%, #7a96c8 100%);
  font-size: 0.4rem;
  text-align: center;
  color: #ffffff;
  margin-left: auto;
  border-radius: 0.53333rem;
}


.h2c {
  overflow: hidden;
  position: fixed;
  top: -1000%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background: #fff;
  width: 310px;
  background: #fff url("/h5/web/skin/static/images/h2c-bg.png") no-repeat center center;
  background-size: cover;
}

.h2c .h2c-banner {
  display: none;
  width: 101%;
  height: 4.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.h2c .canvas {
  position: relative;
  padding: 0.4rem;
}

.h2c .canvas img {
  display: block;
}

.h2c .canvas .h2c-title {
  font-size: 0.53333rem;
  line-height: 0.66667rem;
  color: #2f2f2f;
  font-weight: 700;
  text-align: justify;
}

.h2c .canvas .whole {
  padding-left: 0.32rem;
  position: relative;
  margin-top: 0.66667rem;
}

.h2c .canvas .whole::before {
  content: "";
  display: block;
  width: 0.10667rem;
  height: 0.69333rem;
  background: #ff0000;
  position: absolute;
  top: 0.08rem;
  left: 0;
}

.h2c .canvas .whole .info {
  margin-top: 0.37333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.32rem;
  color: #aaaaaa;
  line-height: 0.42667rem;
}

.h2c .canvas .whole .info .source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.48rem;
  color: #345cb7;
}

.h2c .canvas .whole .date {
  font-size: 0.32rem;
  color: #aaaaaa;
  line-height: 0.42667rem;
  margin-right: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.h2c .canvas .h2c-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.h2c .canvas .h2c-con .logo {
  margin-top: 0.82667rem;
}

.h2c .canvas .h2c-con .logo img {
  width: 2.5866rem;
  display: block;
}

.h2c .canvas .h2c-con .logo .slogan {
  font-size: 0.32rem;
  text-align: center;
  color: #898989;
  letter-spacing: 0.05333rem;
  margin: 0.32rem auto;
}

.h2c .canvas .h2c-qr {
  margin-top: 0.42667rem;
}

.h2c .canvas .h2c-qr #qrcode {
  display: block;
  width: 1.92rem;
  height: 1.92rem;
  border: 0.10667rem solid #fff;
  border-radius: 4px;
}

.h2c .canvas .h2c-qr #qrcode img,.h2c .canvas .h2c-qr #qrcode canvas {
  width: 100%;
}

.h2c .canvas .h2c-qr p {
  margin-top: 0.26667rem;
  margin-bottom:0!important;
  line-height:0.4266rem;
}

.h2c .canvas p {
  text-align: center;
  font-size: 0.32rem;
  color: #7d7d7d;
}

.model-fixed {
  display: none;
  width: 310px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 2px 57px 5px rgba(7, 5, 5, 0.11);
          box-shadow: 1px 2px 57px 5px rgba(7, 5, 5, 0.11);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  border-radius: 4px;
}

.model-fixed .model-content {
  position: relative;
}

.model-fixed .model-content .h2c-close {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 0.26667rem;
  top: 0.26667rem;
}

.model-fixed .model-content .h2c-finger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0.4rem;
  bottom: 0.42667rem;
}

.model-fixed .model-content .h2c-finger img {
  width: 0.56rem;
  height: 0.61333rem;
  margin: 0;
}

.model-fixed .model-content .h2c-finger p {
  color: #FF0F0F;
  font-size: 0.32rem;
  letter-spacing: 0.10667rem;
  margin: 0 0 0 0.13333rem;
}

.model-fixed img {
  max-width: 100%;
}

.model-mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99998;
}
</pre></body></html>