serviceintro.wxss 468 字节
.top{
  width:750rpx;
  height:288rpx;
  font-size: 0;
  position: relative
}
image{
  width:100%;
  height:100%;
}
.topimg{
  width:686rpx;
  height:324rpx;
  font-size: 0;
  position: absolute;
  bottom:-68rpx;
  left:32rpx;
}
.textbox{
  margin-top:100rpx;
  padding: 0 32rpx;
  box-sizing: border-box;
}
.textboxword{
  color:#707070;
  font-size: 28rpx;
  line-height: 1.5;
}
.textboximg{
  width:686rpx;
  height:116rpx;
  font-size: 0;
  margin:32rpx auto 0;

}