/*
  * 充电桩商户端
*/
@import "ionic/ionic.css";
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: inherit;
}
body,
div,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt,
form,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  color: #222;
  text-align: left;
  background-color: #f3f4f3;
}
.body-white {
  background-color: #fff;
}
body > iframe {
  opacity: 0;
  display: none;
}
iframe {
  display: none;
  opacity: 0;
}
li {
  list-style: none;
}
img {
  border: 0;
}
a {
  color: #3296fa;
  text-decoration: none;
  outline: none;
}
/*a:hover {text-decoration:none; outline: none}*/
a,
a:link,
a:visited,
a:hover,
a:active,
input:hover,
input:visited,
input:active,
input:focus,
textarea:hover,
textarea:visited,
textarea:active,
textarea:focus {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wrapper {
  margin: 0 auto;
  max-width: 768px;
}
.wr-p3 {
  padding: 0 3%;
}
.both {
  clear: both;
}
.t-ellipsis {
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.red {
  color: #ff4d56;
}
.yellow {
  color: #ff9000;
}
.green {
  color: #3296fa;
}
.gray {
  color: #999;
}
.price {
  color: #f90;
  font-size: 16px;
}
.white-bg {
  background-color: #fff;
}
.none {
  display: none;
}
.h10 {
  height: 10px;
}
.h20 {
  height: 20px;
}
.h30 {
  height: 30px;
}
.h40 {
  height: 40px;
}
.h50 {
  height: 50px;
}
.h60 {
  height: 60px;
}
.text-mid {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* 公共部分 */
.ico-loading,
.ico-success,
.ico-error {
  background-image: url("../images/ico-prompt.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.ico-loading {
  width: 24px;
  height: 20px;
  background-size: 110px;
  background-position: left top;
  animation: rotate 0.75s linear infinite;
}
.ico-success {
  margin-bottom: 4px;
  width: 26px;
  height: 20px;
  background-size: 110px;
  background-position: -26px top;
}
.ico-error {
  width: 20px;
  height: 20px;
  background-size: 110px;
  background-position: -55px top;
}

/* 加载数据  */
.dropload-up,
.dropload-down {
  position: relative;
  height: 0;
  overflow: hidden;
  font-size: 16px;
  transform: translateZ(0);
}
.dropload-down {
  height: 50px;
}
.dropload-refresh,
.dropload-update,
.dropload-load,
.dropload-noData {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
  color: #909090;
}
.dropload-noData {
  color: #999;
}
.dropload-load .loading {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 6px;
  border: 2px solid #666;
  border-bottom-color: transparent;
  vertical-align: middle;
  animation: rotate 0.75s linear infinite;
}
.dropload-load.f18 {
  padding-top: 20px;
  font-size: 18px;
  color: #909090;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-box {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
  position: fixed;
  left: 50%;
  top: 10%;
  z-index: 20;
  margin-left: -15px;
}
.loading-box em,
.loadem {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin: 3px;
  border: 2px solid #3296fa;
  border-bottom-color: transparent;
  vertical-align: middle;
  animation: rotate 0.75s linear infinite;
}

.opacity-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.4;
  z-index: 20;
}
.opacity-white {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
}

.wx-prompt {
  min-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: fixed;
  top: 40%;
  left: 10%;
  right: 10%;
  z-index: 21;
}
.wx-prompt p {
  padding: 10px 20px 10px;
  display: inline-block;
  min-width: 200px;
  min-height: 30px;
  line-height: 30px;
  background: #3296fa;
  background-size: 340px;
  border-radius: 10px;
}
.wx-prompt em {
  margin-right: 10px;
}
.wx-prompt.small {
  min-height: 20px;
  font-size: 14px;
  top: auto;
  bottom: 10%;
}
.wx-prompt.small p {
  padding: 2px 20px;
  min-width: 100px;
  min-height: 20px;
  line-height: 20px;
}

.wx-prompt2 {
  min-height: 30px;
  text-align: center;
  color: #333;
  font-size: 18px;
  position: fixed;
  top: 40%;
  left: 10%;
  right: 10%;
  z-index: 21;
}
.wx-prompt2 dl {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
}
.wx-prompt2 dl dt {
  padding: 20px 10px 20px;
  min-width: 260px;
  min-height: 40px;
  line-height: 20px;
}
.wx-prompt2 dl dt em {
  margin-right: 10px;
}
.wx-prompt2 dl dd a {
  width: 50%;
  height: 40px;
  line-height: 40px;
  color: #999;
  border-top: 1px solid #f6f6f6;
  position: relative;
  display: block;
  float: left;
}
.wx-prompt2 dl dd a:first-child {
  color: #3296fa;
}
.wx-prompt2 dl dd a:first-child:after {
  content: " ";
  width: 1px;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.btn {
  padding: 5px 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}
.btn-green {
  height: 44px;
  background: #3296fa;
  border-radius: 4px;
  cursor: pointer;
  line-height: 44px;
  color: white;
  font-size: 15px;
  text-align: center;
}
.btn-green:hover {
  color: #fff;
}
.btn.disable,
.btn.disable:hover {
  background: #d5d5d5;
}
.btn-green.disable,
.btn-green.disable:hover {
  background: #d5d5d5;
}
.btn-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.div-line {
  width: 1px;
  height: 100%;
  background-color: #bababa;
  position: absolute;
  top: 0;
  left: 60px;
}
.btn-blue {
  background-color: #69b1ff;
  color: #fff;
}
.activeBtn {
  background-color: #1677ff;
  color: #fff;
}

/* .icon { background-image:url("../images/icon.png");  background-repeat: no-repeat; background-size: 234px; display: inline-block; vertical-align: middle; } */
.ico-user {
  width: 18px;
  height: 25px;
  background-position: -25px -26px;
}
.ico-validate {
  width: 20px;
  height: 25px;
  background-position: -127px top;
}
.ico-withdrawal,
.ico-common,
.ico-electricity,
.ico-income,
.ico-fadd {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.ico-withdrawal {
  width: 100px;
  height: 34px;
  background-image: url("../images/topup.png");
  background-size: contain;
  padding-left: 40px;
  color: #fff;
  line-height: 34px;
  background-position: left top;
  background-color: #3296fa;
  border-radius: 20px 0 0 20px;
}
.ico-common,
.ico-electricity,
.ico-income {
  margin-right: 3px;
}
.ico-common {
  width: 9px;
  height: 12px;
  background-image: url("../images/ico_2.png");
}
.ico-electricity {
  width: 10px;
  height: 14px;
  background-image: url("../images/ico_6.png");
}
.ico-income {
  width: 14px;
  height: 14px;
  background-image: url("../images/ico_4.png");
}
.ico-fadd {
  width: 50px;
  height: 50px;
  background-image: url("../images/bottom-bg.png");
  background-color: #007aff;
  border-radius: 50%;
}
.ico-testing {
  width: 50px;
  height: 50px;
  background-image: url("../images/testing.png");
}
.ico-sum {
  width: 20px;
  height: 16px;
  line-height: 16px;
  background: #3296fa;
  font-size: 12px;
  color: #222;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px 3px 0 3px;
}

/* 导航 */
.navbar-h {
  height: 44px;
}
.navbar-top {
  width: 100%;
  height: 44px;
  background-color: #3296fa;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}
.navbar-top .buttons {
  z-index: 4;
  padding: 0 8px;
  width: 34px;
  min-height: 31px;
  line-height: 32px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16px;
}
.navbar-top h2 {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  line-height: 44px;
}
.mer-sub-list {
  margin-top: 5px;
  clear: both;
}
.mer-sub-list li {
  margin-bottom: 5px;
}
.mer-sub-list li a {
  padding: 10px 4%;
  min-height: 30px;
  display: block;
  background-color: #fff;
  color: #222;
  position: relative;
}
.mer-sub-list li .icon {
  font-size: 30px;
  color: #ccc;
  display: inline-block;
  position: absolute;
  right: 4%;
  top: 50%;
  margin-top: -15px;
}

.head-index {
  width: 100%;
  background: #fff;
  position: relative;
}
.head-index .wrapper {
  background: url("../images/bg-top.png") no-repeat center -50px;
  background-size: cover;
}
.head-index .logout-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 6px 12px;
  /* background-color: #f3f4f3; */
  /* border-radius: 6px; */
}
.index-one {
  padding: 30px 4% 20px;
  color: #fff;
  clear: both;
  overflow: hidden;
}
.index-one .wximg {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 2px solid #3296fa;
  overflow: hidden;
  float: left;
}
.index-one .wximg img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.index-one dd {
  margin-left: 70px;
  line-height: 56px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.index-account {
  margin: 0 4%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 4px rgba(160, 160, 160, 0.5);
  position: relative;
}
.index-account .ico-withdrawal {
  position: absolute;
  right: -4%;
  top: 22px;
  cursor: pointer;
  z-index: 3;
}
.index-account .total {
  margin: 0 20px;
  padding: 15px 0;
  border-bottom: 1px dashed #e4e4e4;
}
.index-account .total .t {
  color: #666;
  display: block;
  line-height: 20px;
}
.index-account .total b {
  padding: 5px 0;
  font-size: 28px;
  display: block;
}
.index-account ul {
  padding: 18px 20px;
  text-align: center;
  position: relative;
  clear: both;
  overflow: hidden;
}
.index-account ul:before {
  content: " ";
  width: 1px;
  height: 38px;
  background-color: #e4e4e4;
  display: inline-block;
  position: absolute;
  right: 50%;
  top: 24px;
  z-index: 2;
}
.index-account ul li {
  width: 50%;
  float: left;
}
.index-account ul li b {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #222;
  display: block;
}
.index-account ul li span {
  font-size: 13px;
  color: #999;
  display: block;
}

.index-sub {
  margin-bottom: 1px;
  height: 40px;
  padding: 0 5%;
  background: #fff;
  overflow: hidden;
}
.index-sub li {
  width: 50%;
  float: left;
  text-align: center;
}
.index-sub li a {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #545454;
  display: inline-block;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.index-sub li.active a {
  color: #3296fa;
}
.index-sub li.active a:before {
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #3296fa;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.lable-green,
.lable-yellow {
  margin-left: 3px;
  padding: 0 3px;
  height: 15px;
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
}
.lable-green {
  background: #f6fdf8;
  border-color: #b8edd7;
  color: #3296fa;
}
.lable-yellow {
  background: #fffbf2;
  border-color: #ffeab8;
  color: #ffbd20;
}
.btn-see {
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  border-radius: 4px;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  color: #51b2dd;
  display: block;
  cursor: pointer;
}
.btn-see .icon {
  margin-right: 6px;
  font-size: 16px;
}
.btn-see .icon:before {
  transform: rotate(90deg);
}
.btn-see.active .icon:before {
  transform: rotate(-90deg);
}

.index-common {
  padding: 0 4%;
  height: 30px;
  line-height: 30px;
  background: #fffaed;
  font-size: 12px;
  color: #d8bb86;
}
.power-station-list .list {
  padding: 15px 4% 10px;
  margin-bottom: 10px;
  background: #fff;
  clear: both;
  overflow: hidden;
}
.power-station-list .list .imgleft {
  padding-top: 2px;
  width: 70px;
  float: left;
}
.power-station-list .list .imgleft img {
  width: 76px;
}
.power-station-list .list .cn {
  margin-left: 90px;
}
.power-station-list .list .cn .t {
  line-height: 22px;
  padding-bottom: 2px;
}
.power-station-list .list .cn b {
  color: #222;
}
.power-station-list .list .cn p {
  font-size: 13px;
  color: #999;
  line-height: 18px;
}
.power-station-list .cdl {
  padding: 15px 0 12px;
  line-height: 24px;
  clear: both;
  overflow: hidden;
  color: #666;
  border-bottom: 1px solid #eaeaea;
}
.power-station-list .cdl dt {
  width: 50%;
  overflow: hidden;
  float: left;
  font-weight: normal;
}
.power-station-list .cdl dd {
  width: 50%;
  overflow: hidden;
  float: right;
  text-align: right;
}
.power-station-list .cdl em {
  margin-right: 4px;
  margin-bottom: 2px;
}
.power-station-list .a {
  display: block;
}
.power-station-list .btn-see {
  margin-top: 15px;
}
.index-socket {
  padding: 5px 0 0 20px;
  display: none;
}
.index-socket.on {
  display: block;
}
.index-socket li {
  height: 30px;
  line-height: 30px;
}
.index-socket li .ico-sum {
  margin-top: 7px;
  float: left;
}
.index-socket li p {
  margin-left: 30px;
  font-size: 13px;
  color: #666;
}
.index-socket li p b {
  color: #222;
  font-weight: normal;
}
.index-socket li p .cl {
  width: 60%;
  float: left;
  display: inline-block;
}

.index-f-height {
  height: 50px;
}
.index-foot {
  width: 100%;
  height: 50px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  background: linear-gradient(left, #5287fa 15%, #3296fa 50%);
  background: -webkit-linear-gradient(left, #5287fa 15%, #3296fa 50%);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.index-foot .btn-foot-left {
  width: 120px;
  height: 75px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  left: 25%;
  top: -25px;
  z-index: 6;
  margin-left: -60px;
  display: block;
  cursor: pointer;
}
.index-foot .btn-foot-left span {
  display: block;
}
.index-foot .btn-foot-right {
  width: 120px;
  height: 75px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  right: 11%;
  top: -25px;
  z-index: 6;
  margin-left: -60px;
  display: block;
  cursor: pointer;
}
.index-foot .btn-foot-right span {
  display: block;
}

.withdrawal-list {
  padding: 0 4%;
  clear: both;
  overflow: hidden;
  background-color: #ffffff;
  display: none;
}
.withdrawal-list li {
  padding: 10px 0;
  line-height: 20px;
  color: #414141;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.withdrawal-list li:last-child {
  border-bottom: none;
}
.withdrawal-list li p {
  clear: both;
  overflow: hidden;
}
.withdrawal-list li p b {
  font-weight: normal;
  float: left;
}
.withdrawal-list li p.cn {
  font-size: 12px;
  color: #999;
}
.withdrawal-list li .price {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 15px;
}

.seach-topbox {
  margin: 1px 0 10px;
  background-color: #fff;
  overflow: hidden;
}
.seach-topbox .search {
  margin: 6px 4%;
  position: relative;
}
.seach-topbox .sec {
  padding: 0 40px 0 36px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border: none;
  background-color: #f7f7f7;
  border-radius: 40px;
  display: block;
}
.seach-topbox span input {
  width: 36px;
  height: 36px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
}
.seach-topbox .icon {
  font-size: 22px;
  color: #ccc;
  position: absolute;
  left: 10px;
  top: 6px;
}

.add-box {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 5;
}
.btn-add {
  margin: 0 4%;
  height: 40px;
  display: block;
  color: #fff;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(left, #5287fa 15%, #3296fa 50%);
  background: -webkit-linear-gradient(left, #5287fa 15%, #3296fa 50%);
  border-radius: 40px;
}
.btn-add em {
  margin-right: 6px;
}

.socket-list {
  margin-top: 5px;
}
.socket-list li {
  margin-bottom: 1px;
  height: 63px;
  padding-top: 3px;
  border-bottom: 1px solid #aaa;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.socket-list li .ico-sum {
  margin-top: 16px;
  width: 24px;
  height: 18px;
  line-height: 18px;
  float: left;
}
.socket-list li a {
  padding: 0 4%;
  height: 50px;
  display: block;
}
.socket-list li p {
  margin-left: 34px;
  font-size: 14px;
  color: #666;
}
.socket-list li p b {
  color: #222;
  font-weight: normal;
}
.socket-list li p .cl {
  width: 55%;
  float: left;
  display: inline-block;
}
.socket-list li .del {
  padding: 0 4% 0 20px;
  height: 50px;
  line-height: 40px;
  font-size: 16px;
  color: #858585;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.addform-box {
  margin-top: 10px;
  padding: 0 4%;
  background: #fff;
}
.addform-box dl {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}
.addform-box dl:last-child {
  border-bottom: none;
}
.addform-box dl dt {
  width: 80px;
  line-height: 50px;
  font-weight: normal;
  color: #666;
  float: left;
  overflow: hidden;
}
.addform-box dl dd {
  margin-left: 70px;
  position: relative;
  display: flex;
}
.addform-box dl dd .abtn {
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.addform-box dl dd .abtn span {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background-color: #3296fa;
  border-radius: 6px;
  font-size: 13px;
  color: #fff;
  display: inline-block;
}
.addform-box dl dd .abtn span:hover {
  background-color: #3296fa;
}
.addform-box select {
  padding: 10px 10px;
  width: 100%;
  height: 50px;
  line-height: 30px;
  background: none;
  border: none;
}
.addform-box input[type="text"] {
  padding: 10px 10px;
  width: 100%;
  height: 50px;
  line-height: 30px;
  background: none;
  border: none;
}
.addform-box textarea {
  padding: 15px 10px 10px;
  width: 100%;
  line-height: 20px;
  background: none;
  border: none;
}

.form-radio label {
  margin-right: 10px;
  padding: 10px;
  height: 50px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.form-radio label input {
  margin-right: 6px;
}
.save-midbox {
  width: 100%;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 5;
}
.save-midbox a {
  margin: 0 4%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 15px;
  border-radius: 50px;
}

.withdrawal-form .cwd-input {
  position: relative;
}
.withdrawal-form .cwd-input b {
  height: 100px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.withdrawal-form .cwd-input input[type="text"] {
  padding: 50px 30px;
}
.withdrawal-form .cwd-input .tf22 {
  font-size: 28px;
  font-weight: bold;
  color: #3296fa;
}
.cwd-msg {
  padding: 10px 4%;
  font-size: 13px;
  line-height: 22px;
  color: #999;
}

/* login */
.loginbg {
  background: #fcfef3 url("../images/bg.png") repeat-x left bottom;
  background-size: auto 100%;
  height: 100%;
}
/*
.login-bottombg { height: 100%; background: url("../images/bg_2.png") no-repeat left bottom; background-size:120px; overflow: hidden;}
*/
.login-one {
  margin-top: 60px;
  height: 18%;
  background: url("../images/charge.png") no-repeat center top;
  background-size: 90px auto;
}

.login-box {
  padding-bottom: 20px;
  margin: 0 auto;
  width: 80%;
  max-width: 420px;
  clear: both;
}
.login-box ul {
}
.login-box ul li {
  margin-top: 10px;
  position: relative;
  border-bottom: 1px solid #a0a0a0;
  overflow: hidden;
}
.login-box ul li input {
  padding: 10px 40px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 16px;
  border: none;
  background: none;
}
.login-box ul li.col-2 input {
  padding-right: 10px;
  width: 62%;
}
.login-box ul li.col-2 a {
  float: right;
  width: 35%;
  padding: 5px 0;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
.login-box ul li.col-2 a.active {
  color: #999;
}
.login-box ul li input:hover {
  border-color: #128bed;
}
.login-box ul li em {
  position: absolute;
  left: 10px;
  top: 12px;
}
.login-box .lm {
  height: 30px;
}
.login-box .fbtn {
  margin: 8px 0 10px;
}
.login-box .fbtn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 16px;
  border-radius: 60px;
}
.login-no-text {
  margin: 0 -20px;
  font-size: 12px;
  line-height: 24px;
  padding-top: 6px;
  color: #666;
  text-align: center;
}
.msg-error {
  padding: 5px 0 5px;
  color: #f00;
  display: none;
}
.msg-error em {
  margin: 0 6px 2px 0;
}

/* index */
.index-bg {
  height: 100%;
  background: url("../images/bg-5.png") no-repeat center top;
  background-size: contain;
  overflow: hidden;
}
.index-bg2 {
  height: 100%;
  background: url("../images/bg.png") no-repeat center top;
  background-size: 100%;
  overflow: hidden;
}
.index-one-box {
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 35%;
  z-index: 2;
}
.index-one-box .btn {
  padding: 0;
  width: 70%;
  max-width: 360px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 60px;
}
.index-one-box .btn em {
  margin-right: 10px;
}
.index-one-box .ctext {
  padding-top: 20px;
  line-height: 24px;
}
.index-one-box .ctext a {
  padding: 0;
  width: 70%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.manual-nbox {
  position: fixed;
  right: 7%;
  left: 7%;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
}
.manual-nbox dl {
  height: 70px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  position: relative;
}
/* .manual-nbox dl:before {content: " "; width: 25px; height: 4px; background-color: #353535; display: inline-block ; margin-left: -15px; position: absolute;left: 55%; top: 30px; z-index: 2; } */
.manual-nbox dl input {
  padding: 15px 0;
  width: 100%;
  line-height: 30px;
  font-size: 15px;
  background: none;
  border: none;
}
.manual-nbox dl dt {
  width: 55%;
  float: left;
}
.manual-nbox dl dt input {
  text-align: center;
  padding-right: 22px;
}
.manual-nbox dl dd {
  width: 45%;
  float: right;
}
.manual-nbox dl dd input {
  padding-left: 30px;
}
.manual-nbox ol {
  padding: 28% 0px 0;
}
.manual-nbox ol .btn {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 60px;
}

.chargingset-btn {
  margin-bottom: 10px;
  padding: 8px 5% 14px;
  text-align: center;
}
.chargingset-btn .start-btn,
.chargingset-btn .start-btn em {
  width: 125px;
  height: 125px;
  display: inline-block;
  border-radius: 100%;
}
.chargingset-btn .start-btn {
  background: url("../images/start.png") no-repeat center top;
  background-size: cover;
}
.chargingset-btn .start-btn em {
  background: url("../images/btn-bg1.png") no-repeat center top;
  background-size: cover;
  animation: rotate 8s linear infinite;
}
.chargingset-btn .start-btn:hover {
  opacity: 0.6;
}
.chargingset-btn .start-btn.noStart {
  opacity: 0.4;
}

.chargingset-btn {
  margin-bottom: 10px;
  padding: 8px 5% 14px;
  text-align: center;
}
.chargingset-btn .stop-btn,
.chargingset-btn .stop-btn em {
  width: 125px;
  height: 125px;
  display: inline-block;
  border-radius: 100%;
}
.chargingset-btn .stop-btn {
  background: url("../images/stop.png") no-repeat center top;
  background-size: cover;
}
.chargingset-btn .stop-btn em {
  background: url("../images/btn-bg1.png") no-repeat center top;
  background-size: cover;
  animation: rotate 8s linear infinite;
}
.chargingset-btn .stop-btn:hover {
  opacity: 0.6;
}
.chargingset-btn .stop-btn.noStart {
  opacity: 0.4;
}
