.demand-market-banner {
    width: 100%;
    height: 460px;
    background-image: url(../ffcsmodule/default/images/demand-market-banner.png);
}

.demand-market-box {
    height: auto;
}

.demand-market-box .demand-query {
    height: 162px;
}

.demand-query .input-date {
    width: 200px;
}

.demand-query .layui-input-block {
    margin-left: 0;
}

.demand-query .layui-input {
    width: 220px;
    border-radius: 5px;
}

.demand-query .search-and-reset {
    margin-left: 70px;
}

.search-and-reset .search {
    width: 90px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid rgb(53, 113, 255);
    color: white;
    background-color: rgb(53, 113, 255);
}

.search-and-reset .reset {
    width: 90px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid rgb(166, 166, 166);
    background-color: white;
    color: black;
}

::-webkit-input-placeholder {
    color: rgb(166, 166, 166);
}

.demand-box .demand-index-box{
    display: block;
    width: 386px;
    height: 182px;
    padding: 30px 25px 0;    
}

.demand-box .item-show-box{
    width: 105px;
    height: 70px;
    background-color: rgb(242,246,252);
}

.demand-market .layui-laypage a:hover {
    color: #3b82ff;
}

.demand-market .layui-laypage button{
    border-color: rgb(53, 113, 255);
    color: rgb(53, 113, 255);
}

.demand-market .layui-laypage .layui-laypage-curr em{
    color: white;
}
