.top-box {
  position: absolute;
  width: 100%;
  height: 72px;
  z-index: 4;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 72px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  backdrop-filter: blur(6px);
  z-index: 4;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #333;
  font-size: 16px;
  text-transform: capitalize;
}
.top-box .header-box .header-left img {
  width: 48px;
  height: 48px;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}
.top-box .hidden-header-box .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 72px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
}
.top-box .hidden-header-box .header-left img {
  width: 48px;
  height: 48px;
}

.search-box {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/710_sem/pic-bg-1.png) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.search-box .search-content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.search-box .search-content h1 {
  margin-top: 172px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 36px */
}
.search-box .search-content .search-container {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.search-box .search-content .search-container .search-input-wrapper {
  position: relative;
  width: 992.5px;
  height: 68px;
}
.search-box .search-content .search-container .search-input-wrapper .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.search-box .search-content .search-container .search-input-wrapper .search-input {
  width: 100%;
  height: 100%;
  padding-left: 65px;
  border-radius: 12px;
  border: 1px solid #c2c6ce;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 68px;
}
.search-box .search-content .search-container .search-input-wrapper .search-input::placeholder {
  color: #999;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  line-height: 68px;
}
.search-box .search-content .search-container .search-input-wrapper .searchResultsBox {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
}
.search-box .search-content .search-container .search-input-wrapper .searchResultsBox li {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #7d7d7d;
  opacity: 0.8;
  padding: 12px 0;
  cursor: pointer;
}
.search-box .search-content .search-container .search-input-wrapper .searchResultsBox li span {
  color: #41a0ff;
}
.search-box .search-content .search-container .search-btn {
  width: 180px;
  height: 68px;
  margin-left: 20px;
  border-radius: 12px;
  background: #0091dc;
  border: none;
  outline: none;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
}
.search-box .search-content .hot-search {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.search-box .search-content .hot-search img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-left: 21px;
}
.search-box .search-content .hot-search ul {
  display: flex;
  gap: 32px;
}
.search-box .search-content .hot-search ul li {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}
.search-box .search-content .hot-search ul .hot {
  cursor: pointer;
}
.search-box .search-content .hot-search ul .hot:hover {
  color: #0091dc;
}
.search-box .search-content .hot-brand {
  margin-top: 48px;
}
.search-box .search-content .hot-brand ul {
  display: flex;
  gap: 18px;
  align-items: center;
}
.search-box .search-content .hot-brand ul li:not(:first-of-type) {
  width: 96px;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box .search-content .hot-brand ul li span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 22px */
  margin-right: 18px;
}
.search-box .search-content .hot-brand ul li:nth-of-type(2) img {
  width: 22px;
  height: 22px;
}
.search-box .search-content .hot-brand ul li:nth-of-type(3) img {
  width: 74px;
  height: 15.504px;
}
.search-box .search-content .hot-brand ul li:nth-of-type(4) img {
  width: 67.5px;
  height: 18px;
}
.search-box .search-content .hot-brand ul li:nth-of-type(5) img {
  width: 79px;
  height: 16.505px;
}
.search-box .search-content .hot-brand ul li:nth-of-type(6) img {
  width: 77px;
  height: 19px;
}
.search-box .search-content .hot-brand ul li:nth-of-type(7) img {
  width: 40px;
  height: 20px;
}
.search-box .search-content .hot-brand ul li:nth-of-type(8) img {
  width: 96px;
  height: 25px;
}
.search-box .search-content .hot-brand ul li:nth-of-type(9) img {
  width: 96px;
  height: 40px;
}
.search-box .search-content p {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 26px */
  margin-top: 65px;
}
.search-box .search-content p span {
  color: #0091dc;
}

.banner-box .banner_content {
  margin: 20px auto 100px;
  width: 1200px;
}
.banner-box .banner_content ul {
  margin-top: 65px;
}
.banner-box .banner_content ul li + li {
  margin-top: 12px;
}
.banner-box .banner_content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 148px;
  background-color: #f3f5f9;
  border-radius: 6px;
  padding: 0 14px;
  box-sizing: border-box;
}
.banner-box .banner_content ul li .s_t_c_left {
  display: flex;
  align-items: center;
  height: 120px;
}
.banner-box .banner_content ul li .s_t_c_left img {
  margin-right: 40px;
  height: 120px;
  width: 150px;
}
.banner-box .banner_content ul li .s_t_c_left > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.banner-box .banner_content ul li .s_t_c_left > div p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #1f2023;
  margin-bottom: 20px;
}
.banner-box .banner_content ul li .s_t_c_left > div span {
  display: inline-block;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #737d99;
}
.banner-box .banner_content ul li .s_t_c_left > div span + span {
  margin-top: 10px;
}
.banner-box .banner_content ul li .s_t_c_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
}
.banner-box .banner_content ul li .s_t_c_right a {
  width: 170px;
  height: 46px;
  border-radius: 6px;
  background-color: #017fff;
  text-align: center;
  line-height: 46px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 14px;
}
.banner-box .banner_content ul li .s_t_c_right span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #737d99;
}
.banner-box .banner_content ul li .s_t_c_right span i {
  font-style: normal;
}

