@import "fonts.css";
@import "base.css";
@import "header-footer.css";
@import "bricks.css";
@import "iconfont.css";
@import "header.css";
@import "footer.css";
@import "carousel.css";
@import "sidebar.css";
@import "card.css";
@import "file-list.css";
@import "home.css";
@import "product.css";
@import "product-detail.css";
@import "product-module.css";
@import "download.css";
@import "about.css";
@import "solution.css";

/*------------------------*/
/* theme colors
/*------------------------*/

:root {
  --textDarker: #1e282d;
  --textDark: rgba(38, 50, 56, 1);
  --textMedium: rgba(38, 50, 56, 0.7);
  --borderMedium: rgba(38, 50, 56, 0.2);
  --borderLight: rgba(38, 50, 56, 0.075);
  --accent: #f4b500;
  --accentDarker: #e6ac00;
  --light: rgba(38, 50, 56, 0.035);
  --mainColor: rgba(45, 153, 121, 1);
}

/*------------------------*/
/* turn grayscale off
/*------------------------*/

img {
  filter: grayscale(0);
}

/*------------------------*/
/* colorize_image
/*------------------------*/

.colorize_image {
  filter: contrast(1) sepia(1) hue-rotate(160deg) grayscale(0.8) !important;
}

/*------------------------*/
/* black_2_textDark
/*------------------------*/

.map::after,
.black_2_textDark {
  filter: contrast(0.7) sepia(1) hue-rotate(160deg) !important;
}

/*------------------------*/
/* black_2_textMedium
/*------------------------*/

.black_2_textMedium {
  filter: contrast(0.3) sepia(0.3) hue-rotate(160deg) brightness(1.4) !important;
}

/*------------------------*/
/* black_2_accent
/*------------------------*/

.black_2_accent {
  filter: contrast(0.11) sepia(1) hue-rotate(340deg) contrast(13) !important;
}

/*------------------------ CSS overrides below ------------------------*/
/* 全局样式 */
@font-face {
  font-family: "AlimamaShuHeiTi";
  src: url("/fonts/AlimamaShuHeiTi-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  font-family: "AlimamaShuHeiTi", sans-serif;
}

.innerbody {
  padding-top: 96px;
  background-color: #eff0f1;
  font-size: 16px;
}

/* header后的第一个section */
header + section:not(.bgimage) {
  padding-top: 6rem !important;
}

section,
section.image.alt {
  padding: 0;
}

footer {
  margin-top: 0;
}

p, ul, ol, blockquote, pre, .box.map, figure, details {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: rgba(230, 230, 230, 1);
  font-family: sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: rgba(38, 38, 38, 1);
  overflow-x: scroll;
}

table thead {
  height: 48px;
  background-color: rgba(247, 248, 250, 1);
}

table thead th {
  border: 1px solid rgba(230, 230, 230, 1);
}

table tbody td {
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(230, 230, 230, 1);
}

table tbody td:first-child {
  min-width: 100px;
}

table .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(51, 51, 51, 1);
}

table .operation {
  display: flex;
  justify-content: center;
  gap: 10px;
  border: none;
}

table .operation a {
  text-decoration: none;
}

table .operation button {
  width: 72px;
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 5px 12px 5px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  background: rgba(45, 153, 121, 0.1);
  color: var(--mainColor);
}

table .operation button .iconfont {
  font-size: 14px;
}

/* banner */
.banner {
  position: relative;
}

 .banner .img {
  width: 100%;
  min-height: 260px;
}

.banner .info {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.banner .info h1 {
  text-align: left;
}

@media (max-width: 950px) {
  .banner .img {
    min-height: 100px;
  }
}

@media (max-width: 600px) {
  .banner .info {
    display: none;
  }
}
/* banner */

/* breadcrumbs */
.breadcrumbs {
  padding-left: var(--contentPadding);
  padding-right: var(--contentPadding);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  background: rgba(35, 35, 35, 0.9);
}

.breadcrumbs > * {
  display: inline-block;
  line-height: 40px;
  height: 40px;
}

.breadcrumbs a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

.breadcrumbs a:last-child {
  color: var(--mainColor);
}

@media (max-width: 750px) {
  .breadcrumbs > * {
    display: inline-block;
    line-height: 50px;
  }
}
/* breadcrumbs */

/* tabs */
.tabs {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
  background-color: #fff;
}

.tabs .active {
  color: var(--mainColor);
  margin-bottom: 0 !important;
  border-bottom: 2px solid var(--mainColor);
}

.tabs div {
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 60px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  cursor: pointer;
}

/* tabs */

/* 分页 */
.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

.pagination button {
  width: 32px;
  height: 32px;
  padding: 0;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-radius: 2px;
  border: 1px solid rgba(217, 217, 217, 1);
  color: rgba(0, 0, 0, 0.85);
  background: rgba(255, 255, 255, 1);
}

.pagination .active {
  color: var(--mainColor);
  border-color: var(--mainColor);
}

/* 分页 */

/* 解决方案 */
.advantage {
  display: flex;
  flex-direction: column;
  padding: 5rem 10rem;
  background-color: #fff;
}

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

.advantage .list > div {
  max-width: 500px;
}

.composition {
  padding: 5rem 10rem;
}

.composition h2 {
  text-align: center;
}

/* 解决方案 */

/* 联系我们 */
.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px var(--contentPadding) !important;
}

.contact .content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  height: auto;
}

.contact .content .left {
  flex: 2;
  display: flex;
  gap: 10px;
  padding: 30px;
  border-radius: 8px;
  background-image: url("https://static.innoctrl.com/images/about/contact_us_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}


.contact .content .left .iconfont {
  font-size: 24px;
  color: var(--mainColor);
}

.contact .content .left .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact .left .info > div:first-child > h4,
.contact .right > h4 {
  padding-top: 0 !important;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
}

.contact .left .info > p,
.contact .right > p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(153, 153, 153, 1);
  text-align: left;
}

.contact .content .left .channels > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
}

.contact .content .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  height: auto;
  border-radius: 8px;
  background-color: #fff;
}

.contact .content .right h2 {
  text-align: center;
}

.contact .content .right img {
  width: 10em;
}

@media (max-width: 1550px) {
  .contact .content .left,
  .contact .content .right {
    padding: 20px;
  }

  .contact .left .info > div:first-child > h4, 
  .contact .right > h4 {
    font-size: 24px;
  }

  .contact .left .info > p,
  .contact .right > p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .contact .content .left,
  .contact .content .right {
    padding: 15px;
  }

  .contact .left .info > div:first-child > h4, 
  .contact .right > h4 {
    font-size: 20px;
  }

  .contact .left .info > p,
  .contact .right > p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1050px) {
  .contact .content {
    flex-direction: column;
    align-items: center;
  }

  .contact .content .left,
  .contact .content .right {
    width: 100%;
    padding: 30px;
  }

  .contact .left .info {
    width:100%;
  }

  .contact .left .info > div:first-child > p,
  .contact .right > p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* 联系我们 */
