.home { margin: 0 20rpx; } .title-img { width: 100%; height: 104rpx; font-size: 28rpx; } .text { width: 490rpx; /* height: 77rpx; */ position: absolute; top: 30rpx; left: 130rpx; text-align: center; color: white; font-weight: 900; line-height: 30rpx; } .box{ width: 96%; margin-left: 2%; height: 900rpx; box-shadow: 0px 0px 10px 0px rgba(99, 156, 254, 0.2); position: relative; } .inner_box{ width: 90%; height: 800rpx; background-color: #f4fcff; position: absolute; top: 50rpx; left: 5%; } .t1{ width: 90%; height: 800rpx; background-color: #f4fcff; position: absolute; top: 50rpx; left: 5%; text-indent: 60rpx; font-size: 30rpx; line-height: 50rpx; color: #5491fd; font-weight: 900; font-size: 28rpx; } .submit_btn{ border-radius: 30rpx; height: 65rpx; font-size: 30rpx; line-height: 35rpx; font-weight: 600; color: #fff; background: -webkit-linear-gradient(left, #569dff, #3a65ff); text-align: center; margin-top: 50rpx; } .submit_btn1{ margin-top: 20rpx; margin-bottom: 100rpx; }