.demand-market {
    height: 620px;
    background-image: url(../ffcsmodule/default/images/bg-xqsc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.demand-market .latest-demand {
    width: 770px;
    height: 437px;
    background-color: white;
    border-radius: 10px;
}

.demand-market .latest-demand-content {
    height: 350px;
}

.demand-market .demand-list li {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.demand-market .demand-list li::before {
    content: "■";
    color: black;
    font-size: 10px;
    margin-right: 10px;
}

.demand-market .demand-list-left {
    width: 350px;
}

.demand-market .demand-list-right {
    width: 286px;
}

.demand-market .fast-financing {
    width: 410px;
    height: 437px;
    border-radius: 10px;
    background-color: white;
}

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

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

.demand-market .layui-input{
    height: 44px;
}

.demand-market .yzm img{
    width: 72px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 270px;
}

.demand-market .layui-btn{
    width: 100%;
    color: white;
    background-color: rgb(53, 113, 255);
}