@media screen and (min-width:960px) {


    .bk-test-five {
        width: 100%;
        margin-top: 0.2rem;
        background: url(/img/html5_join/course/bk/bk_test_yinying.png) no-repeat;
        height: 4.66rem;
        margin-left: auto;
        margin-right: auto;
        background-size: cover;
        /* border: solid 1px red; */
    }
    
    .bk-test-five-container {
        width: 14.4rem;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        display: flex;
    }
    
    .bk-test-five-container>dl {
        box-sizing: border-box;
        width: 2.88rem;
        padding: 0.4rem;
        height: 100%;
        background-color: #FF9501;
    }
    
    .bk-test-five-container>dl:nth-of-type(2) {
        background-color: #F14B23;
    }
    
    .bk-test-five-container>dl:nth-of-type(3) {
        background-color: #86B514;
    }
    
    .bk-test-five-container>dl:nth-of-type(4) {
        background-color: #424AE5;
    }
    
    .bk-test-five-container>dl:nth-of-type(5) {
        background-color: #AA42E5;
    }
    
    .bk-test-five-container>dl>dt {
        height: 2.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    
    }
    
    .bk-test-five-container>dl>dt>a {
        display: block;
        font-family: "ruiyizhenyan";
        font-size: 0.9rem;
        color: #FF9501;
        width: 1.54rem;
        height: 1.54rem;
        line-height: 1.54rem;
        text-align: center;
        font-weight: 400;
        /* background: #fff; */
        border-radius: 50%;
        border: solid 1px #fff;
        color: #fff;
    }
    
    .bk-test-five-container>dl>dd {
        font-family: "siyuan-r";
        color: #fff;
        font-size: 0.18rem;
        text-align: center;
        line-height: 1.5em;
    }





    
}


@media screen and (max-width:960px){

    
    .bk-test-five {
        width: 100%;
        margin-top: 0.2rem;
        background: url(/img/html5_join/course/bk/bk_test_yinying.png) no-repeat;
        height: 4.66rem;
        margin-left: auto;
        margin-right: auto;
        background-size: cover;
        /* border: solid 1px red; */
    }
    
    .bk-test-five-container {
        width: 14.4rem;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        display: flex;
    }
    
    .bk-test-five-container>dl {
        box-sizing: border-box;
        width: 2.88rem;
        padding: 0.4rem;
        height: 100%;
        background-color: #FF9501;
    }
    
    .bk-test-five-container>dl:nth-of-type(2) {
        background-color: #F14B23;
    }
    
    .bk-test-five-container>dl:nth-of-type(3) {
        background-color: #86B514;
    }
    
    .bk-test-five-container>dl:nth-of-type(4) {
        background-color: #424AE5;
    }
    
    .bk-test-five-container>dl:nth-of-type(5) {
        background-color: #AA42E5;
    }
    
    .bk-test-five-container>dl>dt {
        height: 2.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    
    }
    
    .bk-test-five-container>dl>dt>a {
        display: block;
        font-family: "ruiyizhenyan";
        font-size: 0.9rem;
        color: #FF9501;
        width: 1.54rem;
        height: 1.54rem;
        line-height: 1.54rem;
        text-align: center;
        font-weight: 400;
        /* background: #fff; */
        border-radius: 50%;
        border: solid 1px #fff;
        color: #fff;
    }
    
    .bk-test-five-container>dl>dd {
        font-family: "siyuan-r";
        color: #fff;
        font-size: 0.18rem;
        text-align: center;
        line-height: 1.5em;
    }


    .bk-test-five-container {
        width: 3.6rem;
        flex-wrap: wrap;
    }

    .bk-test-five-container>dl {

        box-sizing: border-box;
        width: 1.2rem;
        padding: 0.15rem;
        /* padding-left: 0.15rem;
        padding-right: 0.15rem; */
        height: 2.7rem;

    }

    .bk-test-five-container>dl>dt {
        height: 0.8rem;
    }

    .bk-test-five-container>dl>dd {
        font-size: 0.1rem;
    }

    .bk-test-five-container>dl>dt>a {
        width: 0.64rem;
        height: 0.64rem;
        line-height: 0.64rem;
        font-size: 0.2rem;
        border: solid 1px #fff;
    }

    .bk-test-five-container>dl:nth-last-of-type(1),
    .bk-test-five-container>dl:nth-last-of-type(2) {
        width: 1.8rem;
        height: 2.1rem;
    }

    
}