.right_detail {
    width: 30%;
    height: 85%;
    background-color: rgb(211, 211, 215);
    /*float: right;*/
    display: none;
    position: absolute;
    right: 0;
    /*border-radius: 5px;*/
}

.right_detail .xm_title {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background-color: rgba(164, 164, 168, 0.8);
    /* border-top-left-radius: 5px;
     border-top-right-radius: 5px;*/
}

.right_detail .xm_main {
    width: calc(98% - 30px);
    height: calc(100% - 100px);
    margin-left: 1%;
    background-color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 28px;
    overflow-y: scroll;
}

.right_detail .xm_main::-webkit-scrollbar {
    display: none;
}

.right_detail .xm_main label {
    font-weight: bold;
    color: #515151;
}

.right_detail .xm_main input {
    width: 100%;
    /*border: 1px solid #ddd;*/
    border: 0;
    border-radius: 3px;
    /*background-color: rgb(245, 245, 245);*/
    background-color: #fff;
    margin-bottom: 10px;
    line-height: 28px;
    /*padding: 0 10px;*/

}

.xm_main2 {
    width: calc(98% - 30px);
    height: calc(100% - 137px);
    margin-left: 1%;
    background-color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 28px;
    overflow-x: auto;
    /*overflow-y: hidden;*/
}

/*滚动条整体样式*/
.xm_main2::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 4px;
    height: 4px;
    scrollbar-arrow-color: red;
}

/*滚动条里面小方块*/
.xm_main2::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    scrollbar-arrow-color: red;
}

/*滚动条里面轨道*/
.xm_main2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.xm_main2 input {
    width: calc(100% - 30px);
    /*border: 1px solid #ddd;*/
    border: 0;
    border-radius: 3px;
    /*background-color: rgb(245, 245, 245);*/
    background-color: #fff;
    margin-bottom: 10px;
    line-height: 28px;
    padding: 0 10px;
    margin-top: 10px;
}

.right_detail .xm_footer {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: rgb(78, 78, 78);
    color: #fff;
    position: absolute;
    bottom: 0;
}

.right_detail .xm_footer button {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    padding: 5px 20px;
    color: #fff;
    border-radius: 3px;
}

#table2 tbody tr {
    background-color: #fff;
}

#table2 tbody tr td {
    line-height: 24px;
    height: 24px;
}

.close4 {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #515151;
    border-radius: 50px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #515151;
}

/*.data2 {
    overflow: auto !important;
    height: 250px !important;

}
.data2::-webkit-scrollbar{
     display: block !important;
 }*/
.mx_2 {
    width: 968px;
    border: 1px solid #eee;
    text-align: center;
    /*overflow: auto;
    overflow-y: hidden*/
    /*overflow-y: hidden;*/
}

.mx_2 tr td {
    border: 1px solid #eee;
    height: 48px;
    white-space: normal;
    border-top: 0;
    border-right: 0;
}

.mx_2 tr td:first-child {
    border-left: 0;
}

#table2 tbody tr td {
    height: 54px;
}

#table2 tbody tr td input {
    border: 0;
}

.xmb {
    /*border: 1px solid #aaa;*/
    width: 100%;
    margin-bottom: 35px;
    font-size: 14px;
}

.xmb tr td {
    width: calc(100% - 20px);
    padding: 0 10px;
    /*border: 1px solid #aaa;*/
    border-right: 0;
    border-top: 0;
    height: 33px;
    line-height: 33px;
}

.xmb tr:last-child td {
    border-bottom: 0;
}

.xmb tr td:first-child {
    border-left: 0;
}

.xmb tr td input {
    padding: 6px 10px !important;
    border: 1px solid #ccc !important;
    width: calc(100% - 20px) !important;
    height: 33px !important;
    border-radius: 5px !important;
}
