#main {
  position: relative;
}
#banner {
  width: 1200px;
  margin: 0 auto;
  max-height: 600px;
  padding: 40px 32px;
  justify-content: space-between;
}
#banner > h3 {
  position: relative;
  left: 0;
  top: 142px;
  font-weight: 700;
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 0.04em;
  color: #1d1e1f;
}
.top {
  height: 58px;
  padding: 0 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f1f1f1;
  overflow: hidden;
}
.top .top-left {
  font-size: 0;
  padding-top: 15px;
}
.top .top-left > .current-product-page {
  background-color: #fff;
  color: #f4a524;
}
.top .top-left > a {
  display: inline-block;
  width: 114px;
  padding: 15px 0;
  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;
}
.top .top-middle h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #63616a;
}
.top .top-right {
  font-size: 0;
  padding-top: 5px;
  display: flex;
  align-items: center;
}
.top .top-right > a {
  display: inline-block;
  margin-top: 10px;
}
.top .top-right .gray-button {
  background: #cacaca !important;
  color: #ffffff !important;
  border: 1px solid #cacaca !important;
  cursor: no-drop !important;
}
.top .top-right .buy-now {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #f4a524;
  padding: 4px 8px;
  border: 1px solid #f4a524;
  box-sizing: border-box;
  margin-top: 0 !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.top .top-right .buy-now:hover {
  background: #f4a524;
  border: 1px solid #f4a524;
  color: #ffffff;
  cursor: pointer;
}

.h40 {
  height: 40px;
  background-color: #f1f1f1;
  width: 100%;
}

#main > .main-top {
  height: 108px;
  background: #f1f1f1;
  padding: 24px 0;
}
#main > .main-top > ul {
  width: 1132px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main > .main-top > ul > li {
  display: flex;
  align-items: center;
}
#main > .main-top > ul > li > img {
  width: 60px;
  height: 60px;
}
#main > .main-top > ul > li > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-left: 24px;
}

#main > .case-main-top {
  padding: 28px 0;
  background-color: #f1f1f1;
}
#main > .case-main-top > ul {
  width: calc(100% - 64px);
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#main > .case-main-top > ul > li {
  margin-right: 132px;
}
#main > .case-main-top > ul > li img {
  width: 36px;
  height: 36px;
  margin-right: 24px;
}
#main > .case-main-top > ul > li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}

#main .usb-interface-pic {
  /* padding: 72px 0;
  width: 1200px; */
  padding: 72px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .usb-interface-pic > img {
  width: 592px;
  height: 592px;
}

#main .product-intro {
  background-color: #fff;
  padding-top: 64px;
  text-align: center;
  width: 1132px;
  margin: 0 auto;
}
#main .product-intro h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.03em;
  color: #1d1e1f;
  margin-bottom: 32px;
}
#main .product-intro > .ul-list > ul {
  display: flex;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
#main .product-intro > .ul-list > ul > li {
  width: 24%;
  text-align: center;
  margin-bottom: 32px;
}
#main .product-intro > .ul-list > .group-5 > li {
  width: 20%;
}
#main .product-intro > .item5 > ul > li {
  margin-right: 120px !important;
}
#main .product-intro > .ul-list > ul > li > img {
  width: 144px;
  height: 144px;
}
#main .product-intro > .item5 > ul > li:nth-last-of-type(1) {
  margin-right: 0 !important;
}
#main .product-intro > .ul-list > ul > li:nth-last-of-type(1) {
  margin-right: 0;
}
#main .product-intro ul li div {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #1d1e1f;
  margin-top: 16px;
}
#main .product-intro p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #63616a;
  margin-bottom: 40px;
}
#main .new-product-intro {
  padding-top: 94px;
  padding-bottom: 80px;
}
#main .new-product-intro > .ul-list {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
#main .new-product-intro > .ul-list > ul {
  display: flex;
  flex-wrap: wrap;
}

#main .new-product-intro > .ul-list > ul > li {
  width: 240px;
  text-align: center;
  margin-bottom: 64px;
}
#main .new-product-intro > .ul-list > ul > li > img {
  width: 108px;
  height: 108px;
}
#main .new-product-intro > .ul-list > ul > li > div {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-top: 32px;
}
#main .new-product-intro > p {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #63616a;
}
#main > .domestic-cpu {
  /* min-height: 1100px; */
  height: 57.2917vw;
  padding-top: 2.9167vw;
  background: url("../../../../img/pi 800 Rectangle 743.png") no-repeat;
  background-size: 100% 100%;
}
#main > .domestic-cpu > h3 {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 700;
  font-size: calc(2rem + 1.4vw);
  line-height: calc(2rem + 3.5vw);
  /* font-size: 56px;
  line-height: 94px; */
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
}
#main > .domestic-cpu > p {
  /* width: 911px; */
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 400;
  font-size: calc(0.5rem + 0.9vw);
  line-height: calc(0.5rem + 1.8vw);
  /* font-size: 24px;
  line-height: 41px; */
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
}
#main > .domestic-cpu > .circle-group {
  margin: 0 auto;
  text-align: center;
}
#main > .domestic-cpu > .circle-group > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #f4a524;
  border-radius: 50%;
  margin-right: 16px;
}
#main > .domestic-cpu > .circle-group > span:nth-last-of-type(1) {
  margin-right: 0;
}
#main > .chromium-os {
  padding: 80px 0;
}
#main > .chromium-os > .chromium-os-inner {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  background: #ebf2f5;
  padding: 56px 40px 49px 40px;
}
#main > .chromium-os > .chromium-os-inner > .inner-top {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main > .chromium-os > .chromium-os-inner > .inner-top > img {
  width: 138px;
  height: 140px;
}
#main > .chromium-os > .chromium-os-inner > .inner-top > p {
  display: inline-block;
  /* width: 510px; */
  font-weight: 700;
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 0.06em;
  color: #2c5888;
  margin-left: 56px;
  text-align: left;
}
#main > .chromium-os > .chromium-os-inner > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
#main > .chromium-os > .chromium-os-inner > ul > li {
  /* width: 552px;
  height: 192px; */
  width: 49%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 24px;
  margin-bottom: 16px;
}
#main > .chromium-os > .chromium-os-inner > ul > li > img,
#main > .chromium-os > .chromium-os-inner > .inner-bottom > img {
  width: 144px;
  height: 144px;
}
#main > .chromium-os > .chromium-os-inner > ul > li > div,
#main > .chromium-os > .chromium-os-inner > .inner-bottom > div {
  margin-left: 24px;
}
#main > .chromium-os > .chromium-os-inner > ul > li > div > h3,
#main > .chromium-os > .chromium-os-inner > .inner-bottom > div > h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
  letter-spacing: 0.06em;
  color: #2c5888;
}
#main > .chromium-os > .chromium-os-inner > ul > li > div > p,
#main > .chromium-os > .chromium-os-inner > .inner-bottom > div > p {
  /* width: 336px; */
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #2c5888;
  margin-top: 24px;
}
#main > .chromium-os > .chromium-os-inner > .inner-bottom > div > p {
  /* width: 889px; */
}
#main > .chromium-os > .chromium-os-inner > .inner-bottom {
  background-color: #ffffff;
  padding: 24px;
  display: flex;
  align-items: center;
}

