.widget-goto .widget_custom_html{
  margin-bottom:0;
}
.jumper-container {
  position: absolute;
  bottom: -3.3rem;
  left: 0;
  right: 0;
  z-index: 999;
  background: url(/uploads/image/wu206/b5545d7a7ed93f42d80f.png)
    no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding-top: 0.55rem;
}
.jumper-container .jumper__inner {
  display: inline-block;
  text-align: center;
  padding: 1.3rem 6.5rem;
  border-radius: 1rem 0.6rem 1rem 0.6rem;
  color: #616161;
  font-size: 0.8rem;
  font-weight: 600;
  background: rgb(166 187 237 / 45%);
}
.jumper-container .jumper__inner label {
  margin-right: 1.5rem;
  display: inline-block;
}
.select2-selection--single,
.select2-results__option--selectable {
  text-align: center;
}
.btn-goto {
  background: #0082cd;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  padding: 0.3rem 2rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: #fff;
}
.btn-goto:hover {
  color: #fff;
  opacity: 0.75;
}
.label-text {
  display: block;
}

.select2-container {
  min-width: 10rem;
}
@media only screen and (max-device-width: 640px) {
  .jumper-container {
    position: relative;
    background: none;
    bottom: 0;
    padding-top: 0;
  }
  .jumper-container .jumper__inner {
    position: relative;
    padding: 0 2rem;
    margin-top: 15px;
    border: none;
    border: 1px solid #eeee;
    border-radius: 2px;
    padding: 0.5rem 1rem;
    background: #f3f3f3;
  }
  .jumper-container .jumper__inner label {
    margin-right: 0;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .select2-container {
    width: 13rem !important;
  }
  .label-text{
    display: inline-block;
    margin-right: 1rem;
  }
  .btn-goto {
    background: #d33;
    color: #fff;
    padding: .4rem 5rem !important;
  }
}
