﻿@charset "UTF-8";
img {
  max-width: 100%;
}

.systemTop {
  text-align: center;
  background-color: white;
  width: 100%;
}

.system-fixedTop {
  position: fixed;
  padding: 15px;
}

.systemGuide {
  color: #2E2E2A;
  font-size: 18px;
  cursor: pointer;
  line-height: 28px;
}

.systemFlex {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}

.systemIntro {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  background-color: white;
  padding: 20px 30px;
  margin-bottom: 10px;
}

.systemIntro:hover {
  border-color: #707070;
}

.systemIcon {
  width: 47px;
  height: 47px;
}

.systemName {
  color: #3D6098;
  font-weight: bold;
  font-size: 20px;
  display: inline;
  padding: 0 10px;
}

.systemName span {
  font-size: 13px;
}

.systemDes {
  color: #707070;
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0;
  word-break: break-word;
}

.versionLine {
  display: flex;
  justify-content: space-between;
}

.singleVersion, .appVersion, .webVersion {
  color: #979797;
  font-size: 15px;
  display: inline;
  padding-left: 5px;
}

.systemCheck {
  border: 1.5px solid #2E2E2A;
  border-radius: 20px;
  padding: 5px 15px;
  background-color: white;
  transition-duration: 0.5s;
  text-wrap: nowrap;
}

.systemCheck:hover {
  background-color: #2E2E2A;
  color: white;
}

.specialContent {
  line-height: 35px;
  font-size: 18px;
  color: #2E2E2A;
}

.specialTitle {
  line-height: 40px;
  font-size: 20px;
  color: #3D6098;
  font-weight: bold;
}

.viewAll {
  color: #3D6098;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  float: right;
  padding-top: 15px;
}

.recommendArea {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0;
}

