body {
    background-color: #F5F5F5;
}

.wrapper {
    padding: 15px 15px;
}

.search-bar {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E1E1E1;
    align-items: center;
    padding-bottom: 15px;
}

.search-bar .order-number {
    width: 120px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #EAE7EF;
    padding-left: 32px;
    padding-right: 10px;
    box-sizing: border-box;
}

.search-bar .left a {
    color: #000;
    font-size: 15px;
}

.search-bar .left a i {
    position: relative;
    top: 2px;
}

.search-bar .right {
    position: relative;
}

.search-bar .right::before {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url(../img/bills/icon-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
    position: absolute;
    left: 0;
    top: 0;
}

/* 按时间查找 */
.layui-laydate {
    border: 0 !important;
    box-shadow: none !important;
}

.layui-laydate-header {
    border-bottom: 0 !important;
}

.select-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin: 0 15px;
}

.select-date p {
    height: 40px;
    line-height: 40px;
}

.select-date p.active {
    color: #E38C02;
    border-color: #E38C02 !important;
}

.select-date .mid {
    width: 40px;
    text-align: center;
}

.select-date #start,
.select-date #end {
    flex: 1;
    text-align: center;
    border-bottom: 1px solid #EEE;
    font-size: 16px;
}
.search-day .btn-ok {
    /*position: absolute;
    top: 0;
    right: 0;*/
   width: 80%;
    height: 40px;
    border: 1px solid #e5b87e;
    background: #e5b87e;
    padding: 0;
    line-height: 40px;
    text-align: center;
    margin: auto;
    border-radius: 6px;
}
/*订单号查询*/
.search-bar .right{
	display: flex;
	align-items: center;
}
.cancel-btn{
	font-size: 15px;
	margin-left: 15px;
	color: #000000;
	display: none;
}
/* 分类*/

.nav-tab {
    padding: 15px 0;
}

.nav-tab ul {
    display: flex;
    justify-content: space-between;
}

.nav-tab ul li {
    color: #000;
    font-size: 15px;
}

.nav-tab ul li.active {
    color: #E38C02;
    font-weight: bold;
}

/* gold list*/
.list {
    border-radius: 12px;
    background-color: #FFF;
    padding: 0 10px;
}

.list .item {
    padding-bottom: 15px;
}

.list-header {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
}

.list li {
    border-top: 1px solid #E1E1E1;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
}

.list li:first-child {
    border: none;
    margin-top: 0;
}

.list-icon {
    width: 30px;
}

.list-icon img {
    width: 22px;
}

.list-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.list-content p:nth-child(2) span {
    text-align: right;
}

.list-content p span:nth-child(1) {
    height: 30px;
}

.list-content span {
    display: block;
}

.list-content .title {
    font-size: 16px;
    color: #333;
}

.list-content .orderNo,
.list-content .time {
    font-size: 10px;
    color: #999;
}

.list-content .amount {
    font-size: 16px;
    font-weight: bold;
}

.list-content .amount i {
    font-size: 12px;
    font-weight: normal;
}
#laydateDayEnd{
	display: none;
}
