.menu-tips-share {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
}

.menu-tips-share .tips-share-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 10;
    opacity: .7;
}

.menu-tips-share .tips-share-item {
    width: 80vw;
    height: 50vh;
    background-color: #ffffff;
    position: absolute;
    top: 25vh;
    right: 0;
    left: 10vw;
    bottom: 0;
    z-index: 11;
    text-align: center;
}

.menu-tips-share .tips-share-item .item-close-icon {
    background: url(../images/close-icon.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 7vw;
    height: 11.72093vw;
    display: inline-block;
    position: absolute;
    top: 5%;
    right: 5%;
}

.menu-tips-share .tips-share-item .item-share {
    width: 40%;
    margin-left: 30%;
    margin-top: 30%;
    display: block;
}


.menu-tips-share .tips-share-item .item-share .item-share-icon {
    background: url(../images/share-icon.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 17vw;
    height: 13.788vw;
    display: inline-block;
}

.menu-tips-share .tips-share-item .item-blog {
    display: block;
    margin-top: 12%;
    width: 40%;
    margin-left: 30%;
}

.menu-tips-share .tips-share-item .item-blog .item-blog-icon {
    background: url(../images/blog-icon.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 17vw;
    height: 13.98131vw;
    display: inline-block;
}

.menu-tips-share .tips-share-item .item-text1 {
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin-top: 2vh;
    color: #000;
}

.menu-tips-share .tips-share-item .item-text2 {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-top: 1vh;
    color: #000;
}

.menu-tips-share .tips-index-icon {
    background: url(../images/index-icon.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 22vw;
    height: 27.62406vw;
    z-index: 11;
    position: absolute;
    top: 3%;
    right: 10vw;
}