@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", "Arial", "微軟正黑體", "LiHei Pro", "黑體-繁", "sans-serif";
  font-style: normal;
  line-height: normal;
}
body{
  padding-top: 0px;
}
ul li {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

header {
  display: flex;
  justify-content: end;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #fff;
}

header div:nth-child(2) {
  margin: 0 20px;
}

.Electronic_container {
  background-image: url(./img/test_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*首屏幕樣式*/
.Electronic_container {
  padding-bottom: 130px;
}

.title_content_container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  padding-top: 80px;
  justify-content: space-evenly;
  align-items: center;
}

.logo_container p {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  color: #00FBAC;
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .logo_container {
    font-size: 38px;
    padding: 30px 20%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .logo_container p {
      font-size: 38px;
  }
}

.subject {
  color: #00FBAC;
  font-size: 128px;
  font-weight: 700;
  display: flex;
  flex-direction: row-reverse;
  margin-right: 60px;
}

.title_bg {
  background-image: url(./img/title_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 265px;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 675px) {
  .title_bg {
    background-image: url(./img/title_bg_mobile.png);
  }
}
.title_content {
  max-width: 660px;
  margin-right: 25px;
  margin-top: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
  width: 90%;
}

@media screen and (max-width: 1140px) {
  .title_content_container {
    padding: 0;
  }
  .subject {
    margin-right: 0;
    justify-content: center;
  }
  .title_bg {
    background-position: center;
  }
  .title_content {
    margin: 0 auto;
    margin-top: 70px;
  }
}

@media screen and (max-width: 992px) {
  .title_content_container {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .subject {
    font-size: 64px;
  }

  /* .subject:nth-child(1) {
    padding-top: 100px;
  } */
  /* .subject:nth-child(2) {
    margin-bottom: 40px;
  } */
}
@media screen and (max-width: 675px) {
  .title_content {
    width: 70%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 568px) {
  .title_content {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 14px;
  }
  .title_bg {
    background-size: contain;
  }
  .title_content_container {
    padding: 0 30px;
    /* padding-top: 80px; */
  }
}
@media screen and (max-width: 500px) {
  .title_content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 450px) {
  .title_bg {
    background-image: url(./img/title_bg_small.png);
  }
}
/*科技策略左邊圈圈樣式*/
.tech_strategy {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 160px;
  padding: 0 50px;
}

@media screen and (max-width: 1140px) {
  .tech_strategy {
    display: none;
  }
}
.tech_strategy_container {
  position: relative;
  height: 800px;
}

.main_circle {
  margin-top: 180px;
}

@keyframes moveCircle {
  0% {
    transform: rotate(0deg) translateX(50px);
  }
  100% {
    transform: rotate(360deg) translateX(50px);
  }
}

@media screen and (max-width: 900px) {
  .sub_circle {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sub_circle {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .sub_circle {
    width: 100px;
    height: 100px;
  }
}
.company_circle1 {
  position: absolute;
  top: 20px;
  left: 80px;
  cursor: pointer;
}

.company_circle1:hover {
  cursor: pointer;
}

.company_circle1 circle{
  fill: transparent;
  transition: fill 0.5s ease;
}

.company_circle1:hover circle{
  fill: #00E784;
}

.company_circle2 {
  position: absolute;
  top: 90px;
  left: 240px;
}

.company_circle2:hover {
  cursor: pointer;
}

.company_circle2 circle{
  fill: transparent;
  transition: fill 0.5s ease;
}

.company_circle2:hover circle{
  fill: #00E784;
}

.company_circle3 {
  position: absolute;
  top: 200px;
  left: 360px;
}

.company_circle3:hover {
  cursor: pointer;
}

.company_circle3 circle{
  fill: transparent;
  transition: fill 0.5s ease;
}

.company_circle3:hover circle{
  fill: #00E784;
}

.company_circle4 {
  position: absolute;
  bottom: 300px;
  left: 360px;
}

.company_circle4:hover {
  cursor: pointer;
}

.company_circle4 circle{
  fill: transparent;
  transition: fill 0.5s ease;
}

.company_circle4:hover circle{
  fill: #00E784;
}

.company_circle5 {
  position: absolute;
  bottom: 200px;
  left: 240px;
}

.company_circle5:hover {
  cursor: pointer;
}

.company_circle5 circle{
  fill: transparent;
  transition: fill 0.5s ease;
}

.company_circle5:hover circle{
  fill: #00E784;
}

.company_circle6 {
  position: absolute;
  bottom: 160px;
  left: 80px;
}

.company_circle6:hover {
  cursor: pointer;
}

.company_circle6 circle{
  fill: transparent;
  transition: fill 0.5s ease;
}

.company_circle6:hover circle{
  fill: #00E784;
}

.content_container {
  max-width: 500px;
}

.original {
  display: block;
}

/*(手機版)科技策略左邊圈圈樣式*/
.company_content {
  max-width: 740px;
  margin: auto 0;
}

.mobile_tech_strategy_content_container {
  display: flex;
}

@media screen and (max-width: 600px) {
  .mobile_tech_strategy_content_container {
    display: block;
  }
}
.mobile_tech_strategy_container {
  display: flex;
  width: 50%;
  justify-content: space-around;
}

@media screen and (max-width: 600px) {
  .mobile_tech_strategy_container {
    display: flex;
    width: 100%;
  }
  .mobile_tech_strategy_container:nth-child(1) {
    margin-bottom: 20px;
  }
}
/*科技策略右邊內容樣式*/
.content_container .main_title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.6px;
}

.content_container .content_bg {
  background-image: url(./img/tech_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 500px;
  height: 525px;
  padding: 30px;
}

.content_container .original_content_bg {
  background-image: url(./img/tech_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 500px;
  height: 525px;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}

.content_container .company_title {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 180%; /* 57.6px */
  letter-spacing: 1.6px;
}

.content_container .subtitle_container:nth-child(2) {
  margin: 40px 0;
}

.content_container .subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 1.2px;
}

.content_container .subtitle_content {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
  position: relative;
}

.subtitle_content_line::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 20px;
  display: block;
  border: 1px solid #00E988;
  width: 80%;
}

/*(手機版)科技策略右邊內容樣式*/
.mobile_tech_strategy .main_title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.6px;
  max-width: 740px;
  margin: 0 auto;
  margin-top: 30px;
}

.mobile_content_container {
  display: flex;
  justify-content: center;
}

.mobile_content_container .mobile_content_bg {
  background-image: url(./img/mobile_tech_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /* height: 100%; */
  padding: 30px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mobile_content_container .original_mobile_content_bg {
  background-image: url(./img/mobile_tech_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 300px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 670px) {
  .mobile_content_container .mobile_content_bg {
    height: 100%;
  }
}
.mobile_company_content {
  display: flex;
  max-width: 740px;
  padding: 0 30px;
}

.subtitle_container:nth-child(2) {
  margin: 0 3%;
}

@media screen and (max-width: 568px) {
  .mobile_company_content {
    display: block;
  }
  .subtitle_container:nth-child(2) {
    margin: 20px 0;
  }
  .mobile_content_container .mobile_content_bg {
    /* padding: 30px 0; */
    padding-top: 20px;
    background-image: url(./img/mobile_tech_vertical_bg.png);
  }
}
@media screen and (max-width: 480px) {
  .mobile_content_container .mobile_content_bg {
    background-image: url(./img/mobile_tech_vertical_small_bg.png);
  }
}
@media screen and (max-width: 500px) {
  .mobile_content_container .original_mobile_content_bg {
    padding: 30px 40px;
  }
}
.mobile_content_bg .company_title {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  /* line-height: 180%; */
  letter-spacing: 1.6px;
  padding: 0 30px;
}

.mobile_content_bg .subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.2px;
}

.original_mobile_content_bg .subtitle_content {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
  position: relative;
}

.mobile_content_bg .subtitle_content {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
  position: relative;
}

/*AI高層有話說樣式*/
.AI_company {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .AI_company {
    margin-top: 100px;
  }
}

.AI_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 818px) {
  .AI_title img {
    display: none;
  }
}
.AI_title_container {
  margin: 0 60px;
}

.AI_container {
  background-image: url(./img/boss_ai_bg.svg);
  background-repeat: no-repeat;
  width: 379px;
  height: 255px;
  position: relative;
}

.AI_boss_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* padding: 0 30px; */
}

@media screen and (max-width: 1200px) {
  .AI_boss_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .AI_boss_container .AI_container:nth-child(2n-1) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 847px) {
  .AI_boss_container .AI_container:nth-child(2n-1) {
    margin-right: 0px;
  }
}
.AI_boss_container .AI_container:nth-child(-n+3) {
  margin-bottom: 30px;
}

@media screen and (max-width: 758px) {
  .AI_boss_container .AI_container:nth-child(n+4):nth-child(-n+6) {
    margin-bottom: 30px;
  }
}
.AI_boss_container:nth-child(2) {
  margin-bottom: 40px;
}

.AI_boss_container:nth-child(3) {
  margin-bottom: 160px;
}

.AI_title_container div:nth-child(1) {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%; /* 57.6px */
  letter-spacing: 1.6px;
}

.AI_title_container div:nth-child(2) {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: 1.2px;
  text-align: center;
}

.ai_boss_content_container1 {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 30px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
}

.ai_boss_content_container2 {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 30px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
}

.ai_boss_content_container3 {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 30px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
}

.ai_boss_content_container4 {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 30px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
}

.ai_boss_content_container5 {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 30px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
}

.ai_boss_content_container6 {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 30px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
}

.boss1:hover .ai_boss_content_container1 {
  opacity: 1;
}

.boss1 img {
  transition: opacity 0.3s ease-in-out;
}

.boss1:hover img {
  opacity: 0;
}

.boss2:hover .ai_boss_content_container2 {
  opacity: 1;
}

.boss2 img {
  transition: opacity 0.3s ease-in-out;
}

.boss2:hover img {
  opacity: 0;
}

.boss3:hover .ai_boss_content_container3 {
  opacity: 1;
}

.boss3 img {
  transition: opacity 0.3s ease-in-out;
}

.boss3:hover img {
  opacity: 0;
}

.boss4:hover .ai_boss_content_container4 {
  opacity: 1;
}

.boss4 img {
  transition: opacity 0.3s ease-in-out;
}

.boss4:hover img {
  opacity: 0;
}

.boss5:hover .ai_boss_content_container5 {
  opacity: 1;
}

.boss5 img {
  transition: opacity 0.3s ease-in-out;
}

.boss5:hover img {
  opacity: 0;
}

.boss6:hover .ai_boss_content_container6 {
  opacity: 1;
}

.boss6 img {
  transition: opacity 0.3s ease-in-out;
}

.boss6:hover img {
  opacity: 0;
}
.boss_content_title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1px;
}

.boss_content_company {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
}

.boss_content {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}

/*車用AI樣式*/
.car_AI {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(./img/car_ai_main_test.png);
  background-repeat: no-repeat;
  background-position: 50% 54%;
  padding: 0 30px;
}

.car_ai_container {
  background-image: url(./img/car_ai_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  height: 75px;
  margin-bottom: 40px;
  padding: 0 30px;
}

.car_ai_content_container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1160px) {
  .car_AI {
    max-width: 1200px;
    margin: 0 auto;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 61%;
    margin-top: 150px;
    padding: 0 30px;
  }
  .car_ai_content_container {
    display: none;
    justify-content: space-between;
  }
}
.car_ai_container div {
  align-items: center;
  display: flex;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%; /* 43.2px */
  letter-spacing: 1.2px;
}

.car_ai_company_content_container1 {
  max-width: 300px;
  padding-top: 20px;
  padding-left: 60px;
}

.car_ai_company_content_container2 {
  max-width: 520px;
  padding-top: 20px;
  padding-left: 210px;
}

.car_ai_company_content_container3 {
  max-width: 330px;
  padding-top: 60px;
  padding-left: 60px;
}

.car_ai_company_content_container4 {
  max-width: 450px;
  padding-top: 60px;
  padding-left: 170px;
}

.car_ai_company_content_container5 {
  max-width: 330px;
  padding-top: 90px;
  padding-left: 60px;
}

.car_ai_company_content_container6 {
  max-width: 530px;
  padding-top: 90px;
  padding-left: 220px;
}

.car_ai_content_container .content1_title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%; /* 57.6px */
  letter-spacing: 1.6px;
}

.car_ai_content_container .content1_company {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
  margin: 12px 0;
}

.car_ai_content_container .content1_company_content {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
}

.car_ai_img_container {
  display: flex;
  justify-content: center;
  width: 100%;
  /* margin-bottom: 30px; */
}

.car_ai_img_container img {
  width: 50%;
}

@media screen and (min-width: 1141px) {
  .car_ai_img_container {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .car_ai_img_container img {
    width: 100%;
  }
}

.car_ai_container_1 {
  background-image: url(./img/car_ai_content_bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 550px;
  height: 355px;
}

.car_ai_container_2 {
  background-image: url(./img/car_ai_content_bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 550px;
  height: 355px;
}

.car_ai_container_3 {
  background-image: url(./img/car_ai_content_bg3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 480px;
  height: 355px;
  background-position: left;
}

.car_ai_container_4 {
  background-image: url(./img/car_ai_content_bg4.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 480px;
  height: 355px;
  background-position: right;
}

.car_ai_container_5 {
  background-image: url(./img/car_ai_content_bg5.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 550px;
  height: 355px;
}

.car_ai_container_6 {
  background-image: url(./img/car_ai_content_bg6.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 550px;
  height: 355px;
}

/*(手機版)車用AI內容樣式*/
.mobile_car_AI {
  display: none;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1160px) {
  .mobile_car_AI {
    display: flex;
  }
}
.mobile_car_AI .car_ai_content_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1160px) {
  .mobile_car_AI .car_ai_content_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .car_ai_content_container > div:nth-child(2n-1) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 804px) {
  .car_ai_content_container > div:nth-child(2n-1) {
    margin-right: 0;
  }
  .car_ai_content_container > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .car_ai_content_container > div:last-child {
    margin-bottom: 0;
  }
}
.car_ai_container div {
  align-items: center;
  display: flex;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%; /* 43.2px */
  letter-spacing: 1.2px;
}

.mobile_car_ai_company_content_container1 {
  max-width: 387px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 30px;
  width: 370px;
}

.mobile_car_ai_company_content_container2 {
  width: 387px;
  max-width: 387px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 30px;
  width: 370px;
}

.mobile_car_ai_company_content_container3 {
  max-width: 387px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 30px;
  width: 370px;
}

.mobile_car_ai_company_content_container4 {
  max-width: 387px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 30px;
  width: 370px;
}

.mobile_car_ai_company_content_container5 {
  max-width: 387px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 30px;
  width: 370px;
}

.mobile_car_ai_company_content_container6 {
  max-width: 387px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 30px;
  width: 370px;
}

.car_ai_content_container .content1_title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%; /* 57.6px */
  letter-spacing: 1.6px;
}

.car_ai_content_container .content1_company {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
  margin: 12px 0;
}

.car_ai_content_container .content1_company_content {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
}

/* .car_ai_img_container {
  display: flex;
  justify-content: center;
} */
.mobile_car_AI_car_ai_container_1 {
  background-image: url(./img/mobile_car_ai_content_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 290px;
  margin-bottom: 60px;
}

.mobile_car_AI_car_ai_container_2 {
  background-image: url(./img/mobile_car_ai_content_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 290px;
  margin-bottom: 60px;
}

.mobile_car_AI_car_ai_container_3 {
  background-image: url(./img/mobile_car_ai_content_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 290px;
  margin-bottom: 60px;
}

.mobile_car_AI_car_ai_container_4 {
  background-image: url(./img/mobile_car_ai_content_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 290px;
  margin-bottom: 60px;
}

.mobile_car_AI_car_ai_container_5 {
  background-image: url(./img/mobile_car_ai_content_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 290px;
  margin-bottom: 60px;
}

.mobile_car_AI_car_ai_container_6 {
  background-image: url(./img/mobile_car_ai_content_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 290px;
  margin-bottom: 60px;
}

/*手機版*/
.mobile_tech_strategy {
  display: block;
  margin-top: 120px;
  margin-bottom: 100px;
  padding: 0 40px;
}

@media screen and (min-width: 1141px) {
  .mobile_tech_strategy {
    display: none;
  }
}
.foxconn {
  display: none;
}

.pegatron {
  display: none;
}

.compal {
  display: none;
}

.quanta {
  display: none;
}

.wistron {
  display: none;
}

.inventec {
  display: none;
}

.m_foxconn {
  display: none;
}

.m_pegatron {
  display: none;
}

.m_compal {
  display: none;
}

.m_quanta {
  display: none;
}

.m_wistron {
  display: none;
}

.m_inventec {
  display: none;
}

/*報導*/
.news_AI_all_pdcontainer {
  padding: 0 60px;
}

@media screen and (max-width: 568px) {
  .news_AI_all_pdcontainer {
    padding: 0 30px;
  }
}

.news_AI_all_container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px;
  border: 3px solid #00E885;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 150px;
}

@media screen and (max-width: 568px) {
  .news_AI_all_container {
    margin-top: 100px;
  }
}

.news_title {
  color: #00E784;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 768px) {
  .news_title {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .news_title {
    font-size: 24px;
  }
}


.news_AI_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-hover-wrapper {
  display: table;
  position: relative;
  width: calc(33.33% - 40px); /* 設定子元素的寬度為父元素的1/3 */
  margin-bottom: 20px; /* 底邊距，可以根據需要調整 */
}
@media (max-width: 1200px) {
  .news-hover-wrapper {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .news-hover-wrapper {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .news-hover-wrapper:hover .news-hover-frame {
    visibility: visible;
    opacity: 1;
    text-decoration: none;
  }
}
.news-hover-wrapper .link {
  display: block;
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  padding: 18px 0;
  padding-bottom: 0;
}
.news-hover-wrapper .news-hover-frame {
  display: none;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: opacity 400ms;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .news-hover-wrapper .news-hover-frame {
    display: flex;
    width: 500px;
    opacity: 0;
    visibility: hidden;
  }
}
.news-hover-wrapper .news-hover-frame .img-wrapper {
  width: 180px;
  position: relative;
}
.news-hover-wrapper .news-hover-frame .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-hover-wrapper .news-hover-frame .content-wrapper {
  width: 320px;
  padding: 18px 25px;
  background: #FFFFFF;
}
.news-hover-wrapper .news-hover-frame .content-wrapper .news-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.news-hover-wrapper .news-hover-frame .content-wrapper .abstract {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}/*# sourceMappingURL=style.css.map */

.contact-us {
  width: 100%;
  background: var(--footer-background-color);
  box-sizing: border-box;
  padding: 60px 35px;
  text-align: center;
  border-top: var(--footer-border);
  position: relative;
  background: #0B0B46;
}

.about-digitimes {
  width: 100%;
  background: var(--footer-background-color);
  border-top: var(--footer-border);
  position: relative;
  background: #0B0B46;
}