@keyframes jump {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.notScroll {
  overflow: hidden;
}
#app {
  max-width: 750px;
  margin: 0 auto;
  background: #000;
  font-family: Arial;
  letter-spacing: 0.02rem;
}
#app header {
  height: 0.9rem;
  display: flex;
  padding: 0 0.3rem;
  position: relative;
}
#app header img {
  height: 0.9rem;
}
#app header p {
  height: 0.45rem;
  width: 2.2rem;
  text-align: center;
  color: #fff;
  font-size: 0.31rem;
  line-height: 0.28rem;
  padding: 0.2rem 0rem;
}
#app header p span {
  font-size: 0.2rem;
  letter-spacing: 0rem;
  font-family: Source Han Sans CN;
}
#app header .login_btn {
  width: 1rem;
  height: 0.5rem;
  border-radius: 0.1rem;
  border: 1px solid #fff;
  position: absolute;
  right: 0.2rem;
  font-size: 0.3rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0.5rem;
  color: #fff;
}
#app header .login_btn:active {
  color: #ccc;
  background: rgba(255, 255, 255, 0.267);
}
#app .banner {
  letter-spacing: 0rem;
  height: 8rem;
  background: url(../image/banner.png);
  background-size: cover;
  padding: 5.22rem 0.6rem;
  box-sizing: border-box;
}
#app .banner span {
  font-family: Arial;
}
#app .banner .banner_title {
  line-height: 1.2rem;
  font-size: 0.6rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
}
#app .banner .banner_content {
  margin-top: 0.26rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
#app .kol_list {
  margin-top: 0.7rem;
}
#app .kol_list .kol_list_title {
  font-size: 0.5rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
#app .kol_list .down {
  animation: jump 0.8s infinite linear;
  text-align: center;
}
#app .kol_list .kol_list_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.65rem;
  margin-bottom: 0.69rem;
}
#app .kol_list .kol_list_content li {
  width: 2.8rem;
  height: 4.32rem;
  border-radius: 0.2rem;
  background: #FFFFFF;
  margin: 0.35rem;
  overflow: hidden;
  box-shadow: 0 0 0.3rem 0 #fff;
  position: relative;
}
#app .kol_list .kol_list_content li img {
  width: 2.8rem;
  height: 2.8rem;
}
#app .kol_list .kol_list_content li .item_nick_name {
  margin: 0 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0rem;
  text-align: center;
  font-size: 0.2rem;
  font-family: Arial;
  font-weight: 400;
  color: #000000;
}
#app .kol_list .kol_list_content li .item_info {
  font-size: 0.17rem;
  font-family: Arial;
  font-weight: 400;
  color: #000000;
  display: flex;
  justify-content: center;
}
#app .kol_list .kol_list_content li .item_info .follower {
  margin-right: 0.1rem;
}
#app .kol_list .kol_list_content li .tag {
  width: 1.5rem;
  height: 0.6rem;
  margin-top: 0.1rem;
  align-items: center;
  transform: translateX(-0.1rem);
}
#app .kol_list .kol_list_content li .tag .tag_item {
  width: 1.5rem;
  height: 0.27rem;
  background: url(../image/tag.png) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 0.27rem;
  font-size: 0.17rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0.05rem;
}
#app .kol_list .kol_list_content li button {
  position: absolute;
  width: 1.23rem;
  height: 0.46rem;
  background: linear-gradient(0deg, #FF414D 0%, #FF8A8A 100%);
  border-radius: 0.08rem;
  bottom: 0.15rem;
  right: 0.1rem;
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
#app .kol_list .change_list {
  width: 2rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
#app .kol_list .change_list img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.32rem;
}
#app .cooperation {
  margin-top: 1rem;
}
#app .cooperation .cooperation_title {
  text-align: center;
  font-size: 0.5rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
#app .cooperation .cooperation_title span {
  font-size: 0.27rem;
}
#app .cooperation .cooperation_ico {
  text-align: center;
  margin-top: 0.86rem;
}
#app .cooperation .cooperation_ico img {
  width: 5.41rem;
}
#app .cooperation .cooperation_list {
  display: flex;
  justify-content: center;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0rem;
}
#app .cooperation .cooperation_list li {
  width: 2.1rem;
}
#app .cooperation .cooperation_list li h1 {
  font-size: 0.3rem;
}
#app .cooperation .cooperation_list li p {
  font-size: 0.2rem;
}
#app .cooperation .cooperation_list li:nth-child(2) {
  margin: 0 0.1rem;
}
#app .advantages {
  margin-top: 1rem;
}
#app .advantages .advantages_title {
  text-align: center;
  font-size: 0.5rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
