﻿.device-box {
    padding: 75px 0;
}




.machinery-cnt {
    display: flex;
    justify-content: space-between;

}

.machinery-cle {
    width: 20%;
}

.showLine-fixed {
    width: 260px;
    border: 1px solid #eeeeee;
    padding: 10px;
    position: relative;
    background-color: #ffffff;
    z-index: 9;
}

.layui-tree-entry {
    height: 30px;
}


.machinery-cri {
    width: 78%;
}











.device-btxt {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}





.device-btest {
    background-color: #d0ebf2;
    padding: 20px 40px;
    margin-top: 30px;
}

.device-btest>img {
    width: 100%;
    height: auto;
}

.device-btest>p {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px;
}




.deviceb-data {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.deviceb-data .layui-table {
    width: 50%;
    background-color: #969696;
}

.deviceb-data .layui-table:hover tr {
    background-color: #969696;
}

.layui-table td {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border: 2px solid #ffffff;
}

.ys {
    text-align: center;
    color: #ffffff !important;
    font-size: 16px;
    border: 2px solid #ffffff;
    font-weight: 600;
}


.deviceb-data .tablenum {
    background-color: #f4f6f7;
}

.deviceb-data .tablenum:hover tr {
    background-color: #f4f6f7;
}

.tablenum td {
    color: #333333;
}







.polarion-box {
    margin-top: 30px;
}

.polarion-btxt {
    font-size: 18px;
    color: #e31313;
    margin-top: 10px;
}

.polarion-bvideo {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.polarion-bvideo>ul {
    width: 49%;

}

.polarion-bvideo>ul>li {
    width: 100%;
}

.polarion-bvideo>ul>li video {
    width: 100%;
}

.bvideo-btm {
    margin-top: 10px;
}

.bvideo-btm h3 {
    font-size: 16px;
    color: #e71a21;
    font-weight: 600;
}

.bvideo-btm p {
    font-size: 16px;
    color: #333333;
}



.polarion-bway {
    padding: 20px;
    border: 1px dashed #d0ebf2;
    background-color: #d0ebf2;
    margin-top: 15px;
}

.polarion-bway h3 {
    font-size: 16px;
    font-weight: 600;
}

.polarion-bway p {
    font-size: 16px;
    color: #333333;
}










.deviceb-compare {
    margin-top: 30px;
}

.deviceb-tit h2 {
    font-size: 30px;
    font-weight: 600;
}

.compare-tab {
    margin-top: 25px;
}

.compare-tbkong {
    height: 100%;
    height: 30px;
    border: 1px dashed #999999;
}

.compare-tab .layui-table td,
.compare-tab .layui-table th {
    font-size: 16px;
}

.compare-tab tr th {
    background-color: #969696;
    text-align: center;
    color: #ffffff;
    border: 3px solid #ffffff;
}

.compare-tab tr td:nth-child(1) {
    background-color: #dfdfdf;
    color: #222222;
    font-weight: 600;
}

.compare-tab tr td {
    background-color: #f4f6f7;
    text-align: center;
    /* color: #333333;*/
    border: 3px solid #ffffff;

    color: #333;
}



@media only screen and (max-width: 1440px) {

    .device-box {
        padding: 50px 0;
    }





    .machinery-cri {
        width: 75%;
    }

    .device-btxt {
        font-size: 16px;
        line-height: 28px;
    }


    .device-btest {
        padding: 10px 30px;
        margin-top: 20px;
    }

    .device-btest>p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
    }

    .deviceb-data {
        margin-top: 20px;
    }

    .layui-table td {
        font-size: 14px;
    }



    .polarion-box {
        margin-top: 20px;
    }

    .deviceb-tit h2 {
        font-size: 24px;
    }

    .polarion-btxt {
        font-size: 16px;
        margin-top: 5px;
    }


    .bvideo-btm h3 {
        font-size: 14px;
    }

    .bvideo-btm p {
        font-size: 14px;
    }

    .polarion-bway {
        padding: 15px;
        margin-top: 10px;
    }



    .deviceb-compare {
        margin-top: 20px;
    }

    .polarion-bway h3 {
        font-size: 14px;
    }

    .polarion-bway p {
        font-size: 14px;
    }

    .compare-tab {
        margin-top: 15px;
    }

    .compare-tab .layui-table td,
    .compare-tab .layui-table th {
        font-size: 14px;
    }



}

@media only screen and (max-width: 769px) {

    .device-box {
        padding: .5rem .1rem;
    }

    .machinery-cnt {
        flex-direction: column;
    }


    .machinery-cle,
    .showLine-fixed {
        width: 100%;
    }


    .machinery-cri {
        width: 100%;
        margin-top: .2rem;
    }

    .device-btxt {
        font-size: 14px;
        line-height: 24px;
    }

    .device-btest {
        padding: .1rem .3rem;
        margin-top: .2rem;
    }

    .device-btest>p {
        font-size: 14px;
        line-height: 24px;
        margin-top: .1rem;
    }

    .deviceb-data {
        margin-top: .2rem;
    }

    .polarion-box {
        margin-top: .2rem;
    }


    .deviceb-tit h2 {
        font-size: 20px;
    }

    .polarion-btxt {
        font-size: 14px;
        margin-top: 5px;
    }

    .polarion-bvideo {
        flex-direction: column;
    }

    .polarion-bvideo>ul {
        width: 100%;
        margin-bottom: .2rem;
    }

    .bvideo-btm {
        margin-top: .1rem;
    }

    .polarion-bway {
        padding: .15rem;
        margin-top: .1rem;
    }


}