.random-draw{height:100vh;width:100vw;overflow:hidden;color:#fff;background-size:100% 100%;position:relative}.random-draw .image-wrap{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100vh;vertical-align:bottom}.random-draw .title-wrap{width:100%;display:flex;justify-content:center;align-items:center;position:fixed;top:12%;left:50%;transform:translate(-50%)}.random-draw .title-wrap .title{font-size:36px;color:#fff;cursor:pointer}.random-draw .boxs-wrap,.random-draw .list-wrap{display:flex;justify-content:center}.random-draw .list-wrap{flex-direction:column;align-items:center;width:600px;height:100vh;margin-left:120px}.random-draw .list-wrap .img{width:400px;height:400px;margin-top:10px;vertical-align:bottom}.random-draw .list-wrap .text{margin-top:30px;font-size:20px;text-align:center}.random-draw .random-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.random-draw .random-container .btn{position:fixed;bottom:10%;right:10%}.random-draw .random-container .btn .btn-item{width:80px;height:80px;border-radius:100%;background:#fff;font-size:22px;color:red;display:flex;justify-content:center;align-items:center;cursor:pointer}.random-draw .random-container .boox-wrap{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.random-draw .random-container .isActive{justify-content:center!important}.random-draw .random-container .show-draw{display:flex;justify-content:space-between;flex-wrap:wrap;width:80%;max-height:600px;overflow-y:auto}.random-draw .random-container .show-draw .show-draw-item{width:calc(50% - 15px);height:90px;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;margin-bottom:20px;background:rgba(0,0,0,.2);border-radius:10px;font-size:36px;cursor:pointer}.random-draw .random-container .show-draw .show-draw-item .name{margin-right:15px;padding-left:40px}.random-draw .random-container .show-draw .show-draw-item .phone{padding-right:40px}.random-draw ::-webkit-scrollbar{width:5px;height:5px;background:#c1c1c1;background-color:rgba(239,243,248,.9)}.random-draw ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}.random-draw ::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(239,243,248,.3);background-color:#c5c8cd}.random-draw ::-webkit-scrollbar-thumb:hover{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:rgba(0,0,0,.1)}.random-draw .el-upload-list__item .el-icon-close{display:none}.random-draw .el-upload-list__item-name{color:#fff}.random-draw .el-upload__tip{color:#f1f1f1}