/* 
author:袁丽
time：20210701
title：我要咨询页面 */

html,
body {
    height: 100%;
}

.main input::placeholder {
    font-size: 14px;
    color: #afb6bf;
}

.main input::-moz-placeholder {
    font-size: 14px;
    color: #afb6bf;
}

.main input::-webkit-input-placeholder {
    font-size: 14px;
    color: #afb6bf;
}

.header-search-ipt {
    width: unset;
    text-align: left;
}

input {
    float: unset;
    float: none;
}

.top-header {
    background: url('../images/pages/header-bg.png')left top no-repeat;
    background-size: 100% 100%;
}

.top-header .header {
    background: transparent;
}

.width-12 {
    width: 1200px;
    margin: 0 auto;
}

.main {
    padding-top: 3px;
    padding-bottom: 32px;
    background: #f6f7f8;
    position: relative;
    min-height: calc(100% - 225px);
}

.main::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    top: 0;
    left: 0;
    background: #e5dfdf;
}


/* 顶部导航条 */

.navigation-wrap {
    font-family: 'SourceHanSansCN-Regular';
    line-height: 56px;
    font-size: 16px;
    color: #333;
}

.navigation-current-item {
    padding-left: 28px;
    margin-right: 21px;
    position: relative;
    background: url('../images/pages/position-icon.png')left center no-repeat;
}

.navigation-current-item::after {
    content: '>';
    width: 10px;
    position: absolute;
    right: -21px;
    top: 0;
}

.navigation-bar-item:last-child {
    color: #fc6e21;
}

.navigation-bar-item {
    padding: 0 11px;
    cursor: pointer;
}

.navigation-bar-item+.navigation-bar-item {
    position: relative;
    margin-left: 10px;
}

.navigation-bar-item+.navigation-bar-item::before {
    content: '>';
    position: absolute;
    left: -11px;
    color: #333;
}


/* 顶部内容部分 */

.consult-header-wrap {
    padding-bottom: 22px;
}

.write-email-btn {
    width: 282px;
    height: 112px;
    cursor: pointer;
    box-sizing: border-box;
    background: url('../images/pages/write-email-normal.png')center no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 8px 15px rgba(134, 133, 133, .1);
}

.write-email-btn:hover {
    background-image: url('../images/pages/write-email-hover.png');
}

.statistics-wrap {
    padding: 0 20px;
    width: 893px;
    height: 110px;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 8px 15px rgba(134, 133, 133, .1);
    font-family: 'SourceHanSansCN-Regular';
}

.statistic-time-wrap {
    position: absolute;
    right: 20px;
    top: 9px;
    line-height: 41px;
    font-size: 14px;
    color: #fc6e21;
}

.statistics-wrap .wrap-title {
    padding-top: 9px;
    line-height: 41px;
    font-size: 20px;
    font-family: 'SourceHanSansCN-Medium';
    color: #333;
    border-bottom: 1px solid #eae8e8;
}

.statistics-item {
    padding-left: 20px;
    line-height: 54px;
    box-sizing: border-box;
    background: url('../images/pages/statistic-item-icon.png')left center no-repeat;
}

.statistics-item+.statistics-item {
    margin-left: 50px;
}

.statistics-item .item-title {
    width: 97px;
    font-size: 16px;
    color: #333;
}

.statistics-item .item-value {
    position: relative;
    font-size: 20px;
    color: #fc6e21;
}

.statistics-item .item-value::after {
    padding-left: 8px;
    content: '件';
    font-size: 14px;
    color: #999999;
}


/* 具体内容部分 */

.main-content-wrap {
    padding: 3px 20px 35px 20px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 15px rgba(134, 133, 133, .08);
    font-family: 'SourceHanSansCN-Regular';
}

.layui-laydate-content td:hover::after,
.layui-laydate .layui-this::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #d92a2a!important;
    background: rgb(217, 42, 43)!important;
    box-shadow: 0px 4px 4px 0px rgba(217, 42, 43, 0.22);
    z-index: -1;
    color: #fff!important;
}

.layui-laydate-list.laydate-month-list .layui-this,
.layui-laydate-list.laydate-month-list li:hover,
.layui-laydate-list.laydate-year-list li:hover,
.layui-laydate-list.laydate-year-list .layui-this {
    color: #d92a2a!important;
}

.layui-laydate .layui-this {
    position: relative;
    background: transparent!important;
    background-color: transparent!important;
}

.layui-laydate {
    border-radius: 4px!important;
    font-size: 12px!important;
    color: #333!important;
}

.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
    color: #d92a2a!important;
}

.laydate-set-ym span,
.layui-laydate-header i {
    font-size: 14px!important;
}

.layui-laydate-footer span:hover {
    color: #d92a2a!important;
    border-color: #d92a2a!important;
}

.layui-laydate-footer {
    padding: 8px 20px!important;
    border: none!important;
}

