html {overflow-x:hidden;}
.fixed_right {
    position: fixed;
    right: 27px;
    top: 380px;
    width: 150px;
    text-align: center;
    z-index: 1000;
    font-size: 0;
}
.fixed_right a:visited {
    text-decoration: none;
}

.fixed_right a:link {
    text-decoration: none;
}
.fixed_right a:hover {
	color:#fff;
    text-decoration: none;
}
.fixed_right_wrapper {
    display: inline-block;
    width: 100%;
    height: 100px;
    background-color: #36aafd;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #5dc0d3;
    font-size: 14px;
    color: #ffffff;
}
.fixed_right .pos_img {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 100;
}
.fixed_right_wrapper.fixed_right_wrapper_qq {
    height: 73px;
    line-height: 73px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.fixed_right_wrapper span {
    margin-right: 2px;
    vertical-align: middle;
}
.fixed_right_wrapper.fixed_right_wrapper_phone {
    height: 56px;
    line-height: 56px;
}
.fixed_right_wrapper.fixed_right_wrapper_zs {
    height: 177px;
}
.fixed_right_wrapper .fixed_right_item {
    height: 50px;
    line-height: 50px;
}
.fixed_right_wrapper.goTop {
    height: 51px;
    padding-top: 10px;
    border-bottom: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.goTop p {
    line-height: 1;
	margin: 0 0 10px;
}
