#vnt-mm-fixed {
    position: fixed;
    bottom: 18pt;
    left: 10px;
    z-index: 30;
}
#vnt-mm-fixed .menu{
    margin-bottom: 15px;
    position: relative;
}
#vnt-mm-fixed .menu .icon{
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 100%;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
    cursor: pointer;
}
#vnt-mm-fixed .menu .icon a.link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
#vnt-mm-fixed .menu.active .popup{
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
#vnt-mm-fixed .menu .popup{
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 10px;
    border-style: solid;
    border-width: 1px;
    background: #FFFFFF;
    border-radius: 0;
    width: 170px;
    padding: 10px 14px;
    border-radius: 4px;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
}
#vnt-mm-fixed .t1{
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 5px;
}
#vnt-mm-fixed .hotline{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color:#ff0000;
    position: relative;
}
#vnt-mm-fixed p{
    padding: 0;
}
#vnt-mm-fixed p.line{
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#vnt-mm-fixed .social ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}


.vnt-social-fixed{
    position: fixed;
    top: 30%;
    right: 10px;
    z-index: 20;
}
.vnt-social-fixed ul li{
    margin-bottom: 5px;
}