@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.workIndex {
  width: 100%;
  height: 100vh;
}

.bgBox {
  width: 100%;
  height: 100%;
}

.bgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.listBox {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  color: #444;
  font-size: 20px;
  line-height: 2em;
  overflow: hidden;
  box-shadow: 5px 5px 0px #ccc, -5px -5px 0px #ddd;
}

.listBox .con {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.listBox dl {
  margin: 40px 0;
  width: 100%;
}

.listBox dl dd {
  height: 200px;
  background: url(../images/sj1.png) repeat-x center bottom;
  background-size: 100% 60px;
  padding: 10px 120px 60px;
  position: relative;
}

.listBox dl dd ul {
  overflow: auto;
  white-space: nowrap;
  text-align: center;
}

.listBox dl dd ul li {
  display: inline-block;
  width: 200px;
  height: 146px;
  background: blue;
  margin: 0 20px;
  background: url(../images/slist.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.listBox dl dd .add {
  display: inline-block;
  padding: 8px 14px;
  line-height: 36px;
  font-size: 14px;
  font-size: 15px;
  font-family: Arial;
  border-width: 1px;
  color: #fff;
  border-color: #599bb3;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 10px 14px -7px #276873;
  text-shadow: 0px 1px 0px #3d768a;
  background: linear-gradient(#599bb3, #408c99);
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 50px;
}

.listBox dl:nth-child(1) dd ul li {
  background: url(../images/slist.png) no-repeat center center;
  background-size: 100% 100%;
}

.listBox dl dd ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #CD7F32;
  font-weight: bold;
  font-family: '楷体';
  line-height: 1.7em;
  text-shadow: 0px 0px 1px #ffc107;
  mix-blend-mode: multiply;
}

.addClass {
  position: absolute;
  top: 30px;
  right: 30px;
}

.addClass .addBtn {
  width: 120px;
  line-height: 36px;
  font-size: 14px;
  font-size: 15px;
  font-family: Arial;
  border-width: 1px;
  color: #fff;
  border-color: #599bb3;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 10px 14px -7px #276873;
  text-shadow: 0px 1px 0px #3d768a;
  background: linear-gradient(#599bb3, #408c99);
  text-align: center;
  cursor: pointer;
}
