.section-content {
  padding: 80px 20px;
  max-width: 1680px;
  margin: 0 auto;

}

html body {
  background: #fefefe;
}

@media screen and (min-width:768px) {
  html body {
    min-width: 1200px;
  }
}

.section-header {
  max-width: initial;
}

body:has(.practice-link-box) .header-container,
body:has(.cv-hero) .header-container,
body:has(.gc-hero) .header-container {
  position: fixed;
}

.header-container {
  top: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(10px);
  z-index: 1000;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}

.header-container:hover {
  background: #fff !important;
}

.section-title .section-desc {
  margin-top: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}


.section-bg {
  color: #fff;
}


.section-bg .section-title .section-desc {
  color: rgba(255, 255, 255, 0.90);
}

.section-p {
  padding: 0 20px;
}

.common-empty {
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.common-empty img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.common-empty .des {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.60);
}

.section-w {
  max-width: 100%;
}

.section-title {

  text-align: center;

}

.document .section-content {
  max-width: unset;
}

#header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 888;


}

.nav-shadow {
  top: 0;
  box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08);
}

.nav-header {
  display: flex;
  align-items: center;
  padding: 0 20px;
  padding-right: 0px;
  white-space: nowrap;
}

.nav-header a {
  outline: none !important;
  border: none;
}

.nav-header .nav-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nav-header .nav-left .nav-icon img {
  width: auto;
  max-width: 160px;
  height: 44px;
  margin-right: 50px;
  object-fit: contain;
}

.nav-menu {
  display: flex;
  font-weight: 500;
}

.nav-menu .nav-item {
  color: #16181a;
  display: flex;
  align-items: center;
  height: 74px;
  padding: 0 12px;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 2px solid transparent;

}

.nav-menu .nav-item:hover,
.nav-menu .nav-item.active {
  color: #0452DB;
}

.nav-menu .nav-item:hover,
.nav-menu .nav-item.active {
  border-bottom: 2px solid currentColor;
}


.nav-right {
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 100%;
  margin-left: auto;
  align-self: stretch;
  line-height: 74px;
  font-weight: 500;
}

.nav-right>a:hover {
  font-weight: 600;
}

.nav-right .control {
  margin: 0 20px;
  color: #333;
}

.breadcrumb {
  padding-left: 0;
  margin-bottom: 8px;
  background-color: transparent;
}


/* 菜单栏 */
.nav-cont {
  position: absolute;
  top: 75px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  transition: all .3s;
  max-height: 0px;
  display: block !important;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);

}

.nav-cont .section-content {
  padding: 0;
}

.nav-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 20px;
  position: relative;
  box-sizing: border-box;
}

.nav-content a {
  width: calc(25% - 15px);
}

.nav-cont .nav-cont-menu {
  display: none;
}



.nav-cont-list {
  list-style: none;
  font-size: 16px;
  font-weight: 400;

}

.splitter-line {
  background: #E5E5E5;
  width: 1px;
  display: block;
  margin-left: 36px;
}

.nav-cont-list {
  padding: 20px 0px;
  margin-left: 10px;
}



.nav-cont-content {
  padding: 20px 30px;
  flex: 0.7;
}

.nav-product-title {
  font-weight: 500;
  font-size: 16px;
}

.nav-cont-list>li {
  padding: 15px 0px;
  position: relative;
  cursor: pointer;
}


.nav-cont-action {
  display: none;
  flex: 1;
}

.nav-cont-list>li::before {
  content: '';
  position: absolute;
  bottom: 0px;
  height: 2px;
  background: #000;
  left: 0px;
  right: 50%;
  transition: .3s;
  transform: scaleX(0);
  transform-origin: left center;
}

.nav-cont-list>li.active::before,
.nav-cont-list>li:hover::before {
  transform: scaleX(1);

}

@media screen and (max-width:1536px) {
  .nav-cont-list {
    font-size: 14px;

  }

  .hot-product-container.hot-product-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .nav-cont-side.nav-cont-side {
    flex: 0.3;
  }
}