#main > .high-quality {
  background: #ebf2f6;
  padding-top: 56px;
}
#main > .high-quality > .high-quality-inner {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#main > .high-quality > .high-quality-inner > h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 95px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #63616a;
}
#main > .high-quality > .high-quality-inner > .circle-group {
  margin: 8px 0;
}
#main > .high-quality > .high-quality-inner > .circle-group > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 16px;
  background-color: #f4a524;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#main > .high-quality > .high-quality-inner > p {
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
}
#main > .high-quality > .high-quality-inner > img {
  width: 100%;
}

#main > .special-purpose-computer {
  background: #f1f1f1;
  padding: 64px 0;
  text-align: center;
}
#main > .special-purpose-computer > .title {
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.06em;
  color: #ffffff;
  padding: 16px 32px;
  background: #f4a524;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 91px;
  position: relative;
}
#main > .special-purpose-computer > .title::before,
#main > .special-purpose-computer > .title::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: #f4a524;
  border-radius: 50%;
  position: absolute;
  top: 28px;
}
#main > .special-purpose-computer > .title::before {
  left: -54px;
}
#main > .special-purpose-computer > .title::after {
  right: -54px;
}
#main > .special-purpose-computer > ul {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 64px;
}
#main > .special-purpose-computer > ul > li {
  width: 100%;
  margin-bottom: 24px;
  padding: 48px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
#main > .special-purpose-computer > ul > li > img {
  width: 518px;
}
#main > .special-purpose-computer > ul > li > div {
  margin-left: 48px;
}
#main > .special-purpose-computer > ul > li > div > .circle-group {
  font-size: 0;
  text-align: left;
}
#main > .special-purpose-computer > ul > li > div > .circle-group > span {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f4a524;
  margin-right: 8px;
}
#main > .special-purpose-computer > ul > li > div > h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  text-align: left;
  margin-top: 24px;
}
#main > .special-purpose-computer > ul > li > div > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 16px;
  text-align: left;
}

#main > .product-paramter-and-img {
  padding: 0px 0;
  max-width:1200px;
  margin:0 auto;
}
#main > .product-paramter-and-img > img {
  width: 100%;
}
#main > .product-paramter-and-img > .product-paramter-and-img-inner {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#main > .product-paramter-and-img > .product-paramter-and-img-inner > h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  text-align: center;
}
#main > .product-paramter-and-img > .product-paramter-and-img-inner > table {
  margin-top: 40px;
  border-collapse: collapse;
  width: 100%;
}
#main
  > .product-paramter-and-img
  > .product-paramter-and-img-inner
  > table
  tr
  td {
  padding: 8px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #63616a;
  border: 1px solid #cfcfcf;
  text-align: center;
}
#main
  > .product-paramter-and-img
  > .product-paramter-and-img-inner
  > table
  tr
  td:nth-of-type(1) {
  width: 25%;
}
#main
  > .product-paramter-and-img
  > .product-paramter-and-img-inner
  > table
  tr
  td:nth-of-type(2) {
  text-align: left;
  padding-left: 24px;
}
#main
  > .product-paramter-and-img
  > .product-paramter-and-img-inner
  > table
  tr
  .mul-line {
  line-height: 34px;
}
#main > .product-paramter-and-img > .product-paramter-and-img-inner > img {
  width: 100%;
  margin-top: 80px;
}

/* 特征 */
#main > .features {
  background: #ffce7e;
  padding: 48px 0;
  text-align: center;
}
#main > .features > h3 {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  text-align: center;
}
#main > .features > h4 {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-top: 40px;
  text-align: center;
}
#main > .features > p {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 16px;
  text-align: center;
}
#main > .features > ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
#main > .features > ul > li {
  width: 600px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
#main > .features > ul > li > img {
  width: 60px;
  height: 60px;
}
#main > .features > ul > li > div {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-left: 24px;
  text-align: left;
}
#main > .item-list > ul > li > .icon-intro {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 32px;
}
#main > .item-list > ul > li > .item-bottom {
  height: 32px;
  width: 100%;
  background: #ffce7e;
}
#main > .item-list > ul > li > .icon-intro > img {
  width: 96px;
  height: 96px;
}
#main > .item-list > ul > li > .icon-intro > .intro {
  margin-left: 40px;
}
#main > .item-list > ul > li > .icon-intro > .intro > h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main > .item-list > ul > li > .icon-intro > .intro > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 8px;
  text-align: left;
}
#main > .item-list > ul > li > .img-intro-list {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 4px;
  margin-bottom: 24px;
  /* padding: 0 32px; */
}
#main > .item-list > ul > li > .img-intro-list > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main > .item-list > ul > li > .img-intro-list > ul > li {
  width: 33%;
  background: #f1f1f1;
}
#main > .item-list > ul > li > .img-intro-list > ul > li > img {
  width: 100%;
}
#main > .item-list > ul > li > .img-intro-list > ul > li > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  text-align: center;
  padding: 8px 0;
}
#main > .new-item-list {
  background-color: #f1f1f1 !important;
  padding-bottom: 24px;
}
#main > .new-item-list > ul > li > .img-intro-list > ul > li {
  background-color: #ffffff !important;
}

#main > .new-item-list > ul > li > .img-intro-list2 > .mobile-item-list-ul {
  display: none;
}

#main > .computer-pocket {
  background: url("../../../../img/computer-pocket-bg.png") no-repeat;
  background-size: 100% 100%;
  /* padding: 40px 0; */
}
#main > .computer-pocket > .computer-pocket-content {
  width: 1136px;
  margin: 0 auto;
  justify-content: space-between;
}
#main > .computer-pocket > .computer-pocket-content > div {
  margin-top: 218px;
}
#main > .computer-pocket > .computer-pocket-content > div > h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main > .computer-pocket > .computer-pocket-content > div > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 8px;
}

#main > .computer-pocket > .computer-pocket-content > img {
  width: 528px;
}

