body {
  margin: 0;
  font-family: '微软雅黑';
  background-color: #fff;
  -webkit-text-size-adjust: 100% !important;
}

#urlLink {
  opacity: 0;
  position: absolute;
  left: -160px;
}

.download {
  display: block;
  text-align: center;
  color: rgba(241,5,11,.5);
  padding-bottom: 0.3rem;
  font-size: 12px;
}

.f6 {
  font-size: 0.32rem;
  transform: scale(0.5);
}

.tsmall {
  font-size: 0.32rem;
  transform: scale(0.7);
  width: 140%;
  transform-origin: left;
}

.f9 {
  /* font-size: 12px; */
  font-size: 0.32rem;
  transform: scale(0.75);
  transform-origin: center;
}

.f10 {
  /* font-size: 10px; */
  font-size: 0.32rem;
  transform: scale(0.83);
  transform-origin: center;
}

.f11 {
  /* font-size: 10px; */
  font-size: 0.32rem;
  transform: scale(0.9);
  transform-origin: center;
}

.f105 {
  /* font-size: 10.5px; */
  font-size: 0.32rem;
  transform: scale(0.88);
  transform-origin: center;
}

.f125 {
  /* font-size: 12.5px; */
  font-size: 0.33rem;
}

.f12 {
  font-size: 0.32rem;
}

.ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.ellipsis1 {
  overflow: hidden;
  /*内容超出后隐藏*/
  text-overflow: ellipsis;
  /*超出内容显示为省略号*/
  white-space: nowrap;
  /*文本不进行换行*/
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  word-wrap: break-word; */
}

.f1050b {
  color: #f1050b;
}

.c000 {
  color: #000;
}

.doubleHeight {
  /* height: 2.24rem; */
  /* height: 90px!important; */
  height: 24vw !important;
}

.cont {
  /* border: 1px solid #747474; */
  border-bottom: none;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.fixHd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
  /* border: 1px solid #747474; */
  border-bottom: none;
  box-sizing: border-box;
}

.fixFt {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.96rem;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
  /* border: 1px solid #747474; */
  border-bottom: none;
  box-sizing: border-box;
}

.fixFt img {
  width: 100%;
}

.cont .hd {
  height: 1.84rem;

}

.cont .hd img {
  width: 100%;
}


.dataList.short {
  margin-top: 2.693rem;
}

.tab {
  /* height: 3.53rem; */
  padding: 0.15rem 0.61rem;
  flex-wrap: wrap;
  /* padding-left: 0.747rem; */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* border-top: 1px solid #747474; */
}

.tab .item {
  width: 25%;
  color: #fff;
  /* margin-right: 0.27rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-right: 0.8rem; */
  box-sizing: border-box;
  margin: 0.035rem 0;
}

.tab .item:nth-of-type(4n + 1) {
  justify-content: flex-start;
}

.tab .item:nth-of-type(4n + 2) {
  padding-right: 0.1rem;
}

.tab .item:nth-of-type(4n + 3) {
  padding-left: 0.1rem;
}

.tab .item:nth-of-type(4n) {
  justify-content: flex-end;
}

