/*右半圆*/
width: 50px;
height: 100px;
border-radius: 0 50px 50px 0;

/*左半圆*/
width: 50px;
height: 100px;
border-radius: 50px 0 0 50px;