body {
	background-color: #f5f5f5 !important;
}


body::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 2px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 2px;
}

body::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 15px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: outset 0 0 0 rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.mui-content {
	background-color: #F5F5F5;
	margin: 5px;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 1px #ffffff70;
}

#myTabContent {
	margin-bottom: 68px;
}

.jl_boxs {
	height: 100%;
	background-color: #f5f5f5;
}

.jl_box {
	border-bottom: 1px solid #f0f0f0;
	margin: 5px;
	padding: 6px 15px;
	background-color: #fff;
	box-shadow: 1px 1px 1px 1px #e6e6e6;
}

.toptitle {
	width: 100%;
	height: 32px;
}

.ti_left {
	float: left;
	font-size: 15px;
	display: flex;
	width: 74%;
	height: 32px;
	line-height: 32px;
}

.ti_left span {
	font-size: 12px;
	color: rgb(58, 218, 119);
	border: 1px solid rgb(46, 201, 105);
	border-radius: 4px;
	margin-left: 5px;
	padding: 1px 4px;
	height: 17px;
	line-height: 13px;
	margin-top: 8px;
}

.ti_right {
	float: right;
	font-size: 12px;
	color: #9c9c9c;
	height: 28px;
	line-height: 26px;
}

.dw {
	color: #757575;
	font-size: 15px;
	padding-left: 1px;
}

.nr {
	color: #9c9c9c;
	font-size: 14px;
	padding: 5px 1px;

}

.btn_sc {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #0a9821;
	height: 46px;
	line-height: 46px;
	left: 0;
}

.btn_sc_left,
.btn_sc_right,
.btn_sc_left_left,
.btn_sc_left_right {
	width: 50%;
	float: left;
}

.btn_sc_left_left {
	background-color: #4bb996;
}

.btn_sc_left_right {
	background-color: #5397dc;
}
.jdcolor_1{
	color: #ca0f12;
}
.jdcolor_2{
	color: #16ad0e;
}