.main {
  width: 100%;
  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: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.content ul li {
  position: relative;
  width: 381px;
  height: 215px;
  background: url(../images/khal/default.png);
  margin-bottom: 27px;
  padding: 51px 25px 26px 27px;
  margin-right: 7px;
}

.content ul li:nth-child(3n) {
  margin-right: 0;
}

.content ul li:hover {
  background: url(../images/khal/hover.png);
}

.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 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 > a {
  position: absolute;
  bottom: 26px;
  right: 41px;
  display: inline-block;
  font-size: 12px;
  color: #758292;
  line-height: 14px;
}

.content ul li > a .arrow {
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-right: 6px;
  background: url(../images/khal/triangle.png);
}

/* 移动端 */
@media screen and (max-width: 1200px) {
  .content {
    width: 90%;
    padding: 0;
    padding-top: 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 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 > a {
    bottom: 0.51rem;
    right: 0.41rem;
    font-size: 0.24rem;
    color: #ffffff;
    font-family: AlibabaPuHuiTi_2_55_Regular;
  }

  .content ul li > a .arrow {
    margin-right: 0.2rem;
    filter: brightness(100);
  }
}