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

#if_container {
  margin-top: 0 !important;
}

.banner img {
  width: 100%;
}

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

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_box {
  width: 90%;
  max-width: 1140px;
  padding: 0 20px 45px 20px;
  margin: 0 auto;
  height: auto;
  display: block;
}

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

.landing_bg {
  padding: 80px 20px;
}

.landing_bg p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 auto;
}

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

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

.landing_bg1 p {
  width: 100%;
}

.bg-icon {
  width: 50px;
  display: block;
  margin: 50px auto 0;
  -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-color: #2C3C43;
}

.landing_bg2 p {
  margin-top: 30px;
}

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

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

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

.bg2-flex-box .text_box {
  width: 40%;
  margin-left: 2%;
}

.bg2-flex-box .box_wrap, .bg2-flex-box .box {
  position: relative;
}

.bg2-flex-box .box_wrap::before, .bg2-flex-box .box_wrap::after, .bg2-flex-box .box::before, .bg2-flex-box .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-flex-box .box {
  padding: 30px 20px 50px;
  background: rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

.bg2-flex-box li {
  list-style: disc;
  font-size: 1rem;
  margin: 20px 0;
}

.landing_bg3 {
  background-color: #677B85;
}

.product_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_wrap .box {
  width: 45%;
  margin: 0 2.5%;
}

.product_wrap .title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}

.product_wrap .img img {
  width: 100%;
}

.product_wrap .text {
  width: 80%;
  margin: 0 auto;
}

.product_wrap p {
  margin: 10px 0;
  position: relative;
  padding-left: 30px;
}

.product_wrap p::before {
  content: '';
  width: 20px;
  height: 35px;
  background: url(https://www.aetina.com/wp-content/uploads/2025/01/Qualcomm landing page/img/icon_orange.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: -5px;
}

.product_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  text-align: center;
}

.product_point li {
  width: 25%;
  padding: 0 25px;
  border-right: 2px solid #FFFFFF4a;
}

.product_point li:last-child {
  border-right: none;
}

.product_point h4 {
  color: #A6CE39;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 30px;
  min-height: 85px;
}

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

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

.list {
  width: 45%;
  margin: 0 2.5% 8%;
}

.list:nth-child(3), .list:nth-child(4) {
  margin-bottom: 0;
}

.list img {
  width: 100%;
}

.list h4 {
  color: #A6CE39;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 20px 0 10px;
  text-align: center;
}

.line_box {
  width: 85%;
  text-align: center;
  padding: 30px 0;
  margin: 50px auto 0;
  border-top: 1px solid #677B85;
  border-bottom: 1px solid #677B85;
  color: #D5E495;
}

.Powered {
  text-align: center;
  padding: 10vh 0 0;
}

.Powered a {
  color: #A6CE39;
  text-decoration: underline;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.Powered a:hover {
  opacity: .8;
}

.btn_box {
  width: 80%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  display: inline-block;
  margin: 0 auto;
  background: #A6CE39;
  text-align: center;
  color: #FFF;
  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;
}

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

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

.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;
}

.ch .product_point h4, .cn .product_point h4 {
  min-height: 55px;
}

@media screen and (max-width: 960px) {
  .landing_box {
    width: 100%;
    padding: 0 0px 45px 0px;
  }
}

@media screen and (max-width: 650px) {
  .landing_bg {
    padding: 50px 20px;
  }
  .landing_title {
    font-size: 1.6rem;
  }
  .bg-icon {
    margin: 30px auto 0;
  }
  .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_bg2 .landing_box {
    padding-bottom: 0;
  }
  .bg2-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bg2-flex-box .img_box {
    width: 100%;
  }
  .bg2-flex-box .text_box {
    width: 100%;
    margin: 30px 0 0;
  }
  .product_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_wrap .box {
    width: 90%;
    margin: 0 auto 30px;
  }
  .product_wrap .text {
    width: 100%;
  }
  .product_point {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_point li {
    width: 50%;
    margin-bottom: 50px;
  }
  .product_point li:nth-child(2n) {
    border-right: none;
  }
  .product_point li:nth-child(3), .product_point li:nth-child(4) {
    margin-bottom: 0;
  }
  .list_box {
    width: 100%;
    margin: 50px 0 0;
  }
  .list_box .list {
    width: 90%;
    margin: 0 auto 10%;
  }
  .list_box .list:last-child {
    margin-bottom: 0;
  }
}

.g_container .w1140 {
  display: none;
}

#if_right_side.wide {
  margin-bottom: 0 !important;
}

.sloution_inquiry {
  background-color: #2C3C43;
}

.sloution_inquiry .box h3 {
  color: #FFF;
}
/*# sourceMappingURL=Qualcomm.css.map */