table {
    border-collapse: separate;
}

.ymqz-main {
    background-color: #fff;
    padding: 16px 20px 0 20px;
}

.ymqz-main .ymlist-title {
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ymqz-main .ymlist-title h4 {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #333;
    line-height: 14px;
    font-weight: normal;
    padding-left: 16px;
    position: relative;
}

.ymqz-main .ymlist-title h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 14px;
    background: linear-gradient(180deg, #669AFF 0%, #2D72FF 64%, #3464FF 100%);
}

.ymlist-title h4 .zgjl {
    font-weight: bold;
}

.ymqz-main .ymlist-title strong {
    font-size: 14px;
    color: #E8001C;
}


.ymqz-list {
    background: #FFFFFF;
}

#listform {
    border: 1px solid #E1E6F0;
    border-radius: 2px 2px 0px 0px;
    border-bottom: 0;
}

.ymqz-list thead tr th {
    border-bottom: 1px solid #E1E6F0;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    user-select: none;
}

.ymqz-list tr .or-checkbox-inner {
    margin-left: 14px;
    margin-right: 10px;
}

.ymqz-list .ymxz .or-checkbox-wrapper {
    display: inline-block;
}

.ymqz-list thead tr th a {
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.triangle-box {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    margin-left: 5px;
}

.triangle-up,
.triangle-down {
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-style: solid;
    border-width: 4px;
    cursor: pointer;
}

.triangle-up {
    border-color: transparent transparent #8187A1 transparent;
    top: -4px;
}

.triangle-down {
    border-color: #8187A1 transparent transparent transparent;
    bottom: -4px;
}

.ymqz-list tbody tr td {
    border-bottom: 1px dashed #E1E6F0;
    font-size: 12px;
    height: 35px;
    color: #666;
}
.ymqz-list tbody tr:nth-child(2n){
    background: #FAFAFA;
}
.td_sc {
    text-align: center;
}

.td_sc span.disableds {
    color: #999;
}

.td_yd a {
    display: inline-block;
    height: 24px;
    text-align: center;
    line-height: 24px;
    width: auto;
    white-space: nowrap;
}

.td_yd a.or-button {
    line-height: 22px;
}

.tfooter {
    height: 45px;
    padding-top: 7px;
    border: 1px solid #e1e6f0;
    border-top: 0;
    padding-left: 10px;
}

.tfooter td {
    border: none !important;
}

.tfooter-btn {
    height: 30px;
    display: inline-block;
    margin-right: 7px;
    margin-left: 6px;
    width: auto;
}

.tfooter .tfooter-btn1 {
    width: auto;
    height: 30px;
    display: inline-block;
    margin-left: 6px;
    margin-right: 15px;
}

.tfooter .tfooter-input {
    width: 50px;
    height: 30px;
    display: inline-block;
}

.tfooter .tfooter-input1 {
    width: 50px;
    height: 32px;
    display: inline-block;
}

.tfooter .fr a {
    color: #3464FF;
}

.tfooter .fr a:hover {
    text-decoration: underline;
}

.page-jl_main {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-jl_main b {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    line-height: 16px;
    margin-right: 22px;
}

.page-jl_main .page-btn {
    width: 64px;
    height: 32px;
    line-height: 30px;
    margin-right: 5px;
}

.page-jl_main .page-btn1 {
    width: 39px;
    height: 32px;
    line-height: 30px;
    margin-left: 5px;
    padding: 0;
}

.page-jl_main .tzz {
    margin-left: 15px;
    color: #8187A1;
}

.page-jl_main .page-input {
    width: 50px;
    height: 32px;
}

#chajg tbody tr:hover:not(:last-of-type) {
    background: #F7F9FF;
}

.or_tbody-fa{
    overflow-x: auto;
}
.calender-canvas{
    height: 21px;
    width: 200px;
    background: url('/resource/new2021/image/home/ykjcavns.png') repeat-x;
}
.calender-canvas li {
    display: inline-block;
    cursor: pointer;
    line-height: 21px;
    height: 21px;
    border: 0;
    width: 12px;
}
.canvas-top {
    display: flex;
    align-items: flex-end;
    height: 20px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background: #f0f0f0;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.cal_li:last-child .canvas-top {
    border-right: 0;
}

.canvas-bottom {
    margin-top: 6px;
    text-align: center;
}
.canvas-bottom li {
    display: inline-block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    color: #333;
}
.canvas-top span {
    display: inline-block;
    width: 8.33333333%;
    height: 0;
    background: #000;
    margin: 0 !important;
}

.calender-canvas .cal_li.on .canvas-top {
    background-color: #ffffa5 !important;
}

.canvas-td{
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.canvas_tc-box {
    overflow-x: auto;
    white-space: nowrap;
}
.canvas_tc-box .canvas-top span {
    width: 4px;
}

.canvas_tc-box .calender-canvas{
    height: 54px;
    width: auto;
}

.canvas_tc-box .canvas-top{
    height: 54px;
    width: 48px;
}
.canvas_tc-box .calender-canvas li{
    width: 49px;
    height: 54px;
}

.canvas_tc-box .canvas-bottom li{
    width: 49px;
}
