
.checkList {
        width: 97%;
        margin: 15px auto;
        border: #f0f0f0 1px solid;
}
.checkListCon {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-bottom: #f0f0f0 1px solid;
}
.checkListCon:last-child {
        border: none;
}
.checkListCon .el-checkbox__label {
        font-size: 13px;
}
.checkListCon_one {
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: 2%;
        position: relative;
        /* border-bottom: 1px solid #f0f0f0; */
        line-height: 40px
}
.checkListCon_one .checkListCon_one_lable {
        width: 10%;
        min-width: 120px
}
.checkListCon_two {
        padding-left: 2%;
        display: block;
        flex: 1;
        min-height: 40px;
        border-left: 1px solid #f0f0f0
}
.checkListCon_three {
        display: flex;
        align-items: center;
        /* border-bottom: 1px solid #f0f0f0 */
        position: relative;
}
.checkListCon_three::before {
        content: "";
        width: 102.3%;
        height: 1px;
        background-color: #f0f0f0;
        position: absolute;
        left: -2.3%;
        bottom: 0;
}
.checkListCon_three:last-child::before {
        height: 0;
}
.checkListCon_three .checkListCon_one_lable {
        width: 10%;
        min-width: 120px
}
.checkListCon_isthree {
        padding-left: 2%;
        flex: 1;
        min-height: 40px;
        border-left: 1px solid #f0f0f0
}
.checkListCon_four {
        display: flex;
        align-items: center;
        /* border-bottom: 1px solid #f0f0f0 */
        position: relative;
}
.checkListCon_four::before {
        content: "";
        width: 102.3%;
        height: 1px;
        background-color: #f0f0f0;
        position: absolute;
        left: -2.3%;
        bottom: 0;
}
.checkListCon_four:last-child::before {
        height: 0;
}
.checkListCon_isfour {
        padding-left: 2%;
        flex: 1;
        min-height: 40px;
        border-left: 1px solid #f0f0f0;
}
.checkListCon_five {
        display: flex;
        align-items: center;
        /* border-bottom: 1px solid #f0f0f0 */
        position: relative;
}
.checkListCon_five::before {
        content: "";
        width: 102.3%;
        height: 1px;
        background-color: #f0f0f0;
        position: absolute;
        left: -2.3%;
        bottom: 0;
}
.checkListCon_five:last-child::before {
        height: 0;
}
.checkListCon_five .checkListCon_one_lable {
        width: 10%;
        min-width: 120px
}
.checkListCon_isfive {
        padding-left: 2%;
        flex: 1;
        min-height: 40px;
        border-left: 1px solid #f0f0f0
}
.btn_div{
  border-right: none;
  border-left: none;
  float: left;
  width: 100%;
  height: 100%;
}

