.popBox { position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.7); z-index: 3000; } .popBody { width: 290px; height: 256px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 200; .popBg { position: absolute; left: 0; top: 0; width: 290px; height: 256px; } .popClose { position: absolute; top: 49px; right: 3px; width: 24px; height: 25px; } .list { width: 258px; margin-top: 120px; margin-left: 17px; position: relative; font-size: 14px; color: #333333; line-height: 22px; padding-bottom: 25px; span { color: #FF5A56; } } .btnGroup { position: relative; width: 161px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; font-size: 16px; color: #777; line-height: 22px; text-align: center; img { width: 100%; margin-bottom: 9px; } } }