@charset "utf-8";
/* CSS Document */

.skill-box{
    width: 100%;
    margin: 25px 0;
}
.skill-box{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.skill-box .skill-bar{
    height: 8px;
    width: 100%;
    border-radius: 6px;
    margin-top: 6px;
    background: rgba(0,0,0,0.1);
}
.skill-bar .skill-per{
    position: relative;
    display: block;
    height: 100%;
    width: 80%;
    border-radius: 6px;
    background: #4070f4;
    animation: progress 0.4s ease-in-out forwards;
    opacity: 0;
}
@keyframes progress {
    0%{
        width: 0;
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
.skill-per .tooltip{
    position: absolute;
    right: -14px;
    top: -28px;
    font-size: 9px;
    font-weight: 500;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    background: #4070f4;
    z-index: 1;
}
.tooltip::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    height: 10px;
    width: 10px;
    z-index: -1;
    background-color: #4070f4;
    transform: translateX(-50%) rotate(45deg);

}

.skill-per.win{
    width: 80%;
    animation-delay: 0.1s;
}
.skill-per.lnx{
    width: 60%;
    animation-delay: 0.1s;
}
.skill-per.ptg{
    width: 50%;
    animation-delay: 0.1s;
}
.skill-per.doc{
    width: 70%;
    animation-delay: 0.2s;
}
.skill-per.xls{
    width: 60%;
    animation-delay: 0.3s;
}
.skill-per.ppt{
    width: 80%;
    animation-delay: 0.3s;
}
.skill-per.acc{
    width: 60%;
    animation-delay: 0.3s;
}
.skill-per.cdr{
    width: 70%;
    animation-delay: 0.3s;
}
.skill-per.psd{
    width: 60%;
    animation-delay: 0.3s;
}
.skill-per.ail{
    width: 40%;
    animation-delay: 0.3s;
}
.skill-per.prm{
    width: 50%;
    animation-delay: 0.3s;
}
.skill-per.aef{
    width: 60%;
    animation-delay: 0.3s;
}
.skill-per.html{
    width: 80%;
    animation-delay: 0.3s;
}
.skill-per.css{
    width: 70%;
    animation-delay: 0.3s;
}
.skill-per.jsc{
    width: 50%;
    animation-delay: 0.3s;
}
.skill-per.php{
    width: 70%;
    animation-delay: 0.3s;
}
.skill-per.sql{
    width: 60%;
    animation-delay: 0.3s;
}
.skill-per.btp{
    width: 40%;
    animation-delay: 0.3s;
}
.skill-per.lte{
    width: 60%;
    animation-delay: 0.3s;
}
.skill-per.wps{
    width: 60%;
    animation-delay: 0.3s;
}
.skill-per.elm{
    width: 80%;
    animation-delay: 0.3s;
}
.skill-per.wcm{
    width: 80%;
    animation-delay: 0.3s;
}
.skill-per.jeng{
    width: 40%;
    animation-delay: 0.3s;
}
.skill-per.dlgf{
    width: 50%;
    animation-delay: 0.3s;
}