/* 20241104 */
.last_task .kyqxzb_box {
    border-left: 4px solid #3377ff;
    border-right: 4px solid #3377ff;
    background: #2D3059;
    margin-top: -18px;
    padding: 45px 24px 8px 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;

}

.taozhuang_list {
    width: 614px;
    height: 168px;
    background: url(../images/kyqxzb_list_bg.png?date=20241121) no-repeat top center;
    background-size: contain;
    position: relative;
}

.taozhuang_list .topTit {
    width: 415px;
    height: 68px;
    background: url(../images/kyqxzb_img1.png?date=20241121) no-repeat 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-size: contain;
    line-height: 68px;
    position: absolute;
    top: -28px;
    left: 141px;
}

.jk_taozhuang {
    width: 310px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100px;
    background: url(../images/kyqxzb_img6.png?date=20241121) no-repeat 0 0;
    background-size: contain;
    margin-top: 13px;
}

.task .jk_taozhuang .diamond {
    position: absolute;
    top: 8px;
    right: 14px;
    width: 14px;
}

.jk_taozhuang:hover {
    background-image: url(../images/kyqxzb_img6_hover.png?date=20241121);
}

.jk_taozhuang p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-left: 12px;
    text-align: center;
}

.jk_taozhuang img.icon {
    width: 28px;
    height: 28px;
}

.taozhuang_list_con {
    width: 594px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    cursor: pointer;
    margin-top: 48px;
    margin-left: 16px;
}

.taozhuang_list_con dl {
    margin-bottom: 3px;
}

.taozhuang_list_con dl dt {
    cursor: pointer;
    background: url(../images/kyqxzb_img2.png?date=20241121) center no-repeat;
    background-size: 180px 56px;
    width: 180px;
    height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 0 #00000040;
    position: relative;
}

.taozhuang_list_con dl.two dt {
    background-image: url(../images/kyqxzb_img3.png?date=20241121);
    text-align: center;
    padding-left: 48px;
}

.taozhuang_list_con dl.three dt {
    background-image: url(../images/kyqxzb_img4.png?date=20241121);
}

.taozhuang_list_con dl.four dt {
    background-image: url(../images/kyqxzb_img5.png?date=20241121);
}

.taozhuang_list_con dl dt:hover {
    background-image: url(../images/kyqxzb_img2_hover.png?date=20241121);
}

.taozhuang_list_con dl.two dt:hover {
    background-image: url(../images/kyqxzb_img3_hover.png?date=20241121);
}

.taozhuang_list_con dl.three dt:hover {
    background-image: url(../images/kyqxzb_img4_hover.png?date=20241121);
}
.add_last{position: relative;
    z-index: 2;}
.add_last dl.four dt {
    background-image: url(../images/kyqxzb_img5.png?date=20241121);
    background-size: contain;
    width: 196px;
    height: 100px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-top: 13px;
}

.add_last dl.four dt:hover {
    background: url(../images/kyqxzb_img5_hover.png?date=20241121);
    background-size: contain;
    width: 196px;
    height: 100px;
}

.add_last dl.four dt img {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    vertical-align: middle;
    margin-top: 5px;
}

.taozhuang_list_con dt img.icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.taozhuang_list_con dl:last-child {
    text-align: center;
}

.taozhuang_list_con dl:last-child dt {
    padding-left: 40px;
}

.task .taozhuang_list_con .diamond {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 4px;
    right: 4px;
    z-index: 10;
}

.task img.diamond {
    position: absolute;
    width: 14px !important;
    height: 14px !important;
    top: 8px;
    right: 4px;
    z-index: 10;
}

.task .jk_taozhuang .diamond {
    position: absolute;
    top: 8px;
    right: 14px;
    width: 14px;
}


.task .taozhuang_list_con .two .diamond,
.task .taozhuang_list_con .three .diamond {
    right: 10px;
}

.taozhuang_list_con .two-progress,
.add_last .two-progress {
    justify-content: flex-start;
    width: 102px;
    padding: 8px 12px;
    /* box-sizing: border-box; */
    border-radius: 0 0 8px 8px;
    border: 1px solid #b2bfff4d;
    background: #26294d80;
    height: 34px;
    position: static;
    margin: 0 auto;
}