/*电脑适配*/
@media screen and (min-width: 800px){
    #tb_card a:hover {
        background: #f74235;
    }
    .btn-primary {
        color: #fff;
        background-color: #428bca;
        border-color: #357ebd;
    }
    #tb_card a {
        font-size: 14px;
        padding: 10px 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,.2);
        background: #ffae12;
        background: linear-gradient(to right,#ff9508 0,#ff6c62 100%);
        border: none;
    }
    #detailImage th, #detailImage td {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 800px){
    #tb_card a {
        color: blue;
        text-decoration: underline;
    }
    #detailImage th, #detailImage td {
        padding-left: 8px;
        padding-right: 8px;
    }

    #tb_score th, #tb_score td {
        padding-left: 15px;
        padding-right: 15px;
    }
}
#detailImage th, #detailImage td {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
}

#tb_score a{
    color: blue;
    text-decoration: underline;
}

#detailImage th, #detailImage td {
    border: 1px solid #ddd;
}

.btn{
    display: inline-block;
}

table{
    border-collapse: collapse;
    margin: auto;
}

.buyTitle{
    color: #343a40 !important;
    font-size: 24px;
    font-weight: 600 !important;
    text-align: center !important;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
    padding-top: 10px;
    display: inline-block;
}

#tb_card{
    margin-top: 10px;
}

.centerText a{
    color: #333;
    font-size: 14px;
    text-decoration: underline;
}

.centerText{
    padding: 10px 0px;
}

.shopRechargeTips {
    clear: both;
    text-align: center;
    color: #999;
    margin-top: 10px;
}