.clear {
  clear: both;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.fdWow,
.fds {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  z-index: 9999;
}
* {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  color: #333;
  font-style: normal;
}
.dl-container {
  max-width: 1300px;
  width: 96%;
  margin: 0 auto;
}
.downBox {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #f8f8f8;
}
.downBox .downSearch {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 68px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.downBox .downSearch .downBoxInput {
  width: calc(100% - 80px);
  height: 68px;
  line-height: 68px;
  background: transparent;
  border: 0;
  font-size: 16px;
  outline: none;
}
.downBox .downSearch .downBoxBth {
  width: 47px;
  height: 47px;
  display: block;
  background: url(../img/searchBth.png) no-repeat center;
  cursor: pointer;
}
.downBox .downList {
  margin-top: 50px;
  margin-bottom: 60px;
}
.downBox .downList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 25px;
}
.downBox .downList ul li {
  width: 306px;
  background: #fff;
  border-radius: 14px;
  box-sizing: border-box;
  padding: 14px 13px 10px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.downBox .downList ul li i {
  display: block;
  width: 100%;
  height: 226px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 14px;
}
.downBox .downList ul li i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.downBox .downList ul li em {
  display: block;
  height: 65px;
  line-height: 65px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.downBox .downList ul li:hover {
  background: #0579d3;
}
.downBox .downList ul li:hover i img {
  transform: scale(1.1);
}
.downBox .downList ul li:hover em {
  color: #fff;
}
.downPass {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.downPass.active {
  display: block;
}
.downPass .downPassBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.downPass .downOrder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 559px;
  height: 251px;
  display: block;
  background: url(../img/downOrderBox.png) no-repeat center;
  border-radius: 15px;
  box-shadow: 0px 0px 17px 7px rgba(0, 0, 0, 0.1);
}
.downPass .downOrder .downOrderBox {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.downPass .downOrder .downOrderBox .downOrderClose {
  display: block;
  background: url(../img/downOrderClose.png) no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
}
.downPass .downOrder .downOrderBox h4 {
  text-align: center;
  padding-top: 64px;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: normal;
}
.downPass .downOrder .downOrderBox .downOrderBox {
  width: 472px;
  height: 62px;
  background: #fff;
  border-radius: 62px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 40px auto 0;
}
.downPass .downOrder .downOrderBox .downOrderBox .downOrderText {
  width: calc(100% - 70px);
  outline: none;
  display: block;
  height: 62px;
  border: 0;
  font-size: 18px;
}
.downPass .downOrder .downOrderBox .downOrderBox .downOrderBth {
  display: block;
  width: 45px;
  height: 44px;
  background: url(../img/downOrderBth.png) no-repeat center;
  cursor: pointer;
}
.downPass .downOrder .downOrderBox .downOrderBox .error-message {
  width: 100%;
  padding-top: 10px;
  color: #f00;
}
.downBoxShow {
  padding-top: 77px;
}
.downBoxShow h3 {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 2px;
}
.downBoxShow .downBoxList {
  margin-top: 50px;
  margin-bottom: 60px;
}
.downBoxShow .downBoxList table {
  width: 100%;
  border-collapse: collapse;
}
.downBoxShow .downBoxList table thead {
  border: 1px solid #ececec;
}
.downBoxShow .downBoxList table thead tr th {
  border: 1px solid #ffffff;
  height: 70px;
  background: #deecf7;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 18px;
  font-weight: normal;
}
.downBoxShow .downBoxList table tbody tr th {
  border: 1px solid #ececec;
  height: 68px;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  padding: 0 10px;
}
.downBoxShow .downBoxList table tbody tr th a {
  font-size: 16px;
  color: #0579d3;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.downBoxShow .downBoxList table tbody tr th a:hover {
  transform: translateY(-5px);
}
#pageNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  color: #999999;
  gap: 0 10px;
}
#pageNav #recordCount {
  font-size: 15px;
  border: 1px solid #ebebeb;
  padding: 0px 12px;
  height: 30px;
  line-height: 30px;
  color: #959595;
}
#pageNav button {
  padding: 0 12px;
  font-size: 15px;
  border: 1px solid #ebebeb;
  background: #f8f8f8;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 30px;
  line-height: 30px;
  color: #959595;
}
#pageNav button:hover,
#pageNav button.active {
  background: #0579d3;
  color: #fff;
}
