.top:before {
width: 130%;
height: 6.6rem;
position: absolute;
left: -15%;
content: '';
border-radius: 0 0 50% 50%;
background: linear-gradient(219deg, #689DFE 0%, #5883F7 100%);
}
overflow:hidden 父元素添加,否则撑大盒子