* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

.content {
  text-align: center;
  min-height: calc(100vh - 120px);
}

.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,
.che_tit1 {
  text-align: center;
  padding: 14px;
  font-weight: 200
}

.che_tit1 {
  background-color: #046de8;
  color: #fff;
  padding: 5px 14px;
}

.che_tit {
  color: #333;
}

.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: right;
  width: 22.22%;
}

.ul_pro .li_close span {
  background-color: #ACB3BB;
}

.ul_pro .li_clean {
  float: right;
  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:100%;}*/
/*.ul_input li{ float:left; width:10%; padding:2px;text-align:center; }*/
.ul_input {
  display: flex;
  padding: 5px 15px;
  border: 1px solid #ccc;
  margin: 10px 10px;
  border-radius: 4px;
  text-align: center;
}

.ul_input li {
  flex: 1
}

.ul_input li span {
  display: block;
  background-color: #fff;
  border-bottom: 2px solid #ccc;
  min-height: 3rem;
  width: 2rem;
  margin: 0 auto;
  padding-top: 1rem;
}

.ul_input li span:active {
  border-bottom: 2px solid #6fcc3b;
}

.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;
}

.xin_nengyuan {
  border: 1px;
  border-color: #67c23a;
  border-style: dashed;
}

.xin_nengyuan_li:after {
  position: relative;
  /*top: -74px;*/
  content: '新能源';
  color: #67c23a;
  font-size: 10px;
}

button {
  border-radius: 4px;
  background-color: #046de8;
  color: #fff;
  width: 50%;
  line-height: 40px;
  font-size: 20px;
  margin-top: 15px;
}

.content_2 {
  /*opacity: 0;*/
  margin-top: 1rem;
  display: none;
  color: #333333;
  font-size: 0.96rem;
}

.row {
  width: 100%;
  display: flex;
  line-height: 1.5rem;
}

.flex_row_center {
  justify-content: center;
}

.name {
  width: 5rem;
  text-align: right;
  margin-right: 1rem;
  margin-left: 1rem;
}

.value {
  text-align: left;
}

.stop_time {
  color: #2e5ff8;
}

.cost {
  color: #D9001B;
}

.message {
  color: #D9001B;
  display: none;
}

.content_3 {
  display: none;
  margin-top: 2rem;
}

.content_3 img {
  width: 5rem;
  height: 5rem;
  margin-left: 30%;
  margin-right: 0.3rem;
}

.content_4 {
  display: none;
  margin-top: 2rem;
  font-size: 1rem;
}

.car_Num {
  color: #666666;
  font-size: 14px;
}

.success {
  color: #52c41a;
}

.error {
  color: #D9001B;
}

.red {
  color: red;
}


.parentBox {
  height: 100%;
  width: 100%;
  background: rgba(31, 31, 31, 0.5);
  padding-top: 40%;
  position: absolute;
  z-index: 1000;
  display: none;
}

.contantBox {
  width: 30%;
  height: 4%;
  margin: 0 auto;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  background: linear-gradient(rgb(12, 132, 223) 0 0) 0/0% no-repeat #ddd;
  animation: cartoon 2s infinite linear;
}

.ul_keybord .ikey41 {
  width: 12% !important;
  min-width: 12% !important;
}

@keyframes cartoon {
  100% {
    background-size: 100%;
  }
}

.advance {
  padding: 0.3rem 0.4rem;
  color: #fff;
  background: #249f29;
}

.ConfirmNntry-content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin: 0 0.1rem;
}

.ConfirmNntry-tit {
  margin-top: 3rem;
  padding: 0 0.5rem;
}

.loading-box {
  width: 100%;
  position: fixed;
  top: 37%;
  display: none;
}

.loading-box-tit {
  color: #fff;
  background: #797979;
  /* line-height: 6rem; */
  padding: 1rem;
}

.ruchang-tit {
  margin-top: 1rem;
}

.ruchang-Departure {
  margin-top: 1rem;
}

.pop-up {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.pop-up-nav {
  border-radius: 5px;
  box-shadow: 0 5px 16px 0 #0000000f;
  width: 20rem;
  background: #fff;
  margin: 12rem auto;
}

.pop-up-top {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.pop-up-content-title {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3rem 0;
  text-align: center;
}

.pop-up-below {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem;
}

.pop-up-back {
  width: 8rem;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 2px solid #ccc;
  border-radius: 6px;
}

.pop-up-close-btn {
  width: 8rem;
  background: #1785ff;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
  border-radius: 6px;
}

.page-version {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: #ccc;
  font-size: 12px;
}

.history-wrapper {
  text-align: left;
  padding: 15px;
}

.history-wrapper .title {
  position: relative;
  padding-left: 8px;
  margin-bottom: 8px;
}
.history-wrapper .title::before {
  display: block;
  content: '';
  height: 12px;
  width: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  background: #046de8;
}

.history-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 0;
  border-bottom: 1px #eee solid;
  font-size: 14px;
}

.history-item img {
  height: 20px;
}

.history-item .plate {
  margin-right: auto;
  margin-left: 6px;
  flex: 1;
}

.history-item .close {
  display: flex;
  align-items: center;
}

.bot {
  display: none;
  margin: 40px 0 40px;
  justify-content: center;
  font-size: 12px;
  color: #aaa;
  flex-direction: column;
  align-items: center;
}
.bot #contact-btn {
  font-size: 12px; 
  color: #aaa;
  white-space: nowrap; 
  position: relative; 
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.bot p {
  color: #ccc;
}