html,
/*body {
	overflow: hidden;
}*/

body {
	background: #fff;
}
.pages{
	margin-top: 44px;
	height: calc(100vh - 94px);
	position: relative;
}
.page{
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
}

.chargebox {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	margin-top: 44px;
	padding: 10px 5%;
}

.chargebox h1 {
	color: #666666;
	font-size: 1.2rem;
	margin: 0 auto;
	padding: 16px 0 9px 25px;
	background: url(../images/icon/chargetitle.png) no-repeat;
	background-size: 24px auto;
	background-position: 0 10px;
}

.xian {
	height: 10px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.xian span {
	display: block;
	font-size: 0;
	height: 1px;
	background: #f0f7f9;
	width: 100%;
	position: absolute;
	left: 0;
	top: 5px;
}
.mui-table-view-cell {
    position: relative;
    overflow: hidden;
    padding:15px;
    -webkit-touch-callout: none;
}
.mui-content > .mui-table-view:first-child {
    margin-top: 0;
}
.mui-content > .mui-table-view:nth-child(2) {
    margin-top: 10px;
}
.mui-table-view::before {
   display: none;
}
.mui-table-view::after {
   display: none;
}
.xian:before {
	position: absolute;
	display: block;
	height: 10px;
	width: 10px;
	background: #f5f5f5;
	border-radius: 50%;
	content: " ";
	left: -5px;
	top: 0;
}

.xian:after {
	position: absolute;
	display: block;
	height: 10px;
	width: 10px;
	background: #f5f5f5;
	border-radius: 50%;
	content: " ";
	right: -5px;
	top: 0;
}

.chargelist {
	width: 86%;
	height: 320px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	flex-wrap: wrap;
}

.chargeli {
	border-radius: 6px;
	width: calc(50% - 5px);
	height: 64px;
	margin-bottom: 5px;
}

.chargeli a {
	display: inline-block;
	width: 100%;
	height: 70px;
	text-align: center;
}

.chargeli span {
	margin-top: 10px;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	font-weight: bold;
	font-size: 1.4rem;
}

.chargeli p {
	font-size: 1.2rem;
}


/*空闲*/

.status1 {
	background: #c4e0e8;
}

.status1 a span {
	color: #287aab;
}

.status1 a p {
	color: #287aab;
}


/*使用*/

.status2 {
	background: #bfbfbf;
}

.status2 a span {
	color: #bfbfbf;
}

.status2 a p {
	color: #fff;
}


/*故障*/

.status3 {
	background: #f69906;
}

.status3 a span {
	color: #f69906;
}

.status3 a p {
	color: #fff;
}


/*选中*/

.status4 {
	background: #287aab;
}

.status4 a span {
	color: #287aab;
}

.status4 a p {
	color: #fff;
}

.stepbox {
	width: 100%;	
	background: #fff;
	padding: 15px 0;
}
.btnbox{
	width:100%;
}
.nextstep {
	width: 50%;
}

.stepbox p {
	text-align: center;
	color: #666;
}

.stepbox p:nth-child(2) {
	color: #333;
	padding-bottom: 30px;
}

.stepbox p span {
	font-size: 2rem;
	color:#333;
}


/**/

.settimetxt {
	padding-left: 15px;
	color: #999;
}

#timelenth {
	padding-right: 50px;
}

#select {
	right: 15px;
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 25px;
	background: #287aab;
	border-radius: 4px;
}

#select:after {
	content: "";
	position: absolute;
	width: 17px;
	height: 10px;
	left: 6px;
	top: 7px;
	overflow: hidden;
	background: url(../images/icon/arrow.png) no-repeat;
	background-size: 100%;
}

.subbox {
	position: absolute;
	left: 5%;
	width: 90%;
	bottom: 80px;
}

.subbox p {
	text-align: center;
	padding-top: 15px;
}

.subbox p a {
	color: #287aab;
	font-size: 1.2rem;
}

.btn_sub {
	width: 100%;
}

.mui-table-view-cell em {
	float: right;
	color: #999;
}


/*提交订单*/

.orderbox {
	width: 100% margin: 0 auto;
	margin-top: 44px;
}

.orderbox h1 {
	font-size: 1.4rem;
	color: #333;
}

.cabinetinfo {
	padding: 15px 0;
	overflow: hidden;
	position: relative;
}


.cabinettxt {
	width: 90%;
	margin: 0 auto;
}

.cabinettxt p {
	font-size: 1rem;
	color: #666;
	padding: 10px 0;
}

#boxnum {
	color: #297aab;
	font-size: 1.6rem;
	font-weight: bold;
	margin-right: 6px;
}

#cabinetnum {
	font-size: 1.2rem;
	color: #333;
}

