/* KCHE inner-page template layout (from shtech CMS) */
.kche-wrap-bg {
  clear: both;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

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

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

.kche-t58 .kche-template-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px 15px;
}

.kche-t58 .kche-template-item h2,
.kche-t58 .kche-template-item h5 {
  font-weight: var(--fontbold6, 600);
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.kche-t58 .kche-template-item .kche-t58-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--color, #000);
}

.kche-t206 .kche-t206-ul {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}

.kche-t206 .kche-t206-li {
  width: 20%;
}

.kche-t206 .kche-t206-math p {
  font-size: 32px;
  color: var(--color, #0061de);
  line-height: 1;
  margin: 0;
  text-align: center;
}

.kche-t206 .kche-t206-mess p {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin: 0;
}

.kche-t206 .kche-t206-math {
  margin-bottom: 10px;
}

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

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

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

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

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

.kche-t100 .kche-t100-info .kche-t100-info-title {
  font-size: 20px;
  font-weight: var(--fontbold6, 600);
  margin: 0;
}

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

.kche-t100 .kche-t100-info .kche-t100-info-des {
  font-size: 16px;
  color: var(--introcolor, #555);
  line-height: 2;
  margin: 0;
}

.kche-t127 h5 {
  font-size: 24px;
  margin: 0;
  font-weight: var(--fontbold6, 600);
  color: #000;
  text-transform: capitalize;
}

.kche-t127 .kche-t127-list {
  margin-top: 20px;
}

.kche-t127 .kche-t127-item {
  display: flex;
  flex-wrap: wrap;
}

.kche-t127 .kche-t127-item .kche-t127-item-img {
  width: 25%;
  overflow: hidden;
  text-align: left;
}

.kche-t127 .kche-t127-item .kche-t127-item-img img {
  max-width: 100%;
  height: auto;
  transition: 0.1s linear;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.kche-t127 .kche-t127-item .kche-t127-item-img:hover img {
  transform: scale(1.01);
}

.kche-t127 .kche-t127-item .kche-t127-item-info {
  display: flex;
  width: 75%;
}

.kche-t127 .kche-t127-item .kche-t127-item-time {
  color: var(--color, #fcb026);
  font-size: 22px;
  display: block;
  margin: 20px 0 20px 40px;
  font-weight: var(--fontbold6, 600);
  flex-shrink: 0;
}

.kche-t127 .kche-t127-item .kche-t127-item-shaft {
  width: 2px;
  background-color: var(--color, #fcb026);
  height: auto;
  margin: 0 50px;
  position: relative;
  flex-shrink: 0;
}

.kche-t127 .kche-t127-item .kche-t127-item-shaft div {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--color, #fcb026);
  left: -6px;
  top: 0;
  z-index: 1;
}

.kche-t127 .kche-t127-item .kche-t127-item-text {
  flex: 1;
  min-width: 0;
  padding: 20px 0;
}

.kche-t127 .kche-t127-item .kche-t127-item-tit {
  font-size: 18px;
  color: #000;
  font-weight: var(--fontbold6, 600);
  margin: 0 0 10px;
  text-transform: uppercase;
}

.kche-t127 .kche-t127-item .kche-t127-item-des {
  color: #444;
  font-size: 16px;
  margin-bottom: 20px;
}

.kche-t127 .kche-t127-item .kche-t127-item-des p {
  margin: 0;
}

.kche-t158 .kche-t158-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold6, 600);
  color: #000;
  margin: 0;
  text-align: center;
  padding-top: 20px;
}

.kche-t158 .kche-t158-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: stretch;
}

.kche-t158 .kche-t158-list {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 24px 0 rgba(35, 24, 21, 0.11);
  padding: 32px 10px 88px;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  margin-bottom: 0;
}

.kche-t158 .kche-t158-img {
  display: flex;
  justify-content: center;
}

.kche-t158 .kche-t158-img > em {
  color: var(--color, #d90011);
  font-size: 42px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.kche-t158 .kche-t158-tit {
  margin: 25px 0 5px;
}

.kche-t158 .kche-t158-tit p {
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}

.kche-t158 .kche-t158-con p {
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  color: var(--introcolor, #555);
  line-height: 1.55;
}

.kche-t158 .kche-t158-math {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  pointer-events: none;
}

.kche-t158 .kche-t158-math p,
.kche-t158 .kche-t158-math p.kche-red {
  text-align: center;
  line-height: 1 !important;
  margin: 0;
  font-size: 52px !important;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
  color: var(--color, #d90011) !important;
  opacity: 0.12;
  transition: 0.3s ease-in-out;
}

.kche-t158 .kche-t158-list:hover .kche-t158-math p {
  opacity: 0.45;
}

.kche-t158 .kche-t158-list:hover .kche-t158-img > em {
  transform: rotateY(190deg);
}

.kche-t208 .kche-t208-title h5 {
  font-size: 24px;
  font-weight: var(--fontbold6, 600);
  margin: 0;
  text-align: center;
  line-height: 1.5;
  color: #000;
  text-transform: capitalize;
}

.kche-t208 .kche-t208-sub {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  box-sizing: border-box;
}

.kche-t208 .kche-t208-sub .kche-t208-div:nth-of-type(1) {
  width: 63px;
  height: 2px;
  background: var(--color, #0061de);
  border-radius: 1px;
  margin-right: 5px;
}

.kche-t208 .kche-t208-sub .kche-t208-div:nth-of-type(2) {
  width: 16px;
  height: 2px;
  background: var(--color, #0061de);
  border-radius: 1px;
}

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

.kche-t208 .kche-t208-item {
  width: 19%;
  margin-bottom: 2%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.1);
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.kche-t208 .kche-t208-item img {
  display: inline-block;
  max-width: 100%;
}

.kche-t208 .kche-t208-item:hover {
  transform: scale(1.02);
}

.kche-t208 .kche-t208-pro {
  margin-bottom: 30px;
}

.kche-t208 .kche-t208-pro p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

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

.kche-t138 .kche-t138-list .kche-t138-item {
  width: 31%;
  position: relative;
  margin-top: 30px;
}

.kche-t138 .kche-t138-list .kche-t138-item .kche-t138-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  transition: 0.2s linear;
}

.kche-t135 .kche-t135-into {
  width: 56px;
  height: 4px;
  background-color: var(--color, #14afbb);
  border-radius: 2px;
  margin: 0 auto 10px;
}

.kche-t135 h5 {
  font-size: 24px;
  color: #000;
  margin: 0 0 4px;
  text-align: center;
  font-weight: var(--fontbold6, 600);
  text-transform: capitalize;
}

.kche-t135 .kche-t135-des {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.kche-t135 .kche-t135-des p {
  margin: 0;
}

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

.kche-t135 .kche-t135-list .kche-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: 0.1s linear;
}

.kche-t135 .kche-t135-item .kche-t135-item-icon {
  color: var(--color, #14afbb);
}

.kche-t135 .kche-t135-item .kche-t135-item-icon em {
  font-size: 36px;
}

.kche-t135 .kche-t135-item .kche-t135-item-tit {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 6px 0;
  text-transform: capitalize;
}

.kche-t135 .kche-t135-item .kche-t135-item-des {
  color: #333;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 991px) {
  .kche-t100 .kche-t100-img,
  .kche-t100 .kche-t100-info {
    width: 100%;
  }

  .kche-t100 .kche-t100-img .kche-t100-img-box {
    margin: 0 auto 24px;
  }

  .kche-t127 .kche-t127-item .kche-t127-item-img,
  .kche-t127 .kche-t127-item .kche-t127-item-info {
    width: 100%;
  }

  .kche-t127 .kche-t127-item .kche-t127-item-time {
    margin-left: 0;
  }

  .kche-t127 .kche-t127-item .kche-t127-item-shaft {
    margin: 0 24px;
  }

  .kche-t158 .kche-t158-list {
    flex: 1 1 calc(50% - 8px);
    width: auto;
    margin-bottom: 16px;
  }

  .kche-t158 .kche-t158-item {
    flex-wrap: wrap;
  }

  .kche-t208 .kche-t208-item {
    width: 31%;
  }

  .kche-t135 .kche-t135-list .kche-t135-item {
    width: 48%;
  }

  .kche-t138 .kche-t138-list .kche-t138-item {
    width: 48%;
  }
}

@media (max-width: 640px) {
  .kche-t206 .kche-t206-li {
    width: 48%;
    margin-bottom: 16px;
  }

  .kche-t206 .kche-t206-ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .kche-t158 .kche-t158-list {
    width: 100%;
  }

  .kche-t208 .kche-t208-item {
    width: 48%;
  }

  .kche-t135 .kche-t135-list .kche-t135-item {
    width: 100%;
  }

  .kche-t138 .kche-t138-list .kche-t138-item {
    width: 100%;
  }
}
