myguanjia.wxss 709 字节
page {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.guanback {
  width: 100%;
  height: 100%;
  position: relative;
}

image {
  width: 100%;
  height: 100%;
}

.phoneimg {
  width: 204rpx;
  height: 204rpx;
  font-size: 0;
  margin-top:50rpx;
}

.guanjiabox {
  width: 450rpx;
  height: 700rpx;
  display: flex;
  flex-direction: column;
  
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hotline{
  width:440rpx;
  height:72rpx;
  background: #fff;
 line-height: 72rpx;
 text-align: center;
 color:#27336C;
 font-size: 32rpx;
 margin-top:106rpx;
 font-weight: bold;

}
.boda{
  color:#FFFFFF;
  font-size: 28rpx;
  margin-top:30rpx;
}