.allreferearnapp_com {
  margin-right: .18rem;
  margin-left: .18rem;
  margin-top: .3rem;
}

.allreferearnapp_com .tab_menu {
  height: .68rem;
  line-height: .68rem;
  text-align: center;
  color: #00070e;
  font-size: .28rem;
  font-display: swap;
  border: 1px solid #48001c;
  cursor: pointer;
}

.allreferearnapp_com .tab_menu span {
  flex: 1;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 600;
  font-display: swap;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.allreferearnapp_com .tab_menu span img {
  width: 0.6rem;
}

.allreferearnapp_com .tab_menu span:last-child {
  border-right: 0;
}

.allreferearnapp_com .tab_menu span.current {
  color: #fff;
  background-color: #10073f;
  font-weight: 700;
  font-display: swap;
  cursor: pointer;

}

.allreferearnapp_com ul li {
  padding-top: 0.17rem;
  padding-bottom: 0.17rem;
  padding-right: 0.17rem;
  border-radius: 0.08rem;
  border: #5b5b5b 0.01rem solid;
  background-color: rgb(157 112 255 / 10%);
  margin: 0.2rem;
  align-items: center;
}

.allreferearnapp_com ul li img {
  display: block;
  width: 1.18rem;
  height: 1.18rem;
  padding-left: 0.2rem;
  border-radius: 0.18rem;
}

.allreferearnapp_com ul li .info {
  margin: 0 0.28rem 0 0.18rem;
}

.allreferearnapp_com ul li .info p {
  display: block;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.22rem;
  font-display: swap;
}

.allreferearnapp_com ul li .info .name {
  font-size: 0.3rem;
  font-display: swap;
  color: #454545;
  line-height: 0.48rem;
  font-weight: 700;
}

.allreferearnapp_com ul li .info .grade {
  color: #7e0000;
  line-height: 0.32rem;
  font-weight: 700;
  font-display: swap;
}

.allreferearnapp_com ul li .info .grade span {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
  font-display: swap;
}

.allreferearnapp_com ul li .info .grade em {
  color: #ffd467;
  font-size: 0.24rem;
  font-display: swap;
}

.allreferearnapp_com ul li .info .grade i {
  display: inline-block;
  width: 0.37rem;
  height: 0.26rem;
  background-position: -1.89rem -1.7rem;
  position: relative;
  top: 0.01rem;
  margin-right: 0.04rem;
}

.allreferearnapp_com ul li .info .txt {
  color: #297e00;
  line-height: 0.36rem;
  font-weight: 700;
  font-size: 0.2rem;
}

.allreferearnapp_com ul li .num {
  display: block;
  width: 0.36rem;
  height: 0.58rem;
  font-weight: 700;
  font-display: swap;
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 0);
  line-height: 0.45rem;
  text-align: center;
  position: relative;
  top: 0.35rem;
  left: 0;
}

.allreferearnapp_com ul li .btn {
  display: block;
  width: 1.8rem;
  height: .55rem;
  text-align: center;
  line-height: .55rem;
  margin: .16rem auto 0 auto;
  border-radius: .06rem;
  color: #fff;
  font-size: .24rem;
  font-display: swap;
  font-weight: 700;
}

.h1 {
  position: relative;
  font-size: 0.3rem;
  font-display: swap;
  text-align: center;
  line-height: 0.7rem;
  color: #ffffff;
  font-weight: 700;
  font-display: swap;
  background-color: #10073f;
}

.refer {
  padding-bottom: 0.1rem;
  font-size: 0.3rem;
  font-display: swap;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  line-height: 0.48rem;
  color: #000;
}

.faq_section {
  background-color: #e91e63;
  color: #fff;
  font-weight: 800;
  font-size: .35rem;
  font-display: swap;
  text-align: center;
  margin-top: .05rem;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  border: 1px solid #000;
}

.accordion {
  background-color: rgb(157 112 255 / 10%);
  color: #000000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-display: swap;
  transition: 0.4s;
  font-weight: bold;
}

.active,
.accordion:hover {
  background-color: rgb(157 112 255 / 10%);
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  font-display: swap;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  font-size: 15px;
  font-display: swap;
  padding: 0 18px;
  background-color: rgb(157 112 255 / 10%);
  color: #000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}