.content {
    margin-left: 25px;
    margin-right: 25px;
}

.storage_selected_text_class {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #3C3C3C;
}

.tabs {
    display: block;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 25px;
}

.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    line-height: 1em;
    padding: 0.2rem 0;
    text-align: center;
    color: #8c8c8c;
}

.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
    cursor: pointer;
    appearance: none;
    display: block;
    width: 100%;
    transition: all 0s ease-in-out;
}

.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
    border-bottom: 2px solid #FF8800;
}

.tab-1 {
    margin: 0px 10px 0px 0px;
}

.tab-2 {
    margin: 0px 10px 0px 10px;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    background-color: #fff;
    table-layout: fixed;
}

table td,
table th {
    color: #666;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #999999;
}

table thead {
    border-bottom: 1px solid #E6E6E6;
}

table thead th {
    background-color: #fff;
}

table tr {
    height: 40px;
    border-bottom: 1px solid #E6E6E6;
}

tbody {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: overlay;
    height: 150px;
}

.data_table_th01_class {
    width: 140px;
    padding-left: 10px;
    vertical-align: center;
    text-align: left;
}
.data_table_th02_class {
    width: 75px;
    padding-left: 10px;
    vertical-align: center;
    text-align: left;
}
.data_table_th03_class {
    width: 130px;
    padding-left: 10px;
    vertical-align: center;
    text-align: left;
}
.data_table_th04_class {
    width: 90px;
    padding-left: 10px;
    text-align: left;
}
.data_table_td04_class {
    width: 90px;
    padding-left: 10px;
    text-align: left;
}

thead,
tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
}

tbody tr td {
    font-size: 14px;
    color: #757575
}

.data_table_class {
    border: 1px solid rgb(219, 219, 219);
    width: 450px;
}

.bottom_text_class {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 25px;
    color: #666;
}

.bottom_buttons {
    float: left;
    margin: 20px 25px 20px 0px;
    float:right;
}

.bottom_line {
    width: 100%;
    background-color: #cccccc;
    height: 1px;
    margin-top: 15px;
}