.yqsb-main{
    margin-top: -230px;
    background: #fff;
    padding: 24px;
    margin-bottom: 50px;
}
.form-select ,.form-input{
    width: 100px;
}
.bg-graient{
    background-image: -moz-linear-gradient( 90deg, rgb(245,247,254) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(245,247,254) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(245,247,254) 0%, rgb(255,255,255) 100%);
}
.order-now{
    position: absolute;
    background: #00a8ff;
    border:1px solid #00a8ff;
    right: 24px;
    top: 24px;
}
.order-now:hover{
    background: rgba(0, 168, 255, 0.8);
    border:1px solid #00a8ff;
}
.more{
    position: absolute;
    right: 10px;
    top: 35px;
    background: #fff;
    color: #ff6600;
}