html,
body {
  color: #fff;
}
.hide {
  display: none;
}

/* 超大宽屏 */
.main_box {
  position: relative;
}
.main_box .img_back {
  width: 100%;
}
.img_back {
  display: block;
}
.img_back_m {
  display: none;
}
.map_list {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-size: 100% 100%;
  width: 710px;
  height: 700px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.map_list_son {
  width: 100%;
  height: auto;
  text-align: right;
}
.map_list_son div {
  margin-right: 10px;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 500ms;
  transition-duration: 1.2s;
}
.by_title {
  font-weight: 600;
  font-size: 28px !important;
  font-weight: normal;
  font-stretch: normal;
  margin-top: 50px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 20px !important;
  height: 36px;
}
.dhm_rollingAxis {
  max-height: 600px;
  overflow-y: auto;
}
.dhm_rollingAxis::-webkit-scrollbar {
  width: 4px;
}
.dhm_rollingAxis::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}
.dhm_rollingAxis::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.by_title_position {
  margin-top: 30px;
}
.by_line {
  height: 1px;
  background-color: rgb(226, 203, 146 , 50%);
  margin-top: 20px;
  margin-left: 340px;
}
.by_title_position1 {
  margin-top: 20px;
}
.by_title_position1 img {
  width: 14px;
  position: relative;
  top: -2px;
}
.by_time1 {
  margin-top: 24px;
}
.by_time2 {
  margin-top: 12px;
  font-size: 14px;
}
.by_time2 span {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #ffffff;
  display: inline-block;
  margin-right: 10px;
}
.dhm_line span:after {
  content: "";
  width: 2px;
  height: 35px;
  background-color: #ffffff;
  position: absolute;
  left: 4px;
  top: 1px;
}
.by_time3 {
  margin-top: 30px;
}
.by_time10 {
  margin-top: 30px;
}
.by_telephone {
  font-weight: 600;
  margin: 37px 0;
  font-size: 14px !important;
  position: relative;
}
.by_telephone .telephone {
  font-style: italic;
  margin-left: 10px;
  font-size: 18px !important;
}
.by_line2 {
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 30px;
}
.by_time2_right {
  margin-right: 14px !important;
}
.by_time2_right1 {
  margin-right: 35px !important;
}
.Js-click-btn {
  cursor: pointer;
}
#PopUp {
  display: none;
}

/* 宽屏设备 */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  
}

/* 中等屏幕 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .map_list {
    display: none;
  }
  #popUp {
    display: block;
    width: 96%;
    height: 50px;
    background-color: #d2a532;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    bottom: 15px;
    left: 2%;
  }

  .shuttleBus {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 25%);
    height: 100%;
    z-index: 99;
  }
  .shuttleBus-tankuang {
    background: #ffffff;
    width: 93%;
    margin: 0 auto;
  }
  .map-list-son {
    width: 100%;
    margin-top: 53px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .map-list-son div {
    font-size: 14px;
    color: #333;
    padding: 0px 8px;
  }
  #by-title {
    height: 35px;
    font-weight: 600;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
  }
  .dhm-rollingAxis {
    height: 430px;
    overflow-y: scroll;
  }
  .by-title-position {
    font-family: Bold;
    color: #ffffff;
    margin-top: 25px;
  }
  .by-line {
    width: 132px;
    height: 1px;
    background-color: #d9d9d9;
    opacity: 0.4;
    margin-top: 11px;
    margin-left: 9px;
  }
  .by-time {
    color: #ffffff;
    margin-top: 9px;
  }
  .by-time1 {
    margin-top: 8px;
  }
  .by-time2 {
    margin-top: 6px;
  }
  .by-time2 span {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #d2a532;
    display: inline-block;
    margin-right: 10px;
  }
  .dhm-line span:after {
    content: "";
    width: 2px;
    height: 35px;
    background-color: #d2a532;
    position: absolute;
    left: 4px;
    top: 1px;
  }
  .by-time3 {
    margin-top: 25px;
  }
  .by-title-position {
    font-family: Bold;
    color: #ffffff;
    margin-top: 25px;
  }
  .by-title-position1 {
    font-family: Bold;
    color: #ffffff;
    margin-top: 7px;
    font-weight: 600;
  }
  .by-title-position1 img {
    width: 14px;
    position: relative;
    top: 2px;
  }
  .by-telephone {
    font-weight: 600;
    margin-top: 23px;
  }
  .by-telephone .name {
    position: relative;
  }
  .by-telephone .name:after {
    content: "";
    width: 28px;
    height: 5px;
    background-color: #d2a532;
    position: absolute;
    top: 24px;
    left: 0px;
  }
  .by-telephone .telephone {
    font-style: italic;
  }
  #x {
    text-align: center;
    margin-top: 23px;
  }
  #x img {
    width: 42px;
  }
}

/* ipad */
@media screen and (max-width: 991px) {
  .map_list {
    display: none;
  }
  #popUp {
    display: block;
    width: 96%;
    height: 50px;
    background-color: #d2a532;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    bottom: 15px;
    left: 2%;
  }

  .shuttleBus {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 25%);
    height: 100%;
    z-index: 99;
  }
  .shuttleBus-tankuang {
    background: #ffffff;
    width: 93%;
    margin: 0 auto;
  }
  .map-list-son {
    width: 100%;
    margin-top: 53px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .map-list-son div {
    font-size: 14px;
    color: #333;
    padding: 0px 8px;
  }
  #by-title {
    height: 35px;
    font-weight: 600;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
  }
  .dhm-rollingAxis {
    height: 430px;
    overflow-y: scroll;
  }
  .by-title-position {
    font-family: Bold;
    color: #ffffff;
    margin-top: 25px;
  }
  .by-line {
    width: 132px;
    height: 1px;
    background-color: #d9d9d9;
    opacity: 0.4;
    margin-top: 11px;
    margin-left: 9px;
  }
  .by-time {
    color: #ffffff;
    margin-top: 9px;
  }
  .by-time1 {
    margin-top: 8px;
  }
  .by-time2 {
    margin-top: 6px;
  }
  .by-time2 span {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #d2a532;
    display: inline-block;
    margin-right: 10px;
  }
  .dhm-line span:after {
    content: "";
    width: 2px;
    height: 35px;
    background-color: #d2a532;
    position: absolute;
    left: 4px;
    top: 1px;
  }
  .by-time3 {
    margin-top: 25px;
  }
  .by-title-position {
    font-family: Bold;
    color: #ffffff;
    margin-top: 25px;
  }
  .by-title-position1 {
    font-family: Bold;
    color: #ffffff;
    margin-top: 7px;
    font-weight: 600;
  }
  .by-title-position1 img {
    width: 14px;
    position: relative;
    top: 2px;
  }
  .by-telephone {
    font-weight: 600;
    margin-top: 23px;
  }
  .by-telephone .name {
    position: relative;
  }
  .by-telephone .name:after {
    content: "";
    width: 28px;
    height: 5px;
    background-color: #d2a532;
    position: absolute;
    top: 24px;
    left: 0px;
  }
  .by-telephone .telephone {
    font-style: italic;
  }
  #x {
    text-align: center;
    margin-top: 23px;
  }
  #x img {
    width: 42px;
  }
}