#app .advantages .advantages_title span {
  font-size: 0.27rem;
}
#app .advantages .advantages_list {
  margin-top: 1.13rem;
}
#app .advantages .advantages_list li {
  display: flex;
  width: 6.79rem;
  margin: 0 auto 0.68rem;
}
#app .advantages .advantages_list li .list_left {
  width: 0.86rem;
  height: 0.86rem;
  margin-right: 0.33rem;
  background: url(../image/operation.png) no-repeat -3.9rem -1.79rem;
  background-size: 2000%;
}
#app .advantages .advantages_list li .list_right {
  flex: 1;
  font-family: Arial;
  color: #FFFFFF;
}
#app .advantages .advantages_list li .list_right h1 {
  font-size: 0.35rem;
  margin-bottom: 0.41rem;
}
#app .advantages .advantages_list li .list_right p {
  font-size: 0.26rem;
}
#app .advantages .advantages_list li:nth-child(2) .list_left {
  background-position: -2.28rem -1.79rem;
}
#app .advantages .advantages_list li:nth-child(3) .list_left {
  background-position: -7.15rem -1.79rem;
}
#app .advantages .advantages_list li:nth-child(4) .list_left {
  background-position: -0.65rem -1.79rem;
}
#app .advantages .advantages_list li:nth-child(5) .list_left {
  background-position: -5.53rem -1.79rem;
}
#app .advantages .advantages_list li:nth-child(6) .list_left {
  background-position: -8.75rem -1.79rem;
}
#app .influencer {
  margin-top: 1rem;
}
#app .influencer .influencer_title {
  text-align: center;
  font-size: 0.5rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
#app .influencer .influencer_title span {
  font-size: 0.27rem;
}
#app .influencer .influencer_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.86rem;
}
#app .influencer .influencer_list li {
  overflow: hidden;
  border-radius: 20px;
  width: 2.05rem;
  height: 2.4rem;
  background: url(../image/1.png) no-repeat;
  background-size: cover;
  margin-right: 0.29rem;
  font-family: Arial;
  color: #FFFFFF;
  letter-spacing: 0rem;
  position: relative;
}
#app .influencer .influencer_list li .ch_title {
  position: absolute;
  font-size: 0.27rem;
  top: 1.6rem;
  left: 0.14rem;
}
#app .influencer .influencer_list li .en_title {
  position: absolute;
  top: 1.97rem;
  font-size: 0.2rem;
  left: 0.14rem;
}
#app .influencer .influencer_list li:nth-child(1) {
  width: 4.54rem;
  margin-bottom: 0.51rem;
}
#app .influencer .influencer_list li:nth-child(1) .ch_title {
  left: 0.31rem;
}
#app .influencer .influencer_list li:nth-child(1) .en_title {
  position: absolute;
  top: 1.97rem;
  font-size: 0.2rem;
  left: 0.31rem;
}
#app .influencer .influencer_list li:nth-child(2) {
  margin: 0;
  background-image: url(../image/2.png);
}
#app .influencer .influencer_list li:nth-child(3) {
  margin-right: 0.32rem;
  background-image: url(../image/3.png);
}
#app .influencer .influencer_list li:nth-child(4) {
  margin-right: 0.32rem;
  background-image: url(../image/4.png);
}
#app .influencer .influencer_list li:nth-child(5) {
  background-image: url(../image/5.png);
  margin: 0;
}
#app .bottom_banner {
  margin-top: 2.25rem;
}
#app .bottom_banner img {
  width: 7.5rem;
}
#app .partners {
  margin-top: 1rem;
}
#app .partners .partners_title {
  text-align: center;
  font-size: 0.5rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
#app .partners .partners_title span {
  font-size: 0.27rem;
}
#app .partners img {
  width: 7.5rem;
  margin-top: 0.6rem;
}
#app .about {
  width: 7.5rem;
}
#app .about img {
  width: 7.5rem;
}
#app footer {
  box-sizing: border-box;
  margin-top: 0.84rem;
  padding-top: 0.6rem;
  height: 1.91rem;
  background: #fff;
  text-align: center;
  font-size: 0.22rem;
  color: #000;
}
#app .prompt {
  width: 4rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 0.1rem;
  height: 0.6rem;
  opacity: 0.9;
  position: fixed;
  top: 40%;
  left: 50%;
  background: #6c6969;
  color: #fff;
  font-size: 0.26rem;
  transform: translateX(-50%);
}
