.iconbox-style1 .icon:before {
    background-color: #e8e8e8;
    border-radius: 50%;
    bottom: -10px;
    content: "";
    height: 40px;
    position: absolute;
    left: 30px;
    width: 40px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/** 手机端css重构 */
@media screen and (max-width:768px) {

    .accordion-style1 .accordion-button{
        padding: 0px 5px 5px 10px;
        font-size: 14px;
    }
    .accordion-style1 .accordion-button:not(.collapsed) {
        background-color: #d4d4d4;
    }
    .accordion-style1 .accordion-body{
        font-size: 12px;
        padding: 10px 10px 10px 10px;
    }
    .iconbox-style1{
        border-radius: 3px;
        margin-bottom: 20px;
        padding: 15px 20px 15px;
    }
}



.job-list-style1{
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
}
.job-list-style1 .btn{
    letter-spacing: 2px;
    font-size: 14px;
    background: #5bbb7b;
    color: white;
    padding: 5px 10px 5px 10px;
}
.job-list-style1 p{
    margin: 0 0 5px 0;
}
.job-list-style1 .hong{
    background: #e52020;
}
.job-list-style1 .lv{
    background: #5bbb7b;
}
.zuoyou_card {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.zuoyou_card .zuoyou_card_zy {
    display: flex;
    justify-content: flex-start;
    width: 50%;
}
.card_data_list_p{
    text-align: justify;
}
.card_data_list_p p{
    margin: 0 0 10px 0;
    color: #565656;
    line-height: 1.85;
    font-weight: 300;
}
.details{
    text-align: center;
}

.iconbox-style1{
    padding:0;
}








/* 模态框样式 */
.modal_card {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* 模态框内容区域样式 */
.modal-content_card {
    position: relative;
    width: 80%;
    max-width: 400px;
    margin: 10% auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}

/* 关闭按钮样式 */
.close_card {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
}

/* 按钮样式 */
.btn_card {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-secondary_card {
    background-color: #f8f9fa;
    color: #333;
}

.btn-success_card {
    background-color: #28a745;
    color: white;
}

/* 表单样式 */
.form-group_card {
    margin-bottom: 15px;
}

.form-control_card {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    height: 50px;
    outline: 1px solid #E9E9E9;
    padding-left: 12px;
    font-size: 14px;
    font-weight: 300;
}
input:focus-visible {
    border: 1px solid #da3838;
    outline: 1px solid #da3838;
}