.wrapper_content_box {
    width:1200px;
    margin:20px auto;
}
.wrapper_card {

}

/* haixuan-task-box */
.haixuan-task-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 16px;
    gap: 16px;
}
.haixuan-task-box .haixuan-task-item {
    width: calc(50% - 8px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.haixuan-task-box .haixuan-status {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
    padding: 2px 8px;
    color: #ff5b3a;
    background: #fffbe6;
}
.haixuan-task-box .haixuan-status-end {
    color: #333;
    background: #eecaa7;
}
.haixuan-task-box .imgtxt-item {
    padding: 16px;
    padding-top: 23px;
}
.haixuan-task-box .imgtxt-item .cover-item {
    display: inline-block;
    width: 95px;
    vertical-align: top;
}
.haixuan-task-box .imgtxt-item .cover-item .cover {
    width: 86px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 35%), 0 0 5px #f9f2e9 inset;
}
.haixuan-task-box .imgtxt-item .info-item {
}
.haixuan-task-box .imgtxt-item .info-item .bookname {
    font-size: 16px;
    font-weight: 500;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.haixuan-task-box .imgtxt-item .info-item .extinfo {
    font-size: 12px;
    line-height: 22px;
    color: #666;
}
.haixuan-task-box .imgtxt-item .info-item .extinfo span {
    display: inline-block;
    margin-right: 10px;
}
.haixuan-task-box .imgtxt-item .info-item .extinfo span:last-child {
    margin-right: 0;
}
.haixuan-task-box .option-item {
    color: #555;
    font-size: 12px;
    line-height: 20px;
    padding: 16px;
    padding-top: 0;
}
.haixuan-task-box .option-item .option-item-left {
    float: left;
    font-size: 14px;
    line-height: 26px;
}
.haixuan-task-box .option-item .option-item-left .fencheng {
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
}
.haixuan-task-box .option-item .option-item-right {
    float: right;
}
.haixuan-task-box .option-item .option-item-right .option-signup {
    display: inline-block;
    background: #12a2ee;
    padding: 3px 15px;
    border-radius: 3px;
    color: #FFF;
}
.haixuan-task-box .option-item .option-item-right .option-signup.end {
    background: #eee;
}
/* end haixuan-task-box */
