.side-menu {
    position: fixed;
    right: 5%;
    top: 30%;
    width: 1.3rem;
    height: auto;
    z-index: 700;
}

.side-menu .menu-one {
    position: relative;
    width: 100%;
    height: 1.3rem;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
}

.side-menu .menu-one:last-child {
    margin-bottom: 0;
}

.side-menu .menu-zixun:hover,
.side-menu .menu-phone:hover,
.side-menu .menu-top:hover {
    background: #0096ff;
}

.side-menu .menu-one img {
    display: inline-block;
    width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: .15rem;
}

.side-menu .menu-one p {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: .1rem;
    line-height: .3rem;
    font-size: .22rem;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
}

.side-menu-mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 600;
}

.side-menu-mask .phone-info {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 700;
    width: 5rem;
    height: 2.5rem;
    background: #fff;
}

.side-menu-mask .phone-info .title {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: .2rem;
    line-height: .5rem;
    font-size: .3rem;
    color: #000;
    text-align: center;
}

.side-menu-mask .phone-info hr {
    display: inline-block;
    width: 80%;
    height: 2px;
    margin-top: .1rem;
    margin-bottom: 0;
    margin-left: 10%;
    background: #000;
}

.side-menu-mask .phone-info .phone {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: .1rem;
    line-height: .4rem;
    font-size: .35rem;
    color: #000;
    text-align: center;
}