.circle{width:1200px;min-height:calc(100vh - 516px);margin:0 auto;padding:20px;background-color:#fff}.circle .circle-title{font-size:20px;font-weight:600}.circle .circle-list{padding:20px 10px;display:flex;flex-wrap:wrap}.circle .circle-list .cursor{cursor:pointer}.circle .circle-list .circle-item{width:198px;height:140px;padding:10px;margin-right:30px;margin-bottom:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:20px;background:linear-gradient(145deg,#a9f2e4,#8ecbc0);box-shadow:5px 5px 10px #89c5b9,-5px -5px 10px #b3fff1}.circle .circle-list .circle-item .circle-name{padding-bottom:10px}