/* 手机端 */
@media screen and (max-width: 767px) {
  .img_back {
    display: none;
  }
  .img_back_m {
    display: block;
    width: 108%;
    margin-left: -24px;
  }
  .map_list {
    display: none;
  }
  #popUp {
    display: block;
    width: 96%;
    height: 50px;
    background-color: #d2a532;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    bottom: 15px;
    left: 2%;
  }

  .shuttleBus {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 25%);
    height: 100%;
    z-index: 99;
  }
  .shuttleBus-tankuang {
    background: #ffffff;
    width: 93%;
    margin: 0 auto;
  }
  .map-list-son {
    width: 100%;
    margin-top: 53px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .map-list-son div {
    font-size: 14px;
    color: #333;
    padding: 0px 8px;
  }
  #by-title {
    height: 35px;
    font-weight: 600;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
  }
  .dhm-rollingAxis {
    height: 430px;
    overflow-y: scroll;
  }
  .by-title-position {
    font-family: Bold;
    color: #ffffff;
    margin-top: 25px;
  }
  .by-line {
    width: 132px;
    height: 1px;
    background-color: #d9d9d9;
    opacity: 0.4;
    margin-top: 11px;
    margin-left: 9px;
  }
  .by-time {
    color: #ffffff;
    margin-top: 9px;
  }
  .by-time1 {
    margin-top: 8px;
  }
  .by-time2 {
    margin-top: 6px;
  }
  .by-time2 span {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #d2a532;
    display: inline-block;
    margin-right: 10px;
  }
  .dhm-line span:after {
    content: "";
    width: 2px;
    height: 35px;
    background-color: #d2a532;
    position: absolute;
    left: 4px;
    top: 1px;
  }
  .by-time3 {
    margin-top: 25px;
  }
  .by-title-position {
    font-family: Bold;
    color: #ffffff;
    margin-top: 25px;
  }
  .by-title-position1 {
    font-family: Bold;
    color: #ffffff;
    margin-top: 7px;
    font-weight: 600;
  }
  .by-title-position1 img {
    width: 14px;
    position: relative;
    top: 2px;
  }
  .by-telephone {
    font-weight: 600;
    margin-top: 23px;
  }
  .by-telephone .name {
    position: relative;
  }
  .by-telephone .name:after {
    content: "";
    width: 28px;
    height: 5px;
    background-color: #d2a532;
    position: absolute;
    top: 24px;
    left: 0px;
  }
  .by-telephone .telephone {
    font-style: italic;
  }
  #x {
    text-align: center;
    margin-top: 23px;
  }
  #x img {
    width: 42px;
  }
}