#main > .group-img-list {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#main > .group-img-list > ul > li {
  width: 49%;
  background: #ebf2f5;
  padding: 40px;
  margin-bottom: 24px;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
}
/* #main > .group-img-list > ul > li:nth-of-type(odd){
  margin-right: 24px;
} */
.li-padding-bottom-42 > li {
  padding-bottom: 42% !important;
}
#main > .group-img-list > ul > li > h3,
#main > .group-img-list > ul > .bluetooth-group > div > h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #63616a;
}
#main > .group-img-list > ul > li > p,
#main > .group-img-list > ul > .bluetooth-group > div > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 12px;
}
#main > .group-img-list > ul > .bluetooth-group > img,
#main > .group-img-list > ul > .case-group > img {
  width: 100%;
  left: 0;
}
#main > .group-img-list > ul > li > img {
  width: calc(100% - 80px);
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.network-group-full-width {
  width: 100%;
  background: #ebf2f5;
  padding-left: 80px;
  padding-bottom: 40px;
}
.network-group-full-width > h3 {
  margin-top: 80px;
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-right: 45px;
}
.network-group-full-width > .full-width-h3,
.group-img-list > ul > li > .full-width-h3 {
  display: none;
}
.network-group-full-width > img {
  width: 50%;
}
#main > .light-weight {
  background: linear-gradient(180deg, #ffce7e 4.2%, #ffffff 153.7%);
  margin-bottom: 32px;
  padding: 40px 0;
}
#main > .light-weight > .light-weight-inner-content {
  width: 1136px;
  margin: 0 auto;
}
#main > .light-weight > .light-weight-inner-content > div {
  margin-top: 276px;
  text-align: right;
}
#main > .light-weight > .light-weight-inner-content > div > h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main > .light-weight > .light-weight-inner-content > div > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 8px;
}
#main > .case-intro {
  margin-bottom: 80px;
}
#main > .case-intro,
#main > .new-computer-pocket {
  background: linear-gradient(180deg, #ffce7e -86%, #ffffff 100%);
  padding: 28px 0;
}
#main > .case-intro > .case-intro-container,
#main > .case-intro > .new-case-intro-container,
#main > .new-computer-pocket > .new-computer-pocket-container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
#main > .new-computer-pocket > .new-computer-pocket-container {
  justify-content: space-between;
}
#main > .case-intro > .new-case-intro-container > div {
  margin-top: 158px;
  margin-left: 40px;
}
#main > .case-intro > .case-intro-container > img {
  width: 100%;
  height: auto;
}
#main > .case-intro > .case-intro-container > div,
#main > .new-computer-pocket > .new-computer-pocket-container > div {
  margin-top: 276px;
  margin-right: 29px;
}
#main > .case-intro > .case-intro-container > div > h3,
#main > .new-computer-pocket > .new-computer-pocket-container > div > h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main > .case-intro > .new-case-intro-container > div > h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main > .case-intro > .new-case-intro-container > div > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 24px;
}
#main > .case-intro > .case-intro-container > div > p,
#main > .new-computer-pocket > .new-computer-pocket-container > div > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 8px;
}

#main > .rich-accessories {
  width: 1200px;
  margin: 0 auto;
  /* margin-top: 80px; */
}
#main > .rich-accessories > h3 {
  /* width: 1200px;
  margin: 0 auto; */
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main > .rich-accessories > ul {
  width: 100%;
  margin-top: 48px;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
#main > .rich-accessories > ul > li {
  width: 33%;
  margin-bottom: 20px;
}
#main > .rich-accessories > .group-4 > li {
  width: 25%;
}
#main > .rich-accessories > .group-3 > li {
  width: 33%;
}
#main > .rich-accessories > ul > li > img {
  width: 180px;
  height: 180px;
}
#main > .rich-accessories > ul > li > .intro {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-top: 8px;
}
#main > .rich-accessories > ul > li > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #828287;
  margin-top: 8px;
}
#main > .rich-accessories > ul > li > .learn-more {
  display: inline-block;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 24px;
  border: 1px solid #63616a;
}
#main > .rich-accessories > ul > li > .learn-more:hover {
  background: #828287;
  color: #fff;
  cursor: pointer;
}
#main > .pi-4b-rich-accessories {
  margin-top: 80px;
  margin-bottom: 16px;
}
#main > .pi-4b-rich-accessories > ul > li {
  margin-bottom: 64px;
}
#main > .video-service {
  position: relative;
  background: url("../../../../img/computersAndMmicrocontrollers/Zero 2/Rectangle 498.png")
    no-repeat;
  background-size: 100% 100%;
  padding: 15.8333vw 19.375vw 4.1667vw 0;
}
#main > .video-service > img {
  width: 100%;
}
#main > .video-service > h3 {
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-align: right;
}
#main > .video-service > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: right;
  letter-spacing: 0.06em;
  color: #ffffff;
}
#main > .video-service > p > .long-section {
  width: 832px;
}

#main > .high-end {
  margin-top: 32px;
  background: url("../../../../img/high-end-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 15.8333vw 18.75vw 4.1667vw 0;
  text-align: right;
}
#main > .high-end > h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main > .high-end > p {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #63616a;
}

#main > .more-function {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
#main > .more-function > h3 {
  width: 1200px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  text-align: center;
}
#main > .more-function > p {
  width: 1200px;
  margin: 0 auto;
  margin-top: 16px;
  font-weight: 400;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0.06em;
  color: #63616a;
  text-align: center;
}
#main > .more-function > img {
  display: block;
  margin: 0 auto;
}
#main > .more-function > .small-font {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 8px;
}
#main > .more-function > .product-compare {
  margin-top: 104px;
  text-align: center;
}
#main > .more-function > .product-compare > h3 {
  width: 1200px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  padding: 0 32px;
}
#main > .more-function > .product-compare > img {
  width: 600px;
  height: 416px;
  margin-top: 64px;
}
#main > .more-function > .r1-plus-mobile-table {
  display: none;
}
#main > .more-function > .product-compare > ul {
  display: flex;
  justify-content: space-between;
  /* padding: 0 612px; */
  width: 670px;
  margin: 0 auto;
  margin-top: 64px;
}
#main > .more-function > .product-compare > ul > li {
  /* width: 144px; */
  width: 24%;
}
#main > .more-function > .product-compare > ul > li > img {
  width: 144px;
  height: 144px;
  /* width: 100%; */
}
#main > .more-function > .product-compare > ul > li > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #f4a524;
  margin-top: 24px;
  text-align: center;
}
#main > .more-function > .product-img {
  text-align: center;
  padding-top: 104px;
}
#main > .more-function > .product-img > h3 {
  width: 1200px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-bottom: 64px;
  padding: 0 32px;
}
#main > .more-function > .product-img > .product-view-title {
  width: 216px;
  /* height: 74px; */
  margin: 0 auto;
  padding: 16px 40px;
  background: #f4a524;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 80px;
}
.swiper-box-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 114px;
}
.swiper-box-wrap > .swiper-container {
  position: initial !important;
  margin-top: 32px;
}
.swiper-box-wrap > .swiper-container .swiper-slide {
  width: 24% !important;
  margin-right: 1.01%;
}
.swiper-box-wrap > .swiper-container .swiper-slide div {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #828287;
  margin-top: 16px;
  text-align: center;
}
.swiper-box-wrap > .swiper-container .swiper-slide img {
  /* width: 288px;
  height: 230px; */
  width: 100%;
}
.swiper-box-wrap > .swiper-container .swiper-button-prev,
.swiper-box-wrap > .swiper-container .swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background-size: auto !important;
  top: 98px !important;
}
.swiper-box-wrap > .swiper-container .swiper-button-prev {
  background-image: url("../../../../img/computersAndMmicrocontrollers/left.png") !important;
  background-size: 50px 50px !important;
  left: 32px !important;
}
.swiper-box-wrap > .swiper-container .swiper-button-next {
  background-image: url("../../../../img/computersAndMmicrocontrollers/right.png") !important;
  background-size: 50px 50px !important;
  right: 32px !important;
}

