.banner
{
    width:100%;
}
.banner img
{
    width:100%;
}
.layui-container {
    padding: 0 5px;
}
.layui-form-label {
    position: relative;
    float: left;
    display: block;
    padding: 9px;
    width: auto;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.layui-input-block {
    margin-left: 110px;
}
.license-plate-container {
    display: flex;
    width: 100%;
}
.city-prefix {
    width: 90px !important;
    min-width: 90px;
    border-right: none !important;
    border-radius: 2px 0 0 2px !important;
}
.plate-number {
    flex: 1;
    border-radius: 0 2px 2px 0 !important;
}
.footer
{
    position:absolute;
    width:100%;
    bottom:0px;
    left:0px;
    padding:10px 0px;
    text-align:center;
    font-size:14px;
    color:#666666;
}