/* 引導教學 */
#showTour .tour-backdrop {
    position: fixed;
    background-color: #0000009c;
    z-index: 99999999;
}
.tour-top {
    top: 0;
    left: 0;
}
.tour-left {
    top: 0;
}
.tour-right {
    top: 0;
    left: 0;
}
.tour-bottom {
    bottom: 0;
    left: 0;
}
.tourBlock {
    position: fixed;
    top: 0;
    left: 0;
    background: #7F83F7;
    z-index: 9999999999;
    padding: 20px 25px 20px 20px;
    border-radius: 5px;
    color: #fff;
    width: 350px;
    opacity: 1;
}
.tourBlock .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tourBlock .content {
    padding-left: 10px;
    justify-content: flex-start;
}
.BGblack .bottomBlock {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-left: 10px;
}
.BGblack .bottomBlock span {
    font-size: 18px;
}
.BGblack .bottomBlock .change {
    padding: 5px 15px;
    background: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.BGblack .bottomBlock .change:hover {
    background: #f2f2f2;
}
/* 紅框底 */
.bgDiasblie {
    width: 0;
    height: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
    opacity: 1;
}
.redBorder {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 999999999;
    border: 4px solid #ff5858;
    opacity: 1;
}
.second .tplLink {
    position: absolute;
    /* top: 145px;
    left: 43px; */
    width: 98px;
    height: 72px;
    background: #f3f7ff;
    z-index: 99999999999;
    border-radius: 3px;
    opacity: 1;
    animation: showStep2 3s;
}
.closeGuide {
    position: absolute;
    right: 150px;
    bottom: 80px;
    z-index: 99999999999;
    padding: 20px 40px;
    border: 3px dashed #fff;
    background: transparent;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.5px;
    cursor: pointer;
}
.closeGuide:hover {
    background: #7f83f7aa;
}
.btnImg_01 {
    position: absolute;
    top: 539px;
    left: 1000px;
    z-index: 9999999999;
    opacity: 1;
    animation: showStep3 3s;
}
.btnImg_02 {
    position: absolute;
    right: 100px;
    bottom: 200px;
    z-index: 9999999999;
    opacity: 1;
    animation: showStep3 3s;
}
@keyframes showStep2 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@keyframes showStep3 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
}
/* @keyframes showStep2BG {
    0% {
        background: #333c; 
    }
    40% {
        background: #333c;
    }
    50% {
        background: transparent;
    }
} */

@keyframes showStep3BG {
    0% {
        background: #0000009c;
    }
    40% {
        background: #0000009c;
    }
    60% {
        background: transparent;
    }
}

/* -----------------  */
/* id21 step3 */
.first .roleForm {
    position: absolute;
    top: 371px;
    left: 629px;
    z-index: 999;
    width: 650px;
    height: 300px;
    background: #fff;
}
 /* id22 step2 */
 .first .setRole {
    position: absolute;
    top: 179px;
    left: 470px;
    z-index: 999;
    width: 950px;
    height: 701px;
    background: #fff;
}
/* id31 step3 */
.first .CreateDep {
    position: absolute;
    top: 252px;
    left: 604px;
    z-index: 999;
    width: 701px;
    height: 500px;
    background: #fff;
}
/* id32 step2 */
.first .addDep {
    position: absolute;
    top: 87px;
    right: 65px;
    z-index: 99999;
    background: #fff;
    height:43px;
}
.first .addDep .addDepBtn {
    border: 1px solid; 
    height:35px;
    line-height:35px; 
    border-radius:3px; 
    background:#fff; 
    margin-left:12px;
    border-color: #00c9d1 ;
}
