.tab .tab-item {
  width: calc(100% / 2);
}

.module1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module1-en {
  display: grid;
  margin: 0 160px;
  grid-template-columns: repeat(2, calc((100% - 120px * 1)/2));
  grid-template-rows: repeat(2, 120px);
  grid-row-gap: 90px;
  grid-column-gap: 120px;
}
.module1-en .card {
  width: 100%!important;
}
.module1 .card {
  /* 间隔 32*3 */
  /* flex-basis: calc((100% - 96px)/4); */
  width: calc((100% - 96px)/4);
  height: 120px;
  background-size: cover;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 6px #eee;
  display: flex;
  align-items: center;
  /* justify-content: end; */
  padding-right: 15px;
  padding-left: 100px;
}

.module1 .card p {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}

.module1 .card:hover .content {
  top: 0;
  /* -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px); */
  background-color: rgba(255, 255, 255, .9);
}

.module1 .card .content{
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  height: 120px;
  transition: all .3s;
  padding: 15px 15px;
  text-align: center;
}

.module1 .card .content .title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-bottom: 9px;
}

.module1 .card .content .desc {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
}

.module1 .card img {
  width: 73px;
  height: 83px;
  position: absolute;
  left: 15px;
  top: 19px;
  bottom: 19px;
}

.module1 .card.bg1 {
  background-color: #FFFEEB;
}
.module1 .card.bg2 {
  background-color: #F6F5FF;
}
.module1 .card.bg3 {
  background-color: #F2FEFF;
}
.module1 .card.bg4 {
  background-color: rgb(244 255 232);
}

.module1 .card .content {
  background-color: rgba(255, 255, 255, .3);
}

.module2 {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 29px * 3)/4));
  grid-template-rows: repeat(2, 320px);
  grid-row-gap: 30px;
  grid-column-gap: 29px;
}

/* .module2 .card {
  
} */

.module2 .card .img {
  width: 100%;
  height: 290px;
  background-color: rgba(0, 0, 0, .1);
  overflow: hidden;
  border-radius: 3px;
}

.module2 .card img {
  width: 100%;
  height: 100%;
}

.module2 .card p {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-top: 7px;
}

.module3 {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 91px * 3)/4));
  grid-template-rows: repeat(2, 297px);
  grid-row-gap: 50px;
  grid-column-gap: 91px;
}

/* .module3 .card {
} */

.module3 .card .img {
  width: 100%;
  height: 186px;
  /* background-color: rgba(0, 0, 0, .1); */
  overflow: hidden;
}

.module3 .card img {
  width: 100%;
  height: 100%;
}

.module3 .card .content .title {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
}

.module3 .card .content .desc {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}

.module4 {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 17px * 3)/4));
  grid-template-rows: repeat(1, 333px);
  grid-column-gap: 17px;
}
.module4 .card .img {
  height: 311px;
  border: 1px dashed #ccc;
}

.module4 .card img {
  width: 100%;
  height: 100%;
}

.module4 .card .content .title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: 3px;
}

.module5 {
  display: grid;
  margin-top: 32px;
  grid-template-columns: repeat(4, calc((100% - 17px * 3)/4));
  grid-template-rows: repeat(1, 186px);
  grid-column-gap: 17px;
  margin-bottom: 17px;
}

.module5 .card .img {
  height: 186px;
  border: 1px dashed #ccc;
}

.module5 .card img {
  width: 100%;
  height: 100%;
}

.module6 {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 60px * 3)/4));
  grid-template-rows: repeat(1, 193px);
  grid-column-gap: 60px;
}

.module6 .card .img {
  width: 87px;
  height: 87px;
  margin: 0 auto;
}
.module6 .card img {
  width: 100%;
  height: 100%;
}
.module6 .card .content .title {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
}

.module6 .card .content .desc {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
}

.module8 .card {
  width: 920px;
  height: 300px;
  display: flex;
  margin: 0 auto;
}

.module8 .card .img,
.module8 .card .content
{
  width: 460px;
  height: 300px;
}

.module8 .card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  padding-left: 100px;
  position: relative;
}

.module8 .card .img img {
  width: 100%;
  height: 100%;
}

.module8 .card .content .title {
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.module8 .card .content .title span {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-left: 5px;
}

.module8 .card .content .desc {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 5px;
}

.module8 .card .content .block {
  /* position: absolute; */
  width: 20px;
  height: 9px;
  margin-top: 40px;
  margin-left: 129px;
}

.module8 .card .content .block img {
  width: 100%;
  height: 100%;
}

.module9 {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 37px * 3)/3));
  grid-template-rows: repeat(2, 268px);
  grid-column-gap: 37px;
  grid-row-gap: 30px;
  margin-bottom: 30px;
}

.module9 .card {
  border: 1px dashed #ccc;
  overflow: hidden;
}

.module9 .card .img {
  width: 375px;
  height: 268px;
  margin: 0 auto;
}
.module9 .card .img img {
  width: 100%;
  height: 100%;
}