.onlineservice-box {
  background-color: #f3f5f7;
  min-width: 1200px;
}
.onlineservice-box.fix_mode .nav-tab-box {
  position: fixed;
  top: 65px;
  z-index: 4;
}
.onlineservice-box.fix_mode .content-box,
.onlineservice-box.fix_mode .gg-list-box {
  margin-top: 90px;
}

.onlineservice-header {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.onlineservice-header .header_bg_img {
  width: 100%;
  height: 260px;
  position: relative;
}
.onlineservice-header .title-text {
  width: 1200px;
  line-height: 240px;
  margin: 0 auto;
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  font-family: PingFangSC-Regular;
}
.onlineservice-header .title-box {
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.onlineservice-header .title-box .title-content {
  width: 1200px;
  margin: 0 auto;
}
.onlineservice-header .title-box .title-content .home_img {
  width: 20px;
  height: 20px;
  margin-right: 14px;
}
.onlineservice-header .title-box .title-content .nav-text {
  font-size: 16px;
  color: #222;
  font-family: PingFangSC-Regular;
}
.onlineservice-header .title-box .title-content .divider {
  margin: 0 8px;
}

.nav-tab-box {
  width: 100%;
  margin: 0 auto;
  height: 90px;
  min-width: 1200px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f3f5f7;
}
.nav-tab-box .nav-tab-content {
  width: 1200px;
}
.nav-tab-box .nav-item {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  margin-right: 115px;
}
.nav-tab-box .nav-item.active .text, .nav-tab-box .nav-item:hover .text {
  font-size: 20px;
  color: #3074c2;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}
.nav-tab-box .nav-item.active .text::after, .nav-tab-box .nav-item:hover .text::after {
  -webkit-transform: translateX(-50%) translateY(0px);
      -ms-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
}
.nav-tab-box .nav-item .text {
  position: relative;
  display: block;
  font-size: 20px;
  color: #222222;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav-tab-box .nav-item .text::after {
  position: absolute;
  bottom: -17px;
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  left: 50%;
  border-radius: 2px;
  background-color: #1072ed;
  -webkit-transform: translateX(-50%) translateY(-8px);
      -ms-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.sub-tab-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-tab-box .sub-nav-item {
  width: 136px;
  height: 47px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  margin: 0 10px;
  background-color: #f3f3f3;
  border-radius: 4px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 47px;
}
.sub-tab-box .sub-nav-item.active, .sub-tab-box .sub-nav-item:hover {
  background-color: #e9f2fe;
}
.sub-tab-box .sub-nav-item.active.text, .sub-tab-box .sub-nav-item:hover.text {
  font-size: 18px;
  color: #1072ed;
  font-weight: 500;
}
.sub-tab-box .sub-nav-item.text {
  position: relative;
  display: block;
  font-size: 18px;
  color: #666;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content-box {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  padding: 50px 0;
  margin-bottom: 34px;
}

.djg-box .title-text {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin-top: 43px;
  margin-bottom: 12px;
}
.djg-box .company-profile {
  width: 952px;
}
.djg-box .company-profile table {
  border-radius: 5px;
  text-align: center;
}

.rygs-item-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rygs-item-box .form-box .selector1 {
  width: 139px;
}
.rygs-item-box .form-box .selector2 {
  width: 292px;
}
.rygs-item-box .form-box .input-group {
  width: 292px;
}
.rygs-item-box .form-box .input-group .input-group-btn .btn-blue {
  width: 72px;
}
.rygs-item-box .form-box .a-text {
  margin-top: 5px;
  margin-left: 20px;
  display: none;
}
.rygs-item-box .form-box .a-text.show-abtn {
  display: block;
}
.rygs-item-box .form-box .a-text a {
  text-decoration: none;
  color: #108df8;
}

.company-profile {
  width: 952px;
  margin-bottom: 35px;
}
.company-profile table {
  border-radius: 5px;
  text-align: center;
}

.form-box {
  height: 34px;
  margin: 35px 0;
}
.form-box form {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-box form .form-control {
  margin: 0 5px;
}

.gg-list-box {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 34px;
}
.gg-list-box .gg-row-box {
  background-color: #fff;
  padding: 0 28px 0 22px;
  min-height: 300px;
}
.gg-list-box .gg-row-box .gg-row-item {
  height: 56px;
  line-height: 56px;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
}
.gg-list-box .gg-row-box .gg-row-item a {
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 16px;
  color: #000;
  font-family: PingFangSC-Regular;
  text-decoration: none;
}
.gg-list-box .gg-row-box .gg-row-item a:hover {
  color: #1b8ef9;
}
.gg-list-box .gg-row-box .gg-row-item .time {
  font-size: 14px;
  color: #666;
  margin-left: 30px;
}
.gg-list-box .gg-row-box .pager-box {
  height: 100px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gg-list-box .empty {
  height: 300px;
  line-height: 56px;
  font-size: 16px;
  color: #000;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
}

.horizontal {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vertical {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.data-list table {
  width: 100%;
}

.data-list table tr th,
.data-list table tr td {
  text-align: center;
  border: 1px solid #e9e9e9;
}

.data-list table thead tr th {
  font-weight: 500;
  line-height: 42px;
  font-family: PingFangSC-Medium;
}

.data-list table tr th,
.data-list table tr th span,
.data-list table tr td span {
  font-size: 16px;
  line-height: 39px;
}

.data-list table tr th {
  color: #222 !important;
  font-weight: normal;
  background-color: #e9f2fe;
}

.data-list table tr td {
  color: #222 !important;
  font-size: 14px;
  background-color: #fff;
  line-height: 39px;
  font-family: PingFangSC-Regular;
}

.data-list table tr th span,
.data-list table tr td span {
  display: block;
}

.data-list table tr:hover td,
.data-list table tr:active td,
.data-list table tr:focus td,
.data-list table tr.active td {
  cursor: pointer;
  background-color: #f9f9f9;
}

.data-list table tr th a,
.data-list table tr td a {
  font-size: 14px;
  text-decoration: none !important;
}

.data-list table tr td a:hover,
.data-list table tr td a:focus,
.data-list table tr td a:active {
  color: #1b8ef9 !important;
}

.overflow-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pager-2025 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pager-2025::before, .pager-2025::after {
  content: none;
}
.pager-2025 .selectbox-input {
  height: 30px;
  width: auto;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #555;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding: 0 10px;
  padding-right: 25px;
  background-image: url("/public/2025/img/onlineservice/select_arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px;
}
.pager-2025 .selectbox-input:focus-visible, .pager-2025 .selectbox-input:focus {
  outline: 0;
  border-color: #1072ed;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.pager-2025 #next-pre-item {
  border: none !important;
  border-radius: 50% !important;
  width: 32px;
  height: 32px;
  margin: 0 10px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent !important;
}
.pager-2025 #next-pre-item:hover {
  border: none !important;
  background-color: #fff !important;
}
.pager-2025 #next-pre-item .pre_arrow_img {
  width: 16px;
  height: 12px;
  border: none !important;
  border-radius: 50% !important;
}
.pager-2025 #next-pre-item.disabled {
  border: none !important;
  cursor: not-allowed;
  background-color: #f6f6f6 !important;
}
.pager-2025 #next-pre-item.disabled .pre_arrow_img {
  opacity: 0.35;
}
.pager-2025 .pager-item {
  font-size: 13px;
  color: #666666;
  letter-spacing: 0;
  width: 32px;
  height: 32px;
  margin: 0 10px !important;
  padding: 0 !important;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  line-height: 32px;
  text-align: center;
  border: none !important;
  border-radius: 50% !important;
}
.pager-2025 .pager-item:hover {
  border: none !important;
  color: #fff;
}
.pager-2025 .pager-item.active {
  border: 1px solid #1072ed !important;
  color: #1072ed;
  background-color: #fff;
}
/*# sourceMappingURL=onlineservice2025.min.css.map */
