

.top:before {
    transform: rotate(45deg);
    top: -6px;
    left: 50%;
}

.left:before {
    transform: rotate(-45deg);
    top: 50%;
    left: -7px;
}

.right:before {
    transform: rotate(135deg);
    top: 50%;
    left: 97%;
}

.introhlep {
    box-sizing: content-box;
    position: absolute;
    z-index: 9999998;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
    transition: all .3s ease-out;
}

#mask {
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 170;
    right: 0;
    position: fixed;
    background: rgba(51,51,51, 0.5);
}

.showElement {
    z-index: 9999999 !important;
    position: relative;
 
}

.mask-tip {
    min-width: 175px;
    text-align: center;
    /* border: 1px solid rgb(0, 94, 166); */
    border-radius: 4px;
    padding: 5px 10px;
    position: absolute;
    top: 120px;
    left: 65px;
    background: white;
}

    .mask-tip:before {
        content: "";
        width: 10px;
        height: 10px;
        /* border: 1px solid rgb(0, 94, 166); */
        background: white;
        position: absolute;
        border-right-width: 0;
        border-bottom-width: 0;
    }

.mask-tip-desc {
    display: block;
    margin-bottom: 10px;
}

.mask-tip-btn {
    border-radius: 4px;
    padding: 6px;
    border: none;
    background-color: rgb(0, 94, 166);
    cursor: pointer;
    color: white;
}

.trup-red{
    color: rgb(233, 18, 18);
    font-size: 14px;
}
.trup-row{
    font-size: 12px;
}
.trup-row+.trup-row{
    margin-top: 3px;
}
.trup-t-left{
    text-align: left;
   
}