/* 涓讳綋閮ㄥ垎 */
body,
html {
	background: #f2f2f2;
}

.my-main {
	margin-top: 60px;
}

.main {
	position: relative;
}

.layui-layout-admin .layui-side {
	top: 56px;
}

.layui-layout-admin .layui-body {
	top: 56px;
}

.layui-side-scroll {
	width: 100%;
}

.layui-nav-tree {
	width: 100%;
}

.main_right {
	/* width: 80%;
	margin-left: 20%; */
	/* padding: 20px; */
}

.mine-title {
	height: 50px;
	line-height: 50px;
	color: #333333;
	margin: 15px 0;
	padding: 0 10px;
	background: #FFFFFF;
}

#mine-box::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.layui-nav-tree .layui-nav-bar {
	background-color: #c96;
}

.layui-form-label {
	width: 150px;
}

.pro-money-list li {
	border-bottom: 1px dashed #E8E8E8;
}

.pro-money-list li p {
	margin: 5px 0;
}

.pro-money-list li p:first-child {
	display: flex;
	align-items: center;
}

.pro-money-list li p:first-child span {
	font-weight: bold;
	margin-left: 10px;
}

/* account */
.mine-info {
	background: #FFFFFF;
	width: 100%;
	padding: 50px 0;
	margin-bottom: 15px;
}

.mine-info__left {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mine-info__left img {
	border-radius: 50%;
}

.mine-info__left-text {
	margin-left: 20px;
}

.mine-info__left-text p {
	margin: 5px 0;
}

.mine-info__left-text p:last-child {
	margin-top: 30px;
}

/* .mine-info-left,
.mine-info-right {
	width: 50%;
} */

.mine-info-left>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mine-info-left>div img {
	border-radius: 50%;
	margin-right: 30px;
}



.mine-info-right {
	text-align: center;
}

.mine-info-right__box p {
	margin: 10px;
}

.mine-info-right__box p span {
	display: inline-block;
	width: 80px;
	/* text-align: right; */
	color: #888;
}

.mine-order-box {
	display: flex;
	width: 100%;
}

.mine-order-box__content {
	width: 33.33%;
	text-align: center;
}

/* 鍏呭�� */
.mine-order-box__content p {
	font-size: 16px;
	color: rgba(0, 0, 0, .45);
	margin-bottom: 8px;
}

.mine-order-box__money {
	font-size: 30px;
	color: #ff6600;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mine-order-box__money span {
	font-size: 16px;
	margin: 0 10px;
}

#charge {
	display: none;
	padding: 30px 20px;
	height: 350px;
}

.charge-account {
	text-align: center;
}

.charge-account p:first-child {
	font-size: 16px;
	color: rgba(0, 0, 0, .65);
	font-family: PingFangSC-Medium, PingFang SC !important;
}

.charge-account p:first-child span {
	font-size: 24px;
	color: #FF6600;
}

.charge-account__payQRcode {
	display: flex;
	justify-content: center;
	margin: 10px auto;
}

.charge-account__payQRcode div {
	width: 150px;
	height: 150px;
	border: 1px solid #dedede;
	padding: 15px;
}

.charge-account div img {
	width: 120px;
	height: 120px;
}

.charge-account p:last-child img {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

/* 缂栬緫涓汉璧勬枡 */

/* 鎴戠殑璁㈠崟 */
.order-list {
	overflow: hidden;
}

.order-list ul li {
	background: #FFFFFF;
	/* padding: 10px; */
	/* height: 170px; */
	margin-bottom: 10px;
}

/* .mine-order-list__img {
	float: left;
	width: 200px;
	height: 150px;
} */

.mine-order-list__img img {
	max-width: 100%;
	/* height: 100%; */
	object-fit: cover;
	margin-right: 20px;
}

.mine-order-list__content {
	position: relative;
	/* padding-left: 20px; */
	/* 	margin-left: 210px;
	height: 100%; */
}

.mine-order-list__content .mine-carName {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mine-order-list__content .mine-carInfo {
	color: #bebebe;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 13px;
}

.mine-detail__item {
	border: 1px solid;
	border-radius: 5px;
	padding: 5px 10px;
}

.yuzhan_color {
	color: #5FB878;
}

.jingbiao_color {
	color: #FFB800;
}

.jingjia_color {
	color: #FF6600;
}

.mine-order-list__content>div {
	margin: 10px 0;
}

.mine-order-list__content .mine-carBottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-top: 10px;
}

.mine-order-list__content .mine-endTime {
	/* position: absolute;
	bottom: 0; */
	display: flex;
	align-items: center;
}

.mine-order-list__content .mine-endTime img {
	width: 20px;
	height: 20px;
	margin-right: 40px;
}

.mine-order-list__content .mine-endTime i {
	font-size: 20px;
	color: #ff6600;
	margin: 0 10px;
}

.mine-order-list__content .mine-carPrice {
	white-space: nowrap;
	font-size: 14px;
	margin-right: 50px;
}

.mine-order-list__content .mine-carPrice span {
	font-size: 18px;
	color: #FF6600;
}

/* 鍘嗗彶鏌ヨ */
.no-data {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.no-data>div {
	text-align: center;
}

.no-data>div p {
	color: #8a8a8a;
	font-size: 14px;
	margin-top: 5px;
}

.toggle-btn {
	position: fixed;
	left: -100px;
	bottom: 44px;
	z-index: 999;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 2px;
	text-align: center;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	transition: left 0.6s;
}

.w_200 {
	width: 200 !important;
	transition: width 0.6s;
}

/* 淇敼瀵嗙爜 */
@media screen and (max-width: 414px) {
	.layui-layout-admin .layui-side {
		width: 0;
		top: 45px;
	}

	.layui-layout-admin .layui-body {
		top: 45px;
	}

	.layui-body {
		left: 0;
	}

	.layui-layout-admin .layui-footer {
		left: 0;
	}

	.layui-form-label {
		width: 100px;
	}

	.confirm-btn-mine {
		text-align: center;
	}

	.mine-order-box__content p {
		font-size: 12px;
	}

	.mine-order-box__money {
		font-size: 14px;
	}

	.mine-info-right__box {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px) {
	.layui-layout-admin .layui-side {
		top: 56px;
		width: 200;
	}

}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
	background-color: #c96;
}
