.guidance-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    background-color:rgba(0, 0, 0, 0);
}
.work-guidance-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    background-color: rgba(0, 0, 0, 0);
}
.guidance-content{
    position: fixed;
    z-index: 99999999999999;
    display: none;
}
.first-login-one-guidance{
    top: 7.2rem;
    display: inherit;
    left: 16.1rem;
}
.first-login-second-guidance{
    top: 20.2rem;
    left: 16.1rem;
}
.one-key-guidance{
    width:1060px;
    height:600px;
    right: calc(50% - 530px);
    top: calc(50% - 300px);
    display: inherit !important;
}
.one-key-guidance img{
    width:1060px;
    height:600px
}
.one-key-guidanceCopy{
    display: inherit !important;
    right: 2rem;
    top: 0rem;
}



.work-one-key-guidance{
    display: inherit !important;
    right: 2rem;
    top: 0rem;
    transform: translate(-25%, 28%);
}
.work-one-key-guidance img{
    width: 60rem;
    z-index: 99999999999999;
}

.version-guidance{
    display: inherit !important;
    right: 28rem;
    top: -4rem;
    transform: translate(-25%, 28%);
}
.version-guidance img{
    z-index: 99999999999999;
}
@media screen and (max-width:1600px){
    .version-guidance{
        top: -5rem;!important;
    }
}

@media screen and (max-width:1366px){
    .version-guidance{
        top: -10rem;!important;
    }
}