body{
    overflow-x: hidden;
}

#right_side{
    position: absolute;
    top: 100px;
    width: 200px;
    right:-125px;
    height: 379px;
    text-align:center;
}
#right_side div{
    background: #48b090;
    color:white;
    border-bottom: 1px solid white;
    padding: 15px 0;
    cursor:pointer;
    width:75px;
}
a{
    text-decoration:none;
}
.qq a{
    text-decoration:none;
    color:white;
}
.qq i,.word i{
    font-size:20px;
}
#right_side div span{
    font-size:14px;
}
.phone i{
    font-size:25px;
}
.phone{
    width: 200px!important;
    padding: 10px 5px!important;
    position:relative;
    right:0;
    transition: all 0.5s;
}
.phone p{
    display:inline-block;
    vertical-align: middle;
}
.phone p:first-of-type{
    width:75px;
    margin-left: -12px;
}
.phone p:last-of-type{
    padding-left:3px;
}
.phone:hover{
    right:125px;
}
.erweima{
    padding:5px 0 0 !important;
}
.erweima img{
    width:98%;
}



