page { width: 100%; height: 100%; background-color: #f7f7f7; } .probox, page { box-sizing: border-box; } .probox { margin: 20rpx; background-color: #fff; padding: 25rpx; border-radius: 20rpx; box-shadow: 0rpx 2rpx 4rpx 0rpx rgba(0, 0, 0, 0.05); } .protitle { margin-top: 20rpx; border-left: 10rpx solid #3677f0; padding-left: 4rpx; font-size: 30rpx; font-weight: 700; color: #161615; } .procon { margin-top: 20rpx; font-size: 26rpx; line-height: 46rpx; margin-bottom: 40rpx; color: #868688; text-align: justify; } .supbox { padding: 40rpx 100rpx; width: 100%; text-align: center; display: flex; justify-content: center; align-items: center; } .supbox, .supsmbox { box-sizing: border-box; } .supsmbox { display: inline-block; width: 50%; height: 150rpx; background-color: #f7f7f7; } .supbox-b { height: 100rpx; } .supbox-t { height: 50rpx; line-height: 50rpx; } .supimg { width: 80rpx; height: 80rpx; } .supbtn { background-color: #f7f7f7 !important; padding: 0rpx !important; } button:after { border: none; padding: 0rpx; } .AD-box { width: 100%; box-sizing: border-box; padding: 20rpx; } .AD { border-radius: 20rpx; box-shadow: 0rpx 2rpx 4rpx 0rpx rgba(0, 0, 0, 0.05); } .LC { text-align: center; font-size: 24rpx; color: #868688; margin: 20rpx; } .LC-t { line-height: 36rpx; }