* {
  padding: 0;
  margin: 0;
}
.globalhader {
  height: 80px;
}
.globalnav {
  position: relative;
  z-index: 1000;
}
.globalnav-content {
  height: 120px;
  max-width: 1442px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 0 23px 0 52px;
}
.globalnav-fixed {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  animation: slide-down 0.5s linear;
}
.globalnav-fixed .globalnav-content {
  height: 80px;
}
.globalnav-logo {
  width: 175px;
}
.globalnav-logo-img {
  width: 100%;
}
.globalnav-list {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 12px;
  padding: 0;
}
.globalnav-item {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.globalnav-item:hover .globalnav-sublist {
  display: block;
}
.globalnav-item:hover .globalnav-link {
  color: #6418c3;
  box-shadow: 4px 4px 4px 0px rgba(189, 189, 189, 0.24);
  transition: box-shadow 0.3s ease;
}
.globalnav-sublist {
  z-index: 1001;
  display: none;
  position: absolute;
  top: calc(50% + 24px);
  margin: 0;
  padding: 0;
  border-radius: 12px;
  box-shadow: 0px 4px 8px 2px #0000000a;
  box-shadow: 0px 2px 6px 0px #0000000f;
  box-shadow: 0px 5px 15px 0px #44444f1a;
  background-color: #ffffff;
}
.globalnav-subitem-link {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  margin: 6px 0;
  white-space: nowrap;
  font-size: 16px;
  color: #000000;
  border-radius: 12px;
}
.globalnav-subitem-link:hover {
  background-color: #6418c3;
  transition: background-color 0.3s ease;
}
.globalnav-subitem-link:hover span {
  color: #fff;
  transition: color 0.3s ease;
}
.globalnav-link {
  padding: 5px 16px;
  border-radius: 12px;
}
.globalnav-link-text {
  font-size: 18px;
  font-weight: 500;
}
.globalnav-search {
  position: relative;
}
.globalnav-search-icon {
  position: absolute;
  height: 28px;
  width: 28px;
  transform: translateY(30%);
  left: 14px;
}
.globalnav-search-input {
  height: 44px;
  width: 174px;
  border-radius: 46px;
  background-color: #fafafa;
  padding-left: 50px;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1x solid transparent;
  outline: none;
}
.globalnav-search-input:hover {
  border: 2px solid #9333ea;
  /* 紫色高亮边框 */
  transition: border-color 0.6s ease;
  /* 平滑过渡效果 */
}
.globalnav-search-input:focus {
  border: 2px solid #9333ea;
}
@keyframes slide-down {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.globalfooter {
  max-width: 1160px;
  min-width: 1160px;
  margin: 0 auto;
}
.globalfooter-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.globalfooter-content-icon img {
  width: 76px;
  height: 76px;
}
.globalfooter-content-part {
  padding-top: 28px;
}
.globalfooter-content-header {
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}
.globalfooter-content-body {
  padding-bottom: 5px;
}
.globalfooter-content-body .other-list {
  margin: 0;
}
.globalfooter-content-body .other-item {
  padding: 9px 0;
}
.globalfooter-content-body .other-item-link {
  font-weight: 400;
  color: #97a3b6;
  font-feature-settings: 18px;
  line-height: 1.5;
}
.globalfooter-content-body .other-item-link:hover {
  color: #9333ea;
}
.globalfooter-content-time {
  font-weight: 400;
  color: #97a3b6;
  font-feature-settings: 18px;
  line-height: 1.5;
}
.globalfooter-content-ercode {
  width: 124px;
  height: 124px;
}
.globalfooter-bottom {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #97a3b6;
}
.globaltail {
  margin-bottom: 70px;
}
.globaltail-link img {
  width: 100%;
  object-fit: contain;
}
.globla-content-head {
  margin-top: 100px;
  margin-bottom: 52px;
  text-align: center;
}
.globla-content-head h3 {
  font-size: 56px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 12px;
}
.globla-content-head p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #97a3b6;
  font-weight: 400;
}
.globla-left-head {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}
.globla-left-head h3 {
  font-size: 56px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 12px;
}
.globla-left-head p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #97a3b6;
  font-weight: 400;
}
.global-button {
  padding: 12px 32px;
  font-size: 24px;
  color: #6418c3;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #dcd6fb;
  background-color: #f5f3fe;
  user-select: none;
  cursor: pointer;
}
.global-button:hover {
  color: #fff;
  background-color: #6418c3;
  transition: all 0.3s ease;
}
.hover-scale {
  transition: all 0.3s ease;
  transform: scale(1);
}
.hover-scale:hover {
  transform: scale(1.05);
}
.gloabllist {
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 45px 0;
  display: flex;
  gap: 20px;
}
.gloabllist-side {
  width: 300px;
  flex-shrink: 0;
  box-shadow: 0px 1px 28px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 0 30px 20px;
}
.gloabllist-side-item {
  position: relative;
  padding: 0 10px 0 30px;
}
.gloabllist-side-link {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.gloabllist-side-link span {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.gloabllist-side-linkicon {
  display: none;
  margin-left: -42px;
  width: 28px;
  height: 28px;
  margin-right: 14px;
}
.gloabllist-side-linkicon img {
  width: 100%;
  height: 100%;
}
.gloabllist-side-active .gloabllist-side-linkicon {
  display: block;
}
.gloabllist-side-active .gloabllist-side-link span {
  color: #6418c3;
}
.gloabllist-side-active::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  background-color: #6418c3;
  border-radius: 3px;
}
.gloabllist-content {
  flex: 1;
  box-shadow: 0px 1px 28px 0px rgba(0, 0, 0, 0.05);
}
.gloabllist-content-list {
  margin: 0;
}
.gloabllist-content-item {
  padding: 0 20px 0 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  transition: all 0.3s ease;
  border-bottom: 2px solid #f4f4f4;
  font-size: 16px;
  border-radius: 4px;
}
.gloabllist-content-item:hover {
  box-shadow: 0px 1px 28px 0px rgba(0, 0, 0, 0.12);
}
.gloabllist-content-link {
  max-width: 500px;
  width: 66%;
  align-items: center;
  box-sizing: border-box;
  color: #000;
  font-weight: 500;
}
.gloabllist-content-link:hover {
  color: #000;
}
.gloabllist-content-pagination {
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gloabllist-content-pagination-info {
  font-weight: 400;
  font-size: 16px;
}
.gloabllist-content-pagination .pagination {
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gloabllist-content-pagination .pagination .pre-page,
.gloabllist-content-pagination .pagination .next-page {
  width: 50px;
  height: 50px;
  border-color: #533687;
  border-radius: 12px;
  border: 1px solid #c2c2c2;
  margin: 0 10px;
}
.gloabllist-content-pagination .pagination-box {
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 14px;
  border: 1px solid #c2c2c2;
}
.gloabllist-content-pagination .pagination-box-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  line-height: 28px;
  text-decoration: none;
  color: #202020;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 14px;
}
.gloabllist-content-pagination .pagination-box .dotted {
  cursor: text;
}
.gloabllist-content-pagination .pagination-box .disabled {
  cursor: not-allowed !important;
  color: #ccc;
  border-color: #ccc;
}
.gloabllist-content-pagination .pagination-box .current-page {
  background-color: #533687;
  color: #fff;
}
.gloabllist-content-pagination .pagination-box .skip-page {
  color: #533687;
  margin-left: 10px;
  height: 100%;
  display: inline-block;
  margin-top: 10px;
}
.gloabllist-content-pagination .pagination-box .skip-page-input {
  width: 40px;
  height: 30px;
  margin: 0 10px;
  padding: 0 3px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #eee;
  outline: none;
  transition: border 0.3s linear;
}
.gloabllist-content-pagination .pagination-box .skip-page-input:focus {
  border-color: #533687;
}
.gloabllist-content-pagination .pagination-box .skip-page-btn {
  outline: none;
  height: 30px;
  margin-left: 10px;
  padding: 0 10px;
  color: #533687;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  cursor: pointer;
}
.ellipsis {
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}
