
/*body {*/
    /*background-color: #091114;*/
/*}*/
.ccg {
    text-align: center;
    padding-top: 30px;
    line-height: 70px;
    /*color: #fff;*/
}
.share {
    position: relative;
    width: 232px;
    height: 42px;
    margin: 0 auto;
    background-color: #ed691f;
    color: #fff;
    line-height: 40px;
    text-indent: 20px;
    border: 1px solid #fff;
}
.share span.bg {
    position: absolute;
    right: 0;
    z-index: 10;
    width: 25px;
    height: 40px;
    /*background-color: #fff;*/

}
.share span.bg:hover {
    cursor: pointer;
}
.share span.tria {
    position: absolute;
    right: 7px;
    top: 17px;
    z-index: 100;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
}
.share span.tria:hover {
    cursor: pointer;
}
.diag {
    width: 122px;
    height: 42px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    background-color: #cf010e ;
    color: #fff;
    margin-top: 40px;
    border-radius: 5px;
    font-size: 14px;
}
.surplus {
    position: relative;
    width: 210px;
    height: 60px;
    padding-left: 5px;
    margin: 50px auto 20px;
    text-align: center;
    /*color: #fff;*/
    line-height: 50px;
}
.surplus span {
    float: left;
    display: table;
}
.surplus .num {
    display: inline-block;
    width: 60px;
    height: 100%;
    color: #f00;
    font-size: 3em;
}
.share_btn {
    display: table;
    width: 100%;
    padding: 0 60px;
}
.share_btn li {
    float: left;
    width: 95px;
    height: 32px;
    border: 1px solid #111;
    margin: 10px 22px 10px 0 ;
    line-height: 30px;
    border-radius: 5px;
    font-size: 12px;
}
.share_btn .qq { margin-right: 0; }
.share_btn .baidu { margin-right: 0; }
.share_btn a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #111;
    text-align: right;
    padding-right: 10px;
}
.share_btn li span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 100%;
}