﻿ul.layui-nav.layui-nav-tree {
    width: 100%; 
    padding: 0;
}
#yi,#er,#san{width: 320px;margin: 0 auto;padding:0;}
#yi .pp,#er .pp,#san .pp,#pbfs .pp{display: block;float: left;line-height: 40px;padding:0 10px;}
#yi .row,#er .row,#san .row{padding-bottom:10px;}
#yi select,#er select,#san select{display: block;float: left;line-height: 38px;border:1px solid #e6e6e6;background-color: #fff; border-radius: 2px;font-size: 14px;width:222px;padding:9px 0 9px 10px;}
#row_1{width:100%;}

#row_1 input,#row_1 span,#row_3 input,#row_22 input{display: block;float: left;line-height: 38px;}
#row_1 input,#row_3 input,#row_22 input,#beizhu{padding-left:10px;border:1px solid #e6e6e6; background-color: #fff; border-radius: 2px;font-size: 14px;}
#row_1 span{line-height: 40px;width:30px;text-align:center;}
#row_1 input:hover,#row_3 input:hover,#row_22 input:hover{border:1px solid #FFCC99;}

#nums .layui-form-radio{padding-right:0;}
#nums table{border-collapse:collapse;width:100%;}
#nums table td{border: #e9e9e9 1px solid;padding-left:5px;}
#xxxx{background-color:#009688;height:212px;color:#fff;}
#xxxx table{width:100%;border-collapse:collapse;}
#xxxx table td{width:25%;text-align:left;border: #e9e9e9 1px solid; padding: 2px 0px 2px 10px;}
#xxxx table td:nth-child(1),#xxxx table td:nth-child(3){width:15%;}
#xxxx table td:nth-child(2){}
#qtshu{display: block;float: left;line-height: 30px;padding-left:10px;border:1px solid #6699CC; background-color: #fff; border-radius: 2px;font-size: 14px;}
#pbfs select{display: block;float: left;border:1px solid #e6e6e6;background-color: #fff; border-radius: 2px;font-size: 14px;width:100px;padding:9px 0 9px 10px;}

#jijiaxinxi{width:98%;margin:10px auto;}
#jijiaxinxi h4{color:#ff5500;font-weight:700;}
#jijiaxinxi .table_1,#jijiaxinxi .table_2{ }
#jijiaxinxi .table_1 tr:nth-child(1) td{color: #000; font-weight: 700;}
#jijiaxinxi .table_2 td:nth-child(1){width:33%;}
#jijiaxinxi .table_1 td:nth-child(2),#jijiaxinxi .table_1 td:nth-child(3){color:#2773db;text-align: center;}
#jijiaxinxi .table_1 td:nth-child(1),#jijiaxinxi .table_2 td:nth-child(1){background-color:#f7f7f7;}

/*#jijiaxinxi .table_1 td,#jijiaxinxi .table_2 td{border:1px solid #6699CC;padding: 5px;text-align: center;}
#jijiaxinxi .table_1 td:nth-child(1),#jijiaxinxi .table_2 td:nth-child(1){width:25%;}*/
 #djq {
    line-height: 30px;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    color: #666;
    border: 1px solid #e6e6e6;
}

.layui-form-checkbox {
    border-radius: 3px;
}

.layui-form span {
    display: block;
    float: left;
    line-height: 30px;
}

.layui-form input[type=text] {
    display: block;
    float: left;
    line-height: 30px;
    padding-left: 10px;
    width: 60px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    margin: 0 5px;
}

#my-upload button {
    margin: 8px 0;
    border-color: #009688;
    width: 100%;
}

.myprogress {
    position: relative;
    margin: 10px 0;
    height: 18px;
    line-height: 18px;
    border-radius: 20px;
    background-color: #e2e2e2;
}

.progressbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    max-width: 100%;
    height: 18px;
    line-height: 18px;
    border-radius: 20px;
    text-align: right;
    background-color: #009688 !important;
}

.progresstext {
    position: static;
    top: -20px;
    padding: 0 10px;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
}