.fixed-contact{position: fixed;z-index: 10;right:30px;bottom: 60px;width: 60px;-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);}
.fc-item{position: relative;display: block;width: 60px;height: 60px;border-bottom: 1px solid #fff;background-color: #333;text-align: center;cursor: pointer;}
.fc-item > img{display: inline-block;margin: 5px auto 0;width: 30px;}
.fc-item span{display: block;font-size: 12px;color: #fff;}
.fc-item-box{position: absolute;top: 0;right: 100%;padding-top: 6px;margin-right: 10px;width: 180px;height: 100%;background-color: #1f4897;font-size: 14px;line-height: 24px;color: #fff;text-align: center;display: none;}
.fc-item-box:after{
    content: '';position: absolute;top: 25px;left: 100%;width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 10px;border-color: transparent transparent transparent #f5f5f5;
}
.fc-item-box a{line-height:48px;padding-left:20px;color:#ffffff;}
.fc-item:hover .fc-item-box, .fc-item:hover .fc-item-code{display: block;}
.fc-item-code{position: absolute;bottom: 0;right: 100%;margin-right: 10px;display: none;}
.fc-item-code img{display: block;width: 156px;}
.fixed-gotop{width: 60px;height: 50px;background-color: #fff;text-align: center;}
.fixed-gotop img{display: inline-block;margin: 8px auto;}