* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #F6F6F6;
}

a {
    text-decoration: none;
    color: #707070;
    text-align: center;
}

tbody:before {
    content: "-";
    display: block;
    line-height: 10px;
    color: transparent;
}

table {
    border-collapse: collapse;
}

.command {
    margin: 0 auto;
    width: 1520px;
    height: 45px;
}

.command .index {
    float: left;
    margin-left: 37px;
    /* width: 32px; */
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    opacity: 1;
}

.command .greater-than-sign {
    float: left;
    margin: 0 16px;
    width: 12px;
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    opacity: 1;
}

.command .sample {
    float: left;
    /* width: 72px; */
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    opacity: 1;
}

.sample-list {
    overflow: hidden;
    margin: 0 auto;
    width: 1520px;
    /* height: 791px; */
    background: #FFFFFF;
    opacity: 1;
    border-radius: 0px;
}

.sample-list .sample-list-table {
    margin: 30px auto;
    width: 1460px;
    opacity: 1;
    border-radius: 0px;
}

.sample-list .sample-list-table .sample-list-head {
    width: 1460px;
    height: 60px;
    background: #F6F6F6;
    opacity: 1;
    border-radius: 0px;
}

.sample-list .sample-list-table .sample-list-head .list-head {
    width: 185px;
}

.sample-list .sample-list-table .sample-list-head .list-head:first-child {
    padding-left: 98px;
}

.sample-list .sample-list-table .sample-list-head th {
    /* width: 28px; */
    /* height: 19px; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #333333;
    opacity: 1;
}

.sample-list .sample-list-table .sample-list-head .list-head2 {
    padding-right: 40px;
    width: 78px;
    text-align: center;
}

.sample-list .sample-list-table .sample-list-body tr {
    height: 58px;
    border: 1px solid #D0D0D0;
}

.sample-list .sample-list-table .sample-list-body tr td:first-child {
    padding-left: 98px;
}

.sample-list .sample-list-table .sample-list-body span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
}

.sample-list .sample-list-table .sample-list-body .check {
    width: 78px;
    height: 26px;
    background: #D81E06;
    opacity: 1;
    border-radius: 100px;
    cursor: pointer;
}

.sample-list .sample-list-table .sample-list-body .check span {
    /* margin-left: 27px; */
    width: 24px;
    height: 16px;
    line-height: 24px;
    color: #FFFFFF;
}