home.wxss 888 字节
/* pages/home/home.wxss */

.Box {
    margin: 214rpx 84rpx 0;
}

.box_Img {
    width: 546rpx;
    height: 424rpx;
}

.boxTxt1 {
    margin: 100rpx 0 10rpx;
    text-align: center;
    font-size: 48rpx;
    font-weight: bold;
    color: rgba(77, 160, 255, 1);
}

.boxTxt2 {
    text-align: center;
    font-size: 26rpx;
    margin-bottom: 60rpx;
    color: rgba(127, 127, 127, 1);
}

.btn {
    width: 550rpx;
    height: 92rpx;
    border-radius: 10rpx;
    font-size: 32rpx;
    line-height: 92rpx;
    text-align: center;
    margin-top: 32rpx;
}

.btn::after {
    border: none;
}

.btn1 {
    background: white;
    color: #4DA0FF;
    border:2rpx solid rgba(77,160,255,1);
}

.btn2 {
    color: rgba(255, 255, 255, 1);
    background: rgba(77, 160, 255, 1);
}
.note{
  color: #999;
  font-size: 24rpx;
  width: 500rpx;
  margin: 0 auto;
  text-align: center;
  margin-top: 30rpx;
}