.h-search-bar {
    background: rgba(237, 243, 244, 0.98);
    border: 1px solid #1395a7;
    border-radius: 10px;
    margin:10px 30px 30px;
    padding-bottom: 50px;
}
.h-search-bar > ul{
    padding: 0 30px 30px 30px;
}
.h-search-bar > ul.searchline{
    padding: 20px 30px 0 30px;
}
.h-search-bar > ul >li{
    margin: 10px 0 20px;
    display: flex;
}
.h-search-bar > ul >li .search-bar{
    width: 95%;
    height: 48px;
    border: 1px solid #1395a7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 9px 0;
    box-sizing: border-box;
}
.h-search-bar > ul >li .search-bar .code-bar{
    width: 150px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D9D9D9;
}
.h-search-bar > ul >li .search-bar .code-bar>span{
    display: block;
    padding-right: 20px;
    background: url('./img/icon-row.png') right center no-repeat;
    background-size: auto 6px;
}
.h-search-bar > ul >li .search-bar .code-bar > ul{
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 34px;
    z-index: 99;
    
}
.h-search-bar > ul >li .search-bar .code-bar:hover > ul{
    display: block;
}
.h-search-bar > ul >li .search-bar .code-bar > ul > li{
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #666666;
    background: #f9f9f9;
    box-shadow: 0px 6px 16px 2px rgb(0 0 0 / 15%);
    border-radius: 5px;
    color: #666;
}
.h-search-bar > ul >li .search-bar .code-bar > ul > li>p:hover{
    background-color: #1395a7;
    color: #fff;
}
.h-search-bar > ul >li .search-bar .valcode-bar{
    flex: 1;
    display: flex;
    justify-content: center;
} 
.h-search-bar > ul >li .search-bar .valcode-bar>input{
    width: 95%;
    color: #666;
    border: none;
    font-size: 16px;
    line-height: 1;
}
.h-search-bar > ul >li .search-bar .type-bar{
    width: 115px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #D9D9D9;
}
.h-search-bar > ul >li .search-bar .type-bar>span{
    display: block;
    padding-right: 20px;
    background: url('./img/icon-row.png') right center no-repeat;
    background-size: auto 6px;
}
.h-search-bar > ul >li .search-bar .type-bar > ul{
    display: none;
    position: absolute;
    
    width: 100%;
    top: 0;
    padding-top: 34px;
    z-index: 99;
    
}
.h-search-bar > ul >li .search-bar .type-bar:hover > ul{
    display: block;
}
.h-search-bar > ul >li .search-bar .type-bar > ul >li{
    background: #f9f9f9;
    box-shadow: 0px 6px 16px 2px rgb(0 0 0 / 15%);
    border-radius: 5px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #666666;
}
.h-search-bar > ul >li .search-bar .type-bar > ul >li>p:hover{
    background-color: #1395a7;
    color: #fff;
}
.h-search-bar > ul >li .add-btn-bar{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.h-search-bar > ul >li .add-btn-bar a{
    font-size: 20px;
    display: block;
    width: 30px;
    text-align: center;
    color: #1395a7;
    cursor: pointer;
}
.submit-btns{
    border-top: 1px solid #D9D9D9;
    margin: 0 30px;
    padding: 40px 0 0 0;
    text-align: center;
}
.submit-btns a,
.submit-btns button{
    line-height: 40px;
    padding: 0 70px;
    font-size: 16px;
    cursor: pointer;
}
.submit-btns a{
    color: #666;
    
}
.submit-btns button{
    background-color: #1395a7;
    color: #fff;
    border-radius: 20px;
    border: 0 none;
}
input#demo {
    width: 220px;
    height: 48px;
    border: 1px solid #1395a7;
    border-radius: 5px;
    color: #666;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    padding-left: 30px;
    background: url('./img/icon-date.png') 20px center no-repeat #fff;
    background-size: auto 18px;
    }
    .btn-default {
        background-color: #fff;
        border: 1px solid #828080;
        border-radius: 3px;
        cursor: pointer;
    }
    .btn-primary {
        background-color: #1395a7;
        border: 1px solid #1395a7;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
    }
    .btn-primary:hover{
        background-color: #1395a7;
    }
    .label-name{
        line-height: 48px;
        padding-right: 15px;
        color: #666;
    }
    .search-list dl {
        padding: 30px 0;
        border-bottom: 1px solid #D9D9D9;
        margin: 0 40px;
        overflow: hidden;
    }
    
    .search-list dl:last-child {
        border-bottom: none 0;
    }
    
    .search-list dl dt {
        float: left;
        width: 230px;
        height: 230px;
        overflow: hidden;
    }
    
    .search-list dl dt img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .search-list dl dd {
        float: right;
        width: 710px;
        text-align: justify;
        padding: 15px 0;
    }
    
    .search-list dl.only-dd dd {
        float: none;
        width: 100%;
        text-align: justify;
        padding: 0;
    }
    
    .search-list dl dd h5 {
        font-size: 20px;
        font-weight: 600;
        color: #333333;
        line-height: 1;
    }
    
    .search-list dl dd p {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        margin-top: 20px;
        line-height: 2;
    }
    
    .search-list dl dd p span {
        color: #C6693E
    }
    
    .page-bar {
        margin: 30px 40px;
        text-align: right;
        font-size: 14px;
    }
    .page-bar a {
        display: inline-block;
        color: #888;
        font-size: 14px;
        line-height: 1.5;
        padding: 3px 10px;
        margin: 0 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .page-bar span.curpage {
        display: inline-block;
        font-size: 16px;
        line-height: 1.5;
        color: #3BAFBE;
    }
    
    .page-bar span.tolpage {
        display: inline-block;
        font-size: 14px;
        line-height: 1.5;
        color: #888;
    }
    .date-bar{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .date-bar input{
     
    height: 45px;
    border: 1px solid #1395a7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 9px;
    box-sizing: border-box;
    margin: 0 10px;
    }