@charset "UTF-8";*{margin:0;padding:0}::-webkit-scrollbar{display:none}.home{width:100vw;height:100vh;display:flex;flex-direction:column;background-image:url(/assets/bgi_mobile-Bkvcho10.png);background-repeat:no-repeat;background-attachment:fixed;background-size:100% 100%;overflow:hidden}.home .header{font-weight:400;color:#fff;height:70px;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.home .header .time .time_text{font-size:21px;font-weight:500;letter-spacing:2px}.home .header .time .date{font-size:15px;font-weight:500;letter-spacing:2px}.home .header .title{font-size:46px;font-weight:400;letter-spacing:4.96px}.home .header .button{position:relative;background-color:#fff;display:flex;justify-content:center;align-items:center;padding:5px 20px;border-radius:5px}.home .header .button .top_right,.home .header .button .bottom_left{position:absolute}.home .header .button .top_right{top:-5px;right:-5px}.home .header .button .bottom_left{bottom:-5px;left:-5px}.home .content{height:calc(100vh - 70px);padding:20px 5px 20px 20px;overflow-y:auto}.home .content .list{display:flex;gap:20px;flex-wrap:wrap}.home .content .list .loading{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px}.home .content .list .item{position:relative;display:flex;flex-direction:column;gap:20px;width:98%;height:291px;background-color:rgba(9,12,69,.5);padding:20px;box-sizing:border-box;border-radius:20px}.home .content .list .item img{width:50px;height:50px}.home .content .list .item .top_left{position:absolute;top:0;left:0}.home .content .list .item .top_right{position:absolute;top:0;right:0}.home .content .list .item .bottom_left{position:absolute;bottom:0;left:0}.home .content .list .item .bottom_right{position:absolute;bottom:0;right:0}.home .content .list .item .qrCodeBox{position:absolute;top:50%;transform:translateY(-50%);right:20px;display:flex;flex-direction:column;align-items:center}.home .content .list .item .qrCodeBox .qrcode{width:120px;height:120px;position:relative;padding:5px 5px 0;background-color:#fff;display:flex;justify-content:center;align-items:center}.home .content .list .item .qrCodeBox .qrcode .qr_angle{position:absolute;width:100%;height:100%}.home .content .list .item .qrCodeBox .qrcode .qr_angle img{position:absolute;width:30px;height:30px}.home .content .list .item .qrCodeBox .qrcode .qr_angle .top_left_2{left:-10px;top:-10px}.home .content .list .item .qrCodeBox .qrcode .qr_angle .bottom_right_2{bottom:-10px;right:-10px}.home .content .list .item .qrCodeBox .qrcode .qrcode_img,.home .content .list .item .qrCodeBox .qrcode .qrcode_img img{width:100%;height:100%}.home .content .list .item .qrCodeBox .text{font-size:16px;font-weight:500;letter-spacing:0px;line-height:23.17px;color:#6ff;text-align:left;margin-top:20px}.home .content .list .item .title{position:relative;font-size:36px;font-weight:500;line-height:52.13px;color:#fff;text-align:left}.home .content .list .item .title .icon{position:absolute}.home .content .list .item .title .icon img{width:20px}.home .content .list .item .title .name{margin-left:30px}.home .content .list .item .salary{font-size:28px;font-weight:500;letter-spacing:0px;line-height:40.54px;color:#ffeb3b;text-align:left;vertical-align:top}.home .content .list .item .recruitNumber{font-size:28px;font-weight:500;letter-spacing:0px;line-height:40.54px;color:#ff5733;text-align:left;vertical-align:top}.home .content .list .item .site{font-size:28px;font-weight:500;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.home .areaWidget .list{display:flex;flex-wrap:wrap;gap:20px;margin-top:15px}.home .areaWidget .list .item{display:flex;justify-content:center;align-items:center;min-width:150px;height:50px;opacity:1;border-radius:6px;background:#e6e6e6;cursor:pointer;font-size:20px;font-weight:400;letter-spacing:0px;line-height:40.54px;color:#383838;text-align:left}.home .areaWidget .list .item.active{position:relative;background:#eceff9;overflow:hidden}.home .areaWidget .list .item.active:before{content:"✓";position:absolute;right:-10px;bottom:-10px;color:#fff;padding-right:15px;padding-left:10px;padding-bottom:5px;background:#0091ff;border-radius:100px 0 0}.home .areaWidget .bottomBtn{display:flex;justify-content:center;gap:10px;margin-top:20px}.home .areaWidget .bottomBtn .button1{flex:1}.home .areaWidget .bottomBtn .button2{flex:2;color:#fff;background-color:#2979ff}.home .uuidPopup{position:relative;width:900px;height:500px;background-color:#fff;border-radius:10px}.home .uuidPopup .tit{font-size:32px;font-weight:700;padding:20px;border-bottom:1px solid #ccc}.home .uuidPopup .uuid{padding:20px}.home .uuidPopup .btns{position:absolute;width:100%;bottom:0;display:flex;justify-content:end;gap:40px;padding:20px;box-sizing:border-box;font-size:30px}.home .uuidPopup .btns view{cursor:pointer}.home .uuidPopup .btns .copy{color:#1677ff}@media screen and (min-width: 1081px){.home{background-image:url(/assets/bgi_pc-DeBswzpy.jpg)}.home .content .list .item{width:49%}}
