﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
}

.clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

* + html .clearfix {
    min-height: 1%;
}

.che_tit {
    text-align: center;
    padding: 20px;
}

.ul_pro {
    background-color: #CED3D9;
    text-align: center;
    padding: 4px 2px;
    font-size: 14px;
}

    .ul_pro li {
        float: left;
        width: 11.11%;
        padding: 2px;
        box-sizing: border-box;
    }

    .ul_pro .li_close {
        float: left;
        width: 22.22%;
    }

        .ul_pro .li_close span {
            background-color: #ACB3BB;
        }

    .ul_pro .li_clean {
        float: left;
        width: 22.22%;
    }

    .ul_pro li span {
        display: block;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 2px 2px 2px #888888; /* max-width:48px; margin:0 auto; */
        line-height: 32px;
        padding-top: 2px;
    }

        .ul_pro li span:active {
            background-color: #4DA9F2;
            color: #fff;
        }

.ul_input {
    padding: 20px;
    width: 370px;
    margin: 0 auto;
}

    .ul_input li {
        float: left;
        width: 12%;
        padding: 1px;
        text-align: center;
    }

        .ul_input li span { /*车牌识别输入框样式*/
            display: block;
            /*background-color: rgb(26, 173, 23); /*车牌识别输入框背景色*/
            /*background-color: #108ee9;*/
            border: 1px solid black;
            border-radius: 1px;
            width: 35px;
            margin: 0 auto;
            height: 40px;
            line-height: 40px;
            /*color: white;*/
            font-size: 20px;
        }

.ul_keybord {
    background-color: #CED3D9;
    text-align: center;
    padding: 4px 2px;
    font-size: 14px;
}

    .ul_keybord li {
        float: left;
        width: 10%;
        padding: 2px;
        box-sizing: border-box;
    }

    .ul_keybord .ikey20 {
        margin-left: 5%;
    }

    .ul_keybord .li_w {
        width: 11.11%;
    }

    .ul_keybord .li_close {
        float: right;
        width: 22.22%;
    }

        .ul_keybord .li_close span {
            background-color: #ACB3BB;
        }

    .ul_keybord .li_clean {
        float: right;
        width: 22.22%;
    }

    .ul_keybord li span {
        display: block;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 2px 2px 2px #888888; /* max-width:48px; margin:0 auto; */
        line-height: 32px;
        padding-top: 2px;
    }

        .ul_keybord li span:active {
            background-color: #4DA9F2;
            color: #fff;
        }

.platerow {
    margin-top: 10%;
    width: 100%;
    text-align: center;
    /*border: 1px blue solid;*/
    padding: 1%;
    margin-left: auto;
    margin-right: auto;
}

.msgrow {
    margin-top: 15%;
    margin-left: 5%;
}

plateNum {
    text-decoration: underline;
}

.platecolumn {
    /*background-color: #108ee9;*/
    /*background-color: rgb(26, 173, 23);*/
    /*box-shadow: inset 1px -1px 1px #444, inset -1px 1px 1px #444;*/
    border: 1px black solid;
    border-right: none;
    height: 35px;
    width: 10%;
    font-size: 22px;
    /*color: #fff;*/
    color: black;
    text-align: center;
    padding: 1px;
    background-color: white;
}

.platecolumnlast {
    border: 1px black dotted;
}

.plateBg { /*有效车牌整个输入框样式  背景 宽度 高度*/
    /*background-color: rgb(26, 173, 23);*/
    /*border: 1px #ffd800 solid;*/
    /*background-color: #108ee9;*/
    background-color: white;
    width: 100%;
    height: 80px;
    margin-top: -25%;
}

.chkNew { /*新能源车牌*/
    color: black;
    margin-left: 5%;
    margin-top: 10%;
    font-size: 15px;
    width: 100%;
}

.btnconfirm {
    margin-top: 30%;
    width: 100%;
    text-align: center;
}

.btn-size { /*查询缴费按钮样式 宽度 背景  高度*/
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /*background-color: rgb(26, 173, 23);*/
    background-color: #108ee9;
    border-radius: 4px;
    width: 60%;
    height: 50px;
}

.lblmsg { /* 请输入有效车牌号码*/
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-bottom: -10%;
    padding-top: 10px;
}

.divright {
    text-align: right;
    font-weight: normal;
}

.divfont {
    font-size: 14px;
    font-weight: bold;
    font-family: "微软雅黑";
}

.wechatbtn {
    width: 100%;
    height: 50px;
    border-radius: 15px;
    background-color: #00CD00;
    border: 0px #FE6714 solid;
    cursor: pointer;
    color: white;
    font-size: 16px;
}

.lblTitlemsg { /*公司名称*/
    color: #000000;
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

.imgCenterCSS { /*logo放在中间位置的css*/
    margin-top: 5%;
    width: 100%;
    text-align: center;
}

imgcenter { /*logo放在中间位置的css*/
    /*width: 285px;
    height: 52px;*/
}

.imgTopDiv { /*logo放在顶端位置div的css*/
    margin-top: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.imgTopCSS { /*logo放在顶端位置img的css*/
    height: 50px;
}

.alipaybtn /*支付宝按钮*/ {
    width: 100%;
    height: 50px;
    border-radius: 15px;
    background-color: #337ab7;
    border-color: #2e6da4;
    cursor: pointer;
    color: white;
    font-size: 16px;
}

.btnKnow { /*NoPay.aspx 页面我知道的样式*/
    background-color: rgb(91,184,93);
    color: white;
    margin-left: 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 50px;
    border-radius: 15px;
}

.btnKnowalipayCss {
    background-color: rgb(0, 169, 242);
    color: white;
    margin-left: 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 50px;
    border-radius: 15px;
}

.btnKnowotherCss {
    background-color: rgb(91,184,93);
    color: white;
    margin-left: 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 50px;
    border-radius: 15px;
}
