
.mobShow {
    display: none;
}
.tip {
    position: absolute;
    height: 100%;
    width: 100%;
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
    }
}
.gslider {
    position: relative
}
.tip-com span {
    width: 14px;
    height: 14px;
    background: #f5633d;
    border-radius: 69%;
    color: transparent;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tip1 .tip1_1,
.tip1 .tip1_2,
.tip1 .tip1_3,
.tip2 .tip2_1,
.tip2 .tip2_2,
.tip2 .tip2_3,
.tip3 .tip3_1 {
    position: absolute !important;
    top: 159px;
    left: 329px;
}
.tip1 .tip1_1 {
    top: 52%;
    left: 75%;
}
.tip1 .tip1_2 {
    top: 218px;
    left: 250px;
}
.tip1 .tip1_3 {
    top: 53px;
    left: 484px;
}
.tip2 .tip2_1 {
    top: 214px;
    left: 200px;
}
.tip2 .tip2_2 {
    top: 155px;
    left: 190px;
}
.tip2 .tip2_3 {
    top: 15%;
    left: 87%;
}
.tip3 .tip3_1 {
    top: 155px;
    left: 456px;
}
.tip-tool {
    background: #3f3f3f;
    color: #fff;
    padding: 7px 22px 12px 19px;
    border-radius: 2px;
    width: 300px;
    margin: -25px 0 0 34px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.6);
    position: absolute;
    transform: scale(0.9);
    opacity: 0;
    z-index: -1;
}
.tip1 .tip1_1_tool,
.tip1 .tip1_2_tool,
.tip1 .tip1_3_tool,
.tip2 .tip2_1_tool,
.tip2 .tip2_2_tool .tip2 .tip2_3_tool,
.tip3 .tip3_1_tool {
    position: absolute;
    top: 306px;
    left: -27px;
    width: 250px;
}
.tip1 .tip1_1_tool {
    top: 28%;
    left: 38%;
}
.tip1 .tip1_2_tool {
    top: 204px;
    left: 230px;
}
.tip1 .tip1_3_tool {
    top: 45px;
    left: 110px;
}
.tip2 .tip2_1_tool {
    top: 195px;
    left: 180px;
}
.tip2 .tip2_2_tool {
    top: 142px;
    left: 165px;
}
.tip2 .tip2_3_tool {
    top: 100px;
    left: 350px;
}
.tip3 .tip3_1_tool {
    top: 77px;
    left: 277px;
}
.tip1 .tip1_1_tool::before,
.tip1 .tip1_2_tool::before,
.tip1 .tip1_3_tool::before,
.tip2 .tip2_1_tool::before,
.tip2 .tip2_2_tool::before,
.tip2 .tip2_3_tool::before,
.tip3 .tip3_1_tool::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #3f3f3f;
    top: 25px;
    left: -8px;
}
.tip1 .tip1_1_tool::before {
    top: 93px;
    left: 82%;
    transform: rotate(270deg);
}
.tip1 .tip1_2_tool::before {
    left: -8px;
    top: 37px;
}
.tip1 .tip1_3_tool::before {
    top: 20%;
    left: 100%;
    transform: rotate(180deg);
}
.tip2 .tip2_1_tool::before {
    top: 45%;
    left: -8px;
    transform: rotate(0deg);
}
.tip2 .tip2_2_tool::before {
    top: 37%;
    left: -8px;
}
.tip2 .tip2_3_tool::before {
    top: -12px;
    left: 243px;
    transform: rotate(90deg);
}
.tip3 .tip3_1_tool::before {
    top: auto;
    left: 43%;
    bottom: -11px;
    transform: rotate(270deg)
}
.close,
.closePop {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 12px;
    height: 12px;
    opacity: 0.3;
    cursor: pointer;
}
.close:before,
.close:after,
.closePop:before,
.closePop:after {
    position: absolute;
    left: 5px;
    content: ' ';
    height: 12px;
    width: 2px;
    background-color: #fff;
}
.close:before,
.closePop:before {
    transform: rotate(45deg);
}
.close:after,
.closePop:after {
    transform: rotate(-45deg);
}
.tip-tool h5 {
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 7px;
    font-weight: 500;
    color: #fff;
    line-height: 20.15px;
}
.tip-tool.active {
    opacity: 1;
    transition: 1s;
    z-index: 999;
}
#slilock .gslider .tip-tool p {
    margin: 4px 0 6px;
    font-size: 14px;
    line-height: 20px;
    color: #c8c8c8;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .tip {
        display: none;
    }
    .tip-com span {
        color: #fff;
    }
    .mobShow {
        display: block;
    }
}