.searchResults {
  border-radius: 12px;
  background-color: #fff;
  padding: 22px 20px;
  box-sizing: border-box;
  width: 1200px;
  margin: 40px auto 0;
  padding-bottom: 25px;
  display: none;
  position: relative;
  margin-bottom: 100px;
}
.searchResults.active {
  display: block;
}
.searchResults .s_r_title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8ef;
  padding-bottom: 10px;
  justify-content: space-between;
}
.searchResults .s_r_title .s_r_t_left {
  display: flex;
  align-items: center;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #1f2023;
}
.searchResults .s_r_title .s_r_t_left img {
  margin-right: 10px;
  width: 16px;
}
.searchResults .s_r_title .s_r_t_left span {
  color: #0173e6;
}
.searchResults .s_r_title .s_r_t_right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 40px;
  border-radius: 8px;
  background-color: #f3f5f9;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #4f5160;
  cursor: pointer;
}
.searchResults .s_r_title .s_r_t_right img {
  margin-right: 8px;
  width: 20px;
}
.searchResults .s_r_content {
  margin: 0 auto;
  margin-top: 20px;
  width: 1078px;
}
.searchResults .s_r_content .s_r_c_title {
  margin-top: 53px;
  margin-bottom: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchResults .s_r_content .s_r_c_title span {
  display: inline-block;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  /* Red */
  color: #eb5757;
}
.searchResults .s_r_content .s_r_c_title a {
  width: 178px;
  height: 42px;
  background-color: #ebeef4;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  color: #333333;
}
.searchResults .s_r_content .s_r_c_title a img {
  margin-right: 6px;
  width: 30px;
}
.searchResults .s_r_content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 148px;
  background-color: #f3f5f9;
  border-radius: 6px;
  padding: 0 14px;
  box-sizing: border-box;
}
.searchResults .s_r_content ul li + li {
  margin-top: 12px;
}
.searchResults .s_r_content ul li .s_t_c_left {
  display: flex;
  align-items: center;
  height: 120px;
}
.searchResults .s_r_content ul li .s_t_c_left img {
  margin-right: 40px;
  height: 120px;
  width: 150px;
}
.searchResults .s_r_content ul li .s_t_c_left > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.searchResults .s_r_content ul li .s_t_c_left > div p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #1f2023;
  margin-bottom: 20px;
}
.searchResults .s_r_content ul li .s_t_c_left > div p.none_data {
  margin-bottom: 0;
}
.searchResults .s_r_content ul li .s_t_c_left > div span {
  display: inline-block;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #737d99;
}
.searchResults .s_r_content ul li .s_t_c_left > div span + span {
  margin-top: 10px;
}
.searchResults .s_r_content ul li .s_t_c_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
}
.searchResults .s_r_content ul li .s_t_c_right a {
  width: 170px;
  height: 46px;
  border-radius: 6px;
  background-color: #017fff;
  text-align: center;
  line-height: 46px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 14px;
}
.searchResults .s_r_content ul li .s_t_c_right span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #737d99;
}
.searchResults .s_r_content ul li .s_t_c_right span i {
  font-style: normal;
}
.searchResults .s_r_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -62px;
  left: 50%;
  transform: translateX(-50%);
}
.searchResults .s_r_pagination div {
  width: 50px;
  height: 40px;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #dfe2eb;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.searchResults .s_r_pagination div:hover {
  background-color: #f2f2f2;
}
.searchResults .s_r_pagination div img {
  width: 13px;
}
.searchResults .s_r_pagination div + div {
  margin-left: 14px;
}

