@charset "UTF-8";
@import url(../fonts/iconfont.css);
article, aside, audio, blockquote, body, button, dd, details, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, mark, menu, nav, ol, p, pre, section, summary, td, textarea, th, time, ul, video { margin: 0; padding: 0; border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

a, a:active, a:focus, a:hover, a:visited { text-decoration: none; }
a:hover{color: #5e8af7;transition: all .3s ease;}
img { max-width: 100%; border: 0; vertical-align: top; }

a, img { -webkit-touch-callout: none; }

a { color: #333; cursor: pointer; transition: all .3s ease;}

li, ol, ul { list-style: none; }

i { font-style: normal; }

body { margin: 0 auto; min-width: 1200px; background-color: #f7f7f7; color: #333; font: 14px/1 "微软雅黑", PingFangSC-Semibold, PingFangSC-Regular; -webkit-text-size-adjust: none; }

ul, li { list-style: none; margin-bottom: 0; }

select, textarea { outline: 0; white-space: pre-wrap; /*! word-wrap: break-word; */ font: 14px/1 "微软雅黑", PingFangSC-Semibold, PingFangSC-Regular; resize: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; }

select::-ms-expand { display: none; }

input[type='checkbox'] { width: 16px; height: 16px; margin-top: 0; }

.clearfix:after { clear: both; display: block; overflow: hidden; height: 0; content: " "; }

.clearfix { zoom: 1; }

.fl { float: left; }

.fr { float: right; }

.w1200 { width: 1200px; margin: 0 auto; }

.w1400 { width: 1400px; margin: 0 auto; }

@media screen and (max-width: 1420px) {
  .navList li .top .name{ padding: 0 20px !important; }
  .w1400, .searchBox .search-form,.con-bookDetail,.con-bookDetail .cont{ width: 1200px!important; }
}
.w920 { width: 920px; margin: 0 auto; }

.oe1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.oe2 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.oe3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #999; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #999; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; }

.con-check { display: inline-block; vertical-align: middle; }
.con-check input { position: relative; top: -1px; vertical-align: middle; }
.con-check label { font-size: 14px; }

/*header*/
.headerBox { background: #fff; }
.headerBox .header { height: 100px; line-height: 100px; font-size: 16px; }
.headerBox .header img { position: relative; width: 24px; height: 24px; margin-right: 10px; top: -5px; vertical-align: middle; }
.headerBox .header .logo { line-height: 100px; height: 100px; }
.headerBox .header .logo img { width: auto; height: 45px; }
.headerBox .header .logo-text { font-size: 28px; font-family: "黑体"; }
.headerBox .header .logout { margin-top: 30px; margin-left: 20px; position: relative; height: 40px; line-height: 40px; background: url(../imgs/quit.png) left center no-repeat; padding-left: 20px; }
.headerBox .header .logout:hover { color: #3767c1; }
.headerBox .header .logout:after { position: absolute; left: -20px; top: 50%; margin-top: -7px; content: ""; height: 14px; width: 1px; background-color: #cfcfcf; }
.headerBox .header .author { position: relative; height: 40px; line-height: 40px; padding-right: 20px; margin-right: 20px; margin-top: 30px; cursor: pointer; background: url(../imgs/arrow.png) right center no-repeat; }
.headerBox .header .author .hover { position: absolute; display: none; left: 0; right: 0; top: 40px; min-width: 90px; background: #fff; border-radius: 5px; padding: 10px 0; text-align: center; font-size: 14px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); line-height: 30px; cursor: pointer; z-index: 9; }
.headerBox .header .author .hover a{display: block;}
.headerBox .header .author .hover a:hover { color: #5e8af7;text-decoration: none;background-color: #dce5fa;}
.headerBox .header .author:hover .hover { display: block; }

/*nav*/
.navList { position: relative; z-index: 5; background-color: #3968c2; }
.navList li { float: left; position: relative; height: 60px; line-height: 60px; flex: 1;}
.navList ul{display: flex;display: -webkit-flex;}
.navList li:hover .hover { display: block; }
.navList .top .name {display: block; padding: 0 30px;overflow: hidden;text-align: center;}
.navList .name { color: #fff; font-size: 20px; cursor: pointer; position: relative;z-index: 1;}
.navList .name:before{position: absolute;content: '';left: 0;top: 0;width: 0;bottom: 0;transition: all .3s ease;background: url(../imgs/index/nav_on.png) center bottom repeat-x;overflow: hidden;z-index: 0;}
.navList .name:hover:before {width: 100%;transition: all .3s ease;cursor: pointer;}
.navList .cur {background: url(../imgs/index/nav_on.png) center bottom repeat-x; }
.navList .cur:hover:before{display: none;}
.navList .cur:after { position: absolute; content: ""; left: 50%; bottom: 8px; margin-left: -10px; height: 2px; width: 20px; border-radius: 2px;background-color: #fff; }
.navList .hover { display: none; position: absolute; left: 50%; top: 60px; width: 160px; margin-left: -80px; background-color: #3767c1; text-align: center; box-shadow: 0 0 9px rgba(56, 68, 162, 0.65); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; font-size: 18px; padding: 10px 0; line-height: 38px;z-index: 99; }
.navList .hover a {display: block; color: #fff; padding: 0 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.navList .hover a:hover { background: #809ed7; }
.navList .hover.w2{width:300px;margin-left:-150px;overflow:hidden;}
.navList .hover.w2 p{float:left;width:50%;border-right:1px solid rgba(255,255,255,.1);text-align: left;}
.navList .hover.w2 p a{padding-left: 20px;}
.navList .hover.w2 p:nth-child(2n){border-right: none;}
/*footer*/
.footer { text-align: center; color: #a8aab9; line-height: 30px; padding: 35px 0; }
.footer img { vertical-align: middle; margin-right: 10px; }

/*searchBox*/
.date-timepicker { width: 188px; }
.date-timepicker input { border-left: none; padding-left: 0; outline: 0; }
.date-timepicker .input-group-addon { width: 40px; height: 34px; background-color: transparent; }

.searchBox { position: relative; padding: 40px 0; z-index: 3; }
.searchBox input { outline: 0; }
.searchBox .w1100{width: 1100px;margin: 0 auto;}
.searchBox .w1100 .search{width: 920px;}
.searchBox .w920 ,.searchBox .w1100{ position: relative; z-index: 1; }
.searchBox .systemBackground { position: absolute; left: 0; top: 0; width: 100%; height: 138px; z-index: 0; }
.searchBox .button { width: 70px; height: 44px; cursor: pointer; border-top-right-radius: 6px; border-bottom-right-radius: 6px; background: #fff url(../imgs/search1.png) center no-repeat; }
.searchBox .search { height: 58px; padding: 7px 0; line-height: 58px; background-color: #fff; border-radius: 6px; box-shadow: 2px 0 5px rgba(6, 17, 103, 0.35); }
.searchBox .search .input { line-height: 28px; margin-top: 7px; width: 610px; border: none; outline: 0; border-left: 1px solid #ccc; text-indent: 20px; font-size: 16px; }
.searchBox .aBlock1{position: absolute;right: 0;top: 0; width: 160px;height: 58px;line-height: 58px;font-size: 18px; padding-left: 64px; box-sizing: border-box; background: #fff url(../imgs/index/advance.png) 24px center no-repeat; box-shadow: 2px 0 5px rgba(6, 17, 103, 0.35); border-radius: 6px;}


.searchBox .search .w100 { border-left: none; text-indent: 20px; }
.searchBox .search .form-control { font-size: 14px; height: 44px; width: auto;min-width: 170px; padding-left: 15px; padding-right: 24px; border: none; background: url(../imgs/arrow.png) right 9px center no-repeat; padding-right: 21px \9; }
.searchBox .search .form-control select { width: 150px; font-size: 14px; }
.searchBox .search .form-control .caret { border: none; width: 9px; height: 6px; margin-left: 5px; background: url(../imgs/arrow.png) center no-repeat; }
.searchBox .search .form-control:hover { background-color: transparent; border: none; }
.searchBox .search .dropdown-menu { margin-top: 20px; }
.searchBox .search .dropdown-menu li a { height: 30px; }
.searchBox .search .dropdown-menu li:hover a, .searchBox .search .dropdown-menu li.cur a { color: #337ab7; font-weight: bold; }
.searchBox .search .dropdown-menu:before { position: absolute; content: ''; left: 50%; top: -12px; border: 6px solid transparent; border-bottom-color: #fff; }
.searchBox .search-list { padding-top: 10px; }
.searchBox .search-list .check-input { float: left; line-height: 20px; margin-right: 30px; }
.searchBox .search-list .check-input input { position: relative; top: -1px; width: 16px; height: 16px; vertical-align: middle; }
.searchBox .search-list .check-input label { color: #fff; font-size: 14px; }
.searchBox .search-form { width: 1200px; margin: 0 auto; height: 58px; position: relative; z-index: 1; }
.searchBox .input-m { width: 898px; background-color: #fff; border-radius: 6px; box-shadow: 2px 0 5px rgba(6, 17, 103, 0.35); cursor: pointer; padding-right: 20px; }
.searchBox .input-m a { display: block; width: 100%; height: 58px; line-height: 58px; color: #999; font-size: 16px; padding-left: 20px;padding-right: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; background: url(../imgs/book/arrow_green.png) right center no-repeat; }
.searchBox .collect { background: #fff url(../imgs/book/wjx.png) center no-repeat; border-radius: 6px; width: 86px; margin: 0 14px; height: 58px; box-shadow: 2px 0 5px rgba(6, 17, 103, 0.35); }
.searchBox .aBlock { width: 188px; padding-left: 62px; box-sizing: border-box; background: #fff url(../imgs/book/phone.png) 14px center no-repeat; box-shadow: 2px 0 5px rgba(6, 17, 103, 0.35); border-radius: 6px; }
.searchBox .aBlock a { display: block; height: 58px; line-height: 58px; font-weight: bold; font-size: 18px; }
.searchBox .aBlock .caret { display: inline-block; width: 0; height: 0; margin-left: 15px; vertical-align: middle; border-top: 10px solid #c1c1c1; border-right: 10px solid transparent; border-left: 10px solid transparent; }
.searchBox .model-form { display: none; position: absolute; left: 0; top: 65px; right: 0; z-index: 99999999; }
.searchBox .model-form .ls { display: none; }
.searchBox .model-form .ls.cur { display: block; }
.searchBox .model-form .con_box { background-color: #fff; padding: 20px 30px 26px; border-radius: 16px; box-shadow: 0 0 13px rgba(67, 67, 67, 0.55); position: relative; z-index: 666; }
.searchBox .model-form1 { right: 304px; }
.searchBox .radio-group { margin-bottom: 18px; position: relative; }
.searchBox .radio-group .ul li { float: left; font-size: 20px; color: #848484; padding: 12px 0; cursor: pointer; margin-right: 32px; }
.searchBox .radio-group .ul li.cur { position: relative; color: #333; background-color: transparent; }
.searchBox .radio-group .ul li.cur:after { position: absolute; content: ""; height: 3px; border-radius: 3px; left: 0; right: 0; bottom: 0px; background-color: #95d1d4; }
.searchBox .radio-group .pagination-box { position: absolute; right: 0; top: 6px; padding: 0; }
.searchBox .radio-group .pagination-box .pagination-next { margin-right: 0; }
.searchBox .form-group li { margin-bottom: 20px; }
.searchBox .form-group .select { width: 194px; }
.searchBox .form-group .select1 { width: 84px; height: 38px; font-size: 14px; padding-right: 9px; background: url(../imgs/arrow.png) 60px center no-repeat; }
.searchBox .form-group .select2 { width: 100px; height: 38px; font-size: 14px;  background: url(../imgs/arrow.png) 80px center no-repeat; word-break: normal;line-height: unset;padding: 8px 12px;padding-right: 22px;white-space: nowrap;overflow: hidden;}
.searchBox .form-group .input { width: 509px; margin-left: 10px; }
.searchBox .form-group .input input { height: 38px; font-size: 14px; }
.searchBox .form-group .con-check { margin-top: 11px; margin-left: 10px; cursor: pointer; }
.searchBox .form-group .con-check label { font-size: 14px; }
.searchBox .form-group .con-check input { width: 16px; height: 16px; }
.searchBox .form-group .con-check.disabled { cursor: not-allowed; }
.searchBox .form-group .add, .searchBox .form-group .remove { width: 24px; height: 24px; line-height: 18px; border-radius: 20px; border: 1px solid #c9c9c9; margin: 6px; font-size: 20px; color: #000; text-align: center; }
.searchBox .form-group .line { line-height: 34px; padding: 0 5px; }
.searchBox .form-group .ck { border-radius: 5px; margin-left: 10px; width: 95px; background-color: #dce5fa; color: #5e8af7; height: 43px; font-size: 16px; border-color: #dce5fa; }
.searchBox .date-timepicker { height: 38px; font-size: 16px; }
.searchBox .date-timepicker .form-control { height: 38px; font-size: 16px; }
.searchBox .date-timepicker .dateinput { background: #fff; }
.searchBox .input-box { padding: 15px 15px 5px; }
.searchBox .input-box input { height: 26px; line-height: 26px; }
.searchBox .input-box .line { margin: 0 5px; }
.searchBox .input-box .el-button { margin-left: 5px; height: 26px; line-height: 24px; background-color: #5b638d; width: 58px; }
.searchBox .input-box .el-button span { color: #fff; }
.searchBox .hover { position: fixed; width: 100%; left: 0; top: 0; bottom: 0; z-index: 3; background: #000; opacity: .5; filter: alpha(opacity=50); }

/*con-tit*/
.con-tit2 { position: relative; line-height: 52px; margin: 0 16px 20px; font-size: 17px; height: 52px; border-bottom: 1px solid #e4e4e4; }
.con-tit2 span { position: relative; z-index: 1; display: inline-block; height: 52px; border-bottom: 1px solid #5e8af7; }

.con-tit { font-size: 20px; font-weight: bold; font-family: "PingFang SC"; }
.con-tit i { display: inline-block; width: 24px; height: 28px; margin-right: 14px; background: url(../imgs/index/icon1.png) center no-repeat; vertical-align: middle; }

.main_table table { width: 100%; table-layout: fixed; word-wrap: break-word; text-align: left; }
.main_table th { padding: 9px 1.5%; border-bottom: 1px solid #ededed; line-height: 32px; font-weight: 700; font-size: 16px; }
.main_table th img { width: 16px; height: 16px; margin: 0 3px; cursor: pointer; vertical-align: middle; }
.main_table td { padding: 12px 1.5%; line-height: 22px; color: #333; }
.main_table tbody tr:nth-child(2n+1) { background: #f7f7f7; }
.main_table tbody tr:hover { background: #dce5fa; }
.main_table tbody tr:hover a{ color: #5e8af7; }
.main_table .align_l { text-align: left; }
.main_table .align_c { text-align: center; }
.main_table .pl30 { padding-left: 30px; }
.main_table .table-btn a { display: inline-block; }
.main_table .table-btn .read { padding-left: 23px; color: #5e8af7; background: url(../imgs/book/read.png) left center no-repeat; }
.main_table .table-btn .pdf { padding-left: 23px; color: #cc4b4c; background: url(../imgs/book/pdf.png) left center no-repeat; }
.main_table .table-btn .del { width: 20px; height: 20px; margin-right: 5px; background: url(../imgs/book/del.png) center no-repeat; }
.main_table .table-btn .col { width: 20px; height: 20px; background: url(../imgs/book/col.png) center no-repeat; }
.main_table .table-btn .hasCol { width: 20px; height: 20px; background: url(../imgs/book/wjx_s.png) center no-repeat; }
.main_table .table-btn .line { padding: 0 5px; color: #e6e6e6; font-family: "宋体"; }
.main_table.border-table { border: 1px solid #dedede; border-radius: 6px; }
.main_table.border-table th { color: #8b8b8b; }
.main_table.border-table td, .main_table.border-table th { border-bottom: none; padding: 5px 1.5%; }

/*分页*/
/* pagination-box */
.pagination-box { padding: 20px 0; font-size: 14px; color: #333 !important; text-align: right; padding-right: 20px; }
.pagination-box button { width: 32px; height: 32px; border-radius: 3px; background-color: #f5f7fa; border: none; box-shadow: none; outline: none; margin: 0 4px; }
.pagination-box span { margin: 0 4px; }
.pagination-box .pagination-prev, .pagination-box .pagination-next { display: inline-block; border: 1px solid #d8d8d8; min-width: 34px; height: 34px; text-align: center; line-height: 30px; margin: 0 4px; border-radius: 3px; cursor: pointer; font-family: "幼圆"; font-size: 16px; color: #333; vertical-align: middle; }
.pagination-box .pagination-prev:hover, .pagination-box .pagination-next:hover { background-color: #dce5fa; color: #5e8af7; border-color: #dce5fa; }
.pagination-box .pagination-prev.default, .pagination-box .pagination-next.default { cursor: not-allowed; color: #999; border-color: #e5e5e5; }
.pagination-box .pagination-prev.default:hover, .pagination-box .pagination-next.default:hover { background-color: transparent; border-color: #e5e5e5; }
.pagination-box .pagination-prev { margin-left: 10px; }
.pagination-box .pagination-next { margin-right: 10px; }
.pagination-box button { margin-left: 10px; padding: 0 10px; width: auto;}

.pager { display: inline-block; vertical-align: middle; margin: 0; }
.pager li { display: inline-block; border: 1px solid #d8d8d8; min-width: 34px; height: 34px; text-align: center; line-height: 30px; margin: 0 4px; border-radius: 3px; cursor: pointer; }

.pager li.is-active, .pager li:hover { background-color: #dce5fa; color: #5e8af7; border-color: #dce5fa; }

.el-pagination-sizes, .el-pagetion-input { display: inline-block; width: 90px; background-color: #fff; box-shadow: none; outline: none; }

.el-pagetion-input { width: 50px; }

.echarts { height: 366px; position: relative; z-index: 1; }
.echarts canvas { z-index: 1; }

.no-data { text-align: center; padding: 30px 0; line-height: 50px; font-size: 30px;margin-top: 40px;}

.alert { position: fixed; display: none; left: 50%; top: 50%; z-index: 99; }

.goTop { display: none; width: 50px; height: 50px; border-radius: 3px; text-align: center; line-height: 50px; background-color: #6a6a6a; position: fixed; right: 20px; bottom: 120px; color: #fff; cursor: pointer;z-index: 9; }

.goTop .iconfont { font-size: 26px; color: #fff; background: url(../imgs/arr_s.png) center no-repeat \9 \0 ; }

.not-allowed { color: #c6c6c6 !important; cursor: not-allowed !important;background: #f5f4f9!important; }


.nano { position: relative; width: 100%; height: 100%; overflow: hidden;max-height: 360px;margin-top: 13px; }
.nano > .nano-content { overflow: scroll; overflow-x: hidden; left: 0; }
.nano > .nano-content:focus { outline: dotted thin; }
.nano > .nano-content::-webkit-scrollbar { display: none; }
.nano > .nano-pane { width: 8px; visibility: hidden\9; opacity: .01; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s; }
.nano > .nano-pane > .nano-slider { background: #c7c9c9; background: #f3f3f3; position: relative; margin: 0 2px 0 0; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.nano > .nano-content, .nano > .nano-pane { position: absolute; right: 0; top: 0; bottom: 0; }
.nano.has-scrollbar > .nano-content::-webkit-scrollbar { display: block; }

.nano-pane.active, .nano-pane.flashed, .nano:hover > .nano-pane { visibility: visible\9; opacity: .99; }

.error404{text-align: center;line-height: 68px;font-size: 16px;color: #666;padding: 90px 0;background: #fff;}
.error404 .big{font-size: 30px;margin-top: 40px;}
.error404 a{color: #5e8af7;text-decoration: underline;}

.advanceBox{background: #fff;min-height: calc(100vh - 310px);}
.advanceBox .con_box{width: 880px;margin: 0 auto;}
.advanceBox .searchBox .radio-group{margin-bottom: 68px;}
.advanceBox .searchBox .form-group .check-btn{text-align: center;margin-top: 30px;}
.advanceBox .searchBox .form-group .check-btn .ck{margin-top: 60px;width: 200px;}

.helpCenter{background: #fff;margin: 20px 0; padding: 20px 0; line-height: 30px;font-size: 16px;}
.helpCenter .box{width: 1200px;margin: 0 auto;}
.helpCenter .box .item{padding-right: 0;line-height: 30px;cursor: inherit;}
.helpCenter .green{color: green;font-weight: bold;}
.helpCenter .t{font-size: 22px;font-weight: bold;padding: 10px 0;}
.helpCenter .sub-t{font-size: 20px;font-weight: bold;padding: 10px 0;}
.helpCenter .sub-t-t{font-size: 18px;font-weight: bold;padding: 10px 0;}
.helpCenter p{margin-bottom: 10px;}
.helpCenter em{display: inline-block;width: 10px;height: 10px;background-color: #000;margin-right: 10px;}
.helpCenter .circle{border-radius: 10px;}
.helpCenter .react{transform: rotate(45deg);}
.helpCenter .txt p{text-indent: 2em;}
.helpCenter .txt .img{text-indent: 0;}
.helpCenter .img img{width: 100%;border: 1px solid #e5e5e5;}
.helpCenter .box {width: 62.5%; position: relative;}
.helpCenter .left-nav {
  position: absolute;
  padding: inherit;
  left: -18%;
  top: 0;
  z-index: 10;
  width: 150px;
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(57, 104, 194, 0.44);
  border-radius: 4px;
  padding: 5px 10px 10px;
  box-sizing: border-box;
}

.helpCenter .left-nav.fixed {
  position: fixed;
  top: 20px;
  left: 7.5%;
  z-index: 10;
}

.helpCenter .left-nav .nav-item {
  box-sizing: border-box;
  flex: 1;
  font-size: 14px;
  color: #454545;
  display: block;
  background-repeat: no-repeat;
  background-position: left 15px center;
  padding-left: 50px;
  margin-top: 5px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  border-radius: 4px;
}

.helpCenter .left-nav .active,
.helpCenter .left-nav .nav-item:hover {
  background-color: #3968c2;
  color: #fff;
}

.left-nav .ico1 {
  background-image: url(../imgs/helpCenter/ico1.png);
}

.left-nav .ico1.active,
.left-nav .ico1:hover {
  background-image: url(../imgs/helpCenter/ico1_a.png);
}

.left-nav .ico2 {
  background-image: url(../imgs/helpCenter/ico2.png);
}

.left-nav .ico2.active,
.left-nav .ico2:hover {
  background-image: url(../imgs/helpCenter/ico2_a.png);
}

.left-nav .ico3 {
  background-image: url(../imgs/helpCenter/ico3.png);
}

.left-nav .ico3.active,
.left-nav .ico3:hover {
  background-image: url(../imgs/helpCenter/ico3_a.png);
}

.left-nav .ico4 {
  background-image: url(../imgs/helpCenter/ico4.png);
}

.left-nav .ico4.active,
.left-nav .ico4:hover {
  background-image: url(../imgs/helpCenter/ico4_a.png);
}

.left-nav .ico5 {
  background-image: url(../imgs/helpCenter/ico5.png);
}

.left-nav .ico5.active,
.left-nav .ico5:hover {
  background-image: url(../imgs/helpCenter/ico5_a.png);
}

.left-nav .ico6 {
  background-image: url(../imgs/helpCenter/ico6.png);
}

.left-nav .ico6.active,
.left-nav .ico6:hover {
  background-image: url(../imgs/helpCenter/ico6_a.png);
}

.left-nav .ico7 {
  background-image: url(../imgs/helpCenter/ico7.png);
}

.left-nav .ico7.active,
.left-nav .ico7:hover {
  background-image: url(../imgs/helpCenter/ico7_a.png);
}

.left-nav .ico8 {
  background-image: url(../imgs/helpCenter/ico8.png);
}

.left-nav .ico8.active,
.left-nav .ico8:hover {
  background-image: url(../imgs/helpCenter/ico8_a.png);
}

.left-nav .ico9 {
  background-image: url(../imgs/helpCenter/ico9.png);
}

.left-nav .ico9.active,
.left-nav .ico9:hover {
  background-image: url(../imgs/helpCenter/ico9_a.png);
}

.left-nav .ico10 {
  background-image: url(../imgs/helpCenter/ico10.png);
}

.left-nav .ico10.active,
.left-nav .ico10:hover {
  background-image: url(../imgs/helpCenter/ico10_a.png);
}

/*公共删除弹窗*/
.con-poup .bg{background: rgba(0,0,0,.5);position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 80;}
.con-poup .con-box{position: fixed;left: 50%;margin-left: -295px;margin-top: -100px; top: 50%; width: 590px;padding:0 0 20px;box-sizing: border-box; font-size: 16px;line-height: 34px; background: #fff;border-radius: 10px;box-shadow: 0 0 16px rgba(0,0,0,.23);z-index: 99;}
.con-poup .con-info{min-height: 68px;padding: 10px 20px 0;}
.con-poup .tt{line-height: 46px;border-bottom: 1px solid #ededed;padding: 0 20px;}
.con-poup .p-btn{text-align: center;}
.con-poup .p-btn a{display: inline-block;width: 110px;margin: 0 5px; height: 40px;text-align: center;line-height: 40px;border-radius: 4px;}
.con-poup .p-btn .cancel{background: #f5f4f9;color: #333}
.con-poup .p-btn .sure{background: #5e8af7;color: #fff;}
.con-poup { display: none;}

/*2024-0513-add-s*/
.searchBox-collpase .systemBackground{height:94px}
.searchBox-collpase{padding:8px 0}
.searchBox-collpase .search-form{background-color:#fff;height:auto}
.searchBox-collpase .collpase-form{margin:0 auto;padding:18px 18px 8px;position:relative;border:1px solid #c9c9c9}
.searchBox-collpase .form-group{margin-bottom:0}
.searchBox-collpase .form-group2{display:none}
.searchBox-collpase .form-group li{margin-bottom:12px;position:relative}
.searchBox-collpase .form-group .con-check.disabled{cursor:not-allowed}
.searchBox-collpase .form-group .disabled label{color:#c0c4cc;cursor:not-allowed}
.searchBox-collpase .form-group .select{width:220px}
.searchBox-collpase .form-group .select1{border-right:none;border-bottom-right-radius:0;border-top-right-radius:0}
.searchBox-collpase .form-group .select2{width:135px;border-radius:0;background:url(../imgs/arrow.png) 136px center no-repeat}
.searchBox-collpase .form-group .w250{width:220px;border-bottom-left-radius:4px;border-top-left-radius:4px;background:url(../imgs/arrow.png) 200px center no-repeat}
.searchBox-collpase .form-group .input{width:560px;margin-left:0}
.searchBox-collpase .form-group .input input{border-bottom-left-radius:0;border-top-left-radius:0;border-left:none}
/* .searchBox-collpase .form-group .history{display:block;position:absolute;top:0;right:18px;z-index:10;width:100px;height:38px;line-height:38px;text-align:center;border-radius:2px;background-color:#3968c2;color:#fff;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAUUlEQVQImW3OsQ2AMBBD0RuGLh01K6TOAKyWgjUYhgKWeDQHQhGFZfnfWXKgoyJ+VNEDCy604aElXx4w48Saec08I77NggNbenlu44YJe/rLb0jQkiO6Y8jmAAAAAElFTkSuQmCC);background-position:right 10px center} */
.searchBox-collpase .form-group .add,.searchBox-collpase .form-group .remove{margin:11px 6px 0 20px;width:20px;height:20px;line-height:14px;font-size:20px;font-weight:bold;color:#3968c2;border-radius:0}
.searchBox-collpase .date-group{margin-bottom:12px}
.searchBox-collpase .date-group .name{font-size:16px;line-height:38px;padding-right:12px}
.searchBox-collpase .check-btn{text-align:center;margin-bottom:25px}
.searchBox-collpase .check-btn .con-check,.searchBox-collpase .check-btn .radius-btn{display:inline-block;vertical-align:middle}
.searchBox-collpase .check-btn .con-check{margin-top:0}
.searchBox-collpase .radius-btn{margin-left:15px;height:36px}
.searchBox-collpase .radius-btn .btn-a{float:left;width:100px;height:36px;text-align:center;font-size:16px;line-height:36px}
.searchBox-collpase .radius-btn .btn-a.submit{border-bottom-left-radius:36px;border-top-left-radius:36px;background-color:#3968c2;color:#fff}
.searchBox-collpase .radius-btn .btn-a.reset{border-bottom-right-radius:36px;border-top-right-radius:36px;background-color:#efefef;border:1px solid #d2d2d2}
.searchBox-collpase .handle-btn{height:28px;position:absolute;left:50%;bottom:-14px;width:100px;z-index:3}
.searchBox-collpase .handle-btn.close{opacity:1;filter:alpha(opacity=100)}
.searchBox-collpase .handle-btn.close .handle-button{transform:rotate(180deg);transition:all .3s ease}
.searchBox-collpase .handle-button{border:1px solid #c9c9c9;background-color:#fff;width:26px;height:26px;border-radius:26px;margin:0 auto;background-position:50%;background-repeat:no-repeat;background-size:12px auto;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAW0lEQVQImV3NsQ2DUBRD0aPvVejoqFkhNQOwR6ahYI2skZ4irEBD84gSCsvytSwnLI2j8W646dF4CmPYwxT8aCo+XmAInzBXnisP8b/swxbW8v7q3C668Cr/8hOQGg2Og6De+wAAAABJRU5ErkJggg==);cursor:pointer;transform:0;transition:all .3s ease}
/*2024-0513-add-e*/

/* 2024-09-06 */
.searchBox-collpase .btn-a {display: inline-block;margin-left: 5px;width: 70px;height: 34px;font-size: 16px;line-height: 34px;background-color: #3968c2;color: #fff !important;text-align: center;}
.searchBox-collpase .btn-as {display: inline-block;vertical-align: middle;margin-left: 5px;width: 65px;line-height: 18px;text-align: center;margin-top: -4px;}
.searchBox-collpase .btn-as a {white-space: nowrap;}
.searchBox-collpase .btn-as .reset {color: #3968c2;}
.searchBox-collpase .btn-as .history {color: #ffae00;}