/*弹窗*/
.ask-stay-popup{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0,0.6);
}
.ask-stay-content{
    position: absolute;
    width: 428px;
    height: 604px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 16px;
    display: none;
}
.close-stay-popup{
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 0;
    display: block;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.ask-stay-bg{
    position: absolute;
    width: 428px;
    height: 604px;
}
.ask-stay-top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 76px;
    margin: 0 auto;
}
.ask-stay-top p{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    opacity: 0.8;
}
.ask-stay-top span{
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin-top: 2px;
}
.ask-claim-content{
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%,-50%);
}
.ask-claim-img{
    width: 502px;
    height: 486px;
}
.ask-join-content{
    position: absolute;
    width: 428px;
    height: 604px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 16px;
    display: none;
}
.ask-company-content{
    position: absolute;
    width: 428px;
    height: 604px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 16px;
    display: none;
}
.ask-join-company{
    position: absolute;
    width: 428px;
    height: 604px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 16px;
    display: none;
}
.company-code {
    position: absolute;
    width: 162px;
    height: 162px;
    bottom: 140px;
    left: 130px;
}