@import url('./iconfont.css');

/* 定义字体 */
@font-face {
  font-family: 'MyPingFang';
  src: url('../../fonts/PingFang Bold.ttf') format('truetype');
  font-display: swap;
}

body {
  font-family: 'MyPingFang';
}

strong {
  font-family: 'PingFang SC Bold';
  font-weight: bold !important;
}

:root {
  --color: #426fd6;
}

img {
  display: inline-block;
}
.container-wrap__rich * {
  color: #000 !important;
}

table {
  margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
}

table td,
table th {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
}

.container-detail__rich img {
  display: inline-block;
}

.container-detail__rich ol,
.container-detail__rich ul {
  padding-left: 40px !important;
}

.container-detail__rich ol ul {
  padding-left: 40px !important;
}

.container-detail__rich ul > li {
  list-style: disc !important;
}

ol > li {
  list-style: decimal !important;
}

ol > li ul > li {
  list-style: circle !important;
  font-size: 20px;
}

table td,
table th {
  border: 1px solid #e5e5e5;
  padding: 6px 16px;
}

thead tr {
  background: #f7f7f7;
}

.container-detail h2 {
  font-size: 22px !important;
  margin: 20px 0 !important;
}

.container-detail a {
  font-weight: bold;
  color: #3498db;
}
.container-detail p {
  font-size: 20px;
  word-break: break-word;
  line-height: 1.6;
}
.container-detail p img {
  margin: 20px 0;
}
.container-detail strong {
  font-size: 20px !important;
}
img {
  height: auto;
}

.aixdb-color-theme {
  color: var(--color, #333) !important;
}

.aixdb-lg-theme {
  background-image: linear-gradient(to right, var(--color, #000), #fff) !important;
}

.aixdb-bg-theme,
.aixdb-forged-theme::after,
.aixdb-forged-theme::before,
.aixdb-forged-theme > li::before,
.aixdb-lg-theme,
.aixdb-forged-theme::after,
.aixdb-forged-theme::before,
.aixdb-forged-theme > li::before {
  background-color: var(--color, #666) !important;
}

.aixdb-border-theme,
.aixdb-table-border.aixdb-border-theme > tbody > tr > td,
.aixdb-table-rules.aixdb-border-theme > tbody > tr > td {
  border-color: var(--color, #ccc) !important;
}

.aixdb-white {
  color: #fff !important;
}

.aixdb-bg-white,
.aixdb-forged-white::after,
.aixdb-forged-white::before,
.aixdb-forged-white > li::before {
  background-color: #fff !important;
}

.aixdb-border-white,
.aixdb-table-border.aixdb-border-white > tbody > tr > td,
.aixdb-table-rules.aixdb-border-white > tbody > tr > td {
  border-color: #fff !important;
}

.aixdb-red {
  color: #ee2c2d !important;
}

.aixdb-red-light {
  color: #e00 !important;
}

.aixdb-lg-red {
  background-image: linear-gradient(to right, #ee2c2d, #fff);
}

.aixdb-lg-red-light {
  background-image: linear-gradient(to right, #e00, #fff) !important;
}

.aixdb-bg-red,
.aixdb-forged-red::after,
.aixdb-forged-red::before,
.aixdb-forged-red > li::before {
  background-color: #ee2c2d !important;
}

.aixdb-bg-red-light,
.aixdb-forged-red-light::after,
.aixdb-forged-red-light::before,
.aixdb-forged-red-light > li::before {
  background-color: #e00 !important;
}

.aixdb-border-red,
.aixdb-table-border.aixdb-border-red > tbody > tr > td,
.aixdb-table-rules.aixdb-border-red > tbody > tr > td {
  border-color: #ee2c2d !important;
}

.aixdb-border-red-light,
.aixdb-table-border.aixdb-border-red-light > tbody > tr > td,
.aixdb-table-rules.aixdb-border-red-light > tbody > tr > td {
  border-color: #e00 !important;
}

.aixdb-yellow {
  color: #fcb026 !important;
}

.aixdb-yellow-light {
  color: #f1a824 !important;
}

.aixdb-lg-yellow {
  background-image: linear-gradient(to right, #fcb026, #fff) !important;
}

.aixdb-lg-yellow-light {
  background-image: linear-gradient(to right, #f1a824, #fff) !important;
}

.aixdb-bg-yellow,
.aixdb-forged-yellow::after,
.aixdb-forged-yellow::before,
.aixdb-forged-yellow > li::before {
  background-color: #fcb026 !important;
}

.aixdb-bg-yellow-light,
.aixdb-forged-yellow-light::after,
.aixdb-forged-yellow-light::before,
.aixdb-forged-yellow-light > li::before {
  background-color: #f1a824 !important;
}

.aixdb-border-yellow,
.aixdb-table-border.aixdb-border-yellow > tbody > tr > td,
.aixdb-table-rules.aixdb-border-yellow > tbody > tr > td {
  border-color: #fcb026 !important;
}

.aixdb-border-yellow-light,
.aixdb-table-border.aixdb-border-yellow-light > tbody > tr > td,
.aixdb-table-rules.aixdb-border-yellow-light > tbody > tr > td {
  border-color: #f1a824 !important;
}

.aixdb-border-blue,
.aixdb-table-border.aixdb-border-blue > tbody > tr > td,
.aixdb-table-rules.aixdb-border-blue > tbody > tr > td {
  border-color: #217fe1 !important;
}

.aixdb-border-blue-light,
.aixdb-table-border.aixdb-border-blue-light > tbody > tr > td,
.aixdb-table-rules.aixdb-border-blue-light > tbody > tr > td {
  border-color: #1f9bed !important;
}

.aixdb-bg-blue,
.aixdb-forged-blue::after,
.aixdb-forged-blue::before,
.aixdb-forged-blue > li::before {
  background-color: #217fe1 !important;
}

.aixdb-bg-blue-light,
.aixdb-forged-blue-light::after,
.aixdb-forged-blue-light::before,
.aixdb-forged-blue-light > li::before {
  background-color: #1f9bed !important;
}

.aixdb-lg-cyanblue {
  background-image: linear-gradient(to right, #1f94c7, #fff) !important;
}

.aixdb-lg-cyanblue-light {
  background-image: linear-gradient(to right, #4ca9d2, #fff) !important;
}

.aixdb-lg-blue {
  background-image: linear-gradient(to right, #217fe1, #fff) !important;
}

.aixdb-lg-blue-light {
  background-image: linear-gradient(to right, #1f9bed, #fff) !important;
}

.aixdb-green {
  color: #2cb740 !important;
}

.aixdb-green-light {
  color: #28cd3f !important;
}

.aixdb-lg-green {
  background-image: linear-gradient(to right, #2cb740, #fff) !important;
}

.aixdb-lg-green-light {
  background-image: linear-gradient(to right, #28cd3f, #fff) !important;
}

.aixdb-bg-green,
.aixdb-forged-green::after,
.aixdb-forged-green::before,
.aixdb-forged-green > li::before {
  background-color: #2cb740 !important;
}

.aixdb-bg-green-light,
.aixdb-forged-green-light::after,
.aixdb-forged-green-light::before,
.aixdb-forged-green-light > li::before {
  background-color: #28cd3f !important;
}

.aixdb-border-green,
.aixdb-table-border.aixdb-border-green > tbody > tr > td,
.aixdb-table-rules.aixdb-border-green > tbody > tr > td {
  border-color: #2cb740 !important;
}

.aixdb-border-green-light,
.aixdb-table-border.aixdb-border-green-light > tbody > tr > td,
.aixdb-table-rules.aixdb-border-green-light > tbody > tr > td {
  border-color: #28cd3f !important;
}

.aixdb-black {
  color: #111 !important;
}

.aixdb-black-light {
  color: #555 !important;
}

.aixdb-lg-black {
  background-image: linear-gradient(to right, #111, #fff) !important;
}

.aixdb-lg-black-light {
  background-image: linear-gradient(to right, #666, #fff) !important;
}

.aixdb-bg-black,
.aixdb-forged-black::after,
.aixdb-forged-black::before,
.aixdb-forged-black > li::before {
  background-color: #111 !important;
}

.aixdb-bg-black-light,
.aixdb-forged-black-light::after,
.aixdb-forged-black-light::before,
.aixdb-forged-black-light > li::before {
  background-color: #555 !important;
}

.aixdb-border-black,
.aixdb-table-border.aixdb-border-black > tbody > tr > td,
.aixdb-table-rules.aixdb-border-black > tbody > tr > td {
  border-color: #111 !important;
}

.aixdb-border-black-light,
.aixdb-table-border.aixdb-border-black-light > tbody > tr > td,
.aixdb-table-rules.aixdb-border-black-light > tbody > tr > td {
  border-color: #555 !important;
}

.aixdb-blue {
  color: #217fe1 !important;
}

.aixdb-lg-blue {
  background-image: linear-gradient(to right, #217fe1, #fff) !important;
}

.aixdb-bg-blue,
.aixdb-forged-blue::after,
.aixdb-forged-blue::before,
.aixdb-forged-blue > li::before {
  background-color: #217fe1 !important;
}

.aixdb-bg-darkblue,
.aixdb-forged-darkblue::after,
.aixdb-forged-darkblue::before,
.aixdb-forged-darkblue > li::before {
  background-color: #013299 !important;
}

.aixdb-border-blue,
.aixdb-table-border.aixdb-border-blue > tbody > tr > td,
.aixdb-table-rules.aixdb-border-blue > tbody > tr > td {
  border-color: #217fe1 !important;
}

.aixdb-flex {
  display: flex;
  flex-wrap: wrap;
}

.aixdb-flex-row-reverse {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.aixdb-flex-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.aixdb-flex-column-reverse {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.aixdb-flex-ai-c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.aixdb-flex-ai-fs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.aixdb-flex-ai-fe {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.aixdb-flex-jc-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.aixdb-flex-jc-sb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-flex-jc-sa {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.aixdb-flex-jc-fe {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.aixdb-flex-jc-fs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.aixdb-flex-jc-ai-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.aixdb-flex-jc-ai-sb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.aixdb-flex-item2 {
  width: 49%;
  margin: 10px 0px;
}

.aixdb-flex-item3 {
  width: 32%;
  margin: 10px 0px;
}

.aixdb-flex-item4 {
  width: 24%;
  margin: 10px 0px;
}

.aixdb-flex-item5 {
  width: 19%;
  margin: 10px 0px;
}

.aixdb-flex-item-auto {
  flex: 1;
  margin: 10px 0px;
}

.aixdb-flex-item-10 {
  width: 10%;
  margin: 10px 0px;
}

.aixdb-flex-item-20 {
  width: 20%;
  margin: 10px 0px;
}

.aixdb-flex-item-30 {
  width: 30%;
  margin: 10px 0px;
}

.aixdb-flex-item-40 {
  width: 40%;
  margin: 10px 0px;
}

.aixdb-flex-item-50 {
  width: 50%;
  margin: 10px 0px;
}

.aixdb-flex-item-60 {
  width: 60%;
  margin: 10px 0px;
}

.aixdb-flex-item-70 {
  width: 70%;
  margin: 10px 0px;
}

.aixdb-flex-item-80 {
  width: 80%;
  margin: 10px 0px;
}

.aixdb-flex-item-90 {
  width: 90%;
  margin: 10px 0px;
}

.aixdb-flex-item-100 {
  width: 100%;
  margin: 10px 0px;
}

.aixdb-text-align-c {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .aixdb-text-align-c {
    flex-direction: column;
  }

  .aixdb-text-align-c > .aixdb-flex-item2 {
    width: 100% !important;
  }
}

.aixdb-text-align-l {
  text-align: left;
}

.aixdb-text-align-r {
  text-align: right;
}

.aixdb-padding-left1 {
  padding-left: 1%;
  box-sizing: border-box;
}

.aixdb-padding-left2 {
  padding-left: 2%;
  box-sizing: border-box;
}

.aixdb-padding-left3 {
  padding-left: 3%;
  box-sizing: border-box;
}

.aixdb-padding-left4 {
  padding-left: 4%;
  box-sizing: border-box;
}

.aixdb-padding-left5 {
  padding-left: 5%;
  box-sizing: border-box;
}

.aixdb-padding-right1 {
  padding-right: 1%;
  box-sizing: border-box;
}

.aixdb-padding-right2 {
  padding-right: 2%;
  box-sizing: border-box;
}

.aixdb-padding-right3 {
  padding-right: 3%;
  box-sizing: border-box;
}

.aixdb-padding-right4 {
  padding-right: 4%;
  box-sizing: border-box;
}

.aixdb-padding-right5 {
  padding-right: 5%;
  box-sizing: border-box;
}

.aixdb-list-disc-customize {
  padding-left: 0;
}

.aixdb-list-disc-customize,
.aixdb-list-disc-customize > li {
  list-style-type: none;
}

.aixdb-list-disc-customize > li {
  padding-left: 16px;
  position: relative;
}

.aixdb-list-disc-customize > li::before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  left: 1px;
  top: 8px;
}

.aixdb-list-decimal,
.aixdb-list-disc {
  padding-left: 20px;
}

.aixdb-list-disc,
.aixdb-list-disc > li {
  list-style-type: disc;
}

.aixdb-list-decimal,
.aixdb-list-decimal > li {
  list-style-type: decimal;
}

.aixdb-clearfix {
  zoom: 1;
}

.aixdb-clearfix::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.aixdb-item-title {
  margin: 6px 0;
}

.aixdb-item-img {
  overflow: hidden;
}

.aixdb-item-img img {
  display: block;
  margin: 0 auto;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.aixdb-position-title > .aixdb-flex-item {
  position: relative;
}

.aixdb-position-title > div > .aixdb-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 6px 0px;
}

.aixdb-scale .aixdb-item-img img {
  transition: all 0.3s;
}

.aixdb-scale .aixdb-flex-item:hover .aixdb-item-img img {
  transform: scale(1.2);
}

.aixdb-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

.aixdb-table > tbody > tr > td {
  padding: 6px 8px;
  border: none;
}

.aixdb-table-frame-box > tbody > tr > td,
.aixdb-table-frame-hsides > tbody > tr > td,
.aixdb-table-frame-vsides > tbody > tr > td,
.aixdb-table-rules > tbody > tr > td {
  border: none;
}

.aixdb-table-container {
  overflow-x: auto;
}

.aixdb-table-border {
  border-top: 1px solid #ccc;
  border-left: 0.5px solid #ccc;
}

.aixdb-table-border > tbody > tr > td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.aixdb-table-topbg > tbody > tr:not(:first-child) {
  background-color: #fff;
  font-weight: 400;
}

.aixdb-table-leftbg,
.aixdb-table-topLeftbg,
.aixdb-table-topbg {
  font-weight: 600;
}

.aixdb-table-leftbg > tbody > tr > td:not(:first-child) {
  background-color: #fff;
  font-weight: 400;
}

.aixdb-table-topLeftbg > tbody > tr:nth-child(n + 2) > td:not(:first-child) {
  background-color: #fff;
  font-weight: 400;
}

.aixdb-table-tr-even > tbody > tr:nth-child(even) {
  background-color: #fff;
}

.aixdb-table-tr-odd > tbody > tr:nth-child(odd) {
  background-color: #fff;
}

.aixdb-table-td-even > tbody > tr > td:nth-child(even) {
  background-color: #fff;
}

.aixdb-table-td-odd > tbody > tr > td:nth-child(odd) {
  background-color: #fff;
}

.aixdb-table-rules-rows > tbody > tr:not(:last-child) > td {
  border-bottom: 1px solid #ccc;
}

.aixdb-table-rules-cols > tbody > tr > td:not(:last-child) {
  border-right: 1px solid #ccc;
}

.aixdb-table-rules-all > tbody > tr > td:not(:last-child),
.aixdb-table-rules-all > tbody > tr > td:first-of-type {
  border-right: 1px solid #ccc;
}

.aixdb-table-rules-all > tbody > tr:not(:last-child) > td {
  border-bottom: 1px solid #ccc;
}

.aixdb-table-frame-box {
  border: 1px solid #ccc;
}

.aixdb-table-frame-hsides {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.aixdb-table-frame-vsides {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.aixdb-border-radius {
  border-radius: 8px;
}

.aixdb-border-radius > tbody > tr:first-child > td:first-child {
  border-top-left-radius: 8px;
}

.aixdb-border-radius > tbody > tr:first-child > td:last-child {
  border-top-right-radius: 8px;
}

.aixdb-border-radius > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 8px;
}

.aixdb-border-radius > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 8px;
}

.aixdb-flex-list > .aixdb-flex-item {
  border-radius: 4px;
  transition: box-shadow 0.2s;
  overflow: hidden;
}

.aixdb-flex-list > .aixdb-flex-item:hover {
  box-shadow: 0 0 10px #ccc;
}

.aixdb-flex-list > .aixdb-flex-item:nth-of-type(1) > .aixdb-flex-t {
  background-color: #01edfe;
}

.aixdb-flex-list > .aixdb-flex-item:nth-of-type(2) > .aixdb-flex-t {
  background-color: #0191ff;
}

.aixdb-flex-list > .aixdb-flex-item:nth-of-type(3) > .aixdb-flex-t {
  background-color: #01d5b8;
}

.aixdb-flex-list > .aixdb-flex-item:nth-of-type(4) > .aixdb-flex-t {
  background-color: #00d471;
}

.aixdb-flex-list > div > .aixdb-flex-t > p {
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8% 0;
}

.aixdb-flex-list > div > .aixdb-flex-b {
  background-color: #fff;
  padding: 10% 10px;
  border: 1px solid #eee;
}

.aixdb-flex-b-text {
  font-size: 16px;
  color: #555;
  margin-top: 6px;
}

.aixdb-flex-curcle > .aixdb-flex-item:nth-of-type(1) > .aixdb-curcle-w {
  background-color: #ee2c2d;
}

.aixdb-flex-curcle > .aixdb-flex-item:nth-of-type(2) > .aixdb-curcle-w {
  background-color: #2cb740;
}

.aixdb-flex-curcle > .aixdb-flex-item:nth-of-type(3) > .aixdb-curcle-w {
  background-color: #217fe1;
}

.aixdb-flex-curcle > .aixdb-flex-item:nth-of-type(4) > .aixdb-curcle-w {
  background-color: #fcb026;
}

.aixdb-curcle-w {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #eee;
  border-radius: 50%;
  position: relative;
  border: 1px solid #ccc;
}

.aixdb-curcle-n {
  position: absolute;
  width: 60%;
  height: 60%;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ccc;
  transition: box-shadow 0.2s;
  margin: 0px;
}

.aixdb-curcle-w:hover > .aixdb-curcle-n {
  box-shadow: 0 0 10px #666;
}

.aixdb-template-box-title {
  font-size: 24px;
  text-align: center;
  color: #0c48a7;
  margin: 20px 0;
  text-transform: capitalize;
}

.aixdb-template-box-title > strong {
  display: inline-block;
  margin: 0 10px;
}

.aixdb-template-box-title > span {
  display: inline-block;
  background: #0c48a7;
  transform: rotate(45deg);
  margin: 0 4px;
}

.aixdb-template-box-title > span:nth-of-type(1),
.aixdb-template-box-title > span:nth-of-type(6) {
  width: 4px;
  height: 4px;
  opacity: 0.4;
}

.aixdb-template-box-title > span:nth-of-type(2),
.aixdb-template-box-title > span:nth-of-type(5) {
  width: 6px;
  height: 6px;
  opacity: 0.6;
}

.aixdb-template-box-title > span:nth-of-type(3),
.aixdb-template-box-title > span:nth-of-type(4) {
  width: 8px;
  height: 8px;
}

.aixdb-history-item {
  width: calc(50% + 10px);
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
}

.aixdb-history-list {
  position: relative;
}

.aixdb-history-item:nth-of-type(odd) {
  float: right;
  padding-left: 26px;
}

.aixdb-history-item:nth-of-type(even) {
  float: left;
  text-align: right;
  padding-right: 26px;
}

.aixdb-history-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #eee;
  margin-left: -1px;
}

.aixdb-history-item > .aixdb-history-title {
  font-size: 22px;
  font-weight: 400;
  color: #2cb740;
}

.aixdb-history-item > p {
  font-size: 16px;
  margin: 6px 0;
  color: #555;
}

.aixdb-history-item > .icon {
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #2cb740;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 18px;
}

.aixdb-history-item:nth-of-type(even) > .icon {
  right: 6px;
}

.aixdb-history-item:nth-of-type(odd) > .icon {
  left: 6px;
}

@media (max-width: 415px) {
  .aixdb-history-item > p {
    font-size: 12px;
  }
}

.aixdb-course-item {
  border-top: 1px dashed #ccc;
}

.aixdb-course-item:nth-last-of-type(1) {
  border-bottom: 1px dashed #ccc;
}

.aixdb-course-item:nth-of-type(odd) {
  background-color: #f6f7fb;
}

.aixdb-course-item > strong {
  font-size: 22px;
  font-weight: 400;
  padding: 10px 20px;
  border-right: 1px dashed #ccc;
  line-height: 1.1;
  font-family: serif;
}

.aixdb-course-item > div {
  margin: 0;
  flex: 1;
  padding: 10px 20px;
  position: relative;
  font-size: 16px;
}

.aixdb-course-item > div > p {
  margin: 0px;
}

.aixdb-course-item > div > .icon {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #2cb740;
  left: -4px;
  top: calc(50% - 4px);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .aixdb-flex-item4 {
    width: 49%;
  }

  .aixdb-flex-item5 {
    width: 49%;
  }
}

@media (max-width: 540px) {
  .aixdb-flex-item-auto {
    width: 100%;
    flex: auto;
    padding: 0px;
  }

  .aixdb-flex-item-auto + div {
    width: 100%;
    text-align: left;
  }

  .aixdb-flex-item3 {
    width: 49%;
  }
}

@media (max-width: 415px) {
  .aixdb-flex-item3 {
    width: 100%;
  }
}

.float-left {
  float: left;
  margin-right: 10px;
}

.aixdb-padding-1 {
  padding: 1%;
}

.aixdb-padding-2 {
  padding: 2%;
}

.aixdb-padding-3 {
  padding: 3%;
}

@media (max-width: 500px) {
  .float-left {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }
}

figure {
  text-align: center;
  outline: solid 1px #eee;
  margin: 10px;
  display: inline-block;
}

figure > figcaption {
  text-align: center;
  display: block;
}

.aixdb-flex-item5 {
  width: 19%;
  margin: 10px 0px;
}

@media (max-width: 768px) {
  .aixdb-flex-item5 {
    width: 49%;
  }
}

@media (max-width: 480px) {
  .aixdb-flex-item-10,
  .aixdb-flex-item-20,
  .aixdb-flex-item-30 {
    width: 48%;
  }

  .aixdb-curcle-n {
    font-size: 16px;
    width: 65%;
    height: 65%;
  }
}

.aixdb-size-12 {
  font-size: 12px !important;
}

.aixdb-size-13 {
  font-size: 13px !important;
}

.aixdb-size-14 {
  font-size: 16px !important;
}

.aixdb-size-15 {
  font-size: 15px !important;
}

.aixdb-size-16 {
  font-size: 16px !important;
}

.aixdb-size-17 {
  font-size: 17px !important;
}

.aixdb-size-18 {
  font-size: 18px !important;
}

.aixdb-size-19 {
  font-size: 19px !important;
}

.aixdb-size-20 {
  font-size: 20px !important;
}

.aixdb-size-21 {
  font-size: 21px !important;
}

.aixdb-size-22 {
  font-size: 22px !important;
}

.aixdb-size-23 {
  font-size: 23px !important;
}

.aixdb-size-24 {
  font-size: 24px !important;
}

.aixdb-size-25 {
  font-size: 25px !important;
}

.aixdb-size-26 {
  font-size: 26px !important;
}

.aixdb-size-27 {
  font-size: 27px !important;
}

.aixdb-size-28 {
  font-size: 28px !important;
}

.aixdb-size-29 {
  font-size: 29px !important;
}

.aixdb-size-30 {
  font-size: 30px !important;
}

.aixdb-size-31 {
  font-size: 31px !important;
}

.aixdb-size-32 {
  font-size: 32px !important;
}

.aixdb-size-33 {
  font-size: 33px !important;
}

.aixdb-size-34 {
  font-size: 34px !important;
}

.aixdb-size-35 {
  font-size: 35px !important;
}

.aixdb-size-36 {
  font-size: 36px !important;
}

.aixdb-size-37 {
  font-size: 37px !important;
}

.aixdb-size-38 {
  font-size: 38px !important;
}

.aixdb-size-39 {
  font-size: 39px !important;
}

.aixdb-size-40 {
  font-size: 40px !important;
}

.btn.gradient::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  z-index: -1;
}

.aixdb-wrap-bg {
  clear: both;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.aixdb-wrap-width {
  clear: both;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
  max-width: 1600px;
  box-sizing: border-box;
}

.aixdb-wrap-width1 {
  clear: both;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  max-width: 1600px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .aixdb-t10 > h5,
  .aixdb-t120 .aixdb-t120-outer-box h5,
  .aixdb-t13 > h5,
  .aixdb-t1 > h5,
  .aixdb-t3 > h5,
  .aixdb-t4 > h5,
  .aixdb-t5 > h5,
  .aixdb-t67 > .aixdb-item-title > h5,
  .aixdb-t68 > .aixdb-template-title > h5,
  .aixdb-t69 > .aixdb-template-title > h5,
  .aixdb-t6 > h5,
  .aixdb-t70 > .aixdb-template-title > h5,
  .aixdb-t71 > .aixdb-template-item > h5,
  .aixdb-t72 > .aixdb-template-item > h5,
  .aixdb-t73 > .aixdb-template-item > .aixdb-template-title > h5,
  .aixdb-t74 > .aixdb-template-item > h5,
  .aixdb-t7 > h5,
  .aixdb-t80 > .aixdb-template-item > h5,
  .aixdb-t81 > .aixdb-template-item > .aixdb-template-title > h5,
  .aixdb-t82 > .aixdb-template-item > .aixdb-template-title > h5,
  .aixdb-t83 > h5,
  .aixdb-t84 > .aixdb-template-item > .aixdb-template-title > h5,
  .aixdb-t8 > h5,
  .aixdb-t95 > h5,
  .aixdb-t9 > h5,
  .aixdb-t128 .aixdb-template-item h5,
  .aixdb-t58 .aixdb-template-item h5,
  .aixdb-t59 .aixdb-template-item h5,
  .aixdb-t76 .aixdb-template-item h5,
  .aixdb-t77 .aixdb-template-item h5,
  .aixdb-t78 .aixdb-template-item h5,
  .aixdb-t79 .aixdb-template-item h5 {
    font-size: 18px !important;
  }
}

@media (max-width: 480px) {
  .aixdb-t10 > h5,
  .aixdb-t120 .aixdb-t120-outer-box h5,
  .aixdb-t13 > h5,
  .aixdb-t1 > h5,
  .aixdb-t3 > h5,
  .aixdb-t4 > h5,
  .aixdb-t5 > h5,
  .aixdb-t67 > .aixdb-item-title > h5,
  .aixdb-t68 > .aixdb-template-title > h5,
  .aixdb-t69 > .aixdb-template-title > h5,
  .aixdb-t6 > h5,
  .aixdb-t70 > .aixdb-template-title > h5,
  .aixdb-t71 > .aixdb-template-item > h5,
  .aixdb-t72 > .aixdb-template-item > h5,
  .aixdb-t73 > .aixdb-template-item > .aixdb-template-title > h5,
  .aixdb-t74 > .aixdb-template-item > h5,
  .aixdb-t7 > h5,
  .aixdb-t80 > .aixdb-template-item > h5,
  .aixdb-t81 > .aixdb-template-item > .aixdb-template-title > h5,
  .aixdb-t82 > .aixdb-template-item > .aixdb-template-title > h5,
  .aixdb-t83 > h5,
  .aixdb-t84 > .aixdb-template-item > .aixdb-template-title > h5,
  .aixdb-t8 > h5,
  .aixdb-t95 > h5,
  .aixdb-t9 > h5,
  .aixdb-t128 .aixdb-template-item h5,
  .aixdb-t58 .aixdb-template-item h5,
  .aixdb-t59 .aixdb-template-item h5,
  .aixdb-t76 .aixdb-template-item h5,
  .aixdb-t77 .aixdb-template-item h5,
  .aixdb-t78 .aixdb-template-item h5,
  .aixdb-t79 .aixdb-template-item h5 {
    font-size: 16px !important;
  }
}

/* modular */
.aixdb-t9 > h5 {
  position: relative;
  font-size: 20px;
  padding: 5px 20px 5px;
  box-sizing: border-box;
  margin: 0px;
  font-weight: var(--fontbold6, 600);
  background: var(--color, #2cb740);
  color: #fff;
}

.aixdb-t9 > h5::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 7px;
  bottom: -4px;
  left: 0;
  background: radial-gradient(circle, #fff, #fff 4px, transparent 4px);
  background-size: 9px 10px;
  margin: 0px;
}

.aixdb-t2 > h5 {
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 18px;
  margin: 0;
  position: relative;
}

.aixdb-t2 > h5 > span:nth-child(1) {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  top: 50%;
  left: 0;
}

.aixdb-t2 > h5 > span:nth-child(2) {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.aixdb-t7 > h5 {
  width: 100%;
  font-size: 20px;
  padding: 5px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset;
  background: rgba(255, 255, 255, 0.1);
  margin: 0;
  border-radius: 4px;
  color: var(--color, #000);
}

.aixdb-t10 > h5 {
  width: 100%;
  font-size: 20px;
  padding: 5px 20px 5px 44px;
  box-sizing: border-box;
  background-image: url(../img/nine-icon-white.png);
  background-repeat: no-repeat;
  background-position: 14px center;
  border-radius: 0 4px 4px 0;
  margin: 0;
  background-size: 26px;
  background-color: var(--color, #1f9bed);
  color: #fff;
}

.aixdb-t4 > h5 {
  width: 100%;
  font-size: 24px;
  padding: 8px 20px;
  box-sizing: border-box;
  border-bottom: 3px solid transparent;
  border-image: url(../img/sdg-line.png);
  border-image-slice: 6;
  border-image-repeat: repeat;
  margin: 0px;
  color: var(--color, #000);
}

.aixdb-t3 {
  position: relative;
}

.aixdb-t3 > h5 {
  width: 100%;
  font-size: 20px;
  padding: 5px 20px;
  box-sizing: border-box;
  border-bottom: 5px solid var(--color, #555);
  margin: 0px;
  color: var(--color, #000);
}

.aixdb-t3 > h5::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 2px;
  right: 0;
  width: calc(100% - 20px);
  height: 3px;
  background-color: #fff;
}

.aixdb-t12 {
  position: relative;
}

.aixdb-t12::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  left: 14px;
  top: 50%;
  margin-top: -3px;
}

.aixdb-t12 > span:last-of-type {
  display: block;
  width: calc(100% - 20px);
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.aixdb-t12 > h5 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding: 8px 10px 8px 26px;
  box-sizing: border-box;
  margin: 0px;
}

.aixdb-t12 > h5 > span:first-of-type {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 51%;
  left: 10px;
  top: 0;
  transform: skew(-45deg);
}

.aixdb-t12 > h5 > span:nth-of-type(2) {
  position: relative;
  z-index: 1;
}

.aixdb-t12 > h5 > span:last-of-type {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 51%;
  left: 10px;
  bottom: 0;
  transform: skew(45deg);
}

.aixdb-t13 > h5 {
  width: 100%;
  font-size: 20px;
  padding: 5px 20px;
  box-sizing: border-box;
  background-color: var(--color, #56d1f4);
  border-radius: 4px;
  margin: 0;
  color: #fff;
}

.aixdb-t6 > h5 {
  width: 100%;
  font-size: 20px;
  padding: 5px 20px;
  box-sizing: border-box;
  border: 1px solid var(--color, #ccc);
  box-shadow: 4px 4px 4px #ccc;
  margin: 0px;
  color: var(--color, #000);
}

.aixdb-t5 > h5 {
  position: relative;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  margin: 0px;
  color: var(--color, #000);
}

.aixdb-t5 > h5 > span:nth-child(1) {
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color, #555);
}

.aixdb-t8 > h5 {
  font-size: 24px;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  border-radius: 4px;
  margin: 0px;
  color: var(--color, #000);
}

.aixdb-t44 > .aixdb-flex > .aixdb-flex-l > h5,
.aixdb-t45 > .aixdb-flex > .aixdb-flex-l > h5,
.aixdb-t46 > .aixdb-flex-row-reverse > .aixdb-flex-l > h5 {
  font-size: 18px;
  margin: 0px;
}

.aixdb-t44 > .aixdb-flex > .aixdb-flex-l > ul > li > p,
.aixdb-t45 > .aixdb-flex > .aixdb-flex-l > ul > li > p,
.aixdb-t46 > .aixdb-flex-row-reverse > .aixdb-flex-l > ul > li > p {
  margin: 0px;
}

.aixdb-t44 > .aixdb-flex > .aixdb-flex-l > ul > li,
.aixdb-t45 > .aixdb-flex > .aixdb-flex-l > ul > li,
.aixdb-t46 > .aixdb-flex-row-reverse > .aixdb-flex-l > ul > li {
  margin: 8px 0;
}

.aixdb-t47 > img {
  max-width: 50%;
  float: left;
  margin: 6px 10px 0 0;
  border: 1px solid #eee;
}

.aixdb-t47 > p {
  margin: 0 0 10px 0;
  line-height: 1.6;
}

.aixdb-t35 .aixdb-course-item > div > .icon {
  border-color: var(--color, #2cb740);
}

.aixdb-t53 > div > p > a,
.aixdb-t54 > div > a {
  color: #000;
  text-decoration: none;
}

.aixdb-t53 > div > p {
  margin: 0;
  flex: 1;
  word-break: break-word;
}

.aixdb-t53 img,
.aixdb-t54 img {
  margin-right: 4px;
  vertical-align: middle;
}

.aixdb-t53 > div,
.aixdb-t54 > div {
  margin: 8px 0px;
}

.aixdb-t54 > div {
  margin-right: 10px;
}

.aixdb-t48 {
  display: flex;
  align-items: flex-start;
}

.aixdb-t48 img {
  margin-top: 4px;
}

.aixdb-t48 > div {
  flex: 1;
  padding-left: 10px;
}

.aixdb-t48 > div > p:nth-of-type(1) {
  font-size: 16px;
  margin: 0px;
}

.aixdb-t48 > div > p:nth-of-type(2) {
  font-size: 16px;
  color: #555;
  margin: 0px;
}

.aixdb-t49,
.aixdb-t50 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.aixdb-t49 > div,
.aixdb-t50 > div {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}

.aixdb-t49 p,
.aixdb-t50 p {
  margin: 0;
  flex: 1;
  padding-left: 10px;
}

.aixdb-t49 em {
  color: var(--color, #4bab3d);
}

.aixdb-t50 em {
  color: var(--color, #4bab3d);
}

.aixdb-t14 > h5 {
  border: 1px solid #6272d6;
  border-radius: 30px;
  font-size: 18px;
  margin: 0;
  padding: 4px;
  color: #fff;
}

.aixdb-t14 > h5 > span {
  display: inline-block;
  background-color: #6272d6;
  border-radius: 30px;
  padding: 6px 20px;
}

.aixdb-t16 > h5 {
  border: 1px solid #999;
  border-radius: 30px;
  font-size: 18px;
  margin: 0;
  padding: 6px 0;
  width: calc(100% - 10px);
  margin-left: auto;
}

.aixdb-t16 > h5 > span {
  display: inline-block;
  background-color: #eee;
  border-radius: 6px;
  padding: 4px 20px;
  border: 1px solid #999;
  margin-left: -10px;
}

.aixdb-t15 > h5 {
  margin: 0;
  font-size: 18px;
  display: flex;
  position: relative;
  align-items: center;
}

.aixdb-t15 > h5::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #999;
  top: 48%;
  left: 0;
  z-index: -1;
}

.aixdb-t15 > h5 > span:nth-of-type(1) {
  display: block;
  background-color: #b7d6e6;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 2px 4px;
  border-radius: 30px;
  width: 50px;
}

.aixdb-t15 > h5 > span:nth-of-type(1)::before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 4px);
  background-color: #fff;
  top: 2px;
  left: 4px;
  z-index: -1;
  border-radius: 30px;
}

.aixdb-t15 > h5 > span:nth-of-type(2) {
  background-color: #b7d6e6;
  border-radius: 4px;
  display: block;
  flex: 1;
  margin-left: 10px;
  padding: 4px 16px;
  border: 1px solid #999;
}

.aixdb-t31 > .aixdb-template-box-title {
  font-size: 24px;
  text-align: center;
}

.aixdb-t31 > .aixdb-flex-list > .aixdb-flex-item2 {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  background-color: #fff;
}

.aixdb-t31 > .aixdb-flex-list > .aixdb-flex-item2 > .aixdb-flex-l {
  width: 30%;
  overflow: hidden;
}

.aixdb-t31 > .aixdb-flex-list > .aixdb-flex-item2 > .aixdb-flex-l img {
  transition: all 0.1s linear;
  border-radius: 10px;
}

.aixdb-t31 > .aixdb-flex-list > .aixdb-flex-item2 > .aixdb-flex-l img:hover {
  transform: scale(1.02);
}

.aixdb-t31 .aixdb-flex-l img {
  display: block;
  width: 100%;
}

.aixdb-t31 > .aixdb-flex-list > .aixdb-flex-item2 > .aixdb-flex-r {
  flex: 1;
  padding-left: 16px;
}

.aixdb-t31 > .aixdb-flex-list > .aixdb-flex-item2 > .aixdb-flex-r > .aixdb-flex-r-title {
  color: #0c48a7;
  text-transform: capitalize;
  margin: 0;
  font-size: 18px;
}

.aixdb-t31 > .aixdb-flex-list > .aixdb-flex-item2 > .aixdb-flex-r > .aixdb-flex-r-text {
  font-size: 16px;
  margin: 0px;
}

@media (max-width: 541px) {
  .aixdb-t31 > .aixdb-flex-list > .aixdb-flex-item2 {
    width: 100%;
    border-radius: 10px;
  }
}

.aixdb-t32 > div {
  position: relative;
  max-width: 1600px;
  margin: 15px 0px;
}

.aixdb-t32 > div > .aixdb-item-img {
  width: 40%;
  border-radius: 50%;
  border: 5px solid #ddd;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
}

.aixdb-t32 > div > .aixdb-item-box {
  position: absolute;
  left: 20%;
  top: 50%;
  right: 0;
  background-color: #ddd;
  border: 5px solid #eee;
  border-radius: 30px;
  padding: 20px 40px 20px 25%;
  box-sizing: border-box;
  transform: translateY(-50%);
}

.aixdb-t32 > div > .aixdb-item-box > p:nth-of-type(1) {
  font-size: 18px;
  margin: 0 0 4px;
  text-transform: capitalize;
}

.aixdb-t32 > div > .aixdb-item-box > p {
  margin: 0px;
}

.aixdb-t32 > div > .aixdb-item-box > p:nth-of-type(2) {
  font-size: 16px;
  margin: 0px;
}

.aixdb-t32 > .aixdb-flex-row-reverse > .aixdb-item-box {
  left: auto;
  right: 20%;
  padding: 20px 25% 20px 40px;
}

@media (max-width: 768px) {
  .aixdb-t32 > div > .aixdb-item-img {
    width: 200px;
  }

  .aixdb-t32 > div > .aixdb-item-box {
    left: 100px;
    padding-left: 110px;
    max-height: 90%;
    overflow: hidden;
  }

  .aixdb-t32 > .aixdb-flex-row-reverse > .aixdb-item-box {
    right: 100px;
    padding-right: 110px;
  }
}

@media (max-width: 481px) {
  .aixdb-t32 > div > .aixdb-item-img {
    width: 160px;
  }

  .aixdb-t32 > div > .aixdb-item-box {
    left: 80px;
    padding: 10px 16px 10px 80px;
  }

  .aixdb-t32 > .aixdb-flex-row-reverse > .aixdb-item-box {
    right: 80px;
    padding: 10px 80px 10px 16px;
  }

  .aixdb-t32 > div > .aixdb-item-box > p:nth-of-type(1) {
    font-size: 16px;
  }
}

.aixdb-t17 > h5 {
  margin: 0;
  display: flex;
  background-color: #aaa;
  color: #fff;
  font-size: 18px;
}

.aixdb-t17 > h5 > span:nth-of-type(1) {
  display: inline-block;
  background-color: red;
  color: #fff;
  padding: 6px 30px 6px 20px;
  position: relative;
}

.aixdb-t17 > h5 > span:nth-of-type(1)::before {
  content: '';
  display: block;
  width: 12px;
  height: 102%;
  background-color: #fff;
  position: absolute;
  right: -6px;
  top: 0;
  transform: skewX(-18deg);
}

.aixdb-t17 > h5 > span:nth-of-type(2) {
  flex: 1;
  padding: 0 10px;
  text-transform: capitalize;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
}

@media (max-width: 481px) {
  .aixdb-t17 > h5 > span:nth-of-type(1) {
    font-size: 16px;
    padding: 4px 20px 4px 10px;
  }
}

.aixdb-t33 > div > div {
  width: 50%;
}

.aixdb-t33 .aixdb-item-img .cke_widget_inline.cke_widget_wrapper {
  display: block;
}

.aixdb-t33 .aixdb-item-img {
  overflow: hidden;
}

.aixdb-t33 .aixdb-item-img img {
  object-fit: cover;
  max-height: 800px;
  transition: all 0.15s linear;
}

.aixdb-t33 .aixdb-item-img img:hover {
  transform: scale(1.03);
}

.aixdb-t33 > div > .aixdb-item-box {
  padding: 3%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aixdb-t33 > div > .aixdb-item-box > strong {
  font-size: 18px;
  display: block;
}

.aixdb-t33 > div > .aixdb-item-box > p {
  margin: 6px 0;
  font-size: 16px;
}

.aixdb-t33 > div > .aixdb-item-box > span {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-10px, -50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background: #fff;
}

.aixdb-t33 > .aixdb-flex:not(.aixdb-flex-row-reverse) > .aixdb-item-box > span {
  transform: translate(10px, -50%) rotate(45deg);
}

.aixdb-t33 > .aixdb-flex-row-reverse > .aixdb-item-box > span {
  left: 100%;
  right: auto;
  border-right-color: transparent !important;
  border-left-color: #eee;
}

@media (max-width: 540px) {
  .aixdb-t33 > div > div {
    width: 100%;
  }

  .aixdb-t33 > div > .aixdb-item-box > span {
    top: auto !important;
    left: 50% !important;
    bottom: 100% !important;
    display: none;
  }

  .aixdb-t33 > .aixdb-flex:not(.aixdb-flex-row-reverse) > .aixdb-item-box > span {
    transform: rotate(90deg);
  }

  .aixdb-t33 > .aixdb-flex-row-reverse > .aixdb-item-box > span {
    transform: rotate(-90deg);
  }

  .aixdb-t45 > .aixdb-flex,
  .aixdb-t46 > .aixdb-flex-row-reverse {
    flex-direction: column-reverse;
  }
}

.aixdb-t55.cusfaq-list {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.aixdb-t55 h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  margin-bottom: 5px;
}

.aixdb-t55 > .aixdb-faq-list > .aixdb-faq-item {
  border: 1px solid #eee;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px 0;
  position: relative;
}

.aixdb-t55 > .aixdb-faq-list > .aixdb-faq-item > .faq-item-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #0000006d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 16px;
  cursor: pointer;
  display: none;
}

.aixdb-t55 > .aixdb-faq-list > .aixdb-faq-item:hover > .faq-item-close {
  display: flex;
}

.aixdb-t55 > .aixdb-faq-list > .aixdb-faq-item > .aixdb-faq-tit > p {
  padding-right: 20px;
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.aixdb-t55 > .aixdb-faq-list > .aixdb-faq-item > .aixdb-faq-tit > p::after,
.aixdb-t55 > .aixdb-faq-list > .aixdb-faq-item > .aixdb-faq-tit > p::before {
  content: '';
  width: 12px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 14px;
  right: 4px;
}

.aixdb-t55 > .aixdb-faq-list > .aixdb-faq-item > .aixdb-faq-tit > p::after {
  transform: rotate(90deg);
}

.aixdb-t55 > .aixdb-faq-list > .aixdb-faq-item > .aixdb-faq-tit.active > p::after {
  opacity: 0;
}

.aixdb-t55 > .aixdb-faq-list > .aixdb-faq-item > .aixdb-faq-box {
  color: #555;
  line-height: 1.6;
  padding-top: 4px;
}

.aixdb-t55.cusfaq-list-double > .aixdb-faq-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.aixdb-t55.cusfaq-list-double > .aixdb-faq-list > .aixdb-faq-item {
  width: 49%;
}

.aixdb-t55.cusfaq-list-expand > .aixdb-faq-list > .aixdb-faq-item > .aixdb-faq-box {
  display: block !important;
}

.aixdb-t55.cusfaq-list-expand > .aixdb-faq-list > .aixdb-faq-item > .aixdb-faq-tit > p::after,
.aixdb-t55.cusfaq-list-expand > .aixdb-faq-list > .aixdb-faq-item > .aixdb-faq-tit > p::before {
  content: none;
}

@media (max-width: 768px) {
  .aixdb-t55.cusfaq-list-double > .aixdb-faq-list > .aixdb-faq-item {
    width: 100%;
  }
}

.aixdb-t56 {
  max-width: 1600px;
  color: #333;
}

.aixdb-t56 > p {
  line-height: 1.6;
  margin: 0;
  padding: 10px 0;
}

.aixdb-t56 > img,
.aixdb-t56 > p > img {
  max-width: 100%;
  height: auto;
}

.aixdb-t56 > .aixdb-template-3 {
  margin: 15px 0px;
}

.aixdb-t56 > .aixdb-template-33 {
  margin: 15px 0px;
}

.aixdb-t56 > .aixdb-template-33 > div > .aixdb-item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aixdb-t56 > .aixdb-template-33 > div > .aixdb-item-box > p {
  margin-top: 10px;
  line-height: 1.6;
}

.aixdb-t56 > .aixdb-template-33 > div > .aixdb-item-img > img,
.aixdb-t56 > .aixdb-template-33 > div > .aixdb-item-img > p > img {
  height: 100%;
  object-fit: cover;
}

.aixdb-t56 > .aixdb-table-container {
  padding: 10px 0;
}

.aixdb-t57 {
  max-width: 1600px;
}

.aixdb-t57 > .aixdb-t7 {
  margin: 20px 0px;
}

.aixdb-t57 > p {
  line-height: 1.6;
  margin: 0px;
}

.aixdb-t57 > img,
.aixdb-t57 > p > img {
  max-width: 100%;
  height: auto;
}

.aixdb-t57 > h3 {
  font-size: 32px;
  margin: 10px 0px;
}

.aixdb-t57 > h4 {
  font-size: 20px;
  margin: 0px;
}

.aixdb-t57 > .list-circle {
  margin: 20px 0px;
}

.aixdb-t57 > .list-circle > p {
  width: 40%;
  position: relative;
  padding: 0 16px;
  margin: 4px 0;
  box-sizing: border-box;
}

.aixdb-t57 > .list-circle > p::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 7px;
}

.aixdb-t57 > .aixdb-template-42 > div > .aixdb-flex-item {
  text-align: left;
}

.aixdb-t57 > .aixdb-template-42 > div > .aixdb-flex-item > .aixdb-item-title {
  font-size: 18px;
  font-weight: 600;
}

.aixdb-t57 > .aixdb-template-44 > .aixdb-flex > .aixdb-flex-l > h5 {
  font-size: 20px;
}

.aixdb-t57 > .aixdb-template-44 > .aixdb-flex > .aixdb-flex-l > ul > li > p {
  font-size: 18px;
}

.aixdb-t57 > .aixdb-template-44 > .aixdb-flex > .aixdb-flex-l > ul > li::before {
  top: 10px;
}

.aixdb-t57 > .aixdb-template-32 > div > .aixdb-item-box > p:nth-of-type(1) {
  font-weight: 600;
}

.aixdb-t57 > .aixdb-template-32 > div > .aixdb-item-box > p:nth-of-type(2) {
  font-size: 16px;
  color: #555;
  line-height: 1.75;
}

.aixdb-t58 {
  max-width: 1600px;
}

.aixdb-t58 > .aixdb-template-11 {
  margin: 20px 0px;
}

.aixdb-t58 > .aixdb-template-46 {
  margin: 20px 0px;
}

.aixdb-t58 > p {
  margin: 0;
  line-height: 1.6;
}

.aixdb-t58 > img,
.aixdb-t58 > p > img {
  max-width: 100%;
  height: auto;
}

.aixdb-t58 > .aixdb-template-47 > div img {
  display: block;
  margin-top: 6px;
  margin-bottom: 12px;
}

.aixdb-t58 > .aixdb-template-47 > p {
  color: #333;
  line-height: 1.875;
}

.aixdb-t58 > .aixdb-template-33 {
  margin: 20px 0px;
}

.aixdb-t58 > .aixdb-template-33 > div > .aixdb-item-box > p {
  color: #444;
  line-height: 1.8;
}

.aixdb-t58 > .aixdb-template-31 > .aixdb-flex-list > .aixdb-flex-item2 > .aixdb-flex-r > .aixdb-flex-r-text {
  font-size: 16px;
  color: #333;
  margin-top: 6px;
}

.aixdb-t59 {
  max-width: 1600px;
}

.aixdb-t59 > .aixdb-template-17 {
  margin: 20px 0px;
}

.aixdb-t59 > img,
.aixdb-t59 > p > img {
  max-width: 100%;
  height: auto;
}

.aixdb-t59 > p {
  margin: 0;
  color: #555;
  line-height: 1.875;
}

.aixdb-t59 > .aixdb-flex-jc-ai-sb {
  margin: 20px 0px;
}

.aixdb-t59 > .aixdb-flex-jc-ai-sb > div > p {
  margin: 0;
  line-height: 1.6;
}

.aixdb-t59 > .aixdb-flex-jc-ai-sb > div > p > strong {
  font-size: 18px;
}

.aixdb-t59 > .aixdb-flex-jc-ai-sb > div > img {
  max-width: 100%;
}

@media (max-width: 500px) {
  .aixdb-t59 > .aixdb-flex-jc-ai-sb,
  .aixdb-t59 > .aixdb-template-17 {
    margin: 15px 0px;
  }

  .aixdb-t58 > .aixdb-template-11 {
    margin: 15px 0px;
  }

  .aixdb-t57 > .aixdb-template-32 > div > .aixdb-item-box > p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.6;
  }

  .aixdb-t57 > .list-circle > p {
    width: 100%;
  }

  .aixdb-t57 > h3 {
    font-size: 20px;
  }

  .aixdb-t57 > h4 {
    font-size: 16px;
  }
}

.aixdb-t31 .aixdb-flex-l .cke_widget_inline.cke_widget_wrapper,
.aixdb-t32 .aixdb-item-img .cke_widget_inline.cke_widget_wrapper,
.aixdb-t42 .cke_widget_inline.cke_widget_wrapper,
.aixdb-t43 .cke_widget_inline.cke_widget_wrapper {
  display: block;
}

.aixdb-t47 > .cke_widget_inline.cke_widget_wrapper,
.aixdb-t47 > div,
.aixdb-t47 > figure,
.aixdb-t47 > p:first-child {
  float: left;
  margin-right: 10px;
}

.aixdb-t47 .float-left .cke_widget_inline.cke_widget_wrapper {
  display: block;
}

.aixdb-t47 .cke_widget_inline.cke_widget_wrapper img {
  max-width: 100%;
}

.aixdb-t32 .aixdb-item-img img,
.aixdb-t33 .aixdb-item-img img,
.aixdb-t40 .aixdb-item-img img {
  width: 100%;
}

.aixdb-t47 figure {
  display: block;
}

.aixdb-t47 > figure {
  margin: 10px 10px 10px 0;
}

.aixdb-t47 div figure {
  margin: 10px 0px;
}

.aixdb-t39 .aixdb-item-img {
  overflow: hidden;
}

.aixdb-t39 .aixdb-item-img img {
  transition: all 0.1s linear;
  width: 100%;
}

.aixdb-t39 .aixdb-item-img img:hover {
  transform: scale(1.02);
}

.aixdb-t41 .aixdb-item-img {
  overflow: hidden;
}

.aixdb-t41 .aixdb-item-img img {
  transition: all 0.1s linear;
  /* width: 100%; */
}

.aixdb-t41 .aixdb-item-img img:hover {
  transform: scale(1.02);
}

.aixdb-t42 .aixdb-item-img {
  overflow: hidden;
}

.aixdb-t42 .aixdb-item-img img {
  transition: all 0.1s linear;
  max-width: 100%;
}

.aixdb-t42 .aixdb-item-img img:hover {
  transform: scale(1.02);
}

.aixdb-t42 .aixdb-item-title strong {
  font-size: 18px;
}

.aixdb-t43 .aixdb-item-img {
  overflow: hidden;
}

.aixdb-t43 .aixdb-item-img img {
  transition: all 0.1s linear;
  width: 100%;
}

.aixdb-t43 .aixdb-item-img img:hover {
  transform: scale(1.02);
}

.aixdb-t66 .aixdb-item-img {
  overflow: inherit;
}

.aixdb-t66 .aixdb-item-img img {
  transition: all 0.1s linear;
  width: 100%;
}

.aixdb-t66 .aixdb-item-img img:hover {
  transform: scale(1.02);
}

@media (max-width: 480px) {
  .aixdb-t12 > h5,
  .aixdb-t2 > h5,
  .aixdb-t1 > h5,
  .aixdb-t3 > h5,
  .aixdb-t4 > h5,
  .aixdb-t5 > h5,
  .aixdb-t6 > h5,
  .aixdb-t7 > h5,
  .aixdb-t8 > h5,
  .aixdb-t9 > h5,
  .aixdb-t10 > h5,
  .aixdb-t11 > h5,
  .aixdb-t12 > h5,
  .aixdb-t13 > h5,
  .aixdb-t14 > h5,
  .aixdb-t15 > h5,
  .aixdb-t16 > h5,
  .aixdb-t17 > h5 {
    font-size: 16px;
  }
}

.aixdb-t41 > div > .aixdb-flex-item {
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
}

.aixdb-t60 > .aixdb-flex-list > div {
  padding: 14px;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.aixdb-t60 > .aixdb-flex-list > div > .aixdb-flex-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aixdb-t60 > .aixdb-flex-list > div > .aixdb-flex-top > .aixdb-item-title {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}

.aixdb-t60 > .aixdb-flex-list > div > .aixdb-flex-bot > .aixdb-flex-bot-text {
  line-height: 24px;
  margin: 0;
}

.aixdb-t60 > .aixdb-flex-list > div > .aixdb-flex-top em {
  font-size: 45px;
  color: #217fe1;
  line-height: initial;
}

.aixdb-t61 > .aixdb-flex-list > .aixdb-flex-item2 {
  background: no-repeat center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.aixdb-t61 > .aixdb-flex-list > .aixdb-flex-item2:hover > .aixdb-flex-img > img {
  transform: scale(1.1);
}

.aixdb-t61 > .aixdb-flex-list > .aixdb-flex-item2 > .aixdb-flex-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.aixdb-t61 > .aixdb-flex-list > .aixdb-flex-item2 > .aixdb-flex-img > img {
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  object-fit: cover;
}

.aixdb-t61 > .aixdb-flex-list > .aixdb-flex-item2 > .aixdb-flex-img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 1s ease;
  color: #fff;
}

.aixdb-t61 > .aixdb-flex-list > .aixdb-flex-item2 > .aixdb-flex-bot {
  padding: 10px;
  box-sizing: border-box;
  min-height: 300px;
}

.aixdb-t61 > .aixdb-flex-list > .aixdb-flex-item2 > .aixdb-flex-bot > .aixdb-flex-title {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 10px;
  color: #fff;
}

.aixdb-t61 > .aixdb-flex-list > .aixdb-flex-item2 > .aixdb-flex-bot > .aixdb-flex-text {
  line-height: 26px;
  color: #fff;
}

@media (max-width: 500px) {
  .aixdb-t61 > .aixdb-flex-list > .aixdb-flex-item2 {
    width: 100%;
  }
}

.aixdb-t62 > div > .aixdb-flex-item {
  flex-wrap: nowrap;
}

.aixdb-t62 > div > .aixdb-flex-item > div {
  height: 300px;
}

.aixdb-t62 .aixdb-flex-item .aixdb-item-text {
  color: #555;
}

.aixdb-t62 > div > .aixdb-flex-item > .aixdb-item-info > .aixdb-item-title {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 10px;
}

@media (max-width: 1200px) {
  .aixdb-t62 > div > .aixdb-flex-item > div {
    height: 200px;
  }
}

@media (max-width: 541px) {
  .aixdb-t62 > div > .aixdb-flex-item {
    width: 100%;
  }

  .aixdb-t62 > div > .aixdb-flex-item:nth-child(2n) {
    flex-direction: column;
  }

  .aixdb-t62 > div > .aixdb-flex-item > div {
    height: auto;
  }

  .aixdb-t62 > div > .aixdb-flex-item > .aixdb-item-info {
    margin-top: 10px;
  }

  .aixdb-t62 > div > .aixdb-flex-item > .aixdb-item-info > .aixdb-item-title {
    font-size: 20px;
  }
}

.aixdb-t63 > .aixdb-item-list > .aixdb-flex-item {
  overflow: hidden;
  transition: all 0.1s linear;
}

.aixdb-t63 > .aixdb-item-list > .aixdb-flex-item > .aixdb-item-wrap {
  padding: 20px;
  box-sizing: border-box;
}

.aixdb-t63 > .aixdb-item-list > .aixdb-flex-item > .aixdb-item-wrap > h5 {
  font-size: 20px;
  margin: 0 0 10px;
}

.aixdb-t63 > .aixdb-item-list > .aixdb-flex-item > .aixdb-item-wrap > h5 > span {
  display: block;
  font-weight: 400;
}

@media (max-width: 800px) {
  .aixdb-t63 > .aixdb-item-list > .aixdb-flex-item {
    width: 49%;
  }
}

@media (max-width: 500px) {
  .aixdb-t63 > .aixdb-item-list > .aixdb-flex-item {
    width: 100%;
  }
}

.aixdb-t64 > .aixdb-flex-list > .aixdb-flex-item:nth-child(1) {
  background: #3363b5;
}

.aixdb-t64 > .aixdb-flex-list > .aixdb-flex-item:nth-child(2) {
  background: #97b4d2;
}

.aixdb-t64 > .aixdb-flex-list > .aixdb-flex-item:nth-child(3) {
  background: #004672;
}

.aixdb-t64 > .aixdb-flex-list > .aixdb-flex-item:nth-child(4) {
  background: #476973;
}

.aixdb-t64 > .aixdb-flex-list > .aixdb-flex-item > .aixdb-flex-wrap {
  font-size: 16px;
  padding: 30px;
}

@media (max-width: 768px) {
  .aixdb-t64 > .aixdb-flex-list > .aixdb-flex-item > .aixdb-flex-wrap {
    font-size: 20px;
  }
}

@media (max-width: 540px) {
  .aixdb-t64 > .aixdb-flex-list > .aixdb-flex-item2 {
    width: 100%;
  }
}

.aixdb-t65 > .aixdb-flex-list > .aixdb-flex-item > .aixdb-flex-wrap {
  text-decoration: none;
  padding: 15px 20px;
  box-sizing: border-box;
}

.aixdb-t65 > .aixdb-flex-list > .aixdb-flex-item > .aixdb-flex-wrap > span:nth-child(2) {
  font-size: 16px;
  margin-left: 10px;
  flex: 1;
}

.aixdb-t60 > .aixdb-flex-list > div > .aixdb-flex-top img {
  width: auto;
  height: 60px;
}

.aixdb-t63 > .aixdb-item-list > .aixdb-flex-item img {
  transition: all 0.1s linear;
  width: 100%;
  height: 100%;
}

.aixdb-t63 > .aixdb-item-list > .aixdb-flex-item:hover {
  opacity: 0.9;
}

.aixdb-t63 > .aixdb-item-list > .aixdb-flex-item .cke_widget_inline.cke_widget_wrapper {
  display: block;
}

.aixdb-t63 > .aixdb-item-list > .aixdb-flex-item:hover img {
  transform: scale(1.02);
}

.aixdb-t62 > div > .aixdb-flex-item > div .cke_widget_inline.cke_widget_wrapper {
  display: block;
}

.aixdb-t62 > div > .aixdb-flex-item > div {
  overflow: hidden;
}

.aixdb-t62 > div > .aixdb-flex-item .aixdb-item-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.aixdb-t62 > div > .aixdb-flex-item > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.1s linear;
}

.aixdb-t62 > div > .aixdb-flex-item > div img:hover {
  transform: scale(1.02);
}

.aixdb-t40 > .aixdb-flex-jc-sb > .aixdb-flex-item {
  border: 1px solid #fff;
}

.aixdb-t66 > .aixdb-flex-jc-sb > .aixdb-flex-item {
  border: 1px solid #fff;
}

.aixdb-t1 > h5,
.aixdb-t2 > h5 > span:nth-child(2),
.aixdb-t95 > h5,
.aixdb-t3 > h5,
.aixdb-t4 > h5,
.aixdb-t6 > h5,
.aixdb-t7 > h5,
.aixdb-t8 > h5,
.aixdb-t9 > h5,
.aixdb-t10 > h5,
.aixdb-t11 > h5 > span > strong,
.aixdb-t12 > h5 > span:nth-of-type(2),
.aixdb-t5 > h5,
.aixdb-t13 > h5,
.aixdb-t14 > h5 > span,
.aixdb-t15 > h5 > span:nth-of-type(2),
.aixdb-t16 > h5 > span,
.aixdb-t17 > h5 > span:nth-of-type(1) {
  font-weight: var(--fontbold5, 500);
}

.aixdb-t67 > .aixdb-item-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: relative;
  align-items: center;
}

.aixdb-t67 > .aixdb-item-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #999;
  top: 48%;
  left: 0;
  z-index: -1;
}

.aixdb-t67 > .aixdb-item-title > span {
  display: block;
  background-color: var(--color, #b7d6e6);
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 2px 4px;
  border-radius: 30px;
  width: 50px;
}

.aixdb-t67 > .aixdb-item-title > span::before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 4px);
  background-color: #fff;
  top: 2px;
  left: 4px;
  z-index: -1;
  border-radius: 30px;
}

.aixdb-t67 > .aixdb-item-title > h5 {
  font-weight: var(--fontbold5, 500);
  background-color: var(--color, #b7d6e6);
  border-radius: 4px;
  display: block;
  flex: 1;
  margin: 0;
  margin-left: 10px;
  padding: 5px 16px;
  border: 1px solid var(--color, #999);
  font-size: 20px;
}

.aixdb-t68 > .aixdb-template-title {
  border: 1px solid var(--color, #6272d6);
  border-radius: 30px;
  margin: 0;
  padding: 4px;
  color: #fff;
}

.aixdb-t68 > .aixdb-template-title > h5 {
  font-weight: var(--fontbold5, 500);
  display: inline-block;
  background-color: var(--color, #6272d6);
  border-radius: 30px;
  padding: 5px 20px;
  margin: 0;
  font-size: 20px;
}

.aixdb-t69 > .aixdb-template-title {
  border: 1px solid var(--color, #999);
  border-radius: 30px;
  padding: 6px 0;
  width: calc(100% - 10px);
  margin-left: auto;
}

.aixdb-t69 > .aixdb-template-title > h5 {
  font-weight: var(--fontbold5, 500);
  display: inline-block;
  background-color: var(--color, #eee);
  border-radius: 6px;
  padding: 1px 15px;
  border: 1px solid var(--color, #999);
  margin: 0;
  margin-left: -10px;
  font-size: 20px;
}

.aixdb-t70 > .aixdb-template-title {
  margin: 0;
  display: flex;
  background-color: #aaa;
  color: #fff;
}

.aixdb-t70 > .aixdb-template-title > h5 {
  font-weight: var(--fontbold5, 500);
  display: inline-block;
  background-color: var(--color, red);
  color: #fff;
  margin: 0;
  padding: 5px 30px 5px 20px;
  font-size: 20px;
  position: relative;
}

.aixdb-t70 > .aixdb-template-title > h5::before {
  content: '';
  display: block;
  width: 12px;
  height: 102%;
  background-color: #fff;
  position: absolute;
  right: -6px;
  top: 0;
  transform: skewX(-18deg);
}

.aixdb-t70 > .aixdb-template-title > span {
  flex: 1;
  padding: 0 10px;
  text-transform: capitalize;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
}

@media (max-width: 481px) {
  .aixdb-t70 > .aixdb-template-title > h5 {
    font-size: 16px;
    padding: 4px 20px 4px 10px;
  }
}

.aixdb-t62 > div > .aixdb-flex-item > .aixdb-item-info > .aixdb-item-title {
  padding: 0;
}

.aixdb-t72 > .aixdb-template-item {
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 18px;
  margin: 0;
  position: relative;
}

.aixdb-t72 > .aixdb-template-item > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color, #d3d3d3);
  top: 50%;
  left: 0;
}

.aixdb-t72 > .aixdb-template-item > h5 {
  font-weight: var(--fontbold5, 500);
  margin: 0;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 20px;
  color: var(--color, #000);
}

.aixdb-t73 > .aixdb-template-item {
  width: 100%;
  font-size: 18px;
  border-bottom: 2px solid var(--color, #fcb026);
  margin: 0px;
}

.aixdb-t73 > .aixdb-template-item > .aixdb-template-title {
  display: inline-block;
  padding: 5px 20px;
  box-sizing: border-box;
  transform: skew(-20deg) translate(8px, 1px);
  background: var(--color, #fcb026);
}

.aixdb-t73 > .aixdb-template-item > .aixdb-template-title > h5 {
  font-weight: var(--fontbold5, 500);
  margin: 0;
  display: inline-block;
  transform: skew(20deg);
  font-size: 20px;
  color: #fff;
}

.aixdb-t74 {
  position: relative;
}

.aixdb-t74 > .aixdb-template-item {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding: 5px 10px 5px 26px;
  box-sizing: border-box;
  margin: 0px;
}

.aixdb-t74 > span:last-of-type {
  display: block;
  width: calc(100% - 22px);
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.aixdb-t74 > .aixdb-template-item > span:first-of-type {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 51%;
  left: 10px;
  top: 0;
  transform: skew(-45deg);
  background: var(--color, #000);
}

.aixdb-t74 > .aixdb-template-item > span:last-of-type {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 51%;
  left: 10px;
  bottom: 0;
  transform: skew(45deg);
  background: var(--color, #000);
}

.aixdb-t74 > .aixdb-template-item > h5 {
  font-weight: var(--fontbold5, 500);
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: #fff;
}

.aixdb-t74 > .aixdb-border {
  border-bottom: 1px solid var(--color, #000);
}

.aixdb-t75 > .aixdb-list {
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
}

.aixdb-t75 > .aixdb-list > .aixdb-flex-item {
  display: flex;
  margin-bottom: 5px;
}

.aixdb-t75 > .aixdb-list > .aixdb-flex-item > .aixdb-border-number {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  margin-top: 6px;
}

.aixdb-t75 > .aixdb-list > .aixdb-flex-item > .aixdb-content {
  flex: 1;
  padding-left: 15px;
  font-size: 15px;
  line-height: 28px;
  color: #333;
}

.aixdb-t75 > .aixdb-list > .aixdb-flex-item > .aixdb-content > p {
  margin: 0;
  padding: 0;
}

.aixdb-t1 {
  position: relative;
}

.aixdb-t1 > h5 {
  width: 100%;
  font-size: 20px;
  padding: 5px 20px;
  box-sizing: border-box;
  border-color: var(--color, #ccc);
  border-width: 2px;
  border-style: solid;
  margin: 0;
  font-weight: var(--fontbold5, 500);
  text-align: left;
  color: var(--color, #000);
}

@media (max-width: 480px) {
  .aixdb-t1 > h5 {
    font-size: 16px;
  }
}

/*  */
.aixdb-t80 > .aixdb-template-item {
  text-align: center;
  position: relative;
  background: var(--color, #217fe1);
}

.aixdb-t80 > .aixdb-template-item > h5 {
  font-weight: var(--fontbold5, 500);
  padding: 5px 0;
  font-size: 20px;
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}

.aixdb-t80 > .aixdb-template-item > .aixdb-bg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -9px;
  z-index: -1;
  transform: translateX(-50%) rotate(45deg);
  background: var(--color, #217fe1);
}

.aixdb-t81 > .aixdb-template-item > .aixdb-template-title {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  box-sizing: border-box;
  transform: skew(-20deg);
  z-index: 10;
  left: 0px;
  top: 0px;
  background: var(--color, #fcb026);
}

.aixdb-t81 > .aixdb-template-item > .aixdb-template-title > h5 {
  font-weight: var(--fontbold5, 500);
  transform: skew(20deg);
  margin: 0;
  position: relative;
  z-index: 10;
  top: -2px;
  left: -2px;
  font-size: 20px;
  color: #fff;
}

.aixdb-t81 > .aixdb-template-item > .aixdb-template-title > .aixdb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 5px;
  top: 5px;
  background: var(--color, #217fe1);
  opacity: 0.8;
}

.aixdb-t82 > .aixdb-template-item > .aixdb-template-title {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  box-sizing: border-box;
  transform: skew(-20deg);
  z-index: 10;
  left: 5px;
  top: 5px;
  border: 2px solid var(--color, #217fe1);
  border-top: none;
  border-left: none;
}

.aixdb-t82 > .aixdb-template-item > .aixdb-template-title > h5 {
  font-weight: var(--fontbold5, 500);
  transform: skew(20deg);
  margin: 0;
  position: relative;
  z-index: 10;
  top: -5px;
  left: -5px;
  font-size: 20px;
  color: #fff;
}

.aixdb-t82 > .aixdb-template-item > .aixdb-template-title > .aixdb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -5px;
  top: -5px;
  background: var(--color, #217fe1);
}

.aixdb-t83 > h5 {
  font-weight: var(--fontbold5, 500);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 0 10px 0 10px;
  font-size: 20px;
  margin: 0;
  color: #fff;
  background: var(--color, #217fe1);
}

.aixdb-t84 > .aixdb-template-item > .aixdb-template-title {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 10;
  left: 4px;
  top: 4px;
  border: 2px solid var(--color, #217fe1);
}

.aixdb-t84 > .aixdb-template-item > .aixdb-template-title > h5 {
  font-weight: var(--fontbold5, 500);
  margin: 0;
  position: relative;
  z-index: 10;
  top: -4px;
  left: -4px;
  font-size: 20px;
  color: #fff;
}

.aixdb-t84 > .aixdb-template-item > .aixdb-template-title > .aixdb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4px;
  top: -4px;
  border-radius: 5px;
  background-color: var(--color, #217fe1);
}

.aixdb-t85 > .aixdb-template-item > .aixdb-template-title {
  position: relative;
  display: inline-block;
}

.aixdb-t85 > .aixdb-template-item > .aixdb-template-title > h5 {
  font-weight: var(--fontbold5, 500);
  margin: 0;
  padding: 5px 10px;
  font-size: 20px;
  color: #fff;
  background: var(--color, #217fe1);
}

.aixdb-t85 > .aixdb-template-item > .aixdb-template-title > .aixdb-border-bg {
  position: absolute;
  height: 0;
  bottom: -6px;
  right: -10px;
  width: 60px;
  border: 2px solid transparent;
  background: var(--color, #217fe1);
}

/*  */
.aixdb-t86 .aixdb-t86-content > p {
  color: #333;
  font-weight: var(--fontbold5, 500);
  font-size: 24px;
  text-align: center;
  margin: 0px;
  margin-bottom: 10px;
}

.aixdb-t86 .aixdb-t86-des {
  text-align: center;
}

.aixdb-t86 .aixdb-t86-des p {
  margin: 0;
  color: #555;
  line-height: 1.5;
}

.aixdb-t86 .aixdb-t86-content h5 {
  color: #333;
  font-weight: var(--fontbold5, 500);
  font-size: 24px;
  text-align: center;
  margin: 0px;
  margin-bottom: 10px;
}

.aixdb-t86 .aixdb-t86-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0 4px;
}

.aixdb-t86 .aixdb-t86-item-flex {
  width: 49%;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 18px;
  background-color: #fff;
  border-radius: 10px;
  border-bottom: 2px solid var(--color, #1d2087);
  box-shadow: 0 2px 6px 0 rgba(51, 51, 52, 0.2);
}

.aixdb-t86 .aixdb-t86-item-flex > .aixdb-item-l {
  width: 90px;
  height: 90px;
  background-color: #f8f8f8;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.aixdb-t86 .aixdb-t86-item-flex > .aixdb-item-l > em {
  font-size: 36px;
  color: #333;
  transition: all 0.2s ease;
}

.aixdb-t86 .aixdb-t86-item-flex > .aixdb-item-r {
  flex: 1;
  margin-left: 20px;
}

.aixdb-t86 .aixdb-t86-item-flex > .aixdb-item-r > .aixdb-item-tit {
  color: var(--color, #111);
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  transition: all 0.2s ease;
  margin: 0;
}

.aixdb-t86 .aixdb-t86-item-flex > .aixdb-item-r > .aixdb-item-text {
  font-size: 16px;
  color: #555;
  margin-top: 5px;
}

.aixdb-t86 .aixdb-t86-item-flex > .aixdb-item-r > .aixdb-item-text p {
  margin: 0;
}

.aixdb-t86 .aixdb-t86-item-flex:nth-child(3),
.aixdb-t86 .aixdb-t86-item-flex:nth-child(4) {
  margin-bottom: 0;
}

.aixdb-t86 .aixdb-t86-item-flex:hover > .aixdb-item-l {
  background-color: #eee;
}

@media (max-width: 768px) {
  .aixdb-t86 .aixdb-t86-item-flex {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .aixdb-t86 .aixdb-t86-item-flex > .aixdb-item-l {
    width: 70px;
    height: 70px;
  }

  .aixdb-t86 .aixdb-t86-list {
    margin-top: 1em;
  }

  .aixdb-t86 .aixdb-t86-item-flex {
    margin-bottom: 1em;
  }

  .aixdb-t86 .aixdb-t86-item-flex:nth-child(3) {
    margin-bottom: 1em;
  }
}

/*  */
.aixdb-t87 .aixdb-t87-content {
  display: flex;
  flex-wrap: wrap;
}

.aixdb-t87 .aixdb-t87-content > .aixdb-img-l {
  width: 46%;
  overflow: hidden;
}

.aixdb-t87 .aixdb-t87-content > .aixdb-img-l img {
  width: 100%;
  transition: all 0.1s linear;
}

.aixdb-t87 .aixdb-t87-content > .aixdb-img-l img:hover {
  transform: scale(1.02);
}

.aixdb-t87 .aixdb-t87-content > .aixdb-info-r {
  margin-left: 2%;
  flex: 1;
}

.aixdb-t87 .aixdb-t87-content > .aixdb-info-r > .tit {
  font-size: 20px;
  color: #333;
  font-weight: var(--fontbold5, 500);
  margin: 10px 0;
}

.aixdb-t87 .aixdb-t87-content > .aixdb-info-r > .modality {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color, #1d2087);
  position: relative;
  margin-left: 14px;
}

.aixdb-t87 .aixdb-t87-content > .aixdb-info-r > .modality > p {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 5px;
  border-radius: 2px;
  background-color: var(--color, #1d2087);
  opacity: 0.2;
  left: -14px;
  top: 2px;
  margin: 0;
}

.aixdb-t87 .aixdb-t87-info-list {
  margin-top: 30px;
}

.aixdb-t87 .aixdb-t87-info-list > .aixdb-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.aixdb-t87 .aixdb-t87-info-list > .aixdb-info-item > .aixdb-info-item-l {
  width: 66px;
  height: 66px;
  background-color: #eff2f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.2s ease;
}

.aixdb-t87 .aixdb-t87-info-list > .aixdb-info-item > .aixdb-info-item-l > em {
  color: var(--color, #1d2087);
  font-size: 28px;
  transition: all 0.2s ease;
}

.aixdb-t87 .aixdb-t87-info-list > .aixdb-info-item > .aixdb-info-item-r {
  flex: 1;
}

.aixdb-t87 .aixdb-t87-info-list > .aixdb-info-item > .aixdb-info-item-r > .info-item-tit {
  color: #111;
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  margin-bottom: 6px;
}

.aixdb-t87 .aixdb-t87-info-list > .aixdb-info-item > .aixdb-info-item-r > .info-item-des {
  color: #444;
  font-size: 16px;
  margin: 0;
}

@media (max-width: 1024px) {
  .aixdb-t87 .aixdb-t87-content > .aixdb-img-l {
    width: 100%;
  }

  .aixdb-t87 .aixdb-t87-content > .aixdb-info-r {
    margin-left: 0;
    margin-top: 2em;
  }
}

/* t88 模块 */
.aixdb-t88 .aixdb-t88-tit {
  font-size: 24px;
  color: #333;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}

.aixdb-t88 .aixdb-t88-des {
  color: #333;
  font-size: 16px;
}

.aixdb-t88 .aixdb-t88-content > .modality {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color, #1d2087);
  position: relative;
  margin: 0 auto;
}

.aixdb-t88 .aixdb-t88-content > .modality > p {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 5px;
  border-radius: 2px;
  background-color: var(--color, #1d2087);
  opacity: 0.2;
  left: 50%;
  transform: translateX(-50%);
  top: 2px;
  margin: 0;
}

.aixdb-t88 .aixdb-t88-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}

.aixdb-t88 .aixdb-t88-item {
  width: 23%;
  background-color: #fff;
  border-radius: 10px;
  border-bottom: 3px solid var(--color, #1d2087);
  margin-bottom: 20px;
}

.aixdb-t88 .aixdb-t88-item > .aixdb-t88-item-img,
.aixdb-t88 .aixdb-t88-item > .aixdb-t88-item-img img {
  width: 100%;
  overflow: hidden;
  transition: all 0.2s linear;
}

.aixdb-t88 .aixdb-t88-item > .aixdb-t88-item-img img:hover {
  transform: scale(1.02);
}

.aixdb-t88 .aixdb-t88-item > .aixdb-t88-info > p {
  text-align: center;
  margin: 8px 0;
}

.aixdb-t88 .aixdb-t88-item > .aixdb-t88-info {
  padding: 10px;
}

.aixdb-t88 .aixdb-t88-item > .aixdb-t88-info > .aixdb-t88-info-tit {
  font-weight: var(--fontbold5, 500);
  color: #111;
  font-size: 18px;
}

.aixdb-t88 .aixdb-t88-item > .aixdb-t88-info > .aixdb-t88-info-des {
  color: #444;
  font-size: 16px;
}

@media (max-width: 768px) {
  .aixdb-t88 .aixdb-t88-content > .aixdb-t88-tit {
    font-size: 24px;
  }

  .aixdb-t88 .aixdb-t88-item {
    width: 48%;
    margin-bottom: 2em;
  }
}

/*  */
.aixdb-t89 img {
  max-width: 100%;
}

.aixdb-t89 .aixdb-t89-content {
  display: flex;
  flex-wrap: wrap;
}

.aixdb-t89 .aixdb-t89-content img {
  max-width: 100%;
  height: auto;
}

.aixdb-t89 .aixdb-t89-l {
  width: 40%;
  margin-right: 20px;
}

.aixdb-t89 .aixdb-t89-l > .aixdb-t89-tit {
  color: #333;
  font-size: 30px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  margin-bottom: 10px;
}

.aixdb-t89 .aixdb-t89-l > .modality {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color, #1d2087);
  position: relative;
  margin-left: 14px;
  margin-bottom: 2em;
}

.aixdb-t89 .aixdb-t89-l > .modality > p {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 5px;
  border-radius: 2px;
  background-color: var(--color, #1d2087);
  opacity: 0.2;
  left: -14px;
  top: 2px;
  margin: 0;
}

.aixdb-t89 .aixdb-t89-list {
  display: flex;
  flex: 1;
}

.aixdb-t89 .aixdb-t89-item {
  flex: 1;
}

.aixdb-t89 .aixdb-t89-item > p {
  text-align: center;
  font-size: 16px;
  font-weight: var(--fontbold5, 500);
}

@media (max-width: 768px) {
  .aixdb-t89 .aixdb-t89-l > .aixdb-t89-tit {
    font-size: 24px;
  }

  .aixdb-t89 .aixdb-t89-l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }

  .aixdb-t89 .aixdb-t89-l > img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .aixdb-t89 .aixdb-t89-list {
    flex: none;
    flex-wrap: wrap;
    width: 100%;
  }

  .aixdb-t89 .aixdb-t89-item {
    flex: none;
    width: 100%;
  }

  .aixdb-t89 img {
    width: 100%;
  }
}

/*  */
.aixdb-t90 .aixdb-t90-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.aixdb-t90 .aixdb-t90-l {
  width: 40%;
}

.aixdb-t90 .aixdb-t90-l > .aixdb-t90-tit {
  color: #333;
  font-size: 22px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  margin-bottom: 10px;
}

.aixdb-t90 .aixdb-t90-l > .modality {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color, #1d2087);
  position: relative;
  margin-left: 14px;
}

.aixdb-t90 .aixdb-t90-l > .modality > p {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 5px;
  border-radius: 2px;
  background-color: var(--color, #1d2087);
  opacity: 0.2;
  left: -14px;
  top: 2px;
  margin: 0;
}

.aixdb-t90 .aixdb-t90-r {
  flex: 1;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .aixdb-t90 .aixdb-t90-l {
    width: 100%;
  }
}

/*  */
.aixdb-t91 .aixdb-t91-tit {
  color: #333;
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}

.aixdb-t91 .aixdb-t91-content > .modality {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color, #1d2087);
  position: relative;
  margin: 0 auto;
}

.aixdb-t91 .aixdb-t91-content > .modality > p {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 5px;
  border-radius: 2px;
  background-color: var(--color, #1d2087);
  opacity: 0.2;
  left: -14px;
  top: 2px;
  margin: 0;
}

.aixdb-t91 .aixdb-t91-list {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aixdb-t91 .aixdb-t91-item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #cdcef0;
  width: 32%;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
}

.aixdb-t91 .aixdb-t91-item > em {
  color: var(--color, #1d2087);
  font-size: 36px;
  position: relative;
  z-index: 1;
  transition: all 0.2s linear;
}

.aixdb-t91 .aixdb-t91-item > .aixdb-t91-item-tit {
  color: #111;
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  position: relative;
  z-index: 1;
  transition: all 0.2s linear;
  margin: 0;
}

.aixdb-t91 .aixdb-t91-item > .aixdb-t91-item-des {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 1;
  transition: all 0.2s linear;
}

.aixdb-t91 .aixdb-t91-item > div {
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-block;
  bottom: 0;
  right: 0;
  background-color: var(--color, #1d2087);
  opacity: 0.2;
  transition: all 0.2s linear;
}

.aixdb-t91 .aixdb-t91-item:hover > div {
  opacity: 1;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

.aixdb-t91 .aixdb-t91-item:hover > .aixdb-t91-item-tit {
  color: #fff;
}

.aixdb-t91 .aixdb-t91-item:hover > .aixdb-t91-item-des {
  color: #fff;
}

.aixdb-t91 .aixdb-t91-item:hover > em {
  color: #fff;
}

@media (max-width: 768px) {
  .aixdb-t91 .aixdb-t91-item {
    width: 100%;
    margin-bottom: 2em;
  }

  .aixdb-t91 .aixdb-t91-item:last-child {
    margin-bottom: 0;
  }
}

/*  */
.aixdb-t92 .aixdb-t92-content > .aixdb-t92-tit {
  color: #333;
  font-size: 22px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  margin-bottom: 10px;
}

.aixdb-t92 .aixdb-t92-content > .modality {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color, #1d2087);
  position: relative;
  margin-left: 14px;
  margin-bottom: 2em;
}

.aixdb-t92 .aixdb-t92-content > .modality > p {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 5px;
  border-radius: 2px;
  background-color: var(--color, #1d2087);
  opacity: 0.2;
  left: -14px;
  top: 2px;
  margin: 0;
}

.aixdb-t92 .aixdb-t92-content p {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}

/*  */
.aixdb-t93 .aixdb-t93-tit {
  color: #333;
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}

.aixdb-t93 .aixdb-t93-content > .modality {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color, #1d2087);
  position: relative;
  margin: 0 auto;
}

.aixdb-t93 .aixdb-t93-content > .modality > p {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 5px;
  border-radius: 2px;
  background-color: var(--color, #1d2087);
  opacity: 0.2;
  left: -14px;
  top: 2px;
  margin: 0;
}

.aixdb-t93 .aixdb-t93-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  justify-content: space-between;
}

.aixdb-t93 .aixdb-t93-item {
  width: 23.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.aixdb-t93 .aixdb-t93-item::after {
  content: '';
  background: url(../img/modular/93/modular-2.webp) no-repeat;
  position: absolute;
  right: -30%;
  top: 20px;
  display: inline-flex;
  width: 50%;
  height: 40px;
  background-position-x: right;
  background-size: cover;
}

.aixdb-t93 .aixdb-t93-item:last-child::after {
  display: none;
}

.aixdb-t93 .aixdb-t93-item > .aixdb-t93-item-top {
  width: 110px;
  height: 110px;
  background-color: var(--color, #1d2087);
  border-radius: 50%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.aixdb-t93 .aixdb-t93-item > .aixdb-t93-item-top > .item-num {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1d2087;
}

.aixdb-t93 .aixdb-t93-item > .aixdb-t93-item-top > em {
  font-size: 36px;
  color: #fff;
}

.aixdb-t93 .aixdb-t93-item > .aixdb-t93-item-text {
  text-align: center;
}

.aixdb-t93 .aixdb-t93-item > .aixdb-t93-item-text > .tit {
  font-size: 18px;
  color: #232323;
}

.aixdb-t93 .aixdb-t93-item > .aixdb-t93-item-text > .des {
  color: #444;
  font-size: 16px;
  line-height: 24px;
}

.aixdb-t93 .showhidden {
  color: var(--color, #1d2087);
  cursor: pointer;
  position: relative;
}

.aixdb-t93 .tupxila {
  position: absolute;
  top: 2px;
  right: -16px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid var(--color, #1d2087);
  transform: rotate(0);
}

.aixdb-t93 .tupxila.rotate {
  top: 8px;
}

.aixdb-t93 .rotate {
  transform-origin: center center;
  transform: rotate(180deg);
  transition: transform 0.2s;
}

.aixdb-t93 .rotate1 {
  transform-origin: center center;
  transform: rotate(0);
  transition: transform 0.2s;
}

@media (max-width: 768px) {
  .aixdb-t93 .aixdb-t93-content > .aixdb-t93-tit {
    font-size: 24px;
  }

  .aixdb-t93 .aixdb-t93-item {
    width: 48%;
    margin-bottom: 2em;
  }

  .aixdb-t93 .aixdb-t93-item > .aixdb-t93-item-top {
    width: 80px;
    height: 80px;
  }

  .aixdb-t93 .aixdb-t93-item > .aixdb-t93-item-top > .item-num {
    width: 30px;
    height: 30px;
  }

  .aixdb-t93 .aixdb-t93-item > .aixdb-t93-item-top > em {
    font-size: 28px;
    color: #fff;
  }

  .aixdb-t93 .aixdb-t93-item::after {
    display: none;
  }
}

@media (max-width: 500px) {
  .aixdb-t93 .aixdb-t93-item {
    width: 100%;
    margin-bottom: 1em;
  }
}

/*  */
.aixdb-t94 .aixdb-t94-tit {
  color: #333;
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}

.aixdb-t94 .aixdb-t94-content > .modality {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1d2087;
  position: relative;
  margin: 0 auto;
}

.aixdb-t94 .aixdb-t94-content > .modality > p {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 5px;
  border-radius: 2px;
  background-color: #1d2087;
  opacity: 0.2;
  left: 50%;
  transform: translateX(-50%);
  top: 2px;
  margin: 0;
}

.aixdb-t94 .aixdb-t94-bottom {
  display: flex;
  margin-top: 2em;
  flex-wrap: wrap;
}

.aixdb-t94 .aixdb-t94-bottom-l {
  display: inline-flex;
  flex-direction: column;
  margin-right: 30px;
  width: 30%;
  overflow: hidden;
}

.aixdb-t94 .aixdb-t94-bottom-l img:hover {
  transform: scale(1.02);
}

.aixdb-t94 .aixdb-t94-bottom-l img {
  margin-bottom: 20px;
  max-width: 100%;
  transition: all 0.1s linear;
}

.aixdb-t94 .aixdb-t94-bottom-r {
  flex: 1;
}

.aixdb-t94 .aixdb-t94-bottom-r > .aixdb-t94-bottom-title {
  color: #111;
  font-size: 20px;
  font-weight: var(--fontbold5, 500);
  display: inline-flex;
  align-items: center;
}

.aixdb-t94 .aixdb-t94-bottom-r > .aixdb-t94-bottom-title > p {
  background-color: #1d2087;
  width: 4px;
  height: 20px;
  display: inline-block;
  margin: 0;
  margin-right: 6px;
}

.aixdb-t94 .aixdb-t94-bottom-r > .aixdb-t94-bottom-item {
  margin: 4px 0;
}

.aixdb-t94 .aixdb-t94-bottom-r > .aixdb-t94-bottom-item > .aixdb-t94-item-tit {
  background-color: #eff2f7;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #111;
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  position: relative;
  padding-right: 60px;
}

.aixdb-t94 .aixdb-t94-bottom-r > .aixdb-t94-bottom-item > .aixdb-t94-item-tit > em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
}

.aixdb-t94 .aixdb-t94-bottom-r > .aixdb-t94-bottom-item > .aixdb-t94-item-box {
  padding: 20px;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  padding-right: 40px;
  display: none;
}

.aixdb-t94 .aixdb-t94-bottom-r > .aixdb-t94-bottom-item.active > .aixdb-t94-item-tit {
  background-color: #1d2087;
  color: #fff;
}

.aixdb-t94 .aixdb-t94-bottom-r > .aixdb-t94-bottom-item.active > .aixdb-t94-item-box {
  display: block;
}

.aixdb-t94 #aixdbt94Accordion > .aixdb-t94-bottom-item {
  margin: 4px 0;
}

.aixdb-t94 #aixdbt94Accordion > .aixdb-t94-bottom-item > .aixdb-t94-item-tit {
  background-color: #eff2f7;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #111;
  font-size: 16px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  position: relative;
  padding-right: 60px;
  cursor: pointer;
}

.aixdb-t94 #aixdbt94Accordion > .aixdb-t94-bottom-item > .aixdb-t94-item-tit.active {
  background: var(--color, #1d2087);
  color: #fff;
}

.aixdb-t94 #aixdbt94Accordion > .aixdb-t94-bottom-item > .aixdb-t94-item-tit.active em {
  color: #fff;
}

.aixdb-t94 #aixdbt94Accordion > .aixdb-t94-bottom-item > .aixdb-t94-item-tit > em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  transform: rotate(0);
  transition: all 0.1s linear;
  color: #111;
}

.aixdb-t94 #aixdbt94Accordion > .aixdb-t94-bottom-item > .aixdb-t94-item-box {
  padding: 10px;
  color: #444;
  font-size: 16px;
  line-height: 24px;
}

.aixdb-t94 #aixdbt94Accordion > .aixdb-t94-bottom-item.active > .aixdb-t94-item-tit {
  background-color: var(--color, #1d2087);
  color: #fff;
}

.aixdb-t94 #aixdbt94Accordion > .aixdb-t94-bottom-item.active > .aixdb-t94-item-box {
  display: block;
}

.aixdb-t94 #aixdbt94Accordion > .aixdb-t94-bottom-item.active > .aixdb-t94-item-tit > em {
  transform: rotate(180deg);
  color: #fff;
}

@media (max-width: 1024px) {
  .aixdb-t94 .aixdb-t94-bottom-l {
    width: 100%;
    margin-right: 0;
    flex-direction: row;
    justify-content: space-between;
  }

  .aixdb-t94 .aixdb-t94-bottom-l > img {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .aixdb-t94 .aixdb-t94-content > .aixdb-t94-tit {
    font-size: 24px;
  }

  .aixdb-t94 .aixdb-t94-bottom-r > .aixdb-t94-bottom-title {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .aixdb-t94 .aixdb-t94-bottom-l {
    flex-direction: column;
  }

  .aixdb-t94 .aixdb-t94-bottom-l > img {
    width: 100%;
  }
}

.aixdb-t44 > .aixdb-flex {
  align-items: center;
}

.aixdb-t44 > .aixdb-flex > .aixdb-flex-l > h5 {
  font-size: 18px;
  margin: 0px;
}

.aixdb-t44 > .aixdb-flex > .aixdb-flex-l > ul {
  padding-left: 20px;
}

.aixdb-t44 > .aixdb-flex > .aixdb-flex-l > ul > li > p {
  margin: 0px;
}

.aixdb-t44 > .aixdb-flex > .aixdb-flex-l > ul > li {
  margin: 8px 0;
  list-style: disc;
}

.aixdb-t44 > .aixdb-flex > .aixdb-flex-r {
  width: 40%;
}

.aixdb-t44 > .aixdb-flex > .aixdb-flex-r span {
  display: block;
}

@media (max-width: 768px) {
  .aixdb-t44 > .aixdb-flex > .aixdb-flex-r {
    width: 100%;
  }
}

.aixdb-t45 > .aixdb-flex {
  align-items: center;
}

.aixdb-t46 > .aixdb-flex-row-reverse {
  align-items: center;
}

.aixdb-t95 {
  position: relative;
}

.aixdb-t95 > h5 {
  width: 100%;
  font-size: 20px;
  padding: 5px 20px;
  box-sizing: border-box;
  border-bottom: 5px solid var(--color, #555);
  margin: 0px;
  display: flex;
  align-items: center;
  color: var(--color, #000);
}

.aixdb-t95 > h5 em {
  font-size: 20px;
  margin-right: 5px;
}

.aixdb-t95 > h5::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 2px;
  right: 0;
  width: calc(100% - 20px);
  height: 3px;
  background-color: #fff;
}

@media (max-width: 480px) {
  .aixdb-t95 > h5 {
    font-size: 16px;
  }
}

/*  */

.aixdb-t96 .aixdb-t96-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.aixdb-t96 .aixdb-item-l {
  width: 45%;
  margin-right: 3%;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}

.aixdb-t96 .aixdb-item-l img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.1s linear;
}

.aixdb-t96 .aixdb-item-l img:hover {
  transform: scale(1.02);
}

.aixdb-t96 .aixdb-item-r {
  flex: 1;
}

.aixdb-t96 .aixdb-item-r .aixdb-t96-r-tit {
  font-size: 20px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  margin-bottom: 20px;
}

.aixdb-t96 .aixdb-item-r .aixdb-t96-r-des {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.7;
  margin: 0;
  margin-bottom: 10px;
}

.aixdb-t96 .aixdb-t96-btn span {
  text-decoration: underline;
}

.aixdb-t96 .aixdb-t96-btn a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .aixdb-t96 .aixdb-item-l {
    width: 100%;
    margin-right: 0;
  }

  .aixdb-t96 .aixdb-item-r {
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .aixdb-t96 .aixdb-item-r .aixdb-t96-r-tit {
    margin-bottom: 10px;
  }

  .aixdb-t96 .aixdb-item-r {
    margin-top: 20px;
  }
}

.aixdb-t97 .aixdb-t97-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.aixdb-t97 .aixdb-t97-item:nth-child(1) {
  margin-bottom: 30px;
}

.aixdb-t97 .aixdb-t97-item:nth-child(2) {
  margin-bottom: 30px;
}

.aixdb-t97 .aixdb-t97-item > div {
  width: 45%;
  overflow: hidden;
  border-radius: 10px;
}

.aixdb-t97 .aixdb-t97-item .aixdb-t97-item-int {
  width: 45px;
  height: 3px;
  background-color: var(--color, #24dffd);
  margin: 10px 0;
}

.aixdb-t97 .aixdb-t97-item .aixdb-t97-item-tit {
  font-size: 20px;
  color: #333;
  font-weight: var(--fontbold5, 500);
  margin: 0;
}

.aixdb-t97 .aixdb-t97-item .aixdb-t97-item-des {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.7;
}

.aixdb-t97 .aixdb-t97-item img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: all 0.1s linear;
}

.aixdb-t97 .aixdb-t97-item img:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .aixdb-t97 .aixdb-t97-item > div {
    width: 100%;
  }

  .aixdb-t97 .aixdb-t97-item .aixdb-t97-item-text {
    margin-bottom: 20px;
  }

  .aixdb-t97 .aixdb-t97-item:nth-child(2) {
    flex-direction: column-reverse;
  }
}

.aixdb-t98 .aixdb-t98-title {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
}

.aixdb-t98 .aixdb-t98-list {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aixdb-t98 .aixdb-t98-list .aixdb-t98-item {
  width: 31%;
  box-shadow: 0 2px 6px 0 rgba(51, 51, 52, 0.2);
  border-radius: 10px;
  transition: all 0.1s linear;
}

.aixdb-t98 .aixdb-t98-item-title {
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  border-bottom: 3px solid var(--color, #10b098);
}

.aixdb-t98 .aixdb-t98-item .aixdb-t98-item-bottom {
  box-sizing: border-box;
  padding: 20px;
  color: #555;
}

.aixdb-t98 .aixdb-t98-item .aixdb-t98-item-des {
  line-height: 1.7;
  margin: 0;
}

.aixdb-t98 .aixdb-t98-item:hover {
  box-shadow: 0 2px 6px 0 rgba(51, 51, 52, 0.6);
}

.aixdb-t98 .aixdb-t98-item .aixdb-t98-item-btn {
  margin-top: 10px;
}

.aixdb-t98 .aixdb-t98-item .aixdb-t98-item-btn span {
  text-decoration: underline;
}

.aixdb-t98 .aixdb-t98-item .aixdb-t98-item-btn a {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .aixdb-t98 .aixdb-t98-list .aixdb-t98-item {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .aixdb-t98 .aixdb-t98-list .aixdb-t98-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .aixdb-t98 .aixdb-t98-title {
    font-size: 20px;
  }

  .aixdb-t98 .aixdb-t98-item .aixdb-t98-item-des {
    line-height: 26px;
    font-size: 16px;
  }
}

.aixdb-t99 .aixdb-t99-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t99 .aixdb-t99-flex .aixdb-t99-img {
  width: 40%;
}

.aixdb-t99 .aixdb-t99-flex .aixdb-t99-img img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.1s linear;
  border: 1px solid #eee;
  border-radius: 10px;
}

.aixdb-t99 .aixdb-t99-flex .aixdb-t99-img img:hover {
  transform: scale(1.02);
}

.aixdb-t99 .aixdb-t99-flex .aixdb-t99-info {
  width: 58%;
}

.aixdb-t99 .aixdb-t99-flex .aixdb-t99-title {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  margin-bottom: 30px;
}

.aixdb-t99 .aixdb-t99-info-item {
  padding: 10px 15px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: content-box !important;
  position: relative;
}

.aixdb-t99 .aixdb-t99-info-item .aixdb-t99-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aixdb-t99 .aixdb-t99-item-top > p {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}

.aixdb-t99 .aixdb-t99-item-top em {
  transition: all 0.2s linear;
  transform: rotate(0);
}

.aixdb-t99 .aixdb-t99-item-bottom {
  display: none;
  margin-top: 10px;
}

.aixdb-t99 .aixdb-t99-info-item:hover .aixdb-t99-item-bottom {
  display: -webkit-box;
}

.aixdb-t99 .aixdb-t99-item-bottom > p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.aixdb-t99 .aixdb-t99-info-item:hover {
  text-align: inherit;
  max-height: 600px;
}

.aixdb-t99 .aixdb-t99-info-item:hover .aixdb-t99-item-top em {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .aixdb-t99 .aixdb-t99-flex .aixdb-t99-img {
    width: 100%;
  }

  .aixdb-t99 .aixdb-t99-flex .aixdb-t99-info {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .aixdb-t99 .aixdb-t99-item-top > p {
    font-size: 16px;
  }

  .aixdb-t99 .aixdb-t99-item-bottom > p {
    font-size: 16px;
    line-height: 24px;
  }

  .aixdb-t99 .aixdb-t99-flex .aixdb-t99-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .aixdb-t99 .aixdb-t99-info-item {
    margin-bottom: 15px;
    padding: 10px;
  }
}

.aixdb-t100 .aixdb-t100-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.aixdb-t100 .aixdb-t100-img {
  width: 50%;
  position: relative;
}

.aixdb-t100 .aixdb-t100-img .aixdb-t100-img-before1 {
  position: absolute;
  width: 94px;
  height: 94px;
  background-color: #242424;
  border-radius: 50%;
  top: 25%;
  left: 0;
  z-index: -1;
}

.aixdb-t100 .aixdb-t100-img .aixdb-t100-img-before2 {
  position: absolute;
  width: 189px;
  height: 189px;
  background: #bcc533;
  border-radius: 50%;
  top: 0;
  z-index: -1;
  left: 0;
}

.aixdb-t100 .aixdb-t100-img .aixdb-t100-img-box {
  margin-right: 50px;
  max-width: 550px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
}

.aixdb-t100 .aixdb-t100-img .aixdb-t100-img-box a {
  display: block;
  margin: 0;
  padding: 0;
}

.aixdb-t100 .aixdb-t100-img .aixdb-t100-img-box img {
  max-width: 100%;
  display: block;
  height: auto;
  transition: all 0.1s linear;
}

.aixdb-t100 .aixdb-t100-img .aixdb-t100-img-box:hover img {
  transform: scale(1.02);
}

.aixdb-t100 .aixdb-t100-info {
  width: 50%;
}

.aixdb-t100 .aixdb-t100-info .aixdb-t100-info-title {
  font-size: 20px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
}

.aixdb-t100 .aixdb-t100-info .aixdb-t100-info-into {
  width: 30px;
  height: 3px;
  background-color: var(--color, #bcc533);
  margin: 20px 0 35px;
}

.aixdb-t100 .aixdb-t100-info .aixdb-t100-info-des {
  font-size: 16px;
  color: #555;
  line-height: 2;
  margin: 0;
}

@media (max-width: 768px) {
  .aixdb-t100 .aixdb-t100-img {
    width: 80%;
  }

  .aixdb-t100 .aixdb-t100-img .aixdb-t100-img-box img {
    max-width: 100%;
  }

  .aixdb-t100 .aixdb-t100-info {
    margin-top: 20px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .aixdb-t100 .aixdb-t100-img .aixdb-t100-img-before1 {
    width: 70px;
    height: 70px;
  }

  .aixdb-t100 .aixdb-t100-img .aixdb-t100-img-before2 {
    width: 120px;
    height: 120px;
  }

  .aixdb-t100 .aixdb-t100-img .aixdb-t100-img-box {
    margin-right: 0;
  }

  .aixdb-t100 .aixdb-t100-info .aixdb-t100-info-des {
    font-size: 16px;
    line-height: 24px;
  }

  .aixdb-t100 .aixdb-t100-info .aixdb-t100-info-into {
    margin: 15px 0;
  }
}

.aixdb-t101 .aixdb-t101-content {
  position: relative;
  z-index: 1;
}

.aixdb-t101 .aixdb-t101-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 400px;
  background-color: var(--color, #0a0a0a);
  left: 0;
  top: 0;
  z-index: -1;
}

.aixdb-t101 .aixdb-t101-title {
  font-size: 24px;
  text-align: center;
  font-weight: var(--fontbold5, 500);
  color: #fff;
  margin: 0;
  padding-top: 20px;
}

.aixdb-t101 .aixdb-t101-into {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 10px auto 30px;
}

.aixdb-t101 .aixdb-t101-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 15px;
}

.aixdb-t101 .aixdb-t101-list .aixdb-t101-item {
  width: 24%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 8px 10px 0 rgba(38, 38, 38, 0.11);
}

.aixdb-t101 .aixdb-t101-item-img {
  overflow: hidden;
}

.aixdb-t101 .aixdb-t101-item-img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all 0.1s linear;
}

.aixdb-t101 .aixdb-t101-item-info {
  padding: 10px 15px;
  box-sizing: border-box;
  background: #fff;
}

.aixdb-t101 .aixdb-t101-item-tit {
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
}

.aixdb-t101 .aixdb-t101-item-des {
  font-size: 16px;
  color: #555;
  margin: 10px 0 15px;
  line-height: 1.5;
}

.aixdb-t101 .aixdb-t101-item-btn {
  margin-top: 10px;
}

.aixdb-t101 .aixdb-t101-item-btn span {
  text-decoration: underline;
}

.aixdb-t101 .aixdb-t101-item-btn a {
  text-decoration: none;
}

.aixdb-t101 .aixdb-t101-item:hover .aixdb-t101-item-img img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .aixdb-t101 .aixdb-t101-list .aixdb-t101-item {
    width: 48%;
    margin-bottom: 20px;
  }

  .aixdb-t101 .aixdb-t101-list .aixdb-t101-item:nth-child(3) {
    margin-bottom: 0;
  }

  .aixdb-t101 .aixdb-t101-list .aixdb-t101-item:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .aixdb-t101 .aixdb-t101-list .aixdb-t101-item {
    width: 100%;
  }

  .aixdb-t101 .aixdb-t101-list .aixdb-t101-item:nth-child(3) {
    margin-bottom: 20px;
  }

  .aixdb-t101 .aixdb-t101-into {
    margin: 20px auto;
  }

  .aixdb-t101 .aixdb-t101-title {
    font-size: 20px;
    padding-top: 20px;
  }
}

.aixdb-t102 .aixdb-t102-title {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
}

.aixdb-t102 .aixdb-t102-into {
  width: 30px;
  height: 3px;
  background-color: var(--color, #bcc533);
  margin: 20px auto 35px;
}

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

.aixdb-t102 .aixdb-t102-item {
  width: 25%;
  border-right: 1px solid #d2d2d2;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 60px;
}

.aixdb-t102 .aixdb-t102-item:nth-of-type(4) {
  border-right: none;
}

.aixdb-t102 .aixdb-t102-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--color, #bcc533);
  display: flex;
  align-items: center;
  justify-content: center;
}

.aixdb-t102 .aixdb-t102-icon em {
  color: #fff;
  font-size: 32px;
  transform: rotateY(0);
  transition: all 0.1s linear;
}

.aixdb-t102 .aixdb-t102-item-tit {
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  text-align: center;
  margin: 20px 0;
}

.aixdb-t102 .aixdb-t102-item-des {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.aixdb-t102 .aixdb-t102-item:hover .aixdb-t102-icon em {
  transform: rotateY(180deg);
}

@media (max-width: 768px) {
  .aixdb-t102 .aixdb-t102-item {
    width: 50%;
  }

  .aixdb-t102 .aixdb-t102-item:nth-child(2) {
    border-right: none;
  }
}

@media (max-width: 500px) {
  .aixdb-t102 .aixdb-t102-item {
    width: 100%;
    border-right: none;
    padding: 20px 40px;
  }

  .aixdb-t102 .aixdb-t102-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--color, #bcc533);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aixdb-t102 .aixdb-t102-icon em {
    font-size: 24px;
  }

  .aixdb-t102 .aixdb-t102-into {
    margin: 20px auto;
  }

  .aixdb-t102 .aixdb-t102-title {
    font-size: 20px;
  }

  .aixdb-t102 .aixdb-t102-item-tit {
    margin: 12px 0;
  }
}

.aixdb-t103 .aixdb-t103-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.aixdb-t103 .aixdb-t103-l-text {
  width: 46%;
  margin-right: 4%;
  box-sizing: border-box;
}

.aixdb-t103 .aixdb-t103-title {
  font-size: 20px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
}

.aixdb-t103 .aixdb-t103-into {
  width: 30px;
  height: 3px;
  background-color: var(--color, #bcc533);
  margin: 20px 0 35px;
}

.aixdb-t103 .aixdb-t103-des {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.aixdb-t103 .aixdb-t103-r-img {
  width: 50%;
  display: flex;
  align-items: end;
}

.aixdb-t103 .aixdb-t103-r-tit {
  width: 50px;
  background-color: var(--color, #bcc533);
  border-radius: 10px 0 0 10px;
  font-size: 16px;
  font-weight: var(--fontbold5, 500);
  line-height: 1.5;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  word-wrap: break-word;
  text-align: center;
  text-transform: uppercase;
}

.aixdb-t103 .aixdb-t103-img-box {
  width: calc(100% - 50px);
  overflow: hidden;
  border-radius: 10px 10px 10px 0;
  border: 1px solid #eee;
}

.aixdb-t103 .aixdb-t103-img-box img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all 0.1s linear;
}

.aixdb-t103 .aixdb-t103-img-box:hover img {
  transform: scale(1.02);
}

@media (max-width: 900px) {
  .aixdb-t103 .aixdb-t103-l-text {
    width: 100%;
    margin-right: 0;
  }

  .aixdb-t103 .aixdb-t103-r-img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .aixdb-t103 .aixdb-t103-r-tit {
    width: auto;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .aixdb-t103 .aixdb-t103-r-img {
    display: block;
  }

  .aixdb-t103 .aixdb-t103-img-box {
    width: 100%;
  }

  .aixdb-t103 .aixdb-t103-into {
    margin: 20px 0;
  }
}

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

.aixdb-t104 .aixdb-t104-list .aixdb-t104-item {
  width: 23%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}

.aixdb-t104 .aixdb-t104-item .aixdb-t104-item-img img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.1s linear;
}

.aixdb-t104 .aixdb-t104-item .aixdb-t104-item-text {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 50%;
  transition: all 0.1s linear;
}

.aixdb-t104 .aixdb-t104-item .aixdb-t104-item-text .aixdb-t104-item-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color, #bcc533);
  opacity: 0.4;
  top: 0;
  left: 0;
}

.aixdb-t104 .aixdb-t104-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 12px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.aixdb-t104 .aixdb-t104-item-info .aixdb-t104-item-tit {
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  color: #fff;
  line-height: 1.8;
  margin: 0;
}

.aixdb-t104 .aixdb-t104-item-info .aixdb-t104-item-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.aixdb-t104 .aixdb-t104-item-info .aixdb-t104-item-btn em {
  font-size: 20px;
  color: #161616;
  position: relative;
  z-index: 1;
  transition: all 0.1s linear;
  color: #fff;
}

.aixdb-t104 .aixdb-t104-item-info .aixdb-t104-item-btn a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  background-color: var(--color, #bcc533);
  transition: all 0.1s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aixdb-t104 .aixdb-t104-item:hover .aixdb-t104-item-text {
  top: 50%;
}

.aixdb-t104 .aixdb-t104-item:hover .aixdb-t104-item-img img {
  transform: scale(1.02);
}

.aixdb-t104 .aixdb-t104-item-info .aixdb-t104-item-more {
  color: #fff;
}

.aixdb-t104 .aixdb-t104-item-info .aixdb-t104-item-more a {
  color: #fff;
}

@media (max-width: 768px) {
  .aixdb-t104 .aixdb-t104-list .aixdb-t104-item {
    width: 48%;
    margin-bottom: 20px;
  }

  .aixdb-t104 .aixdb-t104-list .aixdb-t104-item:nth-child(3) {
    margin-bottom: 0;
  }

  .aixdb-t104 .aixdb-t104-list .aixdb-t104-item:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .aixdb-t104 .aixdb-t104-item-info {
    padding: 10px;
  }

  .aixdb-t104 .aixdb-t104-item-info .aixdb-t104-item-tit {
    font-size: 16px;
    line-height: 24px;
  }

  .aixdb-t104 .aixdb-t104-item-info .aixdb-t104-item-btn {
    width: 30px;
    height: 30px;
  }
}

.aixdb-t105 .aixdb-t105-title {
  font-size: 24px;
  text-align: center;
  font-weight: var(--fontbold5, 500);
  margin: 0;
}

.aixdb-t105 .aixdb-t105-des {
  color: #333;
  font-size: 16px;
}

.aixdb-t105 .aixdb-t105-into {
  width: 30px;
  height: 3px;
  margin: 10px auto 30px;
  background-color: var(--color, #bcc533);
}

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

.aixdb-t105 .aixdb-t105-list .aixdb-t105-item {
  width: 23%;
  overflow: hidden;
}

.aixdb-t105 .aixdb-t105-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.1s linear;
}

.aixdb-t105 .aixdb-t105-item:hover img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .aixdb-t105 .aixdb-t105-list .aixdb-t105-item {
    width: 48%;
    margin-bottom: 20px;
  }

  .aixdb-t105 .aixdb-t105-list .aixdb-t105-item:nth-child(3) {
    margin-bottom: 0;
  }

  .aixdb-t105 .aixdb-t105-list .aixdb-t105-item:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .aixdb-t105 .aixdb-t105-title {
    font-size: 20px;
  }
}

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

.aixdb-t106 .aixdb-t106-list .aixdb-t106-item {
  position: relative;
  width: 24%;
  overflow: hidden;
}

.aixdb-t106 .aixdb-t106-list .aixdb-t106-item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.aixdb-t106 .aixdb-t106-item .aixdb-t106-item-img img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
  transition: all 0.1s linear;
}

.aixdb-t106 .aixdb-t106-item .aixdb-t106-title {
  position: absolute;
  top: 50%;
  opacity: 1;
  transition: all 0.1s linear;
  transform: translateY(-50%);
  font-size: 18px;
  z-index: 2;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #fff;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t106 .aixdb-t106-item .aixdb-t106-item-hover {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  transition: all 0.1s linear;
  display: flex;
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
}

.aixdb-t106 .aixdb-t106-item .aixdb-t106-item-info {
  box-sizing: border-box;
  padding: 20px;
}

.aixdb-t106 .aixdb-t106-item .aixdb-t106-item-tit {
  font-size: 18px;
  color: #f4f4f4;
  font-weight: var(--fontbold5, 500);
  margin: 0;
}

.aixdb-t106 .aixdb-t106-item .aixdb-t106-item-des {
  font-size: 16px;
  color: #f4f4f4;
  margin: 0;
  margin-top: 20px;
}

.aixdb-t106 .aixdb-t106-item .aixdb-t106-item-btn {
  width: 54px;
  height: 54px;
  background-color: var(--color, #10b098);
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s linear;
}

.aixdb-t106 .aixdb-t106-item .aixdb-t106-item-btn em {
  color: #fff;
  font-size: 28px;
}

.aixdb-t106 .aixdb-t106-item .aixdb-t106-item-btn:hover {
  width: 100%;
}

.aixdb-t106 .aixdb-t106-item:hover .aixdb-t106-item-hover {
  top: 0;
}

.aixdb-t106 .aixdb-t106-item:hover .aixdb-t106-item-img img {
  transform: scale(1.02);
}

.aixdb-t106 .aixdb-t106-item:hover .aixdb-t106-title {
  opacity: 0;
}

@media (max-width: 768px) {
  .aixdb-t106 .aixdb-t106-list .aixdb-t106-item {
    width: 48%;
    margin-bottom: 20px;
  }

  .aixdb-t106 .aixdb-t106-item .aixdb-t106-item-info {
    box-sizing: border-box;
    padding: 10px;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .aixdb-t106 .aixdb-t106-item .aixdb-t106-item-info {
    margin-top: 0;
    padding-bottom: 0;
  }

  .aixdb-t106 .aixdb-t106-item .aixdb-t106-item-tit {
    font-size: 16px;
    font-weight: 400;
  }

  .aixdb-t106 .aixdb-t106-item .aixdb-t106-item-des {
    font-size: 12px;
    margin-top: 4px;
  }

  .aixdb-t106 .aixdb-t106-item .aixdb-t106-item-btn {
    width: 30px;
    height: 30px;
  }

  .aixdb-t106 .aixdb-t106-item .aixdb-t106-item-btn em {
    font-size: 18px;
  }
}

.aixdb-t107 .aixdb-t107-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t107 .aixdb-t107-l-text {
  width: 55%;
  padding-right: 6%;
  box-sizing: border-box;
}

.aixdb-t107 .aixdb-t107-into {
  width: 30px;
  height: 2px;
  background-color: var(--color, #10b098);
  margin-bottom: 10px;
}

.aixdb-t107 .aixdb-t107-title {
  font-size: 20px !important;
  margin: 0;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t107 .aixdb-t107-des {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin: 16px 0;
}

.aixdb-t107 .aixdb-t107-r-img {
  width: 43%;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: right;
}

.aixdb-t107 .aixdb-t107-r-img img {
  max-width: 100%;
  height: auto;
  display: block;
  transition: all 0.2s linear;
  border: 1px solid #eee;
  border-radius: 10px;
}

.aixdb-t107 .aixdb-t107-r-img img:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .aixdb-t107 .aixdb-t107-l-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .aixdb-t107 .aixdb-t107-r-img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .aixdb-t107 .aixdb-t107-title {
    margin-bottom: 10px;
  }
}

.aixdb-t108 .aixdb-t108-into {
  width: 30px;
  height: 3px;
  background-color: var(--color, #10b098);
  margin: 0 auto;
  margin-bottom: 20px;
}

.aixdb-t108 .aixdb-t108-title {
  font-size: 24px;
  margin: 0;
  font-weight: var(--fontbold5, 500);
  text-align: center;
}

.aixdb-t108 .aixdb-t108-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t108 .aixdb-t108-list .aixdb-t108-item {
  position: relative;
  width: 32%;
  overflow: hidden;
}

.aixdb-t108 .aixdb-t108-item-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.1s linear;
}

.aixdb-t108 .aixdb-t108-item-info {
  position: absolute;
  width: calc(100% - 40px);
  margin: 20px 20px 15px 20px;
  background-color: var(--color, #10b098);
  bottom: -100%;
  left: 0;
  transition: all 0.2s linear;
}

.aixdb-t108 .aixdb-t108-item-info .aixdb-t108-item-des {
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin: 0;
  padding: 20px 20px 15px;
}

.aixdb-t108 .aixdb-t108-item-btn {
  display: flex;
  margin-left: auto;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  background-color: #fff;
}

.aixdb-t108 .aixdb-t108-item-btn em {
  font-size: 24px;
  position: relative;
  z-index: 1;
  transition: all 0.1s linear;
}

.aixdb-t108 .aixdb-t108-item-btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #10b098;
  opacity: 0;
  transition: all 0.1s linear;
}

.aixdb-t108 .aixdb-t108-item-btn:hover a {
  opacity: 0.7;
}

.aixdb-t108 .aixdb-t108-item-btn:hover em {
  color: #fff;
}

.aixdb-t108 .aixdb-t108-item-info .aixdb-t108-item-more {
  color: #fff;
  text-align: right;
  padding: 0 20px 10px;
}

.aixdb-t108 .aixdb-t108-item-info .aixdb-t108-item-more a {
  color: #fff;
}

.aixdb-t108 .aixdb-t108-item:hover .aixdb-t108-item-img img {
  transform: scale(1.02);
}

.aixdb-t108 .aixdb-t108-item:hover .aixdb-t108-item-info {
  bottom: 0;
}

@media (max-width: 768px) {
  .aixdb-t108 .aixdb-t108-list .aixdb-t108-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .aixdb-t108 .aixdb-t108-list .aixdb-t108-item {
    width: 100%;
  }

  .aixdb-t108 .aixdb-t108-title {
    font-size: 20px;
  }

  .aixdb-t108 .aixdb-t108-into {
    margin-bottom: 10px;
  }

  .aixdb-t108 .aixdb-t108-list {
    margin-top: 20px;
  }

  .aixdb-t108 .aixdb-t108-item-btn {
    width: 40px;
    height: 40px;
  }
}

.aixdb-t109 .aixdb-t109-content {
  position: relative;
  overflow: hidden;
}

.aixdb-t109 .aixdb-t109-t-list {
  padding-top: 75px;
  display: flex;
  flex-wrap: wrap;
}

.aixdb-t109 .aixdb-t109-top-bg {
  background-color: #111;
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.aixdb-t109 .aixdb-t109-bottom-bg {
  background-color: var(--color, #10b098);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.aixdb-t109 .aixdb-t109-t-list .aixdb-t109-t-item {
  width: 25%;
  border-right: 1px solid #e5e5e5;
  position: relative;
  background-color: #fff;
  padding: 60px 30px;
  box-sizing: border-box;
}

.aixdb-t109 .aixdb-t109-t-list .aixdb-t109-t-item:last-child {
  border: none;
}

.aixdb-t109 .aixdb-t109-t-item .aixdb-t109-t-img {
  position: absolute;
  top: -48px;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.1s linear;
}

.aixdb-t109 .aixdb-t109-t-item .aixdb-t109-t-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
}

.aixdb-t109 .aixdb-t109-t-item .aixdb-t109-t-p1 {
  margin: 0;
  color: #555;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.aixdb-t109 .aixdb-t109-t-item .aixdb-t109-t-p2 {
  color: var(--color, #10b098);
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}

.aixdb-t109 .aixdb-t109-t-item .aixdb-t109-t-p3 {
  text-align: center;
  font-size: 16px;
  margin: 0;
}

.aixdb-t109 .aixdb-t109-into {
  width: 30px;
  height: 3px;
  background-color: var(--color, #10b098);
  margin: 20px auto;
}

.aixdb-t109 .aixdb-t109-title {
  font-size: 24px;
  color: #fff;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
}

.aixdb-t109 .aixdb-t109-b-list {
  display: flex;
  flex-wrap: wrap;
}

.aixdb-t109 .aixdb-t109-b-list .aixdb-t109-b-item {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #efefef24;
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.aixdb-t109 .aixdb-t109-b-list .aixdb-t109-b-item:last-child {
  border-right: none;
}

.aixdb-t109 .aixdb-t109-b-item .aixdb-t109-b-icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aixdb-t109 .aixdb-t109-b-icon em {
  color: var(--color, #10b098);
  font-size: 36px;
  transform: rotateY(0);
  transition: all 0.1s linear;
}

.aixdb-t109 .aixdb-t109-b-item .aixdb-t109-b-num {
  margin: 20px 0;
  font-size: 22px;
  font-weight: var(--fontbold5, 500);
  color: #efefef;
  text-align: center;
}

.aixdb-t109 .aixdb-t109-b-item .aixdb-t109-b-tit {
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #efefef;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t109 .aixdb-t109-t-item:hover .aixdb-t109-t-img {
  top: -54px;
}

.aixdb-t109 .aixdb-t109-b-item:hover .aixdb-t109-b-icon em {
  transform: rotateY(180deg);
}

@media (max-width: 768px) {
  .aixdb-t109 .aixdb-t109-t-list .aixdb-t109-t-item {
    width: 50%;
  }

  .aixdb-t109 .aixdb-t109-t-list .aixdb-t109-t-item:nth-child(2) {
    border-right: none;
  }

  .aixdb-t109 .aixdb-t109-b-list .aixdb-t109-b-item {
    width: 50%;
    margin: 20px 0;
    border: none;
  }

  .aixdb-t109 .aixdb-t109-b-list .aixdb-t109-b-item:nth-child(3) {
    margin-top: 0;
  }

  .aixdb-t109 .aixdb-t109-b-list .aixdb-t109-b-item:nth-child(4) {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .aixdb-t109 .aixdb-t109-t-item .aixdb-t109-t-p1 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .aixdb-t109 .aixdb-t109-t-item .aixdb-t109-t-p2 {
    margin-bottom: 12px;
  }

  .aixdb-t109 .aixdb-t109-t-list .aixdb-t109-t-item {
    padding: 40px 10px;
  }

  .aixdb-t109 .aixdb-t109-b-item .aixdb-t109-b-icon {
    width: 60px;
    height: 60px;
  }

  .aixdb-t109 .aixdb-t109-b-item .aixdb-t109-b-icon em {
    font-size: 24px;
  }

  .aixdb-t109 .aixdb-t109-b-item .aixdb-t109-b-num {
    margin: 14px 0;
    font-size: 18px;
  }

  .aixdb-t109 .aixdb-t109-b-item .aixdb-t109-b-tit {
    font-size: 16px;
  }

  .aixdb-t109 .aixdb-t109-title {
    font-size: 20px;
  }

  .aixdb-t109 .aixdb-t109-into {
    margin: 10px auto;
  }

  .aixdb-t109 .aixdb-t109-t-item .aixdb-t109-t-img {
    top: -35px;
    width: 60px;
    height: 60px;
  }
}

.aixdb-t110 .aixdb-t110-into {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 30px;
  height: 3px;
  background-color: var(--color, #10b098);
}

.aixdb-t110 .aixdb-t110-title {
  font-size: 24px;
  text-align: center;
  margin: 0;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t110 .aixdb-t110-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t110 .aixdb-t110-list .aixdb-t110-item {
  width: 23%;
  overflow: hidden;
}

.aixdb-t110 .aixdb-t110-list .aixdb-t110-item img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.1s linear;
}

.aixdb-t110 .aixdb-t110-list .aixdb-t110-item:hover img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .aixdb-t110 .aixdb-t110-list .aixdb-t110-item {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media (max-width: 500px) {
  .aixdb-t110 .aixdb-t110-title {
    font-size: 20px;
  }

  .aixdb-t110 .aixdb-t110-into {
    margin-bottom: 10px;
  }

  .aixdb-t110 .aixdb-t110-list {
    margin-top: 20px;
  }
}

.aixdb-t111 .aixdb-t111-into {
  width: 30px;
  height: 3px;
  background-color: var(--color, #10b098);
  margin: 0 auto;
  margin-bottom: 10px;
}

.aixdb-t111 .aixdb-t111-des {
  color: #333;
  font-size: 16px;
}

.aixdb-t111 .aixdb-t111-title {
  font-size: 24px;
  text-align: center;
  margin: 0;
  color: #000;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t111 .aixdb-t111-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.aixdb-t111 .aixdb-t111-list .aixdb-t111-item {
  width: 23%;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.aixdb-t111 .aixdb-t111-item .aixdb-t111-item-img {
  overflow: hidden;
  position: relative;
}

.aixdb-t111 .aixdb-t111-item .aixdb-t111-item-img img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.1s linear;
}

.aixdb-t111 .aixdb-t111-item-text {
  background-color: #fff;
  padding: 10px;
}

.aixdb-t111 .aixdb-t111-item-text .aixdb-t111-item-tit {
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  text-align: center;
  margin: 0;
  color: #000;
  margin-bottom: 10px;
}

.aixdb-t111 .aixdb-t111-item-text .aixdb-t111-item-des {
  font-size: 16px;
  color: var(--color, #10b098);
  text-align: center;
  margin: 0;
}

.aixdb-t111 .aixdb-t111-item:hover .aixdb-t111-item-img img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .aixdb-t111 .aixdb-t111-list .aixdb-t111-item {
    width: 49%;
  }

  .aixdb-t111 .aixdb-t111-item-text .aixdb-t111-item-tit {
    font-size: 16px;
  }

  .aixdb-t111 .aixdb-t111-item-text .aixdb-t111-item-des {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .aixdb-t111 .aixdb-t111-title {
    font-size: 20px;
  }

  .aixdb-t111 .aixdb-t111-into {
    margin-bottom: 10px;
  }

  .aixdb-t111 .aixdb-t111-list {
    margin-top: 20px;
  }
}

.aixdb-t112 .aixdb-t112-list {
  display: flex;
  flex-wrap: wrap;
}

.aixdb-t112 .aixdb-t112-list .aixdb-t112-item {
  width: 25%;
  display: flex;
  align-items: center;
}

.aixdb-t112 .aixdb-t112-item .aixdb-t112-item-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  background-color: var(--color, #3483f9);
}

.aixdb-t112 .aixdb-t112-item .aixdb-t112-item-icon em {
  color: #fff;
  font-size: 36px;
  transform: rotateY(0);
  transition: all 0.1s linear;
}

.aixdb-t112 .aixdb-t112-item .aixdb-t112-item-info {
  flex: 1;
}

.aixdb-t112 .aixdb-t112-item .aixdb-t112-item-tit {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  margin-bottom: 10px;
}

.aixdb-t112 .aixdb-t112-item .aixdb-t112-item-des {
  font-size: 16px;
  color: #555;
  margin: 0;
}

.aixdb-t112 .aixdb-t112-item:hover .aixdb-t112-item-icon em {
  transform: rotateY(180deg);
}

@media (max-width: 768px) {
  .aixdb-t112 .aixdb-t112-list {
    justify-content: space-between;
  }

  .aixdb-t112 .aixdb-t112-list .aixdb-t112-item {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media (max-width: 500px) {
  .aixdb-t112 .aixdb-t112-list .aixdb-t112-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .aixdb-t112 .aixdb-t112-item .aixdb-t112-item-icon {
    width: 55px;
    height: 55px;
  }

  .aixdb-t112 .aixdb-t112-item .aixdb-t112-item-icon em {
    font-size: 30px;
  }
}

.aixdb-t113 .aixdb-t113-into {
  width: 45px;
  height: 3px;
  background-color: var(--color, #3483f9);
  margin: 0 auto;
  margin-bottom: 20px;
}

.aixdb-t113 .aixdb-t113-title {
  margin: 0;
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  text-align: center;
  color: #000;
}

.aixdb-t113 .aixdb-t113-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t113 .aixdb-t113-list .aixdb-t113-item {
  width: 23%;
  margin-bottom: 2%;
  border: 1px solid #eee;
}

.aixdb-t113 .aixdb-t113-item .aixdb-t113-item-img {
  overflow: hidden;
}

.aixdb-t113 .aixdb-t113-item .aixdb-t113-item-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  transition: all 0.1s linear;
}

.aixdb-t113 .aixdb-t113-item .aixdb-t113-item-info {
  box-sizing: border-box;
  padding: 10px;
}

.aixdb-t113 .aixdb-t113-item .aixdb-t113-item-tit {
  font-size: 16px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
}

.aixdb-t113 .aixdb-t113-item .aixdb-t113-item-btn {
  margin-top: 10px;
}

.aixdb-t113 .aixdb-t113-item .aixdb-t113-item-btn span {
  text-decoration: underline;
}

.aixdb-t113 .aixdb-t113-item .aixdb-t113-item-btn a {
  text-decoration: none;
}

.aixdb-t113 .aixdb-t113-item:hover .aixdb-t113-item-img img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .aixdb-t113 .aixdb-t113-list .aixdb-t113-item {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .aixdb-t113 .aixdb-t113-title {
    font-size: 20px;
  }

  .aixdb-t113 .aixdb-t113-into {
    margin-bottom: 10px;
  }

  .aixdb-t113 .aixdb-t113-list {
    margin-top: 20px;
  }
}

.aixdb-t114 .aixdb-t114-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.aixdb-t114 .aixdb-t114-img {
  width: 40%;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.aixdb-t114 .aixdb-t114-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.1s linear;
}

.aixdb-t114 .aixdb-t114-info {
  width: 55%;
  margin-left: 5%;
}

.aixdb-t114 .aixdb-t114-into {
  width: 45px;
  height: 3px;
  background-color: var(--color, #3483f9);
  margin: 0;
  margin-bottom: 20px;
}

.aixdb-t114 .aixdb-t114-title {
  margin: 0;
  font-size: 20px !important;
  color: #000;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t114 .aixdb-t114-des {
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.aixdb-t114 .aixdb-t114-img:hover img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .aixdb-t114 .aixdb-t114-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .aixdb-t114 .aixdb-t114-info {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .aixdb-t114 .aixdb-t114-des {
    font-size: 16px;
    line-height: 1.5;
  }

  .aixdb-t114 .aixdb-t114-into {
    margin-bottom: 10px;
  }
}

.aixdb-t115 .aixdb-t115-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.aixdb-t115 .aixdb-t115-info {
  width: 20%;
  padding-right: 50px;
  box-sizing: border-box;
}

.aixdb-t115 .aixdb-t115-into {
  width: 45px;
  height: 3px;
  background-color: var(--color, #3483f9);
  margin: 0;
  margin-bottom: 20px;
}

.aixdb-t115 .aixdb-t115-title {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
}

.aixdb-t115 .aixdb-t115-list {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t115 .aixdb-t115-item {
  width: 32%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.aixdb-t115 .aixdb-t115-item:last-child {
  margin-right: 0 !important;
}

.aixdb-t115 .aixdb-t115-item .aixdb-t115-item-star {
  color: var(--color, #3483f9);
  transition: all 0.3s linear;
}

.aixdb-t115 .aixdb-t115-item .aixdb-t115-item-des {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  margin: 20px 0;
  transition: all 0.3s linear;
}

.aixdb-t115 .aixdb-t115-item-client {
  display: flex;
  align-items: center;
}

.aixdb-t115 .aixdb-t115-item-client .aixdb-t115-item-img {
  margin-right: 20px;
}

.aixdb-t115 .aixdb-t115-item-client .aixdb-t115-item-img img {
  max-width: 100%;
}

.aixdb-t115 .aixdb-t115-item-info .aixdb-t115-item-tit {
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  color: #000;
  margin-bottom: 5px;
  transition: all 0.3s linear;
}

.aixdb-t115 .aixdb-t115-item-info .aixdb-t115-item-theme {
  font-size: 16px;
  margin: 0;
  transition: all 0.3s linear;
}

@media (max-width: 768px) {
  .aixdb-t115 .aixdb-t115-info {
    width: 100%;
    padding-right: 0;
  }

  .aixdb-t115 .aixdb-t115-into {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .aixdb-t115 .aixdb-t115-title {
    text-align: center;
  }

  .aixdb-t115 .aixdb-t115-list {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .aixdb-t115 .aixdb-t115-list .aixdb-t115-item {
    box-shadow: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .aixdb-t115 .aixdb-t115-list .swiper-pagination {
    display: block;
  }
}

@media (max-width: 500px) {
  .aixdb-t115 .aixdb-t115-title {
    font-size: 20px;
  }

  .aixdb-t115 .aixdb-t115-into {
    margin-bottom: 10px;
  }
}

.aixdb-t116 .aixdb-t116-into {
  width: 45px;
  height: 3px;
  background-color: var(--color, #3483f9);
  margin: 0 auto;
  margin-bottom: 10px;
}

.aixdb-t116 .aixdb-t116-title {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  color: #000;
  text-align: center;
}

.aixdb-t116 .aixdb-t116-des {
  font-size: 16px;
  text-align: center;
  color: #555;
  margin: 5px 0;
}

.aixdb-t116 .aixdb-t116-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t116 .aixdb-t116-list .aixdb-t116-item {
  width: 32%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.aixdb-t116 .aixdb-t116-item .aixdb-t116-item-img {
  overflow: hidden;
}

.aixdb-t116 .aixdb-t116-item .aixdb-t116-item-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.1s linear;
}

.aixdb-t116 .aixdb-t116-item .aixdb-t116-item-info {
  padding: 15px 10px;
  box-sizing: border-box;
}

.aixdb-t116 .aixdb-t116-item .aixdb-t116-item-tit {
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
}

.aixdb-t116 .aixdb-t116-item .aixdb-t116-item-des {
  font-size: 16px;
  color: #555;
  margin: 10px 0 0;
}

.aixdb-t116 .aixdb-t116-item .aixdb-t116-item-more span {
  text-decoration: underline;
}

.aixdb-t116 .aixdb-t116-item .aixdb-t116-item-more a {
  text-decoration: none;
}

.aixdb-t116 .aixdb-t116-item:hover .aixdb-t116-item-img img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .aixdb-t116 .aixdb-t116-list .aixdb-t116-item {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .aixdb-t116 .aixdb-t116-title {
    font-size: 20px;
  }

  .aixdb-t116 .aixdb-t116-item .aixdb-t116-item-info {
    padding: 10px;
  }

  .aixdb-t116 .aixdb-t116-item .aixdb-t116-item-tit {
    font-size: 16px;
  }
}

.aixdb-t117 .aixdb-t117-into {
  width: 45px;
  height: 3px;
  background-color: var(--color, #3483f9);
  margin: 0 auto;
  margin-bottom: 20px;
}

.aixdb-t117 .aixdb-t117-title {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  text-align: center;
  color: #000;
  margin: 0;
}

.aixdb-t117 .aixdb-t117-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t117 .aixdb-t117-item {
  width: 24%;
}

.aixdb-t117 .aixdb-t117-item .aixdb-t117-item-img {
  padding: 10px;
  box-sizing: border-box;
}

.aixdb-t117 .aixdb-t117-item .aixdb-t117-item-img img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.1s linear;
}

.aixdb-t117 .aixdb-t117-item .aixdb-t117-item-text {
  box-sizing: border-box;
  padding: 20px 0;
  color: #000;
}

.aixdb-t117 .aixdb-t117-item .aixdb-t117-item-tit {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.aixdb-t117 .aixdb-t117-item .aixdb-t117-item-img:hover img {
  transform: scale(1.02);
}

.aixdb-t117 .swiper-pagination-bullet {
  border-radius: 0;
}

.aixdb-t117 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color, #3483f9);
}

@media (max-width: 768px) {
  .aixdb-t117 .aixdb-t117-item {
    width: 48%;
  }
}

@media (max-width: 500px) {
  .aixdb-t117 .aixdb-t117-title {
    font-size: 20px;
  }

  .aixdb-t117 .aixdb-t117-item .aixdb-t117-item-text {
    padding: 10px 0;
  }

  .aixdb-t117 .aixdb-t117-into {
    margin-bottom: 10px;
  }
}

.aixdb-t118 .aixdb-t118-into {
  width: 45px;
  height: 3px;
  background-color: var(--color, #3483f9);
  margin: 0 auto;
  margin-bottom: 10px;
}

.aixdb-t118 .aixdb-t118-title {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-align: center;
}

.aixdb-t118 .aixdb-t118-des {
  font-size: 16px;
  text-align: center;
  color: #333;
  margin: 5px 0;
}

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

.aixdb-t118 .aixdb-t118-list .aixdb-t118-item {
  position: relative;
  overflow: hidden;
  width: 24%;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  transition: all 0.1s linear;
  margin-top: 20px;
}

.aixdb-t118 .aixdb-t118-item .aixdb-t118-item-img img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
  transition: all 0.1s linear;
}

.aixdb-t118 .aixdb-t118-item .aixdb-t118-item-info {
  position: absolute;
  bottom: 40px;
  left: 0;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.aixdb-t118 .aixdb-t118-item .aixdb-t118-item-bg {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 140%;
  height: 200px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.aixdb-t118 .aixdb-t118-item .aixdb-t118-item-tit {
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  color: #000;
  text-align: center;
}

.aixdb-t118 .aixdb-t118-item .aixdb-t118-item-des {
  color: #555;
  text-align: center;
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
}

.aixdb-t118 .aixdb-t118-item:hover .aixdb-t118-item-img img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .aixdb-t118 .aixdb-t118-list .aixdb-t118-item {
    width: 49%;
  }
}

@media (max-width: 500px) {
  .aixdb-t118 .aixdb-t118-title {
    font-size: 20px;
  }

  .aixdb-t118 .aixdb-t118-into {
    margin-bottom: 10px;
  }

  .aixdb-t118 .aixdb-t118-item .aixdb-t118-item-info {
    bottom: 25px;
  }

  .aixdb-t118 .aixdb-t118-item .aixdb-t118-item-bg {
    bottom: -60px;
  }
}

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

.aixdb-t119 .aixdb-t119-item {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(51, 51, 51, 0.2);
  padding: 40px 30px;
  box-sizing: border-box;
  transition: all 0.1s linear;
  margin-bottom: 20px;
}

.aixdb-t119 .aixdb-t119-item:hover {
  box-shadow: 0 3px 10px 0 rgba(51, 51, 51, 0.4);
}

.aixdb-t119 .aixdb-t119-item p {
  margin: 0;
  text-align: center;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t119 .aixdb-t119-item .aixdb-t119-item-p1 {
  margin-bottom: 14px;
  color: #555;
  font-size: 16px;
}

.aixdb-t119 .aixdb-t119-item .aixdb-t119-item-p2 {
  font-size: 18px;
  color: #000;
}

@media (max-width: 768px) {
  .aixdb-t119 .aixdb-t119-item {
    width: 100%;
  }

  .aixdb-t119 .aixdb-t119-item:last-child {
    margin-bottom: 0;
  }
}

.aixdb-t120 .aixdb-t120-outer-box {
  padding: 4px;
  border-radius: 30px;
  border-radius: 30px;
  position: relative;
  border: 2px dotted #fff;
  box-shadow: 0px 1px 10px rgba(51, 51, 51, 0.2);
  background-color: var(--color, #056f33);
}

.aixdb-t120 .aixdb-t120-inner-box {
  border-radius: 30px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.aixdb-t120 .aixdb-t120-outer-box h5 {
  font-weight: var(--fontbold5, 500);
  padding: 2px 15px;
  margin: 0;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #ffffff52;
  font-size: 20px;
}

.cke_editable .aixdb-wrap-width {
  transition: all 0.1s linear;
  border: 1px dashed transparent;
  padding-bottom: 15px;
  position: relative;
}

.cke_editable .aixdb-wrap-width:hover {
  border-color: #ccc;
}

.aixdb-wrap-width1:hover {
  border-color: #ccc;
}

#modular-opacity .aixdb-wrap-bg:hover,
.preview_main .aixdb-wrap-bg:hover,
#modular-opacity .aixdb-wrap-width1:hover,
.preview_main .aixdb-wrap-width1:hover {
  border: none;
}

.aixdb-wrap-width1 {
  transition: all 0.1s linear;
  border: 1px dashed transparent;
}

/* .cke_editable .aixdb-wrap-width::after{content:'';position:absolute;bottom:0;right:0;width:30px;height:30px;background:#e00;z-index:99;cursor:pointer;} */

.aixdb-t54 .aixdb-t54-item {
  margin-bottom: 20px;
}

.aixdb-t54 .aixdb-t54-item:last-child {
  margin-bottom: 0;
}

.aixdb-t54 .aixdb-t54-itemtitle {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  color: #000;
}

.aixdb-t54 .aixdb-t54-itemdes {
  line-height: 1.6;
  color: #333;
  font-size: 16px;
}

.aixdb-t53 .aixdb-t53-title {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
}

.aixdb-t53 .aixdb-t53-text p {
  margin: 0;
  color: #333;
  line-height: 1.8;
  font-size: 16px;
}

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

.aixdb-t52 .aixdb-t52-list .aixdb-t52-item {
  width: 32%;
  margin-top: 20px;
  text-align: center;
}

.aixdb-t52 .aixdb-t52-list .aixdb-t52-item:nth-child(-n + 3) {
  margin-top: 0;
}

.aixdb-t52 .aixdb-t52-list .aixdb-t52-item .aixdb-t52-img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aixdb-t52 .aixdb-t52-list .aixdb-t52-item .aixdb-t52-img img {
  width: 100%;
  transition: all 0.1s linear;
}

.aixdb-t52 .aixdb-t52-list .aixdb-t52-item strong {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: var(--color, #000);
}

.aixdb-t52 .aixdb-t52-list .aixdb-t52-item p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
}

.aixdb-t52 .aixdb-t52-list .aixdb-t52-item p a {
  color: inherit;
}

.aixdb-t52 .aixdb-t52-list .aixdb-t52-item .aixdb-t52-img:hover img {
  transform: scale(1.01);
}

@media (max-width: 768px) {
  .aixdb-t52 .aixdb-t52-list .aixdb-t52-item {
    width: 49%;
  }

  .aixdb-t52 .aixdb-t52-list .aixdb-t52-item:nth-child(-n + 3) {
    margin-top: 20px;
  }

  .aixdb-t52 .aixdb-t52-list .aixdb-t52-item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

.aixdb-t151 .aixdb-t151-contant h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-align: center;
}

.aixdb-t151-into {
  width: 60px;
  height: 3px;
  background-color: var(--color, #0c5adb);
  margin: 15px auto 25px;
  border-radius: 30px;
}

.aixdb-t151-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.aixdb-t151-item {
  width: 32%;
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.1);
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 2%;
  background-color: #fff;
}

.aixdb-t151-top {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.aixdb-t151-botton {
  padding-bottom: 25px;
}

.aixdb-t151-top em {
  font-size: 26px;
  margin-right: 15px;
  color: var(--color, #0c5adb);
  font-weight: bolder;
  transition: all 0.2s ease;
}

.aixdb-t151-tit {
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  color: #000;
}

.aixdb-t151-item .aixdb-t151-top > em {
  font-size: 28px;
  transition: all 0.2s ease;
  color: var(--color, #0c5adb);
}

.aixdb-t151-text p {
  color: #444;
  font-size: 16px;
  margin: 0;
}

.aixdb-t151-item:hover .aixdb-t151-top > em {
  transform: rotateY(190deg);
}

.aixdb-t151-des {
  text-align: center;
}

.aixdb-t151-des p {
  margin: 0;
  color: #555;
}

@media (max-width: 768px) {
  .aixdb-t151-item {
    padding: 15px;
  }

  .aixdb-t151-item {
    width: 49%;
  }
}

@media (max-width: 450px) {
  .aixdb-t151-item {
    width: 100%;
  }

  .aixdb-t151 .aixdb-t151-contant h5 {
    font-size: 22px;
  }

  .aixdb-t151-into {
    margin: 25px auto;
  }
}

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

.aixdb-t152 .aixdb-t152-item {
  width: 32%;
  margin-bottom: 15px;
}

.aixdb-t152 .aixdb-t152-item-img img {
  display: block;
  max-width: 100%;
  transition: all 0.3s ease-in;
}

.aixdb-t152 .aixdb-t152-item-img {
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 8px;
}

.aixdb-t152 .aixdb-t152-into {
  width: 60px;
  height: 3px;
  background-color: var(--color, #0c5adb);
  margin: 15px auto 30px;
  border-radius: 30px;
}

.aixdb-t152 h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-align: center;
}

.aixdb-t152 .aixdb-t152-item-text p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 10px 0;
}

.aixdb-t152 .aixdb-t152-item-img:hover img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .aixdb-t152 .aixdb-t152-item {
    width: 49%;
  }

  .aixdb-t152 .aixdb-t152-item-text p {
    text-align: center;
  }
}

@media (max-width: 450px) {
  .aixdb-t152 .aixdb-t152-item {
    width: 100%;
  }

  .aixdb-t152 h5 {
    font-size: 22px;
  }

  .aixdb-t152 .aixdb-t152-into {
    margin: 15px auto;
  }
}

.aixdb-t153 .aixdb-t153-contant h5 {
  margin: 0;
  color: #000;
  text-align: center;
  font-weight: var(--fontbold5, 500);
  font-size: 24px;
}

.aixdb-t153-into {
  margin: 25px auto 45px;
  width: 60px;
  height: 3px;
  border-radius: 30px;
  background-color: var(--color, #0c5adb);
}

.aixdb-t153-list {
  display: flex;
  justify-content: space-between;
}

.aixdb-t153-item {
  width: 23%;
}

.aixdb-t153-top {
  position: relative;
}

.aixdb-t153-item {
  display: flex;
  width: 23%;
  flex-direction: column;
  align-items: center;
}

.aixdb-t153-img {
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--color, #0c5adb);
  border-radius: 100%;
}

.aixdb-t153-img img {
  display: block;
  object-fit: cover;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.aixdb-t153-span {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aixdb-t153-span p:nth-of-type(1) {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0;
  background: var(--color, #0c5adb);
  opacity: 0.5;
  position: absolute;
}

.aixdb-t153-span p:nth-of-type(2) {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color, #0c5adb);
  z-index: 1;
}

.aixdb-t153-tit {
  margin: 0;
  text-align: center;
  font-weight: var(--fontbold5, 500);
  font-size: 18px;
  margin-top: 20px;
}

.aixdb-t153-text p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  margin-top: 10px;
}

.aixdb-t153-img:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .aixdb-t153-list {
    flex-wrap: wrap;
  }

  .aixdb-t153-item {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media (max-width: 450px) {
  .aixdb-t153-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .aixdb-t153 .aixdb-t153-contant h5 {
    font-size: 22px;
  }

  .aixdb-t153-into {
    margin: 25px auto;
  }
}

.aixdb-t154-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.aixdb-t154-img {
  flex: 1;
}

.aixdb-t154-img img {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.aixdb-t154-text {
  width: 61%;
}

.aixdb-t154-item:nth-of-type(1) .aixdb-t154-text {
  padding-left: 100px;
}

.aixdb-t154-item:nth-of-type(2) .aixdb-t154-text {
  padding-right: 100px;
}

.aixdb-t154-text-tit {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t154-text-into {
  margin: 15px 0 20px;
  width: 60px;
  height: 4px;
  background: var(--color, #0c5adb);
  border-radius: 2px;
}

.aixdb-t154-text-p p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
  padding: 0;
}

.aixdb-t154-img:hover img {
  transform: scale(1.02);
}

@media (max-width: 1024px) {
  .aixdb-t154-text {
    width: 50%;
  }

  .aixdb-t154-item:nth-of-type(1) .aixdb-t154-text {
    padding-left: 30px;
  }

  .aixdb-t154-item:nth-of-type(2) .aixdb-t154-text {
    padding-right: 30px;
  }

  .aixdb-t154-text-into {
    margin: 15px 0;
  }
}

@media (max-width: 768px) {
  .aixdb-t154-item:nth-of-type(1) {
    flex-direction: column;
  }

  .aixdb-t154-item:nth-of-type(2) {
    flex-direction: column-reverse;
  }

  .aixdb-t154-item:nth-of-type(1) .aixdb-t154-text {
    padding-left: 0;
    width: 100%;
    margin: 20px 0;
  }

  .aixdb-t154-item:nth-of-type(2) .aixdb-t154-text {
    padding-right: 0;
    width: 100%;
    margin: 20px 0;
  }

  .aixdb-t154-img {
    width: 100%;
  }

  .aixdb-t154-img img {
    width: 100%;
  }

  .aixdb-t154-item {
    margin-bottom: 0;
  }
}

.aixdb-t155-list {
  display: flex;
  justify-content: space-between;
}

.aixdb-t155 .aixdb-t155-contant h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-align: center;
}

.aixdb-t155-des {
  text-align: center;
  margin-bottom: 20px;
}

.aixdb-t155-des p {
  margin: 0;
  color: #555;
}

.aixdb-t155-into {
  margin: 15px auto 25px;
  width: 60px;
  height: 3px;
  border-radius: 30px;
  background-color: var(--color, #0c5adb);
}

.aixdb-t155-img {
  overflow: hidden;
}

.aixdb-t155-img img {
  display: block;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.aixdb-t155-item {
  width: 31%;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

.aixdb-t155-text-tit {
  margin: 0;
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  line-height: 1.7;
}

.aixdb-t155-text {
  padding: 20px 15px;
}

.aixdb-t155-text-p p {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 24px;
  margin: 10px 0 0;
}

.aixdb-t155-item:hover .aixdb-t155-img img {
  transform: scale(1.02);
}

@media (max-width: 1366px) {
  .aixdb-t155-text {
    padding: 15px 10px;
  }

  .aixdb-t155-item {
    width: 32%;
    margin-bottom: 2%;
  }
}

@media (max-width: 1024px) {
  .aixdb-t155-list {
    flex-wrap: wrap;
  }

  .aixdb-t155-text-tit {
    font-size: 18px;
  }

  .aixdb-t155-item {
    width: 49%;
  }
}

@media (max-width: 768px) {
  .aixdb-t155-item {
    width: 100%;
  }

  .aixdb-t155-img {
    display: flex;
    justify-content: center;
  }

  .aixdb-t155-text-tit {
    text-align: center;
  }

  .aixdb-t155-img img {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .aixdb-t155-into {
    margin: 15px auto;
  }

  .aixdb-t155 .aixdb-t155-contant h5 {
    font-size: 22px;
  }
}

.aixdb-t156-list {
  display: flex;
  justify-content: space-between;
}

.aixdb-t156-item {
  width: 24%;
  position: relative;
}

.aixdb-t156-img img {
  display: block;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.aixdb-t156-img {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.aixdb-t156 .aixdb-t151-content h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-align: center;
}

.aixdb-t156-into {
  margin: 15px auto 30px;
  width: 60px;
  height: 3px;
  border-radius: 30px;
  background-color: var(--color, #0c5adb);
}

.aixdb-t156-size {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 30px 20px;
  bottom: 0;
}

.aixdb-t156-tit {
  margin: 0;
  font-size: 18px;
  color: #fff;
  font-weight: var(--fontbold5, 500);
  padding-bottom: 10px;
}

.aixdb-t156-text p {
  margin: 0;
  font-size: 16px;
  color: #dbdbdb;
}

.aixdb-t156-img:hover img {
  transform: scale(1.02);
}

@media (max-width: 1024px) {
  .aixdb-t156-size {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .aixdb-t156-list {
    flex-wrap: wrap;
  }

  .aixdb-t156-item {
    width: 49%;
    margin-bottom: 2%;
  }

  .aixdb-t156-img img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .aixdb-t156-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .aixdb-t156 .aixdb-t151-content h5 {
    font-size: 22px;
  }

  .aixdb-t156-into {
    margin: 15px auto;
  }
}

.aixdb-t121 .aixdb-t121-title {
  color: var(--color, #2bbf72);
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t121 p.aixdb-t121-title {
  color: var(--color, #2bbf72);
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t121 .aixdb-t121-into {
  width: 100%;
  height: 1px;
  margin: 10px 0 20px;
  background-color: var(--color, #2bbf72);
}

.aixdb-t121 .aixdb-t121-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.aixdb-t121 .aixdb-t121-item .aixdb-t121-info {
  width: 60%;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}

.aixdb-t121 .aixdb-t121-item-top .aixdb-t121-info {
  padding-right: 4%;
}

.aixdb-t121 .aixdb-t121-item-top {
  margin-bottom: 30px;
}

.aixdb-t121 .aixdb-t121-item-bottom .aixdb-t121-info {
  padding-left: 4%;
}

.aixdb-t121 .aixdb-t121-item .aixdb-t121-info p {
  margin: 0;
}

.aixdb-t121 .aixdb-t121-item .aixdb-t121-info .aixdb-t121-link {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.aixdb-t121 .aixdb-t121-item .aixdb-t121-info .aixdb-t121-icon {
  background-color: var(--color, #2bbf72);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #fff;
  font-size: 24px;
  transition: all 0.1s linear;
}

.aixdb-t121 .aixdb-t121-item .aixdb-t121-link:hover .aixdb-t121-icon {
  width: 45px;
}

.aixdb-t121 .aixdb-t121-item .aixdb-t121-info .aixdb-t121-more {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
  font-weight: var(--fontbold5, 500);
  cursor: pointer;
  text-transform: capitalize;
}

.aixdb-t121 .aixdb-t121-item-top .aixdb-t121-img {
  text-align: right;
}

.aixdb-t121 .aixdb-t121-item-bottom .aixdb-t121-img {
  text-align: left;
}

.aixdb-t121 .aixdb-t121-item .aixdb-t121-img {
  width: 40%;
  overflow: hidden;
}

.aixdb-t121 .aixdb-t121-item .aixdb-t121-img img {
  max-width: 100%;
  height: auto;
  transition: all 0.1s linear;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.aixdb-t121 .aixdb-t121-item .aixdb-t121-img img:hover {
  transform: scale(1.01);
}

@media (max-width: 768px) {
  .aixdb-t121 .aixdb-t121-item-top .aixdb-t121-info {
    padding-right: 0;
  }

  .aixdb-t121 .aixdb-t121-item-bottom .aixdb-t121-info {
    padding-left: 0;
  }

  .aixdb-t121 .aixdb-t121-item .aixdb-t121-info {
    width: 100%;
    margin-bottom: 30px;
  }

  .aixdb-t121 .aixdb-t121-item .aixdb-t121-img {
    width: 100%;
  }

  .aixdb-t121 .aixdb-t121-item .aixdb-t121-img img {
    width: 100%;
  }

  .aixdb-t121 .aixdb-t121-item-bottom {
    flex-direction: column-reverse;
  }
}

@media (max-width: 500px) {
  .aixdb-t121 .aixdb-t121-item .aixdb-t121-info .aixdb-t121-more {
    font-size: 16px;
  }
}

.aixdb-t122 h5 {
  font-size: 24px;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
  font-weight: var(--fontbold5, 500);
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t122 .aixdb-t122-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t122 .aixdb-t122-des {
  text-align: center;
}

.aixdb-t122 .aixdb-t122-des p {
  color: #333;
  margin: 0;
}

.aixdb-t122 .aixdb-t122-list .aixdb-t122-item {
  margin-bottom: 2%;
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  transition: all 0.1s linear;
}

.aixdb-t122 .aixdb-t122-list .aixdb-t122-item:nth-child(4),
.aixdb-t122 .aixdb-t122-list .aixdb-t122-item:nth-child(5),
.aixdb-t122 .aixdb-t122-list .aixdb-t122-item:nth-child(6) {
  margin-bottom: 0;
}

.aixdb-t122 .aixdb-t122-item .aixdb-t122-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color, #ccc);
  opacity: 0.1;
  z-index: -1;
}

.aixdb-t122 .aixdb-t122-item:hover {
  transform: translateY(-5px);
}

.aixdb-t122 .aixdb-t122-item .aixdb-t122-icon {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(38, 38, 38, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: var(--color, #6046ff);
}

.aixdb-t122 .aixdb-t122-item .aixdb-t122-icon em {
  font-size: 36px;
  transition: all 0.1s linear;
}

.aixdb-t122 .aixdb-t122-item:hover .aixdb-t122-icon em {
  transform: rotateY(180deg);
}

.aixdb-t122 .aixdb-t122-item .aixdb-t122-item-tit {
  font-size: 18px;
  color: #000;
  margin: 0;
  font-weight: var(--fontbold5, 500);
  text-transform: capitalize;
}

.aixdb-t122 .aixdb-t122-item .aixdb-t122-item-des {
  color: #333;
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
}

.aixdb-t122 .aixdb-t122-item .aixdb-t122-item-des p {
  margin: 0;
}

@media (max-width: 768px) {
  .aixdb-t122 .aixdb-t122-list .aixdb-t122-item {
    width: 48.5%;
    padding: 20px;
    border-radius: 20px;
  }

  .aixdb-t122 .aixdb-t122-item .aixdb-t122-icon {
    width: 75px;
    height: 75px;
  }

  .aixdb-t122 .aixdb-t122-list .aixdb-t122-item:nth-child(4) {
    margin-bottom: 2%;
  }
}

@media (max-width: 500px) {
  .aixdb-t122 .aixdb-t122-list .aixdb-t122-item {
    padding: 14px;
  }

  .aixdb-t122 .aixdb-t122-item .aixdb-t122-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .aixdb-t122 .aixdb-t122-item .aixdb-t122-icon em {
    font-size: 28px;
  }

  .aixdb-t122 .aixdb-t122-item .aixdb-t122-item-des {
    margin-top: 6px;
  }
}

.aixdb-t123 .aixdb-t123-title {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t123 .aixdb-t123-des {
  text-align: center;
}

.aixdb-t123 .aixdb-t123-des p {
  color: #333;
  margin: 0;
}

.aixdb-t123 .aixdb-t123-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.aixdb-t123 .aixdb-t123-list .aixdb-t123-item {
  width: 23%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 20px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(51, 51, 51, 0.2);
}

.aixdb-t123 .aixdb-t123-item .aixdb-t123-item-icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: var(--color, #6046ff);
  box-shadow: 0 0 8px rgba(51, 51, 52, 0.1);
}

.aixdb-t123 .aixdb-t123-item .aixdb-t123-item-icon em {
  font-size: 28px;
  transition: all 0.1s linear;
}

.aixdb-t123 .aixdb-t123-item:hover .aixdb-t123-item-icon em {
  transform: rotateY(180deg);
}

.aixdb-t123 .aixdb-t123-item .aixdb-t123-item-tit {
  margin: 6px 0;
  font-size: 18px;
  color: #000;
  text-align: center;
  font-weight: var(--fontbold5, 500);
  text-transform: capitalize;
}

.aixdb-t123 .aixdb-t123-item .aixdb-t123-item-des {
  color: #444;
  font-size: 16px;
  text-align: center;
}

.aixdb-t123 .aixdb-t123-item .aixdb-t123-item-des p {
  margin: 0;
  color: #555;
}

@media (max-width: 1024px) {
  .aixdb-t123 .aixdb-t123-list .aixdb-t123-item {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .aixdb-t123 .aixdb-t123-list .aixdb-t123-item {
    width: 48%;
    margin-bottom: 20px;
    padding: 30px;
  }

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

@media (max-width: 500px) {
  .aixdb-t123 .aixdb-t123-list .aixdb-t123-item {
    padding: 12px;
  }
}

.aixdb-t124 h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  text-align: center;
  color: #000;
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t124 .aixdb-t124-des {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin: 0;
}

.aixdb-t124 .aixdb-t124-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.aixdb-t124 .aixdb-t124-list .aixdb-t124-item {
  width: 32%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px;
}

.aixdb-t124 .aixdb-t124-list .aixdb-t124-item .aixdb-t124-item-info {
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  height: 100%;
  width: 100%;
}

.aixdb-t124 .aixdb-t124-list .aixdb-t124-item .aixdb-t124-item-before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 98%;
  width: 98.3%;
  position: absolute;
  left: 1%;
  top: 1%;
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.4s ease;
}

.aixdb-t124 .aixdb-t124-list .aixdb-t124-item .aixdb-t124-item-after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 1%;
  top: 1%;
  height: 98.5%;
  width: 98%;
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.4s ease;
}

.aixdb-t124 .aixdb-t124-list .aixdb-t124-item:hover .aixdb-t124-item-before {
  opacity: 1;
  transform: scaleX(1);
}

.aixdb-t124 .aixdb-t124-list .aixdb-t124-item:hover .aixdb-t124-item-after {
  opacity: 1;
  transform: scaleY(1);
}

.aixdb-t124 .aixdb-t124-item .aixdb-t124-item-bg {
  background-color: var(--color, #6046ff);
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.4s ease;
}

.aixdb-t124 .aixdb-t124-item .aixdb-t124-icon {
  width: 50px;
  height: 50px;
  background-color: var(--color, #6046ff);
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  color: #fff;
}

.aixdb-t124 .aixdb-t124-item .aixdb-t124-icon em {
  font-size: 36px;
}

.aixdb-t124 .aixdb-t124-item .aixdb-t124-item-tit {
  font-size: 18px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 10px 0;
  text-transform: capitalize;
  transition: all 0.4s ease;
  position: relative;
  z-index: 9;
}

.aixdb-t124 .aixdb-t124-item .aixdb-t124-item-des {
  font-size: 16px;
  color: #333;
  transition: all 0.4s ease;
  position: relative;
  z-index: 9;
}

.aixdb-t124 .aixdb-t124-item .aixdb-t124-item-des p {
  margin: 0;
}

.aixdb-t124 .aixdb-t124-item:hover .aixdb-t124-item-bg {
  opacity: 0.8;
}

.aixdb-t124 .aixdb-t124-item:hover .aixdb-t124-item-tit {
  color: #fff;
}

.aixdb-t124 .aixdb-t124-item:hover .aixdb-t124-item-des {
  color: #fff;
}

@media (max-width: 1024px) {
  .aixdb-t124 .aixdb-t124-list .aixdb-t124-item {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .aixdb-t124 .aixdb-t124-list .aixdb-t124-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .aixdb-t124 .aixdb-t124-list .aixdb-t124-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .aixdb-t124 .aixdb-t124-list .aixdb-t124-item {
    padding: 10px;
  }

  .aixdb-t124 .aixdb-t124-list .aixdb-t124-item .aixdb-t124-item-info {
    padding: 10px 20px;
  }

  .aixdb-t124 .aixdb-t124-item .aixdb-t124-icon em {
    font-size: 26px;
  }
}

.aixdb-t125 .aixdb-t125-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.aixdb-t125 .aixdb-t125-info {
  width: 60%;
  box-sizing: border-box;
  padding-right: 4%;
}

.aixdb-t125 .aixdb-t125-info h5 {
  font-size: 20px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  margin-bottom: 10px;
}

.aixdb-t125 .aixdb-t125-info .aixdb-t125-des {
  color: #444;
  font-size: 16px;
}

.aixdb-t125 .aixdb-t125-info .aixdb-t125-des p {
  margin: 0;
}

.aixdb-t125 .aixdb-t125-img {
  width: 40%;
  overflow: hidden;
  text-align: right;
}

.aixdb-t125 .aixdb-t125-img img {
  max-width: 100%;
  height: auto;
  transition: all 0.1s linear;
}

.aixdb-t125 .aixdb-t125-img:hover img {
  transform: scale(1.05);
}

.aixdb-t125 .aixdb-t125-more {
  margin-top: 20px;
  cursor: pointer;
  background-color: var(--color, #6046ff);
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
}

.aixdb-t125 .aixdb-t125-more span {
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  padding: 6px 18px;
  display: inline-block;
  text-decoration: underline;
  transition: all 0.1s linear;
}

.aixdb-t125 .aixdb-t125-more:hover span {
  padding: 6px 24px;
}

@media (max-width: 768px) {
  .aixdb-t125 .aixdb-t125-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .aixdb-t125 .aixdb-t125-img {
    width: 100%;
  }

  .aixdb-t125 .aixdb-t125-img img {
    width: 100%;
  }

  .aixdb-t125 .aixdb-t125-info h5 {
    text-align: center;
  }
}

.aixdb-t126 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
}

.aixdb-t126 .aixdb-t126-list {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t126 .aixdb-t126-list .aixdb-t126-item {
  width: 18%;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 12px;
  margin-top: 0;
  transition: all 0.1s linear;
}

.aixdb-t126 .aixdb-t126-list .aixdb-t126-item img {
  max-width: 100%;
  height: auto;
  transition: all 0.1s linear;
}

.aixdb-t126 .aixdb-t126-list .aixdb-t126-item:hover img {
  transform: scale(1.05);
}

.aixdb-t126 .aixdb-t126-list .aixdb-t126-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .aixdb-t126 .aixdb-t126-list {
    justify-content: space-around;
  }
}

@media (max-width: 500px) {
  .aixdb-t126 .aixdb-t126-list .aixdb-t126-item {
    width: 32%;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
  }
}

.aixdb-t127 h5 {
  font-size: 24px;
  margin: 0;
  font-weight: var(--fontbold5, 500);
  color: #000;
  text-transform: capitalize;
}

.aixdb-t127 .aixdb-t127-list {
  margin-top: 20px;
}

.aixdb-t127 .aixdb-t127-item {
  display: flex;
  flex-wrap: wrap;
}

.aixdb-t127 .aixdb-t127-item .aixdb-t127-item-img {
  width: 25%;
  overflow: hidden;
  text-align: left;
}

.aixdb-t127 .aixdb-t127-item .aixdb-t127-item-img img {
  max-width: 100%;
  height: auto;
  transition: all 0.1s linear;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.aixdb-t127 .aixdb-t127-item .aixdb-t127-item-img:hover img {
  transform: scale(1.01);
}

.aixdb-t127 .aixdb-t127-item .aixdb-t127-item-info {
  display: flex;
  width: 75%;
}

.aixdb-t127 .aixdb-t127-item .aixdb-t127-item-time {
  color: var(--color, #fcb026);
  font-size: 22px;
  display: block;
  margin: 20px 0 20px 40px;
  font-weight: var(--fontbold6, 600);
}

.aixdb-t127 .aixdb-t127-item .aixdb-t127-item-shaft {
  width: 2px;
  background-color: var(--color, #fcb026);
  height: auto;
  margin: 0 50px;
  position: relative;
}

.aixdb-t127 .aixdb-t127-item .aixdb-t127-item-shaft div {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--color, #fcb026);
  left: -6px;
  top: 0;
  z-index: 1;
}

.aixdb-t127 .aixdb-t127-item .aixdb-t127-item-tit {
  font-size: 18px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.aixdb-t127 .aixdb-t127-item .aixdb-t127-item-des {
  color: #444;
  font-size: 16px;
  margin-bottom: 20px;
}

.aixdb-t127 .aixdb-t127-item .aixdb-t127-item-des p {
  margin: 0;
}

@media (max-width: 768px) {
  .aixdb-t127 .aixdb-t127-item .aixdb-t127-item-shaft {
    margin: 0 30px;
  }

  .aixdb-t127 .aixdb-t127-item .aixdb-t127-item-time {
    margin: 20px 0 20px 20px;
  }
}

@media (max-width: 500px) {
  .aixdb-t127 .aixdb-t127-item .aixdb-t127-item-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .aixdb-t127 .aixdb-t127-item .aixdb-t127-item-info {
    width: 100%;
    margin-bottom: 20px;
  }

  .aixdb-t127 .aixdb-t127-item:last-child .aixdb-t127-item-info {
    margin-bottom: 0;
  }
}

.aixdb-t128 .aixdb-template-item {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aixdb-t128 .aixdb-template-item h5 {
  margin: 0;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: var(--color), #000;
}

.aixdb-t128 .aixdb-template-item .aixdb-t128-line {
  flex: 1;
  height: 0.5px;
  background: var(--color, #666);
}

.aixdb-t129 h5 {
  font-size: 24px;
  color: #000;
  margin: 0;
  font-weight: var(--fontbold5, 500);
  text-align: center;
}

.aixdb-t129 .aixdb-t129-list {
  margin-top: 20px;
}

.aixdb-t129 .aixdb-t129-list .aixdb-t129-item {
  position: relative;
  box-sizing: border-box;
  padding-left: 30px;
  display: flex;
  padding-bottom: 20px;
}

.aixdb-t129 .aixdb-t129-list .aixdb-t129-item p {
  margin: 0;
  color: #444;
  width: 100%;
  font-size: 16px;
}

.aixdb-t129 .aixdb-t129-list .aixdb-t129-item-style {
  position: absolute;
  left: 8px;
  top: 0;
  border-radius: 50%;
  width: 2px;
  height: 100%;
  background-color: var(--color, #cf261d);
}

.aixdb-t129 .aixdb-t129-list .aixdb-t129-item-style div {
  position: absolute;
  left: -4px;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: var(--color, #cf261d);
  border-radius: 50%;
}

.aixdb-t11 > h5 {
  width: 100%;
  font-size: 18px;
  border-bottom: 2px solid #ccc;
  margin: 0px;
}

.aixdb-t11 > h5 > span {
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  transform: skew(-20deg) translate(8px, 1px);
}

.aixdb-t11 > h5 > span > strong {
  display: inline-block;
  transform: skew(20deg);
}

.aixdb-t130 .aixdb-t130-into {
  width: 56px;
  height: 4px;
  background-color: var(--color, #14afbb);
  border-radius: 2px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.aixdb-t130 .aixdb-t130-title {
  font-size: 24px;
  color: #000;
  margin: 0;
  text-align: center;
  line-height: 1.6;
  font-weight: var(--fontbold5, 500);
  text-transform: capitalize;
  margin-bottom: 4px;
}

.aixdb-t130 .aixdb-t130-des {
  font-size: 16px;
  color: #333;
  text-align: center;
}

.aixdb-t130 .aixdb-t130-des p {
  margin: 0;
}

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

.aixdb-t130 .aixdb-t130-list .aixdb-t130-item {
  width: 23%;
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
}

.aixdb-t130 .aixdb-t130-item .aixdb-t130-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.2s ease;
  color: var(--color, #14afbb);
}

.aixdb-t130 .aixdb-t130-item .aixdb-t130-item-icon em {
  font-size: 36px;
  transform: rotateY(0);
  transition: all 0.2s ease;
}

.aixdb-t130 .aixdb-t130-item .aixdb-t130-item-tit {
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.2s ease;
}

.aixdb-t130 .aixdb-t130-item .aixdb-t130-item-des {
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
  color: #555;
  line-height: 1.6;
  transition: all 0.2s ease;
}

.aixdb-t130 .aixdb-t130-item .aixdb-t130-item-des p {
  margin: 0;
}

.aixdb-t130 .aixdb-t130-list .aixdb-t130-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.2);
}

.aixdb-t130 .aixdb-t130-item:hover .aixdb-t130-item-icon em {
  transform: rotateY(180deg);
}

@media (max-width: 768px) {
  .aixdb-t130 .aixdb-t130-list .aixdb-t130-item {
    width: 48%;
    padding: 10px;
    margin-top: 20px;
  }
}

.aixdb-t131 .aixdb-t131-into {
  width: 56px;
  height: 4px;
  background-color: var(--color, #14afbb);
  border-radius: 2px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.aixdb-t131 .aixdb-t131-title {
  font-size: 24px;
  color: #000;
  margin: 0;
  text-align: center;
  font-weight: var(--fontbold5, 500);
  text-transform: capitalize;
  margin-bottom: 10px;
}

.aixdb-t131 .aixdb-t131-des {
  font-size: 16px;
  color: #333;
  text-align: center;
}

.aixdb-t131 .aixdb-t131-des p {
  margin: 0;
}

.aixdb-t131 .aixdb-t131-table-box {
  margin-top: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  overflow-x: auto;
}

.aixdb-t131 .aixdb-t131-table {
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
  overflow: hidden;
  color: #333;
  border-collapse: separate;
  border-spacing: 0;
  border: 3px solid var(--color, #14afbb);
}

.aixdb-t131 .aixdb-t131-table tr td:first-child {
  background-color: var(--color, #14afbb);
  color: #fff;
  text-align: center;
  border-left: none;
  border-color: #fff;
}

.aixdb-t131 .aixdb-t131-table tr:first-child td div {
  box-sizing: border-box;
  padding: 6px;
  background-color: var(--color, #14afbb);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin: 10px 0;
}

.aixdb-t131 .aixdb-t131-table tr:first-child td {
  border-top: none;
}

.aixdb-t131 .aixdb-t131-table tr:last-child td {
  border-bottom: none;
}

.aixdb-t131 .aixdb-t131-table tr td:last-child {
  border-right: none;
}

.aixdb-t131 .aixdb-t131-table td {
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #dddada;
  border-left: 1px solid #dddada;
  padding: 10px;
  text-transform: capitalize;
}

.aixdb-t131 .aixdb-t131-table tr:nth-child(odd) {
  background-color: #eef5f6;
}

.aixdb-t131 .aixdb-t131-table tr:nth-child(2) div {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.aixdb-t131 .aixdb-t131-table .aixdb-t131-across-img img {
  max-width: 100%;
  height: auto;
  transition: all 0.1s linear;
}

.aixdb-t131 .aixdb-t131-table td:hover .aixdb-t131-across-img img {
  transform: scale(1.05);
}

.aixdb-t131 .aixdb-t131-table .price {
  color: #000;
  font-weight: var(--fontbold5, 500);
  font-size: 20px;
}

.aixdb-t131 .aixdb-t131-table tr td:nth-child(2) {
  border-left: none;
}

@media (max-width: 750px) {
  .aixdb-t131 .aixdb-t131-table-box {
    margin-top: 20px;
  }
}

.aixdb-t132 .aixdb-t132-into {
  width: 56px;
  height: 4px;
  background-color: var(--color, #14afbb);
  border-radius: 2px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.aixdb-t132 h5 {
  font-size: 24px;
  color: #000;
  margin: 0;
  text-align: center;
  font-weight: var(--fontbold5, 500);
  text-transform: capitalize;
  margin-bottom: 4px;
}

.aixdb-t132 .aixdb-t132-des {
  font-size: 16px;
  color: #333;
  text-align: center;
}

.aixdb-t132 .aixdb-t132-des p {
  margin: 0;
}

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

.aixdb-t132 .aixdb-t132-list .aixdb-t132-item {
  width: 23%;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  transition: all 0.1s linear;
}

.aixdb-t132 .aixdb-t132-item .aixdb-t132-item-tit {
  font-size: 18px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t132 .aixdb-t132-item .aixdb-t132-item-theme {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  background-color: var(--color, #14afbb);
  color: #fff;
  text-transform: capitalize;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t132 .aixdb-t132-item .aixdb-t132-item-txt {
  box-sizing: border-box;
  padding: 10px;
  color: #333;
  font-size: 16px;
}

.aixdb-t132 .aixdb-t132-item .aixdb-t132-item-txt div {
  display: flex;
  position: relative;
  box-sizing: border-box;
  padding-left: 24px;
  margin: 10px 0;
}

.aixdb-t132 .aixdb-t132-item .aixdb-t132-item-txt em {
  position: absolute;
  left: 0;
  top: 0;
}

.aixdb-t132 .aixdb-t132-item .aixdb-t132-item-txt p {
  margin: 0;
}

.aixdb-t132 .aixdb-t132-item .aixdb-t132-item-more {
  margin: 10px auto;
  text-align: center;
  margin-bottom: 20px;
}

.aixdb-t132 .aixdb-t132-item .aixdb-t132-item-more span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px 30px;
  border-radius: 40px;
  color: #333;
  cursor: pointer;
  text-decoration: underline;
  background-color: #eee;
  transition: all 0.1s linear;
}

.aixdb-t132 .aixdb-t132-item:hover {
  transform: translateY(-5px);
}

.aixdb-t132 .aixdb-t132-item .aixdb-t132-item-more span:hover {
  padding: 5px 40px;
}

@media (max-width: 768px) {
  .aixdb-t132 .aixdb-t132-list .aixdb-t132-item {
    width: 100%;
    margin-top: 20px;
  }

  .aixdb-t132 .aixdb-t132-item .aixdb-t132-item-txt {
    padding: 10px;
  }

  .aixdb-t132 .aixdb-t132-item .aixdb-t132-item-txt div {
    margin: 10px 0;
  }
}

.aixdb-t133 .aixdb-t133-into {
  width: 56px;
  height: 4px;
  background-color: var(--color, #14afbb);
  border-radius: 2px;
  margin-bottom: 10px;
}

.aixdb-t133 .aixdb-t133-title {
  font-size: 24px;
  color: #000;
  margin: 0;
  font-weight: var(--fontbold5, 500);
  text-transform: capitalize;
}

.aixdb-t133 .aixdb-t133-des {
  color: #555;
  font-size: 16px;
  margin-top: 10px;
  width: 50%;
  line-height: 1.6;
}

.aixdb-t133 .aixdb-t133-des p {
  margin: 0;
}

.aixdb-t133 .aixdb-t133-table-box {
  overflow: hidden;
  overflow-x: auto;
  margin-top: 30px;
}

.aixdb-t133 .aixdb-t133-table {
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
  overflow: hidden;
  color: #555;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d2d2d2;
}

.aixdb-t133 .aixdb-t133-table td {
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  padding: 10px;
  text-transform: capitalize;
}

.aixdb-t133 .aixdb-t133-table tr:first-child td div {
  width: 140px;
  height: 140px;
  margin: 10px auto;
}

.aixdb-t133 .aixdb-t133-table tr:first-child td div img {
  max-width: 100%;
  height: auto;
  transition: all 0.1s linear;
}

.aixdb-t133 .aixdb-t133-table tr:first-child td:hover div img {
  transform: scale(1.05);
}

.aixdb-t133 .aixdb-t133-table tr:first-child td {
  border-top: none;
}

.aixdb-t133 .aixdb-t133-table tr:last-child td {
  border-bottom: none;
}

.aixdb-t133 .aixdb-t133-table tr td:last-child {
  border-right: none;
}

.aixdb-t133 .aixdb-t133-table tr:nth-child(2) td:not(:first-child) {
  background-color: var(--color, #14afbb);
  color: #fff;
  border-top: none;
  border-bottom: none;
}

.aixdb-t133 .aixdb-t133-table tr:nth-child(even) {
  background-color: #f5f8f9;
}

.aixdb-t133 .aixdb-t133-table tr td:first-child {
  color: #333;
  font-weight: var(--fontbold5, 500);
  border-left: none;
  width: 240px;
  text-align: left;
  padding-left: 30px;
}

.aixdb-t133 .aixdb-t133-hit {
  margin-top: 10px;
  color: #555;
  font-size: 16px;
}

@media (max-width: 768px) {
  .aixdb-t133 .aixdb-t133-des {
    width: 100%;
  }

  .aixdb-t133 .aixdb-t133-table-box {
    margin-top: 20px;
  }
}

.aixdb-t134 .aixdb-t134-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t134 .aixdb-t134-info {
  width: 50%;
  box-sizing: border-box;
  padding-right: 4%;
}

.aixdb-t134 .aixdb-t134-img {
  width: 50%;
  text-align: right;
}

.aixdb-t134 .aixdb-t134-img img {
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: all 0.2s linear;
}

.aixdb-t134 .aixdb-t134-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  line-height: 1.4;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t134 .aixdb-t134-title span {
  color: var(--color, #14afbb);
  font-size: 60px;
}

.aixdb-t134 .aixdb-t134-des {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.aixdb-t134 .aixdb-t134-des p {
  margin: 0;
}

.aixdb-t134 .aixdb-t134-bottom {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 20px 0;
  border-radius: 10px;
  background-color: #f5f8f9;
}

.aixdb-t134 .aixdb-134-bottom-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../img/modular/134/modular-2.webp');
}

.aixdb-t134 .aixdb-134-bottom-bg img {
  width: 100%;
  height: 100%;
}

.aixdb-t134 .aixdb-t134-bottom-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.aixdb-t134 .aixdb-t134-bottom-list .aixdb-t134-bottom-item {
  width: 25%;
  box-sizing: border-box;
  padding: 1%;
  text-align: center;
}

.aixdb-t134 .aixdb-t134-bottom-item .aixdb-t134-bottom-num {
  font-size: 36px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t134 .aixdb-t134-bottom-item .aixdb-t134-bottom-text {
  color: #333;
  font-size: 16px;
  text-transform: capitalize;
}

.aixdb-t134 .aixdb-t134-img:hover img {
  transform: scale(1.01);
}

@media (max-width: 768px) {
  .aixdb-t134 .aixdb-t134-info {
    width: 100%;
    padding-right: 0;
  }

  .aixdb-t134 .aixdb-t134-img {
    width: 100%;
    margin-top: 20px;
  }

  .aixdb-t134 .aixdb-t134-img img {
    width: 100%;
  }

  .aixdb-t134 .aixdb-t134-bottom-list .aixdb-t134-bottom-item {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .aixdb-t134 .aixdb-t134-bottom-item .aixdb-t134-bottom-num {
    font-size: 24px;
  }

  .aixdb-t134 .aixdb-t134-bottom-list .aixdb-t134-bottom-item {
    padding: 4% 2%;
  }
}

.aixdb-t135 .aixdb-t135-into {
  width: 56px;
  height: 4px;
  background-color: var(--color, #14afbb);
  border-radius: 2px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.aixdb-t135 h5 {
  font-size: 24px;
  color: #000;
  margin: 0;
  text-align: center;
  font-weight: var(--fontbold5, 500);
  text-transform: capitalize;
  margin-bottom: 4px;
}

.aixdb-t135 .aixdb-t135-des {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.aixdb-t135 .aixdb-t135-des p {
  margin: 0;
}

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

.aixdb-t135 .aixdb-t135-list .aixdb-t135-item {
  width: 23%;
  border: 1px solid #eee;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.1s linear;
}

.aixdb-t135 .aixdb-t135-list .aixdb-t135-item:hover {
  border-color: var(--color, #14afbb);
}

.aixdb-t135 .aixdb-t135-item .aixdb-t135-item-icon {
  color: var(--color, #14afbb);
  transform: rotateY(0);
  transition: all 0.1s linear;
}

.aixdb-t135 .aixdb-t135-item .aixdb-t135-item-icon em {
  font-size: 36px;
}

.aixdb-t135 .aixdb-t135-item .aixdb-t135-item-tit {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 6px 0;
  text-transform: capitalize;
}

.aixdb-t135 .aixdb-t135-item .aixdb-t135-item-des {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.aixdb-t135 .aixdb-t135-list .aixdb-t135-item:hover {
  transform: translateY(-5px);
}

.aixdb-t135 .aixdb-t135-list .aixdb-t135-item:hover .aixdb-t135-item-icon {
  transform: rotateY(180deg);
}

@media (max-width: 768px) {
  .aixdb-t135 .aixdb-t135-list .aixdb-t135-item {
    width: 48%;
    padding: 10px;
    margin-top: 20px;
  }

  .aixdb-t135 .aixdb-t135-des {
    width: 90%;
  }
}

@media (max-width: 500px) {
  .aixdb-t135 .aixdb-t135-des {
    width: 100%;
  }
}

.aixdb-t136 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.6;
  text-transform: capitalize;
}

.aixdb-t136 .aixdb-t136-title-box {
  display: flex;
  margin-bottom: 4px;
  align-items: center;
  justify-content: center;
}

.aixdb-t136 .aixdb-t136-title-box div {
  width: 12px;
  height: 12px;
  background-color: var(--color, #e81c2e);
  display: inline-block;
  position: relative;
}

.aixdb-t136 .aixdb-t136-title-box .aixdb-t136-title-left {
  margin-right: 6px;
}

.aixdb-t136 .aixdb-t136-title-box .aixdb-t136-title-right {
  margin-left: 6px;
}

.aixdb-t136 .aixdb-t136-des {
  color: #333;
  text-align: center;
  font-size: 16px;
}

.aixdb-t136 .aixdb-t136-des p {
  margin: 0;
}

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

.aixdb-t136 .aixdb-t136-list .aixdb-t136-item {
  width: 23%;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 30px;
  background-color: #f7f7f7;
}

.aixdb-t136 .aixdb-t136-list .aixdb-t136-item:hover .aixdb-t136-item-img img {
  transform: scale(1.02);
}

.aixdb-t136 .aixdb-t136-list .aixdb-t136-item .aixdb-t136-item-date {
  margin-bottom: 15px;
}

.aixdb-t136 .aixdb-t136-list .aixdb-t136-item .aixdb-t136-item-date div {
  font-size: 36px;
  line-height: 1;
  color: #000;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t136 .aixdb-t136-list .aixdb-t136-item .aixdb-t136-item-date p {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1;
}

.aixdb-t136 .aixdb-t136-list .aixdb-t136-item .aixdb-t136-item-tit {
  font-size: 16px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  line-height: 1.6;
}

.aixdb-t136 .aixdb-t136-list .aixdb-t136-item .aixdb-t136-item-img {
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
}

.aixdb-t136 .aixdb-t136-list .aixdb-t136-item .aixdb-t136-item-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.2s linear;
}

@media (max-width: 768px) {
  .aixdb-t136 .aixdb-t136-list .aixdb-t136-item {
    width: 48%;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .aixdb-t136 .aixdb-t136-list .aixdb-t136-item {
    padding: 10px;
  }
}

.aixdb-t137 h5 {
  font-size: 24px;
  color: #000;
  line-height: 1.6;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t137 .aixdb-t137-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.aixdb-t137 .aixdb-t137-title-box div {
  width: 12px;
  height: 12px;
  background-color: var(--color, #e81c2e);
  display: inline-block;
  position: relative;
}

.aixdb-t137 .aixdb-t137-title-box .aixdb-t137-title-left {
  margin-right: 6px;
}

.aixdb-t137 .aixdb-t137-title-box .aixdb-t137-title-right {
  margin-left: 6px;
}

.aixdb-t137 .aixdb-t137-des {
  color: #333;
  text-align: center;
  font-size: 16px;
}

.aixdb-t137 .aixdb-t137-des p {
  margin: 0;
}

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

.aixdb-t137 .aixdb-t137-list .aixdb-t137-item {
  width: 22%;
  background-color: #fff;
  box-shadow: 0 1px 24px 0 rgba(69, 71, 80, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.1s linear;
}

.aixdb-t137 .aixdb-t137-list .aixdb-t137-item:hover {
  transform: translateY(-5px);
}

.aixdb-t137 .aixdb-t137-list .aixdb-t137-item:hover .aixdb-t137-item-icon em {
  transform: rotateY(180deg);
}

.aixdb-t137 .aixdb-t137-list .aixdb-t137-item .aixdb-t137-item-tit {
  font-size: 18px;
  color: #000;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t137 .aixdb-t137-list .aixdb-t137-item .aixdb-t137-item-icon {
  width: 70px;
  height: 70px;
  background-color: var(--color, #e81c2e);
  margin: 20px auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.aixdb-t137 .aixdb-t137-list .aixdb-t137-item .aixdb-t137-item-icon em {
  font-size: 36px;
  transition: all 0.1s linear;
}

.aixdb-t137 .aixdb-t137-list .aixdb-t137-item .aixdb-t137-item-des {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  text-align: center;
}

.aixdb-t137 .aixdb-t137-list .aixdb-t137-item .aixdb-t137-item-des p {
  margin: 0;
}

@media (max-width: 768px) {
  .aixdb-t137 .aixdb-t137-list .aixdb-t137-item {
    width: 48%;
    padding: 20px;
    margin-top: 20px;
  }

  .aixdb-t137 .aixdb-t137-list .aixdb-t137-item .aixdb-t137-item-icon {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 500px) {
  .aixdb-t137 .aixdb-t137-list .aixdb-t137-item {
    padding: 10px;
  }
}

.aixdb-t138 h5 {
  font-size: 24px;
  color: #000;
  line-height: 1.6;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t138 .aixdb-t138-title-box {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aixdb-t138 .aixdb-t138-title-box div {
  width: 12px;
  height: 12px;
  background-color: var(--color, #e81c2e);
  display: inline-block;
  position: relative;
}

.aixdb-t138 .aixdb-t138-title-box .aixdb-t138-title-left {
  margin-right: 6px;
}

.aixdb-t138 .aixdb-t138-title-box .aixdb-t138-title-right {
  margin-left: 6px;
}

.aixdb-t138 .aixdb-t138-des {
  color: #333;
  text-align: center;
  font-size: 16px;
}

.aixdb-t138 .aixdb-t138-des p {
  margin: 0;
}

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

.aixdb-t138 .aixdb-t138-list .aixdb-t138-item {
  width: 31%;
  position: relative;
  margin-top: 30px;
}

.aixdb-t138 .aixdb-t138-list .aixdb-t138-item:hover .aixdb-t138-img img {
  transform: scale(1.02);
}

.aixdb-t138 .aixdb-t138-list .aixdb-t138-item .aixdb-t138-img {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
}

.aixdb-t138 .aixdb-t138-list .aixdb-t138-item .aixdb-t138-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  transition: all 0.2s linear;
}

.aixdb-t138 .aixdb-t138-list .aixdb-t138-item .aixdb-t138-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--color, #e81c2e);
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .aixdb-t138 .aixdb-t138-list .aixdb-t138-item {
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-top: 20px;
  }
}

.aixdb-t139 .aixdb-t139-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.aixdb-t139 .aixdb-t139-info {
  width: 50%;
  box-sizing: border-box;
  padding-right: 6%;
}

.aixdb-t139 .aixdb-t139-info .aixdb-t139-num {
  color: var(--color, #e81c2e);
  font-size: 48px;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t139 .aixdb-t139-info .aixdb-t139-title {
  font-size: 20px;
  color: #000;
  margin: 0;
  line-height: 1.6;
  text-transform: capitalize;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t139 .aixdb-t139-info .aixdb-t139-des {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-top: 10px;
}

.aixdb-t139 .aixdb-t139-info .aixdb-t139-des p {
  margin: 0;
}

.aixdb-t139 .aixdb-t139-list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t139 .aixdb-t139-list .aixdb-t139-item {
  width: 23%;
  border: 1px solid #eee;
  background-color: #fff;
  margin-top: 20px;
  transition: all 0.2s linear;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aixdb-t139 .aixdb-t139-list .aixdb-t139-item:hover {
  transform: scale(1.03);
}

.aixdb-t139 .aixdb-t139-list .aixdb-t139-item img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .aixdb-t139 .aixdb-t139-info {
    width: 100%;
    padding-right: 0;
  }

  .aixdb-t139 .aixdb-t139-list {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .aixdb-t139 .aixdb-t139-list .aixdb-t139-item {
    width: 31%;
    margin-top: 10px;
  }

  .aixdb-t139 .aixdb-t139-info .aixdb-t139-num {
    font-size: 40px;
  }
}

.aixdb-t140 h5 {
  font-size: 20px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.6;
  text-transform: capitalize;
}

.aixdb-t140 .aixdb-t140-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aixdb-t140 .aixdb-t140-title-box div {
  width: 12px;
  height: 12px;
  background-color: var(--color, #e81c2e);
  display: inline-block;
  position: relative;
}

.aixdb-t140 .aixdb-t140-title-box .aixdb-t140-title-left {
  margin-right: 6px;
}

.aixdb-t140 .aixdb-t140-title-box .aixdb-t140-title-right {
  margin-left: 6px;
}

.aixdb-t140 .aixdb-t140-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.aixdb-t140 .aixdb-t140-img {
  width: 60%;
}

.aixdb-t140 .aixdb-t140-img:hover img {
  transform: scale(1.01);
}

.aixdb-t140 .aixdb-t140-img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: all 0.2s linear;
}

.aixdb-t140 .aixdb-t140-info {
  width: 50%;
  position: relative;
  margin-left: -10%;
  z-index: 1;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 10px 0 rgba(69, 71, 80, 0.2);
}

.aixdb-t140 .aixdb-t140-info .aixdb-t140-des {
  margin-top: 10px;
  line-height: 1.6;
  color: #333;
}

.aixdb-t140 .aixdb-t140-info .aixdb-t140-des p {
  margin: 0;
}

.aixdb-t140 .aixdb-t140-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t140 .aixdb-t140-b-item {
  width: 23%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.aixdb-t140 .aixdb-t140-b-item:hover .aixdb-t140-b-icon {
  transform: rotateY(180deg);
}

.aixdb-t140 .aixdb-t140-b-item .aixdb-t140-b-icon {
  color: var(--color, #e81c2e);
  transition: all 0.1s linear;
}

.aixdb-t140 .aixdb-t140-b-item .aixdb-t140-b-icon em {
  font-size: 36px;
}

.aixdb-t140 .aixdb-t140-b-item .aixdb-t140-b-tit {
  font-size: 18px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
}

.aixdb-t140 .aixdb-t140-b-item .aixdb-t140-b-des {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-top: 10px;
}

.aixdb-t140 .aixdb-t140-b-item .aixdb-t140-b-des p {
  margin: 0;
}

@media (max-width: 768px) {
  .aixdb-t140 .aixdb-t140-img {
    width: 100%;
  }

  .aixdb-t140 .aixdb-t140-info {
    width: 100%;
    margin-left: 0;
  }

  .aixdb-t140 .aixdb-t140-b-item {
    width: 48%;
  }
}

@media (max-width: 500px) {
  .aixdb-t140 .aixdb-t140-b-item {
    padding: 10px;
    margin-top: 0;
  }

  .aixdb-t140 .aixdb-t140-bottom {
    margin-top: 20px;
  }

  .aixdb-t140 .aixdb-t140-info {
    padding: 20px 10px;
  }
}

.aixdb-t141 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.6;
  text-transform: capitalize;
}

.aixdb-t141 .aixdb-t141-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.aixdb-t141 .aixdb-t141-title-box div {
  width: 12px;
  height: 12px;
  background-color: var(--color, #e81c2e);
  display: inline-block;
  position: relative;
}

.aixdb-t141 .aixdb-t141-title-box .aixdb-t141-title-left {
  margin-right: 6px;
}

.aixdb-t141 .aixdb-t141-title-box .aixdb-t141-title-right {
  margin-left: 6px;
}

.aixdb-t141 .aixdb-t141-des {
  color: #333;
  text-align: center;
  font-size: 16px;
}

.aixdb-t141 .aixdb-t141-des p {
  margin: 0;
}

.aixdb-t141 .aixdb-t141-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-between;
}

.aixdb-t141 .aixdb-t141-list .aixdb-t141-item {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  padding-left: 50px;
  display: inline-flex;
  padding-bottom: 30px;
}

.aixdb-t141 .aixdb-t141-list .aixdb-t141-item .aixdb-t141-item-serial {
  font-size: 26px;
  font-weight: var(--fontbold5, 500);
  position: absolute;
  left: 0;
  top: -4px;
}

.aixdb-t141 .aixdb-t141-list .aixdb-t141-item .aixdb-t141-item-text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.aixdb-t141 .aixdb-t141-list .aixdb-t141-item .aixdb-t141-item-text p {
  margin: 0;
}

.aixdb-t141 .aixdb-t141-list .aixdb-t141-odd {
  padding-right: 40px;
  border-right: 1px solid #eee;
}

.aixdb-t141 .aixdb-t141-list .aixdb-t141-even {
  width: calc(50% - 40px);
  margin-left: 40px;
}

@media (max-width: 768px) {
  .aixdb-t141 .aixdb-t141-list .aixdb-t141-item {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }

  .aixdb-t141 .aixdb-t141-list .aixdb-t141-odd {
    border-right: none;
  }
}

@media (max-width: 500px) {
  .aixdb-t141 .aixdb-t141-list .aixdb-t141-item .aixdb-t141-item-serial {
    font-size: 22px;
  }

  .aixdb-t141 .aixdb-t141-list .aixdb-t141-item {
    padding-left: 45px;
  }
}

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

.aixdb-t57 .aixdb-t57-item {
  width: 19%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgb(154 154 154 / 20%);
  padding: 20px 15px;
  box-sizing: border-box;
  transition: all 0.1s linear;
}

.aixdb-t57 .aixdb-t57-item:hover {
  box-shadow: 0 3px 10px 0 rgb(154 154 154 / 40%);
}

.aixdb-t57 .aixdb-t57-item .aixdb-t57-des {
  font-size: 16px;
  text-align: center;
}

.aixdb-t57 .aixdb-t57-item .aixdb-t57-des p {
  margin: 0;
  color: #555;
}

@media (max-width: 768px) {
  .aixdb-t57 .aixdb-t57-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .aixdb-t57 .aixdb-t57-item:last-child {
    margin-bottom: 0;
  }
}

.aixdb-t58 .aixdb-template-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px 15px;
}

.aixdb-t58 .aixdb-template-item h5 {
  font-weight: var(--fontbold5, 500);
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.aixdb-t58 .aixdb-template-item .aixdb-t58-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--color, #000);
}

.aixdb-t59 .aixdb-template-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px 0;
}

.aixdb-t59 .aixdb-template-item h5 {
  font-weight: var(--fontbold5, 500);
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.aixdb-t59 .aixdb-template-item .aixdb-t59-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 50px;
  height: 3px;
  background: var(--color, #000);
}

.aixdb-t36 .aixdb-flex-list > .aixdb-flex-item {
  border: 1px solid #eee;
}

.aixdb-t36 .aixdb-flex-list > div > .aixdb-flex-b {
  border: none;
}

.aixdb-t76 .aixdb-template-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px 15px;
}

.aixdb-t76 .aixdb-template-item h5 {
  font-weight: var(--fontbold5, 500);
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.aixdb-t76 .aixdb-template-item .aixdb-t76-line {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.aixdb-t76 .aixdb-template-item .aixdb-t76-line em {
  margin: 0 4px;
  width: 6px;
  height: 6px;
  background: var(--color, #000);
}

.aixdb-t77 .aixdb-template-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px 0;
}

.aixdb-t77 .aixdb-template-item h5 {
  font-weight: var(--fontbold5, 500);
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.aixdb-t77 .aixdb-template-item .aixdb-t77-line {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.aixdb-t77 .aixdb-template-item .aixdb-t77-line em {
  margin: 0 4px;
  width: 6px;
  height: 6px;
  background: var(--color, #000);
}

.aixdb-t78 .aixdb-template-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px 15px;
}

.aixdb-t78 .aixdb-template-item h5 {
  font-weight: var(--fontbold5, 500);
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.aixdb-t78 .aixdb-template-item .aixdb-t78-line {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.aixdb-t78 .aixdb-template-item .aixdb-t78-line em {
  margin: 0 4px;
  width: 6px;
  height: 6px;
  background: var(--color, #000);
  border-radius: 50%;
}

.aixdb-t79 .aixdb-template-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px 0;
}

.aixdb-t79 .aixdb-template-item h5 {
  font-weight: var(--fontbold5, 500);
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.aixdb-t79 .aixdb-template-item .aixdb-t79-line {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.aixdb-t79 .aixdb-template-item .aixdb-t79-line em {
  margin: 0 4px;
  width: 6px;
  height: 6px;
  background: var(--color, #000);
  border-radius: 50%;
}

.aixdb-t46 .aixdb-item-img {
  max-width: 50%;
}

/* 157 */
.aixdb-t157 .aixdb-t157-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-align: center;
  padding-top: 20px;
}

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

.aixdb-t157 .aixdb-t157-item {
  width: 49%;
  display: flex;
  padding: 25px 20px;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(35, 24, 21, 0.11);
  margin-bottom: 2%;
  box-sizing: border-box;
}

.aixdb-t157 .aixdb-t157-img img {
  display: block;
  max-width: 100%;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

.aixdb-t157 .aixdb-t157-img {
  width: 40%;
  overflow: hidden;
}

.aixdb-t157 .aixdb-t157-text {
  flex: 1;
  padding-left: 25px;
}

.aixdb-t157 .aixdb-t157-btn-bg {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--color, #d90011);
  z-index: 0;
}

.aixdb-t157 .aixdb-t157-table p {
  font-size: 18px;
  margin: 0;
  line-height: 1.7;
}

.aixdb-t157 .aixdb-t157-con p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.aixdb-t157 .aixdb-t157-con {
  margin: 5px 0 20px;
}

.aixdb-t157 .aixdb-t157-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.aixdb-t157 .aixdb-t157-titbot p {
  text-align: center;
  font-size: 16px;
  margin: 0;
  color: #666;
}

.aixdb-t157 .aixdb-t157-titbot {
  margin-bottom: 35px;
}

.aixdb-t157 .aixdb-t157-btn span {
  padding: 10px 15px;
  line-height: 1;
  font-size: 16px;
  color: #000;
  display: flex;
  background: #eee;
  transition: all 0.3s ease-in-out;
  justify-content: center;
}

.aixdb-t157 .aixdb-t157-btn:hover span {
  color: #fff;
  background: none;
  position: relative;
  z-index: 1;
}

.aixdb-t157 .aixdb-t157-btn:hover .aixdb-t157-btn-bg {
  left: 0;
}

.aixdb-t157 .aixdb-t157-img:hover img {
  transform: scale(1.02);
}

@media (max-width: 1400px) {
  .aixdb-t157 .aixdb-t157-text {
    padding-left: 20px;
  }

  .aixdb-t157 .aixdb-t157-con p {
    padding: 15px 0;
    line-height: 1.5;
  }

  .aixdb-t157 .aixdb-t157-item {
    padding: 20px;
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .aixdb-t157 .aixdb-t157-item {
    flex-direction: column;
  }

  .aixdb-t157 .aixdb-t157-img img {
    width: 100%;
  }

  .aixdb-t157 .aixdb-t157-img {
    width: 100%;
  }

  .aixdb-t157 .aixdb-t157-text {
    padding-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 450px) {
  .aixdb-t157 .aixdb-t157-item {
    width: 100%;
  }
}

/* 158 */
.aixdb-t158 .aixdb-t158-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-align: center;
  padding-top: 20px;
}

.aixdb-t158 .aixdb-t158-item {
  display: flex;
  justify-content: space-between;
}

.aixdb-t158 .aixdb-t158-list {
  width: 19%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(35, 24, 21, 0.11);
  padding: 40px 15px 80px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.aixdb-t158 .aixdb-t158-img {
  display: flex;
  justify-content: center;
}

.aixdb-t158 .aixdb-t158-img > em {
  color: var(--color, #d90011);
  font-size: 42px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}

.aixdb-t158 .aixdb-t158-tit {
  margin: 25px 0 5px;
}

.aixdb-t158 .aixdb-t158-tit p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.aixdb-t158 .aixdb-t158-con p {
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  color: #555;
  line-height: 1.7;
}

.aixdb-t158 .aixdb-t158-math {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -15px;
}

.aixdb-t158 .aixdb-t158-math p {
  text-align: center;
  line-height: 1;
  margin: 0;
  font-size: 66px;
  font-family: Impact;
  color: var(--color, #d90011);
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}

.aixdb-t158 .aixdb-t158-list:hover .aixdb-t158-math p {
  opacity: 0.5;
}

.aixdb-t158 .aixdb-t158-list:hover .aixdb-t158-img > em {
  transform: rotateY(190deg);
}

.aixdb-t158 .aixdb-t158-titbot p {
  text-align: center;
  font-size: 16px;
  margin: 0;
  color: #333;
}

.aixdb-t158 .aixdb-t158-titbot {
  margin-bottom: 35px;
}

@media (max-width: 1400px) {
  .aixdb-t158 .aixdb-t158-item {
    flex-wrap: wrap;
    justify-content: unset;
  }

  .aixdb-t158 .aixdb-t158-list {
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
  }

  .aixdb-t158 .aixdb-t158-list:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .aixdb-t158 .aixdb-t158-item {
    justify-content: space-between;
  }

  .aixdb-t158 .aixdb-t158-list {
    width: 49%;
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .aixdb-t158 .aixdb-t158-list {
    width: 100%;
  }

  .aixdb-t158 .aixdb-t158-list {
    padding: 40px 0;
  }

  .aixdb-t158 .aixdb-t158-math {
    bottom: -30px;
  }
}

/* 159 */
.aixdb-t159 .aixdb-t159-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-align: center;
  padding-top: 20px;
}

.aixdb-t159 .aixdb-t159-titbot p {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.aixdb-t159 .aixdb-t159-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.aixdb-t159 .aixdb-t159-img img {
  display: block;
  max-width: 100%;
  border: 1px solid #eee;
  box-shadow: 0px 0px 24px 0px rgba(35, 24, 21, 0.11);
  transition: all 0.3s ease-in-out;
}

.aixdb-t159 .aixdb-t159-img {
  width: 19%;
  display: flex;
  justify-content: center;
  margin-bottom: 1%;
  margin-right: 1%;
}

.aixdb-t159 .aixdb-t159-titbot {
  max-width: 45%;
  margin: 0 auto 35px;
}

.aixdb-t159 .aixdb-t159-img:hover img {
  transform: scale(1.02);
}

@media (max-width: 1600px) {
  .aixdb-t159 .aixdb-t159-titbot {
    margin-bottom: 30px;
  }
}

@media (max-width: 1550px) {
  .aixdb-t159 .aixdb-t159-img {
    width: 22%;
    margin: 10px;
  }
}

@media (max-width: 1200px) {
  .aixdb-t159 .aixdb-t159-item {
    justify-content: space-between;
  }

  .aixdb-t159 .aixdb-t159-img {
    width: 24%;
    margin: 0 0 1% 0;
  }

  .aixdb-t159 .aixdb-t159-titbot {
    margin-bottom: 35px;
    max-width: 70%;
  }
}

@media (max-width: 1024px) {
  .aixdb-t159 .aixdb-t159-titbot {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .aixdb-t159 .aixdb-t159-img {
    width: 32%;
    margin: 0 2% 2% 0;
  }

  .aixdb-t159 .aixdb-t159-img:nth-of-type(3n) {
    margin: 0 0 2% 0;
  }

  .aixdb-t159 .aixdb-t159-item {
    justify-content: flex-start;
  }

  .aixdb-t159 .aixdb-t159-titbot {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .aixdb-t159 .aixdb-t159-img {
    width: 49%;
    margin: 0 0 2% 0;
  }

  .aixdb-t159 .aixdb-t159-item {
    justify-content: space-between;
  }
}

/* 160 */
.aixdb-t160 .aixdb-t160-content {
  display: flex;
}

.aixdb-t160 .aixdb-t160-left {
  flex: 1;
}

.aixdb-t160 .aixdb-t160-right {
  width: 60%;
}

.aixdb-t160 .aixdb-t160-card {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  margin-bottom: 20px;
}

.aixdb-t160 .aixdb-t160-left h5 {
  font-size: 20px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  padding-bottom: 20px;
}

.aixdb-t160 .aixdb-t160-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.aixdb-t160 .aixdb-t160-botton {
  padding: 5px 15px 10px;
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.aixdb-t160 .aixdb-t160-botton p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.aixdb-t160 .aixdb-t160-item {
  padding-left: 140px;
}

.aixdb-t160 .aixdb-t160-top p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}

.aixdb-t160 .aixdb-t160-top > em {
  font-size: 26px;
  line-height: 1;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.aixdb-t160 .aixdb-t160-card:hover .aixdb-t160-botton {
  display: block;
  opacity: 1;
}

.aixdb-t160 .aixdb-t160-card:hover .aixdb-t160-top > em {
  transform: rotate(0deg);
}

.aixdb-t160 .aixdb-t160-con p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.aixdb-t160 .aixdb-t160-list-box {
  display: flex;
  align-items: baseline;
}

.aixdb-t160 .aixdb-t160-list-box p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.aixdb-t160 .aixdb-t160-list {
  margin-top: 30px;
}

.aixdb-t160 .aixdb-t160-list-box > em {
  font-size: 18px;
  color: var(--color, #d90011);
  transform: rotateZ(90deg);
  margin-right: 15px;
}

@media (max-width: 1420px) {
  .aixdb-t160 .aixdb-t160-item {
    padding-left: 70px;
  }
}

@media (max-width: 1024px) {
  .aixdb-t160 .aixdb-t160-content {
    flex-direction: column;
  }

  .aixdb-t160 .aixdb-t160-list {
    margin-top: 15px;
  }

  .aixdb-t160 .aixdb-t160-item {
    padding-left: 0;
  }

  .aixdb-t160 .aixdb-t160-right {
    width: 100%;
    margin-top: 20px;
  }
}

/* 161 */
.aixdb-t161 .aixdb-t161-right h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.5;
}

.aixdb-t161 .aixdb-t161-content {
  display: flex;
  align-items: center;
}

.aixdb-t161 .aixdb-t161-left {
  width: 48%;
  position: relative;
}

.aixdb-t161 .aixdb-t161-right {
  width: 52%;
  padding-left: 60px;
}

.aixdb-t161 .aixdb-t161-item {
  width: 49%;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 35px;
  margin-bottom: 2%;
  box-sizing: border-box;
  background-color: #fff;
}

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

.aixdb-t161 .aixdb-t161-img {
  width: 70px;
  height: 70px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: var(--color, #d90011);
  border-radius: 5px;
}

.aixdb-t161 .aixdb-t161-img em {
  font-size: 32px;
  line-height: 1;
  color: #fff;
  transition: all 0.1s linear;
}

.aixdb-t161 .aixdb-t161-title {
  padding: 20px 0 5px;
}

.aixdb-t161 .aixdb-t161-title p {
  margin: 0;
  font-size: 18px;
}

.aixdb-t161 .aixdb-t161-title {
  text-align: center;
}

.aixdb-t161 .aixdb-t161-title p > em {
  font-style: unset;
  color: var(--color, #d90011);
}

.aixdb-t161 .aixdb-t161-con p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.aixdb-t161 .aixdb-t161-con {
  text-align: center;
}

.aixdb-t161 .aixdb-t161-span {
  height: 2px;
  background: #e3e3e3;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.aixdb-t161 .aixdb-t161-span-bt {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: var(--color, #d90011);
  left: 10%;
}

.aixdb-t161 .aixdb-t161-caption p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
}

.aixdb-t161 .aixdb-t161-caption p > em {
  font-style: unset;
  color: var(--color, #d90011);
}

.aixdb-t161 .aixdb-t161-details p {
  margin: 0;
  font-size: 16px;
  color: #555;
}

.aixdb-t161 .aixdb-t161-details {
  margin-top: 30px;
}

.aixdb-t161 .aixdb-t161-titbot p {
  line-height: 1.7;
  font-size: 16px;
  color: #666;
}

.aixdb-t161 .aixdb-t161-titbot {
  text-align: center;
  margin: 20px 0 45px;
}

.aixdb-t161 .aixdb-t161-item:hover .aixdb-t161-img em {
  transform: rotateY(180deg);
}

@media (max-width: 1366px) {
  .aixdb-t161 .aixdb-t161-right {
    width: 45%;
    padding-left: 40px;
  }

  .aixdb-t161 .aixdb-t161-left {
    width: 55%;
  }

  .aixdb-t161 .aixdb-t161-item {
    padding: 25px;
  }
}

@media (max-width: 1024px) {
  .aixdb-t161 .aixdb-t161-content {
    flex-direction: column-reverse;
  }

  .aixdb-t161 .aixdb-t161-right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .aixdb-t161 .aixdb-t161-left {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .aixdb-t161 .aixdb-t161-title p {
    padding: 15px 0;
  }

  .aixdb-t161 .aixdb-t161-item {
    padding: 20px;
  }

  .aixdb-t161 .aixdb-t161-span {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .aixdb-t161 .aixdb-t161-item {
    width: 100%;
  }
}

/* 162 */
.aixdb-t162 .aixdb-t162-caption h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-align: center;
  padding-top: 20px;
}

.aixdb-t162 .aixdb-t162-content {
  display: flex;
  background: #f6f6f6;
}

.aixdb-t162 .aixdb-t162-right img {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  object-fit: cover;
  height: 100%;
}

.aixdb-t162 .aixdb-t162-right {
  flex: 1;
}

.aixdb-t162 .aixdb-t162-list {
  width: 41%;
}

.aixdb-t162 .aixdb-t162-item {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  background: #f6f6f6;
  height: 33.3%;
  box-sizing: border-box;
}

.aixdb-t162 .aixdb-t162-figure p {
  font-size: 45px;
  font-family: Impact;
  font-weight: 400;
  color: #a9a9a9;
  margin: 0;
}

.aixdb-t162 .aixdb-t162-table {
  padding-bottom: 15px;
}

.aixdb-t162 .aixdb-t162-table p {
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.aixdb-t162 .aixdb-t162-con p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.aixdb-t162 .aixdb-t162-figure {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #b9b9b9;
}

.aixdb-t162 .aixdb-t162-titbot {
  text-align: center;
  margin-bottom: 35px;
}

.aixdb-t162 .aixdb-t162-titbot p {
  line-height: 1.7;
  font-size: 16px;
  color: #333;
  margin: 0;
}

.aixdb-t162 .aixdb-t162-item:nth-of-type(2) {
  background: var(--color, #4bab3d);
}

.aixdb-t162 .aixdb-t162-item:nth-of-type(2) .aixdb-t162-figure p {
  color: #fff;
}

.aixdb-t162 .aixdb-t162-item:nth-of-type(2) .aixdb-t162-table p {
  color: #fff;
}

.aixdb-t162 .aixdb-t162-item:nth-of-type(2) .aixdb-t162-con p {
  color: #fff;
}

@media (max-width: 1450px) {
  .aixdb-t162 .aixdb-t162-list {
    width: 50%;
  }

  .aixdb-t162 .aixdb-t162-figure {
    padding-right: 20px;
    margin-right: 20px;
  }

  .aixdb-t162 .aixdb-t162-right {
    padding-left: 0px;
  }
}

@media (max-width: 1100px) {
  .aixdb-t162 .aixdb-t162-content {
    flex-direction: column;
  }

  .aixdb-t162 .aixdb-t162-list {
    width: 100%;
  }

  .aixdb-t162 .aixdb-t162-right {
    padding-left: 0;
    width: 100%;
  }

  .aixdb-t162 .aixdb-t162-right img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .aixdb-t162 .aixdb-t162-item {
    padding: 20px;
  }

  .aixdb-t162 .aixdb-t162-figure p {
    font-size: 38px;
  }
}

/* 163 */
.aixdb-t163 .aixdb-t163-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-align: center;
  padding-bottom: 20px;
}

.aixdb-t163 .aixdb-t163-list {
  display: flex;
  justify-content: space-between;
  width: 70%;
  flex-wrap: wrap;
}

.aixdb-t163 .aixdb-t163-pro {
  display: inline-block;
  width: 15%;
  text-align: center;
  background: #f7f8fa;
  padding: 30px 0px;
}

.aixdb-t163 .aixdb-t163-pro p {
  margin: 0;
  font-size: 16px;
}

.aixdb-t163 .aixdb-t163-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.aixdb-t163 .aixdb-t163-item img {
  display: block;
  max-width: 100%;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
}

.aixdb-t163 .aixdb-t163-caption p {
  margin: 30px 0 45px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: var(--color, #4bab3d);
}

.aixdb-t163 .aixdb-t163-item {
  width: 29%;
  overflow: hidden;
}

.aixdb-t163 .aixdb-t163-con {
  text-align: center;
  margin-bottom: 35px;
}

.aixdb-t163 .aixdb-t163-con p {
  line-height: 1.7;
  font-size: 16px;
  color: #333;
  margin: 0;
}

.aixdb-t163 .aixdb-t163-card1 {
  overflow-x: auto;
}

.aixdb-t163 .aixdb-t163-card2 {
  overflow-x: auto;
}

.aixdb-t163 .aixdb-t163-card3 {
  overflow-x: auto;
}

.aixdb-t163 .aixdb-t163-card1 .aixdb-t163-tr td {
  width: 25%;
  padding: 10px 15px;
}

.aixdb-t163 .aixdb-t163-card1 .aixdb-t163-table {
  width: 100%;
  border-top: 4px solid var(--color, #4bab3d);
}

.aixdb-t163 .aixdb-t163-card1 .aixdb-t163-tr:nth-of-type(2n-1) {
  background-color: #f7f8fa;
}

.aixdb-t163 .aixdb-t163-card1 .aixdb-t163-tr > td:nth-of-type(n + 2) {
  color: #555;
}

.aixdb-t163 .aixdb-t163-card1 .aixdb-t163-tr:nth-of-type(1) td {
  color: #000 !important;
}

.aixdb-t163 .aixdb-t163-card2 .aixdb-t163-tr td {
  width: 25%;
  padding: 10px 15px;
}

.aixdb-t163 .aixdb-t163-card2 .aixdb-t163-table {
  width: 100%;
  border-top: 4px solid var(--color, #4bab3d);
}

.aixdb-t163 .aixdb-t163-card2 .aixdb-t163-tr:nth-of-type(2n-1) {
  background-color: #f7f8fa;
}

.aixdb-t163 .aixdb-t163-card2 .aixdb-t163-tr > td:nth-of-type(n + 2) {
  color: #555;
}

.aixdb-t163 .aixdb-t163-card3 .aixdb-t163-tr td {
  width: 25%;
  padding: 10px 15px;
}

.aixdb-t163 .aixdb-t163-card3 .aixdb-t163-tr td img {
  width: 20px;
  height: 20px;
}

.aixdb-t163 .aixdb-t163-card3 .aixdb-t163-table {
  width: 100%;
  border-top: 4px solid var(--color, #4bab3d);
}

.aixdb-t163 .aixdb-t163-card3 .aixdb-t163-tr:nth-of-type(2n-1) {
  background-color: #f7f8fa;
}

.aixdb-t163 .aixdb-t163-card3 .aixdb-t163-tr td:nth-of-type(2) > em {
  color: #4bab3d;
  font-size: 20px;
  line-height: 1;
}

.aixdb-t163 .aixdb-t163-card3 .aixdb-t163-tr td:nth-of-type(3) > em {
  color: #4bab3d;
  font-size: 20px;
  line-height: 1;
}

.aixdb-t163 .aixdb-t163-card3 .aixdb-t163-tr td:nth-of-type(4) > em {
  color: #d81e06;
  font-size: 22px;
  line-height: 1;
}

.aixdb-t163 .aixdb-t163-item:hover img {
  transform: scale(1.02);
}

@media (max-width: 1024px) {
  .aixdb-t163 .aixdb-t163-pro {
    padding: 20px 10px;
    width: 25%;
  }

  .aixdb-t163 .aixdb-t163-item {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .aixdb-t163 .aixdb-t163-top {
    margin-top: 20px;
  }

  .aixdb-t163 .aixdb-t163-top {
    flex-direction: column;
    align-items: center;
  }

  .aixdb-t163 .aixdb-t163-pro {
    display: flex;
    width: 100%;
    padding: 10px;
  }

  .aixdb-t163 .aixdb-t163-pro p {
    padding: 20px 40px;
    margin: 0px auto;
  }

  .aixdb-t163 .aixdb-t163-list {
    width: 100%;
  }

  .aixdb-t163 .aixdb-t163-card1 .aixdb-t163-tr td {
    padding: 15px;
  }

  .aixdb-t163 .aixdb-t163-card2 .aixdb-t163-tr td {
    padding: 15px;
  }

  .aixdb-t163 .aixdb-t163-card3 .aixdb-t163-tr td {
    padding: 15px;
  }
}

@media (max-width: 450px) {
  .aixdb-t163 .aixdb-t163-card1 .aixdb-t163-tr td {
    padding: 8px;
  }

  .aixdb-t163 .aixdb-t163-caption p {
    margin: 25px 0;
  }

  .aixdb-t163 .aixdb-t163-item {
    width: 100%;
  }

  .aixdb-t163 .aixdb-t163-item img {
    width: 100%;
  }
}

/* 164 */
.aixdb-t164 .aixdb-t164-content {
  position: relative;
}

.aixdb-t164 .aixdb-t164-pseudo {
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  background: var(--color, #4bab3d);
  bottom: 0;
  z-index: 0;
}

.aixdb-t164 .aixdb-t164-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-align: center;
  padding-top: 20px;
}

.aixdb-t164 .aixdb-t164-con {
  text-align: center;
  margin-bottom: 35px;
}

.aixdb-t164 .aixdb-t164-con p {
  line-height: 1.7;
  font-size: 16px;
  color: #333;
  margin: 0;
}

.aixdb-t164 .aixdb-t164-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 10px;
}

.aixdb-t164 .aixdb-t164-item {
  width: 15%;
}

.aixdb-t164 .aixdb-t164-item img {
  display: block;
  max-width: 100%;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
}

.aixdb-t164 .aixdb-t164-btn p {
  margin: 0;
  text-align: center;
  line-height: 1;
  color: #fff;
}

.aixdb-t164 .aixdb-t164-btn {
  text-align: center;
  margin: 30px 0 40px;
  padding: 10px 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  width: 100%;
}

.aixdb-t164 .aixdb-t164-img:hover img {
  transform: scale(1.02);
}

@media (max-width: 1024px) {
  .aixdb-t164 .aixdb-t164-list {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .aixdb-t164 .aixdb-t164-item {
    width: 27%;
  }

  .aixdb-t164 .aixdb-t164::after {
    display: none;
  }

  .aixdb-t164 .aixdb-t164-btn {
    margin: 25px 0;
  }

  .aixdb-t164 .aixdb-t164-pseudo {
    height: 100%;
  }

  .aixdb-t164 .aixdb-t164-con p {
    color: #fff;
  }

  .aixdb-t164 .aixdb-t164-title h5 {
    color: #fff;
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .aixdb-t164 .aixdb-t164-item {
    width: 32%;
  }

  .aixdb-t164 .aixdb-t164-list {
    justify-content: space-between;
  }
}

@media (max-width: 500px) {
  .aixdb-t164 .aixdb-t164-item {
    width: 48%;
  }

  .aixdb-t164 .aixdb-t164-btn {
    margin: 20px 0;
    padding: 10px 0;
  }
}

/* 165 */
.aixdb-t165 .aixdb-t165-item {
  width: 24%;
  margin-bottom: 50px;
}

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

.aixdb-t165 .aixdb-t165-table h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-align: center;
  padding-top: 20px;
}

.aixdb-t165 .aixdb-t165-ioc {
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.1s linear;
}

.aixdb-t165 .aixdb-t165-ioc > em {
  font-size: 28px;
  line-height: 1;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 1;
}

.aixdb-t165 .aixdb-t165-box {
  display: flex;
  justify-content: center;
}

.aixdb-t165 .aixdb-t165-ioc-t {
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #eee;
  z-index: 0;
}

.aixdb-t165 .aixdb-t165-ioc-b {
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: var(--color, #4bab3d);
  z-index: 0;
}

.aixdb-t165 .aixdb-t165-title {
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0 5px;
}

.aixdb-t165 .aixdb-t164-con {
  text-align: center;
  margin-bottom: 35px;
}

.aixdb-t165 .aixdb-t164-con p {
  line-height: 1.7;
  color: #333;
  margin: 0;
}

.aixdb-t165 .aixdb-t165-title p {
  line-height: 1;
  color: #000;
  margin: 0;
  font-size: 18px;
}

.aixdb-t165 .aixdb-t165-pro {
  text-align: center;
}

.aixdb-t165 .aixdb-t165-pro p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

.aixdb-t165 .aixdb-t165-item:hover .aixdb-t165-ioc {
  transform: translateY(-5px);
}

@media (max-width: 1024px) {
  .aixdb-t165 .aixdb-t165-item {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .aixdb-t165 .aixdb-t165-item {
    width: 48%;
    margin-bottom: 25px;
  }
}

@media (max-width: 500px) {
  .aixdb-t165 .aixdb-t165-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* 166 */
.aixdb-t166 .aixdb-t166-table h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-align: center;
  padding-top: 20px;
}

.aixdb-t166 .aixdb-t166-con {
  text-align: center;
  margin-bottom: 35px;
}

.aixdb-t166 .aixdb-t166-con p {
  line-height: 1.7;
  color: #333;
  margin: 0;
}

.aixdb-t166 .aixdb-t166-list {
  display: flex;
  justify-content: space-between;
}

.aixdb-t166 .aixdb-t166-item {
  width: 22%;
  background: #fff;
  box-shadow: 0 0 49px 0 rgba(5, 28, 0, 0.09);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.1s linear;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.aixdb-t166 .aixdb-t166-item .aixdb-t166-head {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}

.aixdb-t166 .aixdb-t166-item:hover {
  transform: translateY(-5px);
}

.aixdb-t166 .aixdb-t166-item:nth-of-type(2n-1) .aixdb-t166-item-bg {
  opacity: 0.1;
}

.aixdb-t166 .aixdb-t166-item-bg {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: var(--color, #4bab3d);
  top: 0;
  left: 0;
  z-index: -1;
}

.aixdb-t166 .aixdb-t166-pic p {
  margin: 0;
  font-size: 16px;
  color: var(--color, #4bab3d);
  text-align: center;
}

.aixdb-t166 .aixdb-t166-title {
  text-align: center;
  margin-top: 10px;
}

.aixdb-t166 .aixdb-t166-title p {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.aixdb-t166 .aixdb-t166-box {
  display: flex;
  margin-bottom: 15px;
}

.aixdb-t166 .aixdb-t166-box p {
  margin: 0;
  font-size: 16px;
  color: #665556;
}

.aixdb-t166 .aixdb-t166-box em {
  font-size: 16px;
  color: var(--color, #4bab3d);
  margin-right: 10px;
}

.aixdb-t166 .aixdb-t166-main {
  padding: 25px 20px;
  box-sizing: border-box;
}

.aixdb-t166 .aixdb-t166-btn {
  padding: 15px 10px;
  background: #eee;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}

.aixdb-t166 .aixdb-t166-btn span {
  font-size: 16px;
  color: var(--color, #4bab3d);
  line-height: 1;
  margin: 0;
}

.aixdb-t166 .aixdb-t166-item:nth-of-type(2n-1)::after {
  opacity: 0.1;
}

.aixdb-t166 .aixdb-t166-item:nth-of-type(2n) .aixdb-t166-pic p {
  color: #fff;
}

.aixdb-t166 .aixdb-t166-item:nth-of-type(2n) .aixdb-t166-title p {
  color: #fff;
}

@media (max-width: 1420px) {
  .aixdb-t166 .aixdb-t166-item {
    width: 23%;
  }
}

@media (max-width: 1024px) {
  .aixdb-t166 .aixdb-t166-list {
    flex-wrap: wrap;
  }

  .aixdb-t166 .aixdb-t166-item {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media (max-width: 768px) {
  .aixdb-t166 .aixdb-t166-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.aixdb-t37 .aixdb-flex-list > .aixdb-flex-item {
  display: flex;
  flex-direction: column;
}

.aixdb-t37 .aixdb-flex-list > .aixdb-flex-item .aixdb-flex-b {
  flex: 1;
}

/* 142 */
.aixdb-t142 .aixdb-t142-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t142 .aixdb-t142-info {
  width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
}

.aixdb-t142 .aixdb-t142-title {
  font-size: 20px;
  color: #000;
  margin: 0;
  font-weight: var(--fontbold5, 500);
  text-transform: capitalize;
}

.aixdb-t142 .aixdb-t142-des {
  margin: 10px 0;
}

.aixdb-t142 .aixdb-t142-des p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.aixdb-t142 .aixdb-t142-adv {
  margin-top: 20px;
}

.aixdb-t142 .aixdb-t142-adv-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  color: #555;
}

.aixdb-t142 .aixdb-t142-adv-item em {
  margin-right: 6px;
  font-size: 20px;
  color: var(--color, #43c7c6);
}

.aixdb-t142 .aixdb-t142-adv-item p {
  margin: 0;
}

.aixdb-t142 .aixdb-t142-img {
  width: 50%;
  text-align: right;
  position: relative;
}

.aixdb-t142 .aixdb-t142-img:hover img {
  transform: scale(1.01);
}

.aixdb-t142 .aixdb-t142-img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: all 0.2s linear;
}

.aixdb-t142 .aixdb-t142-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t142 .aixdb-t142-b-item {
  width: 23%;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(69, 71, 80, 0.1);
  border-radius: 5px;
  border-left: 4px solid var(--color, #43c7c6);
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
  transition: all 0.1s linear;
}

.aixdb-t142 .aixdb-t142-b-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px 0 rgba(69, 71, 80, 0.2);
}

.aixdb-t142 .aixdb-t142-b-item .aixdb-t142-item-icon {
  color: var(--color, #43c7c6);
  margin-right: 20px;
}

.aixdb-t142 .aixdb-t142-b-item .aixdb-t142-item-icon em {
  font-size: 42px;
}

.aixdb-t142 .aixdb-t142-b-item .aixdb-t142-item-info {
  flex: 1;
}

.aixdb-t142 .aixdb-t142-b-item .aixdb-t142-item-tit {
  color: #000;
  font-size: 18px;
  margin: 0;
  text-transform: capitalize;
  line-height: 1.6;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t142 .aixdb-t142-b-item .aixdb-t142-item-des p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .aixdb-t142 .aixdb-t142-info {
    width: 100%;
    padding-right: 0;
  }

  .aixdb-t142 .aixdb-t142-img {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .aixdb-t142 .aixdb-t142-img img {
    width: 100%;
  }

  .aixdb-t142 .aixdb-t142-b-item {
    width: 100%;
  }
}

/* 143 */
.aixdb-t143 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.aixdb-t143 .aixdb-t143-des p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0;
}

.aixdb-t143 .aixdb-t143-item {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.aixdb-t143 .aixdb-t143-item:nth-child(2n) .aixdb-t143-info {
  text-align: right;
  padding-left: 0;
  padding-right: 4%;
}

.aixdb-t143 .aixdb-t143-item:nth-child(2n) .aixdb-t143-img {
  text-align: right;
}

.aixdb-t143 .aixdb-t143-info {
  width: 50%;
  box-sizing: border-box;
  padding-left: 4%;
}

.aixdb-t143 .aixdb-t143-item-num {
  color: var(--color, #43c7c6);
  font-size: 36px;
  font-weight: var(--fontbold5, 500);
  margin-bottom: 10px;
  line-height: 1.6;
}

.aixdb-t143 .aixdb-t143-item-tit {
  color: #000;
  font-size: 20px;
  margin: 0;
  font-weight: var(--fontbold5, 500);
  text-transform: capitalize;
}

.aixdb-t143 .aixdb-t143-item-des {
  margin-top: 10px;
}

.aixdb-t143 .aixdb-t143-item-des p {
  color: #555;
  line-height: 1.6;
  margin-top: 10px;
  margin: 0;
}

.aixdb-t143 .aixdb-t143-img {
  width: 50%;
  text-align: left;
}

.aixdb-t143 .aixdb-t143-img:hover img {
  transform: scale(1.01);
}

.aixdb-t143 .aixdb-t143-img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: all 0.2s linear;
}

@media screen and (max-width: 768px) {
  .aixdb-t143 .aixdb-t143-item {
    margin-top: 20px;
  }

  .aixdb-t143 .aixdb-t143-item:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .aixdb-t143 .aixdb-t143-item:nth-child(2n) .aixdb-t143-info {
    text-align: left;
    padding-right: 0;
  }

  .aixdb-t143 .aixdb-t143-img {
    width: 100%;
    text-align: center;
  }

  .aixdb-t143 .aixdb-t143-info {
    width: 100%;
    padding-left: 0;
  }

  .aixdb-t143 .aixdb-t143-item-num {
    margin-bottom: 0;
  }
}

/* 144 */
.aixdb-t144 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.aixdb-t144 .aixdb-t144-des p {
  margin: 0;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.aixdb-t144 .aixdb-t144-text {
  margin-top: 30px;
}

.aixdb-t144 .aixdb-t144-text p {
  margin-top: 30px;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.aixdb-t144 .aixdb-t144-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.aixdb-t144 .aixdb-t144-item {
  display: inline-flex;
  width: 33%;
  margin: 5px 0;
  color: #333;
}

.aixdb-t144 .aixdb-t144-item em {
  color: var(--color, #43c7c6);
  margin-right: 6px;
  font-size: 18px;
  line-height: 1.4;
}

.aixdb-t144 .aixdb-t144-item p {
  margin: 0;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .aixdb-t144 .aixdb-t144-item {
    width: 100%;
  }
}

/* 145 */
.aixdb-t145 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 4px;
}

.aixdb-t145 .aixdb-t145-des p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0;
}

.aixdb-t145 .aixdb-t145-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aixdb-t145 .aixdb-t145-img .aixdb-t145-img-item {
  width: 24%;
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.aixdb-t145 .aixdb-t145-img .aixdb-t145-img-item:hover img {
  transform: scale(1.03);
}

.aixdb-t145 .aixdb-t145-img .aixdb-t145-img-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: all 0.2s linear;
}

.aixdb-t145 .aixdb-t145-text {
  padding-top: 20px;
  box-sizing: border-box;
  border-top: 1px dashed var(--color, #43c7c6);
  margin-top: 5px;
}

.aixdb-t145 .aixdb-t145-text p {
  color: #555;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .aixdb-t145 .aixdb-t145-img .aixdb-t145-img-item {
    width: 48%;
    margin-top: 20px;
  }
}

/* 146 */
.aixdb-t146 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 4px;
}

.aixdb-t146 .aixdb-t146-des p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0;
}

.aixdb-t146 .aixdb-t146-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t146 .aixdb-t146-img {
  width: 40%;
}

.aixdb-t146 .aixdb-t146-img:hover img {
  transform: scale(1.02);
}

.aixdb-t146 .aixdb-t146-img img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid #eee;
  transition: all 0.2s linear;
}

.aixdb-t146 .aixdb-t146-text {
  width: 60%;
  box-sizing: border-box;
  padding-left: 40px;
}

.aixdb-t146 .aixdb-t146-text-item {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.aixdb-t146 .aixdb-t146-text-item:last-child {
  margin-bottom: 0;
}

.aixdb-t146 .aixdb-t146-text-item:hover .aixdb-t146-item-hover {
  opacity: 1;
}

.aixdb-t146 .aixdb-t146-text-item:hover .aixdb-t146-text-top em {
  transform: rotateX(0);
  color: #fff;
}

.aixdb-t146 .aixdb-t146-text-item:hover .aixdb-t146-text-tit {
  color: #fff;
}

.aixdb-t146 .aixdb-t146-text-item:hover .aixdb-t146-text-bottom {
  opacity: 1;
  display: block;
}

.aixdb-t146 .aixdb-t146-text-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px 15px;
  position: relative;
}

.aixdb-t146 .aixdb-t146-text-top em {
  color: #000;
  font-size: 20px;
  transform: rotateX(180deg);
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
}

.aixdb-t146 .aixdb-t146-item-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color, #43c7c6);
  z-index: 0;
  opacity: 0;
  transition: all 0.2s linear;
}

.aixdb-t146 .aixdb-t146-text-tit {
  color: #000;
  margin: 0;
  font-size: 18px;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
}

.aixdb-t146 .aixdb-t146-text-bottom {
  box-sizing: border-box;
  padding: 10px 15px;
  display: none;
  opacity: 0;
  transition: all 0.2s linear;
}

.aixdb-t146 .aixdb-t146-text-bottom p {
  color: #555;
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .aixdb-t146 .aixdb-t146-img {
    width: 100%;
  }

  .aixdb-t146 .aixdb-t146-img img {
    width: 100%;
  }

  .aixdb-t146 .aixdb-t146-text {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
}

/* 147 */
.aixdb-t147 .aixdb-t147-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f8f8f8;
}

.aixdb-t147 .aixdb-t147-img {
  width: 45%;
  text-align: left;
  overflow: hidden;
  border-radius: 5px;
}

.aixdb-t147 .aixdb-t147-img:hover img {
  transform: scale(1.01);
}

.aixdb-t147 .aixdb-t147-img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  transition: all 0.2s linear;
  border-radius: 5px;
}

.aixdb-t147 .aixdb-t147-info {
  width: 55%;
  box-sizing: border-box;
  padding: 10px 40px;
}

.aixdb-t147 .aixdb-t147-title {
  font-size: 20px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  text-transform: capitalize;
  margin: 0;
}

.aixdb-t147 .aixdb-t147-des {
  margin-top: 20px;
}

.aixdb-t147 .aixdb-t147-des p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.aixdb-t147 .aixdb-t147-mod {
  width: 98%;
  background-color: #fff;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-top: 20px;
}

.aixdb-t147 .aixdb-t147-mod .aixdb-t147-mod-item {
  width: 25%;
  box-sizing: border-box;
  padding: 20px 10px;
  color: #000;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.1s linear;
}

.aixdb-t147 .aixdb-t147-mod .aixdb-t147-mod-item p {
  margin: 0;
}

.aixdb-t147 .aixdb-t147-mod .aixdb-t147-mod-item:hover {
  background-color: #eee;
}

.aixdb-t147 .aixdb-t147-list {
  display: flex;
  flex-wrap: wrap;
}

.aixdb-t147 .aixdb-t147-item {
  width: 25%;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 10px;
  text-align: center;
  transition: all 0.1s linear;
}

.aixdb-t147 .aixdb-t147-item-tit {
  font-size: 18px;
  color: #000;
  margin: 0;
  font-weight: var(--fontbold5, 500);
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t147 .aixdb-t147-item-icon {
  margin: 16px auto;
  color: var(--color, #43c7c6);
  transition: all 0.1s linear;
}

.aixdb-t147 .aixdb-t147-item-icon em {
  font-size: 36px;
}

.aixdb-t147 .aixdb-t147-item-des {
  text-align: center;
}

.aixdb-t147 .aixdb-t147-item-des p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.aixdb-t147 .aixdb-t147-item:hover {
  transform: translateY(-5px);
}

.aixdb-t147 .aixdb-t147-item:hover .aixdb-t147-item-icon {
  transform: rotateY(180deg);
}

@media screen and (max-width: 768px) {
  .aixdb-t147 .aixdb-t147-img {
    width: 100%;
  }

  .aixdb-t147 .aixdb-t147-info {
    width: 100%;
    padding: 20px 10px;
  }

  .aixdb-t147 .aixdb-t147-mod {
    margin-left: 0;
    width: 100%;
  }

  .aixdb-t147 .aixdb-t147-mod .aixdb-t146-mod-item {
    padding: 20px 10px;
  }

  .aixdb-t147 .aixdb-t147-item {
    width: 48%;
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t147 .aixdb-t147-item {
    width: 100%;
    margin-top: 0;
  }

  .aixdb-t147 .aixdb-t147-mod .aixdb-t147-mod-item {
    width: 50%;
  }
}

/* 148 */
.aixdb-t148 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.aixdb-t148 .aixdb-t148-des {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.aixdb-t148 .aixdb-t148-des p {
  margin: 0;
}

.aixdb-t148 .aixdb-t148-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.aixdb-t148 .aixdb-t148-item:nth-child(2n) .aixdb-t148-item-info {
  padding-right: 0;
  padding-left: 40px;
}

.aixdb-t148 .aixdb-t148-item-info {
  width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
}

.aixdb-t148 .aixdb-t148-item-mod {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(69, 71, 80, 0.1);
  transition: all 0.1s linear;
}

.aixdb-t148 .aixdb-t148-item-mod:nth-child(2) {
  margin-top: 20px;
}

.aixdb-t148 .aixdb-t148-item-mod:hover {
  box-shadow: 0 2px 10px 0 rgba(69, 71, 80, 0.3);
}

.aixdb-t148 .aixdb-t148-item-mod:hover em {
  transform: rotateY(180deg);
}

.aixdb-t148 .aixdb-t148-item-icon {
  width: 80px;
  height: 80px;
  background-color: var(--color, #43c7c6);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 20px;
}

.aixdb-t148 .aixdb-t148-item-icon em {
  font-size: 36px;
  transition: all 0.1s linear;
}

.aixdb-t148 .aixdb-t148-item-text {
  flex: 1;
}

.aixdb-t148 .aixdb-t148-item-tit {
  font-size: 18px;
  color: #000;
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t148 .aixdb-t148-item-des {
  margin-top: 4px;
}

.aixdb-t148 .aixdb-t148-item-des p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.aixdb-t148 .aixdb-t148-item-img {
  width: 50%;
}

.aixdb-t148 .aixdb-t148-item-img:hover img {
  transform: scale(1.01);
}

.aixdb-t148 .aixdb-t148-item-img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: all 0.2s linear;
}

@media screen and (max-width: 768px) {
  .aixdb-t148 .aixdb-t148-item-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .aixdb-t148 .aixdb-t148-item:nth-child(2n) .aixdb-t148-item-info {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .aixdb-t148 .aixdb-t148-item-img {
    width: 100%;
  }

  .aixdb-t148 .aixdb-t148-item-img img {
    width: 100%;
  }

  .aixdb-t148 .aixdb-t148-item-icon {
    width: 80px;
    height: 80px;
  }

  .aixdb-t148 .aixdb-t148-item {
    margin-top: 20px;
  }
}

/* 149 */
.aixdb-t149 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 4px;
}

.aixdb-t149 .aixdb-t149-des p {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.aixdb-t149 .aixdb-t149-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.aixdb-t149 .aixdb-t149-item {
  width: 15%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  transition: all 0.1s linear;
}

.aixdb-t149 .aixdb-t149-item:hover {
  transform: translateY(-5px);
}

.aixdb-t149 .aixdb-t149-icon {
  color: var(--color, #43c7c6);
  margin-right: 5px;
}

.aixdb-t149 .aixdb-t149-icon em {
  font-size: 24px;
}

.aixdb-t149 .aixdb-t149-des {
  margin-left: 4px;
  font-size: 16px;
}

.aixdb-t149 .aixdb-t149-des p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .aixdb-t149 .aixdb-t149-item {
    width: 23%;
    margin-top: 20px;
  }

  .aixdb-t149 .aixdb-t149-list {
    margin-top: 0px;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t149 .aixdb-t149-item {
    width: 32%;
  }
}

/* 150 */
.aixdb-t150 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 4px;
}

.aixdb-t150 .aixdb-t150-des p {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.aixdb-t150 .aixdb-t150-list {
  display: flex;
  flex-wrap: wrap;
}

.aixdb-t150 .aixdb-t150-item {
  width: 25%;
  box-sizing: border-box;
  padding: 0 40px;
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aixdb-t150 .aixdb-t150-item:last-child .aixdb-t150-item-dashed {
  display: none;
}

.aixdb-t150 .aixdb-t150-item:hover .aixdb-t150-item-icon {
  transform: translateY(-5px);
}

.aixdb-t150 .aixdb-t150-item:hover .aixdb-t150-item-icon em {
  transform: rotateY(180deg);
}

.aixdb-t150 .aixdb-t150-item-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px dashed #ccc;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: all 0.1s linear;
  color: var(--color, #43c7c6);
  z-index: 1;
}

.aixdb-t150 .aixdb-t150-item-icon .aixdb-t150-item-num {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  background-color: var(--color, #43c7c6);
}

.aixdb-t150 .aixdb-t150-item-icon em {
  font-size: 36px;
  transition: all 0.1s linear;
}

.aixdb-t150 .aixdb-t150-item-tit {
  font-size: 18px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}

.aixdb-t150 .aixdb-t150-item-des {
  text-align: center;
  margin-top: 10px;
}

.aixdb-t150 .aixdb-t150-item-des p {
  margin-top: 10px;
  color: #555;
  font-size: 16px;
  margin: 0;
}

.aixdb-t150 .aixdb-t150-item-dashed {
  width: 30%;
  position: absolute;
  left: 84%;
  top: 60px;
  z-index: 0;
  border: 1px dashed var(--color, #43c7c6);
  color: var(--color, #43c7c6);
}

.aixdb-t150 .aixdb-t150-item-dashed em {
  font-size: 24px;
  position: absolute;
  right: -18px;
  top: -19px;
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .aixdb-t150 .aixdb-t150-item {
    width: 48%;
    padding: 0 20px;
    margin-top: 20px;
  }

  .aixdb-t150 .aixdb-t150-item-dashed {
    display: none;
  }

  .aixdb-t150 .aixdb-t150-item-icon {
    width: 90px;
    height: 90px;
  }

  .aixdb-t150 .aixdb-t150-item-icon .aixdb-t150-item-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t150 .aixdb-t150-item {
    width: 100%;
    padding: 0 px;
  }
}

/* 173 */
.aixdb-t173 .aixdb-t173-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.aixdb-t173 .aixdb-t173-img {
  width: 40%;
}

.aixdb-t173 .aixdb-t173-img:hover img {
  transform: scale(1.01);
}

.aixdb-t173 .aixdb-t173-img img {
  max-width: 100%;
  height: auto;
  transition: all 0.2s linear;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 5px;
}

.aixdb-t173 .aixdb-t173-info {
  box-sizing: border-box;
  padding: 10px 0px 10px 40px;
  width: 60%;
}

.aixdb-t173 .aixdb-t173-title {
  font-size: 20px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t173 .aixdb-t173-into {
  width: 40px;
  height: 3px;
  background-color: var(--color, #43c7c6);
  margin: 10px 0 20px;
}

.aixdb-t173 .aixdb-t173-des p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.aixdb-t173 .aixdb-t173-mod {
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.aixdb-t173 .aixdb-t173-item {
  width: 32%;
  border: 1px solid #eee;
  background-color: #ffffffc2;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px;
}

.aixdb-t173 .aixdb-t173-item:hover .aixdb-t173-item-icon {
  transform: rotateY(180deg);
}

.aixdb-t173 .aixdb-t173-item-icon {
  text-align: center;
  color: var(--color, #43c7c6);
  transition: all 0.1s linear;
}

.aixdb-t173 .aixdb-t173-item-icon em {
  font-size: 36px;
}

.aixdb-t173 .aixdb-t173-item-tit {
  color: #000;
  text-align: center;
  font-size: 18px;
  margin: 0;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .aixdb-t173 .aixdb-t173-img {
    width: 100%;
  }

  .aixdb-t173 .aixdb-t173-info {
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t173 .aixdb-t173-item {
    width: 100%;
    margin-top: 20px;
  }
}

/* 174 */
.aixdb-t174 h5 {
  font-size: 24px;
  color: #000;
  margin: 0;
  font-weight: var(--fontbold5, 500);
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t174 .aixdb-t174-into {
  width: 40px;
  height: 3px;
  background-color: var(--color, #43c7c6);
  margin: 10px auto;
}

.aixdb-t174 .aixdb-t174-des p {
  color: #333;
  font-size: 16px;
  margin: 0;
  text-align: center;
}

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

.aixdb-t174 .aixdb-t174-list .aixdb-t174-item {
  width: 23%;
  box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
  transition: all 0.1s linear;
  margin-top: 30px;
}

.aixdb-t174 .aixdb-t174-list .aixdb-t174-item:hover {
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.2);
}

.aixdb-t174 .aixdb-t174-list .aixdb-t174-item:hover .aixdb-t174-item-icon {
  transform: rotateY(180deg);
}

.aixdb-t174 .aixdb-t174-list .aixdb-t174-item-icon {
  color: var(--color, #43c7c6);
  margin-bottom: 20px;
  display: inline-block;
  transition: all 0.1s linear;
}

.aixdb-t174 .aixdb-t174-list .aixdb-t174-item-icon em {
  font-size: 36px;
  line-height: 1;
  transition: all 0.1s linear;
}

.aixdb-t174 .aixdb-t174-list .aixdb-t174-item-tit {
  font-size: 18px;
  color: #000;
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t174 .aixdb-t174-list .aixdb-t174-item-des {
  margin-top: 10px;
}

.aixdb-t174 .aixdb-t174-list .aixdb-t174-item-des p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .aixdb-t174 .aixdb-t174-list .aixdb-t174-item {
    width: 48%;
    margin-top: 20px;
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t174 .aixdb-t174-list .aixdb-t174-item {
    width: 100%;
    margin-top: 20px;
  }

  .aixdb-t174 .aixdb-t174-list .aixdb-t174-item-icon {
    margin-bottom: 10px;
  }

  .aixdb-t174 .aixdb-t174-list .aixdb-t174-item-des {
    margin-top: 10px;
  }
}

/* 175 */
.aixdb-t175 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t175 .aixdb-t175-into {
  width: 40px;
  height: 3px;
  background-color: var(--color, #43c7c6);
  margin: 10px auto;
}

.aixdb-t175 .aixdb-t175-des p {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.aixdb-t175 .aixdb-t175-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.aixdb-t175 .aixdb-t175-item:nth-child(2n) .aixdb-t175-info {
  margin-left: 0;
  margin-right: -10%;
}

.aixdb-t175 .aixdb-t175-item:nth-child(2n) .aixdb-t175-img {
  text-align: right;
}

.aixdb-t175 .aixdb-t175-img {
  width: 50%;
}

.aixdb-t175 .aixdb-t175-img:hover img {
  transform: scale(1.01);
}

.aixdb-t175 .aixdb-t175-img img {
  max-width: 100%;
  height: auto;
  transition: all 0.2s linear;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.aixdb-t175 .aixdb-t175-info {
  background-color: #fbfbfbc9;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px;
  width: 60%;
  position: relative;
  margin-left: -10%;
  z-index: 1;
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.1);
}

.aixdb-t175 .aixdb-t175-item-tit {
  font-size: 20px;
  color: #000;
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t175 .aixdb-t175-item-des {
  margin-top: 20px;
}

.aixdb-t175 .aixdb-t175-item-des p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .aixdb-t175 .aixdb-t175-img {
    width: 100%;
  }

  .aixdb-t175 .aixdb-t175-img img {
    width: 100%;
  }

  .aixdb-t175 .aixdb-t175-info {
    width: 100%;
    margin-left: 0;
    padding: 20px 10px;
  }

  .aixdb-t175 .aixdb-t175-item:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .aixdb-t175 .aixdb-t175-item:nth-child(2n) .aixdb-t175-info {
    margin-right: 0;
  }
}

/* 176 */
.aixdb-t176 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t176 .aixdb-t176-into {
  width: 40px;
  height: 3px;
  background-color: var(--color, #43c7c6);
  margin: 10px auto;
}

.aixdb-t176 .aixdb-t176-des p {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin: 0;
}

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

.aixdb-t176 .aixdb-t176-list .aixdb-t176-item {
  width: 32%;
  margin-top: 30px;
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  transition: all 0.1s linear;
}

.aixdb-t176 .aixdb-t176-list .aixdb-t176-item:hover {
  transform: translateY(-5px);
}

.aixdb-t176 .aixdb-t176-list .aixdb-t176-item:hover .aixdb-t176-item-icon em {
  transform: rotateY(180deg);
}

.aixdb-t176 .aixdb-t176-list .aixdb-t176-item-icon {
  background-color: #fff;
  color: var(--color, #43c7c6);
  margin-right: 10px;
  transition: all 0.1s linear;
}

.aixdb-t176 .aixdb-t176-list .aixdb-t176-item-icon em {
  font-size: 32px;
  transition: all 0.1s linear;
}

.aixdb-t176 .aixdb-t176-list .aixdb-t176-item-info {
  flex: 1;
}

.aixdb-t176 .aixdb-t176-list .aixdb-t176-item-tit {
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
}

.aixdb-t176 .aixdb-t176-list .aixdb-t176-item-des {
  margin-top: 5px;
}

.aixdb-t176 .aixdb-t176-list .aixdb-t176-item-des p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .aixdb-t176 .aixdb-t176-list .aixdb-t176-item {
    width: 48%;
    margin-top: 20px;
    padding: 10px;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t176 .aixdb-t176-list .aixdb-t176-item {
    width: 100%;
  }
}

/* 177 */
.aixdb-t177 .aixdb-t76-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.aixdb-t177 .aixdb-t177-info {
  width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
}

.aixdb-t177 .aixdb-t177-title {
  font-size: 20px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t177 .aixdb-t177-into {
  width: 40px;
  height: 3px;
  background-color: var(--color, #43c7c6);
  margin: 10px 0 20px;
}

.aixdb-t177 .aixdb-t177-des p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.aixdb-t177 .aixdb-t177-list {
  margin-top: 20px;
}

.aixdb-t177 .aixdb-t177-item {
  display: flex;
  position: relative;
  margin-bottom: 50px;
}

.aixdb-t177 .aixdb-t177-item:last-child .aixdb-t177-num-into {
  display: none;
}

.aixdb-t177 .aixdb-t177-item:last-child {
  margin-bottom: 0;
}

.aixdb-t177 .aixdb-t177-num {
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aixdb-t177 .aixdb-t177-num .aixdb-t177-num-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-color: var(--color, #43c7c6);
  opacity: 0.2;
  z-index: 0;
}

.aixdb-t177 .aixdb-t177-num .aixdb-t177-num-box {
  width: 50px;
  height: 50px;
  background-color: var(--color, #43c7c6);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.aixdb-t177 .aixdb-t177-num .aixdb-t177-num-into {
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: var(--color, #43c7c6);
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.aixdb-t177 .aixdb-t177-tit {
  font-size: 18px;
  color: #333;
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t177 .aixdb-t177-item-des p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.aixdb-t177 .aixdb-t177-text {
  flex: 1;
}

.aixdb-t177 .aixdb-t177-img {
  width: 50%;
}

.aixdb-t177 .aixdb-t177-img:hover img {
  transform: scale(1.01);
}

.aixdb-t177 .aixdb-t177-img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.2s linear;
}

@media screen and (max-width: 768px) {
  .aixdb-t177 .aixdb-t177-info {
    width: 100%;
    padding-right: 0;
  }

  .aixdb-t177 .aixdb-t177-img {
    width: 100%;
  }

  .aixdb-t177 .aixdb-t177-img img {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t177 .aixdb-t177-num {
    width: 60px;
    height: 60px;
  }

  .aixdb-t177 .aixdb-t177-num .aixdb-t177-num-box {
    width: 44px;
    height: 44px;
  }
}

/* 178 */
.aixdb-t178 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t178 .aixdb-t178-into {
  width: 40px;
  height: 3px;
  background-color: var(--color, #43c7c6);
  margin: 10px auto;
}

.aixdb-t178 .aixdb-t178-des p {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.aixdb-t178 .aixdb-t178-list {
  margin-top: 30px;
}

.aixdb-t178 .aixdb-t178-item .aixdb-t178-tit-box {
  max-width: 200px;
}

.aixdb-t178 .aixdb-t178-item {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}

.aixdb-t178 .aixdb-t178-item:first-child {
  border-top: 1px solid #ebebeb;
}

.aixdb-t178 .aixdb-t178-item-tit {
  color: #000;
  font-size: 20px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  line-height: 1.2;
  text-transform: capitalize;
}

.aixdb-t178 .aixdb-t178-item-into {
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: var(--color, #05c09b);
  margin: 0;
  margin-top: 10px;
}

.aixdb-t178 .aixdb-t178-item-text {
  flex: 1;
  box-sizing: border-box;
  padding: 0 40px;
}

.aixdb-t178 .aixdb-t178-item-theme {
  color: #000;
  font-size: 18px;
  margin: 0;
}

.aixdb-t178 .aixdb-t178-item-des {
  margin-top: 10px;
}

.aixdb-t178 .aixdb-t178-item-des p {
  line-height: 1.6;
  margin: 0;
  font-size: 16px;
  color: #555;
}

.aixdb-t178 .aixdb-t178-item-img {
  width: 38%;
  text-align: right;
}

.aixdb-t178 .aixdb-t178-item-img:hover img {
  transform: scale(1.02);
}

.aixdb-t178 .aixdb-t178-item-img img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #eee;
  transition: all 0.2s linear;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .aixdb-t178 .aixdb-t178-item {
    padding: 20px 0;
  }

  .aixdb-t178 .aixdb-t178-item .aixdb-t178-item-img {
    width: 100%;
  }

  .aixdb-t178 .aixdb-t178-item .aixdb-t178-item-img img {
    width: 100%;
  }

  .aixdb-t178 .aixdb-t178-item .aixdb-t178-item-text {
    width: 100%;
    padding: 0;
    flex: auto;
    margin-bottom: 20px;
  }

  .aixdb-t178 .aixdb-t178-item .aixdb-t178-tit-box {
    max-width: 100%;
  }
}

.aixdb-t179 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t179 .aixdb-t179-into {
  width: 60px;
  height: 3px;
  background-color: var(--color, #43c7c6);
  border-radius: 2px;
  margin: 10px auto;
}

.aixdb-t179 .aixdb-t179-des {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.aixdb-t179 .aixdb-t179-des p {
  margin: 0;
}

.aixdb-t179 .aixdb-t179-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.aixdb-t179 .aixdb-t179-img {
  width: 50%;
}

.aixdb-t179 .aixdb-t179-img:hover img {
  transform: scale(1.01);
}

.aixdb-t179 .aixdb-t179-img img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

.aixdb-t179 .aixdb-t179-info {
  position: relative;
  width: 60%;
  margin-left: -10%;
  box-sizing: border-box;
  background-color: #ffffffe3;
  box-shadow: 0 1px 15px 0 rgba(8, 1, 3, 0.1);
  padding: 20px;
  border-radius: 5px;
}

.aixdb-t179 .aixdb-t179-info .aixdb-t179-into {
  margin: 10px 0 20px;
}

.aixdb-t179 .aixdb-t179-tit {
  font-size: 20px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: left;
  text-transform: capitalize;
}

.aixdb-t179 .aixdb-t179-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .aixdb-t179 .aixdb-t179-list {
    margin-top: 20px;
  }

  .aixdb-t179 .aixdb-t179-img {
    width: 100%;
  }

  .aixdb-t179 .aixdb-t179-img img {
    width: 100%;
  }

  .aixdb-t179 .aixdb-t179-info {
    width: 100%;
    margin-left: 0;
    padding: 20px 10px;
  }
}

.aixdb-t180 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t180 .aixdb-t180-into {
  width: 60px;
  height: 3px;
  background-color: var(--color, #43c7c6);
  border-radius: 2px;
  margin: 10px auto;
}

.aixdb-t180 .aixdb-t180-des {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.aixdb-t180 .aixdb-t180-des p {
  margin: 0;
}

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

.aixdb-t180 .aixdb-t180-item {
  width: 49%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 5px;
  background-color: #fafafa;
  transition: all 0.1s linear;
}

.aixdb-t180 .aixdb-t180-item:nth-child(even) .aixdb-t180-item-img {
  margin-left: 0;
  margin-right: 20px;
}

.aixdb-t180 .aixdb-t180-item:hover {
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
}

.aixdb-t180 .aixdb-t180-item:hover img {
  transform: scale(1.05);
}

.aixdb-t180 .aixdb-t180-item-info {
  flex: 1;
}

.aixdb-t180 .aixdb-t180-item-tit {
  font-size: 18px;
  color: #000;
  margin: 0;
  text-transform: capitalize;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t180 .aixdb-t180-item-des {
  margin-top: 5px;
}

.aixdb-t180 .aixdb-t180-item-des p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.aixdb-t180 .aixdb-t180-item-img {
  width: 180px;
  margin-left: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.aixdb-t180 .aixdb-t180-item-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  transition: all 0.2s linear;
  box-sizing: border-box;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .aixdb-t180 .aixdb-t180-item {
    padding-top: 20px;
    width: 100%;
  }

  .aixdb-t180 .aixdb-t180-item-img {
    width: 130px;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t180 .aixdb-t180-item-img {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .aixdb-t180 .aixdb-t180-item-img img {
    width: 100%;
  }

  .aixdb-t180 .aixdb-t180-item {
    padding: 10px;
  }

  .aixdb-t180 .aixdb-t180-item:nth-child(even) {
    flex-direction: column-reverse;
  }

  .aixdb-t180 .aixdb-t180-item .aixdb-t180-item-img {
    margin-left: 0;
    margin-right: 0;
  }
}

.aixdb-t181 .aixdb-t181-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.aixdb-t181 .aixdb-t181-title {
  font-size: 20px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t181 .aixdb-t181-into {
  width: 60px;
  height: 3px;
  background-color: var(--color, #43c7c6);
  border-radius: 2px;
  margin: 10px 0;
}

.aixdb-t181 .aixdb-t181-info {
  width: 60%;
  box-sizing: border-box;
  padding-right: 40px;
}

.aixdb-t181 .aixdb-t181-info-list {
  margin-top: 20px;
}

.aixdb-t181 .aixdb-t181-info-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px;
  transition: all 0.1s linear;
}

.aixdb-t181 .aixdb-t181-info-item:hover {
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.1);
}

.aixdb-t181 .aixdb-t181-info-item:hover em {
  transform: rotateY(180deg);
}

.aixdb-t181 .aixdb-t181-item-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  margin-right: 20px;
  color: var(--color, #43c7c6);
}

.aixdb-t181 .aixdb-t181-item-icon em {
  font-size: 36px;
  transition: all 0.1s linear;
}

.aixdb-t181 .aixdb-t181-item-text {
  flex: 1;
}

.aixdb-t181 .aixdb-t181-item-tit {
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  font-weight: var(--fontbold5, 500);
  margin: 0;
}

.aixdb-t181 .aixdb-t181-item-des {
  margin-top: 4px;
}

.aixdb-t181 .aixdb-t181-item-des p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.aixdb-t181 .aixdb-t181-img {
  width: 40%;
  text-align: right;
}

.aixdb-t181 .aixdb-t181-img:hover img {
  transform: scale(1.01);
}

.aixdb-t181 .aixdb-t181-img img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1024px) {
  .aixdb-t181 .aixdb-t181-info {
    width: 100%;
    padding-right: 0;
  }

  .aixdb-t181 .aixdb-t181-img {
    width: 100%;
    margin-top: 20px;
  }

  .aixdb-t181 .aixdb-t181-img img {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t181 .aixdb-t181-item-icon {
    width: 60px;
    height: 60px;
  }

  .aixdb-t181 .aixdb-t181-item-icon em {
    font-size: 28px;
  }

  .aixdb-t181 .aixdb-t181-info-item {
    padding: 10px;
  }
}

.aixdb-t182 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t182 .aixdb-t182-into {
  width: 60px;
  height: 3px;
  background-color: var(--color, #43c7c6);
  border-radius: 2px;
  margin: 10px auto;
}

.aixdb-t182 .aixdb-t182-des {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.aixdb-t182 .aixdb-t182-des p {
  margin: 0;
}

.aixdb-t182 .aixdb-t182-item {
  margin-top: 20px;
}

.aixdb-t182 .aixdb-t182-item-tit {
  font-size: 20px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t182 .aixdb-t182-item-des {
  margin-top: 4px;
}

.aixdb-t182 .aixdb-t182-item-des p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.aixdb-t183 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t183 .aixdb-t183-into {
  width: 60px;
  height: 3px;
  background-color: var(--color, #43c7c6);
  border-radius: 2px;
  margin: 10px auto;
}

.aixdb-t183 .aixdb-t183-des {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.aixdb-t183 .aixdb-t183-des p {
  margin: 0;
}

.aixdb-t183 .aixdb-t183-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10px;
}

.aixdb-t183 .aixdb-t183-item {
  width: 49%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-top: 20px;
}

.aixdb-t183 .aixdb-t183-item:hover .aixdb-t183-text-box {
  display: block;
}

.aixdb-t183 .aixdb-t183-tit-box {
  box-sizing: border-box;
  padding: 10px 15px;
}

.aixdb-t183 .aixdb-t183-item-tit {
  font-size: 20px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
}

.aixdb-t183 .aixdb-t183-text-box {
  box-sizing: border-box;
  padding: 10px 15px;
  padding-top: 5px;
  display: none;
}

.aixdb-t183 .aixdb-t183-text-box p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .aixdb-t183 .aixdb-t183-list {
    margin-top: 0;
  }

  .aixdb-t183 .aixdb-t183-item {
    width: 100%;
    margin-top: 20px;
  }
}

/* 167 */
.aixdb-t167 .aixdb-t167-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.aixdb-t167 .aixdb-t167-img {
  width: 50%;
  text-align: left;
}

.aixdb-t167 .aixdb-t167-img:hover img {
  transform: scale(1.01);
}

.aixdb-t167 .aixdb-t167-img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

.aixdb-t167 .aixdb-t167-info {
  width: 50%;
  box-sizing: border-box;
  padding-left: 40px;
}

.aixdb-t167 .aixdb-t167-info .aixdb-t167-into {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.aixdb-t167 .aixdb-t167-info .aixdb-t167-into div {
  width: 30px;
  height: 5px;
}

.aixdb-t167 .aixdb-t167-info .aixdb-t167-into .aixdb-t167-into-left {
  background-color: #000;
}

.aixdb-t167 .aixdb-t167-info .aixdb-t167-into .aixdb-t167-into-right {
  background-color: var(--color, #05c09b);
}

.aixdb-t167 .aixdb-t167-info .aixdb-t167-title p {
  display: inline-block;
  font-size: 20px;
  color: #000;
  margin: 0;
  line-height: 1.6;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t167 .aixdb-t167-info .aixdb-t167-des {
  margin-top: 20px;
}

.aixdb-t167 .aixdb-t167-info .aixdb-t167-des p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.aixdb-t167 .aixdb-t167-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aixdb-t167 .aixdb-t167-b-item {
  margin-top: 30px;
  width: 23%;
  box-sizing: border-box;
  padding: 30px;
  color: #000;
  text-align: center;
  background-color: #f7f7f7;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.aixdb-t167 .aixdb-t167-b-item:hover {
  color: #fff;
  transform: translateY(-5px);
}

.aixdb-t167 .aixdb-t167-b-item:hover .aixdb-t167-b-bg {
  opacity: 1;
}

.aixdb-t167 .aixdb-t167-b-item .aixdb-t167-b-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: var(--color, #05c09b);
  transition: all 0.2s ease;
}

.aixdb-t167 .aixdb-t167-b-item p {
  line-height: 1;
  margin: 0;
}

.aixdb-t167 .aixdb-t167-b-item .aixdb-t167-b-num {
  font-weight: var(--fontbold5, 500);
  font-size: 36px;
  position: relative;
  z-index: 1;
}

.aixdb-t167 .aixdb-t167-b-item .aixdb-t167-b-text {
  font-size: 16px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .aixdb-t167 .aixdb-t167-img {
    width: 100%;
    text-align: center;
  }

  .aixdb-t167 .aixdb-t167-img img {
    width: 100%;
  }

  .aixdb-t167 .aixdb-t167-info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .aixdb-t167 .aixdb-t167-b-item {
    width: 48%;
    padding: 30px 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t167 .aixdb-t167-b-item {
    width: 48%;
    padding: 20px;
  }

  .aixdb-t167 .aixdb-t167-b-item .aixdb-t167-b-num {
    font-size: 30px;
  }
}

/* 168 */
.aixdb-t168 .aixdb-t168-into {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.aixdb-t168 .aixdb-t168-into div {
  width: 30px;
  height: 5px;
}

.aixdb-t168 .aixdb-t168-into .aixdb-t168-into-left {
  background-color: #000;
}

.aixdb-t168 .aixdb-t168-into .aixdb-t168-into-right {
  background-color: var(--color, #05c09b);
}

.aixdb-t168 .aixdb-t168-title {
  text-align: center;
}

.aixdb-t168 h5 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  text-align: center;
  line-height: 1.6;
  text-transform: capitalize;
  background-image: linear-gradient(to right, #000, var(--color) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.aixdb-t168 .aixdb-t168-item {
  width: 23%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
  border-radius: 5px;
  margin-top: 30px;
  transition: all 0.1s linear;
}

.aixdb-t168 .aixdb-t168-item:hover {
  transform: translateY(-5px);
}

.aixdb-t168 .aixdb-t168-item:hover .aixdb-t168-item-icon {
  transform: rotateY(180deg);
}

.aixdb-t168 .aixdb-t168-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.aixdb-t168 .aixdb-t168-item-top .aixdb-t168-item-num {
  color: #000;
  font-weight: var(--fontbold5, 500);
  font-size: 36px;
}

.aixdb-t168 .aixdb-t168-item-top .aixdb-t168-item-icon {
  color: var(--color, #05c09b);
  transition: all 0.1s linear;
}

.aixdb-t168 .aixdb-t168-item-top .aixdb-t168-item-icon em {
  font-size: 36px;
}

.aixdb-t168 .aixdb-t168-item-tit {
  font-size: 18px;
  color: #000;
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t168 .aixdb-t168-item-des {
  margin-top: 10px;
}

.aixdb-t168 .aixdb-t168-item-des p {
  line-height: 1.6;
  color: #555;
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .aixdb-t168 .aixdb-t168-item {
    width: 48%;
    padding: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t168 .aixdb-t168-item {
    width: 100%;
  }
}

/* 169 */
.aixdb-t169 .aixdb-t169-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.aixdb-t169 .aixdb-t169-info {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}

.aixdb-t169 .aixdb-t169-into {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.aixdb-t169 .aixdb-t169-into div {
  width: 30px;
  height: 5px;
}

.aixdb-t169 .aixdb-t169-into .aixdb-t169-into-left {
  background-color: #000;
}

.aixdb-t169 .aixdb-t169-into .aixdb-t169-into-right {
  background-color: var(--color, #05c09b);
}

.aixdb-t169 .aixdb-t169-title p {
  display: inline-block;
  font-size: 20px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  line-height: 1.6;
  text-transform: capitalize;
}

.aixdb-t169 .aixdb-t169-des {
  box-sizing: border-box;
  margin-top: 10px;
}

.aixdb-t169 .aixdb-t169-des p {
  line-height: 1.6;
  color: #555;
  font-size: 16px;
  margin: 0;
}

.aixdb-t169 .aixdb-t169-list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t169 .aixdb-t169-b-item {
  width: 48%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.aixdb-t169 .aixdb-t169-b-item:hover .aixdb-t169-item-icon em {
  transform: rotateY(180deg);
}

.aixdb-t169 .aixdb-t169-b-item .aixdb-t169-item-icon {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--color, #05c09b);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 20px;
  position: relative;
}

.aixdb-t169 .aixdb-t169-b-item .aixdb-t169-item-icon em {
  font-size: 36px;
  position: relative;
  z-index: 1;
  transition: all 0.1s linear;
}

.aixdb-t169 .aixdb-t169-b-item .aixdb-t169-item-info {
  flex: 1;
}

.aixdb-t169 .aixdb-t169-b-item .aixdb-t169-item-tit {
  font-size: 18px;
  color: #000;
  margin: 0;
  text-transform: capitalize;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t169 .aixdb-t169-b-item .aixdb-t169-item-des {
  margin-top: 5px;
}

.aixdb-t169 .aixdb-t169-b-item .aixdb-t169-item-des p {
  color: #555;
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .aixdb-t169 .aixdb-t169-info {
    width: 100%;
    padding-right: 0;
  }

  .aixdb-t169 .aixdb-t169-list {
    width: 100%;
  }

  .aixdb-t169 .aixdb-t169-b-item {
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t169 .aixdb-t169-b-item {
    padding: 10px;
  }
}

/* 170 */
.aixdb-t170 .aixdb-t170-into {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.aixdb-t170 .aixdb-t170-into div {
  width: 30px;
  height: 5px;
}

.aixdb-t170 .aixdb-t170-into .aixdb-t170-into-left {
  background-color: #000;
}

.aixdb-t170 .aixdb-t170-into .aixdb-t170-into-right {
  background-color: var(--color, #05c09b);
}

.aixdb-t170 .aixdb-t170-title {
  text-align: center;
}

.aixdb-t170 h5 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
  color: #000;
  font-weight: var(--fontbold5, 500);
  text-align: center;
  text-transform: capitalize;
  background-image: linear-gradient(to right, #000, var(--color) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aixdb-t170 .aixdb-t170-table-box {
  margin-top: 30px;
  overflow: hidden;
  overflow-x: auto;
}

.aixdb-t170 .aixdb-t170-table {
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-collapse: collapse;
  color: #555;
  width: 100%;
}

.aixdb-t170 .aixdb-t170-table td {
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  box-sizing: border-box;
  padding: 10px 20px;
}

.aixdb-t170 .aixdb-t170-table td:nth-child(1),
.aixdb-t170 .aixdb-t170-table td:nth-child(3) {
  background-color: #fafcff;
}

.aixdb-t170 .aixdb-t170-table td:nth-child(1) {
  color: #000;
  font-weight: var(--fontbold5, 500);
}

@media screen and (max-width: 768px) {
  .aixdb-t170 .aixdb-t170-table-box {
    margin-top: 20px;
  }

  .aixdb-t170 .aixdb-t170-table td {
    padding: 5px 10px;
  }
}

/* 171 */
.aixdb-t171 .aixdb-t171-into {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.aixdb-t171 .aixdb-t171-into div {
  width: 30px;
  height: 5px;
}

.aixdb-t171 .aixdb-t171-into .aixdb-t171-into-left {
  background-color: #000;
}

.aixdb-t171 .aixdb-t171-into .aixdb-t171-into-right {
  background-color: var(--color, #05c09b);
}

.aixdb-t171 .aixdb-t171-title {
  text-align: center;
}

.aixdb-t171 h5 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  color: #000;
  line-height: 1.6;
  font-weight: var(--fontbold5, 500);
  text-align: center;
  text-transform: capitalize;
  background-image: linear-gradient(to right, #000, var(--color) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.aixdb-t171 .aixdb-t171-item {
  width: 49%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  background-color: #f3f5f8;
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.aixdb-t171 .aixdb-t171-item:hover .aixdb-t171-item-img img {
  transform: scale(1.03);
}

.aixdb-t171 .aixdb-t171-item .aixdb-t171-item-img {
  width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.aixdb-t171 .aixdb-t171-item .aixdb-t171-item-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #eee;
  transition: all 0.2s linear;
}

.aixdb-t171 .aixdb-t171-item .aixdb-t171-item-info {
  flex: 1;
}

.aixdb-t171 .aixdb-t171-item .aixdb-t171-item-info .aixdb-t171-item-tit {
  font-size: 18px;
  margin: 0;
  color: #000;
  font-weight: var(--fontbold5, 500);
  text-transform: capitalize;
}

.aixdb-t171 .aixdb-t171-item .aixdb-t171-item-info .aixdb-t171-item-des {
  margin-top: 5px;
}

.aixdb-t171 .aixdb-t171-item .aixdb-t171-item-info .aixdb-t171-item-des p {
  margin: 0;
  line-height: 1.4;
  color: #555;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .aixdb-t171 .aixdb-t171-item {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t171 .aixdb-t171-item .aixdb-t171-item-img {
    width: 100%;
    margin-right: 0;
  }

  .aixdb-t171 .aixdb-t171-item .aixdb-t171-item-img img {
    width: 100%;
  }

  .aixdb-t171 .aixdb-t171-item {
    padding: 0;
    flex-wrap: wrap;
  }

  .aixdb-t171 .aixdb-t171-item .aixdb-t171-item-info {
    box-sizing: border-box;
    padding: 10px;
  }
}

/* 172 */
.aixdb-t172 .aixdb-t172-into {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.aixdb-t172 .aixdb-t172-into div {
  width: 30px;
  height: 5px;
}

.aixdb-t172 .aixdb-t172-into .aixdb-t172-into-left {
  background-color: #000;
}

.aixdb-t172 .aixdb-t172-into .aixdb-t172-into-right {
  background-color: var(--color, #05c09b);
}

.aixdb-t172 .aixdb-t172-title {
  text-align: center;
}

.aixdb-t172 h5 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  color: #000;
  line-height: 1.6;
  font-weight: var(--fontbold5, 500);
  text-align: center;
  text-transform: capitalize;
  background-image: linear-gradient(to right, #000, var(--color) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aixdb-t172 .aixdb-t172-list {
  margin-top: 30px;
}

.aixdb-t172 .aixdb-t172-item {
  background-color: #f3f5f8;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
}

.aixdb-t172 .aixdb-t172-item .aixdb-t172-item-img {
  width: 50%;
  overflow: hidden;
  border-radius: 5px;
}

.aixdb-t172 .aixdb-t172-item .aixdb-t172-item-img:hover img {
  transform: scale(1.01);
}

.aixdb-t172 .aixdb-t172-item .aixdb-t172-item-img img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  transition: all 0.2s linear;
  border: 1px solid #eee;
  border-radius: 5px;
}

.aixdb-t172 .aixdb-t172-item .aixdb-t172-item-info {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 30px;
}

.aixdb-t172 .aixdb-t172-item .aixdb-t172-item-info .aixdb-t172-item-num {
  font-size: 42px;
  margin-bottom: 10px;
  color: var(--color, #05c09b);
  line-height: 1.2;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t172 .aixdb-t172-item .aixdb-t172-item-info .aixdb-t172-item-tit {
  font-size: 20px;
  color: #000;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t172 .aixdb-t172-item .aixdb-t172-item-info .aixdb-t172-item-des {
  margin-top: 15px;
}

.aixdb-t172 .aixdb-t172-item .aixdb-t172-item-info .aixdb-t172-item-des p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.aixdb-t172 .aixdb-t172-item:nth-child(odd) .aixdb-t172-item-img {
  text-align: left;
}

.aixdb-t172 .aixdb-t172-item:nth-child(even) .aixdb-t172-item-img {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .aixdb-t172 .aixdb-t172-item .aixdb-t172-item-img {
    width: 100%;
  }

  .aixdb-t172 .aixdb-t172-item .aixdb-t172-item-img img {
    width: 100%;
  }

  .aixdb-t172 .aixdb-t172-item .aixdb-t172-item-info {
    width: 100%;
    padding: 20px;
  }

  .aixdb-t172 .aixdb-t172-item {
    margin-top: 20px;
  }

  .aixdb-t172-list {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t172 .aixdb-t172-item .aixdb-t172-item-info .aixdb-t172-item-num {
    font-size: 36px;
  }
}

/* 210 */
.aixdb-t210 h5 {
  font-size: 24px;
  color: #000;
  font-weight: var(--fontbold5);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t210 .aixdb-t210-into {
  margin: 10px auto;
  width: 50px;
  height: 2px;
  background-color: var(--color, #8373ce);
}

.aixdb-t210 .aixdb-t210-des {
  width: 80%;
  margin: 0 auto;
}

.aixdb-t210 .aixdb-t210-des p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

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

.aixdb-t210 .aixdb-t210-item {
  display: flex;
  width: 49%;
  margin-top: 30px;
}

.aixdb-t210 .aixdb-t210-item:nth-child(odd) .aixdb-t210-info {
  margin-left: 10px;
}

.aixdb-t210 .aixdb-t210-item:nth-child(odd) .aixdb-t210-item-triangle {
  left: -24px;
  border-right: 25px solid #f7f7f7;
}

.aixdb-t210 .aixdb-t210-item:nth-child(even) .aixdb-t210-info {
  margin-right: 10px;
}

.aixdb-t210 .aixdb-t210-item:nth-child(even) .aixdb-t210-item-triangle {
  right: -24px;
  border-left: 25px solid #f7f7f7;
}

.aixdb-t210 .aixdb-t210-item:hover .aixdb-t210-img img {
  transform: scale(1.02);
}

.aixdb-t210 .aixdb-t210-item .aixdb-t210-img {
  width: 40%;
}

.aixdb-t210 .aixdb-t210-item .aixdb-t210-img img {
  border: 1px solid #eee;
  max-width: 100%;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.1s linear;
}

.aixdb-t210 .aixdb-t210-item .aixdb-t210-info {
  width: 60%;
  border-radius: 5px;
  position: relative;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 20px;
}

.aixdb-t210 .aixdb-t210-item .aixdb-t210-item-tit {
  font-size: 20px;
  color: var(--color, #8373ce);
  font-weight: var(--fontbold5);
  margin: 0;
  transition: all 0.1s linear;
  position: relative;
  z-index: 10;
  text-transform: capitalize;
}

.aixdb-t210 .aixdb-t210-item .aixdb-t210-item-des {
  margin-top: 10px;
  position: relative;
  z-index: 10;
}

.aixdb-t210 .aixdb-t210-item .aixdb-t210-item-des p {
  color: #333;
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
  transition: all 0.1s linear;
}

.aixdb-t210 .aixdb-t210-item .aixdb-t210-item-triangle {
  position: absolute;
  top: 29px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .aixdb-t210 .aixdb-t210-item {
    width: 100%;
  }

  .aixdb-t210 .aixdb-t210-des {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .aixdb-t210 .aixdb-t210-item {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .aixdb-t210 .aixdb-t210-item .aixdb-t210-img {
    width: 100%;
  }

  .aixdb-t210 .aixdb-t210-item .aixdb-t210-info {
    width: 100%;
    padding: 20px 10px;
  }

  .aixdb-t210 .aixdb-t210-item .aixdb-t210-item-triangle {
    display: none;
  }

  .aixdb-t210 .aixdb-t210-item:nth-child(odd) .aixdb-t210-info {
    margin-left: 0;
  }

  .aixdb-t210 .aixdb-t210-item:nth-child(even) {
    flex-direction: column-reverse;
  }

  .aixdb-t210 .aixdb-t210-item:nth-child(even) .aixdb-t210-info {
    margin-right: 0;
  }
}

/* 184 */
.aixdb-t184 .aixdb-t184-title {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t184 .aixdb-t184-contant {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aixdb-t184 .aixdb-t184-left {
  width: 40%;
  box-sizing: border-box;
  padding-right: 40px;
}

.aixdb-t184 .aixdb-t184-right {
  width: 60%;
}

.aixdb-t184 .aixdb-t184-item {
  width: 32%;
  border: 1px solid #eee;
  box-shadow: 0px 1px 10px 0px rgba(51, 51, 51, 0.1);
  border-radius: 5px;
  margin-bottom: 2%;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

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

.aixdb-t184 .aixdb-t184-item-text {
  margin-top: 5px;
}

.aixdb-t184 .aixdb-t184-item-text p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.aixdb-t184 .aixdb-t184-item-tit p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t184 .aixdb-t184-item-img {
  position: absolute;
  width: 30%;
  height: 40%;
  bottom: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color, #ff5c14);
}

.aixdb-t184 .aixdb-t184-item-img > em {
  font-size: 64px;
  z-index: 0;
  opacity: 0.2;
  line-height: 1;
}

.aixdb-t184 .aixdb-t184-details p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.aixdb-t184 .aixdb-t184-details {
  margin-top: 20px;
}

.aixdb-t184 .aixdb-t184-item:nth-of-type(n + 4) {
  margin-bottom: 0;
}

.aixdb-t184 .aixdb-t184-item:hover {
  transform: translateY(8px);
}

@media (max-width: 1500px) {
  .aixdb-t184 .aixdb-t184-details {
    margin-top: 25px;
  }
}

@media (max-width: 1200px) {
  .aixdb-t184 .aixdb-t184-item-img > em {
    font-size: 54px;
  }
}

@media (max-width: 1024px) {
  .aixdb-t184 .aixdb-t184-contant {
    flex-direction: column;
  }

  .aixdb-t184 .aixdb-t184-left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .aixdb-t184 .aixdb-t184-details {
    margin-top: 15px;
  }

  .aixdb-t184 .aixdb-t184-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .aixdb-t184 .aixdb-t184-item {
    width: 49%;
  }

  .aixdb-t184 .aixdb-t184-item:nth-of-type(n + 4) {
    margin-bottom: 2%;
  }

  .aixdb-t184 .aixdb-t184-item:nth-of-type(n + 5) {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .aixdb-t184 .aixdb-t184-item {
    width: 100%;
  }

  .aixdb-t184 .aixdb-t184-item-text {
    margin-top: 10px;
  }

  .aixdb-t184 .aixdb-t184-item:nth-of-type(n + 5) {
    margin-bottom: 2%;
  }
}

/* 185 */
.aixdb-t185 .aixdb-t185-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t185 .aixdb-t185-title {
  margin: 0 auto;
  text-align: center;
}

.aixdb-t185 .aixdb-t185-pro {
  margin: 10px auto 30px;
}

.aixdb-t185 .aixdb-t185-pro p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

.aixdb-t185 .aixdb-t185-list {
  display: flex;
  justify-content: space-between;
}

.aixdb-t185 .aixdb-t185-item-l {
  display: flex;
  padding: 10px 15px;
  border-right: 1px solid #c0c0c0;
  box-sizing: border-box;
}

.aixdb-t185 .aixdb-t185-item-r {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.aixdb-t185 .aixdb-t185-item-math p {
  margin: 0;
  font-size: 46px;
  font-weight: var(--fontbold5, 500);
  line-height: 1;
  color: var(--color, #ff5c14);
}

.aixdb-t185 .aixdb-t185-item-sub {
  display: flex;
  justify-content: end;
  align-items: end;
}

.aixdb-t185 .aixdb-t185-item-sub p {
  font-size: 22px;
  font-weight: var(--fontbold5, 500);
  line-height: 1;
  margin: 0;
  color: var(--color, #ff5c14);
}

.aixdb-t185 .aixdb-t185-item {
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aixdb-t185 .aixdb-t185-item-r p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 1400px) {
  .aixdb-t185 .aixdb-t185-list {
    margin-bottom: 45px;
  }

  .aixdb-t185 .aixdb-t185-item-math p {
    font-size: 42px;
  }

  .aixdb-t185 .aixdb-t185-item-r p {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .aixdb-t185 .aixdb-t185-item-r {
    width: 100%;
    padding: 0;
  }

  .aixdb-t185 .aixdb-t185-item-l {
    border: none;
  }

  .aixdb-t185 .aixdb-t185-item {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .aixdb-t185 .aixdb-t185-list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .aixdb-t185 .aixdb-t185-item {
    width: 48%;
    margin-bottom: 4%;
  }

  .aixdb-t185 .aixdb-t185-item-math p {
    font-size: 26px;
  }

  .aixdb-t185 .aixdb-t185-item-r p {
    font-size: 14px;
  }

  .aixdb-t185 .aixdb-t185-item:nth-of-type(n + 3) {
    margin-bottom: 0;
  }
}

/* 186 */
.aixdb-t186 .aixdb-t186-contant {
  display: flex;
  align-items: center;
}

.aixdb-t186 .aixdb-t186-left {
  width: 46%;
  box-sizing: border-box;
  padding-right: 40px;
}

.aixdb-t186 .aixdb-t186-right {
  display: flex;
  width: 54%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t186 .aixdb-t186-item {
  display: flex;
  width: 49%;
  margin-bottom: 15px;
}

.aixdb-t186 .aixdb-t186-item p {
  margin: 0;
  font-size: 16px;
  color: #555;
}

.aixdb-t186 .aixdb-t186-title {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  color: #000;
  margin: 0;
  line-height: 1.5;
  text-transform: capitalize;
}

.aixdb-t186 .aixdb-t186-text p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.aixdb-t186 .aixdb-t186-text {
  padding-top: 20px;
}

.aixdb-t186 .aixdb-t186-item > em {
  font-size: 16px;
  color: var(--color, #ff5c14);
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .aixdb-t186 .aixdb-t186-contant {
    flex-direction: column;
  }

  .aixdb-t186 .aixdb-t186-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .aixdb-t186 .aixdb-t186-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .aixdb-t186 .aixdb-t186-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* 187 */
.aixdb-t187 .aixdb-t187-title {
  text-align: center;
}

.aixdb-t187 .aixdb-t187-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t187 .aixdb-t187-pro {
  margin: 10px auto 30px;
}

.aixdb-t187 .aixdb-t187-pro p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

.aixdb-t187 .aixdb-t187-list {
  display: flex;
  justify-content: space-between;
}

.aixdb-t187 .aixdb-t187-item {
  width: 24%;
}

.aixdb-t187 .aixdb-t187-item-tit {
  background: var(--color, #ff5c14);
  padding: 10px 5px;
  box-sizing: border-box;
}

.aixdb-t187 .aixdb-t187-item-tit p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}

.aixdb-t187 .aixdb-t187-item-img {
  background: #eee;
  display: flex;
  justify-content: center;
  margin: 3px 0;
  padding: 10px 0;
  box-sizing: border-box;
}

.aixdb-t187 .aixdb-t187-item-img img {
  display: block;
  max-width: 100%;
  border: 1px solid #eeee;
}

.aixdb-t187 .aixdb-t187-item-text {
  text-align: center;
  background: #eee;
  padding: 10px;
  margin-bottom: 3px;
  box-sizing: border-box;
}

.aixdb-t187 .aixdb-t187-item-text p {
  font-size: 16px;
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 950px) {
  .aixdb-t187 .aixdb-t187-list {
    flex-wrap: wrap;
    margin-top: 45px;
  }

  .aixdb-t187 .aixdb-t187-item {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media (max-width: 500px) {
  .aixdb-t187 .aixdb-t187-list {
    margin-top: 30px;
  }

  .aixdb-t187 .aixdb-t187-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .aixdb-t187 .aixdb-t187-item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

/* 188 */
.aixdb-t188 .aixdb-t188-contant {
  display: flex;
  align-items: center;
}

.aixdb-t188 .aixdb-t188-left {
  width: 55%;
  padding-right: 40px;
  box-sizing: border-box;
}

.aixdb-t188 .aixdb-t188-right {
  width: 45%;
}

.aixdb-t188 .aixdb-t188-left .aixdb-t188-title {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-transform: capitalize;
}

.aixdb-t188 .aixdb-t188-text p {
  margin: 0;
  font-size: 16px;
  color: #555;
}

.aixdb-t188 .aixdb-t188-text {
  margin-top: 20px;
}

.aixdb-t188 .aixdb-t188-item {
  background: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(51, 51, 51, 0.1);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.aixdb-t188 .aixdb-t188-item:nth-last-child(1) {
  margin-bottom: 0;
}

.aixdb-t188 .aixdb-t188-tit p {
  font-size: 18px;
  margin: 0;
  line-height: 1;
  font-weight: var(--fontbold5, 500);
  text-transform: capitalize;
}

.aixdb-t188 .aixdb-t188-card {
  margin-left: 20px;
}

.aixdb-t188 .aixdb-t188-img {
  transition: all 0.3s ease-in-out;
  color: var(--color, #ff5c14);
}

.aixdb-t188 .aixdb-t188-img > em {
  font-size: 42px;
  line-height: 1;
}

.aixdb-t188 .aixdb-t188-con p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.aixdb-t188 .aixdb-t188-con {
  margin-top: 15px;
}

.aixdb-t188 .aixdb-t188-item:hover .aixdb-t188-img {
  transform: translateY(10px);
}

@media (max-width: 1366px) {
  .aixdb-t188 .aixdb-t188-left {
    padding-right: 80px;
  }

  .aixdb-t188 .aixdb-t188-card {
    margin-left: 20px;
  }

  .aixdb-t188 .aixdb-t188-img > em {
    font-size: 38px;
  }

  .aixdb-t188 .aixdb-t188-item {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .aixdb-t188 .aixdb-t188-left {
    padding-right: 3%;
  }
}

@media (max-width: 768px) {
  .aixdb-t188 .aixdb-t188-contant {
    flex-direction: column;
  }

  .aixdb-t188 .aixdb-t188-left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .aixdb-t188 .aixdb-t188-right {
    width: 100%;
  }
}

/* 189 */
.aixdb-t189 .aixdb-t189-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t189 .aixdb-t189-con {
  margin: 10px auto 30px;
}

.aixdb-t189 .aixdb-t189-con p {
  margin: 0;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.aixdb-t189 .aixdb-t189-contant {
  display: flex;
  align-items: center;
}

.aixdb-t189 .aixdb-t189-right {
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box;
}

.aixdb-t189 .aixdb-t189-left img {
  display: block;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.aixdb-t189 .aixdb-t189-left {
  width: 50%;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
}

.aixdb-t189 .aixdb-t189-value p {
  margin: 0;
  font-size: 48px;
  line-height: 1;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t189 .aixdb-t189-ic p {
  margin: 0;
  line-height: 1;
  font-weight: var(--fontbold5);
  text-transform: uppercase;
  font-size: 18px;
}

.aixdb-t189 .aixdb-t189-math {
  display: flex;
  align-items: center;
}

.aixdb-t189 .aixdb-t189-text p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.aixdb-t189 .aixdb-t189-text {
  margin-top: 10px;
}

.aixdb-t189 .aixdb-t189-ic {
  position: relative;
}

.aixdb-t189 .aixdb-t189-ic .aixdb-t189-ic-after {
  position: absolute;
  width: 23px;
  height: 3px;
  background: var(--color, #ff5c14);
  bottom: -12px;
}

.aixdb-t189 .aixdb-t189-btn span {
  font-size: 16px;
  color: #ffffff;
  background: var(--color, #ff5c14);
  padding: 12px 20px;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.aixdb-t189 .aixdb-t189-item {
  margin-bottom: 30px;
}

.aixdb-t189 .aixdb-t189-value {
  margin-right: 10px;
}

.aixdb-t189 .aixdb-t189-left::after {
  position: absolute;
  content: '';
  width: 55%;
  height: 80%;
  top: 0;
  left: 0;
  background: #f6f6f7;
  z-index: -1;
  border-radius: 5px;
  overflow: hidden;
}

.aixdb-t189 .aixdb-t189-left:hover img {
  transform: scale(1.02);
}

.aixdb-t189 .aixdb-t189-btn span:hover {
  box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
}

@media (max-width: 1366px) {
  .aixdb-t189 .aixdb-t189-right {
    padding-left: 3%;
  }

  .aixdb-t189 .aixdb-t189-value p {
    font-size: 42px;
  }

  .aixdb-t189 .aixdb-t189-item {
    margin-bottom: 20px;
  }

  .aixdb-t189 .aixdb-t189-text {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .aixdb-t189 .aixdb-t189-left {
    padding: 0;
    margin-bottom: 25px;
  }

  .aixdb-t189 .aixdb-t189-contant {
    flex-direction: column;
  }

  .aixdb-t189 .aixdb-t189-left {
    width: 100%;
  }

  .aixdb-t189 .aixdb-t189-title {
    margin-bottom: 20px;
  }

  .aixdb-t189 .aixdb-t189-value p {
    font-size: 28px;
  }

  .aixdb-t189 .aixdb-t189-right {
    padding-left: 0;
    width: 100%;
  }
}

/* 190 */
.aixdb-t190 .aixdb-t190-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.2;
}

.aixdb-t190 .aixdb-t190-con p {
  margin: 0;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.aixdb-t190 .aixdb-t190-con {
  margin: 10px 0 35px;
}

.aixdb-t190 .aixdb-t190-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
}

.aixdb-t190 .aixdb-t190-item {
  width: 15%;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 40px 25px;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
}

.aixdb-t190 .aixdb-t190-img {
  display: flex;
  justify-content: center;
  color: var(--color, #c4956a);
}

.aixdb-t190 .aixdb-t190-img > em {
  display: block;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  font-size: 50px;
  line-height: 1;
}

.aixdb-t190 .aixdb-t190-text {
  margin-top: 20px;
}

.aixdb-t190 .aixdb-t190-text p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.aixdb-t190 .aixdb-t190-span p {
  width: 50px;
  height: 50px;
  background: #f4f4f4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: 0;
  font-size: 18px;
}

.aixdb-t190 .aixdb-t190-span {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  bottom: 15%;
}

.aixdb-t190 .aixdb-t190-item:hover em {
  transform: rotateY(190deg);
}

.aixdb-t190 .aixdb-t190-order {
  width: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aixdb-t190 .aixdb-t190-order p {
  color: #444;
  line-height: 1;
  margin: 0;
  font-weight: bold;
  font-family: cursive;
}

@media (max-width: 1600px) {
  .aixdb-t190 .aixdb-t190-item {
    padding: 40px 20px;
  }

  .aixdb-t190 .aixdb-t190-span p {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 1366px) {
  .aixdb-t190 .aixdb-t190-item {
    padding: 30px 15px;
  }

  .aixdb-t190 .aixdb-t190-text p {
    font-size: 14px;
  }

  .aixdb-t190 .aixdb-t190-span p {
    width: 40px;
    height: 40px;
  }

  .aixdb-t190 .aixdb-t190-img > em {
    font-size: 42px;
  }
}

@media (max-width: 1200px) {
  .aixdb-t190 .aixdb-t190-img > em {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .aixdb-t190 .aixdb-t190-order {
    display: none;
  }

  .aixdb-t190 .aixdb-t190-list {
    flex-wrap: wrap;
  }

  .aixdb-t190 .aixdb-t190-item {
    width: 32%;
    margin-bottom: 20px;
  }

  .aixdb-t190 .aixdb-t190-img > em {
    font-size: 42px;
  }
}

@media (max-width: 500px) {
  .aixdb-t190 .aixdb-t190-item {
    width: 49%;
  }

  .aixdb-t190 .aixdb-t190-con {
    margin: 10px 0 20px;
  }

  .aixdb-t190 .aixdb-t190-img > em {
    font-size: 32px;
  }
}

/* 191 */
.aixdb-t191 .aixdb-t191-title {
  background: var(--color, #c4956a);
  padding: 10px 20px;
  box-sizing: border-box;
}

.aixdb-t191 .aixdb-t191-title p {
  margin: 0;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
}

.aixdb-t191 .aixdb-t191-card p {
  margin: 0;
  font-size: 16px;
  width: 50%;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.aixdb-t191 .aixdb-t191-card p:nth-last-child(1) {
  margin-bottom: 0;
}

.aixdb-t191 .aixdb-t191-card p:nth-last-child(2) {
  margin-bottom: 0;
}

.aixdb-t191 .aixdb-t191-card {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  background-color: #fff;
}

.aixdb-t191 .aixdb-t191-list {
  background-color: #fff;
}

.aixdb-t191 .aixdb-t191-item {
  padding: 20px 20px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.aixdb-t191 .aixdb-t191-table p {
  margin: 0;
  font-size: 18px;
  font-weight: var(--fontbold5);
}

.aixdb-t191 .aixdb-t191-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.aixdb-t191 .aixdb-t191-text {
  margin-top: 10px;
}

.aixdb-t191 .aixdb-t191-table {
  padding-left: 30px;
  position: relative;
}

.aixdb-t191 .aixdb-t191-table .aixdb-t191-table-after {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--color, #c4956a);
  left: 0;
  top: 4px;
}

@media (max-width: 500px) {
  .aixdb-t191 .aixdb-t191-card,
  .aixdb-t191 .aixdb-t191-item {
    padding: 20px 15px;
  }

  .aixdb-t191 .aixdb-t191-card p {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* 192 */
.aixdb-t192 .aixdb-t192-cards {
  display: flex;
  align-items: center;
}

.aixdb-t192 .aixdb-t192-table {
  display: flex;
  align-items: center;
}

.aixdb-t192 .aixdb-t192-tit {
  width: 90%;
}

.aixdb-t192 .aixdb-t192-tit p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  text-transform: capitalize;
}

.aixdb-t192 .aixdb-t192-text p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.aixdb-t192 .aixdb-t192-text {
  margin-top: 10px;
}

.aixdb-t192 .aixdb-t192-list {
  display: flex;
  flex-direction: column;
  width: 25%;
}

.aixdb-t192 .aixdb-t192-picture {
  padding: 0 30px;
  flex: 1;
  display: flex;
  align-items: center;
}

.aixdb-t192 .aixdb-t192-picture img {
  display: block;
  max-width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}

.aixdb-t192 .aixdb-t192-item {
  margin-bottom: 20px;
}

.aixdb-t192 .aixdb-t192-img > em {
  display: flex;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  font-size: 38px;
  line-height: 1;
}

.aixdb-t192 .aixdb-t192-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.5;
  text-transform: capitalize;
}

.aixdb-t192 .aixdb-t192-pro p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.aixdb-t192 .aixdb-t192-pro {
  margin: 10px auto 30px;
}

.aixdb-t192 .aixdb-t192-img {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color, #c4956a);
  margin-right: 8px;
}

.aixdb-t192 .aixdb-t192-item:hover .aixdb-t192-img > em {
  transform: rotateY(190deg);
}

@media (max-width: 1600px) {
  .aixdb-t192 .aixdb-t192-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .aixdb-t192 .aixdb-t192-list {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .aixdb-t192 .aixdb-t192-picture {
    padding: 20px 0;
  }

  .aixdb-t192 .aixdb-t192-picture img {
    width: 100%;
  }

  .aixdb-t192 .aixdb-t192-cards {
    flex-direction: column;
  }

  .aixdb-t192 .aixdb-t192-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .aixdb-t192 .aixdb-t192-list .aixdb-t192-item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

/* 193 */
.aixdb-t193 .aixdb-t193-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.5;
  text-transform: capitalize;
}

.aixdb-t193 .aixdb-t193-item {
  width: 13%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}

.aixdb-t193 .aixdb-t193-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.aixdb-t193 .aixdb-t193-item img {
  display: block;
  max-width: 100%;
  border: 1px solid #eee;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.aixdb-t193 .aixdb-t193-item:nth-of-type(7n) {
  margin-right: 0;
}

.aixdb-t193 .aixdb-t193-item:nth-last-child(1) {
  margin-right: 0;
}

.aixdb-t193 .aixdb-t193-pro p {
  margin: 0;
  font-size: 16px;
  color: #333;
  text-align: center;
  position: relative;
}

.aixdb-t193 .aixdb-t193-pro {
  margin: 10px auto;
}

.aixdb-t193 .aixdb-t193-table {
  margin: 20px 0;
}

.aixdb-t193 .aixdb-t193-table p {
  margin: 0;
  text-align: center;
  font-size: 20px;
  color: var(--color, #c4956a);
  text-transform: capitalize;
}

.aixdb-t193 .aixdb-t193-item:hover img {
  transform: scale(1.05);
}

@media (max-width: 1366px) {
  .aixdb-t193 .aixdb-t193-pro {
    width: 90%;
  }

  .aixdb-t193 .aixdb-t193-item {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .aixdb-t193 .aixdb-t193-list {
    justify-content: space-between;
  }

  .aixdb-t193 .aixdb-t193-item {
    width: 16%;
  }
}

@media (max-width: 1024px) {
  .aixdb-t193 .aixdb-t193-item {
    width: 23%;
    margin-bottom: 3%;
  }
}

@media (max-width: 768px) {
  .aixdb-t193 .aixdb-t193-pro {
    width: 100%;
    margin: 10px auto;
  }

  .aixdb-t193 .aixdb-t193-table {
    margin-top: 25px;
  }

  .aixdb-t193 .aixdb-t193-item {
    width: 32%;
    margin-bottom: 2%;
  }
}

@media (max-width: 500px) {
  .aixdb-t193 .aixdb-t193-item {
    width: 49%;
    margin-bottom: 2%;
  }
}

/* 194 */
.aixdb-t194 .aixdb-t194-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.5;
  text-transform: capitalize;
}

.aixdb-t194 .aixdb-t194-pro {
  margin: 10px 0;
}

.aixdb-t194 .aixdb-t194-pro p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

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

.aixdb-t194 .aixdb-t194-item {
  display: flex;
  width: 49%;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-top: 20px;
  overflow: hidden;
  background: #ffffff;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}

.aixdb-t194 .aixdb-t194-text {
  padding: 10px 20px;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.aixdb-t194 .aixdb-t194-img img {
  display: block;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.aixdb-t194 .aixdb-t194-img {
  flex: 1;
  overflow: hidden;
  border-radius: 5px;
}

.aixdb-t194 .aixdb-t194-tit p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: var(--fontbold5, 500);
  text-transform: capitalize;
  color: var(--color, #c4956a);
}

.aixdb-t194 .aixdb-t194-con {
  margin-top: 10px;
}

.aixdb-t194 .aixdb-t194-con p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.aixdb-t194 .aixdb-t194-img:hover img {
  transform: scale(1.05);
}

@media (max-width: 1100px) {
  .aixdb-t194 .aixdb-t194-img img {
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 850px) {
  .aixdb-t194 .aixdb-t194-item {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .aixdb-t194 .aixdb-t194-tit p {
    font-size: 16px;
  }

  .aixdb-t194 .aixdb-t194-con p {
    font-size: 14px;
    line-height: 1.5;
  }

  .aixdb-t194 .aixdb-t194-text {
    width: 68%;
    padding: 10px;
  }
}

/* 195 */
.aixdb-t195 .aixdb-t195-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1;
  text-transform: capitalize;
  color: #000000;
}

.aixdb-t195 .aixdb-t195-item {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #eee;
  width: 24%;
  padding: 55px 20px 20px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.aixdb-t195 .aixdb-t195-list {
  display: flex;
  justify-content: space-between;
}

.aixdb-t195 .aixdb-t195-tit p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-weight: var(--fontbold5);
  text-transform: capitalize;
}

.aixdb-t195 .aixdb-t195-tit {
  margin-bottom: 10px;
}

.aixdb-t195 .aixdb-t195-pro {
  margin: 10px 0 30px;
}

.aixdb-t195 .aixdb-t195-pro p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.aixdb-t195 .aixdb-t195-con p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin: 0 auto;
}

.aixdb-t195 .aixdb-t195-math {
  position: absolute;
  top: 10px;
  left: 20px;
}

.aixdb-t195 .aixdb-t195-math p {
  margin: 0;
  font-size: 36px;
  font-weight: var(--fontbold5, 500);
  color: var(--color, #e1cab4);
  line-height: 1;
}

.aixdb-t195 .aixdb-t195-item:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .aixdb-t195 .aixdb-t195-list {
    flex-wrap: wrap;
  }

  .aixdb-t195 .aixdb-t195-item {
    width: 49%;
    margin-top: 20px;
  }

  .aixdb-t195 .aixdb-t195-pro {
    margin: 10px 0;
  }
}

@media (max-width: 500px) {
  .aixdb-t195 .aixdb-t195-item {
    width: 100%;
    padding: 40px 10px 10px;
  }

  .aixdb-t195 .aixdb-t195-math {
    position: absolute;
    left: 10px;
  }

  .aixdb-t195 .aixdb-t195-math p {
    font-size: 28px;
  }
}

/* 196 */
.aixdb-t196 .aixdb-t196-contact {
  width: 50%;
  padding: 10px 40px;
  box-sizing: border-box;
}

.aixdb-t196 .aixdb-t196-img {
  width: 50%;
  overflow: hidden;
}

.aixdb-t196 .aixdb-t196-contant {
  display: flex;
  align-items: center;
  background: #fafafa;
  border-radius: 5px;
  overflow: hidden;
}

.aixdb-t196 .aixdb-t196-img img {
  display: block;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.aixdb-t196 .aixdb-t196-title {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  line-height: 1.5;
  text-transform: capitalize;
  color: #000000;
}

.aixdb-t196 .aixdb-t196-text {
  margin-top: 10px;
}

.aixdb-t196 .aixdb-t196-text p {
  font-size: 16px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.aixdb-t196 .aixdb-t196-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.aixdb-t196 .aixdb-t196-table p {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  text-transform: capitalize;
}

.aixdb-t196 .aixdb-t196-pro p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #555;
}

.aixdb-t196 .aixdb-t196-pro {
  margin-top: 10px;
}

.aixdb-t196 .aixdb-t196-icoe {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  color: var(--color, #c4956a);
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.aixdb-t196 .aixdb-t196-icoe > em {
  font-size: 22px;
  line-height: 1;
}

.aixdb-t196 .aixdb-t196-list {
  margin-top: 30px;
}

.aixdb-t196 .aixdb-t196-size {
  flex: 1;
}

.aixdb-t196 .aixdb-t196-item:nth-last-child(1) {
  margin-bottom: 0;
}

.aixdb-t196 .aixdb-t196-img:hover img {
  transform: scale(1.02);
}

.aixdb-t196 .aixdb-t196-item:hover .aixdb-t196-icoe {
  transform: translateY(-5px);
}

@media (max-width: 1366px) {
  .aixdb-t196 .aixdb-t196-contact {
    padding: 0 30px;
  }

  .aixdb-t196 .aixdb-t196-item {
    margin-bottom: 15px;
  }

  .aixdb-t196 .aixdb-t196-list {
    margin-top: 20px;
  }

  .aixdb-t196 .aixdb-t196-text {
    margin-top: 10px;
  }

  .aixdb-t196 .aixdb-t196-pro {
    margin-top: 6px;
  }
}

@media (max-width: 1024px) {
  .aixdb-t196 .aixdb-t196-contant {
    flex-direction: column;
  }

  .aixdb-t196 .aixdb-t196-img img {
    width: 100%;
  }

  .aixdb-t196 .aixdb-t196-contact {
    padding: 20px;
    width: 100%;
  }

  .aixdb-t196 .aixdb-t196-img {
    width: 100%;
  }

  .aixdb-t196 .aixdb-t196 .aixdb-t196-img img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .aixdb-t196 .aixdb-t196-contact {
    padding: 10px;
  }

  .aixdb-t196 .aixdb-t196-icoe {
    margin-right: 10px;
  }
}

/* 197 */
.aixdb-t197 .aixdb-t197-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.5;
  color: #000000;
  text-transform: capitalize;
}

.aixdb-t197 .aixdb-t197-list {
  display: flex;
  flex-wrap: wrap;
}

.aixdb-t197 .aixdb-t197-item {
  width: 33.33%;
  box-sizing: border-box;
  margin-bottom: 70px;
}

.aixdb-t197 .aixdb-t197-item:nth-child(n + 4) {
  margin-bottom: 0;
}

.aixdb-t197 .aixdb-t197-ico {
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: var(--color, #ff5301);
}

.aixdb-t197 .aixdb-t197-ico > em {
  font-size: 36px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.aixdb-t197 .aixdb-t197-tit p {
  margin: 0;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
}

.aixdb-t197 .aixdb-t197-tit {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.aixdb-t197 .aixdb-t197-text {
  text-align: center;
  padding: 0 50px;
  box-sizing: border-box;
}

.aixdb-t197 .aixdb-t197-text p {
  margin: 0;
  font-size: 16px;
  color: #555;
}

.aixdb-t197 .aixdb-t197-pro {
  margin-bottom: 30px;
}

.aixdb-t197 .aixdb-t197-pro p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.aixdb-t197 .aixdb-t197-sub {
  width: 150px;
  height: 1px;
  background: #e0e0e0;
  margin: 10px auto;
}

.aixdb-t197 .aixdb-t197-span {
  width: 48px;
  height: 2px;
  background: var(--color, #ff5301);
  margin: 0 auto;
}

.aixdb-t197 .aixdb-t197-item:hover .aixdb-t197-ico {
  transform: rotateY(180deg);
}

@media (max-width: 1400px) {
  .aixdb-t197 .aixdb-t197-text {
    padding: 0 25px;
  }

  .aixdb-t197 .aixdb-t197-tit {
    padding: 15px 25px;
  }
}

@media (max-width: 1024px) {
  .aixdb-t197 .aixdb-t197-item {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .aixdb-t197 .aixdb-t197-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .aixdb-t197 .aixdb-t197-text {
    padding: 0;
  }

  .aixdb-t197 .aixdb-t197-tit {
    padding: 10px 0;
  }
}

/* 198 */
.aixdb-t198 .aixdb-t198-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.5;
  color: #000000;
  text-transform: capitalize;
}

.aixdb-t198 .aixdb-t198-pro {
  margin-bottom: 30px;
}

.aixdb-t198 .aixdb-t198-pro p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.aixdb-t198 .aixdb-t198-sub {
  width: 150px;
  height: 1px;
  background: #e0e0e0;
  margin: 10px auto;
}

.aixdb-t198 .aixdb-t198-span {
  width: 48px;
  height: 2px;
  background: var(--color, #ff5301);
  margin: 0 auto;
}

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

.aixdb-t198 .aixdb-t198-item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ececec;
  overflow: hidden;
  box-sizing: border-box;
}

.aixdb-t198 .aixdb-t198-item:nth-of-type(-n + 4) {
  border-bottom: 1px solid #ececec;
}

.aixdb-t198 .aixdb-t198-item:nth-of-type(4n) {
  border-right: none;
}

.aixdb-t198 .aixdb-t198-item img {
  display: block;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  width: 200px;
}

.aixdb-t198 .aixdb-t198-item:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .aixdb-t198 .aixdb-t198-item {
    width: 48%;
  }

  .aixdb-t198 .aixdb-t198-item:nth-of-type(n + 5) {
    border-bottom: 1px solid #eee;
  }

  .aixdb-t198 .aixdb-t198-item:nth-of-type(4n) {
    border-right: 1px solid #eee;
  }

  .aixdb-t198 .aixdb-t198-item {
    border-left: 1px solid #eee;
  }

  .aixdb-t198 .aixdb-t198-item:nth-of-type(1) {
    border-top: 1px solid #eee;
  }

  .aixdb-t198 .aixdb-t198-item:nth-of-type(2) {
    border-top: 1px solid #eee;
  }
}

/* 199 */
.aixdb-t199 .aixdb-t199-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.5;
  color: #000;
  text-transform: capitalize;
}

.aixdb-t199 .aixdb-t199-sub {
  width: 150px;
  height: 1px;
  background: #e0e0e0;
  margin: 10px auto;
}

.aixdb-t199 .aixdb-t199-span {
  width: 48px;
  height: 2px;
  background: var(--color, #ff5301);
  margin: 0 auto;
}

.aixdb-t199 .aixdb-t199-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.aixdb-t199 .aixdb-t199-item {
  width: 24%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(15, 51, 51, 0.1);
  padding: 30px 20px 45px;
  position: relative;
  box-sizing: border-box;
}

.aixdb-t199 .aixdb-t199-tit p {
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
}

.aixdb-t199 .aixdb-t199-tit {
  text-align: center;
  text-transform: capitalize;
}

.aixdb-t199 .aixdb-t199-pro {
  margin-bottom: 30px;
}

.aixdb-t199 .aixdb-t199-pro p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.aixdb-t199 .aixdb-t199-img {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 20px auto;
  transition: all 0.3s ease-in-out;
  color: var(--color, #ff5301);
}

.aixdb-t199 .aixdb-t199-circle {
  width: 80px;
  height: 80px;
  background: var(--color, #ff5301);
  border-radius: 100%;
  opacity: 0.08;
}

.aixdb-t199 .aixdb-t199-img > em {
  position: absolute;
  font-size: 38px;
  line-height: 1;
}

.aixdb-t199 .aixdb-t199-li {
  display: flex;
}

.aixdb-t199 .aixdb-t199-li p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  color: #555;
}

.aixdb-t199 .aixdb-t199-li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.aixdb-t199 .aixdb-t199-ioce {
  width: 15px;
  border: 1px solid #555;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
}

.aixdb-t199 .aixdb-t199-text {
  margin-left: 10px;
}

.aixdb-t199 .aixdb-t199-price {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: end;
}

.aixdb-t199 .aixdb-t199-ul {
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.aixdb-t199 .aixdb-t199-price p {
  margin: 0 4px;
  line-height: 1;
  font-size: 26px;
  color: var(--color, #ff5301);
  position: relative;
}

.aixdb-t199 .aixdb-t199-price span {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.aixdb-t199 .aixdb-t199-btn {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: -10px;
  left: 0;
}

.aixdb-t199 .aixdb-t199-btn span {
  line-height: 1;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  background: var(--color, #ff5301);
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.aixdb-t199 .aixdb-t199-item:nth-of-type(2n-1).aixdb-t199-btn span {
  opacity: 0.8;
}

.aixdb-t199 .aixdb-t199-item:hover .aixdb-t199-img {
  transform: rotateY(180deg);
}

@media (max-width: 1100px) {
  .aixdb-t199 .aixdb-t199-item {
    padding: 20px 15px;
  }

  .aixdb-t199 .aixdb-t199-price p {
    font-size: 24px;
  }

  .aixdb-t199 .aixdb-t199-btn span {
    padding: 15px 40px;
  }
}

@media (max-width: 1024px) {
  .aixdb-t199 .aixdb-t199-list {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .aixdb-t199 .aixdb-t199-item {
    width: 49%;
    margin-bottom: 2%;
    padding: 40px 30px;
  }

  .aixdb-t199 .aixdb-t199-btn {
    position: unset;
  }
}

@media (max-width: 700px) {
  .aixdb-t199 .aixdb-t199-item {
    width: 100%;
    margin: 0 auto 20px;
  }
}

/* 200 */
.aixdb-t200 .aixdb-t200-contant {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aixdb-t200 .aixdb-t200-left {
  width: 48%;
}

.aixdb-t200 .aixdb-t200-list {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aixdb-t200 .aixdb-t200-left .aixdb-t200-title {
  font-size: 20px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  line-height: 1.5;
  text-transform: capitalize;
  color: #000000;
}

.aixdb-t200 .aixdb-t200-text {
  margin-top: 10px;
}

.aixdb-t200 .aixdb-t200-text p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.aixdb-t200 .aixdb-t200-item {
  width: 49%;
  margin-bottom: 40px;
}

.aixdb-t200 .aixdb-t200-item:nth-child(n + 3) {
  margin-bottom: 0;
}

.aixdb-t200 .aixdb-t200-tit {
  margin-top: 20px;
}

.aixdb-t200 .aixdb-t200-tit p {
  margin: 0;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

.aixdb-t200 .aixdb-t200-detail {
  margin-top: 5px;
}

.aixdb-t200 .aixdb-t200-detail p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.aixdb-t200 .aixdb-t200-li p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  flex: 1;
}

.aixdb-t200 .aixdb-t200-li {
  display: flex;
  margin-bottom: 10px;
}

.aixdb-t200 .aixdb-t200-ul {
  padding-top: 30px;
}

.aixdb-t200 .aixdb-t200-li > em {
  color: var(--color, #ff5301);
  line-height: 1;
  margin-right: 8px;
  margin-top: 4px;
}

.aixdb-t200 .aixdb-t200-btn {
  line-height: 1;
  background: var(--color, #ff5301);
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
  cursor: pointer;
}

.aixdb-t200 .aixdb-t200-btn span {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding: 10px 16px;
  box-sizing: border-box;
  display: inline-block;
}

.aixdb-t200 .aixdb-t200-btn a {
  display: inline-block;
}

.aixdb-t200 .aixdb-t200-img img {
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}

.aixdb-t200 .aixdb-t200-img {
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}

.aixdb-t200 .aixdb-t200-item:hover .aixdb-t200-img img {
  transform: scale(1.05);
}

.aixdb-t200 .aixdb-t200-btn:hover {
  box-shadow: 0px 1px 10px 0px rgba(51, 51, 51, 0.2);
}

@media (max-width: 1024px) {
  .aixdb-t200 .aixdb-t200-contant {
    flex-direction: column;
  }

  .aixdb-t200 .aixdb-t200-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .aixdb-t200 .aixdb-t200-list {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .aixdb-t200 .aixdb-t200-item {
    width: 100%;
  }

  .aixdb-t200 .aixdb-t200-tit {
    text-align: center;
  }

  .aixdb-t200 .aixdb-t200-ul {
    padding-top: 20px;
  }
}

/* 201 */
.aixdb-t201 .aixdb-t201-top {
  display: flex;
  align-items: center;
}

.aixdb-t201 .aixdb-t201-con {
  width: 55%;
  padding-right: 5%;
  box-sizing: border-box;
}

.aixdb-t201 .aixdb-t201-img {
  flex: 1;
}

.aixdb-t201 .aixdb-t201-img img {
  display: block;
  max-width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.aixdb-t201 .aixdb-t201-item {
  width: 25%;
  display: flex;
  margin-top: 30px;
}

.aixdb-t201 .aixdb-t201-list {
  display: flex;
  justify-content: space-between;
}

.aixdb-t201 .aixdb-t201-con .aixdb-t201-title {
  font-size: 20px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  line-height: 1.5;
  text-transform: capitalize;
  color: #000000;
}

.aixdb-t201 .aixdb-t201-text p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.aixdb-t201 .aixdb-t201-sub {
  width: 260px;
  height: 1px;
  background: #e0e0e0;
  margin: 10px 0 20px;
}

.aixdb-t201 .aixdb-t201-span {
  width: 80px;
  height: 2px;
  background: var(--color, #ff5301);
}

.aixdb-t201 .aixdb-t201-rank p {
  font-size: 36px;
  color: #010102;
  line-height: 1;
  opacity: 0.2;
  margin: 0;
}

.aixdb-t201 .aixdb-t201-tit p {
  margin: 0;
  font-size: 18px;
  font-weight: var(--fontbold5, 500);
  line-height: 1.5;
}

.aixdb-t201 .aixdb-t201-intro p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.aixdb-t201 .aixdb-t201-intro {
  margin-top: 5px;
}

.aixdb-t201 .aixdb-t201-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: var(--color);
}

.aixdb-t201 .aixdb-t201-icon > em {
  font-size: 32px;
  line-height: 1;
}

.aixdb-t201 .aixdb-t201-rank {
  margin-right: 15px;
}

.aixdb-t201 .aixdb-t201-img:hover img {
  transform: scale(1.01);
}

.aixdb-t201 .aixdb-t201-item:hover .aixdb-t201-icon {
  transform: translateY(-5px);
}

@media (max-width: 1024px) {
  .aixdb-t201 .aixdb-t201-top {
    flex-direction: column;
  }

  .aixdb-t201 .aixdb-t201-con {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .aixdb-t201 .aixdb-t201-img {
    width: 100%;
  }

  .aixdb-t201 .aixdb-t201-img img {
    width: 100%;
  }

  .aixdb-t201 .aixdb-t201-list {
    flex-wrap: wrap;
  }

  .aixdb-t201 .aixdb-t201-item {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .aixdb-t201 .aixdb-t201-item {
    width: 100%;
    margin-top: 15px;
  }

  .aixdb-t201 .aixdb-t201-sub {
    margin: 20px 0;
  }
}

/* 202 */
.aixdb-t202 .aixdb-t202-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.5;
  color: #000000;
  text-transform: capitalize;
}

.aixdb-t202 .aixdb-t202-sub {
  width: 153px;
  height: 1px;
  background: #e0e0e0;
  margin: 15px auto;
}

.aixdb-t202 .aixdb-t202-span {
  width: 48px;
  height: 2px;
  background: var(--color, #ff5301);
  margin: 0 auto;
}

.aixdb-t202 .aixdb-t202-text {
  margin-bottom: 30px;
}

.aixdb-t202 .aixdb-t202-text p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.aixdb-t202 .aixdb-t202-tit p {
  margin: 0;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

.aixdb-t202 .aixdb-t202-item {
  display: flex;
  padding: 10px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 1px dashed #ccc;
}

.aixdb-t202 .aixdb-t202-below p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.aixdb-t202 .aixdb-t202-below {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.aixdb-t202 .aixdb-t202-img {
  margin-right: 10px;
  color: var(--color, #ff5301);
}

.aixdb-t202 .aixdb-t202-item:hover .aixdb-t202-below {
  max-height: initial;
  margin-top: 10px;
}

/* 203 */
.aixdb-t203 .aixdb-t203-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.5;
  color: #000000;
  text-transform: capitalize;
}

.aixdb-t203 .aixdb-t203-sub .aixdb-t203-div:nth-of-type(1) {
  width: 63px;
  height: 2px;
  background: var(--color, #0061de);
  border-radius: 1px;
  margin-right: 5px;
}

.aixdb-t203 .aixdb-t203-sub .aixdb-t203-div:nth-of-type(2) {
  width: 16px;
  height: 2px;
  background: var(--color, #0061de);
  border-radius: 1px;
}

.aixdb-t203 .aixdb-t203-sub {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  box-sizing: border-box;
}

.aixdb-t203 .aixdb-t203-item {
  width: 23%;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(51, 51, 51, 0.1);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.aixdb-t203 .aixdb-t203-list {
  display: flex;
  justify-content: space-between;
}

.aixdb-t203 .aixdb-t203-pro p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}

.aixdb-t203 .aixdb-t203-pro {
  margin-bottom: 30px;
}

.aixdb-t203 .aixdb-t203-text p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.aixdb-t203 .aixdb-t203-tit {
  padding: 20px 0 10px 0;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
}

.aixdb-t203 .aixdb-t203-tit p {
  margin: 0;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

.aixdb-t203 .aixdb-t203-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aixdb-t203 .aixdb-t203-bg {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color, #0061de);
  border-radius: 100%;
  margin: 0 auto;
}

.aixdb-t203 .aixdb-t203-icon > em {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

.aixdb-t203 .aixdb-t203-border {
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--color, #0061de);
  transition: all 0.3s ease-in-out;
}

.aixdb-t203 .aixdb-t203-item .aixdb-t203-border {
  opacity: 0.2;
}

.aixdb-t203 .aixdb-t203-item:hover .aixdb-t203-icon em {
  transform: rotateY(180deg);
}

.aixdb-t203 .aixdb-t203-item:hover .aixdb-t203-border {
  opacity: 1;
}

@media (max-width: 1366px) {
  .aixdb-t203 .aixdb-t203-bg {
    width: 80px;
    height: 80px;
  }

  .aixdb-t203 .aixdb-t203-icon > em {
    font-size: 52px;
  }

  .aixdb-t203 .aixdb-t203-item {
    width: 24%;
  }
}

@media (max-width: 1024px) {
  .aixdb-t203 .aixdb-t203-list {
    flex-wrap: wrap;
  }

  .aixdb-t203 .aixdb-t203-item {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media (max-width: 768px) {
  .aixdb-t203 .aixdb-t203-pro {
    width: 100%;
    margin-bottom: 20px;
  }

  .aixdb-t203 .aixdb-t203-sub {
    padding: 15px 0;
  }
}

@media (max-width: 550px) {
  .aixdb-t203 .aixdb-t203-item {
    width: 100%;
  }
}

/* 204 */
.aixdb-t204 .aixdb-t204-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.5;
  color: #000000;
  text-transform: capitalize;
}

.aixdb-t204 .aixdb-t204-sub .aixdb-t204-div:nth-of-type(1) {
  width: 63px;
  height: 2px;
  background: var(--color, #0061de);
  border-radius: 1px;
  margin-right: 5px;
}

.aixdb-t204 .aixdb-t204-sub .aixdb-t204-div:nth-of-type(2) {
  width: 16px;
  height: 2px;
  background: var(--color, #0061de);
  border-radius: 1px;
}

.aixdb-t204 .aixdb-t204-sub {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  box-sizing: border-box;
}

.aixdb-t204 .aixdb-t204-pro p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

.aixdb-t204 .aixdb-t204-pro {
  margin-bottom: 30px;
}

.aixdb-t204 .aixdb-t204-top {
  display: flex;
  justify-content: space-between;
}

.aixdb-t204 .aixdb-t204-tit p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.aixdb-t204 .aixdb-t204-symbol p {
  margin: 0;
  font-size: 26px;
  position: absolute;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t204 .aixdb-t204-symbol p:nth-of-type(2) {
  display: none;
  font-size: 42px;
  font-weight: var(--fontbold5, 500);
}

.aixdb-t204 .aixdb-t204-item {
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

.aixdb-t204 .aixdb-t204-symbol {
  position: relative;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aixdb-t204 .aixdb-t204-botton p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.aixdb-t204 .aixdb-t204-botton {
  height: 0;
  overflow: hidden;
}

.aixdb-t204 .aixdb-t204-item:hover .aixdb-t204-botton {
  height: auto;
  margin-top: 10px;
}

.aixdb-t204 .aixdb-t204-item:hover {
  background: #fbfbfb;
  border-radius: 10px;
  padding: 15px 20px;
  box-sizing: border-box;
}

.aixdb-t204 .aixdb-t204-item:hover .aixdb-t204-symbol p:nth-of-type(1) {
  display: none;
}

.aixdb-t204 .aixdb-t204-item:hover .aixdb-t204-symbol p:nth-of-type(2) {
  display: block;
}

@media (max-width: 768px) {
  .aixdb-t204 .aixdb-t204-item:hover {
    padding: 30px 20px;
  }

  .aixdb-t204 .aixdb-t204-pro {
    width: 100%;
  }

  .aixdb-t204 .aixdb-t204-sub {
    padding: 15px 0;
  }

  .aixdb-t204 .aixdb-t204-item {
    margin-top: 20px;
    padding: 0 20px;
  }
}

/* 206 */
.aixdb-t206 .aixdb-t206-upperpart {
  display: flex;
  align-items: center;
}

.aixdb-t206 .aixdb-t206-left {
  width: 56%;
  padding-right: 40px;
  box-sizing: border-box;
}

.aixdb-t206 .aixdb-t206-right {
  width: 44%;
}

.aixdb-t206 .aixdb-t206-left .aixdb-t206-title {
  font-size: 20px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  line-height: 1.5;
  color: #000000;
  text-transform: capitalize;
}

.aixdb-t206 .aixdb-t206-profiles {
  margin-top: 10px;
}

.aixdb-t206 .aixdb-t206-profiles p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #555;
}

.aixdb-t206 .aixdb-t206-right img {
  display: block;
  max-width: 100%;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  box-sizing: border-box;
}

.aixdb-t206 .aixdb-t206-piece {
  display: flex;
  margin-bottom: 20px;
}

.aixdb-t206 .aixdb-t206-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

.aixdb-t206 .aixdb-t206-tit p {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  margin: 0;
}

.aixdb-t206 .aixdb-t206-tit {
  margin-bottom: 5px;
}

.aixdb-t206 .aixdb-t206-icon {
  color: var(--color, #0061de);
}

.aixdb-t206 .aixdb-t206-icon > em {
  font-size: 32px;
  line-height: 1;
}

.aixdb-t206 .aixdb-t206-card {
  margin-top: 30px;
}

.aixdb-t206 .aixdb-t206-list {
  margin-left: 15px;
}

.aixdb-t206 .aixdb-t206-ul {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}

.aixdb-t206 .aixdb-t206-li {
  width: 20%;
}

.aixdb-t206 .aixdb-t206-math p {
  font-size: 32px;
  color: var(--color, #0061de);
  line-height: 1;
  margin: 0;
  text-align: center;
}

.aixdb-t206 .aixdb-t206-mess p {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin: 0;
}

.aixdb-t206 .aixdb-t206-math {
  margin-bottom: 10px;
}

.aixdb-t206 .aixdb-t206-right:hover img {
  transform: scale(1.01);
}

@media (max-width: 1400px) {
  .aixdb-t206 .aixdb-t206-card {
    margin-top: 20px;
  }

  .aixdb-t206 .aixdb-t206-profiles {
    margin-top: 15px;
  }
}

@media (max-width: 900px) {
  .aixdb-t206 .aixdb-t206-upperpart {
    flex-direction: column;
  }

  .aixdb-t206 .aixdb-t206-left {
    width: 100%;
    padding: 0;
  }

  .aixdb-t206 .aixdb-t206-right {
    width: 100%;
  }

  .aixdb-t206 .aixdb-t206-right img {
    width: 100%;
  }

  .aixdb-t206 .aixdb-t206-li {
    width: 24%;
  }

  .aixdb-t206 .aixdb-t206-math p {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .aixdb-t206 .aixdb-t206-ul {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .aixdb-t206 .aixdb-t206-li {
    width: 48%;
    margin-bottom: 20px;
  }

  .aixdb-t206 .aixdb-t206-list {
    margin-left: 10px;
  }

  .aixdb-t206 .aixdb-t206-li:nth-of-type(n + 3) {
    margin-bottom: 0;
  }
}

/* 207 */
.aixdb-t207 .aixdb-t207-list {
  display: flex;
  justify-content: space-between;
}

.aixdb-t207 .aixdb-t207-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.5;
  color: #000000;
  text-transform: capitalize;
}

.aixdb-t207 .aixdb-t207-sub {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  box-sizing: border-box;
}

.aixdb-t207 .aixdb-t207-sub .aixdb-t207-div:nth-of-type(1) {
  width: 63px;
  height: 2px;
  background: var(--color, #0061de);
  border-radius: 1px;
  margin-right: 5px;
}

.aixdb-t207 .aixdb-t207-sub .aixdb-t207-div:nth-of-type(2) {
  width: 16px;
  height: 2px;
  background: var(--color, #0061de);
  border-radius: 1px;
}

.aixdb-t207 .aixdb-t207-text p {
  font-size: 18px;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  text-transform: capitalize;
  color: #fff;
}

.aixdb-t207 .aixdb-t207-img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.aixdb-t207 .aixdb-t207-img img {
  display: block;
  max-width: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.aixdb-t207 .aixdb-t207-pro {
  margin-bottom: 30px;
}

.aixdb-t207 .aixdb-t207-pro p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

.aixdb-t207 .aixdb-t207-text {
  box-sizing: border-box;
  padding: 10px;
  background: var(--color, #0061de);
}

.aixdb-t207 .aixdb-t207-item {
  width: 18%;
  border-radius: 5px;
  overflow: hidden;
}

.aixdb-t207 .aixdb-t207-item:hover .aixdb-t207-img img {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .aixdb-t207 .aixdb-t207-list {
    flex-wrap: wrap;
  }

  .aixdb-t207 .aixdb-t207-item {
    width: 49%;
    margin-bottom: 20px;
  }

  .aixdb-t207 .aixdb-t207-item img {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .aixdb-t207 .aixdb-t207-item {
    width: 100%;
  }
}

/* 208 */
.aixdb-t208 .aixdb-t208-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold5, 500);
  margin: 0;
  text-align: center;
  line-height: 1.5;
  color: #000000;
  text-transform: capitalize;
}

.aixdb-t208 .aixdb-t208-sub {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  box-sizing: border-box;
}

.aixdb-t208 .aixdb-t208-sub .aixdb-t208-div:nth-of-type(1) {
  width: 63px;
  height: 2px;
  background: var(--color, #0061de);
  border-radius: 1px;
  margin-right: 5px;
}

.aixdb-t208 .aixdb-t208-sub .aixdb-t208-div:nth-of-type(2) {
  width: 16px;
  height: 2px;
  background: var(--color, #0061de);
  border-radius: 1px;
}

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

.aixdb-t208 .aixdb-t208-item {
  width: 19%;
  margin-bottom: 2%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 1px 10px 0px rgba(51, 51, 51, 0.1);
  transition: all 0.3s ease-in-out;
}

.aixdb-t208 .aixdb-t208-item img {
  display: block;
  max-width: 100%;
}

.aixdb-t208 .aixdb-t208-item:hover {
  transform: scale(1.02);
}

.aixdb-t208 .aixdb-t208-pro {
  margin-bottom: 30px;
}

.aixdb-t208 .aixdb-t208-pro p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .aixdb-t208 .aixdb-t208-item {
    width: 49%;
  }
}

/*  */
.aixdb-t300 #wmkcfeedback1 {
  background: url('../img/demo-bg.webp') no-repeat left top;
  min-height: 300px;
  background-size: contain;
}

.aixdb-t301 .aixdb-t301-right #wmkcfeedback1 {
  background: url('../img/demo-bg.webp') no-repeat left top;
  min-height: 200px;
  background-size: contain;
}

/*  */

@media (max-width: 768px) {
  .aixdb-t300 {
    display: none;
  }
}

.aixdb-t301 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.aixdb-t301 .aixdb-t301-right {
  flex: 1;
  padding-left: 30px;
}

.aixdb-t301 .aixdb-t301-left {
  width: 45%;
}

.aixdb-t301 .aixdb-t301-left .aixdb-t301-item-title {
  font-weight: var(--fontbold6, 600);
}

.aixdb-t301 .aixdb-t301-left .aixdb-t301-item-text {
  margin-bottom: 20px;
}

.aixdb-t301 .aixdb-t301-left .aixdb-t301-item-text p {
  margin: 10px 0;
  color: #666;
}

.aixdb-t301 .aixdb-t301-left .aixdb-t301-item-text a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 768px) {
  .aixdb-t301 .aixdb-t301-left {
    width: 100%;
  }

  .aixdb-t301 .aixdb-t301-right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    display: none;
  }
}
