.bindSalesman_main{ width: 100%; height: 100vh; position: fixed; left:0; top:0; .bindSalesman_pop{ width: 654px; height: 560px; border-radius: 40px; display: flex; flex-direction: column; align-items: center; position:absolute; margin:auto; left: 0; right: 0; bottom: 0; top: 0; bottom: 0; z-index: 1999; .bindSalesman_header{ width: 654px; position: relative; image{ width: 100%; height: 100%; border-radius: 40px 40px 0 0; } .sale_man{ color: #fff; text-align: center; font-size: 26px; position: absolute; margin: auto; left: 0; right: 0; bottom: 60px; height: 100px; line-height: 100px; } } .btns{ width: 488px; height: 104px; margin: 50px; image{ width: 100%; } } } .bindSalesman_mask{ z-index: 99; position: absolute; left:0; top:0; width: 100%; height: 100%; opacity: 0.8; background: #000000; } }