/*--------------登录后预览历史弹出框---------------*/
.popUpBox {
  width: 100%;
  left: 0;
  top: 50px;
  z-index: 60;
  position: absolute;
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
  box-shadow: 0px 2px 12px 0px rgba(164, 169, 189, 0.18);
  background-color: #fff;
}
.popUpBox .clear-local {
  padding: 15px 20px;
  background-color: #f7f7f7;
}
.popUpBox .clear-local .clearBtn {
  cursor: pointer;
}
.popUpBox .historyBox {
  padding: 20px;
  row-gap: 10px;
  column-gap: 10px;
}
.popUpBox .historyBox li {
  padding: 6px 10px;
  cursor: pointer;
  font-size: 12px;
  background: rgba(216, 216, 216, 0.2);
}
.popUpBox .historyBox li:hover {
  color: #036DDB;
  background: #F5F9FF;
}
.exclude {
  background: #F9F9F9;
}
.search-ba .login-serach {
  height: 50px;
  font-size: 16px;
  width: 650px;
}
.search-ba .login-serach .el-input__inner {
  height: 50px;
  line-height: 50px;
}
.search-ba .login-serach .el-input-group__append {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  padding: 0 25px;
  background: #006DEB;
}
.search-ba .searchBox {
  width: 650px;
  height: 50px;
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #EEEEEE;
}
.search-ba .searchBox input {
  border: none;
  padding-left: 15px;
  border-radius: 2px;
  font-size: 16px;
  flex: 1;
  width: 100%;
  height: 100%;
}
.search-ba .searchBox .layui-btn {
  height: 100%;
  width: 110px;
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 0;
  border-radius: 0 2px 2px 0px;
  background: #006DEB;
}
.search-hot {
  margin-top: 25px;
  width: 820px;
  text-align: center;
  overflow: hidden;
  height: 26px;
}
.search-hot .search-hot-tit {
  font-size: 17px;
  float: left;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
.search-hot a {
  font-size: 14px;
  margin-left: 22px;
  float: left;
  margin-top: 4px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.keywordBox {
  background: #FFFDED;
  padding: 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #858991;
  border-radius: 4px;
}
.keywordBox span {
  color: #FF2233;
}
.keywordBox a {
  color: #3E81F5;
  margin-right: 8px;
}
.keywordBox .link {
  color: #3E81F5;
  cursor: pointer;
  margin-right: 8px;
}
.keywordBox i {
  cursor: pointer;
}
/*====================查询条件搜索=====================*/
.search-body {
  background: #F4F7FA;
  padding: 15px 0 60px;
}
.search-body .detail-nav {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666;
}
.search-body .detail-nav a {
  color: #3E81F5;
}
.search-headTab {
  border-radius: 5px 5px 0 0;
  padding: 1px 20px 0;
  background: #FFFFFF;
}
.search-headTab .layui-tab {
  margin: 10px 0 0;
}
.search-headTab .layui-tab-title {
  color: #333333;
  font-size: 15px;
}
.search-headTab .layui-tab-title li {
  min-width: auto;
}
.search-headTab .layui-tab-title .layui-this {
  color: #3E81F5;
  font-weight: bold;
}
.search-headTab .layui-tab-title .layui-this:after {
  width: 60%;
  border-color: #3E81F5;
  margin-left: 50%;
  transform: translateX(-50%);
}
.search-term {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 0 0 5px;
}
.exclude {
  padding: 15px 20px;
}
.exclude .form-item-tit {
  width: 70px;
  font-size: 14px;
  color: #707070;
}
.exclude .form-item-box .radio-item {
  color: #333333;
  padding: 0 10px;
  height: 24px;
  cursor: pointer;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #fff;
  margin-right: 15px;
  font-size: 14px;
}
.exclude .form-item-box .is-radio {
  color: #ffffff;
  background: #006DEB;
}
.exclude .form-item-box .el-tag {
  color: #333333;
  border-color: #F0F0F0;
  background: #F0F0F0;
}
.termSerach {
  border-top: 1px dashed #eee;
}
.search-left {
  flex: 2;
}
.search-left .search-option {
  flex: 2;
  row-gap: 10px;
  margin: 0 12px 0 5px;
}
.search-tit {
  font-size: 15px;
  font-weight: 400;
  margin-top: 3px;
  color: #999999;
  /*margin-right: 100px;*/
}
.s-tab-item {
  margin-left: 15px;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 2px;
  border: 1px solid #fff;
}

.area-checked{
  color: white;
  background-color: #0ba6f3;
}
.tab-item-index {
  color: #3E81F5;
  border: 1px solid #3E81F5;
}
.is-tab-item {
  color: #FFFFFF;
  border-color: #3E81F5;
  background: #3E81F5;
}
.is-tab-item:hover {
  color: #fff;
}
.search-openTab {
  font-size: 13px;
  font-weight: 400;
  margin-right: 12px;
  color: #999999;
  cursor: pointer;
}
.search-openTab i {
  font-size: 12px;
  margin-top: 2px;
  margin-right: 2px;
}
.checkbox {
  font-size: 14px;
  color: #3E81F5;
  cursor: pointer;
}
.checkbox:hover {
  color: #3E81F5;
}
.checkbox i {
  font-size: 13px;
  margin-right: 4px;
}
.isShow {
  height: 28px;
  overflow-y: hidden;
}
.drop-down-icon {
  position: relative;
}
.drop-down-icon:after {
  content: '';
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-radius: 6px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #666666;
}
.s_link {
  color: #409eff;
}
/*======================标讯搜索列表====================*/
.search-main {
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
}
.search-main .search-list-total {
  padding: 12px 20px;
  border-bottom: 1px solid #EEEEEE;
}
.search-main .search-list-total .layui-btn-group {
  margin-left: 15px;
}
.search-main .search-list-total .layui-btn-group .layui-btn-primary {
  border: 1px solid #E0E0E0;
}
.search-main .search-list-total .layui-btn-group .is_select {
  color: #3E81F5;
  border: 1px solid #3E81F5 !important;
}
.search-main .search-list-total .layui-btn-group .layui-btn {
  padding: 0 12px !important;
}
.search-main .search-list-total .total {
  font-size: 15px;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.search-main .search-list-total .total span {
  color: #F0403F;
}
.search-main .search-list-total .subsBtn {
  font-size: 14px;
  cursor: pointer;
  margin-left: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3E81F5;
}
.search-main .search-list-total .subsBtn i {
  font-size: 12px;
}
.search-main .search-list-total .prediction-msg {
  font-size: 14px;
  margin-left: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.search-main .search-list-total .prediction-msg a {
  cursor: pointer;
  color: #3E81F5;
}
.search-main .search-list-total .tabMode {
  height: 188%;
  padding: 4px;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
}
.search-main .search-list-total .tabMode .tab {
  color: #fff;
  background-color: #006DEB;
}
.search-main .search-list-total .tabMode > div {
  width: 40px;
  color: #333;
  cursor: pointer;
  padding: 4px 0;
  border-radius: 2px;
  text-align: center;
}
.search-main .search-list-total .bid-export {
  height: 32px;
  background: #006DEB;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 2px;
}
.search-main .search-list-total .layui-input {
  height: 32px;
  border-color: #D8D8D8;
}
.search-main .search-list-total .searchBtn {
  height: 32px;
  color: #FFFFFF;
  line-height: 30px;
  padding: 0 10px;
  background: #3E81F5;
  border-color: #3E81F5;
}
.search-main .search-list-total .searchDown {
  height: 32px;
  cursor: pointer;
  color: #666666;
  padding: 0 10px;
  background: #FFFFFF;
  border-radius: 2px;
  position: relative;
  border: 1px solid #D9D9D9;
}
.search-main .search-list-total .searchDown i {
  font-size: 12px;
  margin-left: 4px;
}
.search-main .search-list-total .searchDown:hover .search-down-box {
  display: inline-block;
}
.search-main .search-list-total .searchDown .search-down-box {
  position: absolute;
  display: none;
  left: 0;
  top: 32px;
  padding-top: 4px;
}
.search-main .search-list-total .searchDown .search-down-box .search-pop {
  background: #FFFFFF;
  width: 144px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #E4E7ED;
}
.search-main .search-list-total .searchDown .search-down-box .search-pop li {
  display: inline-block;
  padding: 12px 20px;
  font-size: 14px;
}
.search-main .search-list-total .searchDown .search-down-box .search-pop li:hover {
  background: #ECF5FF;
  color: #3E81F5;
}
.search-main .search-list-total .searchDown .search-down-box .search-pop .isSelect {
  background: #ECF5FF;
  color: #3E81F5;
}
.bid-list-border {
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
}
.bid-list-border li {
  margin-right: 30px;
}
.bid-list-item {
  padding: 0 20px;
}
.bid-list-item h3 {
  max-width: 90%;
}
.bid-list-item:hover {
  background: #F6FAFE;
}
.bid-list-item:hover .bid-info-news {
  background: #fff;
}
.bid-list-item .bid-list-item-title {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
}
.bid-list-item .bid-list-item-title:hover {
  color: #1660D4;
}
.bid-list-item li {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.bid-list-item li a {
  font-weight: 400;
  color: #1660D4;
}
.bid-list-item li .bid-list-del {
  color: #999999;
}
.bid-list-item li .bid-list-mode {
  font-size: 12px;
  border-radius: 2px;
  padding: 2px 6px;
  color: #666666;
  margin-left: 6px;
  border: 1px solid #EEEEEE;
}
.bid-list-item li .bid-list-mode span {
  color: #FF8902;
}
.bid-list-item li .bid-product {
  background: #F6F6F6;
  border-radius: 2px;
  padding: 2px 6px;
  margin-right: 6px;
  color: #666666;
}
.bid-list-item li .bid-product:hover {
  background: #E6E6E6;
}
.bid-list-item li .bid-product i {
  color: #666666;
  font-size: 12px;
}
/*===================企业列表===================*/
.ent-icon {
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 15px;
  border-radius: 5px;
  margin-right: 20px;
}
.ent-icon1 {
  background: #1989FA;
}
.ent-icon2 {
  background: #F5A677;
}
.ent-icon3 {
  background: #02D89C;
}
.ent-item-info li {
  margin-top: 15px;
}
.ent-item-info .ent-tag {
  padding: 2px 8px;
  border-radius: 3px;
}
.ent-item-info .ent-tag:hover {
  background: #E5F3FE;
}
.ent-item-info .ent-tag:hover .bid-list-del {
  color: #1660D4;
}
.bid-info-news {
  padding: 10px;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  background: #F8F8F8;
}
.msg-icon {
  font-size: 13px;
}
.msgBox {
  padding: 0 15px 15px;
}
.msgBox span {
  color: #0084FF;
}
.msgBox h4 {
  position: relative;
  margin: 10px 0 5px;
  padding-left: 10px;
  color: #333;
}
.msgBox h4:after {
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 12px;
  content: '';
  background: #0084FF;
}
/*--------------空数据------------*/
.nullBox {
  height: 100%;
  margin-top: 150px;
}
.nullBox img {
  width: 250px;
}
.nullBox span {
  font-size: 14px;
  font-weight: 400;
  color: #989898;
  text-align: center;
  margin-top: 10px;
}
.title-sole-suffix {
  display: inline-block;
  background: url('https://gxst-website.oss-cn-guangzhou.aliyuncs.com/website/imgs/pc/tips.png') no-repeat center center;
  background-size: 100% 100%;
  width: 36px;
  min-width: 36px;
  height: 22px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  margin-left: 4px;
}
/*-------------------------数据导出弹出框----------------------*/
.tips {
  font-size: 13px;
  color: #999;
  margin-left: 10px;
}
.export-layout {
  background: linear-gradient(180deg, #3E4468 0%, #F2F5F9 100%);
  box-shadow: 0px 0px 6px 0px rgba(132, 99, 60, 0.2);
  border-radius: 8px;
  position: relative;
  padding: 0 30px;
}
.export-layout .header-view {
  text-align: center;
}
.export-layout .header-view h3 {
  color: #F1DEC0;
  font-weight: bold;
  font-size: 18px;
  padding: 22px 0 17px;
}
.export-layout .header-view h4 {
  margin-bottom: 16px;
  background: linear-gradient(90deg, rgba(44, 52, 87, 0) 0%, #252B4F 49%, rgba(39, 44, 80, 0) 100%);
  box-shadow: 0px 0px 6px 0px rgba(132, 99, 60, 0.2);
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  padding: 8px 0;
  position: relative;
}
.export-layout .header-view h4 .preview-data {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
}
.export-layout nav {
  position: relative;
  height: 70px;
}
.export-layout nav > div {
  text-align: center;
  position: absolute;
  top: 0px;
  width: calc(50% + 30px);
  height: 100%;
  cursor: pointer;
}
.export-layout nav > div .nav-item-title {
  padding: 12px 0 6px;
  color: #9A9A9A;
  font-size: 15px;
  font-weight: bold;
}
.export-layout nav > div .nav-item-title img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 10px;
}
.export-layout nav > div .nav-item-desc {
  color: #969696;
  font-size: 12px;
}
.export-layout nav > div .nav-item-desc span {
  text-decoration: line-through;
}
.export-layout nav > div .nav-item-desc em {
  font-style: normal;
  padding-left: 16px;
}
.export-layout nav .nav-left {
  left: 0px;
  background: url('https://gxst-website.oss-cn-guangzhou.aliyuncs.com/website/imgs/pc/vip/export-nav-left.png') no-repeat left center;
  background-size: 100% 100%;
}
.export-layout nav .nav-right {
  right: 0px;
  background: url('https://gxst-website.oss-cn-guangzhou.aliyuncs.com/website/imgs/pc/vip/export-nav-right.png') no-repeat right center;
  background-size: 100% 100%;
}
.export-layout nav .active .nav-item-title {
  color: #664310;
}
.export-layout nav .active .nav-item-desc {
  color: #7C2D00;
}
.export-layout nav .active .nav-item-desc em {
  color: #664310;
}
.export-layout nav .left-active {
  background: url('https://gxst-website.oss-cn-guangzhou.aliyuncs.com/website/imgs/pc/vip/export-nav-left-active.png') no-repeat left center;
  background-size: 100% 100%;
  z-index: 11;
}
.export-layout nav .left-active .nav-item-title {
  color: #664310;
}
.export-layout nav .left-active .nav-item-desc {
  color: #7C2D00;
}
.export-layout nav .left-active .nav-item-desc em {
  color: #664310;
}
.export-layout nav .right-active {
  background: url('https://gxst-website.oss-cn-guangzhou.aliyuncs.com/website/imgs/pc/vip/export-nav-right-active.png') no-repeat right center;
  background-size: 100% 100%;
  z-index: 11;
}
.export-layout nav .right-active .nav-item-title {
  color: #664310;
}
.export-layout nav .right-active .nav-item-desc {
  color: #7C2D00;
}
.export-layout nav .right-active .nav-item-desc em {
  color: #664310;
}
.export-layout main {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(132, 99, 60, 0.2);
  border-radius: 0px 0px 4px 4px;
  padding: 24px 28px;
}
.export-layout main .content-card {
  border-radius: 5px;
  border: 1px solid #DDCDAC;
  position: relative;
  overflow: hidden;
}
.export-layout main .content-card .card-header-tip {
  color: #393F61;
  line-height: 14px;
  font-size: 12px;
  text-align: right;
  text-shadow: 0px 0px 6px rgba(132, 99, 60, 0.2);
  padding: 10px 10px 25px;
}
.export-layout main .content-card .card-header-tip i {
  vertical-align: middle;
}
.export-layout main .content-card .card-header-corner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 111px;
  height: 23px;
  line-height: 23px;
  background: url('https://gxst-website.oss-cn-guangzhou.aliyuncs.com/website/imgs/pc/vip/export-tip-bg.png') no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  color: #6D4100;
  font-size: 12px;
}
.export-layout main .content-card .custom-form-style {
  padding-left: 27px;
}
.export-layout main .content-card .card-desc {
  color: #999999;
  font-size: 13px;
  padding: 10px 27px 23px 27px;
}
.export-layout main .content-card .card-desc a {
  color: #1B79FF;
  font-style: normal;
  cursor: pointer;
}
.export-layout main .content-card .card-desc b {
  color: #FF3A39;
}
.export-layout main .content-card .card-footer {
  background: #FFFBF4;
  height: 40px;
  line-height: 40px;
  color: #753F00;
  font-size: 12px;
  padding-left: 27px;
}
.export-layout main .content-card .card-footer b {
  color: #FF3A39;
  font-size: 18px;
}
.export-layout main .export-btn {
  background: #353956;
  box-shadow: 0px 0px 6px 0px rgba(132, 99, 60, 0.2);
  border-radius: 6px;
  color: #FCE2BF;
  font-size: 18px;
  width: 320px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 23px auto 10px;
  cursor: pointer;
}
.export-layout main .description-tip {
  font-weight: 400;
  color: #999999;
  text-align: center;
}
.export-layout .footer-desc {
  text-align: center;
  color: #999999;
  font-size: 14px;
  line-height: 45px;
}
.export-layout .dialog-view-close {
  position: absolute;
  right: -45px;
  top: 5px;
}
.export-layout .dialog-view-close i {
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.export-layout .dialog-view-close i:hover {
  opacity: 0.8;
}
/*-------------------------数据预览弹出框----------------------*/
.custom-dialog-pay {
  border-radius: 8px;
}
.custom-dialog-pay .el-dialog__header {
  display: none;
}
.custom-dialog-pay .el-dialog__body {
  padding: 0px;
}
.vip-pay-close {
  position: absolute;
  right: -45px;
  top: 5px;
}
.vip-pay-close i {
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.vip-pay-close i:hover {
  opacity: 0.8;
}
.el-table--enable-row-transition .el-table__body td.el-table__cell {
  height: 50px !important;
}
.mainClass {
  width: 100%;
  height: 619px;
}
.mainClass .elTabs {
  margin: 33px;
}
.mainClass .elTabs .el-tabs__item {
  margin-top: 24px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #999999;
  line-height: 21px;
}
.mainClass .elTabs .el-tabs__item:hover {
  color: #0084FF;
}
.mainClass .elTabs .el-tabs__item.is-active {
  color: #0084FF;
}
.mainClass .elTabs .smsTxt {
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.mainClass .elTabs .smsTxts {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
/*-------------------------数据预览弹出框end----------------------*/
.custom-date-picker-btn {
  opacity: 0;
  width: 0px !important;
  height: 0px !important;
}
/*--------------------------合同列表---------------------------*/
.htTimeBox {
  background: #FFECDF;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 3px;
  margin-top: 15px;
  width: 445px;
}
.htTimeBox .cont {
  color: #503820;
}
.htTimeBox .cont span {
  color: #AB581E;
  margin-left: 5px;
}
.htTimeBox .cont-box {
  background: #FFFBF8;
  margin-left: 20px;
  border-radius: 4px;
  color: #503820;
  padding: 2px 10px;
}
/*# sourceMappingURL=search.css.map */