.search-result {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: none;
}
.search-result ul {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin-top: 65px;
}
.search-result ul li {
  width: 814px;
  display: flex;
  margin-bottom: 60px;
}
.search-result ul li:last-child {
  margin-bottom: 0;
}
.search-result ul li .serial-number {
  width: 36px;
  height: 36px;
  background-color: #0091dc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  position: relative;
}
.search-result ul li .serial-number span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
}
.search-result ul li .serial-number::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: var(--line-height, 100vh);
  background-image: linear-gradient(to bottom, #0091dc 50%, transparent 50%);
  background-size: 2px 8px;
  background-repeat: repeat-y;
  z-index: 1;
}
.search-result ul li .right-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.search-result ul li .right-content p {
  width: 762px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
}
.search-result ul li .right-content p span {
  color: #0091dc;
  font-weight: 700;
  line-height: 150%;
}
.search-result ul li .right-content img {
  width: 762px;
  height: 496px;
}
.search-result ul li .download-introduce {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/710_sem/pic-bg-4.png) no-repeat center;
  background-size: cover;
  width: 762px;
  height: 321px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.search-result ul li .download-introduce h2 {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 36px */
  letter-spacing: 1.8px;
  margin-bottom: 32px;
}
.search-result ul li .download-introduce .tag-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
  width: 300px;
  margin-bottom: 12px;
}
.search-result ul li .download-introduce .tag-list .tag {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-result ul li .download-introduce .tag-list .tag img {
  width: 18px;
  height: 18px;
}
.search-result ul li .download-introduce .tag-list .tag span {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.search-result ul li .download-introduce .system-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 268px;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  text-align: center;
}

.bottom-box {
  height: 356px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/710_sem/pic-bg-2.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom-box h1 {
  color: #006ca1;
  font-family: "Microsoft YaHei";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
  position: relative;
  margin-bottom: 28px;
}

.floating-window {
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 180px;
  bottom: 20px;
  z-index: 100;
  width: 338px;
  height: 365px;
  border-radius: 20px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/710_sem/pic-bg-3.png) no-repeat center;
  background-size: cover;
}
.floating-window p {
  margin: 217px 0 24px;
  color: #0091dc;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 28px */
}

.download-wrapper {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 72px;
  overflow: hidden;
}
.download-wrapper .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 300px;
  height: 72px;
  background: linear-gradient(93deg, #18aaf6 0%, #0091dc 100%);
  border-radius: 12px;
  overflow: hidden;
}
.download-wrapper .download-btn img.download-icon {
  width: 29.88px;
  height: 28.005px;
  z-index: 2;
}
.download-wrapper .download-btn span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 26.667px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 26.667px */
  letter-spacing: 0.8px;
  z-index: 2;
}
@keyframes rippleExpand {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}
.download-wrapper .ripple-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #18aaf6;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rippleExpand 1s linear infinite;
  pointer-events: none;
  z-index: 1;
}

/*# sourceMappingURL=style.css.map */
