.ql-common * {
  font-family: 'QualcommNext', Arial, Sans-Serif;
}
.ql-common .top {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 6rem;
}
.ql-common .top h3 {
  font-size: 2.5rem;
  line-height: 1.25;
  color: #000;
  margin-bottom: 1rem;
  /* font-weight: 600; */
}
.ql-common.productlisttop .top h3 {
  font-weight: bolder;
}
.ql-common .top p {
  color: #677283;
  font-size: 1.8rem;
  line-height: 1.5;
}
.ql-common .t1 {
  font-size: 2.2rem;
  line-height: 1.2;
  /* font-weight: 600; */
  color: #000;
  text-align: center;
}
.ql-common .category .column-box {
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 0px;
  height: 100%;
}
.ql-common .category .column-box h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2rem;
}
.ql-common .category .column-box .pic {
  margin-bottom: 2rem;
}
.ql-common .category .column-box .pic img {
  width: 200px;
  height: 200px;
}
.ql-common .category .column-box .text {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #677283;
}
.ql-common .category .column-box a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #004da0 !important;
}
.ql-common .category .column-box a div {
  display: inline-block;
  transition: all 0.3s linear;
}
.ql-common .category .column-box a:hover div {
  transform: translateX(5px);
}
.ql-common .bg-products {
  background-color: #f6f8fa;
}
.ql-common .bg-products .box {
  position: relative;
  transition: box-shadow 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 15px;
}
.ql-common .bg-products .box:hover {
  box-shadow: rgb(233 236 239 / 80%) 0px 8px 16px;
}
.ql-common .bg-products .box .pic {
  margin-bottom: 1.5rem;
}
.ql-common .bg-products .box .pic img {
  width: auto;
  height: 150px;
}
.ql-common .bg-products .box .text {
  padding-left: 0rem;
  width: 100%;
}
.ql-common .bg-products .box .text h3 {
  color: #004da0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 1rem;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ql-common .bg-products .box .text p {
  color: #677283;
  font-size: 1.8rem;
  line-height: 2.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.ql-common .top-info .pic img {
  width: 200px;
  height: 200px;
}

.ql-common .topShadow {
  box-shadow: rgb(74 90 117 / 24%) 0px 4px 32px 0px;
}
.ql-common .top-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 3rem 0;
}
.ql-common .top-info .left {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
}
.ql-common .top-info .left .pic {
  display: flex;
}
.ql-common .top-info .left h3 {
  font-size: 3rem;
  font-weight: bolder;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  line-height: normal;
}
.ql-common .top-info .left p {
  text-align: center;
}
.ql-common .top-info .right a {
  -webkit-box-align: center;
  color: #004da0;
  -webkit-box-pack: center;
  line-height: 1;
  width: auto;
  padding: 16px 48px;
  transition: background-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s, color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s, border-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  border-radius: 50px;
  display: inline-block;
  fill: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  border: 1px solid transparent;
  background-color: #004da0;
  font-size: 1.5rem;
}
.ql-common .top-info .right a:hover {
  background-color: #004da0;
  color: #fff !important;
}
.ql-common .ql-desc {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
.ql-common .ql-desc h2 {
  font-weight: bolder;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000;
}
.ql-common .ql-desc p {
  color: #677283;
  font-size: 1.8rem;
  line-height: 3.5rem;
}
.ql-common .features li {
  list-style: disc;
  color: #677283;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-left: 30px;
  margin-bottom: 2rem;
}
.ql-common .features h1, .ql-common .specifications h1 {
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d3d9de;
  font-size: 3rem;
  font-weight: bolder;
  color: #000;
}
.ql-common .sublist img {
  width: 140px;
  height: 140px;
}
.ql-common .sublist h3 {
  font-weight: bolder;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #292f32;
}
.ql-common .sublist p {
  color: #677283;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.ql-common .bigpic h3 {
  font-weight: bolder;
  text-align: center;
  font-size: 2rem;
}
.ql-common .specifications p {
  font-size: 1.8rem !important;
}
/* .inner_nav {
  display: none;
} */
.ql-common .doc {
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: rgb(233 236 239 / 50%) 0px 0px 8px, rgb(233 236 239 / 50%) 0px 4px 8px;
  letter-spacing: 0.5px;
}
.ql-common .doc .doc-top, .ql-common .doc .doc-bot a {
  padding: 32px 24px;
  display: block;
  font-size: 2rem;
}
.ql-common .doc .doc-top {
  color: #000;
  font-weight: bolder;
  border-bottom: 1px solid rgb(233 236 239 / 50%);
}
.ql-common .doc .doc-bot a {
  color: #004da0 !important;
}

.ql-common.caselist .sublist img {
  width: auto;
  height: auto;
}
.ql-common h3 {
  font-weight: 600;
}
.ql-common .bg {
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* width: 100%; */
  /* background-color: rgb(74, 90, 117); */
  color: rgb(255, 255, 255);
  overflow: hidden;
  /* padding: 196px 36px; */
  background-size: contain;
  align-items: center;
}
.ql-common .btn a {
  border-radius: 50px;
  color: #fff;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 24px 48px;
  font-size: 28px;
  transition: all 0.3s;
  font-weight: 600;
}
.ql-common .btn a:hover {
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff !important;
}
.ql-common .bg h1 {
  font-size: 3rem;
  margin-bottom: 24px;
  line-height: 1.125;
  font-weight: 600;
}
.ql-common .bg h2 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  line-height: 1.125;
  font-weight: 600;
}
.ql-common .bg span {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  letter-spacing: 8px;
}
.ql-common .bg p {
  font-size: 1.8rem;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .ql-common.caselist .top h3 {
    font-size: 34px;
  }
  .ql-common.caselist .top p {
    font-size: 18px;
  }
  .ql-common .page_cell {
    max-width: 1680px;
    padding-left: 130px;
    padding-right: 130px;
    width: auto;
  }
  .ql-common .top {
    width: 65%;
  }
  .ql-common .top h3 {
    font-size: 2.5rem;
    line-height: 1.125;
    margin-bottom: 24px;
  }
  .ql-common .top p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  .ql-common .category .column-box h3 {
    font-size: 1.2rem;
  }
  .ql-common .category .column-box .pic {
    margin-bottom: 1rem;
  }
  .ql-common .category .column-box .pic img {
    width: 100px;
    height: 100px;
  }
  .ql-common .category .column-box .text {
    font-size: 0.98rem;
    line-height: 1.6rem;
  }
  .ql-common .category .column-box a {
    font-size: 1rem;
  }
  .ql-common .bg-products .box .text h3 {
    color: #004da0;
    font-size: 1.2rem;
  }
  .ql-common .bg-products .box .text p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .ql-common .top-info {
    flex-direction: unset !important;
  }
  .ql-common .top-info .left {
    flex-direction: unset !important;
    margin-bottom: 0;
  }
  .ql-common .top-info .left h3 {
    margin-left: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
    text-align: left;
  }
  .ql-common .top-info .right a {
    font-size: 1rem;
  }
  .ql-common .top-info .pic img {
    width: 100px;
    height: 100px;
  }
  .ql-common .features ul {
    padding-left: 20px;
  }
  
  .ql-common .bigpic {
    background-color: #fff;
    box-shadow: rgb(74 90 117 / 1%) 0px 0px 75px 0px, rgb(74 90 117 / 10%) 0px 19px 75px 0px, rgb(246 248 250) 0px 1px 1px 0px inset, rgb(212 220 226) 0px -1px 1px 0px inset;
  }
  .ql-common .ql-desc h2 {
    font-size: 1.5rem;
  }
  .ql-common .ql-desc p {
    font-size: 1rem;
    line-height: 2rem;
  }
  
  .ql-common .sublist h3 {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 1.5px;
  }
  .ql-common .sublist p {
    font-size: 0.98rem;
    line-height: 1.6rem;
    letter-spacing: 0.5px;
  }
  .ql-common .bigpic h3 {
    font-size: 1.2rem;
  }
  .ql-common .features h1, .ql-common .specifications h1 {
    font-size: 1.5rem;
    padding-bottom: 2rem;
  }
  .ql-common .features li {
    font-size: 1rem;
    line-height: 2rem;
    margin-left: 0;
    margin-bottom: 0;
  }
  .ql-common .specifications p {
    font-size: 1rem !important;
  }
  .ql-common .doc .doc-top, .ql-common .doc .doc-bot a {
    padding: 16px 24px;
    display: block;
    font-size: 1rem;
  }
  .ql-common .sublist img {
    width: 80px;
    height: 80px;
  }
  .ql-common .bg-products .box .pic img {
    width: auto;
    height: 100px;
  }
  .ql-common .bg-products .box .text {
    padding-left: 0rem;
  }
  
  .ql-common .bg {
    padding: 192px 130px;
  }
  .ql-common .btn {
    justify-content: flex-start;
  }
  .ql-common .bg h1 {
    font-size: 42px;
  }
  .ql-common .bg h2 {
    font-size: 36px;
  }
  .ql-common .bg p {
    font-size: 20px;
  }
  .ql-common .btn a {
    padding: 8px 48px;
    font-size: 16px;
  }
}
/* @media screen and (min-width: 992px) {
  .ql-common .top h3 {
    font-size: 48px;
    line-height: 1.125;
    margin-bottom: 24px;
  }
} */
.footer {
  height: auto;
}
/* .nav_page {
  display: none;
} */
/* .inner_nav {
  display: none;
} */