/*  */
.border-box {
  height: 40px;
  background-color: #f1f1f1;
}
/* 服务与支持页 */
#service-and-support-banner {
  position: relative;
  padding-top: 80px;
  width: 1136px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#service-and-support-banner > img {
  width: 800px;
}
#service-and-support-banner > .download-banner-inner-content > h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#service-and-support-banner > .download-banner-inner-content > .download {
  margin-top: 168px;
}
#service-and-support-banner > .download-banner-inner-content > .download > div {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
#service-and-support-banner
  > .download-banner-inner-content
  > .download
  > div:nth-last-of-type(1) {
  margin-bottom: 0;
}
#service-and-support-banner
  > .download-banner-inner-content
  > .download
  > div
  > .title-icon,
#service-and-support-banner
  > .download-banner-inner-content
  > .download
  > div
  > .download-icon {
  width: 36px;
  height: 36px;
}
#service-and-support-banner
  > .download-banner-inner-content
  > .download
  > div
  > .title-icon:hover {
  cursor: pointer;
}
#service-and-support-banner
  > .download-banner-inner-content
  > .download
  > div
  > span {
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  width: 160px;
  margin-left: 22px;
  margin-right: 58px;
}
#service-and-support-banner
  > .download-banner-inner-content
  > .download
  > div
  > span:hover {
  cursor: pointer;
}

#service-and-support-banner
  > .download-banner-inner-content
  > .download
  > div
  > .download-icon:hover {
  cursor: pointer;
}

.service-and-support {
  width: 1136px;
  margin: 0 auto;
  text-align: center;
}
.service-and-support .downloads {
  text-align: center;
  padding-top: 104px;
  padding-bottom: 80px;
}
.service-and-support .downloads h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.03em;
  color: #1d1e1f;
  margin-bottom: 48px;
}
.service-and-support .downloads > .cpu-type {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #63616a;
  margin-bottom: 24px;
}
.service-and-support .downloads > .cpu-type > span::before,
.service-and-support .downloads > .cpu-type > span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #63616a;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -5px;
}
.service-and-support .downloads > .cpu-type > span::before {
  margin-right: 8px;
}
.service-and-support .downloads > .cpu-type > span::after {
  margin-left: 8px;
}
.service-and-support .downloads ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service-and-support .downloads ul li {
  width: 25%;
  margin-bottom: 42px;
}
.service-and-support .downloads ul li div {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #1d1e1f;
  margin-top: 16px;
  margin-bottom: 20px;
}
.service-and-support .downloads ul li div:hover {
  cursor: pointer;
}
.service-and-support .downloads ul li > img {
  width: 144px;
  /* height: 144px; */
}
.service-and-support .downloads ul li > img:hover {
  cursor: pointer;
}
.service-and-support .downloads ul li span,
.service-and-support .downloads ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  border: 1px solid #f4a524;
  box-sizing: border-box;
  padding: 4px 8px;
  color: #f4a524;
}
.service-and-support .downloads ul li span:hover,
.service-and-support .downloads ul li a:hover {
  background-color: #f4a524;
  cursor: pointer;
  color: #ffffff;
}
.text-center {
  text-align: center !important;
}
.big-yellow {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #f4a524;
}
/* .download-message-box-wrap {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(29, 30, 31, 0.15);
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}
.download-message-box-wrap > .download-message-box {
  position: absolute;
  width: 608px;
  background: #ffffff;
  top: 930px;
  left: 656px;
  z-index: 999;
  padding: 24px 64px 40px 64px;
}
.download-message-box-wrap > .download-message-box > h3 {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.download-message-box-wrap > .download-message-box > div {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.download-message-box-wrap > .download-message-box > div > img {
  width: 80px;
  height: 80px;
}
.download-message-box-wrap > .download-message-box > div > .detail {
  width: 200px;
  margin-left: 26px;
}
.download-message-box-wrap > .download-message-box > div > .detail > .name {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.download-message-box-wrap > .download-message-box > div > .detail > .version {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin: 8px 0;
}
.download-message-box-wrap > .download-message-box > div > .detail > .code {
  width: 200px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 16px;
}
.download-message-box-wrap
  > .download-message-box
  > div
  > .detail
  > .update-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #63616a;
}
.download-message-box-wrap > .download-message-box > div > .go-to-download {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  color: #1d1e1f;
  border: 1px solid #f4a524;
}
.download-message-box-wrap
  > .download-message-box
  > div
  > .go-to-download:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #f4a524;
} */

/* 参数页 */
#parameter-page > .hardware-specification {
  padding-top: 40px;
  padding-bottom: 80px;
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#parameter-page > .hardware-specification h3 {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin: 40px 0;
}
#parameter-page > .hardware-specification table {
  width: 100%;
  border-collapse: collapse;
}
#parameter-page > .hardware-specification table tr td:nth-of-type(1) {
  width: 25%;
  padding: 8px 0;
}
#parameter-page > .hardware-specification table tr td:nth-of-type(2) {
  /* width: 75%; */
  text-align: left;
  padding: 8px 24px;
}
#parameter-page > .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;
}
#parameter-page > .hardware-specification table tr .td-list {
  line-height: 34px;
}
/* 公共类 */
.no-mb {
  margin-bottom: 0 !important;
}
.h80 {
  /* height: 80px; */
  height: 80px;
}
.mb34 {
  margin-bottom: 0.177192px !important;
}
.mb56 {
  /* margin-bottom: 56px; */
  margin-bottom: 56px;
}
.no-padding {
  padding: 0 !important;
}
.m-t-b-80 {
  /* margin: 80px 0; */
  margin: 80px 0 !important;
}
.mt40 {
  /* margin-top: 40px !important; */
  margin-top: 40px !important;
}

