.box { background-color: #fff; padding-bottom: 60rpx; } .form { padding: 0 20rpx; } .form_Tit { font-weight: bold; font-size: 28rpx; color: #222222; margin-top: 20rpx; } .form_Tit2 { font-weight: bold; font-size: 28rpx; color: #222222; margin-top: 40rpx; } .form_Item { display: flex; align-items: flex-start; justify-content: space-between; padding: 30rpx 18rpx; box-sizing: border-box; border-bottom: 1rpx solid #E6E6E6; } .form_Item_ask { font-weight: 400; font-size: 26rpx; color: #222222; } .form_Item_con { font-weight: 400; font-size: 26rpx; color: #222222; width: 385rpx; text-align: right; } .form_Item_con image { width: 120rpx; height: 120rpx; } .form_Item:last-child { border-bottom: none; } .gray { background-color: #F9F9F9; height: 20rpx; }