/* ΜαΚΎΠΕΟ’ */
.show-tip-icon {
    display: block;
    width: 105px;
    height: 105px;
    position: absolute;
    left: 90px;
    bottom: 121px;
    background-image: url(../map/images/show-tip.png);
    background-size: 100% 100%;
    z-index: 100;
    cursor: pointer;
}

.show-tip {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .show-tip .show-tip-bg2 {
        width:2916px;
        height: 1381px;
        background-image: url(../map/images/show-tip-bg.png);
        background-size: 100% 100%;
        position: relative;
    }

    .show-tip .tip-text {
        width: 506px;
        height: 144px;
        background-image: url(../map/images/xts.png);
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        top: 107px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .show-tip .show-tip-ul {
        width: 85%;
        position: absolute;
        top: 408px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

        .show-tip .show-tip-ul li {
            font-size: 50px;
            font-family: SourceHanSans;
            font-weight: 400;
            color: #3C1908;
            line-height: 70px;
            display: flex;
            align-items: center;
            padding-bottom: 35px;
        }

            .show-tip .show-tip-ul li .index {
                width: 49px;
                min-width: 49px;
                height: 55px;
                background-image: url(../map/images/index-type.png);
                background-size: 100% 100%;
                display: block;
                margin-right: 18px;
                box-sizing: border-box;
                line-height: 49px;
            }

            .show-tip .show-tip-ul li span {
                display: block;
                line-height: 1.5;
            }

.show-tip .tip-close {
    width: 95px;
    height: 95px;
    background-image: url(../map/images/show-tip-close.png);
    background-size: 100% 100%;
    position: absolute;
    top: 66px;
    right: 11px;
    display: block;
    cursor: pointer;
}