.hot-product-container {
  margin-top: 20px;
  list-style: none;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.hot-product-container h6 {
  font-size: 14px;
}

.hot-product-container p {
  font-size: 12px;
  color: #4b5b76;
}

.nav-product-item {
  list-style: none;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 20px;

}

.nav-product-item a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-cont-side {
  flex: 0.2;

  margin-left: auto;
  padding: 20px 0px;
  margin-right: 20px;
}

.nav-cont-side-header {
  background: #F1F5FA;
  padding: 15px 10px;
}

.nav-cont-side-header h5 {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}

.nav-cont-side-content {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  padding: 0px;
  margin: 1px;
}

.nav-cont-side-content li {
  padding: 0px;
  background: #F7FAFC;
  margin: 0px;
  padding: 10px;
  cursor: pointer;
}

.nav-cont-side-content a {
  color: #000 !important;
  font-weight: 400;
  font-size: 12px;

}

.nav-cont-side-content li:hover {
  background: #F1F2F5;
}

.nav-hot-product+.nav-hot-product {
  margin-top: 40px;
}

.nav-cont .nav-cont-empty {
  display: none !important;
}

.nav-item-box {
  min-width: 335px;
  height: 96px;
  padding: 24px 20px;
  border-radius: 3px;
  background: #fff;
  display: flex;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08);
}

.nav-item-box:hover .title {
  color: rgba(255, 103, 57, 1);
}

.nav-item-box img {
  width: 48px;
  height: 48px;
}

.nav-item-box .item-box-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}

.nav-item-box .item-box-title .desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.nav-header .login-in {
  cursor: pointer;
  position: relative;
  height: 72px;
  display: flex;
  align-items: center;
  z-index: 999;
  padding: 0 32px;
}

.nav-header .login-in::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 32px;
  transform: translateY(-50%);
  border-left: 1px solid #E6EAED;
}

.nav-header .login-in:hover .login-menu {
  display: block;
}

.nav-header .login-in .head-img {
  width: 32px;
  height: 32px;
  background: #eee;
  border: 1px solid #E6EAED;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-header .login-in .name {
  display: inline-block;
  max-width: 140px;
}



.nav-header .login-in .login-menu {
  display: none;
  padding: 8px;
  position: absolute;
  top: 72px;
  left: 0;
  width: 157px;
  background: #FEFFFF;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 3px;
  line-height: 1.5
}

.nav-header .login-in .login-menu .login-menu-item {
  cursor: pointer;
  height: 40px;
  padding: 10px 12px;
}

.nav-header .login-in .login-menu .login-menu-item:hover {
  background-color: #F2F7FF !important;
  color: #0058FF;
}

.nav-header .login-in .login-menu .login-menu-item .real-name {
  display: inline-block;
  text-align: center;
  border: 1px solid #FF6739;
  color: rgba(255, 103, 57, 1);
  font-size: 12px;
  width: 44px;
  height: 18px;
  border-radius: 3px;
}

.nav-header .login-in .login-menu .login-menu-item .no-real-name {
  border: 1px solid #E34D59;
  color: rgba(227, 77, 89, 1);
}

/* 底部导航栏 */
.section-footer {

  background: #F5F7FA;
}

.section-footer>section {
  max-width: 1400px;
  margin: auto;
}

@media screen and (max-width:1536px) {
  .section-footer>section {
    max-width: 1200px;
    margin: auto;
  }
}

@media screen and (max-width:1280px) {
  .section-footer>section {
    max-width: 1100px;
    margin: auto;
  }
}

.footer-service {
  display: flex;
  justify-content: space-between;
  padding: 24px 36px;
}

