@charset "UTF-8";
#g_wrap {
  padding-bottom: 0;
}

.banner img {
  width: 100%;
}

.banner-img-m {
  display: none;
}

.landing_wrap {
  width: 100%;
  color: #FFF;
  background: #1A1A1A;
}

.s_tab_1 {
  width: 80%;
  max-width: 800x;
  margin: 0 auto;
  float: none;
}

.s_tab_1 a {
  color: #FFF;
  padding: 15px 10px;
  font-size: 16px;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

.landing_h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin: 50px 0;
  text-align: center;
  letter-spacing: 1px;
}

.landing_article {
  width: 90%;
  max-width: 1140px;
  padding: 0px 0px 0px 0px;
  margin: 40px auto;
  height: auto;
  display: block;
}

.landing_article p {
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 0 3%;
  text-align: justify;
  letter-spacing: 1px;
}

.landing_box {
  width: 90%;
  max-width: 1140px;
  padding: 0 20px 45px 20px;
  margin: 0 auto;
  height: auto;
  display: block;
}

.landing_title {
  font-size: 1.7rem;
  color: #A6CE39;
  font-weight: bold;
  margin: 20px 0 10px;
  text-align: center;
}

.landing_bg1 {
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.landing_bg1 h2 {
  font-size: 2rem;
  color: #A6CE39;
  font-weight: bold;
  margin: 20px 0 10px;
}

.landing_bg1 h3 {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0px 0 20px;
}

.landing_bg1 p {
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  margin: 0 auto;
}

.bg-icon {
  width: 50px;
  display: block;
  margin: 50px auto 0 !important;
  -webkit-animation: moveDown 3s ease-in-out infinite;
          animation: moveDown 3s ease-in-out infinite;
  /* 每次动画2秒钟，以匀速缓慢开始和结束，无限循环 */
}

.bg-icon2 {
  -webkit-animation: moveDown2 3s ease-in-out infinite;
          animation: moveDown2 3s ease-in-out infinite;
}

@-webkit-keyframes moveDown {
  0%, 100% {
    opacity: 0;
    /* 开始和结束时透明度为0 */
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 向下移动10像素 */
  }
  50% {
    opacity: 1;
    /* 中间时透明度为1 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 回到原始位置 */
  }
}

@keyframes moveDown {
  0%, 100% {
    opacity: 0;
    /* 开始和结束时透明度为0 */
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 向下移动10像素 */
  }
  50% {
    opacity: 1;
    /* 中间时透明度为1 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 回到原始位置 */
  }
}

@-webkit-keyframes moveDown2 {
  0%, 100% {
    opacity: 0;
    /* 开始和结束时透明度为0 */
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 向下移动10像素 */
  }
  50% {
    opacity: 1;
    /* 中间时透明度为1 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 回到原始位置 */
  }
}

@keyframes moveDown2 {
  0%, 100% {
    opacity: 0;
    /* 开始和结束时透明度为0 */
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* 向下移动10像素 */
  }
  50% {
    opacity: 1;
    /* 中间时透明度为1 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 回到原始位置 */
  }
}

.landing_bg2 {
  background: url(https://www.aetina.com/wp-content/uploads/2025/07/Jetson Thor_landing page_html/img/BG2.png) no-repeat bottom 100px center;
  padding: 60px 20px;
  background-size: cover;
}

.landing_bg2 h3 {
  text-align: center;
  font-size: 1rem;
}

.bg2-box::before {
  top: 0;
  left: 0;
  background-position: top left;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.bg2-box::after {
  top: 0;
  right: 0;
  background-position: top right;
}

.bg2-box-wrap {
  margin-top: 50px;
}

.bg2-box-wrap::before {
  bottom: 0;
  right: 0;
  background-position: bottom right;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}

.bg2-box-wrap::after {
  bottom: 0;
  left: 0;
  background-position: bottom left;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bg2-box {
  padding: 50px 50px 30px;
  background: rgba(0, 0, 0, 0.548);
}

.bg2-box-wrap, .bg2-box {
  position: relative;
}

.bg2-box-wrap::before, .bg2-box-wrap::after, .bg2-box::before, .bg2-box::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(https://www.aetina.com/wp-content/uploads/2024/04/AI Accelerator %26 GPU _PCIe_html/img/icon_BG.svg);
  background-repeat: no-repeat;
}

.bg2-box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg2-box .flex-box .img_box {
  width: 30%;
  margin-right: 5%;
}

.bg2-box .flex-box .img_box h1 {
  font-size: 1.6rem;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}

.bg2-box .flex-box .img_box h1 span {
  font-size: 1.1rem;
  font-weight: 400;
}

.bg2-box .flex-box .img_box h2 {
  text-align: center;
  font-size: 1rem;
}

.bg2-box .flex-box .img_box img {
  width: 100%;
}

.bg2-box .flex-box .text {
  width: 65%;
  margin-left: 2%;
}

.bg2-box .flex-box ul {
  margin-bottom: 30px;
}

.bg2-box .flex-box li {
  margin: 15px 0 !important;
  list-style: none;
}

.bg2-box .flex-box li p {
  padding: 10px 0 0 30px;
}

.bg2-box .flex-box .title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #A6CE39;
  padding-left: 30px;
  position: relative;
}

.bg2-box .flex-box .title::before {
  content: '';
  position: absolute;
  background: url(https://www.aetina.com/wp-content/uploads/2025/07/Jetson Thor_landing page_html/img/icon_1.svg) no-repeat center center/contain;
  width: 25px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
}

.bg2-box .flex-box .list {
  font-size: 1rem;
  width: 100%;
  padding-left: 20px;
}

.bg2-box .flex-box .list li {
  list-style: disc;
}

.bg2-btn {
  margin-top: 100px;
}

.bg2-btn .img {
  width: 65%;
  margin: 0 auto 20px;
}

.bg2-btn .img img {
  width: 100%;
}

.bg2-btn p {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

.bg2-btn .a-btn {
  display: block;
  margin: 30px auto 0;
  width: 50%;
}

.bg2-btn .a-btn img {
  width: 100%;
}

.bg2-btn .ck_zone a::before {
  display: none !important;
}

.jp .bg2-box .flex-box .img_box h1 {
  font-size: 1.3rem;
}

.ch .bg2-btn .img, .cn .bg2-btn .img, .jp .bg2-btn .img {
  width: 50%;
  margin-bottom: 50px;
}

.zoom-animation img {
  -webkit-animation: zoomInOut 2s infinite;
          animation: zoomInOut 2s infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  /* 從中心縮放 */
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 原始大小 */
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* 放大到 1.1 倍 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 縮回原始大小 */
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 原始大小 */
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* 放大到 1.1 倍 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 縮回原始大小 */
  }
}

.landing_bg3 {
  background: url(https://www.aetina.com/wp-content/uploads/2025/07/Jetson Thor_landing page_html/img/BG3.png) no-repeat bottom center;
  padding: 30px 20px 100px;
  background-size: cover;
  position: relative;
}

.landing_bg3 p {
  padding: 0 30px;
  line-height: 1.7;
  text-align: center;
  font-size: 1.2rem;
}

.landing_bg3 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0 100px;
}

.landing_bg3 .flex_box li {
  width: 40%;
  margin: 0 5%;
  list-style: none;
}

.landing_bg3 .flex_box p {
  text-align: left;
  padding: 0;
  padding-left: 50px;
}

.landing_bg3 .title {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}

.landing_bg3 .title::before {
  content: '';
  position: absolute;
  background: url(https://www.aetina.com/wp-content/uploads/2025/07/Jetson Thor_landing page_html/img/icon_2.svg) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0px;
  top: -5px;
}

.landing_bg3 .num {
  font-size: 5.5rem;
  font-weight: bold;
  color: #D5E495;
  padding-left: 50px;
}

.landing_bg3 .num span {
  font-size: 3.5rem;
}

.landing_bg3 .border {
  width: 90%;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px dashed #FFF;
}

.landing_bg4 {
  background-color: #2c3c43;
  padding: 80px 20px;
}

.list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list {
  width: calc(( 100% - 60px ) /3);
  margin: 0 10px 50px !important;
  list-style: none !important;
}

.list img {
  width: 100%;
}

.list p {
  text-align: center;
  font-size: 1.1rem;
  margin: 10px 0;
}

.landing_bg5 {
  padding: 80px 20px;
  background-image: linear-gradient(135deg, #677B85 0%, #2C3C43 65%, #1A1A1A 100%);
}

.landing_bg5 .btn_box {
  margin-top: 50px;
}

.Thor_spec_wrap {
  padding-top: 40px;
}

.Thor_spec_wrap .box {
  padding: 50px 50px 80px;
  background: rgba(0, 0, 0, 0.5);
}

.Thor_spec_wrap .box_wrap, .Thor_spec_wrap .box {
  position: relative;
}

.Thor_spec_wrap .box_wrap::before, .Thor_spec_wrap .box_wrap::after, .Thor_spec_wrap .box::before, .Thor_spec_wrap .box::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(https://www.aetina.com/wp-content/uploads/2024/04/AI Accelerator %26 GPU _PCIe_html/img/icon_BG.svg);
  background-repeat: no-repeat;
}

.Thor_spec_wrap .box::before {
  top: 0;
  left: 0;
  background-position: top left;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.Thor_spec_wrap .box::after {
  top: 0;
  right: 0;
  background-position: top right;
}

.Thor_spec_wrap .box_wrap::before {
  bottom: 0;
  right: 0;
  background-position: bottom right;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}

.Thor_spec_wrap .box_wrap::after {
  bottom: 0;
  left: 0;
  background-position: bottom left;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.Thor_spec_wrap .Spec_form {
  width: 100%;
  font-size: 1rem;
}

.Thor_spec_wrap .Spec_form tr {
  border-bottom: 1px solid #858585;
}

.Thor_spec_wrap .Spec_form tr:first-child {
  font-weight: bold;
  font-size: 1.1rem;
}

.Thor_spec_wrap .Spec_form td {
  padding: 15px 10px;
}

.Thor_spec_wrap .Spec_form .col_head {
  font-weight: bold;
}

.form_wrap {
  height: auto;
  padding-bottom: 0 !important;
}

.btn_box {
  width: 80%;
  margin: 0 auto;
  max-width: 300px;
}

.btn {
  display: block;
  margin: 0 auto;
  background: #A6CE39;
  text-align: center;
  color: #FFF !important;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #A6CE39;
  letter-spacing: 1px;
}

.btn:hover {
  background: transparent;
  border: 1px solid #A6CE39;
  color: #A6CE39 !important;
}

.btn_border {
  color: #A6CE39;
  background: transparent;
}

.btn_border:hover {
  background: #A6CE39;
  border: 1px solid #A6CE39;
  color: #FFF;
}

.ck_zone a::before {
  display: none !important;
}

.ch h1, .ch h2, .ch h3, .ch h4, .ch p, .ch .landing_title, .cn h1, .cn h2, .cn h3, .cn h4, .cn p, .cn .landing_title, .jp h1, .jp h2, .jp h3, .jp h4, .jp p, .jp .landing_title {
  letter-spacing: 1px;
}

@media screen and (max-width: 1080px) {
  .bg2-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bg2-flex-box .img_box {
    width: 60%;
    margin: 0 auto 30px;
  }
  .bg2-flex-box .text {
    width: 90%;
    margin: 0 auto;
  }
  .bg4-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bg4-flex-box .text {
    width: 100%;
    margin: 0 auto 30px;
  }
  .bg4-flex-box > .icon {
    display: none;
  }
  .bg4-flex-box .img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .landing_box {
    width: 100%;
    padding: 0 0px 45px 0px;
  }
  .landing_bg4 .title {
    margin-bottom: 20px;
  }
  .landing_article p {
    text-align: left;
  }
  .landing_bg1 p {
    width: 90%;
  }
  .landing_bg2 {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 650px) {
  .banner-img-pc {
    display: none;
  }
  .banner-img-m {
    display: block;
  }
  .landing_title {
    font-size: 1.6rem;
  }
  .s_tab_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }
  .s_tab_1 li {
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s_tab_1 li a {
    display: block;
    width: 100%;
  }
  .landing_bg1 {
    padding: 30px 20px 20px;
  }
  .landing_bg2 {
    padding: 30px 20px 0;
  }
  .bg2-box .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bg2-box .flex-box .img_box {
    width: 90%;
    margin: 0 auto;
  }
  .bg2-box .flex-box .text {
    width: 100%;
  }
  .bg2-btn .img {
    width: 90%;
  }
  .bg2-btn .a-btn {
    max-width: 400px;
    width: 80%;
  }
  .ch .bg2-btn .img, .cn .bg2-btn .img, .jp .bg2-btn .img {
    width: 90%;
  }
  .landing_bg3 {
    padding: 10px 20px 30px;
  }
  .landing_bg3 .line_box {
    margin: 30px auto 0;
    width: 90%;
  }
  .landing_bg3 .line_box p {
    padding: 0 10px;
  }
  .landing_bg3 .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .landing_bg3 .flex_box li {
    width: 100%;
    margin: 0 0 50px;
  }
  .landing_bg3 .num {
    line-height: 1;
  }
  .landing_bg4 {
    padding: 30px 20px 20px;
  }
  .list_box {
    width: 100%;
    margin: 50px 0 0;
  }
  .list_box .list {
    width: 90%;
    margin: 0 auto 10%;
  }
  .landing_bg5 {
    padding: 30px 20px;
  }
  .Thor_spec_wrap {
    padding-top: 30px;
  }
  .Thor_spec_wrap .box {
    padding: 30px 20px 60px;
  }
  .Thor_spec_wrap .Spec_form td {
    padding: 10px 5px;
  }
}

.g_container .w1140 {
  display: none;
}
/*# sourceMappingURL=Thor.css.map */