/*公共样式*/
body {
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  font-size: 0.16rem;
  color: #000;
  background-color: #3A46EA;
}

p {
  margin: 0;
}

[v-cloak] {
  display: none;
}
/*页面样式*/

.cont{
  /* padding-bottom: 0.5rem; */
}
.banner{
  height: 4.04rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contbg{
  background-image: url(../images/cont-bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 3.2rem;
  box-sizing: border-box;
  padding: 0 0.24rem;
}
.becomAgent{

}
.beagent_title{
  display: flex;
  align-items: center;
}
.beagent_title>img{
  display: block;
  width: 0.14rem;
  height: 0.14rem;
}
.beagent_title>p{
  color: #A1FFF3;
  font-size: 0.16rem;
}
.beagent_cont{
  margin-top: 0.06rem;
  color: #fff;
  line-height: 0.24rem;
  font-weight: bold;
}
.beagent_cont>.project{
  color: #FFFE58;
}


.bottom{
  margin-top: 0.21rem;
}
.bottom>div{
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 0.08rem 0.08rem 0px rgba(0,0,0,0.2);
  border-radius: 0.25rem;
  text-align: center;
  width: 3rem;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #4A58F3;
  font-size: 0.2rem;
  font-weight: bold;
}
.bottom>p{
  margin-top: 0.12rem;
  text-align: center;
  color: #ffffffa5;
  font-size: 0.13rem;
}

.agentPopuop{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.agentPopuop>div{
  width: 2.95rem;
  box-sizing: border-box;
  padding: 0.24rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.16rem;
}
.popupClose{
  position: absolute;
  top: 0.12rem;
  right: 0.12rem;
  width: 0.2rem;
  height: 0.2rem;
}
.popupTitle{
  text-align: center;
  color: #333333;
  font-size: 0.17rem;
}
.popupText{
  margin-top: 0.12rem;
  color: #666;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.popup_btn{
  width: 100%;
  height: 0.44rem;
  background: #8765FF;
  border-radius: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
  margin-top: 0.2rem;
}