.h-banner .btn {
    font-size: 27px;
    padding: 20px;
    box-shadow: 0 .2rem .5rem rgba(48, 55, 66, .3);
}

.h-banner .time-box {
    width: 750px;
    height: 360px;
    background-color: white;
    box-shadow: 0 .2rem .5rem rgba(48, 55, 66, .3);
    border-radius: 40px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: rotate(3deg);
}

.h-banner .time-box .time-item {
    width: 170px;
    height: 170px;
    background-color: #e7eeff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h-banner .time-box .time-item div:first-child {
    color: #135dea;
    font-size: 74px;
    font-weight: 1000;
}

.h-banner .time-box .time-item div:last-child {
    font-size: 25px;
}

.tips {
    position: static;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background-color: #f5f7fa;
}

.jxdz .card-body {
    color: #2a3140;
    font-size: 23px;
}

.jxdz .li {
    margin-left: 40px;
    margin-top: 10px;
    position: relative;
}

.jxdz .li:before {
    content: '';
    display: inline-block; /* 使其与文字同行显示 */
    width: 23px;
    height: 23px;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: -30px;
}


.jxdz .li1:before {
    background-image: url(../images/li1.png);
}

.jxdz .li2:before {
    background-image: url(../images/li2.png);
}

.jxdz .li3:before {
    background-image: url(../images/li3.png);
}

.bklc {
    margin-top: 60px;
    background-color: #f5f7fa;
}

.bklc .steps {
    display: flex;
    justify-content: space-around;

}

.bklc .steps .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.bklc .steps .step-item .index {
    width: 100px;
    height: 100px;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    border-radius: 50px;
    background-color: #165dff;
    color: white;
    font-weight: bolder;
    position: relative;
}

.bklc .steps .step-item .index:after {
    content: '';
    position: absolute;
    top: 105px;
    left: 100px;
    background-color: #165dff;
    width: 200px;
    height: 1px;
}

.bklc .steps .step-item:last-child .index:after {
    content: '';
    background-color: unset;
    width: 0;
}


.bklc .steps .step-item .index:before {
    content: '';
    position: absolute;
    top: 105px;
    right: 100px;
    background-color: #165dff;
    width: 200px;
    height: 1px;
}

.bklc .steps .step-item:first-child .index:before {
    content: '';
    background-color: unset;
    width: 0;
}

.bkzx .card .title {
    font-size: 32px;
    font-weight: bold;
}

.bkzx .card .content {
    font-size: 24px;
    margin-top: 28px;
}

.bkzx .card .card-header,
.bkzx .card .card-body,
.bkzx .card .card-footer {
    padding: 0;
}

.i-date:before {
    content: '';
    background-image: url(../images/calendar.png);
    display: inline-block; /* 使其与文字同行显示 */
    background-size: contain;
    position: absolute;

}

.bkzx .i-date1:before {
    width: 23px;
    height: 23px;
    top: 5px;
    left: 0;
}

.bkzx .i-date2:before {
    width: 14px;
    height: 14px;
    top: 3px;
    left: -18px;
}

.bkzx a {
    text-decoration: none;
    color: #165dff;
}

.bkzx .i-view:before {
    content: '';
    background-image: url(../images/view.png);
    display: inline-block; /* 使其与文字同行显示 */
    background-size: contain;
    position: absolute;

    width: 16px;
    height: 11px;
    top: 5px;
    left: -18px;
}

.bkzx input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 18px;
    font-size: 24px;
    border: 1px solid #cacacc;
}

.bkzx input::placeholder {
    color: #8f939e;
}

.zcfg .i-card {
    background: #fff;
    border: 0;
    box-shadow: 0 .25rem 1rem rgba(48, 55, 66, .15);
    border-radius: .4rem;
    padding: 27px;
    display: flex;
    gap: 20px;
}

a {
    color: unset;
    text-decoration: none;
}

.zcfg .i-date3:before {
    width: 20px;
    height: 20px;
    top: 3px;
    left: -30px;
}

.zcfg .i-from:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #868f9c;
    top: 10px;
    left: -14px;
}

.i-btn {
    border: 1px solid #207aef;
    padding: 24px 38px;
    font-size: 24px;
    color: #207aef;
    border-radius: 10px;
    cursor: pointer;
}

.i-btn a {
    text-decoration: none;
}

.yxk {
    padding: 90px 56px 0 56px;
}

.bkzy {
    background-color: #f5f7fa;
    padding: 64px;
    margin-top: 64px;
}

.bkzy .card1 {
    padding: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 20px;
    text-align: center;
}

.bkzy .card2 {
    margin-top: 76px;
    padding: 54px 30px;
    border-radius: 20px;
}

.i-btn1 {
    background-color: #207aef;
    padding: 20px 32px;
    font-size: 24px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.cjwt {
    padding: 70px 312px;
}

.cjwt .card1 {
    border: 1px solid #ced3da;
    border-radius: 10px;
    padding: 32px 28px;
    display: flex;;
    justify-content: space-between;
    align-items: center;
}

.lxwm {
    background-color: #f5f7fa;
}

.lxwm .card1 {
    background-color: white;
    padding: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 20px;
    text-align: center;
}

.lxwm .input-group {
    display: flex;
    flex-direction: column;
}

.lxwm .input-group label {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 12px;
}
.lxwm .input-group textarea,
.lxwm .input-group input {
    box-shadow: 0 .25rem 1rem rgba(48, 55, 66, .15);
    border: none;
    padding: 6px 24px;
    font-size: 21px;
    border-radius: 10px;
}

.lxwm .input-group textarea::placeholder,
.lxwm .input-group input::placeholder {
    color: #a7a7af;
    font-size: 21px;
}
.i-btn-1 {
    width: 100%;
    border: none;
    background-color: #165dff;
    color: white;
    font-size: 32px;
    border-radius: 8px;
    padding: 16px 0;
    cursor: pointer;
}
