.nodata{
    width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ivu-cascader-menu {
    width: 130px !important ;
    margin-left: 10px !important;
}

input.search-input::placeholder{
    color: #c5c8ce;
}

.ivu-input-large {
    background-color: #fafafa !important;
    font-size: 15px !important;
    color: #999999 !important;
    height: 45px !important;
}

.input_style {
    border: 1px #dcdee2 solid;
    border-radius: 3px;
    outline: none;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    font-size: 15px;
    background-color: #fafafa;
    color: #999999;
}

.search-input:focus {
    box-shadow: -1px -1px 2px #328ef0, 1px 1px 2px #328ef0;
}


.hidden {
    display: none;
}

.count_line {
    margin-top: 25 px !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 95%;
}

.credit_line {
    margin-top: 50 px;
    display: grid;
    grid-template-columns: 15% 65% 20%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-right: 1%;
    color: #333;
    width: 100%;
}

.demo-spin-icon-load {
    animation: ani-demo-spin 1s linear infinite;
}

.font-24 {
    font-size: 24px;
    color: #333;
}

.div_foot {
    padding-top: 20px;
    text-align: center;
    height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.list-item {
    width: 95%;
    height: 90px;
    padding-left: 20px;
    margin-top: 5px;
}

.title-box {
    font-size: 24px;
    height: 40px;
    color: #333;
}


.list-item:first-of-type>.title-box::before {
    content: "";
    display: block;
    width: 100%;
    margin-bottom: 5px;
    border-top: 1px #999 dashed !important;
}

.code-box {
    color: #999;
    margin-top: 15px;
}

.code-box::after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px #999 dashed !important;
}