/* .tab .item:nth-of-type(4n) {
  margin-right: 0;
} */
.tab .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.57rem;
  height: 0.48rem;
  border-radius: 0.3rem;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  background-image: linear-gradient(0deg,
      #fbdce2 0%,
      #fbeaed 100%),
    linear-gradient(#ff8e0a,
      #ff8e0a);
  background-blend-mode: normal,
    normal;
  border-radius: 0.2rem;
  border: solid 0.01rem #f2aab5;
  color: #4b4a4a;

}

.ios .tab .item span {
  /* padding-top: 0.06rem; */
}

.tab .item span.active {
  background-image: linear-gradient(0deg,
      #f995ab 0%,
      #fbbecc 100%),
    linear-gradient(#ff8e0a,
      #ff8e0a);
  background-blend-mode: normal,
    normal;
  border: solid 0.01rem #ef7689
}

.tab .item:nth-last-of-type(1) {
  margin-right: 0;
}

.tabHd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.53rem;
  text-align: center;
  /* border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8; */
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;

  box-sizing: border-box;
  font-size: 0.32rem;
}

.tabHd .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  font-weight: bold;
  /* border-right: 1px solid #c8c8c8; */
  border-right: 1px solid #dbdbdb;
  text-align: center;
  height: 0.53rem;
  padding-top: 0.026rem;
  box-sizing: border-box;
}

.tabHd .item span {
  display: inline-block;
}

.tabHd .item:nth-last-of-type(1) {
  border-right: none;
}

.c1 {
  /* width: 1.73rem;
  flex-shrink: 0; */
}

.c2 {
  width: 1.73rem;
  flex-shrink: 0;
}

.c3 {
  /* width: 2.9rem; */
  width: 2.65rem;
  /* flex-shrink: 0; */
  flex: 1;
}

.c4 {
  /* width: 1.55rem; */
  width: 1.8rem;
  flex-shrink: 0;
}

.c5 {
  width: 2rem;
  flex-shrink: 0;
}

.c5.longTab {
  width: 3.82rem;
  flex-shrink: 0;
}

.c6 {
  width: 1.82rem;
  flex-shrink: 0;
}

.tabHd .c5 {
  color: #f1050b;
}

.dataItem {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  align-items: stretch;
  /* border-bottom: 1px solid #c8c8c8; */
  border-bottom: 1px solid #dbdbdb;
  box-sizing: border-box;
  /* height: 45px; */
  height: 12vw;
  overflow: hidden;
}

.dataItem .item {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 1.12rem; */
  /* height: 45px; */
  height: 12vw;
  ;
  box-sizing: border-box;
  /* border-right: 1px solid #c8c8c8; */
  border-right: 1px solid #dbdbdb;
  text-align: center;
  font-weight: bold;
}

.dataItem:nth-child(even) {
  background-color: #E5E5E5;
}

.dataItem:nth-child(odd) {
  background-color: #fff;
}

.dataItem .item:nth-last-of-type(1) {
  border-right: none;
}

.dataItem .c1,
.dataItem .c2,
.dataItem .c3 {
  flex-shrink: 0;
}

.dataItem .c3 {
  flex-direction: column;
}

.dataItem .c4,
.dataItem .c5 {
  flex-shrink: 0;
  /* background-color: antiquewhite; */
}

.dataItem .c5 {
  color: #f1050b;
}

.dataItem .c6 {
  flex-shrink: 0;
  color: #fff;
}

.dataItem .c2 img {
  height: 1rem;
  margin: 0 auto;
}

.dataItem .c3 span {
  width: 2.85rem;
}

.dataItem .c3 div {
  /* width: 2.64rem; */
  width: 4.45rem;
}

.dataItem .c3 div:nth-of-type(1) {
  /* margin-bottom: 0.03rem; */
}

.dataItem .c6 .go {
  width: 0.89rem;
  height: 0.41rem;
  /* display: inline-block; */
  /* padding: 3px 7px; */
  /* padding: 0.08rem 0.186rem; */
  /* background: linear-gradient(10deg, #FF8E4C, #FFAA4B); */
  /* border: 1px solid #FF874A; */
  /* opacity: 0.5; */
  /* border-radius: 0.2rem; */
  /* color: #fff; */

  /* background-image: linear-gradient(0deg, 
  #fbdce2 0%, 
  #fbeaed 100%), 
linear-gradient(
  #ff8e0a, 
  #ff8e0a);
background-blend-mode: normal, 
  normal;
border-radius: 0.2rem;
border: solid 0.01rem #f2aab5; */
  /* width: 0.47rem; */
  /* height: 0.25rem; */
  /* font-size: 0.32rem; */
  /* font-weight: bold; */
  /* line-height: 0.45rem; */
  /* letter-spacing: 0.03rem; */
  color: #000000;
}

/* .dataItem .c6 span img {
  width: 0.173rem;
  display: inline;
  vertical-align: revert;
} */

/* message */
.message {
  display: none;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 1111;
  width: 100%;
  text-align: center;
  color: black;
  animation: msgShow 0.3s;

}

.msgcont {
  display: inline-block;
  padding: 8px 16px;
  font-size: 12px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}

@keyframes msgShow {
  0% {
    top: 0
  }

  100% {
    top: 40px;
  }
}

.modelDialog {
  /* display: none; */
}

.model-mask.block,
.modal-wrap.block {
  /* display: block; */
}

.model-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, .8);
  height: 100%;
  z-index: 1009;

}

.modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}


