* {
  margin: 0;
  padding: 0;
}

a {
  all: unset;
}

.link_a {
  all: revert;
  text-decoration: none;
  color: #0E8ACE;
  cursor: pointer;
}

.link_a:hover {
  text-decoration: underline;
}

.link_a:active {
  color: red;
}

body {
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.main-wrap {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/748_wm/bg.png") no-repeat center top/auto 356px;
}

.search-wrap {
  background: linear-gradient(180deg, #f1f4ff 0%, #ffffff 95.67%) no-repeat center top/auto 800px;
  min-height: calc(100vh - 230px);
}

.header {
  display: flex;
  height: 80px;
  align-items: center;
  gap: 5px;

  width: 1200px;
  margin: 0 auto -40px;
  font-weight: 400;
  font-size: 20px;
  color: rgba(24, 40, 94, 1);
  position: relative;
  z-index: 1;
}

.header img {
  height: 40px;
}

.header-wrapper {
  border-bottom: 2px solid rgba(196, 199, 206, 1);
  background-color: #fff;
}

.header-wrapper .header {
  height: 60px;
  margin: 0 auto;
}

.top-box1 {
  display: flex;
  align-items: center;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.top-box1 .top-box1-left {
  width: 550px;
}

.top-box1 .top-box1-right {
  padding-left: 50px;
}

.top-box1-left-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  color: rgba(24, 40, 94, 1);
  margin-top: 46px;
}

.top-box1-left-link {
  cursor: pointer;
  font-style: Normal;
  font-size: 16px;
  color: #0E8ACE;
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
}

.top-box1-left-hot {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  color: rgba(34, 34, 34, 1);
  margin-top: 20px;
}

.top-box1-left-hot-item {
  cursor: pointer;
}

.top-box1-left-hot-item:hover {
  color: #0E8ACE;
}

.top-box1-left-hot-title {
  font-size: 16px;
  font-weight: bold;
  color: rgba(34, 34, 34, 1);
  display: flex;
  align-items: center;
  margin-right: -10px;
  gap: 2px;
}

.top-box1-left-hot-title img {
  width: 20px;
  height: 20px;
}

.top-box1-right-title {
  /* min-width: 390px; */
  height: 60px;
  background: #fff;
  position: relative;
  color: rgba(34, 34, 34, 1);
  font-weight: bold;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  margin-top: 46px;
}

.top-box1-right-title-top {
  position: absolute;
  /* width: 220px; */
  padding: 0 20px;
  height: 30px;
  background: linear-gradient(90deg, #ff7d45 0%, #ff0b0b 100%);
  border-radius: 20px 40px 0 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  right: 0;
  top: -30px;
  text-align: center;
}

.top-box1-right-title-bottom {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 16px;
  font-weight: normal;
  min-width: 386px;
  color: #fff;
  background: #0e8ace;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.top-box1-right-title-img {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 7px;
  top: -10px;
}

.top-box1-right-download {
  width: 220px;
  height: 50px;
  background: linear-gradient(90deg, #4e6ef2 0%, #4e51f2 100%);
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
  margin-top: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  position: relative;
}

.top-box1-right-download img {
  width: 26px;
  height: 26px;
}

.top-box1-right-download:hover {
  background: linear-gradient(90deg, #4f56f2 0%, #774ef2 100%);
}

.top-box1-right-system {
  margin-top: 10px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}

.top-box1-imgs {
  width: 320px;
  height: auto;
  /* margin-left: -71px; */
  /* position: absolute;
  top: 79px;
  right: -10px; */
}

.swiper-container {
  height: 213.33px;
  width: 320px;
  position: absolute;
  top: 125px;
  right: -60px;
  z-index: 0;
}

.hot-brand {
  width: 1200px;
  margin: 80px auto 0;
}

.section-title {
  font-weight: bold;
  font-size: 32px;
  color: rgba(34, 34, 34, 1);
}

.hot-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 10px;
}

.hot-item {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid transparent;
  width: 180px;
  height: 90px;
  box-sizing: border-box;
}

.hot-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hot-item:hover {
  border-color: #0E8ACE;
}

.brand-list {
  margin-top: 116px;
}

.brand-list-top {
  display: flex;
  align-items: baseline;
  gap: 20px;

  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  position: sticky;
  z-index: 10;
  top: 0;
}

.brand-list-alpha {
  border: 1px solid #000;
  height: 24px;
  line-height: 24px;
}

.footer-top {
  text-align: center;
  margin: 106px auto 40px;
}

.footer-bottom {
  height: 60px;
  color: #fff;
  background-color: rgba(196, 199, 206, 1);
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}

.top-box2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 125px auto 0;
}

.top-box2-left {
  width: 500px;
}

.top-box2-left img {
  width: 500px;
  height: 303px;
  object-fit: contain;
}

.top-box2-right {
  margin-left: 50px;
}

.top-box1-right .top-box3-right-download {
  margin: 56px 0 0 0;
  width: 310px;
}

.top-box2-right .top-box3-right-download {
  margin: 20px 0 0 0;
  width: 310px;
}

.top-box2-right .top-box2-right-recommend {
  width: 80px;
  height: 38px;
  border-radius: 20px 20px 0 20px;
  background: linear-gradient(90deg, #ff7d45 0%, #ff0b0b 100%);
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  position: absolute;
  top: -40px;
  right: 0;
}

.top-box2-right .top-box1-right-system {
  margin: 0 0 0 0;
  font-size: 18px;
}

.top-box2-right-title {
  font-weight: bold;
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.top-box2-right-item {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}

.search-top {
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.search-top-inner {
  width: 1200px;
  margin: 55px auto 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-top-title {
  font-size: 32px;
  color: rgba(34, 34, 34, 1);
}

.search-top-btn {
  width: 220px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  background: #0E8ACE;
  color: #fff;
  font-size: 24px;
}

.search-top-btn:hover {
  background: linear-gradient(90deg, #0E8ACE 0%, #28c0fc 100%);
}

.search-top-btn img {
  width: 30px;
  height: 30px;
}

.search-list {
  width: 1200px;
  margin: 20px auto 0;
}

.search-list-item {
  /* height:120px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 20px;
  background: rgba(217, 217, 217, 0.2);
  position: relative;
}

.search-list-item:hover {
  background: rgb(107 135 255 / 10%);
}

.search-list-item+.search-list-item {
  margin-top: 20px;
}

.search-list-item-img {
  width: 170px;
  height: 120px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-list-item-img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.search-list-has-data .search-list-item-img img {
  width: 100%;
  height: 100%;
}

.search-list-item-content {
  flex: 1;
  /* height:120px; */
}

.search-list-item-btn {
  width: 160px;
  height: 50px;
  border-radius: 10px;
  background: #0E8ACE;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  position: relative;
  text-align: center;
  line-height: 50px;
}

.search-list-item-btn:hover {
  background: linear-gradient(90deg, #0E8ACE 0%, #28c0fc 100%);
}

.search-list-content-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 14px;
}

.search-list-content-paragraph {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}

.search-list-content-recommend {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 36px;
  background: linear-gradient(90deg, #ff7d45 0%, #ff0b0b 100%);
  border-radius: 0 0 0 20px;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
}

.search-list-content-block {
  min-width: 80px;
  height: 24px;
  line-height: 24px;
  border-radius: 10px;
  background: rgba(78, 107, 242, 0.2);
  color: #fff;
  text-align: center;
  font-size: 14px;
  color: rgba(34, 34, 34, 1);
  margin-right: 10px;
  padding: 0 4px;
}

.color-text {
  color: #0E8ACE;
}

.top-box3 {
  display: flex;
  align-items: center;
  position: relative;
  width: 1200px;
  margin: 80px auto 0;
}

.top-box3 .top-box3-left {
  width: 500px;
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.top-box3 .top-box3-left img {
  width: 600px;
}

.top-box3 .top-box3-right {}

.top-box3-left-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  color: rgba(24, 40, 94, 1);
  margin-top: 46px;
}

.top-box3-right-title {
  width: 600px;
  height: 75px;
  background: #fff;
  position: relative;
  color: rgba(34, 34, 34, 1);
  font-weight: bold;
  font-size: 48px;
  line-height: 75px;
  margin-top: 46px;
}

.top-box3-right-title-top {
  position: absolute;
  width: 220px;
  height: 40px;
  background: linear-gradient(90deg, #ff7d45 0%, #ff0b0b 100%);
  border-radius: 20px 40px 0 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  right: 170px;
  top: -40px;
  text-align: center;
}

.top-box3-right-title-bottom {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 24px;
  font-weight: normal;
  width: 600px;
  color: #fff;
  background: rgba(34, 34, 34, 1);
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.top-box3-right-download {
  width: 310px;
  height: 60px;
  /* background: linear-gradient(90deg, #0E8ACE 0%, #4e6ef2 100%); */
  background: #0E8ACE 0%;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  border-radius: 10px;
  margin: 60px 0 0 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  position: relative;
  padding-bottom: 28px;
}

.top-box3-right-download:hover {
  background: #0a7dbb;
}

.top-box3-right-download img {
  width: 40px;
  height: 40px;
}

.top-box3-right-download-text {
  position: absolute;
  font-weight: normal;
  font-size: 18px;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
}

.top-box3-right-system {
  margin: 10px 0 0 200px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}

.top-box3-right-top {
  font-size: 32px;
  font-weight: bold;
  color: #0E8ACE;
  margin-bottom: 50px;
}

.aside-img {
  position: fixed;
  z-index: 20;
  right: 0;
  top: 40%;
  width: 280px;
  height: 327px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/748_wm/aside-img.png") no-repeat center center/200px auto,
    linear-gradient(180deg, #4e6ef2 0%, #0E8ACE 100%);
}

.aside-img-title:first-child {
  margin-top: 35px;
}

.aside-img-recommend {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 80px;
  height: 30px;
  border-radius: 0 10px 0 20px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  background: linear-gradient(90deg, #ff7d45 0%, #ff0b0b 100%);
}

.aside-img .top-box1-right-download {
  width: 244px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 10px;
  background: linear-gradient(90deg, #ff6f3e 0%, #ff0f0d 100%);
}

.aside-img .top-box1-right-download:hover {
  background: linear-gradient(90deg, #ff3e3e 0%, #e80b09 100%);
}

.dialog {
  width: 700px;
  height: 600px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #000;
  font-size: 20px;
}

.dialog>img {
  width: 500px;
}

.dialog-title {
  margin: 0 60px;
}

.dialog .top-box1-right-download {
  margin: 60px auto 20px;
}

.dialog-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.dialog-close img {
  width: 40px;
  height: 40px;
}

.hide {
  display: none;
}

.round-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin-left: -140px;
  margin-top: -140px;
  animation: spread 1.5s infinite both;
}

.round-animation-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.logo-link {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}

.logo-link img {
  height: 40px;
}