.wrap {
  font-size: 0;
}
/*** 头部 */
.header {
  width: 100%;
  height: 7.56rem;
  background: url("../image/bg.jpg") no-repeat;
  background-size: 100% 100%;
}
/* 公共样式 */
.content {
  width: 12rem;
  margin: 0 auto;
}
/* 导航栏 */
.nav-box {
  width: 100%;
  height: 1.6rem;
  background: rgba(255, 255, 255, 0.2);
}
.nav-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-cell img {
  width: 2.77rem;
  height: 0.84rem;
}
.btns {
  display: flex;
  line-height: 1.6rem;
}
.nav-cell a {
  font-size: 0.33rem;
  color: #ffffff;
  text-decoration: none;
  margin-left: 40px;
}
/* title */
.download-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.d-left {
  min-width: 5.26rem;
  margin-right: 0.36rem;
  height: 6rem;
  position: relative;
}
.d-l-c {
  width: 3.07rem;
  height: 5.42rem;
  position: absolute;
  top: 0.56rem;
  left: calc(50% - 1.52rem);
  right: calc(50% - 1.53rem);
}
.d-l-l {
  width: 1.69rem;
  position: absolute;
  left: 0;
  top: 1.87rem;
  z-index: 10;
}
.d-l-l-m {
  margin-left: 0.7rem;
  margin-bottom: 0.24rem;
}
.d-l-l-d {
  margin-right: 0.53rem;
}
.d-l-box img {
  display: block;
}
.d-l-r {
  width: 1.69rem;
  position: absolute;
  right: 0;
  top: 2.45rem;
  z-index: 10;
}
.d-l-r-m {
  margin-right: 0.63rem;
  margin-bottom: 0.24rem;
}
.d-l-r-d {
  margin-left: 0.37rem;
}
.d-rigth {
  font-size: 0;
}

.d-r-t {
  width: 6.38rem;
  height: 0.58rem;
  margin-bottom: 0.14rem;
}
.d-r-d {
  width: 6.31rem;
  height: 0.12rem;
}
.d-r-des {
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.32rem;
  margin: 0.61rem 0 0.89rem;
}
.d-btns {
  display: flex;
  justify-content: space-around;
}
.d-btns img {
  width: 2.54rem;
  height: 0.74rem;
}

/* 公共样式 */
.bottom-b {
  border-bottom: 0.02rem solid #e5e5e5;
}
/* 数据刷新 */
.counts {
  text-align: center;
  padding: 0.95rem 0 0.8rem;
  border-bottom: 0.02rem solid #e5e5e5;
}

.count {
  font-size: 0.92rem;
  color: #fd6484;
  margin-bottom: 0.39rem;
  line-height: 0.92rem;
}
.counts-text {
  font-size: 0.33rem;
  line-height: 0.2rem;
  color: #333333;
}

/* 资讯 问题 */
.info {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  color: #333333;
}
.r-border {
  border-right: 0.01rem solid #e5e5e5;
  padding-right: 0.3rem;
  margin-right: 0.3rem;
}
.info-cell {
  flex: 1;
}
.info-cell-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}
.i-c-t-l {
  display: flex;
  align-items: center;
}
.i-c-t-l img {
  width: 0.41rem;
  height: 0.41rem;
  margin-right: 0.2rem;
}
.i-c-t-l span {
  font-size: 0.37rem;
}
.info-more {
  font-size: 0.29rem;
}
.info-li {
  font-size: 0.25rem;
}
.info-li li {
  line-height: 0.5rem;
  background-image: url("../image/mark.png");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 0.4rem;
  cursor: pointer;
}
.info-li li:hover {
  color: #ea4e82;
  text-decoration: underline;
}

/* 轮播 */
.swiper-cell {
  padding: 1.66rem 0 1.92rem;
  position: relative;
}
.swiper-container {
  width: 6.11rem;
  overflow: hidden;
}
.swiper-slide {
  width: 2.16rem;
  height: 4.66rem;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}

.s-text {
  width: 2.8rem;
  padding: 0.25rem 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  overflow: hidden;
  position: absolute;
}
.s-text-t {
  font-size: 0.33rem;
  color: #fd6484;
  margin-bottom: 0.2rem;
}
.s-text-d {
  font-size: 0.2rem;
  color: #969696;
}
.s-text1 {
  left: 0;
  top: 0.79rem;
}
.s-text2 {
  left: 0;
  top: 3.33rem;
}
.s-text3 {
  left: 0;
  top: 5.57rem;
}
.s-text4 {
  right: 0;
  top: 1.65rem;
}
.s-text5 {
  right: 0;
  top: 4.96rem;
}
.active-s-text {
  background: #fd6484;
}
.active-s-text span {
  color: #ffffff;
}

/* 下载cell */
.download-wrap {
  background-color: #eeeeee;
  padding: 0.7rem 0;
}
.d-t {
  color: #fd6484;
  font-size: 0.5rem;
  text-align: center;
  margin-bottom: 0.75rem;
}
.d-c {
  display: flex;
  justify-content: space-around;
}
.d-c-box {
  width: 2.9rem;
  height: 2.9rem;
}
.ios-btn {
  width: 0.6rem;
  height: 0.72rem;
}
.android-btn {
  width: 0.7rem;
  height: 0.79rem;
}
.d-c-box-h {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.01rem solid #c9c9c9;
}
.d-c-box-h:hover {
  background-color: #fd6484;
}
.code {
  width: 100%;
  height: 100%;
}
.footer {
  padding: 0.5rem 0;
  text-align: center;
  font-size: 0.21rem;
  color: #979797;
  line-height: 0.34rem;
}
.footer a {
  text-decoration: none;
  color: #979797;
}

.cursor-style {
  cursor: pointer;
}

/* m */


.m-download {
  padding: 0.6rem 0.85rem;
  text-align: center;
}
.m-d-t {
  color: #fe7390;
  font-size: 0.6rem;
  font-weight: bold;
}
.m-download p {
  color: #969696;
  font-size: 0.32rem;
  margin: 0.57rem 0;
  text-align: left;
  text-indent: 2em;
}
.m-download img {
  width: 3.61rem;
  height: 1.13rem;
}

.m-more {
  color: #fe7390;
  font-size: 0.34rem;
  text-align: center;
}

.m-swiper {
  padding: 1rem 0.1rem 1rem 0.39rem;
  display: flex;
}
.m-s-text {
  flex: 0 0 3rem;
  margin: 0.2rem 0.3rem 0 0;
}
.m-s-text li {
  margin-bottom: 0.78rem;
}
.m-s-t-t {
  color: #696969;
  font-size: 0.4rem;
  font-weight: bold;
}
.m-s-t-d {
  color: #969696;
  font-size: 0.28rem;
  margin-top: 0.38rem;
  display: none;
}
.m-s-active .m-s-t-t {
  color: #fe7390;
}
.m-s-active .m-s-t-d {
  display: block;
}

.m-swiper-con {
  flex: 1 0 3rem;
  height: 12.02rem;
  position: relative;
  transform-style: preserve-3d;
}
.m-swiper-slide {
  width: 5.58rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  box-shadow: 0 0.08rem 0.4rem 0 rgba(252, 96, 153, 0.2);
  background-color: #fff;
  cursor: pointer;
}
.m-swiper-slide img {
  width: 100%;
  height: 100%;
}

.m-swiper-active {
  z-index: 10;
  transform: translateX(0px) scale(1);
}
.m-swiper-two {
  z-index: 9;
  transform: translateX(15px) scale(0.95);
}
.m-swiper-three {
  z-index: 8;
  transform: translateX(30px) scale(0.9);
}
