.divider{position:relative}.divider:not(:last-child):after{content:"";position:absolute;right:0;top:50%;width:1px;height:24px;background-color:#dddddd;transform:translateY(-50%)}.circle{position:relative;width:120px;height:120px;border:1px dashed var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;color:var(--primary);z-index:0}.circle:after{content:"";position:absolute;left:50%;top:50%;width:108px;height:108px;border-radius:50%;transform:translate(-50%,-50%);background-color:var(--primary-8);z-index:-1}.circle.special{width:140px;height:140px;color:#fff;font-size:32px}.circle.special:after{width:126px;height:126px;background-color:var(--primary)}.circle.bg:after{background-image:url(/mall.png);background-repeat:no-repeat;background-size:60%;background-position:50%}.arrow{position:relative;width:143px;padding:11px 0;margin:0 30px;text-align:center;font-size:16px;border-top:1px solid var(--primary);border-bottom:1px solid var(--primary)}.arrow:after,.arrow:before{content:"";position:absolute;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent}.arrow:before{left:0;bottom:0;border-right:8px solid var(--primary);transform:translate(-2px,50%) scaleY(-.7)}.arrow:after{right:0;top:0;border-left:8px solid var(--primary);transform:translate(2px,-50%) scaleY(-.7)}.square-side{display:flex;align-items:center;justify-content:center}.square-side:after,.square-side:before{content:"";width:5px;height:5px;background:var(--primary);transform:rotate(45deg)}.square-side:before{margin-right:5px}.square-side:after{margin-left:5px}