﻿body {

    @media screen and (max-width: 1920px) {

        .el-checkbox-button:nth-child(15) {
            border-left: 1px solid #DCDFE6;
        }
    }

    @media screen and (max-width: 1768px) {

        .el-checkbox-button:nth-child(14) {
            border-left: 1px solid #DCDFE6;
        }
    }

    @media screen and (max-width: 1680px) {

        .el-checkbox-button:nth-child(13) {
            border-left: 1px solid #DCDFE6;
        }
    }

    @media screen and (max-width: 1600px) {

        .el-checkbox-button:nth-child(13) {
            border-left: 1px solid #DCDFE6;
        }
    }

    @media screen and (max-width: 1366px||) {

        .el-checkbox-button:nth-child(10) {
            border-left: 1px solid #DCDFE6;
        }
    }

    @media screen and (max-width: 1360px) {

        .el-checkbox-button:nth-child(10) {
            border-left: 1px solid #DCDFE6;
        }
    }

    @media screen and (max-width: 1280px) {

        .el-checkbox-button:nth-child(9) {
            border-left: 1px solid #DCDFE6;
        }
    }
}