/* 公共类 */
.full-width {
  width: 100%;
}
.w0 {
  width: 0;
}
.w800 {
  width: 800px;
}
.w900 {
  width: 900px;
}
.w940 {
  width: 940px;
}
.w970 {
  width: 970px;
}
.w1132 {
  width: 1132px;
}
.w1200 {
  width: 1200px;
}
.w1282 {
  width: 1282px;
}
.h130 {
  height: 130px;
}
.h252 {
  height: 252px;
}
.h260 {
  height: 260px;
}
.h487 {
  height: 487px;
}
.h500 {
  height: 500px;
}
.h522 {
  height: 522px;
}
.h532 {
  height: 532px;
}
.h583 {
  height: 583px;
}
.h596 {
  height: 596px;
}
.h615 {
  height: 615px;
}
.h650 {
  height: 650px;
}
.h623 {
  height: 623px;
}
.h662 {
  height: 662px;
}
.h673 {
  height: 673px;
}
.h690 {
  height: 690px;
}
.h694 {
  height: 694px;
}
.h704 {
  height: 704px;
}
.h721 {
  height: 721px !important;
}
.h737 {
  height: 737px;
}
.h760 {
  height: 760px;
}
.h798 {
  height: 798px;
}
.h800 {
  height: 800px;
}
.h835 {
  height: 835px;
}
.h853 {
  height: 853px;
}
.h891 {
  height: 891px;
}
.h949 {
  height: 949px;
}
.h1159 {
  height: 1159px;
}
.h1192 {
  height: 1192px;
}
.h1680 {
  height: 1680px;
}
.h1856 {
  height: 1856px;
}
.h2000 {
  height: 2000px;
}
.h2481 {
  height: 2481px !important;
}
.h2682 {
  height: 2682px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt48 {
  margin-top: 48px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}

.opacity-5 {
  opacity: 0.5;
}
.t139 {
  top: 139px;
}
.t163 {
  top: 163px;
}
.t195 {
  top: 195px;
}
.t263 {
  top: 263px;
}
.t265 {
  top: 265px;
}
/* AI Stick Lite */
#ai-stick-lite-main > .ai-stick-lite-product-intro {
  padding: 48px 0;
  background: #f1f1f1;
}
#ai-stick-lite-main > .ai-stick-lite-product-intro > h3 {
  width: 1136px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#ai-stick-lite-main > .ai-stick-lite-product-intro > p {
  width: 1136px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 24px;
}
#ai-stick-lite-main > .feature {
  padding: 64px 0 80px 0;
}
#ai-stick-lite-main > .feature > h3 {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#ai-stick-lite-main > .feature > ul {
  width: 1136px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 64px;
}
#ai-stick-lite-main > .feature > ul > li {
  text-align: center;
  width: 19%;
  padding: 40px 24px;
  background: #f1f1f1;
}
#ai-stick-lite-main > .feature > ul > li:nth-last-of-type(1) {
  display: none;
}
#ai-stick-lite-main > .feature > ul > li > img {
  width: 72px;
  height: 72px;
}
#ai-stick-lite-main > .feature > ul > li > p {
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-top: 40px;
}
#ai-stick-lite-main > .platform {
  padding: 64px 0;
  background-color: #f1f1f1;
}
#ai-stick-lite-main > .platform > h3 {
  width: 1136px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#ai-stick-lite-main > .platform > p {
  width: 1136px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 24px;
}
#ai-stick-lite-main > .more-function {
  padding-top: 80px;
}
#ai-stick-lite-main > .more-function > h3 {
  width: 1136px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-bottom: 48px;
}
/* #ai-stick-lite-main > .sence .swiper-button-prev,
#ai-stick-lite-main > .sence .swiper-button-next {
  top: 288px !important;
} */
#ai-stick-lite-main > .development-mode {
  margin-top: 104px;
  text-align: center;
  margin-bottom: 16px;
}
#ai-stick-lite-main > .development-mode > h3 {
  /* width: 1200px; */
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-bottom: 64px;
}
#ai-stick-lite-main > .development-mode > img {
  width: 900px;
  /* height: 650px; */
  display: block;
  margin: 0 auto;
  text-align: center;
  /* padding: 0 500px; */
}
#ai-stick-lite-main > .development-mode > .pic-title {
  display: inline-block;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #f4a524;
  margin-top: 40px;
  width: 340px;
  /* height: 74px; */
  padding: 16px 0;
  margin-bottom: 64px;
}

/* 3 LTS */
#main > .new-icon-intro {
  padding: 20px 360px;
  display: flex;
  align-items: center;
}
#main > .new-icon-intro > img {
  width: 96px;
  height: 96px;
}
#main > .new-icon-intro > div {
  margin-left: 40px;
}
#main > .new-icon-intro > div > h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main > .new-icon-intro > div > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 8px;
}
.border-32 {
  border-top: 32px solid #ffce7e !important;
  border-bottom: 32px solid #ffce7e !important;
}

#main .product-config {
  padding: 80px 0 56px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .product-config .config-item {
  background: #ebf2f5;
  width: 588px;
  height: 681px;
  padding: 40px 50px 40px 49px;

  text-align: center;
  position: relative;
  margin-bottom: 24px;
}
#main .product-config .config-item h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #63616a;
  margin-bottom: 24px;
}
#main .product-config .config-item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #63616a;
}
#main .product-config .config-item span {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

  text-align: center;
  letter-spacing: 0.03em;
  color: #828287;
}
#main .product-config .config-item .icon-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
#main .product-config .config-item .blank-square {
  width: 104px;
  height: 57px;

  background-color: #fff;
  position: absolute;
  left: 242px;
  bottom: 92px;
}
#main .product-config .item1 {
  background: url(../../../../img/computersAndMmicrocontrollers/Group\ 403.png)
    no-repeat;
  background-color: #ebf2f5;
  background-position: 0px 226px;
  background-size: 588px 454px;
}
#main .product-config .item1 > img {
  width: 104px;
  height: 70px;
}
#main .product-config .item1 > .icon-list > img {
  width: 136px;
  height: 136px;
}
#main .product-config .RK3399 > img,
#main .product-config .RK3328 > img,
#main .product-config .h6-soc > img,
#main .product-config .h3-soc > img {
  width: 138px;
  height: 0.729384px;
}
#main .product-config .h3-soc,
#main .product-config .h6-soc,
#main .product-config .RK3399,
#main .product-config .RK3328 {
  background: url(../../../../img/computersAndMmicrocontrollers/Group\ 404.png)
    no-repeat;
  background-color: #ebf2f5;
  /* background-position: 0px 48px; */
  background-position: 0 48px;
  background-size: 588px 632px;
}
#main .product-config .h3-soc .inner-pic-h3,
#main .product-config .h6-soc .inner-pic-h6,
#main .product-config .RK3399 .inner-pic-RK3399,
#main .product-config .RK3328 .inner-pic-RK3328 {
  position: absolute;
  bottom: 126px;
  left: 220px;
}
#main .product-config .item1 .inner-pic {
  position: absolute;
  bottom: 88px;
  left: 242px;
}
#main .product-config .item2 .icon-list .list-item img {
  display: block;
  margin: 0 auto;
  height: 130px;
}
#main .product-config .item2 .icon-list .list-item .ellipse {
  width: 20px;
  height: 20px;
}
#main .product-config .item2 .icon-list .list-item .icon-pic {
  width: 120px;
  height: 120px;
}

