body {
  width: 100%;
  overflow: auto;
  font-size: 14px;
}

html {
  width: 100%;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flex {
  display: flex;
}

.start {
  justify-content: flex-start;
  align-items: flex-start;
}

.center {
  justify-content: center;
  align-items: center;
}

.between {
  justify-content: space-between;
  align-items: center;
}

.top {
  height: 34px;
  background: #f8f8f8;
  border-bottom: 1px #eee solid;
  color: #6c6c6c;
  font-size: 12px;
}

.top-content {
  width: auto;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.top a {
  color: #6c6c6c;
  font-size: 12px;
}

.top-right a {
  margin-right: 20px;
}

.top-right .dropdown:hover .dropdown-menu {
  display: block;
}

.top-right .dropdown-toggle {
  border-right: 1px solid #CCC;
  padding-right: 10px;
  position: relative;
}

.top-right .dropdown-toggle i {
  color: #666;
  font-size: 12px;
  margin: 0 5px
}

.top-right .dropdown-toggle::after {
  display: none;
}

.logo-title {
  border-left: 1px solid #DFE0E0;
  height: 60px;
  font-size: 24px;
  color: #676767;
  padding-left: 30px;
  align-items: center;
  margin-left: 30px;
}

.login-footer {
  font-size: 12px;
  color: #676767;
  padding-top: 40px;
  padding-bottom: 20px;
}

.login-footer a {
  font-size: 14px;
}

.login-footer a:hover {
  text-decoration: underline !important;
}

.login-footer div {
  margin: 0 10px;
}

.more {
  color: #999;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
}

.more i {
  margin-left: 5px;
}

.top .line {
  font-size: 12px;
  color: #d8d8d8;
  margin-right: 20px;
}

.top i {
  font-size: 14px;
  margin-right: 4px;
  color: #3ad08b;
}

.top b {
  margin-left: 6px;
}

.menu-content {
  width: auto;
  height: 45px;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  height: 100px;
}

.logo-btn img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  margin-left: 20px;
}


.menu {
  border-top: 1px #ddd solid;
}

.menu a {
  font-size: 16px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #666;
  line-height: 45px;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}

.menu a:nth-child(7), .menu a:nth-child(6) {
  width: 150px;
  flex-shrink: 0;
}

.hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  transition: top 0.5s ease;
  z-index: -1;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#3acf88), to(#31dab4));
  background: -webkit-linear-gradient(bottom, #3acf88, #31dab4);
  background: -moz-linear-gradient(bottom, #3acf88, #31dab4);
  background: -o-linear-gradient(bottom, #3acf88, #31dab4);
  background: -ms-linear-gradient(bottom, #3acf88, #31dab4);
  background: linear-gradient(bottom, #3acf88, #31dab4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#31dab4, endColorstr=#3acf88);
}

.menu a:hover {
  color: #fff;
}

.menu a:hover .hover-bg {
  top: 0px;
}

.menu a.active {
  color: #fff;
}

.menu a.active .hover-bg {
  top: 0px;
}

.content {
  margin: 0 auto;
  min-height: calc(100vh - 225px);
  background: #f6f6f6;
  position: relative;
  z-index: 0;
  padding-bottom: 30px;
}

.content .main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.sys-list, .login-card, .partner, .box-white {
  background: #fff;
  box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
}


.footer {
  color: #fff;
  width: 100%;
  padding: 25px 0;
  background: #4b4f61;
}

.footer a {
  color: #b2b5c5;
}

.footer .line {
  height: 50px;
  width: 1px;
  margin: 0 50px;
  background: #64687c;
}

.footer img {
  margin-right: 20px;
}

.link-a {
  color: #666;
}

.link-a333 {
  color: #333;
}

a:hover, .link-a:hover, .link-a333:hover, .more:hover {
  color: #25c178;
}

.nav-pills {
  width: 249px;
  background: #fafafa;
  border-right: 1px #eee solid;
  min-height: 530px;
  flex-shrink: 0;
}

.nav-pills .nav-link {
  position: relative;
  border-left: 5px solid #fafafa;
  width: 100%;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  font-size: 16px;
  cursor: pointer;
  color: #333;
  display: flex;
  align-items: center;
  right: -1px;
  transition: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  position: relative;
  border-left: 5px #31c249 solid;
  background: #fff;
  width: 100%;
  font-weight: bold;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  border-bottom: 1px #eee solid;
  font-size: 16px;
  cursor: pointer;
  color: #333;
  display: flex;
  align-items: center;
  right: -1px;
}

.nav-pills .nav-link.active i, .nav-pills .nav-link:hover {
  color: #31c249;
}

.nav-pills .nav-link i {
  font-size: 22px;
  margin-right: 20px;
}

.tab-pane .item-content {
  display: none;
  padding: 20px;
}

@media (max-width: 768px) {
  .tab-pane {
    padding: 20px 5px 0;
  }
}

@media (min-width: 769px) {
  .tab-pane {
    padding: 20px 35px 0;
  }
}

.tab-pane .circle {
  background: #c0c0c0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0 8px 0 4px;
}

.tab-pane .time {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
}

.tab-pane .item {
  height: 40px;
  border-bottom: 1px dashed #ddd;
}


.nav-pills .nav-link.active:hover {
  color: #25c178;
}

.tab-content {
  width: 100%;
  background: #fff;
  min-height: 530px;
}

.breadcrumb {
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  color: #999;
  margin: 0;
  box-sizing: border-box;
}

.navigation, .pagination {
  height: 32px;
  padding: 0;
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-focus-bg: transparent;
  --bs-pagination-focus-color: #999
}

.pagination:focus, page-item:focus {
  box-shadow: none;
}

.disabled > .page-link {
  background: transparent;
  color: #999;
}

.page-link {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
  color: #999;
  font-size: 14px;
}

.page-link {
  border: 0;
}

.page-link:hover {
  background: transparent;
}

.active > .page-link, .page-link.active {
  background: transparent;
  border: 1px #3acf88 solid;
  color: #3acf88;
  height: 32px;
  font-size: 14px;
}

.time {
  color: #999;
  font-size: 12px;
  flex-shrink: 0;
}

.fix-phone {
  background: #333;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-top: 8px;
  width: 100%;
}

.fix-box {
  position: fixed;
  right: 0px;
  top: 50%;
  width: 50px;
  z-index: 10000;
  transform: translateY(-170px);
  color: #FFFFFF;
}

.fix-bg-box {
  position: relative;
  width: 100%;
  height: 50px;
  background: #333;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-top: 3px;
}

.fix-bg-box .tooltip-box, .icon-bg .tooltip-box {
  display: none;
  position: absolute;
  right: 65px;
  background: #fff;
  box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
  padding: 10px;
  min-width: 120px;
  top: 0;
}

.fix-bg-box .tooltip-box i, .icon-bg .tooltip-box i {
  margin-right: 8px;
  font-size: 16px;
}

.fix-bg-box .tooltip-box .title, .icon-bg .tooltip-box .title {
  color: #333;
}

.fix-bg-box:hover .tooltip-box, .icon-bg:hover .tooltip-box {
  display: block;
}

.fix-bg-box:hover:before, .icon-bg:hover:before {
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  right: 50px;
}

.complaint-btn, .online-btn {
  width: 120px;
  height: 35px;
  background: #f66;
  border-radius: 3px;
}

.online-btn {
  background: #3acf88;
  color: #fff;
}

.complaint-btn:hover, .online-btn:hover {
  opacity: 0.8;
}

.fix-bg-box i {
  font-size: 24px;
}

.fix-bg-box:hover {
  background: #3ad08b;
}

.icon-bg {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1f1f1f;
  margin: 8px 0;
  color: #3ad08b;
  position: relative;
}

.icon-bg i {
  font-size: 20px;
}

.toTop {
  display: none;
  text-align: center;
  line-height: 50px;
}

/*登录页面头*/
.register {
  color: #31A030 !important;
  margin-right: 10px;
}

.register:hover {
  text-decoration: underline !important;
}

/*列表页面*/
.notice-type {
  font-size: 12px;
  height: 55px;
  padding: 0 30px;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.notice-type .title, .search {
  color: #999;
}

.notice-type a {
  margin-left: 16px;
  font-size: 12px;
  color: #666;
  padding: 4px 8px;
}

.notice-type a.active {
  background: #3ad08b;
  color: #fff;
  border-radius: 3px;
}

.search {
  font-size: 12px;
  padding: 0 15px 0 30px;
  height: 60px;
  align-items: center;
}

.search input, .search .select {
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border: 1px solid #ddd;
  margin: 0 15px;
  padding-left: 8px;
}

.select-item {
  position: absolute;
  height: 340px;
  margin-left: 16px;
  z-index: 1;
  width: 600px;
  display: none
}

.checkbox label, .radio-box label {
  display: flex;
  align-items: center;
}

.checkbox input[type='checkbox'], .radio-box input[type='radio'] {
  display: none;
}

.checkbox input[type='checkbox']:checked + label:before {
  background: #25c178;
}

.checkbox label:before {
  font-family: bootstrap-icons !important;
  content: '\F633';
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 1px solid #F1F1F1;
  margin-right: 6px;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

.select-box {
  flex-wrap: wrap;
  max-height: 290px;
  overflow: auto;
  margin-bottom: 10px;
  padding: 20px;
  box-sizing: border-box;
}

.select-box div {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.radio-box div {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4px;
}

.radio-box .flex .radio {
  width: auto;
}

.radio-box .flex .radio:nth-child(1) {
  width: 100px;
  flex-shrink: 0;
}

.radio-box .flex:nth-child(2n) {
  background: #f6f6f6;
}

.radio-box label:before {
  font-family: bootstrap-icons !important;
  content: '\F519';
  width: 15px;
  height: 15px;
  border: 1px solid #F1F1F1;
  background: #fff;
  border-radius: 50%;
  color: #fff;
  margin-right: 6px;
  display: flex;
  font-size: 15px;
  justify-content: center;
  align-items: center;
}

.radio-box input[type='radio']:checked + label:before {
  border: 1px solid #25c178;
  color: #25c178;
}

.select-btn .btn {
  height: 28px;
  font-size: 14px;
}

.search button {
  background: #e8e8e8;
  border-radius: 3px;
  font-size: 12px;
  color: #666;
  border: 0;
  padding: 0 10px;
}

.list {
  margin-top: 15px;
  align-items: flex-start;
}

.list-item {
  padding: 20px 20px 20px 30px;
  position: relative;
}

.list-item .label {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
  margin-right: 10px;
  text-align: center;
}

.dian {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  margin: 0 6px;
}

.list-item .item-des {
  border-right: 1px #f0f0f0 solid;
  width: 100%;
  margin-right: 20px;
}

.item-des .item-des-text {
  width: 100%;
  color: #333;
}

.item-des .item-des-text div {
  margin-bottom: 6px;
}

.item-des .item-des-text span {
  color: #999;
}

.item-des .item-des-text label {
  line-height: 20px;
  border: 1px dashed #ccc;
  background: #f8f8f8;
  font-size: 12px;
  color: #666;
  padding: 0 5px;
  margin: 0 3px;
}

.item-bg-label {
  width: 200px;
  color: #999;
  margin-left: 20px;
}

.item-bg-label div {
  width: 160px;
  background: #e2e2e2;
  height: 40px;
  line-height: 40px;
  position: relative;
  right: -25px;
}

.item-bg-label div:before {
  content: '';
  border-top: 20px solid transparent;
  border-right: 20px solid #e2e2e2;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: -40px;
}

.item-bg-label div:after {
  content: '';
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid #c4bbbb;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: -1;
}

.ad {
  width: 260px;
}

.ad img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  margin-left: 10px;
}

.btn {
  width: auto;
  padding: 4px 10px;
  margin-right: 10px;
  min-width: 80px;
}

.mobile-collapse {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 100;
}

.mobile-collapse a, .mobile-collapse div {
  display: block;
  color: #fff !important;
  font-weight: 600;
  padding: 0 20px 20px 20px;
}

.mobile-collapse a:nth-child(1), .mobile-collapse div:nth-child(1) {
  padding-top: 20px;
}

.detail-step {
  width: 100%;
  padding: 20px 30px;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.detail-step .step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ccc;
  border: 1px solid #ccc;
  background: #FFFFFF;
  font-size: 16px;
  flex-shrink: 0;
}

.detail-step .step-num.active {
  background: #36d49d;
  color: #FFFFFF;
  border: 0;
}

.detail-step .step-name.active {
  color: #666;
}

.step-name {
  flex-shrink: 0;
  color: #ccc;
  margin-left: 10px;
}

.step-line {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 0 10px;
  opacity: 0.5;
}

.person-search select {
  width: 80px;
  height: 40px;
  border: 1px solid #ddd;
  margin-right: -1px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 3px 0 0 3px;
  position: relative;
  z-index: 1;
  font-size: 14px;
}

.person-search input {
  width: 230px;
  height: 40px;
  border: 1px solid #ddd;
  padding-left: 10px;
}

.search-btn {
  background: #36d49d;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
}

.search-btn i {
  font-size: 20px;
}

.product-btn {
  border: 1px solid #36d49d;
  color: #36d49d;
  height: 40px;
  padding: 0 10px;
}

.product-type {
  padding: 20px 0;
}

.product-type div {
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
  line-height: 40px;
  color: #666;
  margin-right: -1px;
  cursor: pointer;
}

.product-type div:nth-child(1) {
  border-radius: 3px 0 0 3px;
}

.product-type div:nth-child(3) {
  border-radius: 0 3px 3px 0;
}

.product-type .active {
  border: 1px solid #36d49d;
  color: #36d49d;
  z-index: 1;
  position: relative;
}

.product-list-item:hover {
  box-shadow: 0 1px 5px 1px #36d49d;
  top: -4px;
}

.search-box {
  font-size: 16px;
  margin-bottom: 10px;
}

.search-box .item {
  margin: 0 10px;
  cursor: pointer;
}

.search-box .item.active {
  color: #40c164;
}

.search-label {
  width: 80px;
  text-align: right;
}

.item-time {
  text-align: center;
  flex-shrink: 0;
  padding-right: 30px;
  height: 100%;
}

.date {
  font-size: 36px;
  color: #36d49d;
  font-weight: bold;
}

.time {
  font-size: 14px;
}

.item-line {
  width: 1px;
  background: #ddd;
  height: 50px;
}

.item-title {
  font-weight: bold;
  width: 100%;
  margin-left: 30px;
  height: 50px;
  font-size: 20px;
  color: #333;
}

.item-type {
  width: auto;
  flex-shrink: 0;
  height: 100%;
  align-items: flex-end;
  justify-content: end;
}

.type-btn {
  background: #36d49d;
  color: #FFFFFF;
  height: 30px;
  font-size: 14px;
  padding: 4px 6px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 4px;
}

@media (min-width: 769px) {
  .product-list-item {
    margin-bottom: 10px;
    padding: 10px 40px;
    border-radius: 8px;
    transition: all .3s;
    cursor: pointer;
    height: 100px;
    box-sizing: border-box;
    position: relative;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }

  .pc.footer {
    display: flex !important;
  }

  .mobile {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .product-list-item {
    margin-bottom: 10px;
    padding: 0;
    border-radius: 8px;
    transition: all .3s;
    cursor: pointer;
    height: 100px;
    box-sizing: border-box;
    position: relative;
    top: 0;
  }

  .item-title {
    margin-left: 10px !important;
  }

  .mobile-time {
    position: absolute;
    right: 8px;
    bottom: 10px;
  }

  .type-btn {
    flex-shrink: 0;
    margin-right: 8px;
  }

  .person-search {
    margin: 0 auto;
  }

  .person-search input {
    width: auto !important;
  }

  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }
}

.bid_nav .nav-tabs {
  margin-bottom: 0;
}

.bid_nav .nav-tabs .nav-link {
  font-size: 14px;
}

.bid_nav .nav-tabs .nav-link.active {
  color: #36d49d;
  font-weight: 600;
}

.bid_nav .nav-content {
  display: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  min-height: 200px;
  padding: 10px;
}