.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 76px;
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.header .logo {
  height: 65%;
}

.main {
  width: 100%;
  height: 100vh;
  background: url(../images/khal/bg.png) no-repeat center/cover;
}

.content {
  padding: 20px;
  padding-bottom: 20px;
  padding-top: 96px;
  width: 1200px;
  margin: 0 auto;
}

.content h2 {
  font-size: 22px;
  color: #000000;
  line-height: 22px;
  letter-spacing: 4px;
  margin-top: 18px;
  margin-bottom: 52px;
  text-align: center;
  font-weight: 400;
}

.content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.content ul li {
  position: relative;
  background: url(../images/khal/default.png) no-repeat center/cover;
  background-size: 100% 100%;
  padding: 51px 25px 46px 27px;
  max-width: 381px;
  min-height: 100px;
}

.content ul li:hover {
  background: url(../images/khal/hover.png) no-repeat;
  background-size: 100% 100%;
}

.content ul li .title {
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 15px;
  font-family: Helvetica-Bold, Helvetica;
  font-weight: bold;
  color: #ffffff;
  line-height: 16px;
}

.content ul li .header_img {
  display: flex;
  height: 30px;
  align-items: center;
}
.content ul li .header_img img {
  height: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
}

.content ul li h3 {
  font-size: 20px;
  color: #000000;
  font-family: DingTalk, DingTalk;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 20px;
}

.content_content .name {
  font-size: 22px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #000000;
  line-height: 22px;
  margin-top: 28px;
  margin-bottom: 30px;
  text-align: center;
  /* font-weight: 600; */
}

.content ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  letter-spacing: 1px;
}

.content ul li .moreLink {
  position: absolute;
  bottom: 26px;
  right: 41px;
  display: inline-block;
  font-size: 12px;
  color: #758292;
  line-height: 14px;
}

.content ul li .moreLink .arrow {
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-right: 6px;
  background: url(../images/khal/triangle.png);
}

.content .moreBox {
  margin-top: 30px;
}

.content .moreBox .more {
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-size: 18px;
  color: #0055e3;
  line-height: 18px;
  text-align: left;
  font-style: normal;
}

/* ç§»åŠ¨ç«?*/
@media screen and (max-width: 1200px) {
  .content {
    width: 90%;
    padding: 0;
    padding-top: 0.88rem;
  }

  .header {
    height: 0.88rem;
  }

  .content h2 {
    margin-bottom: 0.82rem;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-size: 0.36rem;
    color: #000000;
    letter-spacing: 4px;
  }

  .content ul {
    display: block;
    width: 100%;
  }

  .content ul li {
    /* width: 100%; */
    height: auto;
    /* height: 3.07rem; */
    background: url(../images/khal/custormerListbg.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 0.4rem;
    padding: 0.6rem;
    padding-left: 0.8rem;
    padding-bottom: 1rem;
    margin-right: 0;
  }

  .content ul li:hover {
    background: url(../images/khal/custormerListbg.png) no-repeat center;
    background-size: 100% 100%;
  }

  .content ul li .title {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    font-size: 0.32rem;
    line-height: 0.32rem;
  }

  .content ul li h3 {
    font-family: DingTalkJinBuTi;
    font-size: 0.32rem;
    color: #ffffff;
    line-height: 0.32rem;
    margin-bottom: 0.25rem;
  }

  .content ul li p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 0.26rem;
    color: #ffffff;
    line-height: 0.42rem;
  }

  .content ul li .moreLink {
    bottom: 0.51rem;
    right: 0.41rem;
    font-size: 0.24rem;
    color: #ffffff;
    font-family: AlibabaPuHuiTi_2_55_Regular;
  }

  .content ul li .moreLink .arrow {
    margin-right: 0.2rem;
    filter: brightness(100);
  }

  .content .moreBox .more {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
}