.footer-service-item {
  flex: 1;
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-service-item i {
  width: 30px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
}

.footer-service-item h5 {
  font-size: 16px;
  font-weight: 400;
}

.footer-content {
  padding: 40px 0px;
  display: flex;
}

.footer-content-nav {
  display: flex;
  justify-content: space-between;
  flex: 0.7;
}

.footer-content-nav dl {
  flex: 1;
}

.footer-content-nav dt {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.footer-content-nav dd {
  font-size: 12px;
  color: #495770;
  cursor: pointer;
}

.footer-content-nav dd a {
  color: inherit;
  text-decoration: none;
}

.footer-content-nav dd+dd {
  margin-top: 8px;
}

.footer-contract {
  /* flex: ; */
  flex: 0.3;
  display: flex;
  justify-content: flex-end;
}

.footer-contract h5 {
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
}

.footer-contract-description {
  margin: 0px;
  margin-top: 16px;

}

.footer-contract-img {
  display: flex;
  margin-top: 16px;
  gap: 10px;
}

.footer-contract-img i {
  width: 74px;
  aspect-ratio: 1/1;
  background: #fff;
}

.footer-content-phone span {
  font-size: 16px;
  color: #495770;
}

.footer-copyright-container {
  display: flex;
  align-items: center;
  padding: 32px 0;
}

.footer-copyright-container i img {
  display: block;
  width: 90px;

}

.footer-copyright-container p {
  margin-left: 28px;
  font-size: 12px;
  color: #495770;
  margin-bottom: 0px;
}

.footer-copyright-container p a {
  color: inherit;
}

.register-advert {
  width: 100%;
  height: 75px;
  background: linear-gradient(90deg, #EF4C1D 0%, #F41A10 100%);
  /* background-image: url(../assets/img/index/register@2x.png);
  background-repeat: no-repeat;
  background-size: cover; */
}

.register-advert a {
  text-align: center;
}

.register-advert a img {
  max-width: 100%;
  margin: 0 auto;
}

.section-promise {
  background-color: #1A1C2A;
}

.promise {
  display: flex;
  flex-wrap: wrap;
}

.promise-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 200px;
  padding: 28px 0;
  font-size: 16px;
}

.promise-box img {
  height: 32px;
  width: 32px;
}


.footer .footer-nav .footer-nav-left {
  margin-right: 120px;
}


.footer-nav-box {
  flex: 1;
}

.footer-nav-box .footer-nav-head {
  padding: 12px 0;
  width: 120px;
  border-bottom: 1px solid #2D3544;
}

.footer-nav-box .footer-nav-cont {
  padding-top: 20px;
}

.footer-nav-box .footer-nav-item {
  margin-bottom: 7px;
}


.footer-nav-right .footer-nav-box .footer-nav-item {
  width: 210px;
  color: rgba(255, 255, 255, 0.50);
}

.footer-nav-right .qr-code img {
  margin-top: 20px;
  width: 80px;
  height: 80px;
}

.footer .footer-link {
  display: none;
  font-size: 13px;
  color: #666;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #2D3544;

}

.footer .link-hover {
  color: rgba(255, 255, 255, 0.50);
}

.footer .link-hover:hover {
  color: rgba(255, 103, 57, 1);
}

.footer .footer-link a {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.50);
}

.footer .footer-link a:hover {
  margin-right: 10px;
  color: rgba(255, 103, 57, 1);
}

.footer .footer-record {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #2D3544;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #666;
}


.jr-tabs {
  display: flex;
  border-bottom: 1px solid #E6EAED;
}


.login-in {
  margin-left: 20px;
}

.no-login-btn.no-login-btn {
  align-self: stretch;
  line-height: 74px;
  vertical-align: -2px;
  padding-top: 0px;
  padding-bottom: 0px;
}


.jr-tabs .title {
  color: #666;
  font-size: 18px;
  width: auto !important;
  padding: 10px 40px;
  cursor: pointer;
  margin-right: 0 !important;
}

.jr-tabs .title.swiper-slide-thumb-active {
  color: rgba(255, 103, 57, 1);
  border-bottom: 2px solid #FF6739;
}

.jr-tabs .title:hover {
  color: rgba(255, 103, 57, 1);
  border-bottom: 2px solid #FF6739;
}




.btn-primary.btn-primary {
  background: linear-gradient(90deg, #0052d9, #4656ff);
}

.btn.btn {
  border-radius: 2px !important;
  border: none;
  font-weight: 300;
}

.btn-default.btn-default {
  border: 1px solid #c8d0dd;
}

.btn-lg.btn-lg {
  height: 42px;
  padding: 0px 8px;
  font-size: 14px;
  min-width: 160px;
}

@media screen and (max-width:1536px) {
  .btn-lg.btn-lg {
    min-width: 140px;
    height: 36px;
  }
}

@media screen and (max-width:1280px) {
  .btn-lg.btn-lg {
    min-width: 120px;
  }
}

.btn-link.btn-link {
  text-decoration: none !important;
  color: #000000e6;
  font-weight: 400;
  min-width: 0px;
  margin-left: 10px;
}

.btn-link.btn-link:hover {
  color: #0052d9;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #0b66fc, #4958ff) !important;
  box-shadow: 0 8px 20px 0 rgba(0, 82, 217, .18) !important;
}


/* 搜索 */
.input-search {
  display: flex;
  position: relative;
}

.input-search input {
  padding-left: 15px;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 30%;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid var(--color-primary);
  font-weight: 400;
}

.trademark-box .input-search input {
  border-left: none;
}

.domain-search .input-search input {
  border-right: none;
}

.input-search .search-btn {
  cursor: pointer;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0px 32px;
  line-height: 48px;
  background: var(--color-primary);
  font-weight: 300;
}




.input-search .input-search-select {
  cursor: pointer;
  text-align: center;
  line-height: 56px;
  width: 124px;
  height: 56px;
  margin-top: 30px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #FF6739;
  border-left: none;
}

.input-search .input-search-left-select {
  border: 1px solid #FF6739;
  border-right: none;
}

.input-search .input-search-s {
  position: relative;
  line-height: 56px;
  height: 56px;
  width: 124px;
  display: flex;
  justify-content: center;
}

.input-search .input-search-select .input-search-s::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  background: #EDEDED;
  height: 24px;
  width: 1px;
}

.input-search .input-search-r {
  position: relative;
  line-height: 56px;
  height: 56px;
  width: 124px;
  display: flex;
  justify-content: center;
}

.input-search .input-search-select .input-search-r::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 0;
  background: #EDEDED;
  height: 24px;
  width: 1px;
}



