body {
    margin: 0;
    padding: 0;
    background-color: rgb(242, 244, 246);
    font-family: PingFang SC;
}


/* 主体内容 */
.mainContJycd {
    width: 1400px;
    display: inline-grid;
}
.jycdContent{
    background-color: #ffff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
}
.dateTitle{
    height: 60px;
    font-size: 26px;
    color: #2B2D3B;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: end;
}
.leftIcon{
    background: url(../image/left.png) 2px center no-repeat #F2F4F6;
    background-size: 8px;
    width: 13px;
    height: 44px;
    left: 5px;
    cursor: pointer;
    position: absolute;
    top: 0px;
}
.leftIcon:hover{background-image:url(../image/left_hover.png);background-color: #1890FF;}
.rightIcon{
    background: url(../image/right.png) 3px center no-repeat #F2F4F6;
    background-size: 8px;
    width: 13px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 0px;
}
.rightIcon:hover{background-image:url(../image/right_hover.png);background-color: #1890FF;}

.todayBtn{
    background-color: #1890FF;
    color: #fff;
    border-radius: 12px;
    width: 70px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 530px;
    margin-right: 30px;
}
.loginBtn{
    background-color: #1890FF;
    color: #fff;
    border-radius: 12px;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 530px;
    margin-right: 30px;
}
/* 首页开标日历 */
.kbrl{
    width: 1400px;
    display: flex;
    border-radius: 12px;
    flex-wrap: wrap;
    height: 360px;
    margin-top: 20px;
    justify-content: space-between;
}
.kbrlCard{
    width: 292px;
    height: 95px;
    background-color: #ffff;
    border-radius: 12px;
    text-align: left;
    padding: 20px;
    color: #303133;
    cursor: pointer;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
}

.kbrlTitle{
    line-height: 22px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}
.kbrlText{
    line-height: 16px;
    font-size: 14px;
    margin-top: 10px;
    color: #8F9399;
}
.kbrlCard:hover{
    background-color: #1890FF;

}
.kbrlCard:hover .kbrlTitle,.kbrlCard:hover .kbrlText{
    color: #fff!important;


}

/* 日历 */
.rlMain{
    padding:0 20px 20px;
    position: relative;
}
.rlBox {
    width: 100%;
    border-spacing: 0;
    min-height: 600px;
    margin: 0;
}
.rlBox td {
    border-left: 1px solid #E3E7ED;
    border-top: 1px solid #E3E7ED;
    width: 50px;
    height: 40px;
    text-align: center;
    padding-left: 0px;
}
.rlBox td:nth-child(even){
    background: rgba(0,0,0,.01);
}
.rlBox .tdrColor {
    background-color: #F2F4F6!important;
}
.rlBox .tdr1 {
    width: 180px !important;
    height: 40px;
    text-align: center;
}
.rlBox .tdr1 span{
    margin-left: 10px;
}
.rlBox .tdr2 {
    width: 180px !important;
    height: auto;
    text-align: left;
    vertical-align: initial;
}
.jyBox {
    padding:10px;
    cursor: pointer;
    border-bottom: 1px solid #EAEEF5;
}
.jyBox:hover{
    background-color: #E7F3FF;
    color: red !important;
}
.jycdTitle{
    line-height: 20px;
    font-size: 14px;
    color: #303133;
    height: 40px;
    margin-bottom: 3px;
}

.jycdTitle-tag{
    color:#fff;
    display: inline-block;
    background:#e6a23c;
    padding: 2px 8px;
    border-radius: 15px;
}

.jycdText{
    line-height: 16px;
    font-size: 12px;
    color: #8F9399;
}
.jzgdBtnBox{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jzgdBtn{
    width: 110px;
    background-color: #1890FF;
    color: #fff;
    border-radius: 12px;
    height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.jycdIcon{
    background: url(../image/down.png) no-repeat ;
    background-size: cover;
    width: 10px;
    height: 6px;
    margin-right: 5px;
}
.jycdbjBox{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1890FF;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.jycdbj{
    background: url(../image/right.png) no-repeat;
    background-size: cover;
    width: 6px;
    height: 10px;
    margin-left: 10px;
}

/* 列表 */
.topNavJYCD {
    width: 100%;
    height: 180px;
    background-color: #ffff;
    border-radius: 12px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
}
.topNavJYCD .el-input__inner{border-radius: 50px;

}
.topNavJYCD .el-radio-group {
    margin:0 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:none;
}

.searchJycd {
    width: 1400px;
    height: 60px;
    border-radius: 12px;
    background-color: #ffff;
    display: flex;
    align-items: center;
    justify-content: left;
}

.searchJycd .el-input__inner{
    width: 780px;
    height: 36px;
    margin-left: 20px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.searchJycd .el-input-group__append {
    width: 38px !important;
    background-color: #1890FF;
    color: #ffff;
    border-radius: 0 50px 50px 0;
}

.jycd-center {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.jycd-center .el-radio-group {
    margin: 0 20px;
}

.jycd-center .el-date-editor.el-input, .el-date-editor.el-input__inner {
    margin: 0 20px;
}


.jycd-bottom {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-top: 20px;
}

.jycdSwitch .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    background-color: #1890FF;
    z-index: 10;
}
.jycdSwitch .el-radio-button__inner{
    width: 200px;
    height: 48px;
    border-radius: 24px !important;
    border: 0 !important;
    background-color: #E3E7ED;
    color: #303133;
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    background-color: #1890FF;
    border: none;
}

.jycd-bottom .el-radio-button__inner {
    border-radius: 12px;
    margin-right: 10px;
    border: none;
}

.jycd-bottom .el-radio-button:first-child .el-radio-button__inner {
    border: 1px solid #DCDFE6;
    border-radius: 62px;
    border: none;
}

.jycd-bottom .el-radio-button:last-child .el-radio-button__inner {
    border: none;
    border-radius: 12px;
}
.jycd-tables .el-table .el-table__cell{
    padding: 12px 10px;
}
.jycd-tables{
    height: auto;
    min-height: 600px;
    margin: 20px;
}

.ContentJycd {
    width: 1400px;
    background-color: #ffff;
    border-radius: 12px;
    margin-top: 20px;
    height: auto;
    min-height: 650px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
}

.ContentJycd .el-table {
    padding: 20px;
}

/* 适配1366*768 */

@media screen and (max-width: 1366px) {
    .mainContJycd {
        width: 100%;
    }

    .ContentJycd {
        width: 1331px;
    }

    .searchJycd {
        width: 100%;
    }

    .kbrl{
        width: 100%;
    }
}
