.fix-msg {
    width: 80px;
    height: 210px;
    position: fixed;
    right: 0;
    
    
    bottom: 8%;
    z-index: 1200;
}
.fix-msg-inner{
    position: relative;
}
.fix-msg-part {
    width: 100%;
    height: 80px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    
    cursor: pointer;
}
.fix-msg-part img {
    margin-bottom: 5px;
    margin-top: 10px;
}
.fix-msg-part-iphone {
    background:#5E75E6 ;
}
.fix-msg-part-iphone-num{
    background:#4C65E0;
    position: absolute;
    width: 170px;
    top: 0;
    right: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    display: none;
}
.fix-msg-part-qq {
    background:#78C340 ;
}
 .fix-msg-part-qq a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.fix-msg-part-weixin {
    background:#FBB01F ;
}
.fix-msg-part-weixin-icon {
    position: absolute;
    bottom: 0;
    right: 80px;
    display: none;
}
.fix-msg-part-weixin-icon img {
    width: 126px;
    height: 126px;
}