body {
    font-family: Helvetica, '苹方' !important;
}

.bg-light-7 {
    background-color: #f5f5f5 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.head {
    background: #1db9ff;
}

.head img {
    width: 41px;
    height: 41px;
}

.bg-diy {
    background-color: rgba(58, 196, 125, 0.2);
    color: rgb(58, 196, 125);
    border: 1px solid rgb(58, 196, 125);
    border-radius: 4px;
    text-align: center;
    letter-spacing: 2px;
}

.title-company {
    font-size: 23px;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.title {
    display: inline-block;
    padding-left: 15px;
    border-left: 1px solid #b3d7ff;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.title_account {
    font-size: 14px;
    line-height: 32px;
}

.title_phone {
    font-size: 20px;
    letter-spacing: 2px;
}

/*申请流程*/
.layui-timeline-item:last-child {
    padding-bottom: 0 !important;
}

.layui-timeline-title {
    font-size: 15px !important;
}

.layui-timeline {
    margin-bottom: 0 !important;
}

.layui-timeline-item::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 32px;
    z-index: 0;
    width: 100%;
    background-color: #ededed;
    height: 2px;
}

.select-timeline::before {
    background: linear-gradient(to right, #16aaff, #ededed) !important;
}

.over-timeline::before {
    background-color: #16aaff !important;
}

.layui-timeline-axis {
    position: absolute;
    left: -5px;
    top: 20px;
    z-index: 10;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: white;
    color: rgb(95, 184, 120);
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    font-size: 25px;
}

.layui-timeline-content {
    margin-left: -3px;
    padding-left: 0 !important;
    margin-top: -3px;
}

/*验证码*/
.refreshIcon {
    color: #0090e2;
    bottom: 5px !important;
    right: -32px !important;
    top: unset !important;
}

