@charset "utf-8";
.error {
    text-align: center;
    font-size: 18px;
    padding: 50px;
}
.error01{
    text-align: center;
    font-size: 18px;
}
.flex-y{
    display: flex;
    flex-direction: column;
}
.mask {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0, 0.6);
    z-index: 9999;
    display: none;
}
[disabled] {
    background: #f2f2f2;
}
.red, a.red, a.red:hover {
    color: red;
    cursor: pointer;
}
.blue,a.blue,a.blue:hover{
    color:#1F59D8;
    cursor:pointer;
}
[data-field='index'] {
    text-align: center;
}
.layui-btn {
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    border-radius: 0;
    background: #1F59D8;
    color: #fff;
    border-color: transparent;
}
.layui-btn:hover{
    background: #1F59D8;
    color: #fff;
    border-color: transparent;
}
.djbba-home input{
    border-radius: 0px;
}
.djbba-home select{
    height: 38px;
    border-radius: 5px;
    padding-left: 5px;
    border-color: #e6e6e6;
    color: #ccc;
}

    .djbba-home .btn {
        text-align: center;
        display: flex;
        justify-content: space-between;

    }

    .djbba-home .layui-form{
        display: flex;
        flex-wrap: wrap;
    }
    .djbba-home .layui-form .layui-input-block{
        margin-left: 0;
    }
    .djbba-home .layui-form .layui-form-label{
        width: auto;
    }
    .djbba-home .btn div{
        display: flex;
        font-size: 14px !important;
        /* flex-wrap: wrap; */
    }

        .djbba-home .btn img:hover {
            transform: scale(1.1);
        }

        .djbba-home .btn img {
            text-align: center;
            height: 100px;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.6s;
        }

    .djbba-home table * {
        font-size: 12px;
    }

    .djbba-home .area-box .title{
        text-align: center;
        padding: 10px 0px 20px 0;
    }

    .djbba-home .area-box .area-content{
        background: white;
        height: 210px;
        width: 500px;
        padding: 15px 35px;
        position: absolute;
        left: 50%;
        margin-left: -250px;
        top: 50%;
        margin-top: -150px;
        border-radius: 5px;
    }
    .companyData .company-content{
        background: white;
        height: 300px;
        width: 650px;
        padding: 15px 35px;
        position: absolute;
        left: 50%;
        margin-left: -250px;
        top: 50%;
        margin-top: -150px;
        border-radius: 5px;
    }

    .djbba-home .area-box .bottom{
        text-align: center;
        padding: 30px 0px;
    }
    .djbba-home table a {
         color:#1F59D8;
         margin-right:5px;
        cursor:pointer;
    }

.djbba-agr .content {
    border: 1px solid #eee;
    padding: 20px;
    line-height: 1.8;
    text-indent: 2em;
    margin: auto;
    font-size: 16px;
}
.djbba-agr .agr {
    padding: 20px 0px 0px 0px;
}
.djbba-agr .agr .title{
    font-size:16px;
}
    .djbba-agr .agr .list {
        line-height: 1.8;
        padding-bottom: 20px;
        padding-left: 10px;
    }
.djbba-agr form {
    text-align: center;
    padding: 20px;
}

.djbba-agr .bottom {
    text-align: center;
    padding: 20px;
}

.djbba-form {
}
    .djbba-form  table td table td {
      border-right:none;
      text-align:left !important;
    }
    .djbba-form table .items div {
      width:100%;
      overflow:hidden;
    }
        .djbba-form table .items div.box {
            margin-bottom: 10px;
           
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #e6e6e6;
        }
            .djbba-form table .items div.box:first-child a.red {
                display:none;
            }
    .djbba-form table .items input {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-color: #858585;
        background: none;
        width:200px;
        float:left;
    }
.djbba-show .btn_submit {
    display: none;
    padding: 9px 25px;
}

    .djbba-form h2 {
        text-align: center;
        padding: 30px;
        color:black;
    }

    .djbba-form form table.form tr td:first-child {
        width: 176px;
        text-align: right;
        font-size: 14px;
        color:black;
    }
    .djbba-form form table.form tr td:last-child {
        line-height:2.3;
        padding-top:15px;
        padding-bottom:15px;
    }
    .djbba-form form table.form tr td.bottom {
        padding: 16px;
        text-align: left;
        text-indent: 2em;
        line-height: 2.2;
    }
    .djbba-form form table.form tr td input.short {
        width: 300px;
        float: left;
        margin-right: 10px;
    }
    .djbba-form .bottom {
        text-align: center;
        padding: 20px 0px 60px 0px;
    }
.djbba-show .application_date {
    float: right;
    line-height: 2.2;
}
.djbba-form.djbba-show form  {
     width:880px;
     margin:auto;
}
.djbba-form.djbba-show form table.form tr td:first-child, .djbba-form.djbba-show form table.form tr td:nth-child(3) {
    width: 22%;
    text-align: right;
    font-size: 14px;
    color: black;
    font-weight: bold;
    background-color: rgb(245, 250, 255);
    text-align:center;
}
    .djbba-form.djbba-show form table.form tr td:last-child, .djbba-form.djbba-show form table.form tr td:nth-child(2) {
        line-height: 2.3;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 28%;
    }