
.changebox{
    width: 90%;
    margin: 20px auto;
    border: 1px solid #ccc;
    background-color: RGB(249,252,254);
    border-radius: 5px;
}
.changebox .change{
    color: #3d62f5;
    text-align: center;
    background-color: RGB(220,236,254);
    height: 45px;
    line-height: 45px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 18px;
}
.change-bot .layui-row{
    line-height: 38px;
    margin-bottom: 15px;
}
.change-bot .layui-col-md4{
    text-align: right;
    padding-right: 20px;
}

.change-table{
    /*width: 93%;*/
    /*margin-left: 7%;*/
}
.change-table thead{
    background-color: RGB(232,244,255);
}
.change-table td{
    font-size: 15px;
    color: #000!important;
}
.change-table tr{
    height: 48px;
}
.upload-box{
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.changebox-upload{
    height: 48px;
    background-color: RGB(220,236,254);
    padding-left: 25px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 700;

}
.layui-upload{
    line-height: 48px;
    margin-left: 25px;
    height: 46px;
}
