@charset "utf-8";
html {
    font-family: '微软雅黑', 'verdana', "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 110%;
}

body {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
    background-color: white;
    /*overflow-x: hidden;*/
    -webkit-overflow-scrolling: touch;
    text-align: left;
    font-family: '微软雅黑', Verdana, Geneva, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #444;
}

a:active {
    color: #444;
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: '微软雅黑', verdana, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote,
ul,
ol,
li,
dl,
dd {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none outside none;
}

h1,
h2,
h3 {
    font-weight: normal;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cccccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cccccc;
}

*:focus {
    outline: none;
}

textarea:focus {
    border: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:focus,
button:focus {
    outline: none;
}

#map_canvas img,
.google-maps img {
    max-width: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    /*fixd for baidu map*/
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    width: auto\9;
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/*
@media print {
  * { text-shadow: none !important; color: #000 !important; background: transparent !important;  box-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after {  content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999;  page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page  { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
*/

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

/*-----------公共---------*/

body {
    width: 100%;
    height: 100%;
    /*overflow:hidden;*/
    background: #e9e7e7;
}

.container {
    margin-right: auto;
    margin-left: auto;
    /* max-width: 640px; */
    height: auto;
    color: #000;
}

.content {
    width: 100%;
}

.bg01 {
    background: #e9e7e7;
}

.bg02 {
    background: #e8e6e7;
}

.bg03 {
    background: #fff;
    border-radius: 5px;
}

.bg04 {
    background: #e8e6e7;
}

.btn01 {
    background: #48af40;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    border: none;
}

.btn02 {
    background: #f58900;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    border: none;
}

.btn03 {
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f2f2f2', GradientType=0);
    border: 1px #c7c7c7 solid;
    border-radius: 3px;
}

.title {
    padding: 12px 4%;
    font-size: 1rem;
    font-weight: bold;
    color: #1b1b1f;
    border-bottom: 1px #48af40 solid;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input:focus {
    border: 1px #48af40 solid;
    box-shadow: 0px 0px 5px #48af40;
}

/*--底部--*/

footer {
    background: #fbf9fa;
    padding: 0.625rem 0;
    text-align: center;
    width: 100%;
    border-top: 1px #c7c7c7 solid;
    font-size: 0.6rem;
    color: #898989;
    position: fixed;
    bottom: 0;
    left: 0;
}

/*-----------------个人中心------------------*/

.personal {
    padding: 18px 3%;
}

.personal a {
    color: #1b1b1f
}

.personal .p-header {
    padding: 4.5%;
    height: 78px;
    overflow: hidden;
}

.personal .p-header dl {
    vertical-align: top;
    line-height: 20px;
}

.personal .p-header dl dt {
    display: inline-block;
    width: 78px;
    float: left;
    margin-right: 8px;
}

.personal .p-header dl dt img {
    border-radius: 5px;
}

.personal .p-header dl dd {
    display: inline-block;
    float: left;
    max-width: 70%;
}

.personal .p-header dl dd h3 {
    font-weight: bold;
    font-size: 1rem;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.personal .p-header dl dd p {
    font-size: 0.9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.personal .p-header dl dd button {
    display: block;
    font-size: 0.8rem;
    padding: 2px 5px;
    margin-top: 8px;
}

.personal .p-cont {
    margin: 15px 0;
}

.personal .p-cont ul {
    padding-bottom: 40%;
}

.personal .p-cont ul li {
    background: url(../images/icon20.png) no-repeat 95% center;
    padding: 22px 5%;
    border-bottom: 1px #c7c7c7 solid;
}

.personal .p-cont ul li p {
    color: #3e3e3e;
}

.personal .p-cont ul li p img {
    width: 30px;
    margin-right: 6px;
}

/*------------------手机号绑定---------------------*/

.binding {
    padding: 18px 3%;
}

.binding .binding-input {
    padding: 15px 15px 0;
    background: #fff;
    font-size: 0.9rem;
}

.binding .binding-input p {
    padding-bottom: 12px;
}

.binding .binding-input input.aa {
    width: 95%;
    padding: 8px;
    border-radius: 3px;
    border: 1px #c7c7c7 solid;
}

.binding .binding-input input.bb {
    padding: 8px;
    border-radius: 3px;
    border: 1px #c7c7c7 solid;
    background: #f0f0f0;
    width: 54%;
}

.binding .binding-input button {
    padding: 5px 0;
    width: 38%;
    float: right;
    font-size: 0.9rem;
}

.binding .binding-btn {
    margin: 18px 0;
}

.binding .binding-btn button {
    width: 100%;
    padding: 7px 0;
}

/*-------------------添加车牌---------------------*/

.add {
    padding: 18px 3%;
    margin-bottom: 60px;
}

.add .add-btn {
    font-size: 1rem;
    text-align: center;
    padding: 12px 0;
}

.add .add-btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #4c4c4c;
}

.add .add-list {
    margin-top: 8px;
}

.add .add-list .list-t {
    width: 100%;
    background: #48af40;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    line-height: 32px;
    vertical-align: middle;
    padding: 8px 0;
}

.add .add-list .list-t span.cc {
    display: inline-block;
    float: left;
    margin-left: 3%;
}

.add .add-list .list-t span.dd {
    background: #fff;
    color: #48af40;
    font-size: 0.8rem;
    width: 60px;
    height: 32px;
    border-radius: 32px;
    float: right;
    margin-right: 3%;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    font-weight: normal;
}

.add .add-list .list-d {
    padding: 8px 0;
    border-radius: 0 0 5px 5px;
    padding-left: 10px;
    font-size: 0.95rem;
    line-height: 30px;
    vertical-align: middle;
}

.add .add-list .list-d a {
    margin-right: 20px;
}

.add .add-list .list-d a img {
    width: 12px;
    margin-right: 3px;
}

/*-------------------添加车牌（带地区输入）----------------------*/

.add-input {
    padding: 18px 0;
    width: 94%;
}

.add-input .add-input-t {
    padding: 12px 4%;
}

.add-input .add-input-t h3 {
    line-height: 2;
}

.add-input .add-input-t input {
    background: #f0f0f0;
    border: 1px #dbdbdb solid;
    font-size: 0.95rem;
    color: #000;
    text-align: center;
    line-height: 2;
    display: inline-block;
    border-radius: 3px;
}

.add-input .add-input-t input#area {
    padding: 3px 2%;
    width: 96%;
    overflow: hidden;
    text-align: center;
}

.add-input .add-input-t input#number {
    right: 5px;
    top: 5px;
    padding: 3px 25% 3px 2%;
    width: 76%;
    overflow: hidden;
    text-align: left;
}

.add-input .add-input-t span.gg {
    background: #f0f0f0;
    border: 1px #dbdbdb solid;
    width: 28%;
    display: block;
    float: left;
    height: 36px;
    border-radius: 3px;
}

.add-input .add-input-t span.hh {
    display: inline-block;
    width: 70%;
    float: right;
    position: relative;
    background: #f0f0f0;
    border: 1px #dbdbdb solid;
    height: 36px;
    border-radius: 3px;
}

.add-input .add-input-t span.hh em {
    width: 38px;
}

.add-input .add-input-t em {
    width: 40px;
    height: 36px;
    float: left;
    font-style: normal;
    border: none;
    margin: 0;
    display: bolck;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    color: #000;
    line-height: 36px;
}

.add-input .add-input-t span .close {
    width: 28px;
    position: absolute;
    z-index: 9999;
    top: 5px;
    right: 5px;
}

.add-input .add-area {
    padding: 20px 4%;
    margin: 8px 0;
}

.add-input .add-area ul li {}

.add-input .add-area ul li a {
    display: inline-block;
    border: 1px #dbdbdb solid;
    padding: 4%;
    background: #fbf9fa;
    line-height: 1;
    margin-left: 3%;
    border-radius: 3px;
    margin-top: 10px;
}

.add-input .add-area ul li a:first-child {
    margin-left: 0;
}

.add-input .add-area ul li a:hover,
.add-input .add-area ul li a.active {
    color: #fff;
    background: #48af40;
    border: 1px #48af40 solid;
}

.plate-actions {
    clear: both;
    width: 100%;
    display: block;
    text-align: right;
    padding-top: 5px;
}

/*------------------支付失败--------------------*/

.fail {
    padding: 18px 3%;
}

.fail .fail-word {
    padding: 70px 0 60px;
    text-align: center;
}

.fail .fail-word p {
    font-size: 0.8rem;
    color: #494949;
}

.fail .fail-word p img {
    width: 120px;
}

.fail .fail-word p a {
    color: #494949;
}

.fail .fail-word h3 {
    color: #1b1b1f;
    font-size: 1.2rem;
    font-weight: 900;
    margin: 15px 0 8px;
}

.fail .fail-btn {
    margin-top: 12px;
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 8px 0;
    border-radius: 5px;
}

.fail .fail-btn a {
    color: #fff;
}

/*------------------支付成功-------------------*/

.success {
    padding: 18px 3%;
}

.success .success-word {
    padding: 50px 0 0;
    text-align: center;
}

.success .success-word p {
    font-size: 0.8rem;
    color: #494949;
    width: 100%;
    overflow: hidden;
}

.success .success-word p img {
    width: 100px;
}

.success .success-word p a {
    color: #494949;
}

.success .success-word h3 {
    color: #1b1b1f;
    font-size: 1.2rem;
    font-weight: 900;
    margin: 15px 0 8px;
}

.success .success-btn {
    margin-top: 12px;
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 8px 0;
    border-radius: 5px;
}

.success .success-btn a {
    color: #fff;
}

.ewm {
    margin-top: 50px;
    border-top: 1px #48af40 solid;
    padding: 30px 0;
}

.ewm dl {
    padding: 0 0 0 8%;
}

.ewm dl dt {
    display: inline-block;
    float: left;
    width: 106px;
}

.ewm dl dd {
    float: left;
    margin-left: 10px;
    text-align: left;
    font-size: 0.8rem;
    margin-top: 22px;
    line-height: 1.8;
}

/*-----------------------泊车员身份扫码识别--------------------------*/

.scan {
    padding: 18px 3%;
}

.scan .scan-cont {
    padding: 25px 10%;
    text-align: center;
    font-size: 0.975rem;
    color: #3d3d3d;
}

.scan .scan-btn {
    margin: 10px 0 0;
    text-align: center;
}

.scan .scan-btn a {
    display: block;
    padding: 10px 0;
}

.scan .scan-btn a img {
    width: 28px;
    margin-right: 5px;
}

.scan>p {
    color: #050505;
    font-size: 0.75rem;
    text-align: center;
    padding: 6px 0;
}

/*---------------------身份识别结果----------------------*/

.identification {
    padding: 18px 3%;
}

.identification .iden-t {
    padding: 35px 25%;
    width: 50%;
    margin: 0 auto;
}

.identification .iden-t img {
    display: block;
    margin: 0 auto 15px;
}

.identification .iden-t p {
    font-size: 1rem;
    line-height: 1.7;
}

.identification .iden-b {
    margin: 12px auto 0;
    padding: 15px 0;
}

.identification .iden-b dl {
    width: 60%;
    margin: 0 auto;
}

.identification .iden-b dl dt {
    width: 40px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}

.identification .iden-b dl dd {
    display: inline-block;
    float: left;
    width: 77%;
}

/*----------------------是否在华车停车场查询失败--------------------*/

.query {
    padding: 18px 3%;
}

.query .query-cont .query-txt {
    padding: 55px 0 50px;
    text-align: center;
    margin: 0 auto;
    color: #1b1b1f;
    line-height: 1.8;
}

.query .query-cont .query-txt h3 {
    font-size: 1.325rem;
    margin-bottom: 12px;
}

.query .query-cont .query-txt p {
    font-size: 0.85rem;
}

.query .query-btn {
    margin: 15px 0;
}

.query .query-btn a {
    display: block;
    width: 100%;
    padding: 8px 0;
    border-radius: 3px;
}

/*--------------------交停车费----------------------*/

.pay {
    padding: 18px 3%;
}

.pay .pay-cont .pay-txt {}

.pay .pay-cont .pay-txt ul li {
    border-top: 1px #cacaca solid;
    padding: 12px 4%;
    font-size: 0.95rem;
}

.pay .pay-cont .pay-txt ul li:first-child {
    border-top: none;
}

.pay .pay-cont .pay-txt ul li:last-child {
    padding-bottom: 15px;
}

.pay .pay-cont .pay-txt ul li span:first-child {
    float: left;
    color: #868686;
}

.pay .pay-cont .pay-txt ul li span:last-child {
    float: right;
    color: #1b1b1f;
}

.pay .pay-btn {
    margin: 15px 0;
}

.pay .pay-btn a {
    display: block;
    width: 100%;
    padding: 8px 0;
    border-radius: 3px;
}
.identify_btn{
    font-size: 0.8rem;
    padding: 0.1rem 0.4rem;
    margin-top: 0.1rem;
    background: #64b036;
    border-radius: 0.3125rem;
    color: #fff
}

/*--------------------缴费记录-----------------------*/

.record {
    padding: 18px 3%;
    margin-bottom: 60px;
}

.record .record-t {
    margin-bottom: 20px;
}

.record .record-t li {
    color: #fff;
    padding: 30px 0 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.record .record-t li a {
    color: #fff;
}

.record .record-t li img {
    height: 70px;
}

.record .record-t li p {
    line-height: 2;
    margin-top: 10px;
    font-size: 1.1rem;
}

.record .record-t li p span {
    font-weight: bold;
    margin-left: 5px;
}

.record .record-t li.green {
    width: 48.5%;
    background: #48af40;
}

.record .record-t li.yellow {
    width: 48.5%;
    margin-left: 1%;
    background: #f58900;
}

.record .record-cont {
    margin: 10px 0;
}

.record .record-cont li {
    margin-bottom: 8px;
}

.record .record-cont li h3 {
    padding: 15px 3%;
    font-weight: bold;
    font-size: 0.95rem;
    color: #1b1b1f;
    border-bottom: 1px #48af40 solid;
}

.record .record-cont li h3 span {
    float: right;
    display: inline-block;
    color: #868686;
    font-weight: normal;
}

.record .record-cont li h3 span em {
    margin-left: 8px;
    font-style: normal;
}

.record .record-cont li p {
    padding: 15px 3%;
}

.record .record-cont li p span {
    display: inline-block;
    float: right;
}

/*----------------缴费停车输入车牌---------------------*/

.pay-input {
    margin-bottom: 60px;
}

.pay-input .pay-input-t {
    background: #97999c;
    padding: 10px 3%;
    display: block;
    overflow: hidden;
}

.pay-input .pay-input-t>span {
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
    float: left;
}

/* .pay-input .pay-input-t em{ width:40px;height:40px;float: left;font-style:normal; border:none; margin:0; display:bolck; zoom:1; font-size:0.95rem; letter-spacing:normal; word-spacing:normal; text-align:center; color:#fff;line-height:40px; } */

.pay-input .pay-input-t>span.orange {
    margin-right: 10px;
    /*border:1px #d87900 solid;*/
}

.pay-input .pay-input-t>span.orange em {
    background: #f58900;
    border-left: 1px #ffa317 solid;
}

/*.pay-input .pay-input-t > span.gray{  border:1px #686868 solid; }*/

.pay-input .pay-input-t>span.gray em {
    background: #777777;
    border-left: 1px #9c9c9c solid;
}

.pay-input .pay-input-t>span.orange em:first-child,
.pay-input .pay-input-t>span.gray em:first-child {
    border-left: none;
    border-radius: 3px 0 0 3px;
}

.pay-input .pay-input-t>span.orange em:last-child {
    border-radius: 0 3px 3px 0;
}

.pay-input .pay-input-t>span.gray em:last-child {}

.pay-input #close {
    border: none;
    border-left: 1px #9c9c9c solid;
    width: 40px;
    height: 40px;
    border-radius: 0 3px 3px 0;
    float: left;
    background-color: #777777;
    background-image: url(../images/icon09.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center center;
}

.pay-input .pay-input-cont {
    padding: 10px 3%;
}

.pay-input .pay-input-cont .history {
    padding: 15px 0 0;
}

.pay-input .pay-input-cont .history .history-title {
    padding: 0.3rem 3%;
    background: #eee;
    border-left: 4px #f58900 solid;
    color: #828181;
    font-weight: bold;
    font-size: 0.9rem;
}

.pay-input .pay-input-cont .history .history-list {
    padding: 5px 0;
}

.pay-input .pay-input-cont .history .history-list li {
    font-size: 0.8rem;
    border-bottom: 1px #dbdbdb solid;
    padding: 0.625rem 4%;
    color: #5b5b5b;
}

.pay-input .pay-input-cont .history .history-list li span {
    background: url(../images/icon10.png) no-repeat;
    display: inline-block;
    text-align: center;
    padding: 0 0.8rem;
    background-size: auto 70%;
    background-position: left center;
}

.pay-input .pay-input-cont .history .history-list li a {
    float: right;
    display: inline-block;
    display: none;
}

.pay-input .pay-input-cont .history .history-list li a img {
    width: 14px;
}

.pay-input .pay-input-cont .plate {
    padding: 0 4%;
}

.pay-input .pay-input-cont .plate ul li {
    font-weight: bold;
    width: 31%;
    font-size: 0.7rem;
    float: left;
    text-align: center;
    margin: 10px 0;
    padding: 0.3rem 0;
    color: #5b5b5b;
    border: #5b5b5b solid 1px;
    border-radius: 5px;
    margin-left: 1%;
}

.pay-input .pay-input-cont .plate h3 {
    background: url(../images/icon14.png) no-repeat;
    background-size: auto 70%;
    background-position: left center;
    padding-left: 30px;
    font-size: 0.9rem;
}

.pay-input .pay-input-cont .plate p {
    font-size: 0.8rem;
    margin: 10px 0;
    padding-left: 25px;
}

.pay-input .pay-input-cont .plate p a {
    display: inline-block;
    padding: 5px 0;
    text-align: center;
    border: 1px #dbdbdb solid;
    width: 40%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.pay-input .pay-input-cont .plate p a.active {
    border: 1px #48af40 solid;
    box-shadow: 0 0 5px #48af40;
}

.pay-input .pay-input-btn {
    margin: 12px 0;
}

.pay-input .pay-input-btn a {
    width: 100%;
    display: block;
    padding: 8px 0;
    border-radius: 3px;
}

.plate-panel-bg {
    background: #111;
    opacity: 0.6;
    position: absolute;
    z-index: 9998;
    display: none;
    top: 0;
    left: 0;
}

.plate-panel {
    background: #fff;
    position: absolute;
    z-index: 9999;
    display: block;
    /*width: 90%;*/
    width: 92%;
    bottom: 0px;
    margin: 0 2%;
    padding: 20px 2%;
    border: 1px solid #ddd;
}

.plate-panel ul {
    display: block;
    overflow: hidden;
}

.plate-panel ul li {
    float: left;
    padding: 4px 9px;
}

.plate-panel ul li a {
    display: block;
    border: 1px #dbdbdb solid;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fbf9fa;
    border-radius: 3px;
}

.plate-panel ul li a:first-child {
    margin-left: 0;
}

.plate-panel ul li a:hover,
.plate-panel ul li a.active {
    color: #fff;
    background: #48af40;
    border: 1px #48af40 solid;
}

/*-------------添加支付结果-------------*/

.result {
    padding: 18px 3%;
}

.result .result-word {
    padding: 0 0 0;
    text-align: center;
}

.result .result-word .result-time {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: left;
}

.result .result-word .result-time p {
    color: #494949;
    font-size: 0.9rem;
    margin-left: 20px;
}

.result .result-word .result-time .time {
    margin-top: 20px;
    text-align: center;
}

.result .result-word .result-time .time span {
    display: inline-block;
    width: 47%;
    background-image: url(../images/bgre1.jpg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    height: 120px;
    line-height: 120px;
    vertical-align: middle;
}

.result .result-word .result-time .time span:first-child {
    float: left;
}

.result .result-word .result-time .time span:last-child {
    float: right;
}

.result .result-btn {
    margin-top: 12px;
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 8px 0;
    border-radius: 5px;
}

.result .result-btn a {
    color: #fff;
}

@media ( max-width:360px) {
    .personal .p-header dl dd {}
}

@media ( min-height:720px) {
    .personal .p-cont ul {
        padding-bottom: 68%;
    }
}

@media ( max-width:480px) {
    .add-input .add-area ul li a {
        padding: 3%;
        margin-left: 5%;
    }
}

@media (min-width:410px) {
    .plate-panel ul li {
        padding: 3px 8px;
    }
    /* .pay-input .pay-input-t em{width:45px;} */
    .pay-input #close {
        width: 45px;
    }
    .plate-panel ul li a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

@media ( max-width:400px) {
    .identification .iden-b dl {
        width: 72%;
    }
    .identification .iden-b dl dd {
        width: 72%;
        font-size: 0.85rem;
    }
    .identification .iden-t p {
        font-size: 0.9rem;
    }
    .identification .iden-t {
        padding: 35px 20%;
        width: 60%;
    }
    .ewm dl {
        padding: 0 4%;
    }
    .success .success-word {
        padding: 40px 0 0;
    }
    .ewm {
        margin-top: 22px;
    }
    .scan .scan-cont {
        font-size: 0.95rem;
    }
    .add-input .add-area ul li a {
        margin-left: 4%;
    }
}

@media ( max-width:384px) {
    .plate-panel ul li {
        padding: 4px 10px;
    }
}

@media ( max-width:360px) {
    .add .add-list .list-t {
        font-size: 0.9rem;
    }
    .add .add-list .list-d {
        font-size: 0.8rem;
        letter-spacing: 1px;
    }
    .fail .fail-word h3 {
        font-size: 1.1rem;
    }
    .fail .fail-word p img {
        width: 100px;
    }
    .ewm dl {
        padding: 0 2%;
    }
    .ewm dl dt {
        width: 30%;
    }
    .ewm dl dd {
        font-size: 0.85rem;
    }
    .success .success-word {
        padding: 30px 0 0;
    }
    .ewm {
        margin-top: 30px;
    }
    .success,
    .result,
    .identification,
    .fail,
    .add,
    .binding,
    .personal,
    .query,
    .scan,
    .add-input,
    .record {
        padding: 12px 0;
    }
    .query .query-cont .query-txt {
        width: 100%;
        padding: 40px 0;
    }
    .query .query-cont .query-txt h3 {
        font-size: 1rem;
    }
    .query .query-cont .query-txt p {
        font-size: 0.75rem;
    }
    .pay .pay-cont .pay-txt ul li {
        font-size: 0.85rem;
    }
    .scan .scan-cont {
        font-size: 0.9rem;
    }
    .add-input .add-area ul li a {
        margin-left: 3%;
    }
    .record .record-t li p {
        font-size: 1rem;
    }
    .record .record-t li img {
        height: 60px;
    }
    /* .pay-input .pay-input-cont .history .history-list li {
        padding: 10px 4%;
    } */
    .add-input .add-input-t input#area {
        padding: 2px 2%;
    }
    .add-input .add-input-t input#number {
        padding: 2px 25% 2px 2%;
    }
    .plate-panel ul li {
        padding: 4px 9px;
    }
}

@media ( max-width:320px) {
    .add-input .add-area ul li a {
        margin-left: 2%;
    }
    .plate-panel ul li {
        padding: 4px 8px;
    }
    .plate-panel ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    /* .pay-input .pay-input-t em{width:34px;} */
    .add-input .add-input-t em {
        width: 34px;
    }
    .pay-input #close {
        width: 34px;
    }
    .record .record-t li.yellow,
    .record .record-t li.green {
        width: 48%;
    }
    .personal .p-cont ul li p {
        font-size: 0.9rem;
    }
}

@media ( max-height:480px) {
    .personal .p-cont ul {
        padding-bottom: 22%;
    }
    .identification .iden-t {
        padding: 18px 20%;
    }
    .identification .iden-t img {
        width: 80%;
    }
    .success .success-word {
        padding: 15px 0 0;
    }
    .ewm {
        margin-top: 15px;
    }
    .ewm {
        padding: 15px 0;
    }
}

@media ( min-height:700px) {
    .result .result-word .result-time .time span {
        height: 120px;
        line-height: 120px;
        font-size: 1.8rem;
    }
    .result .result-word .result-time {
        padding: 30px 0 20px;
    }
}

/* 
@media ( max-height:700px) {
    .result .result-word .result-time .time span {
        height: 110px;
        line-height: 110px;
        font-size: 1.5rem;
    }
    .result .result-word .result-time {
        padding: 10px 0;
    }
    .result .result-word {}
} */

@media( max-height: 600px) {
    .result .result-word .result-time {
        padding: 10px 0 5px;
    }
    .result .result-word {}
    .result .result-word .result-time .time {
        margin-top: 8px;
    }
    .result .result-word .result-time .time span {
        height: 100px;
        line-height: 100px;
        font-size: 1.5rem;
    }
}

@media( max-height: 500px) {
    .result .result-word .result-time .time span {
        height: 75px;
        line-height: 75px;
    }
}

.spot-b {
    margin: 0 5%;
    border-bottom: 1px solid #c2c2c2;
    color: #2c2c2c;
    padding: 7px 0;
}

.loading {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    background-color: #000;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.loading img {
    width: 80px;
    height: 80px;
    margin-top: 185px;
}

.loading p {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
}

.Modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    padding-top: 20%;
}

.Modal .close {
    position: fixed;
    top: 0px;
    right: 5px;
    width: 40px;
    height: 40px;
}

.Modal .close {
    width: 20px;
    height: 20px;
}

.notice {
    margin-top: 5px
}

.charge_rule a {
    border-bottom: 1px dashed #111;
}

.active::before {
    content: "";
    display: block;
    width: 1.3rem;
    height: 0.15rem;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 1.65rem;
}

/* 服务对象验证 */

.pack_ID {
    padding: 12px 4%;
    font-size: 1rem;
    font-weight: bold;
    color: #1b1b1f;
}

.notice2 {
    /* padding: 12px 0%; */
    margin-top: 5px
}

.title2 {
    position: relative;
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
}

.title_info {
    font-weight: bold;
    font-size: 0.9rem;
    position: absolute;
    top: -0.7rem;
    left: 4%;
    background: #fff;
}

.identify {
    padding: 12px 4%;
    font-size: 0.8rem;
    color: #1b1b1f;
    /* background: #48af40 */
}

.identify h1 {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0.6rem
}

.identify_type {
    padding-bottom: 12px;
}

.identify_type ul {}

.identify_type ul li {
    width: 33%;
    float: left;
    text-align: center;
}

.identify_ID {
    padding-bottom: 0.6rem;
}

.identify_ID input {
    text-indent: 0.5em;
    width: 10rem;
    margin: 0;
    margin-left: 0.6rem;
    height: 1.3rem;
    line-height: 1.3rem;
    box-sizing: border-box;
}

.history_btn {
    padding: 1.3% 3%;
    background-color: skyblue;
    color: #fff;
    border: 1px solid skyblue;
    border-radius: 5px;
    /* margin-left: 3.5rem; */
    font-size: 0.6rem;
    box-sizing: border-box;
}

.history_box {
    display: none;
    width: 80%;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -40%;
    padding: 12px 4%;
    z-index: 3;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}

.history_box h1 {
    font-size: 0.8rem;
    font-weight: bold;
}

.history_box ul {
    font-size: 0.7rem;
    margin: 0.5rem;
    margin-top: 0;
}

.history_box ul li {
    line-height: 1.3rem;
    /* height: 1.3rem; */
}

.history_btn2 {
    padding: 0% 2%;
    height: 1.3rem;
    background-color: skyblue;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 0.6rem;
    box-sizing: border-box;
    margin-top: 1.3rem;
}
.identify_result{
    margin-top: 0.5rem;
    padding: 4%;
    font-weight: bold;
    font-size: 0.85rem;
}