.imgMin {
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.imgMin:hover {
  filter: brightness(70%);
}

.zoominIcon {
  position: absolute;
  top: 75%;
  left: 50%;
  font-size: 18px;
  opacity: 0;
  color: white;
}

.imgMin:hover + i {
  top: 50%;
  transition-duration: 0.5s;
  opacity: 1;
}

.systemInfo {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 15px;
}

.infoTitle {
  font-weight: bold;
  font-size: 20px;
  color: #2E2E2A;
  text-align: center;
}

.infoContent {
  font-size: 16px;
  line-height: 28px;
  color: #707070;
}
.infoContent li p {
  font-size: 15px;
}

.infoLink {
  color: #3D6098;
  text-decoration: underline;
  font-size: 14px;
}

.infoLink:visited {
  color: #CA271E;
}

.infoHint {
  font-size: 15px;
  color: #707070;
  line-height: 25px;
}

.infoRemark {
  background-color: #F8F8F8;
  padding: 10px;
  font-size: 15px;
  line-height: 25px;
}

.titleVersion {
  color: #3D6098;
}

.systemCarousel img {
  max-width: 65%;
  width: 300px;
  margin: 0 auto;
}
.systemCarousel .carousel-caption {
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  position: relative;
}
.systemCarousel h5 {
  font-weight: bold;
  color: #3D6098;
  font-size: 30px;
  text-align: center;
}
.systemCarousel p {
  background-color: #3D6098;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  margin: 0;
}

.carouselBtn {
  padding: 5px 15px;
  border: 2px solid white;
  border-radius: 20px;
  color: white;
  margin: 0 10px;
  background-color: #3D6098;
  font-size: 15px;
}

.carouselBtn:hover {
  color: #3D6098;
  background-color: white;
}

.controlArrow {
  font-size: 40px;
  color: #3D6098;
}

.productCard .card-header {
  font-size: 18px;
  font-weight: bold;
  color: #3D6098;
}
.productCard .card {
  height: 100%;
}
.productCard p {
  line-height: 25px;
  font-size: 16px;
  color: #707070;
}

.iqsmartContact {
  font-size: 16px;
  line-height: 28px;
  border-radius: 5px;
  border: 2px dashed #DDDDDD;
  padding: 10px;
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.officeTitleTopDot {
  background-color: #3D6098;
  width: 4px;
  height: 7px;
  margin: 0 auto 5px auto;
}

.officeTitleTop {
  background-color: #3D6098;
  width: 4px;
  height: 50px;
  margin: 0 auto;
}

/*/820px以下的畫面*/
@media (max-width: 820px) {
  .recommendArea {
    width: 100%;
  }
}
/*768px以下的畫面*/
@media (max-width: 768px) {
  .systemGuide {
    font-size: 15px;
  }
  .specialContent {
    line-height: 30px;
    font-size: 15px;
  }
  .systemCarousel img {
    max-width: 100%;
  }
  .systemCarousel p {
    font-size: 16px;
    line-height: 28px;
  }
  .systemCarousel h5 {
    font-size: 25px;
  }
  .carousel-caption {
    position: initial;
  }
  .controlArrow {
    font-size: 20px;
    color: #3D6098;
  }
  .carouselBtn {
    display: none;
  }
  .iqsmartContact {
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .systemCheck {
    display: block;
    width: 100%;
    height: 35px;
  }
  .systemIntro {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.fontSize20 {
  font-size: 20px;
}

.fontSize40 {
  font-size: 40px;
}

.fontSize50 {
  font-size: 50px;
}

/*新版首頁樣式*/
.topbg {
  background-image: url("../home/indexbg.png");
  background-attachment: fixed;
  background-size: cover;
  animation: fadein 3s ease;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.topContent {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ismsCard {
  position: absolute;
  top: 45px;
  right: 0;
  background-color: white;
  padding: 20px;
  max-width: 398px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.ismsCard .title {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
}
.ismsCard p {
  color: #707070;
  font-size: 18px;
  line-height: 28px;
}

.eventTitle {
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
}
.eventTitle span {
  width: 120px;
  height: 4px;
  background-color: #212529;
  display: inline-block;
  margin-bottom: 15px;
}

.experienceSection {
  position: relative;
  padding-bottom: 130px;
  padding-top: 50px;
}

.specialSection {
  position: absolute;
  bottom: -60px;
}

@media (max-width: 1280px) {
  .ismsCard {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .topContent {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ismsCard {
    position: relative;
    top: 0;
    right: 0;
  }
}
/*960px以下的畫面*/
@media (max-width: 960px) {
  .systemCheck {
    padding: 3px;
    min-width: 30px;
    border: 1px solid #2E2E2A;
    padding-right: 2px;
  }
}
.topPosition {
  position: relative;
  height: 280px;
}

.h3Title {
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}

.pageTopImg {
  max-width: 590px;
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translate(-50%);
}

.orangeBgNumber {
  background-color: #FFAA00;
  border-radius: 5px;
  font-size: 26px;
  font-weight: bold;
  color: white;
  width: 50px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.describeTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
}

.describeContent {
  font-size: 18px;
  line-height: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.officeTitleTopSpace {
  margin-top: 40px;
  margin-bottom: 30px;
}

.eventIcon {
  max-width: 80px;
}

.darkBg {
  background-color: #3D6098;
}

.carouseArea {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.carousel-indicators {
  padding-left: 0;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
}
.carousel-indicators li {
  flex: 0 1 auto;
  width: auto;
  height: auto;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: inherit;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 1;
  transition: opacity 0.6s ease;
  color: #3D6098;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 18px;
}
.carousel-indicators .carouselItem img {
  max-width: 100%;
}
.carousel-indicators .carouselItem.active {
  background-color: #EEF6FF;
  border-bottom: 5px solid #4BB1F5;
  font-weight: bold;
}

.Office {
  background-color: #f4ebab;
  border-radius: 8px;
  font-size: 25px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .topPosition {
    height: 140px;
  }
  .pageTopImg {
    max-width: 300px;
    bottom: -70px;
  }
  .carouseArea {
    max-width: 100%;
  }
}
.fontSize14 {
  font-size: 14px;
}

.fontSize16 {
  font-size: 16px;
}

.fontSize18 {
  font-size: 18px;
}