.layui-laydate-footer span {
    width: 56px;
    height: 28px!important;
    line-height: 26px!important;
    border-color: #d6d6d6!important;
    border-radius: 4px!important;
    box-sizing: border-box;
    padding: 0!important;
    text-align: center;
    font-size: 0!important;
}

.layui-laydate-footer span+span {
    margin-left: 6px;
}

.laydate-btns-now::before {
    content: '今天';
    font-size: 14px;
}

.laydate-btns-clear::before {
    content: '清除';
    font-size: 14px;
}

.laydate-btns-endtime,
.laydate-btns-starttime {
    margin-right: 34px!important;
    padding-right: 20px!important;
    width: 88px!important;
    position: relative;
    overflow: hidden;
}

.time-spinner {
    position: relative;
    width: 88px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
}

.start-time-ele,
.end-time-ele {
    padding-left: 7px!important;
    padding-right: 20px!important;
    text-align: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    font-size: 14px!important;
    color: #333;
}

.time-up-monitor {
    width: 8px;
    height: 4px;
    position: absolute;
    right: 8px;
    top: 6px;
    cursor: pointer;
    z-index: 100;
    background: url('../images/pages/spinner-arrow-up.png')center no-repeat;
}

.time-up-monitor:hover {
    background-image: url('../images/pages/spinner-arrow-up-hover.png');
}

.time-down-monitor {
    width: 8px;
    height: 4px;
    position: absolute;
    right: 8px;
    bottom: 6px;
    cursor: pointer;
    z-index: 100;
    background: url('../images/pages/spinner-arrow-down.png')center no-repeat;
}

.time-down-monitor:hover {
    background-image: url('../images/pages/spinner-arrow-down-hover.png');
}


/* 标题 */

.content-title {
    width: 100%;
    line-height: 83px;
    text-align: center;
    font-size: 24px;
    font-family: 'SourceHanSansCN-Medium';
    background: url('../images/pages/consult-title-bg.png')center no-repeat;
    color: #231815;
}


/* 筛选区域  */

.filter-area {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 38px;
    color: #333;
}

.filter-area .item-title {
    font-family: 'SourceHanSansCN-Medium';
}

.filter-area .time-ele {
    padding-left: 32px;
}

.filter-area .mail-type .item-btn,
.filter-area .mail-theme .item-btn {
    padding-left: 7px;
    width: 210px;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 36px;
    color: #333;
}

.filter-area .mail-type {
    padding-left: 32px;
}

.filter-area .mail-type .item-btn {
    padding-left: 0;
    width: 180px;
    display: inline-block;
}

.mail-type .chosen-single {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    height: 100%!important;
    line-height: 36px;
    background: transparent!important;
    box-shadow: none!important;
}

.mail-type .chosen-search {
    display: none!important;
}

.mail-type .chosen-drop {
    top: 40px;
    padding: none;
}

.mail-type .active-result {
    line-height: 26px!important;
}

.mail-type .chosen-container .chosen-results li.highlighted {
    background: #fdebeb;
    color: #d92a2b;
}

.mail-type .chosen-container .chosen-drop {
    border: none!important;
}

.mail-type .chosen-single span {
    padding-left: 11px;
    box-sizing: border-box;
    font-size: 14px;
    color: #afb6bf;
}

.mail-type .chosen-container-single .chosen-single div {
    width: 26px;
}

.mail-type .chosen-container-single .chosen-single div b {
    width: 26px;
    height: 36px;
    background: url('../images/pages/chosen-down.png') left center no-repeat!important;
}

.mail-type .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/pages/chosen-up.png') left center no-repeat!important;
}

.mail-type .chosen-container {
    /* background: transparent!important; */
    vertical-align: top;
    width: 100%!important;
    height: 100%!important;
    line-height: 36px!important;
}

.item-range-separator {
    width: 30px;
    text-align: center;
    display: inline-block;
}

.start-time,
.end-time {
    padding-right: 30px;
    padding-left: 7px;
    width: 158px;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 36px;
    background: url('../images/pages/date-icon.png')right 12px center no-repeat;
    cursor: pointer;
    font-size: 12px;
    color: #333;
}

.search-btn {
    width: 92px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    background-image: -moz-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
    color: #fff;
}

.search-btn:hover {
    background-image: -moz-linear-gradient( 180deg, rgba(175, 18, 20, 0.99608) 0%, rgb(175, 18, 20) 0%, rgb(198, 45, 42) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(175, 18, 20, 0.99608) 0%, rgb(175, 18, 20) 0%, rgb(198, 45, 42) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(175, 18, 20, 0.99608) 0%, rgb(175, 18, 20) 0%, rgb(198, 45, 42) 100%);
}


/* 具体信息列表区域 */

.consult-lists {
    max-height: 460px;
    overflow: hidden;
    font-family: 'SourceHanSansCN-Regular';
}

.consult-title-wrap {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background-color: #f3f4f6;
    color: #e53335;
}

.consult-item {
    line-height: 45px;
    position: relative;
    border-bottom: 1px dashed #e0e0e0;
    font-size: 16px;
    cursor: pointer;
    color: #333;
}