#main .product-config .new-item2 {
  padding: 0;
}
#main .product-config .new-item2 > img {
  width: 588px;
  height: 681px;
}
#main .other-pic {
  text-align: center;
}
#main > .more-function > .new-product-compare {
  /* padding-top: 80px; */
  text-align: center;
}
#main > .more-function > .new-product-compare > img {
  width: 1200px;
  height: 1989px;
}
#main > .more-function > .new-pic2 {
  padding-top: 80px;
  text-align: center;
}

#main > .more-function > .new-pic2 > img {
  width: 1200px;
  height: 858px;
}

#main > .more-function > .compare-h3 {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  padding: 16px 0;
  background-color: #f4a524;
}
#main > .more-function > .complex-table-wrap{
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
#main > .more-function > .complex-table-wrap > img{
  width: 100%;
}
#main > .more-function > .complex-table-wrap> .complex-table {
  text-align: left;
  width: 100%;
}
#main > .more-function >.complex-table-wrap> .complex-table tr {
  margin-bottom: 12px;
  width: 100%;
}

#main > .more-function > .complex-table-wrap>.complex-table tr td p,
#main > .more-function > .complex-table-wrap>.complex-table .img-intro-td span {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  padding: 15px 0;
  background-color: #f7f7f7;
}

#main > .more-function >.complex-table-wrap> .complex-table tr td:nth-of-type(2) p,
#main > .more-function > .complex-table-wrap>.complex-table tr td:nth-of-type(3) p {
  padding-left: 36px;
}
#main > .more-function >.complex-table-wrap> .complex-table .img-intro-tr {
  background-color: #f7f7f7;
}

#main > .more-function >.complex-table-wrap> .complex-table .img-intro-td {
  display: flex;
  align-items: center;
  line-height: 34px;
}

#main > .more-function > .complex-table-wrap>.complex-table .img-intro-td > img {
  width: 36px;
}

#main > .more-function > .complex-table-wrap>.complex-table .yellow-bg-font {
  background-color: #f4a524;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

#main > .more-function >.complex-table-wrap> .complex-table .gray-font > td > p {
  color: #afb2b8;
  background-color: #fff;
}
#main > .more-function > .complex-table-wrap>.complex-table .img-intro-td > .icon-small-screen,
#main > .more-function  .mobile-complex-table{
  display: none;
}
#main > .more-function > .pi-zero-middle-screen-table,
#main > .more-function > .pi-zero-small-screen-table{
  display: none;
}
#main > .more-function > .complex-table-wrap> .complex-table .compare-title,
#main > .more-function > .complex-table-wrap> .complex-table .compare-title td p{
  background-color: #f4a524 !important;
  padding: 16px 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.05em;
  color: #1D1E1F;
}
#main > .more-function > .complex-table-wrap> .complex-table .compare-title{
  border-top: 32px solid #fff;
}

/* R1 Plus LTS */
#main > .r1-plus-lts-tips {
  margin-top: 80px;
  background: #f1f1f1;
  padding: 32px 0;
}
#main > .r1-plus-lts-tips > h3 {
  width: 1136px;
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #63616a;
}
#main > .r1-plus-lts-tips > ul {
  width: 1136px;
  margin: 0 auto;
  text-align: left;
  margin-top: 32px;
}
#main > .r1-plus-lts-tips > ul > li {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.06em;
  color: #63616a;
  list-style: disc;
  margin-left: 24px;
}
#main > .price-compare {
  /* padding: 0 360px; */
  width: 1136px;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}
#main > .price-compare > h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main > .price-compare > p {
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-top: 16px;
  margin-bottom: 32px;
}
#main > .price-compare > img {
  /* width: 1200px;
  height: 704px; */
  width: 100%;
}
/* R1 Plus LTS router */
#main .r1-plus-lts-router-product-use {
  padding: 48px 0;
  background-color: #f1f1f1;
}
#main .r1-plus-lts-router-product-use > div {
  /* width: 1136px;
  margin: 0 auto; */
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
}
#main .r1-plus-lts-router-product-use > div > img {
  width: 550px;
}
#main .r1-plus-lts-router-product-use > div > div {
  margin-left: 48px;
  /* width: 566px; */
}
#main .r1-plus-lts-router-product-use > div > div > p {
  /* width: 566px; */
  margin: 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0.06em;
  color: #63616a;
}

/* #main .r1-plus-lts-router-product-use div > img {
  width: 594px;
  height: 371px;
} */

#main .cpu-temperature-test {
  background-color: #f1f1f1;
  padding: 48px 0;
  text-align: center;
}
#main > .cpu-temperature-test > .cpu-temperature-test-content {
  width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
