start.wxss 844 字节
/* pages/start/start.wxss */  
.start_img{
  height: 667rpx;
  overflow: hidden;
  width: 100%;
}
.start_img image{
  width: 100%;
  height: 100%;
}
.bottom_box{
 
}
.st_title{
 display: flex;
 justify-content: center;
 align-items: center;
 color:#333;
 font-size:46rpx;
 white-space: nowrap;
 margin:65rpx 0 15rpx 0;
 text-align: center;
}
.st_subtitle{
  color:#999;
  font-size:32rpx;
  text-align: center;
  width:70%;
  margin: 0 auto;
}
.rate_box{
  position: relative;
  width:390rpx;
  height: 22rpx;
  margin: 170rpx auto 0 auto;
  border:2rpx solid #3AA0EA ;
  border-radius: 10rpx;
  overflow: hidden;
}
.rate_item{
  position: absolute;
  left:0;
  top:0;
  height: 18rpx ;
  width:100%;
  background: #3AA0EA;
  border-radius: 10rpx;
}
.bittom_txt{
  margin: 10rpx 0 0 0;
  color:#999;
  font-size:26rpx;
  text-align: center;
 
}