@charset "utf-8";
/* CSS Document */

.location-map {
  width: 100%;
  height: 1050px;
  background: url(../images/location-map/bg.jpg) top center no-repeat;
  margin-top: -100px;
}
.location-top {
  width: 100%;
  height: auto;
  font-family: "lineseed";
  font-size: 36px;
  line-height: 30px;
  color: #012b5b;
  text-align: center;
  margin-top: 70px;
}
.location-top img {
  max-width: 100%;
}
.location-s-top {
  width: 100%;
  height: auto;
  margin-top: 170px;
}
.location-search {
  width: 100%;
  height: 47px;
  margin-top: 0;
  margin-right: 5px;
  padding: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
}

.location-search input {
  border: 0;
  width: 100%;
  height: 34px;
  background: none;
  line-height: 45px;
  font-family: "lineseed";
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.location-search input::placeholder {
  font-size: 18px;
}

.location-map::placeholder {
  color: #000;
}
.location-map-block1 {
  width: 100%;
  height: 560px;
  margin-top: 50px;
}
.location-map-block {
  width: 100%;
  height: 610px;
  -webkit-border-radius: 29px !important;
  -moz-border-radius: 29px !important;
  border-radius: 29px !important;
  position: relative;
  -webkit-box-shadow: 3px 5px 10px -1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 5px 10px -1px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 5px 10px -1px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.mud-1 {
  position: absolute;
  left: 270px;
  top: 248px;
}
.mud-2 {
  position: absolute;
  left: 460px;
  top: 60px;
}
.mud-3 {
  position: absolute;
  left: 500px;
  top: 280px;
}
.mud-4 {
  position: absolute;
  left: 700px;
  top: 190px;
}
.sm-block-all {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.sm-block1 {
  width: 100%;
  height: auto;
  font: 24px/41px "lineseed", Arial, sans-serif;
  color: #550cb7;
  position: relative;
}
.sm-block1-list1 {
  width: 100%;
  height: 34px;
  padding: 0px 2px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  position: relative;
}
.sm-block1-list-in {
  width: 100%;
  height: 34px;
  font: 16px / 24px "lineseed", Arial, sans-serif;
  color: #000;
  padding-left: 5px;
  background: #ebdeff;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.sm-arrow {
  position: absolute;
  right: 6px;
}
.sm-bs {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.block-lomap1 {
  width: 466px;
  height: 533px;
  background: #39057f;
  padding: 20px;
  position: relative;
  left: -130px;
  top: 35px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;

  -webkit-box-shadow: 3px 5px 10px -1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 3px 5px 10px -1px rgba(0, 0, 0, 0.23);
  box-shadow: 3px 5px 10px -1px rgba(0, 0, 0, 0.23);
}
.boxFilter-set {
  width: 100%;
  height: auto;
  margin-top: 11px;
}
.lo-mid {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  max-height: 360px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.lo-mid::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

.lo-mid::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f1f1f1;
  width: 10px;
}

.lo-mid::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.lo-mid::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}

.station-box {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.station-box:hover {
  transform: scale(1.1, 1.1);
  transition: all 0.18s ease-in-out;
}
.station-box .s-pic {
  width: 109px;
  height: auto;
}
.station-box .s-pic img {
  max-width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.station-box .stext {
  width: 100%;
  height: auto;
}
.station-box .stext .sname {
  width: 100%;
  height: auto;
  font-family: "lineseed";
  font-size: 22px;
  line-height: 20px;
  color: #fff;
  text-align: left;
}
.station-box .stext .slo {
  width: 100%;
  height: auto;
  font-family: "lineseed";
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: left;
}
.station-box .stext .sway {
  width: max-content;
  height: 24px;
  font-family: "lineseed";
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: center;
  background: #ffc700;
  padding: 0px 15px;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.ss-bottom {
  width: 100% !important;
  height: 60px !important;
  position: relative !important;
  margin-top: 70px;
}
.ss-bottom3 {
  /* height:auto; */
  position: absolute;
  width: 100%;
  text-align: right;
  top: -10px;
  /* right:0; */
}
@media (max-width: 374px) {
  .sm-block1-list1 {
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
  }

  .sm-block1 {
    font: 20px/29px "lineseed", Arial, sans-serif;
  }

  .sm-block-all {
    margin-top: 20px;
  }
  .location-top {
    margin-top: 45px;
  }
  .location-s-top {
    margin-top: 25px;
  }
  .location-map {
    height: auto;
    padding-bottom: 30px !important;
  }
  .block-lomap1 {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: -35px;
  }
  .location-map-block1 {
    height: auto;
    margin-top: 25px;
  }
  .mud-2 {
    left: 311px;
  }
  .station-box .stext .sname {
    font-size: 18px;
  }
  .station-box .stext .slo {
    font-size: 14px;
    line-height: 24px;
  }
  .ss-bottom {
    margin-top: 0px;
  }
}
@media (min-width: 375px) and (max-width: 413px) {
  .sm-block1-list1 {
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
  }

  .sm-block1 {
    font: 20px/29px "lineseed", Arial, sans-serif;
  }

  .sm-block-all {
    margin-top: 20px;
  }
  .location-top {
    margin-top: 45px;
  }
  .location-s-top {
    margin-top: 25px;
  }
  .location-map {
    height: auto;
    padding-bottom: 30px !important;
    background: #ecdeff url(../images/location-map/bg.jpg) bottom center
      no-repeat;
  }
  .block-lomap1 {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: -35px;
  }
  .location-map-block1 {
    height: auto;
    margin-top: 25px;
  }
  .mud-2 {
    left: 311px;
  }
  .station-box .stext .sname {
    font-size: 18px;
  }
  .station-box .stext .slo {
    font-size: 14px;
    line-height: 24px;
  }
  .ss-bottom {
    margin-top: 0px;
  }
}
@media (min-width: 414px) and (max-width: 575px) {
  .sm-block1-list1 {
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
  }

  .sm-block1 {
    font: 20px/29px "lineseed", Arial, sans-serif;
  }

  .sm-block-all {
    margin-top: 20px;
  }
  .location-top {
    margin-top: 45px;
  }
  .location-s-top {
    margin-top: 25px;
  }
  .location-map {
    height: auto;
    padding-bottom: 30px !important;
    background: #ecdeff url(../images/location-map/bg.jpg) bottom center
      no-repeat;
  }
  .block-lomap1 {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: -35px;
  }
  .location-map-block1 {
    height: auto;
    margin-top: 25px;
  }
  .mud-2 {
    left: 311px;
  }
  .ss-bottom {
    margin-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .sm-block1-list1 {
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
  }

  .sm-block1 {
    font: 20px/29px "lineseed", Arial, sans-serif;
  }

  .sm-block-all {
    margin-top: 20px;
  }
  .location-top {
    margin-top: 45px;
  }
  .location-s-top {
    margin-top: 25px;
  }
  .location-map {
    height: auto;
    padding-bottom: 30px !important;
    background: #ecdeff url(../images/location-map/bg.jpg) bottom center
      no-repeat;
  }
  .block-lomap1 {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: -35px;
  }
  .location-map-block1 {
    height: auto;
  }
  .mud-2 {
    left: 311px;
  }
  .ss-bottom {
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sm-block1-list1 {
    width: 150px;
    height: 30px;
  }

  .sm-block1 {
    font: 20px/29px "lineseed", Arial, sans-serif;
  }

  .sm-block-all {
    margin-top: 20px;
  }
  .location-top {
    margin-top: 45px;
  }
  .location-s-top {
    margin-top: 56px;
  }
  .location-map-block {
    width: 94%;
  }
  .block-lomap1 {
    width: 360px;
  }
  .sm-block1-list-in {
    width: 70%;
    font: 14px / 24px "lineseed", Arial, sans-serif;
  }
  .sm-arrow {
    right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .sm-block1 {
    font: 20px/29px "lineseed", Arial, sans-serif;
  }
  .block-lomap1 {
    width: 430px;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .sm-block1 {
    font: 20px/29px "lineseed", Arial, sans-serif;
  }
  .block-lomap1 {
    width: 430px;
  }
}
