#node{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.ctn {
  width: 100%;
  overflow: hidden;
}
.ctn .tit {
  font-weight: bold;
}
.ctn .tit::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #25bc4e;
  margin: 15px 0 0;
}
.ctn .page1 {
  background: url(/upload/image/2024/04/28/5174a077-1c58-46c4-a197-2bc2bd8eb2e2.jpg);
  background-size: cover;
  padding: 157px 0;
}
.ctn .page1 .w1440 {
  display: flex;
  justify-content: space-between;
}
.ctn .page1 .w1440 .img {
  width: 45.4%;
  height: 513px;
  overflow: hidden;
}
.ctn .page1 .w1440 .img img{
    height: 100%;
    object-fit: cover;
}
.ctn .page1 .w1440 .img:hover img {
  transform: scale(1.05);
}
.ctn .page1 .w1440 .txt {
  width: 48.6%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ctn .page1 .w1440 .txt .tit {
  color: #222;
}
.ctn .page1 .w1440 .txt .des {
  margin-top: 4%;
  line-height: 2.25;
  text-align: justify;
}
.ctn .page1 .w1440 .txt .pic {
  width: 47.5%;
  overflow: hidden;
}
.ctn .page1 .w1440 .txt .pic:hover img {
  transform: scale(1.05);
}
.ctn .page2 {
  background: url(../img/BloodborneDevelopment_3.jpg);
  background-size: cover;
  padding: 180px 0 150px;
}
.ctn .page2 .txt .tit {
  color: #fff;
}
.ctn .page2 .txt .tit::after {
  background: #fff;
}
.ctn .page2 .txt .des {
  color: #fff;
  margin-top: 2%;
  line-height: 2.25;
  text-align: justify;
  width: 35%;
}
.ctn .page3 {
  padding: 120px 0;
}
.ctn .page3 .w1440 {
  overflow: initial;
}
.ctn .page3 .tit {
  text-align: center;
}
.ctn .page3 .tit::after {
  margin: 15px auto 0;
}
.ctn .page3 .des {
  color: #777;
  text-align: center;
  margin-top: 3%;
}
.ctn .page3 .map {
  position: relative;
  width: 100%;
}
.ctn .page3 .map .map-locality li {
  position: absolute;
}
.ctn .page3 .map .map-scale {
  position: absolute;
  bottom: 0%;
  left: 5%;
  width: 13.264%;
}
.ctn .page3 .map .map-search {
  width: 330px;
  position: absolute;
  top: 15%;
  left: -60px;
}
.ctn .page3 .map .map-search .layui-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ctn .page3 .map .map-search .layui-form .layui-form-select dl dd.layui-this {
  background: #2b2bd6;
}
.ctn .page3 .map .map-search .layui-form .layui-form-select .layui-edge {
  right: 20px;
  border-top-color: #fff;
}
.ctn .page3 .map .map-search .layui-form .input-item {
  width: calc(100% - 60px);
  position: relative;
}
.ctn .page3 .map .map-search .layui-form .input-item .layui-form-select {
  height: 100%;
}
.ctn .page3 .map .map-search .layui-form .input-item .layui-form-select dl {
  top: 100%;
}
.ctn .page3 .map .map-search .layui-form .input-item .layui-form-select dl::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
.ctn .page3 .map .map-search .layui-form .input-item .layui-form-select dl::-webkit-scrollbar-track {
  background: #999;
  border-radius: 6px;
}
.ctn .page3 .map .map-search .layui-form .input-item .layui-form-select dl::-webkit-scrollbar-thumb {
  background: #2b2bd6;
  border-radius: 6px;
}
.ctn .page3 .map .map-search .layui-form .input-item .layui-form-select dl dd {
  font-size: 16px;
}
.ctn .page3 .map .map-search .layui-form .input-item .layui-col-md6 {
  width: 100%;
  position: relative;
  z-index: 5;
  height: 100%;
}
.ctn .page3 .map .map-search .layui-form .input-item .layui-input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  color: #fff;
  font-size: 18px;
  background: url(/upload/image/2024/04/29/55b775db-4389-492a-bc92-45874e23f28e.png) 13px center #2b2bd6 no-repeat;
  background-size: 19px 26px;
}
.ctn .page3 .map .map-search .layui-form .input-item .search-input {
  background: #fff;
  color: #222;
  border: 1px solid #ccc;
}
.ctn .page3 .map .map-search .layui-form .input-item .search-input.on {
  z-index: 10;
}
.ctn .page3 .map .map-search .layui-form .search-btn {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #25bc4e;
  cursor: pointer;
}
.ctn .page3 .map .map-search .layui-form .search-btn svg {
  width: 20px;
  height: 20px;
}
.ctn .page3 .map .map-search .list {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 15px 15px 15px;
  height: 516px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.07);
}
.ctn .page3 .map .map-search .list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #2b2bd6;
}
.ctn .page3 .map .map-search .list .mCSB_scrollTools .mCSB_draggerRail {
  background: #eee;
}
.ctn .page3 .map .map-search .list a {
  display: block;
  padding: 10px 0px 10px 10px;
}
.ctn .page3 .map .map-search .list a .locality {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #e6e6e6;
  padding-bottom: 10px;
}
.ctn .page3 .map .map-search .list a .locality p {
  color: #222;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  transition: all 0.3s;
}
.ctn .page3 .map .map-search .list a .locality p::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 11px;
  left: 0;
  transition: all 0.3s;
}
.ctn .page3 .map .map-search .list a .locality span {
  transition: all 0.5s;
}
.ctn .page3 .map .map-search .list a .location {
  color: #999;
  margin-top: 10px;
}
.ctn .page3 .map .map-search .list a:hover .locality p {
  color: #2b2bd6;
}
.ctn .page3 .map .map-search .list a:hover .locality p::before {
  background: #2b2bd6;
}
.ctn .page3 .map .map-search .list a:hover .locality span {
  opacity: 1;
}
.ctn .page3 .map .map-pic {
  position: relative;
}
.ctn .page3 .map .map-pic .txt-t {
  display: flex;
  align-items: flex-end;
}
.ctn .page3 .map .map-pic .txt-t p {
  color: #2b2bd6;
  font-weight: bold;
  line-height: 1;
}
.ctn .page3 .map .map-pic .txt-t span {
  color: #2b2bd6;
  margin-bottom: 5px;
  margin-left: 5px;
}
.ctn .page3 .map .map-pic .txt-b {
  color: #777;
  margin-top: 5px;
}
.ctn .page3 .map .map-pic .site {
  position: absolute;
  top: 6%;
  left: 37%;
}
.ctn .page3 .map .map-pic .area {
  position: absolute;
  top: 6%;
  right: 39%;
}
.ctn .page3 .map .map-pic .area .txt-b {
  text-align: right;
}
.ctn .page3 .map .map-pic .map-locality li {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ctn .page3 .map .map-pic .map-locality li .ic {
  position: relative;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.ctn .page3 .map .map-pic .map-locality li .ic img {
  display: none;
  width: 22px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ctn .page3 .map .map-pic .map-locality li .ic::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.ctn .page3 .map .map-pic .map-locality li .txt {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  font-weight: bold;
}
.ctn .page3 .map .map-pic .map-locality li.l1 {
  top: 28%;
  right: 25%;
  flex-direction: row;
}
.ctn .page3 .map .map-pic .map-locality li.l1 .ic {
  align-items: center;
}
/*.ctn .page3 .map .map-pic .map-locality li.l1 .txt {
  left: 150%;
  top: 50%;
  transform: translate(0, -55%);
}*/
.ctn .page3 .map .map-pic .map-locality li.l2 {
  top: 40%;
  right: 36%;
}
.ctn .page3 .map .map-pic .map-locality li.l3 {
  top: 44%;
  right: 47.5%;
}
.ctn .page3 .map .map-pic .map-locality li.l4 {
  top: 43.5%;
  right: 40%;
}
.ctn .page3 .map .map-pic .map-locality li.l5 {
  top: 45.5%;
  right: 33%;
}
.ctn .page3 .map .map-pic .map-locality li.l6 {
  top: 49.5%;
  right: 50%;
}
.ctn .page3 .map .map-pic .map-locality li.l7 {
  top: 51.5%;
  right: 44.5%;
}
.ctn .page3 .map .map-pic .map-locality li.l8 {
  top: 54.5%;
  right: 29.5%;
}
.ctn .page3 .map .map-pic .map-locality li.l9 {
  top: 60.5%;
  right: 52.5%;
}
.ctn .page3 .map .map-pic .map-locality li.l10 {
  top: 59.5%;
  right: 39.5%;
}
.ctn .page3 .map .map-pic .map-locality li.l11 {
  top: 74.5%;
  right: 54.5%;
}
.ctn .page3 .map .map-pic .map-locality li.l12 {
  top: 70.5%;
  right: 47%;
}
.ctn .page3 .map .map-pic .map-locality li.l13 {
  top: 67.5%;
  right: 40.5%;
}
.ctn .page3 .map .map-pic .map-locality li.l14 {
  top: 67.5%;
  right: 35%;
}
.ctn .page3 .map .map-pic .map-locality li.l15 {
  top: 71.5%;
  right: 31.5%;
  
}
.ctn .page3 .map .map-pic .map-locality li.l15 .txt{
    color: #2b2bd6;
}
.ctn .page3 .map .map-pic .map-locality li.l16 {
  top: 89.5%;
  right: 42.5%;
  flex-direction: row;
}
.ctn .page3 .map .map-pic .map-locality li.l16 .ic {
  align-items: center;
}
.ctn .page3 .map .map-pic .map-locality li.l16 .txt {
  left: 150%;
  top: 50%;
  color: #2b2bd6;
  transform: translate(0, -55%);
}
.ctn .page3 .map .map-pic .map-locality li.on .ic::after {
  display: none;
}
.ctn .page3 .map .map-pic .map-locality li.on .ic img {
  display: block;
}
.ctn .page3 .map .map-pic .map-locality li.on .txt {
  color: #25bc4e;
}
.ctn .page4 {
  padding-bottom: 200px;
}
.ctn .page4 .w1440 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn .page4 .w1440 .item {
  width: 48.61%;
  background: #e8eef7;
  padding-bottom: 50px;
}
.ctn .page4 .w1440 .item .txt {
  padding: 0 50px 0px;
}
.ctn .page4 .w1440 .item .txt .title {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.ctn .page4 .w1440 .item .txt .text {
  text-align: justify;
  margin-top: 20px;
  line-height: 2;
  color: #777;
}
@media screen and (max-width: 1600px) {
  .ctn .page3 {
    padding: 90px 0 170px;
  }
  .ctn .page3 .map .map-scale {
    bottom: -11%;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .ctn .page1 {
    padding: 110px 0;
  }
  .ctn .page1 .w1440 .txt .des {
    line-height: 1.8;
  }
  .ctn .page2 {
    padding: 120px 0 100px;
  }
  .ctn .page2 .txt .des {
    margin-top: 3%;
  }
  .ctn .page3 .map .map-search {
    width: 330px;
  }
  .ctn .page3 .map .map-search .list {
    padding: 10px 0px 10px 10px;
    height: 426px;
  }
  .ctn .page3 .map .map-search .list a {
    padding: 10px 0px 10px 10px;
  }
  .ctn .page3 .map .map-search .layui-form .input-item .layui-input,
  .ctn .page3 .map .map-search .layui-form .search-btn {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
  .ctn .page3 .map .map-search .layui-form .input-item .layui-input {
    background-size: 13px 18px;
  }
  .ctn .page3 .map .map-search .list a .locality p {
    font-size: 18px;
  }
  .ctn .page3 .map .map-search .list a .location {
    font-size: 14px;
  }
  .ctn .page3 .map .map-pic .map-locality li .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {

  .ctn .page3 .map .map-pic .map-locality li .txt{
    font-size: 10px;
}  
}

/* 150 */
@media screen and (max-width: 1024px) {
  .ctn .page3 .map .map-search {
    position: static;
    width: 400px;
    margin: 0 auto;
  }
  .ctn .page3 .map .map-scale {
    bottom: 2%;
  }
  .ctn .page3 {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 998px) {
  .ctn .page1 {
    padding: 40px 0;
  }
  .ctn .page1 .w1440 {
    flex-wrap: wrap;
  }
  .ctn .page1 .w1440 .img {
    width: 100%;
    height: auto;
  }
  .ctn .page1 .w1440 .txt {
    width: 100%;
    margin-top: 20px;
  }
  .ctn .page1 .w1440 .txt .pic {
    width: 100%;
    margin-top: 10px;
  }
  .ctn .page2 {
    padding: 40px 0;
  }
  .ctn .page2 .txt .des {
    width: 100%;
    line-height: 1.8;
  }
  .ctn .page4 {
    padding-bottom: 150px;
  }
  .ctn .page4 .w1440 .item {
    width: 100%;
    padding-bottom: 20px;
  }
  .ctn .page4 .w1440 .item .txt {
    padding: 0 20px;
  }
  .ctn .page4 .w1440 .item .txt .text {
    margin-top: 10px;
    line-height: 1.8;
  }
  .ctn .page3 .map .map-pic .map-locality li .txt {
    font-size: 12px;
  }
  .ctn .page3 .map .map-search {
    margin-top: 20px;
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .ctn .page3 .map .map-pic {
    display: none;
  }
  .ctn .page3 {
    padding: 30px 0;
  }
}
/*# sourceMappingURL=./BloodborneDevelopment.css.map */
