/* HTML5 display-role reset for older browsers */
ol,
ul,li{
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* user css  直接copy过去即可*/
.user-side-fixed{
    position: fixed;
    right: -80px;
    top: 50%;
    margin-top: -150px;
    width: 110px;
    float: right;
    z-index: 1000000;
}
.left-btn-fixed{
    float: left;
    width: 30px;
    height: 80px;
    position: relative;
    bottom: 50%;
    margin-bottom: -40px;
}
.left-btn-fixed span{
   width: 30px;
   height: 80px;
   float: left;
   text-align: center;
   background: #1b6fa5;
   color: #fff;
   cursor: pointer;
   line-height: 80px;
}
.left-btn-fixed span i{
   display: inline-block;
 }

.left-btn-fixed span:nth-of-type(2){
   display: none;
   background: #96a5b3;
 }
 .left-btn-fixed span:nth-of-type(1) i{
    transform: rotate(180deg)
  }
.right-content-fixed{
    float: right;
    width: 80px;
}
.user-side-fixed li{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #96a5b3;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    background-color:#ffffff;
}
.user-side-fixed li:hover{
    background: #1b6fa5;
    color: #fff;
}
.user-hide-block{
    float: left;
    position: absolute;
    right: 81px;
    top: 0;
    padding: 15px;
    background: #fff;
    display: none;
    border:1px soli #f5f5f5;
    box-shadow: 0px 0 8px rgba(0,0,0,.07)
}

.user-tops{
    width: 80px;
    height: 80px;
    float: left;
    line-height: 80px;
    text-align: center;
    color: #96a5b3;
    font-size: 40px;
    font-weight: 700;
    /*border: 1px solid #ddd;*/
    border-bottom: none;
    transition: all linear .5s; 
    display: none;
    background-color:#ffffff;
}
.user-tops:hover{
    background: #1b6fa5;
    color: #fff;
    border: 1px solid #1b6fa5;
}
.wxblock img{
    width:100px;
    height: 100px;
    float: left;
}
.text-aligns{
    text-align: center;
}
.wxblock{
    font-size: 14px;
    color: #1b6fa5;
}
.user-contact-list{
    width: 240px;
    overflow: hidden;
    margin:15px 0;
}
.user-fixed-left-block{
    float: left;
    width: 60px;
    font-size: 40px;
    color: #96a5b3 !important;
    line-height: 40px;
}
.user-fixed-right-block{
    float: right;
    text-align: left;
    width:160px;
}
.user-fixed-right-block h3{
    font-size: 16px;
    color: #1b6fa5;
    height: 20px;
    line-height: 20px;
}
.user-fixed-right-block h1{
    font-size: 18px;
    color: #96a5b3;
    height: 25px;
    line-height: 25px;
}
.user-qq{
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #1b6fa5;
    font-weight: normal;
    text-decoration: none;
}