.modal-wrap .close {
  font-size: 0.5rem;
  color: #fff;
  position: absolute;
  right: 0.3rem;
  top: 0;
  cursor: pointer;
}

.modal-wrap .close span {
  display: inline-block;
  transform: rotate(45deg);
}

.modal-wrap .bigImg {
  width: 90%;
  display: block;
  margin: 2rem auto 0;
}

.modelDialog.copy .cont_m {
  width: 6.8rem;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 55%;
  border-radius: 4px;
}

.modelDialog.copy .cont_m .text {
  padding: 0.5rem 0;
  text-align: center;
  font-size: 0.4rem;
  color: #404040;
}

.modelDialog.copy .cont_m .btn {
  border-top: 1px solid #DBDBDB;
  padding: 0.3rem 0;
  text-align: center;
  color: #484848;
}





.doubleCont {
  position: fixed;
  top: 6.45rem;
  left: 0;
  width: 100%;
  /* height: 2.24rem; */
  /* height: 90px; */
  height: 24vw;
  background-color: #fff;
  z-index: 9;
  border-radius: 0.3rem;
  box-shadow: 6px 0px 8px 1px rgba(0, 0, 0, 0.34);
  display: flex;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden;
}

.doubleCont .left_box {
  /* padding: 0.1rem 0.15rem; */
  /* height: 2.24rem; */
  box-sizing: border-box;
  /* width: 2.24rem; */
  height: 24vw;
  width: 24vw;
}

.doubleCont .left_box img {
  height: 100%;
}

.doubleCont .right_box {
  /* padding: 0.3rem 0.2rem 0; */
  padding: 3vw 0.2rem 0 0.4rem;
}

.doubleCont .right_box .name {
  font-size: 0.42rem;
  font-family: AlibabaPuHuiTi;
  font-weight: 500;
  color: #000;
  line-height: 0.42rem;
}

.ios .doubleCont .right_box .name {
  line-height: 0.50rem;
  width: 6.8rem;
}

.doubleCont .right_box .info {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTi;
  font-weight: 500;

  line-height: 0.3rem;
  color: #000000;
}

.doubleCont .price_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.doubleCont .price_box .btn {
  /* width: 1.54rem; */
  height: 0.58rem;
  border-radius: 0.293rem;
  background: #E5E5E5;
  color: #f1050b;
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.58rem;
}

.doubleCont .price_box .btn span {
  display: inline-block;
}

.doubleCont .price_box .price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: left;
  padding-left: 0.1rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
}

.doubleCont .price_box .price .coin {
  height: 0.52rem;
  margin-right: -0.05rem;
}

.doubleCont .price_box .copy {
  background-image: linear-gradient(90deg,
      #f1050b 0%,
      #fd87bb 100%),
    linear-gradient(#ff8e0a,
      #ff8e0a);
  background-blend-mode: normal,
    normal;
  border-radius: 0.3rem;
  /* width: 2.6rem; */
  color: #fff;
  ;
  font-size: 0.4rem;
  margin-left: -0.34rem;
  pointer-events: auto;
  padding: 0 0.3rem;
}

.content {
  transform: translateX(0px) translateY(0px) translateZ(1px);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform;
  transition-duration: 0ms;
}


.loading-container {
  position: fixed;
  top: 40%;
  left: 0;
  /* background-color: red; */
  z-index: 99999;
  width: 100%;
  text-align: center;
}

.loading-container .model-mask {
  background-color: rgba(55, 55, 55, .2);
}

.ball-container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ball-container::after {
  content: "";
  display: block;
  clear: both;
}

.ball-container div {
  position: relative;
  width: 15px;
  height: 15px;
  background-color: #FF874A;
  border-radius: 50%;
  margin-right: 16px;
}

.ball-one {
  -webkit-animation-name: ball-animation;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
}

.ball-two {
  -webkit-animation-name: ball-animation;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.25s;

}

.ball-three {
  -webkit-animation-name: ball-animation;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
}

/*加载描述信息*/
.loading-description {
  font-size: 14px;
  text-align: left;
  padding-left: 14px;
  color: grey;
}

@-webkit-keyframes ball-animation {
  0% {
    -webkit-transform: scale(0);
    opacity: 0
  }

  75% {
    -webkit-transform: scale(1);
    opacity: 1
  }

}

.noData {
  text-align: center;
  margin-top: 37%;
}