#main .cpu-temperature-test h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main .cpu-temperature-test p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin: 32px 0 24px 0;
}
#main .cpu-temperature-test > .cpu-temperature-test-content > img {
  width: 100%;
}
#main .usb-wifi-test {
  /* height: 494px; */
  /* margin: 80px 360px; */
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  padding: 48px;
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 80px auto;
}
#main .usb-wifi-test > img {
  width: 398px;
  /* height: 398px; */
}
#main .usb-wifi-test div {
  margin-left: 48px;
}
#main .usb-wifi-test div h3 {
  margin-bottom: 56px;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main .usb-wifi-test div p {
  font-weight: 400;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0.06em;
  color: #63616a;
}
#main .interface-port-specification {
  text-align: center;
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
#main .interface-port-specification > img {
  width: 100%;
}
#main .interface-port-specification h3 {
  width: 100%;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.03em;
  padding: 16px 0;
  color: #ffffff;
  background: #f4a524;
  margin: 0 auto;
  margin-bottom: 24px;
}
.service-and-support .downloads > .cpu-type {
  font-weight: 400;

  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #63616a;
  margin-bottom: 24px;
}
.service-and-support .downloads > .cpu-type > span::before,
.service-and-support .downloads > .cpu-type > span::after {
  content: "";
  display: inline-block;

  width: 8px;
  height: 8px;
  background: #63616a;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -5px;
}
.service-and-support .downloads > .cpu-type > span::before {
  margin-right: 8px;
}
.service-and-support .downloads > .cpu-type > span::after {
  margin-left: 8px;
}
.t231 {
  top: 231px !important;
}
.t350 {
  top: 350px !important;
}
.w200 {
  width: 200px !important;
}
.mr0 {
  margin-right: 0 !important;
}
#main .new-module {
  padding: 80px 0;
}
#main .new-module > ul {
  width: calc(100% - 64px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#main .new-module > ul > li {
  display: flex;
  padding: 40px 34px 40px 40px;
  background: #f1f1f1;
  position: relative;
}
#main .new-module > ul > li > img {
  width: 180px;
  height: 180px;
}
#main .new-module > ul > li > div {
  margin-left: 30px;
}
#main .new-module > ul > li > div > .new-module-li-right-top {
  display: flex;
  align-items: center;
}
#main .new-module > ul > li > div > .new-module-li-right-top > img {
  width: 22px;
  height: 22px;
}
#main .new-module > ul > li > div > .new-module-li-right-top > .big-yellow {
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
  letter-spacing: 0.06em;
  color: #f4a524;
  margin-left: 16px;
}
#main .new-module > ul > li > div > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  margin-left: 38px;
  color: #63616a;
  margin-top: 8px;
}
#main .new-module > ul > li > div > .learn-more {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #63616a;
  display: inline-block;
  margin-left: 36px;
  padding: 8px 16px;
  border: 1px solid #63616a;
  position: absolute;
  left: 260px;
  bottom: 40px;
}
#main .new-module > ul > li > div > .learn-more:hover,
#main > .new-module-group-2 > ul > li > div > .learn-more:hover {
  background-color: #63616a;
  color: #ffffff;
}
#main > .new-module-group-2 {
  margin-top: 80px;
  margin-bottom: 24px;
}
#main > .new-module-group-2 > ul {
  width: 1200px;
  margin: 0 auto;
}
#main > .new-module-group-2 > ul > li {
  width: 592px;
  background-color: #f1f1f1;
  padding: 40px 34px 40px 40px;
  display: flex;
}
#main > .new-module-group-2 > ul > li > img {
  width: 180px;
}
#main > .new-module-group-2 > ul > li > div {
  margin-left: 40px;
  position: relative;
}
#main > .new-module-group-2 > ul > li > div > .new-module-group-2-li-right-top {
  display: flex;
  align-items: center;
}
#main
  > .new-module-group-2
  > ul
  > li
  > div
  > .new-module-group-2-li-right-top
  > span {
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
  letter-spacing: 0.06em;
  color: #f4a524;
}
#main
  > .new-module-group-2
  > ul
  > li
  > div
  > .new-module-group-2-li-right-top
  > img {
  margin-right: 15px;
  width: 22px;
  height: 22px;
}
#main > .new-module-group-2 > ul > li > div > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #63616a;
  padding-left: 35px;
  margin-top: 8px;
}
#main > .new-module-group-2 > ul > li > div > .learn-more {
  position: absolute;
  top: 145px;
  left: 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #63616a;
  padding: 8px 16px;
  border: 1px solid #63616a;
}
#main > .plus-2e-new-module-group-2 {
  margin: 80px 0;
}
/*  */
.new-download-message-box-wrap {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(29, 30, 31, 0.15);
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}
.new-download-message-box-wrap > .new-download-message-box {
  position: absolute;
  width: 608px;
  /* height: 1.755384px; */
  background: #ffffff;
  top: 1500px;
  left: 656px;
  z-index: 999;
  padding: 24px 64px 40px 64px;
}
.new-download-message-box-wrap > .new-download-message-box > h3 {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.new-download-message-box-wrap > .new-download-message-box > div {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.new-download-message-box-wrap > .new-download-message-box > div > img {
  width: 80px;
  height: 80px;
}
.new-download-message-box-wrap > .new-download-message-box > div > .detail {
  width: 200px;
  margin-left: 26px;
  /* margin-right: 20px; */
}
.new-download-message-box-wrap
  > .new-download-message-box
  > div
  > .detail
  > .name {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.new-download-message-box-wrap
  > .new-download-message-box
  > div
  > .detail
  > .version {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin: 8px 0;
}
.new-download-message-box-wrap
  > .new-download-message-box
  > div
  > .detail
  > .code {
  width: 200px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 16px;
}
.new-download-message-box-wrap
  > .new-download-message-box
  > div
  > .detail
  > .update-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #63616a;
}
.new-download-message-box-wrap
  > .new-download-message-box
  > div
  > .go-to-download {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  color: #1d1e1f;
  border: 1px solid #f4a524;
}
.new-download-message-box-wrap
  > .new-download-message-box
  > div
  > .go-to-download:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #f4a524;
}

/*  */
.new-download-message-box-wrap1 {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(29, 30, 31, 0.15);
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}
.new-download-message-box-wrap1 > .new-download-message-box1 {
  position: absolute;
  width: 608px;
  /* height: 1.755384px; */
  background: #ffffff;
  top: 270px;
  left: 656px;
  z-index: 999;
  padding: 24px 64px 40px 64px;
}
.new-download-message-box-wrap1 > .new-download-message-box1 > h3 {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.new-download-message-box-wrap1 > .new-download-message-box1 > div {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.new-download-message-box-wrap1 > .new-download-message-box1 > div > img {
  width: 80px;
  height: 80px;
}
.new-download-message-box-wrap1 > .new-download-message-box1 > div > .detail {
  width: 200px;
  margin-left: 26px;
  /* margin-right: 20px; */
}
.new-download-message-box-wrap1
  > .new-download-message-box1
  > div
  > .detail
  > .name {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.new-download-message-box-wrap1
  > .new-download-message-box1
  > div
  > .detail
  > .version {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin: 8px 0;
}
.new-download-message-box-wrap1
  > .new-download-message-box1
  > div
  > .detail
  > .code {
  width: 200px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 16px;
}
.new-download-message-box-wrap1
  > .new-download-message-box1
  > div
  > .detail
  > .update-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #63616a;
}
.new-download-message-box-wrap1
  > .new-download-message-box1
  > div
  > .go-to-download {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  color: #1d1e1f;
  border: 1px solid #f4a524;
}
.new-download-message-box-wrap1
  > .new-download-message-box1
  > div
  > .go-to-download:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #f4a524;
}

#main .new-module1 {
  display: flex;
  align-items: center;
  height: 260px;
  background-color: #f1f1f1;
  width: 1200px;
  margin: 0 auto;
  padding: 40px;
  padding-right: 0;
  position: relative;
}
#main .new-module1 > img {
  width: 180px;
  height: 180px;
}
#main .new-module1 > .learn-more {
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  color: #63616a;
  top: 113px;
  right: 48px;
  border: 1px solid #63616a;
}
#main .new-module1 > .learn-more:hover {
  background-color: #63616a;
  color: #ffffff;
}
#main .new-module1 > div {
  margin-left: 40px;
}
#main .new-module1 > div > .new-module1-top {
  display: flex;
  align-items: center;
}
#main .new-module1 > div > .new-module1-top > img {
  width: 22px;
  height: 22px;
  margin-right: 16px;
}
#main .new-module1 > div > .new-module1-top > span {
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
  /* identical to box height, or 41px */

  letter-spacing: 0.06em;

  color: #f4a524;
}
#main .new-module1 > div > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 8px;
  margin-bottom: 19px;
}