.orderbtnbox {
	position: fixed;
	overflow: hidden;
	bottom: 51px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	z-index: 21;
}

.orderbtnbox p {
	width: 60%;
	float: left;
	background: #297aab;
	color: #fff;
	padding-left: 15px;
}

.orderbtnbox p span {
	font-size: 2.0rem;
}

.orderbtnbox a {
	width: 40%;
	float: left;
	background: #f49931;
	color: #fff;
	text-align: center;
}

.cabinetinfo {
	padding: 15px;
	border-bottom: solid 10px #f5f5f5;
}
.ordernumbox{
	
	
}
.ordernumbox p{
	color:#999
}
.topleft {
	padding-bottom: 15px;
	border-bottom: solid 1px #f5f5f5;
}

.line1 {
	height: 75%;
	width: 1px;
	background: #f5f5f5;
	position: absolute;
	left: 38%;
	top: 20px
}

.cabinetbox {
	overflow: hidden;
	position: relative;
	display: flex;
}

.paybox3 {
	background: #f5f5f5;
	padding:5px 15px 15px;
	justify-content: space-between;
}

.cabinetleft {
	width: 39%;
	height: 42px;
	padding-top: 24px;
	text-align: center;
	color: #333;
}

.cabinetleft span {
	font-size: 1.8rem;
}

.cabinetright {	
	height: 68px;
	width: 50%;
	padding-left: 25px;
	color: #666;
	line-height: 34px;
	font-size: 1.0rem;
}

.cabinetright span {
	color: #333;
	font-size: 1.2rem;
}


/*支付页面*/

.paytitle {
	text-align: center;
	color: #999;
	font-size: 1rem;
	margin-top:-10px;
}

.paytitle1 {
	padding:0;
	color: #333;
}

.paytitle2 {
	display: none;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-top: 3px;
	color: #333;
	background: url(../images/icon/pay.png) no-repeat;
	background-size: 20px;
	background-position: left top;
	font-size: 1.0rem;
}

#paynum {
	font-size: 2.4rem;
	text-align: center;
	color: #333;
	padding: 24px 0 10px 0;
}

.countdown {
	text-align: center;
}

.countdown span {
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	color: #fff;
	background: #297aab;
	margin: 0 2px;
	border-radius: 3px;
}

.cabinetcon {
	display: flex;
	flex-wrap: wrap;
}

.cabinetcon p {
	width: 100%;
	font-size: 1.0rem;
	margin-bottom: 0;
}

.cabinetcon p span {
	color: #666;
}

.cabinetcon p span em {
	color: #333;
	font-size: 1.2rem;
}

#hournum {
	color: #f69906;
}

.totalmoney {
	border-top: solid 1px #e8e8e8;
	position: relative
}

.totalmoney span {
	font-size: 1.2rem;
	margin-top: 18px;
}
#moneytotal{
	font-size: 1.4rem;
}

.payyx {
	padding-left: 25px;
	font-size: 1rem;
	color: #999;
}

.realPayment {
	margin-top: 10px;
	border-top: solid 1px #F5F5F5;
	width: 100%;
	padding-top: 10px;
}
.realPayment span{
	font-size: 1.2rem;
}
#orderMoney {
	color: #f69906;
	font-weight: bold;
	font-size: 1.4rem;
}


/*地图导航*/

.navigationbox {
	box-shadow: rgba(40, 122, 171, 0.2) 0 0 6px 6px;
	position: absolute;
	width: 100%;
	left: 0;
	background: #fff;
	padding:15px 4%;
	bottom: 50px;
}

.location1 {
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	background-size: 22px;
	background-position: 8px 10px;
	background-color: #287aab;
	border-radius: 50%;
	background-repeat: no-repeat;
	box-shadow: rgba(40, 122, 171, 0.2) 0 0 5px 0;
	background-image: url(../images/icon/location1.png);
	top: -20px;
	right: 20px;
}

.boxpwd {
	padding-top: 15px;
	text-align: center;
	margin-bottom: 0;
}

.boxpwd span {
	color: #ff1f1f;
}

.prompt {
	text-align: center;
	font-size: 1rem;
	color: #999;
	margin-bottom: 0;
}

.countdown1 {
	position: absolute;
	top: 44px;
	width: 100%;
	left: 0;
	background-color: #287aab;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 1.2rem;
}
.countdown1 span{
	font-size: 1.7rem;
}

/**/
#acountNameVal{
	padding-top: 20px;
}
#acountNameVal i{
	
	font-size: 1.6rem;
	color: #333;
}
@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-moz-keyframes rotate1 {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(-360deg);
	}
}

@-webkit-keyframes rotate1 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes rotate1 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
.chargingbox,
.chargedbox {
	padding-top: 50px;
}

