
.cbl {
    width: 60px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -120px;
    z-index: 9999;
    display: none;
}
.cbl .zuoce {
    width: 160px;
    height: 200px;
    position: absolute;
    left: -160px;
    top: 0;
    border: 1px solid #f2f2f2;
    border-right: 0;
    box-sizing: border-box;
    background: white;
    font-size: 16px;
    display: none;
    text-align: center;
}
.cbl .zuoce img {
    width: 120px;
    height: 120px;
    margin-top: 10px;
}
.cbl .zuoce span {
    text-align: center;
    display: inline-block;
    font-size: 16px;
}
.cbl .zfankui {
    display: none;
    width: 220px;
    height: 100%;
    left: -220px;
    background: #f0f0f0;
}
.cbl .zfankui .fankuitext {
    width: 200px;
    height: 180px;
    margin-top: 10px;
    -moz-box-shadow: 1px 1px 0 #E7E7E7;
    -moz-box-sizing: border-box;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-family: arial, sans-serif;
    font-size: 13px;
    height: 160px;
    margin: 10px auto;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    text-indent: 2px;
    padding: 2px;
    resize: none;
}
.cbl .zfankui .bzzx {
    width: 200px;
    margin: auto;
    text-align: center;
    font-size: 12px;
    margin-top: -8px;
}
.cbl .zfankui .bzzx a {
    color: #0099e5;
}
.cbl .zfankui #submit {
    width: 50px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    color: white;
    text-align: center;
    background: #ff9600;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.cbl .zfankui #quxiao {
    width: 50px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    color: white;
    text-align: center;
    background: #ccc;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    bottom: 10px;
}
.cbl .zfankui #submit:hover {
    background: #ff5a00;
}
.cbl .zfankui #quxiao:hover {
    background: #ff5a00;
}
.cbl .cbli {
    width: 60px;
    height: 60px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    float: left;
    background: #adadad;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    transition: all .3s;
}
.cbl .cbli .totop {
    margin-top: 20px;
}
.cbl .cbli .shouji {
    margin-left: 2px;
}
.cbl .cbli .fankui {
    margin-left: -3px;
}
.cbl .cbli:hover {
    background: #ffae00 !important;
}