@charset "UTF-8";
/**
 * 
 * @authors wen
 * @date    2019-01-29 10:07:18
 * @version $Id$
 */
#waiting .rect {
  z-index: 999;
  position: relative;
}
.mask,
.maskWait {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  margin: 0 auto;
  width: 66px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  z-index: 999;
}
.loading > div.rect {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.loading .rect2 {
  -webkit-animation-delay: -1.1s !important;
  animation-delay: -1.1s !important;
}
.loading .rect3 {
  -webkit-animation-delay: -1s !important;
  animation-delay: -1s !important;
}
.loading .rect4 {
  -webkit-animation-delay: -0.9s !important;
  animation-delay: -0.9s !important;
}
.loading .rect5 {
  -webkit-animation-delay: -0.8s !important;
  animation-delay: -0.8s !important;
}
.loading .loadingText {
  color: #fff;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F0F0F0;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 11;
}
.swiper-slide {
  height: auto;
}
.swiper-slide-auto {
  height: auto !important;
  margin-bottom: 0 !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/nextpage.png) !important;
  background-size: contain !important;
  left: 50% !important;
  transform: translateX(-50%);
  right: auto !important;
  width: 1.57rem !important;
  height: 1.57rem !important;
  position: absolute;
  top: inherit !important;
  bottom: 3% !important;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7 !important;
}
/* 背景音乐 */
#musicPlayer {
  width: 60px;
  right: 3%;
  top: 3%;
  z-index: 555;
  position: fixed;
  cursor: pointer;
  background: url(../images/music.png) no-repeat;
  background-size: 100% 100%;
  -webkit-animation: play 3s linear infinite;
}
#musicPlayer.pause {
  -webkit-animation: none;
}
#music {
  width: 8%;
  right: 4%;
  top: 2%;
  z-index: 120;
  cursor: pointer;
  background: url(../images/music.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  -webkit-animation: play 3s linear infinite;
}
@-webkit-keyframes play {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes play {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes play {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes play {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* 背景音乐 end */
body {
  width: 100%;
  height: 100%;
}
body #container {
  width: 18.75rem;
  height: 11.51395631rem;
}
body .listBox {
  width: 17.95rem;
  padding: 0.4rem;
  background-color: #fff;
  margin-top: 0.4rem;
}
body .listBox .tips .place {
  font-size: 0.8rem;
  color: #333;
  font-weight: 600;
}
body .listBox .tips .near {
  font-size: 0.4rem;
  padding-top: 0.3rem;
}
body .listBox .tips .near img {
  width: 0.4rem;
  vertical-align: middle;
}
body .listBox .list {
  padding-top: 1rem;
}
body .listBox .list .placeName {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.8rem;
  margin-top: 0.8rem;
}
body .listBox .list .placeName:first-child {
  padding-top: 0;
  margin-top: 0;
}
body .listBox .list .placeName .name {
  font-size: 0.8rem;
}
body .listBox .list .placeName .name img {
  width: 1rem;
  vertical-align: bottom;
}
body .listBox .list .placeName .distance {
  position: absolute;
  top: 0.46rem;
  right: 0;
  font-size: 0.6rem;
}
body .listBox .list .placeName .district {
  font-size: 12px;
  border: 1px solid #999;
  width: fit-content;
  padding: 2px 4px;
  border-radius: 7px;
  color: #999;
  margin-left: 1.26rem;
  margin-top: 0.26rem;
}
body .showInfo {
  width: 100%;
  min-height: 150px;
  background: #fff;
  margin-top: 1rem;
}
body .showInfo p {
  padding: 10px;
  font-size: 0.8rem;
}
body .amap-icon img {
  width: 1.25rem;
  height: 1.75rem;
}
body .amap-info-content {
  font-size: 0.6rem;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #d6d6d6;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d6d6d6;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d6d6d6;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #d6d6d6;
}
@-webkit-keyframes mfv {
  0% {
    -webkit-transform: scale(0.88);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.88);
  }
}
@keyframes mfv {
  0% {
    transform: scale(0.88);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.88);
  }
}
@-o-keyframes mfv {
  0% {
    -webkit-transform: scale(0.88);
  }
  50% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.88);
  }
}
@-moz-keyframes mfv {
  0% {
    -moz-transform: scale(0.88);
  }
  50% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.88);
  }
}
@-ms-keyframes mfv {
  0% {
    -ms-transform: scale(0.88);
  }
  50% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.88);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
.visibility {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