.hastime p {
	text-align: center;
	color: #fff;
	font-size: 1.0rem;
	margin-bottom: 3px;
}

.hastime .outtime {
	font-size: 1.6rem;
}

.circlebox {
	width: 150px;
	height: 150px;
	margin: 30px auto;
	position: relative;
}

.rotatecircle {
	width: 150px;
	height: 150px;
	position: absolute;
	background: no-repeat url("../images/icon/loading.png") left top;
	background-size: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all .5s;
	-webkit-transition: all 5s;
	transition: all 5s;
	-moz-animation: rotate 5s infinite linear;
	-webkit-animation: rotate 5s infinite linear;
	animation: rotate 5s infinite linear;
}
.rotatecircle1 {
	content: "";
	width: 150px;
	height: 150px;
	position: absolute;
	background: no-repeat url("../images/icon/loading1.png") left top;
	background-size: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all .5s;
	-webkit-transition: all 5s;
	transition: all 5s;
	-moz-animation: rotate1 5s infinite linear;
	-webkit-animation: rotate1 5s infinite linear;
	animation: rotate1 5s infinite linear;
}

.wavebox {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 110px;
	height: 110px;
	background: linear-gradient(#36a2e2, #287aab);
	background: -webkit-linear-gradient(#36a2e2, #287aab);
	box-shadow: rgba(40, 122, 171, 0.2) 0 0 6px 6px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}

.chargtype {
	color: #fff;
	font-size: 1.6rem;
	height: 110px;
	width: 110px;
	line-height: 110px;
	position: absolute;
	top:0;
	left:0;
}

.wavebox1 {
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #f00;
}



.overbox {
	position: absolute;
	width: 100%;
	bottom: 50px;
	padding: 15px 0;
	z-index: 19;
}

.paybox {
	width: 90%;
	height: 160px;
	margin: 0 auto;
	position: relative;
}

.paybox p {
	text-align: center;
	color: #287aab;
	font-size: 1.2rem;
	margin-bottom: 28px;
}

.paybox p span {
	text-align: center;
	color: #287aab;
	font-size: 1.7rem;
}

.payleft {
	float: left;
	width: 50%;
	padding-right: 15px;
}

.payright {
	float: right;
	width: 50%;
	padding-left: 15px;
}

.icon-time,
.icon-pay {
	display: block;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-size: 100%;
	margin: 10px auto;
}

.icon-time {
	background-image: url(../images/icon/timeleng.png);
}

.icon-pay {
	background-image: url(../images/icon/moneynum.png);
}

.xian1,
.xian2 {
	position: absolute;
	background: #bed7e6;
	font-size: 0;
}

.xian1 {
	height: 1px;
	width: 100%;
	left: 0;
	top: 85px;
}

.xian2 {
	height: 100px;
	width: 1px;
	left: 50%;
	top: 30px;
}

.btn_over {
	width: 90%;
}


/*充电完成*/

.overcircle {
	width: 150px;
	height: 150px;
	position: absolute;
	background: no-repeat url("../images/icon/overcircle.png") left top;
	background-size: 100%;
}

.wavebox2 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 110px;
	height: 110px;
	background: linear-gradient(#6bfef9, #03aae0);
	background: -webkit-linear-gradient(#6bfef9, #03aae0);
	box-shadow: rgba(40, 122, 171, 0.2) 0 0 6px 6px;
	color: #287aab;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}

.wavebox2 p {
	color: #287aab;
	font-size: 1.6rem;
	height: 110px;
	line-height: 110px;
}

.overbox2 {
	position: absolute;
	width: 100%;
	bottom: 50px;
	padding:20px 0;
	z-index: 19;
}

.paybox1 {
	width: 90%;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

.paybox1 p {
	padding: 15px 0;
	text-align: center;
	color: #787878;
	font-size: 1.2rem;
	
}

.overtxt {
	font-size: 1rem;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	line-height: 36px;
}

.timeout {
	position: absolute;
	bottom: 105px;
	z-index: 22;
	width: 100%;
}

.sfbz{
	display: none;
	position: fixed;
	left:10%;
	width:80%;
	height: 150px;
	top:50%;
	margin-top: -75px;
	z-index: 202;
	border-radius: 5px;
	background: #fff;
}
.sfbz li{
	list-style: none;
	height: 48px;
	line-height: 48px;
	padding: 0 30px;
	border-bottom: #f5f5f5 solid 1px;
}

/**/
.mui-poppicker-header .mui-btn {
    font-size: 1.4rem;
    padding:6px 12px;
}
.mui-pciker-list, .mui-pciker-rule {
    height: 40px;
    line-height: 40px;
}
.mui-btn-blue, .mui-btn-primary, input[type="submit"] {
    color: #fff;
    border: 1px solid #287aab;
    background-color: #287aab;
}