.page {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  background-color: #ffffff;
  padding: 1.066667rem .533333rem 2.133333rem;
}

.page .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.453333rem;
}

.page .down-btn {
  margin-top: .8rem;
}

.down-btn-fixed {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: fixed;
  width: 9.466667rem;
  left: 50%;
  margin-left: -4.733333rem;
  bottom: .533333rem;
}

.head .logo {
  width: 2.453333rem;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: .533333rem;
}

.head .thumb {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.head .thumb .name {
  font-size: .533333rem;
  font-weight: bold;
}

.head .thumb .desc {
  font-size: .32rem;
}

.head .thumb .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .32rem;
}

.head .stars .star {
  width: .32rem;
  height: .32rem;
  margin-right: .133333rem;
}

.head .thumb .taps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head .thumb .tap {
  line-height: 1;
  padding: .053333rem .106667rem;
  background-color: rgba(255, 209, 19, .3);
  color: #E48E00;
  font-size: .32rem;
  border-radius: .053333rem;
}

.head .thumb .tap+.tap {
  margin-left: .266667rem;
}

.show {
  width: 100%;
}

.show .show-head {
  font-size: .426667rem;
  padding: .8rem 0 .266667rem;
  font-weight: bold;
}

.show .show-content {
  width: 100%;
  height: 6.506667rem;
  padding: 0 .106667rem;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.show .show-item {
  height: 6.266667rem;
  width: 3.52rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: .053333rem;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.07);
}

.show .show-item+.show-item {
  margin-left: .266667rem;
}

.func {
  width: 100%;
}

.func .func-head {
  font-size: .426667rem;
  padding: .8rem 0 .266667rem;
  font-weight: bold;
}

.func .func-text {
  position: relative;
  font-size: .373333rem;
}

.func .func-item {
  position: relative;
  padding-left: .533333rem;
  font-size: .373333rem;
}

.func .func-item+.func-item {
  margin-top: .266667rem;
}

.func .func-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.08rem;
  width: .16rem;
  height: .16rem;
  border-radius: 50%;
  background-color: #FFD113;
}