.show_detail > h2 {
    background: #0b6cbc;
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border-radius: 0 20px 0 0;
}

.show_detail li {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #0C0C0C;
    padding: 0 200px;
    box-sizing: border-box;
}

.show_detail li > div {
    float: left;
    margin-right: 60px;
    width: 140px;
}

.show_detail li > div i {
    width: 48px;
    display: inline-block;
    text-align: center;
}

.show_detail .ball_jianada {
    width: 100%;
    height: 100%;
    line-height: 26px;
    margin-right: 4px;
}

.ball_jianada {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background: #0b6cbc;
    color: white;
    font-size: 14px;
    border-radius: 50%;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.card-holder {
    position: fixed;
    width: 0px;
    overflow: visible;
}

.card-holder a:link,
.card-holder a:hover,
.card-holder a:visited,
.card-holder a:active{
    color: #fff;
    text-decoration: none;
}

.card-wrapper {
    display: inline-block;
    float: right;
    clear: both;
}

.card {
    position: relative;
    left: 32px;
    padding: 16px 32px 16px 64px;
    margin: 8px;
    background: #fff;
    transition: all 0.3s ease-in-out 0.1s;
}


.card:hover {
    position: relative;
    left: 100%;
    margin-left: -32px;
    transition: all 0.3s ease-in-out;
}

.card-content {
    display: inline-block;
    color: #fff;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.bg-01 {
    background: black;
}

.bg-02 {
    background: black;
}

.bg-03 {
    background: black;
}

.bg-04 {
    background: black;
}

.bg-05 {
    background: black;
}

.bg-06 {
    background: #E2AE63;
}
.side-bar a,.chat-tips i {background: url('/static/resource/images/right_bg.png') no-repeat;}
.side-bar {width: 66px;position: fixed;bottom: 80px;right: 25px;font-size: 0;line-height: 0;z-index: 100;}
.side-bar a {width: 66px;height: 66px;display: inline-block;margin-bottom: 10px;}
.side-bar a:hover {background-color: #669fdd;}
.side-bar .icon-qq {background-position: 0 -62px;}
.side-bar .icon-chat {background-position: 0 -130px;position: relative;}
.side-bar .icon-blog {background-position: 0 -198px;}
.side-bar .icon-mail {background-position: 0 -266px;}
.side-bar .icon-tg {background-position: 0 -266px;}
.side-bar .icon-qq:hover .qq-chat-tips {display: block;}
.side-bar .icon-chat:hover .ww-chat-tips {display: block;}
.side-bar .icon-blog:hover .yy-chat-tips {display: block;}
.side-bar .icon-mail:hover .mail-chat-tips {display: block;}
.side-bar .icon-tg:hover .telegram-chat-tips {display: block;}
.qq-chat-tips {padding: 20px;border: 1px solid #ff9900;position: absolute;right: 78px;top: 0px;background-color: #ff9900;display: none;border-radius: 10px}
.ww-chat-tips {padding: 20px;border: 1px solid #ff9900;position: absolute;right: 78px;top: 0px;background-color: #ff9900;display: none;border-radius: 10px}
.yy-chat-tips {padding: 20px;border: 1px solid #ff9900;position: absolute;right: 78px;top: 135px;background-color: #ff9900;display: none;border-radius: 10px}
.mail-chat-tips {padding: 20px;border: 1px solid #d1d2d6;position: absolute;right: 78px;top: 205px;background-color: #fff;display: none;}
.telegram-chat-tips {padding: 20px;border: 1px solid #d1d2d6;position: absolute;right: 78px;top: 270px;background-color: #fff;display: none;}
.qq-chat-tips i {width: 9px;height: 16px;display: inline-block;position: absolute;right: -9px;top: 80px;background-position:-88px -350px;}
.chat-tips img {width: 138px;height: 138px;}

.title{
    position: relative;
    height: 32px;
    padding: 0 10px;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
}
.title .info {
    float: left;
}
.title span {
    /*margin-left: 5px;*/
    line-height: 32px;
    vertical-align: middle;
}

.title h3 {
    line-height: 32px;
    font-size: 16px;
}

.tbox {
    text-align: right;
    /*overflow: auto;*/
}

.tbox table {
    display: inline-table;
    min-height: 180px;
    border-collapse: collapse;
    border-spacing: 0;
}

.tbox table tfoot {
    background-color: #f7f7f7;
    display: table-footer-group;
    vertical-align: middle;
    border-color: inherit;
}
.tbox table td {
    padding: 10px 0;
    vertical-align: top;
    border: 1px solid #e2e2e2;
    white-space: nowrap;
    text-align: center;
}

.tbox table td:nth-child(2n) {
    background-color: #f7f7f7;
}