.consult-item:hover {
    background: #fff7f7;
    color: #d92a2b;
}

.consult-wrap {
    text-align: center;
}

.consult-item:hover::before {
    background: #d92a2b;
}

.consult-wrap .item-order-css {
    width: 62px;
    height: 100%;
}

.consult-wrap .item-type-css {
    width: 102px;
    height: 100%;
}

.consult-wrap .consult-title-wrap .item-title-css {
    text-align: center;
}

.consult-wrap .item-title-css {
    padding-left: 12px;
    width: 660px;
    height: 100%;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.consult-wrap .consult-title-wrap {
    height: 46px;
    line-height: 46px;
}

.consult-wrap .item-start-css {
    width: 154px;
    height: 100%;
}

.consult-wrap .item-release-css {
    width: 154px;
    height: 100%;
}


/* 分页插件样式修改 */

.page-wrapper {
    position: relative;
    /* margin-top: 66px; */
    height: 50px;
    width: 100%;
}

.prev {
    vertical-align: middle;
}

.next {
    vertical-align: middle;
}

.pagination {
    position: absolute;
    left: 50%;
    margin-left: -257px;
    bottom: 0;
}

.consult-page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 4px;
    color: #333;
    box-sizing: border-box;
    margin: 0 5px;
}

.consult-page .active {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    vertical-align: middle;
    border-radius: 4px;
    background-image: -moz-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}


/* .consult-page .jump-btn {
    border: none;
    width: 44px;
    line-height: 26px;
    height: 26px;
    vertical-align: middle;
    color: #fff;
    background-color: #eaa00d;
} */

.consult-page .jump-btn {
    border: none;
    margin-left: 12px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    color: #fff;
    background-image: -moz-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(248, 81, 78, 0.99608) 0%, rgb(248, 81, 78) 0%, rgb(229, 62, 64) 100%);
}

.consult-page .jump-btn:hover {
    background-image: -moz-linear-gradient( 180deg, rgba(175, 18, 20, 0.99608) 0%, rgb(175, 18, 20) 0%, rgb(198, 45, 42) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(175, 18, 20, 0.99608) 0%, rgb(175, 18, 20) 0%, rgb(198, 45, 42) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(175, 18, 20, 0.99608) 0%, rgb(175, 18, 20) 0%, rgb(198, 45, 42) 100%);
}

.consult-page .jump-ipt {
    /* margin-left: 190px; */
    margin-left: 164px;
    /* margin-right: 28px; */
    float: none;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    vertical-align: middle;
    color: #333;
}

.change-page-num,
.page-action {
    position: absolute;
    top: 0;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle;
}

.page-action {
    /* right: 118px; */
    /* right: 92px; */
    right: 84px;
}

.change-page-num {
    width: 100px;
    /* right: 170px; */
    /* right: 144px; */
    right: 136px;
}

.page-wrapper .chosen-list-container {
    /* margin-right: 10px; */
    width: 100px!important;
    height: 30px!important;
    vertical-align: top;
    line-height: 28px!important;
}

.page-wrapper .ewb-sel {
    padding-left: 6px;
    display: none;
    width: 100px;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    outline: none;
    vertical-align: middle!important;
    color: #333!important;
}

.page-wrapper .chosen-container {
    margin-right: 10px;
    width: 100px!important;
    height: 30px;
    line-height: 28px;
    font-family: 'SourceHanSansCN-Regular';
}

.page-wrapper .chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    margin-right: 10px;
    height: 30px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 14px;
    background: #fff!important;
    color: #333;
}

.page-wrapper .chosen-container-single .chosen-default {
    width: 100%;
    color: #888;
}

.page-wrapper .chosen-container-single .chosen-single.cur {
    color: #333;
}

.page-wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ddd;
}

.page-wrapper .chosen-container-single .chosen-single span {
    margin-right: 24px;
    height: 28px;
    line-height: 28px;
    font-size: 14px!important;
    color: #333!important;
}

.page-wrapper .chosen-container-single .chosen-single div {
    width: 24px;
    padding: 0;
}

.page-wrapper .chosen-container-single .chosen-single div b {
    width: 24px;
    height: 28px;
    background: url('../images/pages/page-chosen-down.png') left center no-repeat!important;
}

.page-wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/pages/page-chosen-up.png') left center no-repeat!important;
}

.page-wrapper .chosen-container .chosen-results li.highlighted {
    background: #fdebeb!important;
    color: #d92a2b!important;
}

.page-wrapper .chosen-container-single .chosen-drop {
    bottom: 30px!important;
    top: unset!important;
    border: none;
    border-top: 0;
    border-radius: 0;
    background-color: #fff!important;
}

.page-wrapper .chosen-container .chosen-search {
    display: none;
}

.page-wrapper .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    max-height: 300px;
    color: #676767;
    border: 1px solid #ddd;
    background-color: #fff;
}

.page-wrapper .chosen-container .chosen-results li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 26px;
}

.page-wrapper .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}