.datadec_offline {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.datadec_offline_ul {
    overflow: hidden;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.datadec_offline_ul li input {
    padding: 10px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: 42px;
    font-size: 14px;
}

.datadec_offline_ul li select {
    padding: 0px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

.datadec_offline_ul li textarea {
    padding: 10px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: 120px;
    resize: none;
    font-size: 14px;
}

.datadec_offline_tit div {
    z-index: 99999;
}

@media screen and (min-width: 1500px) {
    .datadec_offline_con {
        position: fixed;
        background: #fff;
        padding: 0px 10px 20px;
        overflow: hidden;
        border-radius: 6px;
        z-index: 9999;
        width: 1000px;
        height: 620px;
        top: 50%;
        left: 50%;
        margin-top: -310px;
        margin-left: -500px;
    }
    .datadec_offline_ul li {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-bottom: 10px;
    }
    .datadec_offline_tit div {
        position: absolute;
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        right: -10px;
        top: 0;
        background: #2E55DB;
        color: #fff;
        font-size: 16px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        cursor: pointer;
    }
    .offline_label {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 42px;
        line-height: 42px;
        width: 140px;
        text-align: right;
    }
    .offline_text {
        padding-left: 150px;
        width: 100%;
    }
    .datadec_offline_tit {
        padding: 20px 0 30px;
        text-align: center;
        position: relative;
    }
    .datadec_offline_tit span {
        font-size: 18px;
        color: #02144E;
        font-weight: bold;
    }
    .datadec_offline_div {
        overflow-y: scroll;
        position: absolute;
        height: 84%;
        left: 0;
        top: 75px;
    }
    .tktit {
        text-align: center;
        padding: 10px 0;
        font-size: 16px;
        font-weight: 600;
        color: #02144E;
    }
    .tkcon {
        padding: 0 20px;
        color: #111111;
        font-size: 14px;
    }
    .tkcon p {
        font-size: 14px;
    }
    .checkdiv span {
        color: #02144E;
        font-size: 14px;
        font-weight: bold;
    }
}

@media screen and (max-width: 1500px) {
    .datadec_offline_con {
        position: fixed;
        background: #fff;
        padding: 0px 10px 20px;
        border-radius: 6px;
        z-index: 9999;
        width: 1000px;
        height: 620px;
        top: 50%;
        left: 50%;
        margin-top: -310px;
        margin-left: -500px;
    }
    .datadec_offline_ul li {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-bottom: 10px;
    }
    .datadec_offline_tit div {
        position: absolute;
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        right: -10px;
        top: 0;
        background: #2E55DB;
        color: #fff;
        font-size: 16px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        cursor: pointer;
    }
    .offline_label {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 42px;
        line-height: 42px;
        width: 140px;
        text-align: right;
    }
    .offline_text {
        padding-left: 150px;
        width: 100%;
    }
    .datadec_offline_tit {
        padding: 20px 0 30px;
        text-align: center;
        position: relative;
    }
    .datadec_offline_tit span {
        font-size: 18px;
        color: #02144E;
        font-weight: bold;
    }
    .datadec_offline_div {
        overflow-y: scroll;
        position: absolute;
        height: 84%;
        left: 0;
        top: 75px;
    }
    .tktit {
        text-align: center;
        padding: 10px 0;
        font-size: 16px;
        font-weight: 600;
        color: #02144E;
    }
    .tkcon {
        padding: 0 20px;
        color: #111111;
        font-size: 14px;
    }
    .tkcon p {
        font-size: 14px;
    }
    .checkdiv span {
        color: #02144E;
        font-size: 14px;
        font-weight: bold;
    }
}

@media screen and (max-width: 1100px) {
    .datadec_offline_con {
        position: fixed;
        background: #fff;
        padding: 0px 10px 20px;
        border-radius: 6px;
        z-index: 9999;
        width: 90%;
        height: 84%;
        top: 8%;
        left: 5%;
        margin-top: 0px;
        margin-left: 0px;
    }
    .datadec_offline_ul li {
        width: 96%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-bottom: 10px;
    }
    .datadec_offline_tit div {
        position: absolute;
        width: 70px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        right: -11px;
        top: 0;
        background: #2E55DB;
        color: #fff;
        font-size: 14px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        cursor: pointer;
    }
    .offline_label {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 42px;
        line-height: 42px;
        width: 140px;
        text-align: right;
    }
    .offline_text {
        padding-left: 150px;
        width: 100%;
    }
    .datadec_offline_tit {
        padding: 15px 0 20px;
        text-align: center;
        position: relative;
    }
    .datadec_offline_tit span {
        font-size: 16px;
        color: #02144E;
        font-weight: bold;
    }
    .datadec_offline_div {
        overflow-y: scroll;
        position: absolute;
        height: 88%;
        left: 0;
        top: 60px;
    }
    .tktit {
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
        font-weight: 600;
        color: #02144E;
    }
    .tkcon {
        padding: 0 20px;
        color: #111111;
        font-size: 12px;
    }
    .tkcon p {
        font-size: 12px;
    }
    .checkdiv span {
        color: #02144E;
        font-size: 12px;
        font-weight: bold;
    }
}

@media screen and (max-width: 550px) {
    .datadec_offline_con {
        position: fixed;
        background: #fff;
        padding: 0px 10px 20px;
        border-radius: 6px;
        z-index: 9999;
        width: 90%;
        height: 84%;
        top: 8%;
        left: 5%;
        margin-top: 0px;
        margin-left: 0px;
    }
    .datadec_offline_ul li {
        width: 96%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-bottom: 10px;
    }
    .datadec_offline_tit div {
        position: absolute;
        width: 70px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        right: -10px;
        top: 0;
        background: #2E55DB;
        color: #fff;
        font-size: 14px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        cursor: pointer;
    }
    .offline_label {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        height: 42px;
        line-height: 42px;
        width: 100%;
        text-align: left;
        padding-left: 20px;
    }
    .offline_text {
        padding-left: 30px;
        width: 100%;
    }
    .datadec_offline_tit {
        padding: 15px 0 20px;
        text-align: center;
        position: relative;
    }
    .datadec_offline_tit span {
        font-size: 16px;
        color: #02144E;
        font-weight: bold;
    }
    .datadec_offline_div {
        overflow-y: scroll;
        position: absolute;
        height: 84%;
        left: 0;
        top: 60px;
    }
    .tktit {
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
        font-weight: 600;
        color: #02144E;
    }
    .tkcon {
        padding: 0 20px;
        color: #111111;
        font-size: 12px;
    }
    .tkcon p {
        font-size: 12px;
    }
    .checkdiv span {
        color: #02144E;
        font-size: 12px;
        font-weight: bold;
    }
}

.no-collection {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.submitApply {
    cursor: pointer;
    -webkit-appearance: button;
    background: #2E55DB;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 14px;
}

.cannelApply {
    cursor: pointer;
    -webkit-appearance: button;
    background: #9A9A9A;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 14px;
}
.checkdiv {
    margin: 30px 0;
    overflow: hidden;
    padding-left: 20px;
}

.offline_btn {
    text-align: center;
    overflow: hidden
}
.layui-laydate-main{
    min-height: auto !important;
}