/* reset */
html,
body,
h2,
ul,
li,
dl,
dd {
	margin: 0;
	padding: 0;
}

#someJSONdata {
	display: none;
}

.demos-title {
	text-align: center;
	font-size: 22px;
	color: #3cc51f;
	font-weight: 400;
	margin: 15px 0px;
}

.loginlink {
	margin-top: 30px;
}

.headnav {
	height: 44px;
}

.headnav>div {
	display: flex;
	justify-content: center;
	width: 100vw;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 0px 1px 3px #d3cece;
	position: fixed;
	top: 0px;
	z-index: 99;
}

.headnav .left {
	position: absolute;
	left: 15px;
	font-size: 22px;
}

.headnav .right {
	position: absolute;
	right: 15px;
	font-size: 22px;
}

.multifileItem {
	margin-top: 10px;
}

.multifileItem .title {
	margin-right: 10px;
	font-size: 14px;
}

.OrderDetails {
	padding: 15px;

}

.OrderDetails .item {
	padding: 5px 0px;
	border-bottom: 1px solid #f1f1f1;
	color: #000;
}

.OrderDetails .title {
	line-height: 40px;
}

.OrderDetails .jc_around {
	display: flex;
	justify-content: space-between;
}

.OrderDetails .jc_around .title {
	line-height: inherit;
}

.jc_around>div {
	width: 150px;
	margin-right: 15px;
}

.jc_around span {
	line-height: 25px;
	font-size: 14px;
}

.OrderDetails .figureList {
	display: flex;
	flex-wrap: wrap;
}

.OrderDetails .figureList img {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.document_item {
	padding: 5px 0px;
	display: flex;
	align-items: center;
	position: relative;
}

.document_item img {
	width: 20px;
}

.document_item .name {
	margin-left: 10px;
}

.document_item a {
	position: absolute;
	right: 15px;
	font-size: 14px;
}

.StepBar {
	list-style: none;
	margin: 15px;
}

.StepBar li {
	position: relative;
	padding-left: 20px;
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 25px;
	color: #999;
}

.StepBar li .time {
	color: #999;
	font-size: 14px;
	margin-left: 15px;
}

.StepBar li::after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #999;
	position: absolute;
	left: 0px;
	top: 7.5px;
	border-radius: 50%;
}

.StepBar li::before {
	content: '';
	width: 2px;
	height: 100%;
	background-color: #999;
	position: absolute;
	left: 4px;
	top: 12.5px;
}

.StepBar li:last-of-type::before {
	content: '';
	display: none;
}

.StepBar li:last-of-type {
	color: #ea5429
}

.StepBar li:last-of-type .time {
	color: #ea5429
}

.StepBar li:last-of-type::after {
	background-color: #ea5429
}

.yundanhao {
	color: #000;
	margin-left: 15px;
}

.copy {
	margin-left: 30px;
	color: #ffa700;
}

.OrderState {
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	border-bottom: 1px solid #eee;
}

.addClient {
	position: fixed;
	right: 10px;
	bottom: 30px;
	background: #068bcd;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff
}

.demos-second-title {
	text-align: center;
	font-size: 24px;
	color: #3cc51f;
	font-weight: 400;
	margin: 0 15%;
}

.client_pullDown {
	position: absolute;
	left: 115px;
	list-style: none;
	width: calc(100% - 120px);
	background: #fff;
	z-index: 9;
	box-shadow: 0px 0px 2px #666;
	box-sizing: border-box;
	display: none;
}

.client_pullDown li {
	font-size: 14px;
	line-height: 35px;
	padding: 0px 15px;
}

#qrcode {
	text-align: center;
}

#qrcode img,
#qrcode image {
	width: 100%;
	max-width: 500px;
	margin: auto;
}

.checkHead {
	background-color: #efeff4;
	padding: 15px 15px;
	display: flex;
	justify-content: space-between;
	position: sticky;
	top: 0px;
	z-index: 99;
}

.checkHead button {
	background-color: #d5d5d5;
	border: none;
	padding: 5px 15px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	position: relative;
	min-width: 100px;
	flex: none
}

.checkHead .form-control {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
}

#SelectTime {
	word-break: keep-all;
}

.checkHead button span {
	width: 0px;
	height: 0px;
	border-width: 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	transform: translateY(2.5px);
	margin-left: 5px;
}

.checkHead .weui-search-bar:before,
.checkHead .weui-search-bar:after {
	border: none
}

.checkHead .weui-search-bar {
	width: 100%;
}

.checkHead .weui-search-bar__box .weui-search-bar__input {
	height: 30px;
	line-height: 30px;

}

.checkHead .weui-search-bar__label {
	height: 30px;
	line-height: 30px;
	padding: 4px 0px;
}

.checkHead .weui-search-bar {
	padding: 0px 15px;
}

.CustomList .item {
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f1f1f1;
}

.CustomList .item .title {
	font-size: 16px;
	color: #000;
}

.CustomList .item .time {
	font-size: 14px;
	color: #666;
}

.CustomList .item .right {
	font-size: 14px;
	color: #e36000;
}

.checkListHead {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	background-color: #efeff4;
	border-top: 1px solid #e7e4e4
}

.checkListHead .time {
	color: #000;
	font-size: 16px;

}

.checkListHead .Total {
	color: #666;
	font-size: 14px;
}

.weui-input {
	position: relative; //添加定位，显示右侧图标
}

.weui-input::-webkit-calendar-picker-indicator {
	position: absolute;
	right: 0;
	padding-left: 100%; //布满整个文本框
}

.DetailedList {
	border-collapse: collapse;
	width: 100%;
}

.DetailedList td,
.DetailedList th {
	border: 1px solid #333;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.popup-bottom .weui-popup__modal {
	height: 50%;
}

.weui-popup__modal .modal-content {
	padding-top: 0px;
}
.weui-navbar__item{
		padding: 20px 30px;
}
.weui-navbar__item.weui-bar__item--on{
	background: none;
	color: #0b5ed4
}
.weui-tab__bd .form-control{
	width: 48%;
	    height: 40px;
	    background: none;
		font-size: 16px;
	    border: 1px solid #999;
}
.weui-tab__bd{
	padding: 15px;
	box-sizing: border-box;
}
.weui-tab__bd .weui-btn_primary{
	margin-top: 20px;
}
.zdyTime-title{
	font-size: 16px;
	margin-bottom: 15px;
}
.Selection-interval{
	display: flex;
	align-items: center;
	justify-content: space-between;
}