body {
  font-size: 0.12rem;
  font-family: PingFangSC-Light;
}
.top {
  overflow: hidden;
  background: url('../img/invite_ai_banner.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 13.89rem;
}
.top .invite_link h1{
  font-size: 0.19rem;
  color: #fff;
  margin-top: 0.02rem;
}

.top .invite_link {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 2.625rem;
  width: 3.32rem;
  height: 1.855rem;
  background: url('../img/invite_link.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.top .invite_link .btn {
  width: 1.035rem;
  height: 0.275rem;
  background: url('/Public/pull_new/img/copy_link.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 0.10rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.24rem;
  margin-left: 1.14rem;
}
.top .invite_link .input-row {
  width: 3.09rem;
  height: 0.21rem;
  color: #333333;
  font-size: 0.14rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 0.20rem;
  margin-left: 0.7rem;
  
}
.top .invite_link .input-row span{
  color: #333333;
  margin-left: 0.105rem;
}
.invite_link .input-row label {
  font-size: 0.12rem;
  font-weight: bold;
  display: inline-block;
  color:#7260F5;
 
  
}

.top .invite_link .input-row2 {
  width: 3.09rem;
  height: 0.21rem;
  color: #333333;
  font-size: 0.14rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 0.08rem;
  margin-left: 0.7rem;
  
}
.top .invite_link .input-row2 span{
  color: #333333;
  margin-left: 0.105rem;
}

.invite_link .input-row2 label {
  font-size: 0.12rem;
  font-weight: bold;
  display: inline-block;
  color: #7260F5;
  
}
.top .invite_progress h1{
  font-size: 0.19rem;
  color: #fff;
  margin-top: 0.02rem;
}

.top .invite_progress {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 0.34rem;
  width: 3.32rem;
  height: 2.895rem;
  background: url('../img/invite_progress.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.invite_progress .pro_box .pro_img{
  width: 1.35rem;
 
}
.invite_progress .pro_box{
  margin-top: 0.3rem;
  width: 3.29rem;
  display: flex;
  flex-direction: row;
}
.invite_progress .pro_box .pro_img img{
  width: 0.525rem;
  height: 0.555rem;
}
.pro_img .pro_imfo{
  display: flex;
  flex-direction: row;
  height: 0.23rem;
  border: 2px solid #7365F9;
  border-radius: 0.15rem;
  align-items: center;
  font-weight: bold;
}
.pro_img .pro_imfo .yuan{
  color: #fff;
  width: 0.175rem;
  height: 0.175rem;
  border-radius: 50%;
  background-color: #7365F9;
  margin-left: 0.03rem;
  
}
.top .my_ach h1{
  font-size: 0.19rem;
  color: #fff;
  margin-top: 0.02rem;
}

.top .my_ach {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 0.31rem;
  width: 3.32rem;
  height: 1.64rem;
  background: url('../img/my_ach.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.my_ach .record{
  color: #0F58BC;
  font-size: 0.1rem;
  font-family: PingFangSC-Regular;
  width: 0.5rem;
  height: 0.12rem;
  float: right;
  margin-right: 0.2rem;
  margin-top: 0.05rem;
  cursor: pointer;
}
.ach_box{
  width: 100%;
  margin-top: 0.25rem;
  display: flex;
  flex-direction: row;
}
.ach_box .ach_info{
  margin-left: 0.38rem;
}
.ach_box .ach_info .ach_t{
  color: #231507;
  font-weight: bold;
  margin-top: 0.095rem;
  font-size: 0.1rem;
}
.ach_box .ach_info span{
  font-weight: bold;
}
.ach_box .ach_info .ach_s1{
  font-size: 0.18rem;
  color: #D78D06;
}
.ach_box .ach_info .ach_s2{
  font-size: 0.18rem;
  color: #D78D06;
}
.ach_box .ach_info .ach_s3{
  font-size: 0.18rem;
  color: #D78D06;
}
.top .reminder h1{
  font-size: 0.19rem;
  color: #fff;
  margin-top: 0.02rem;
}

.top .reminder {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 0.33rem;
  width: 3.32rem;
  height: 2.895rem;
  background: url('../img/reminder.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.reminder_box{
  width: 100%;
  margin-top: 0.195rem;
  

}
.reminder_box p{
  padding-left: 0.245rem;
  padding-right: 0.245rem;
  padding-bottom: 0.055rem;
  text-align: left;
  color: #333333;
  font-size: 0.11rem;
}


