.difficultyBox {
    text-align: center;
    background-color: #f5f7f8;
    padding: 30px 0;
}
.difficultyTitleBox{
    margin-bottom: 24px;
    font-size: 28px;
    color: #0f0f0f;
    font-family: "微软雅黑 Light";
}
.difficultyItemBox{
    display:flex;
    align-items:center;
    justify-content:center;
}
.difficultyItem{
    padding: 50px;
    font-weight: bold;
    font-size: 18px;
    border-right: #e7e7e7 1px solid;
    width: 100%;
}

.indexBox2{
    text-align: center;
    padding: 30px 0 0 0;
}
.indexBox3{
    text-align: center;
    padding: 30px 0;
    background: url("../imgs/banner2.jpg");
}
.indexBox2Title{
    font-size: 42px;
    color: #0f0f0f;
    font-family: "微软雅黑 Light";
}

.indexBox3Title{
    font-size: 42px;
    font-family: "微软雅黑 Light";
    color: #e7e7e7;
}

.indexBox2Item {
    text-align: center;
    margin: 20px 25%;
    font-size: 16px;
    line-height: 1.75;
    color: #606060;
}

.indexPlaceOrderA {
    background: #3B9FF2;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 30px;
    display: inline-block;
}

#indexTableBox th{
    text-align: center;
}
#indexTableBox td{
    color: #ffffff;
    text-align: center;
    background-color: #5d5d5d;
}
.indexBox3Comment{
    padding-top: 10px;
}
.indexBox3Comment div{
    color: #cccccc;
}
#indexChoosePayBox .loginBoxLine{
    margin-top: 10px;
}

#detailBox {
    text-align: center;
    background-color: #fff;
}

/*电脑适配*/
@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 {
        color: #ffffff;
        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{
    display: inline-block;
}

#detailImage th, #detailImage td {
    border: 1px solid #ddd;
}

#detailImage th, #detailImage td {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
}