#main .new-module1 > div > ul > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0.06em;
  color: #afb2b8;
  margin-bottom: 16px;
}
#main .new-module1 > div > ul > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
#main .new-module2 {
  width: 917px;
  height: 260px;
  margin: 80px auto;
  padding: 40px;
  padding-right: 0;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #f1f1f1;
}
#main .new-module2 > img {
  width: 180px;
  height: 180px;
}
#main .new-module2 > div {
  margin-left: 40px;
}
#main .new-module2 > div > h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main .new-module2 > div > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #63616a;
  width: 3.005384px;
  margin-top: 8px;
  margin-bottom: 20px;
}
#main .new-module2 > div > .icon-intro {
  display: flex;
  align-items: center;
}
#main .new-module2 > div > .icon-intro > img {
  width: 22px;
  height: 22px;
  margin-right: 16px;
}
#main .new-module2 > div > .icon-intro > span {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height */

  letter-spacing: 0.06em;

  color: #f4a524;
}
#main .new-module2 > div > .small-font {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #afb2b8;
  margin-top: 8px;
}
#main .new-module2 > .learn-more {
  position: absolute;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #63616a;
  border: 1px solid #63616a;
  right: 80px;
  bottom: 40px;
}
#main .new-module2 > .learn-more:hover {
  color: #ffffff;
  background-color: #63616a;
}

/* pi 800 */
#pi-800-banner {
  background: #ffc669;
  /* height: 540px; */
}
#pi-800-banner > .pi-800-banner-inner {
  padding: 100px 0;
  width: calc(100% - 64px);
  margin: 0 auto;
  max-width: 1200px;
  justify-content: space-between;
}
#pi-800-banner > .pi-800-banner-inner > .banner-content {
  margin-top: 24px;
}
#pi-800-banner > .pi-800-banner-inner > .banner-content > h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#pi-800-banner > .pi-800-banner-inner > .banner-content > p {
  font-weight: 290;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-top: 8px;
}
#pi-800-banner > .pi-800-banner-inner > .banner-content > .small-intro {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 24px;
}

.pi-800-intro > p {
  display: none;
}
#main > .pi-800-more-function {
  padding-top: 80px;
}
#main > .pi-800-more-function > div {
  width: calc(100% - 64px);
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
  margin-bottom: 40px;
}
#main > .pi-800-more-function > div > h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main > .pi-800-more-function > div > p {
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #63616a;
  margin: 24px 0;
}
#main > .pi-800-more-function > div > img {
  width: 100%;
}
#main > .pi-800-more-function > .high-definition > h3 {
  font-size: 56px;
  line-height: 95px;
}
#main > .pi-800-more-function > .high-definition > p {
  margin-top: 0;
}
#main > .pi-800-more-function > .high-definition > .circle-group {
  margin: 8px 0;
}
#main > .pi-800-more-function > .high-definition > .circle-group > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 16px;
  background-color: #f4a524;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.pi-5-feature > h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  padding: 48px 0;
  background-color: #ffce7e;
  text-align: center;
}
.pi-5-feature > ul {
  width: 100%;
}
.pi-5-feature > ul > li {
  width: 100%;
  border-bottom: 32px solid #ffce7e;
}
.pi-5-feature > ul > li > .li-content {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.pi-5-feature > ul > li > .li-content > img {
  width: 96px;
  height: 96px;
}
.pi-5-feature > ul > li > .li-content > div {
  margin-left: 43px;
}
.pi-5-feature > ul > li > .li-content > div > p {
  font-weight: 400;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}

.pi-5-feature > ul > li > .li-content > div > .mw473 {
  /* max-width: 473px; */
}
.pi-5-feature > ul > li > .li-content > div > .small-font {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 8px;
}

.multi-channel-output {
  background: #ebf2f5;
  /* width: calc(100% - 64px); */
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  width: 100%;
  /* margin-bottom: 80px; */
  height: 500px;
  position: relative;
}
.multi-channel-output > div {
  position: absolute;
  width: 584px;
  top: 114px;
  left: 32px;
}
.multi-channel-output > div > h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.03em;
  color: #63616a;
}
.multi-channel-output > div > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #63616a;
  margin-top: 24px;
}
.multi-channel-output > img {
  position: absolute;
  right: 32px;
  top: 75px;
}
.mobile-pi-5-mul-output-img {
  display: none;
}

.pi-5-create,
#ai-stick-lite-main > .main-bottom {
  position: relative;
}
.pi-5-create > img,
#ai-stick-lite-main > .main-bottom > img {
  width: 100%;
}
.pi-5-create > .pi-5-create-inner-content,
#ai-stick-lite-main > .main-bottom > p {
  position: absolute;
  width: calc(100% - 64px);
  max-width: 1200px;
  left: 50%;
  text-align: center;
  top: 2.7083vw;
}
#ai-stick-lite-main > .main-bottom > p {
  top: 5.4167vw;
}
.pi-5-create > .pi-5-create-inner-content > p,
#ai-stick-lite-main > .main-bottom > p {
  font-weight: 400;
  font-size: 2.0833vw;
  line-height: 2.7604vw;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.pi-5-create > .pi-5-create-inner-content > .small-font {
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.875vw;
  text-align: center;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 1.6667vw;
}

.product-pinout-diagram {
  padding-top: 0px;
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
}

#main .product-intro > .ul-list > .group-3 > li{
width:33%;
}
#main > .main-top-intro{background: #f1f1f1;}
#main > .main-top-intro > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #63616a;
  padding: 32px 0;
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
}
.product-pinout-diagram > h3 {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 16px 0;
  background-color: #f4a524;
  margin-bottom: 24px;
}
.product-pinout-diagram > img {
  width: 100%;
}

/* 移动端 */
.mobile-top {
  height: 42px;
  background: #f1f1f1;
  margin: 0 auto;
  padding: 0 16px;
}
.mobile-top > .mobile-top-left > span {
  font-weight: 400;
  font-size: 20px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #afb2b8;
  display: inline-block;
  height: 42px;
  text-align: center;
}
.mobile-top > .mobile-top-left > a {
  font-weight: 400;
  font-size: 20px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #afb2b8;
  display: inline-block;
  width: 92px;
  height: 42px;
  text-align: center;
}
.mobile-top > .mobile-top-left > a:hover {
  color: #f4a524;
}
.mobile-top > .mobile-top-left > .mobile-current-product-page {
  color: #f4a524;
  border-bottom: 2px solid #f4a524;
}
.mobile-top > .mobile-top-right {
  width: 107px;
  height: 26px;
  background-color: #fff;
  text-align: center;
}
.mobile-top > .mobile-top-right:hover {
  background-color: #f4a524;
}
.mobile-top > .mobile-top-right:hover > a {
  color: #fff;
}
.mobile-top > .mobile-top-right:hover .icon-shop-car {
  display: none;
}
.mobile-top > .mobile-top-right:hover .icon-shop-car-white {
  display: inline-block;
}
.mobile-top > .mobile-top-right > a {
  color: #f4a524;
}
.mobile-top > .mobile-top-right img {
  width: 24px;
  height: 24px;
  margin: 0 8px;
  margin-top: -3px;
}
.icon-shop-car-white {
  display: none;
}

.mobile-main-top {
  padding: 12px 32px;
  background-color: #f1f1f1;
}
.mobile-main-top > ul > li {
  margin-bottom: 16px;
}
.mobile-main-top > ul > li > img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.mobile-main-top > ul > li > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.mobile-main-top > ul > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
