.top {
  height: 58px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f1f1f1;
  overflow: hidden;
}

.top .top-left {
  font-size: 0;
  padding-top: 15px;
  padding-left: 2.8333vw;
  z-index: 2;
}

.top .top-left>.current-product-page {
  background-color: #fff;
  color: #f4a524;
}

.top .top-left>a {
  display: inline-block;
  width: auto;
    padding:15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #f4a524;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.top .top-left>a:hover {
  background-color: #ffffff;
  color: #f4a524;
  transition: all .3s;
}
.top .top-middle h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #63616a;
}
.top .top-right {
  font-size: 0;
  padding-top: 5px;
  display: flex;
  align-items: center;
  padding-right: 20px;
  z-index: 1;
}
.hardware-specification {
  padding-top: 2.0833vw;
  padding-bottom: 4.1667vw;
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.hardware-specification.text-align-left table tr td:nth-of-type(1) { 
  text-align: left;
  padding-left: 24px;
}
.hardware-specification h3 {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin: 2.0833vw 0;
}
.hardware-specification table {
  width: 100%;
  border-collapse: collapse;
}
.hardware-specification table tr td:nth-of-type(1) {
  width: 25%;
  padding: 8px 0;
}
.hardware-specification2 table tr td:nth-of-type(1) {
  width: 14%;
  padding: 8px 0;
}

.hardware-specification table tr td:nth-of-type(2) {
  text-align: left;
  padding: 8px 24px;
}

.hardware-specification table tr td:nth-of-type(3) {
  text-align: left;
  padding: 8px 24px;
}

.hardware-specification table tr td {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #63616a;
  border: 1px solid #cfcfcf !important;
}

.hardware-specification table tr .td-list {
  line-height: 34px;
}
.ai-header {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ai-header>.title1 {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 3.2292vw;
  color: #63616A;
  text-align: center;
}
.ai-header>.title3 {
  position: relative;
  color: #636363;
  font-size: 2.9167vw;
  line-height: 4.375vw;
  font-weight: 500;
  margin-bottom: 1.7188vw;
  text-align: center;
}
.ai-header>.ai-info {
  width: calc(100% - 64px);
  max-width: 80vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai-header>.ai-info>.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2.9167vw;
}
.ai-header>.ai-info>.item>.i-title {
  background: linear-gradient(91deg, #5B72FA 5.32%, #9050F7 95.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4vw;
  line-height: 7.5vw;
  font-weight: 700;
}

.ai-header>.ai-info>.item>.i-text {
  color: #4132C7;
  font-size: 2.2167vw;
  line-height: 3.675vw;
  font-weight: 500;
}
.ai-header>.ai-img {
  margin-top: 4.1667vw;
  width: calc(100% - 64px);
  max-width: 81.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4.1667vw;
}

.ai-header>.mb {
  margin-bottom: 1.25vw;
}

.ai-header>.pro-intro {
  width: calc(100% - 64px);
  max-width: 81.25vw;
  color: #63616A;
  font-size: 1.0417vw;
  line-height: 1.7708vw;
  text-align: center;
}
.ai-header>.ai-img>.item {
  width: 14.5833vw;
  height: 14.5833vw;
  padding: 2.0833vw 1.25vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border: 4px solid rgba(0, 0, 0, 0.20);
  margin-bottom: 2.0833vw;
}

.ai-header>.ai-img>.item .i-item {
  width: 7.5vw;
  margin-bottom: .4167vw;
}
.ai-header>.ai-img>.item>.i-text {
  color: #1D1E1F;
  font-size: 1.0417vw;
  line-height: 1.3542vw;
  text-align: center;
}
.ai-header>.ai-toast {
  margin-top: 1.0417vw;
  padding: 1.0417vw 2.0833vw 2.0833vw;
  width: calc(100% - 64px);
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.25vw;
  background: #F1F1F1;
}

.ai-header>.ai-toast>.to-title {
  display: flex;
  align-items: center;
}

.ai-header>.ai-toast>.to-title>img {
  margin-right: 1.0417vw;
  width: 1.0417vw;
}

.ai-header>.ai-toast>.to-title>.text {
  margin-right: 1.0417vw;
  background: linear-gradient(91deg, #5B72FA 5.32%, #9050F7 95.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.9167vw;
  font-weight: 900;
  line-height: 4.375vw;
}
.ai-header>.ai-toast>.to-title>.text2 {
  background: linear-gradient(273.52deg, #2C93CD -6.9%, #000000 110.16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-header>.ai-toast>.to-content {
  margin-top: 1.6667vw;
  color: #63616A;
  text-align: center;
  font-size: 1.25vw;
  line-height: 2.1354vw;
}
