/* * 交易查询
 * author:zhouzongyi
 * date:2021-11-01 */
*,
::after,
::before {
    box-sizing: border-box;
}

.module {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}

/* 头部 */
.module-hd {
    height: auto;
    line-height: normal;
    border-radius: 3px;
    padding: 10px 30px 24px 30px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
}

/* 头部搜索 */
.infor-search {
    margin-top: 18px;
    margin-left: 25%;
    height: 46px;
    position: relative;
}

.infor-search .infor-search-input {
    height: 46px;
    width: 520px;
    padding-left: 10px;
    padding-right: 80px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}

.infor-search .search-span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/search-btn.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 473px;
    cursor: pointer;
}

.infor-search .search-drop {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    color: #b0b0b0;
    padding-right: 23px;
    background: url("../images/drop-down.png") right center no-repeat;
    cursor: pointer;
    margin-left: 28px;
}

/* 点击下拉 */
.drop .search-drop {
    content: "收起";
    background: url("../images/drop-down1.png") right center no-repeat;
}

.hd-item {
    line-height: 48px;
    border-bottom: 1px solid #f2f2f2;
}

.hd-item>p {
    font-weight: 600;
    color: #666;
}

.hd-style {
    margin-left: 115px;
    padding-top: 10px;
}

.hd-style > li {
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-right: 40px;
    margin-bottom: 10px;
    cursor: pointer;
}

/* 中间选择框 */
.module-hd .chosen-container-single .chosen-single {
    height: 26px;
    line-height: 24px;
}

.module-hd .chosen-container-single .chosen-single div b {
    opacity: .3;
    background: url("../js/lib/chosen/chosen-sprite.png") no-repeat 0px 3px;
}
.module-hd .chosen-container-active.chosen-with-drop .chosen-single div b {
    opacity: .3;
    background-position: -18px 3px;
}

.drop-down {
    display: none;
}

.drop .drop-down {
    display: block;
}

/* 高亮样式 */
.click-active > li.active {
    background-color: #b01127;
    color: #f2f2f2;
}

.click-active > .customize-time.active {
    background-color: #fff;
}

.customize-time-text {
    display: inline-block;
    padding: 0 10px;
}

.customize-time.active .customize-time-text {
    background-color: #b01127;
    color: #f2f2f2;
}

/* 自定义时间 */
.date-sel {
    display: none;
}

.customize-time.active .date-sel {
    display: inline-block;
}


.ewb-datetime {
    width: 212px;
    padding-left: 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #cfcfcf;
    color: #999;
    margin-left: 5px;
    background: url('../images/date-icon.png') 190px center no-repeat;
}

 #layui-laydate1 .layui-laydate-header {
    background-color: #b01127 !important;
}

body #layui-laydate1 .layui-this {
    background-color: #b01127 !important;
}

body .layui-laydate-content td.laydate-selected {
    background-color: #b01127;
    color: #fff;
}

/* 内容列表 */
.module-bd {
    padding: 0 14px 35px 14px;
    border-radius: 3px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.search-result {
    height: 66px;
    line-height: 66px;
    font-weight: bold;
}

.search-result span {
    color: #b01127;
    margin-right: 32px;
}

.result-list {
    padding-top: 4px;
    overflow: hidden;
}

.result-list-item {
    height: 102px;
    padding: 17px 17px 0 27px;
    position: relative;
}

.result-list-item::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    top: 32px;
    left: 12px;
}

.result-list-item > div {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
}

.result-list-item > div > a {
    display: block;
    width: 80%;
    color: #333;
}

.result-date {
    color: #999;
}

.result-list-item > span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-right: 55px;
    color: #a7a7a7;
}

.highlight {
    font-style: normal;
    color: #ee1c1c;
}

/* 分页 */
.pager {
    margin-left: 25%;
}

.buttomlink {
	width: 200px;
	height: 40px;
	background: #b01127;
	border-radius:10px;
	font-size:20px;
	line-height: 38px;
	color:white;
	letter-spacing: 2px;
	text-align: center;
	padding: 2px;
	cursor: pointer;
	text-decoration: none;
	clear: both;
	margin: 26px 0px 0px 75px;
	display: inline-table;
}
