body {
  overflow-x: hidden;
}

.service-module-header {
  width: 100%;
  /* height: 22.5rem; */
  background-color: #3d7ee2;
  background: url(lawbanner.png) no-repeat center;
  background-size: 100% 100%;
}
.service-module-header-top {
  width: 100%;
  padding: 1.25rem 3.125rem 1.25rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.4s ease-in-out 0s;
}
.service-module-header-top-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.service-module-header-logo {
  display: none;
  margin-right: auto;
}
.service-module-header-logo a {
  display: block;
  width: 15.4375rem;
}
.service-module-header-logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.service-module-nav {
  margin-right: 1.875rem;
}
.service-module-nav li {
  font-size: 0.9375rem;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  margin-left: 1.25rem;
}

.service-module-nav li:first-child {
  margin-left: 0;
}
.service-module-nav li a {
  color: #ffffff;
}
.service-module-header-centent {
  padding-top: 3.4375rem;
}
.service-module-logo {
  width: 11.6875rem;
  margin-bottom: 1rem;
}
.service-module-logo img {
  display: block;
  width: 100%;
}
.service-module-search-tag {
  margin-bottom: 1rem;
}
.service-module-search-tag li {
  font-size: 0.9375rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin-right: 1.4375rem;
  cursor: pointer;
}
.service-module-search-tag li::after {
  display: block;
  content: "";
  width: 0%;
  height: 0.3125rem;
  background-image: linear-gradient(
    270deg,
    rgba(98, 249, 255, 0) 0%,
    #62f9ff 100%
  );
  border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -ms-border-radius: 0.3125rem;
  -o-border-radius: 0.3125rem;
  margin-top: -0.1875rem;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.service-module-search-tag li.active {
  font-weight: 500;
}
.service-module-search-tag li.active::after {
  width: 50%;
}
.service-module-search-form {
  width: 32rem;
  height: 3.75rem;
  background: rgba(255, 255, 255, 0.65);
  border: 0.0375rem solid rgba(255, 255, 255, 1);
  border-radius: 2.1875rem;
  -webkit-border-radius: 2.1875rem;
  -moz-border-radius: 2.1875rem;
  -ms-border-radius: 2.1875rem;
  -o-border-radius: 2.1875rem;
  padding: 0.375rem;
  overflow: hidden;
}
.service-module-search-form form {
  width: 100%;
  display: flex;
}
.service-module-search-form .search-input-text {
  width: 92%;
  padding-left: 1.5rem;
  font-size: 1rem;
  color: #bcc2cc;
  letter-spacing: 1px;
  font-weight: 400;
  /* height: 100%; */
  background-color: transparent;
  flex: 1;
}
.service-module-search-form .search-input-button {
  width: 6.125rem;
  height: 3rem;
  background-image: linear-gradient(115deg, #1e78ff 0%, #10abff 100%);
  box-shadow: 0px 0.5rem 0.875rem 0px rgba(139, 149, 168, 0.1);
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  color: #ffffff;
  background: url(search-btn.svg) no-repeat 1.1875rem center,
    linear-gradient(115deg, #1e78ff 0%, #10abff 100%);
  padding-left: 2.125rem;
  /* background-size: .875rem .875rem; */
}

.service-header-fixed {
  /* position: fixed;
  z-index: 999; */
  padding: 1rem 3.125rem 1rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0.25rem 0.625rem 0px rgba(9, 63, 151, 0.12);
  transition: all 0.4s ease-in-out 0s;
}
.service-header-fixed .service-module-nav li a {
  color: #333333;
}
.service-header-fixed .service-module-header-logo {
  display: block;
}
.service-header-fixed .service-module-nav li.active a {
  color: #1e78ff;
}


.service-module-header .header-login span{
  color: #333333;
  border-color: #eee;
}
.service-module-header .user-name p {
  color: #333333;
}