.dockbig {
    position: fixed;
    right: 0px;
    width: 120px;
    min-height: 350px;
    z-index: 200;
    top: 50%;
    padding: 0 4px;
    margin-top: -262px;
    background: #2d2d2d;
    background-color: rgba(0,0,0,.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}

.dockbig ul {
    overflow: hidden;
}

.dockbig li {
    padding: 0 6px;
    margin-top: -1px;
    border-top: 1px dashed #d8d8d8;
}

.dockbig li .tell {
    padding-top: 15px;
}

.dockbig li .tell p {
    display: block;
    /*padding-left: 34px;*/
    margin-bottom: 0;
    /*height: 24px;
    line-height: 24px;*/
    font-size: 14px;
    text-align: center;
    /*background: url(../images/qq/rightfix_tellicon.png) no-repeat left center;*/
}

.dockbig li .tell p + p {
    display: block;
    padding: 4px 0 15px;
    font-size: 14px;
    /*font-family: "Arial Black";*/
    text-align: center;
    letter-spacing: 1px;
}
.dockbig li .tell .btn {
    padding: 2px 15px;
    font-size: 14px;
    background-color: #148ce6;
    border-radius: 20px;
    border: none !important;
}

.dockbig li .kefu {
    padding-top: 18px;
    margin: auto;
    width: 90px;
}

.dockbig li .kefu p a {
    display: block;
    padding-top: 56px;
    margin-bottom: 18px;
    width: 90px;
    height: 90px;
    line-height: 14px;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: url(../images/qq/rightfix_qq.png) top center no-repeat;
}
.dockbig li .kefu p a span {
	font-size: 12px;
}

.dockbig li .code {
    padding: 20px 0;
    margin: auto;
    width: 100px;
    text-align: center;
}

.dockbig li .code img {
    display: block;
    width: 100px;
}

.dockbig li .code p {
    /*padding-top: 8px;*/
    line-height: 20px;
    font-size: 14px;
}

.dockbig li .gotop {
    display: block;
    width: 100%;
    height: 42px;
    cursor: pointer;
    background: url(../images/qq/rightfix_gotop.png) no-repeat center;
}
.dockbigTop {
    position: absolute;
    left: -34px;
    top: 20px;
    padding: 20px 10px 10px 10px;
    width: 34px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background: url(../images/qq/dockbigtop.png) center 12% no-repeat #2d2d2d;
    background: url(../images/qq/dockbigtop.png) center 12% no-repeat rgba(0,0,0,.6);
    border-radius: 5px 0 0 5px;
    cursor: pointer;    
}
.dockbigBottom {
    position: absolute;
    left: -34px;
    bottom: 20px;
    padding: 10px 10px 20px 10px;
    width: 34px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background: url(../images/qq/dockbigbottom.png) center 88% no-repeat #2d2d2d;
    background: url(../images/qq/dockbigbottom.png) center 88% no-repeat rgba(0,0,0,.6);
    border-radius: 5px 0 0 5px;
    cursor: pointer;    
}
.dockbigLeft {
    position: absolute;
    left: -34px;
    top: 50%;
    padding: 10px 10px 0 10px;
    margin-top: -50px;
    width: 34px;
    height: 100px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: url(../images/qq/dockbighide.png) center 86% no-repeat #2d2d2d;
    background: url(../images/qq/dockbighide.png) center 86% no-repeat rgba(0,0,0,.6);
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}

.dockbigLeft.off {
    background-image: url(../images/qq/dockbigshow.png);
}

.dockbig.selected {
    right: -120px;
}