.input-search .input-search-select .select-box {
  display: none;
  padding: 16px 10px;
  position: absolute;
  top: 86px;
  left: 0;
  width: calc(50% + 124px);
  background: #FEFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.input-search .input-search-select .select-box-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 110px;
  height: 40px;
  border: 1px solid #E6EAED;
}

.input-search .input-search-select .select-box-item:hover {
  border: 1px solid #FF6739;
  color: #FF6739;
}

.input-search .input-search-select .iconfont {
  font-size: 14px;
  margin-left: 10px;
}

.link-search-group {
  display: flex;
  align-items: center;
  margin-left: -12px;
}

.link-search-group .link-search-to {
  padding: 0 12px;
  display: flex;
  border-right: 1px solid #D6D6D6;
}

.link-search-group .link-search-to:nth-child(4) {
  border: none;
}

.link-search-group .price {
  margin-left: 5px;
  color: rgba(255, 103, 57, 1);
}

/* 分页 */
.jr-page .pagination .page-number.active {
  color: #fff;
  border: 1px solid rgba(255, 103, 57, 1);
  background: rgba(255, 103, 57, 1);
}

.jr-page .pagination .page-number:hover {
  background: rgba(255, 103, 57, 1);
  color: #fff !important;
}

.jr-page .pagination>li a {
  margin: 0 4px;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.60);
}

.jr-page .pagination>li .page-ellipsis {
  border: none;
}

.jr-page .pagination>li .page-ellipsis:hover {
  background: transparent;
}

.jr-page .pagination>li:first-child>a {
  border: none;
}

.jr-page .pagination>li:last-child>a {
  border: none;
}


.jr-select {

  width: 100px;
  border-radius: 5px;
  position: relative;


}

.jr-select select {
  border: 1px solid #EDEDED;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 32px;
  line-height: 32px;
  appearance: none;
  padding-left: 12px;
}

.jr-select:after {
  content: "\e674";
  width: 14px;
  height: 8px;
  font-size: 12px;
  font-family: 'iconfont';
  position: absolute;
  right: 20px;
  top: 15%;
  pointer-events: none;
}




/* 侧边 */
.aside-tools {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 3;
}

.aside-tools .tools-list {
  width: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(19, 55, 83, 0.08);
  opacity: 1;
  border-radius: 3px 0 0 3px;
}

.aside-tools .tools-list .tools-item {
  position: relative;
}

.aside-tools .tools-list .tools-item img {
  margin: 10px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.aside-tools .tools-list .tools-item::before {
  content: '';
  position: absolute;
  background: rgba(230, 234, 237, 1);
  bottom: 0;
  right: 10px;
  width: 16px;
  height: 1px;
}

.aside-tools .tools-list .tools-item:last-child:before {
  content: none;

}

.aside-tools .tools-list .tools-item:hover .tools-box {
  display: block;
}

.aside-tools .tools-list .tools-item .tools-box {
  display: none;
  position: absolute;
  left: -220px;
  top: 0;
  padding-right: 30px;
}

.aside-tools .tools-list .tools-item .tools-box-s {
  padding: 20px;
  width: 190px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(19, 55, 83, 0.08);
  opacity: 1;
  border-radius: 3px;
}

.aside-tools .tools-list .tools-item .tools-box h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.aside-tools .tools-list .tools-item .tools-box p {
  font-size: 13px;
}

.aside-tools .tools-list .tools-item .tools-box .button {
  font-size: 12px;
  display: inline-block;
  margin-top: 20px;
  padding: 4px 7px;
  border: 1px solid #E6EAED;
  opacity: 1;
  border-radius: 3px;
}

.aside-tools .tools-list .tools-item .tools-box .button:hover {
  border: 1px solid #FF6739;
  ;
}


.flex-none {
  flex-wrap: none !important;
}

#alert-container {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 300px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

#footerRecord .left-info a {
  margin-right: 10px;
}

@media screen and (max-width: 1440px) {
  .nav-content a {
    width: calc(33.33% - 14px);
  }
}
