@charset "utf-8";

/*控制台*/

.contorlClass {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.contorl-desc {
	margin: 20px 0 10px 0;
	font-size: 16px;
	font-family: PingFangSC-Semibold;
	font-weight: 600;
	color: rgba(88, 97, 111, 1);
}

.contorl-desc span {
	display: inline-block;
	width: 4px;
	height: 14px;
	background: rgba(108, 198, 241, 1);
	margin-right: 5px;
	margin-left: 10px;
}

.contorlClass>div {
	background: rgba(255, 255, 255, 1);
	margin: 0 10px;
	box-sizing: border-box;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.contorlClass .one {
	height: 240px;
	width: 500px;
	min-width: 336px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.contorlClass .one div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contorlClass .one div>img {
	height: 112px;
}

.contorlClass .one div div{
	height: 112px;
	line-height: 56px;
	display: block;
	text-align: left;
}

.contorlClass .one div div p:nth-child(1) {
	font-size: 20px;
	font-family: PingFangSC-Semibold;
	font-weight: 600;
	color: rgba(83, 92, 107, 1);
	padding: 0px 10px;
}

.contorlClass .one div div p:nth-child(2) {
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(165, 165, 165, 1);
}

.contorlClass .two {
	height: 240px;
	width: 460px;
	min-width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.contorlClass .two img {
	height: 112px;
	margin-bottom: 22px;
}

.contorlClass .two>div {
	text-align: center;
	display: flex;
	flex-direction: row;
}

.contorlClass .two>div p:nth-child(1) {
	font-size: 12px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(166, 166, 166, 1);
}

.contorlClass .two>div p:nth-child(2) {
	margin-top: 10px;
	font-size: 14px;
	font-family: PingFangSC-Semibold;
	font-weight: 600;
	color: rgba(83, 92, 107, 1);
}

.contorlClass .two .line {
	display: inline-block;
	height: 33px;
	width: 2px;
	margin: 5px 20px;
	background: #EAEAEA;
}

.contorlClass .three {
	height: 240px;
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.contorlClass .three a {
	margin-top: 20px;
	display: block;
	text-decoration: underline;
}

.contorlClass .three img {
	width: 92px;
}

.contorlClass .three p {
	margin-top: 10px;
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(166, 166, 166, 1);
}

.contorlClass .four {
	height: 240px;
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.contorlClass .four a {
	margin-top: 20px;
	display: block;
	text-decoration: underline;
}

.contorlClass .four img {
	width: 92px;
}

.contorlClass .four p {
	margin-top: 10px;
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(166, 166, 166, 1);
}

.reports {
	display: flex;
	align-items: center;
	text-align: center;
}

.reports>div {
	background: rgba(255, 255, 255, 1);
	float: left;
	width: 33%;
	height: 200px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin: 0 10px;
}

.reports>div p:nth-child(1) {
	font-size: 16px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(166, 166, 166, 1);
}

.reports>div p:nth-child(2) {
	font-size: 50px;
	font-family: DINAlternate-Bold;
	font-weight: bold;
	color: rgba(88, 97, 111, 1);
}

.reports .line {
	width: 1px;
	height: 80px;
	background: #EAEAEA;
	margin: 0px 30px;
}

.consume {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

.consume-list {
	padding: 13px 0px;
	background-color: #fff;
}
.consume-list div{
	font-size:14px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(88,97,111,1);
}
.header-con {
	position: absolute;
	right: 0;
}

.consume-list ul {
	margin: 14px 20px;
	width: 80%;
	height: 20px;
	background: rgba(237, 241, 246, 1);
	border-radius: 10px;
	display: inline-block;
}

.consume-list ul li {
	width: 80%;
	height: 20px;
	background: rgba(81, 230, 146, 1);
	border-radius: 10px;
	background: red;
}

.consume-list div {
	padding-left: 30px;
	display: flex;
	align-items: center;
}

.consume-list div span {
	font-size: 14px;
	font-family: DINAlternate-Bold;
	font-weight: bold;
	color: rgba(255, 77, 57, 1);
}

.consume-list div:nth-child(1) ul li {
	background: #51E692;
}

.consume-list div:nth-child(2) ul li {
	background: #F79090;
}

.consume-list div:nth-child(3) ul li {
	background: #F9B750;
}

.consume-list div:nth-child(4) ul li {
	background: #34EEDA;
}

.consume-list div:nth-child(5) ul li {
	background: #83B9FE;
}

.appendSpan {
	background: rgba(88, 97, 111, 1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px 0px 0px 0px;
	padding: 5px;
}

.consume-header {
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #ccc;
}

.consume-header span {
	font-size: 18px;
	font-family: DINAlternate-Bold;
	font-weight: bold;
	color: rgba(255, 77, 57, 1);
}

.consume-header i {
	font-style: normal;
	font-size: 14px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: rgba(83, 92, 107, 1);
	margin-right: 6px;
}

.consume-btn {
	display: inline-block;
	padding: 1px 26px;
	height: 36px;
	line-height: 36px;
	background: rgba(108, 198, 241, 1);
	border-radius: 2px;
	font-size: 14px !important;
	font-family: PingFangSC-Semibold;
	font-weight: 600;
	color: rgba(255, 255, 255, 1) !important;
	margin: 0px 44px;
}

.consume-btn:hover {
	cursor: pointer;
}

.bottom-arrow {
	display: inline-block;
	border-top: 2px solid;
	border-right: 2px solid;
	width: 6px;
	height: 6px;
	border-color: #B2B6BA;
	transform: rotate(-225deg);
}

.top-arrow {
	display: inline-block;
	border-top: 2px solid;
	border-right: 2px solid;
	width: 6px;
	height: 6px;
	border-color: #B2B6BA;
	transform: rotate(-45deg);
}