* {
	margin: 0;
	padding: 0;
}

.mui-content {
	background-color: #FFFFFF;
	height: 100%;
}

body,
html {
	width: 100%;
	height: 100%;
}

ul,li{
	list-style: none;
}
p {
	margin-bottom: 5px;
}



#container {
	width: 100%;
	height: 100%;
}

.header {
	background: url(https://hk.uenpay.com/static/resources/images/earn/dnh/bg.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 30px;
}

.history {
	text-align: center;
}

.history>span {
	color: #FFFFFF;
	font-size: 17px;
	background: url(https://hk.uenpay.com/static/resources/images/earn/dnh/shouyi.png) center left no-repeat;
	background-size: 15px 15px;
	padding-left: 20px;
}

.history>p {
	color: #FFFFFF;
	font-size: 30px;
	margin-top: 20px;
}

.menuList {
	display: flex;
	justify-content: space-around;
	margin-top: 10%;
}

.menuList>p {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

.detailList {
	position: relative;
	height: 70%;
}

.detail_item {
	display: flex;
	justify-content: space-between;
	padding: 15px 15px;
}

.item_left {
	display: flex;
	justify-content: flex-start;
}

.filter-text {
	position: absolute;
    z-index: 2;
    right: 15px;
    color: white;
    top: 10px;
    font-size: 16px
}

.item_left>img {
	width: 45px;
	height: 45px;
	margin-right: 10px;
}

.item_left>div>.userInfo {
	color: #000000;
	font-size: 15px;
}

.item_left>div>.time {
	color: #999999;
	font-size: 13px;
	margin-top: 5px;
}

.item_right {
	text-align: right;
	padding-top: 5px;
}

.item_right>.money {
	color: #ff801a;
	font-size: 23px;
}

.mui-bar {
	background-color: #FFA639;
	color: #FFFFFF;
}

.mui-bar .mui-icon {
	font-size: 16px;
	padding-top: 15px;
	color: #FFFFFF;
}

.mui-title {
	color: #FFFFFF;
}

.mui-off-canvas-left,
.mui-off-canvas-right {
	background-color: #FFFFFF;
	width: 80%;
}

.box {
	padding: 20px 15px;
}

.filterTitle {
	font-size: 15px;
	color: #3c3c3c;
	line-height: 30px;
}

.filterBtn {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 20px;
}

.filterBtn>p {
	color: #666666;
	font-size: 12px;
	width: 45%;
	height: 30px;
	background-color: #ebebeb;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
}

.filterBtn>p.active {
	background-color: #c6d7f9;
	color: #457cef;
}

.time_box {
	display: flex;
	justify-content: space-between;
}

.time_box>.selectTime {
	background: url(https://hk.uenpay.com/static/resources/images/earn/dnh/right_arrow.png) center right no-repeat;
	background-size: 10px 12px;
	color: #999999;
	font-size: 12px;
	line-height: 30px;
	padding-right: 15px;
}

.buttons {
	display: flex;
	justify-content: space-around;
	position: fixed;
	bottom: 0;
	width: 100%;
}

button{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.buttons>button {
	font-size: 16px;
	height: 50px;
	border: none;
	outline: none;
	border-top: 1px solid #cbcbcb;
	width: 50%;
	border-radius: unset;
}

.buttons>button.cancel {
	color: #000000;
}

.buttons>button.sure {
	color: #FFFFFF;
	background-color: #4F8EF7;
    border-top: 1px solid #4F8EF7;
}


/***********时间插件*************/

.mui-dtpicker-header {
	display: none;
}

.mui-dtpicker-title {
	display: none;
}

.mui-backdrop {
	opacity: 0 !important;
}

.mui-picker {
	background-color: #FFFFFF;
}

.mui-dtpicker .mui-picker {
	height: 75%;
}

.mui-picker+.mui-picker {
	border-left: 1px solid #DDDDDD;
}

.mui-pciker-list li.highlight {
	color: #457Cf0;
}

.mui-dtpicker {
	width: 60%;
	margin-left: 30%;
	box-shadow: none;
	border: none;
	height: 120px;
	overflow: hidden;
}

.dateTime {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: white;
	width: 100%;
	text-align: center;
	height: 80%;
	display: none;
}

.chooseTime {
	color: #000000;
	font-weight: 700;
	font-size: 15px;
	margin-top: 10%;
}

.startTime {
	color: #202020;
	font-size: 15px;
	margin-top: 10%;
}

.endTime {
	color: #202020;
	font-size: 15px;
	margin-top: 70%;
}
@media only screen and (max-device-width: 320px) {
	.startTime{
		margin-top: 30%;
	}
}
@media only screen and (max-device-width: 375px) {
	.startTime{
		margin-top: 15%;
	}
}
.loading {
	text-align: center;
	color: #999999;
	font-size: 13px;
	margin-top: 5%;
	letter-spacing: 2px;
}


/***********去除滚动条************/
.mui-scrollbar.mui-scrollbar-vertical {
	width: 0px;
}
