.title {
  width: 100%;
  float: left;
  margin: 20px 0;
  font-size: 18px;
  color: #52443c;
  font-weight: 600;
}
.title img {
  vertical-align: middle;
  margin-right: 10px;
}
.psw_mainBg {
  width: 100%;
  float: left;
  min-width: 1200px;
  padding: 0 0 20px 0;
}
.psw_main {
  width: 1200px;
  margin: 0 auto;
}
.psw_main .ctn {
  width: 100%;
  float: left;
}
.psw_main .psw_content {
  width: 1150px;
  float: left;
  padding: 0 0 0 50px;
}

.psw_botBg {
  width: 100%;
  float: left;
  min-width: 1200px;
  padding: 0 0 20px 0;
  /* background: url(../images/soc_psw_bg_topL.png) left top no-repeat, url(../images/soc_psw_bg_topR.png) right top no-repeat, url(../images/soc_psw_bg_topC.png) center top repeat-x, url(../images/soc_psw_bg_bot.png) center bottom repeat-x, url(../images/soc_psw_bg_ctn.png) center top repeat; */
  background: url(../images/soc_bg_bot.gif) 8% 29% no-repeat,
    url(../images/soc_bg_top.gif) 10% 70% no-repeat,
    url(../images/soc_bg_bot.gif) 94% center no-repeat,
    url(../images/soc_psw_bg_bot.png) center bottom repeat-x;
}
.psw_bot {
  width: 1200px;
  margin: 0 auto;
}
.psw_botBg1 {
  width: 100%;
  float: left;
  min-width: 1200px;
  padding: 0 0 20px 0;
}
.psw_bot1 {
  width: 1200px;
  margin: 0 auto;
}
.imgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1rem;
}
.imgBox .item {
  position: relative;
  display: flex;
  justify-content: center;
  width: calc(100% / 2 - 1rem);
  border-radius: 1em;
  overflow: hidden;
}
.imgBox .item img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.imgBox .item:hover img {
  transform: scale(1.1);
}
.imgBox .item p {
  position: absolute;
  bottom: 0;
  width: 90%;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  z-index: 2;
}
.imgBox .item:has(p)::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}
.psw_bot .psw_content {
  width: 100%;
  float: left;
  padding: 0 0 0 50px;
}
ul.list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 80px 0 150px 0;
}
ul.list li {
  width: 275px;
  float: left;
  position: relative;
}
ul.list li span {
  position: absolute;
  z-index: 3;
  width: 90%;
  text-align: center;
  top: 240px;
  left: 0;
  font-weight: 600;
  text-shadow: 0 0 10px #fff;
  line-height: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .psw_mainBg,
  .psw_botBg {
    min-width: 1000px;
  }
  .psw_main,
  .psw_bot {
    width: 970px;
    padding: 0 15px;
  }
  .psw_main .psw_content,
  .psw_bot .psw_content {
    width: 100%;
    padding: 0;
  }
  ul.list li {
    width: 240px;
  }
  ul.list li img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .psw_mainBg,
  .psw_botBg {
    min-width: 320px;
  }
  .psw_botBg {
    /* background: url(../images/soc_psw_bg_topL.png) left top no-repeat, url(../images/soc_psw_bg_topC.png) center top repeat-x, url(../images/soc_psw_bg_bot.png) center bottom repeat-x, url(../images/soc_psw_bg_ctn.png) center top repeat; */
    background: url(../images/soc_psw_bg_bot.png) center bottom repeat-x;
  }
  .psw_main,
  .psw_bot {
    width: 90%;
    padding: 0 5%;
  }
  .psw_main .psw_content,
  .psw_bot .psw_content {
    width: 100%;
    padding: 0;
  }
  ul.list {
    padding: 100px 0 50px 0;
  }
  ul.list li {
    height: 300px;
  }
  .imgBox .item {
    width: 100%;
  }
}
