body {
  color: #323233;
  margin: 0;
  padding: 0;
}

.child_slide {
  width: 100vw;
  display: block;
  margin: -1px 0;
}

.parent_slide {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  width: 100vw;
}

.flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.swiper {
  height: 100vh;
  width: 100vw;
}

.home {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

.home img {
  display: block;
  width: 12vw;
}

.next {
  position: absolute;
  bottom: 3vw;
  left: 5vw;
  z-index: 2;
}

.next img {
  display: block;
  width: 12vw;
}

.map_bg {
  width: 100%;
  height: 837.33333vw;
  background: url(../images/map_bg.jpg) no-repeat;
  background-size: contain;
  padding-top: 80vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.map_nav {
  height: 37.33333vw;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.map_nav .item {
  border: 2px solid #069429;
  border-radius: 5px;
  display: inline-block;
  font-size: 3.73333vw;
  margin: 0.8vw 1.2vw;
  color: #323233;
  min-width: 17.46667vw;
  text-align: center;
  padding: 0.8vw 0.66667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.map_item {
  height: 88.4vw;
  display: block;
}

.swiper2 {
  width: 100%;
  height: 58.8vw;
}

.swiper2-img {
  height: 58.8vw;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.art {
  padding: 20px;
}

.art h1 {
  font-size: 20px;
}

.list-box {
  position: relative;
  background-color: #f6f6f6;
}

.list-text {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list-item {
  width: 50%;
  height: auto;
  padding: 3px;
  font-size: 14px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 3px 0;
  overflow: hidden;
}

.list-item img {
  width: 100%;
  display: block;
  height: auto;
}

.hb {
  position: relative;
  height: 186.66667vw;
  left: -9999px;
}

.hb_bg {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hb_title {
  position: absolute;
  font-size: 4.8vw;
  top: 84.4vw;
  right: 47.6vw;
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
}

.hb_address {
  position: absolute;
  font-size: 3.46667vw;
  top: 91.4vw;
  left: 32.6vw;
  -webkit-transform: rotate(356deg);
          transform: rotate(356deg);
}

.hb_img {
  position: absolute;
  top: 106vw;
  left: 18vw;
  width: 63vw;
  height: 45vw;
  -webkit-transform: rotate(357deg);
          transform: rotate(357deg);
}

.hb_user {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 5vw;
  bottom: 5vw;
}

.hb_user img {
  width: 15vw;
  margin-right: 5vw;
}

.hb_box {
  padding: 20px;
}

.class {
  padding: 20px;
  margin-top: -33px;
}

.class .item {
  padding: 20px;
  border: 1px solid #e0e3e7;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px, rgba(0, 0, 0, 0.04) 0px 10px 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px, rgba(0, 0, 0, 0.04) 0px 10px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #fff;
}

.class .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.class .section:nth-child(2) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.music_play {
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #e0e3e7;
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px, rgba(0, 0, 0, 0.04) 0px 10px 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px, rgba(0, 0, 0, 0.04) 0px 10px 10px;
}

.music_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 39px;
  margin-bottom: 20px;
  color: #f01726;
}

.music-mid {
  height: 20px;
}

.music_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

.flex2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 12px;
}

.up-box {
  padding: 28px;
}

.zl {
  padding: 20px;
  color: #fff;
  height: 17.33333vw;
  background-color: #0184f8;
  background-image: -webkit-gradient(linear, left top, right top, from(#0184f8), to(#0082f2));
  background-image: linear-gradient(90deg, #0184f8 0%, #0082f2 100%);
}

.zl_item {
  text-align: center;
}

.main-bg {
  background-image: url(../images/bg.png);
  height: 186.66667vw;
  background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35.86667vw 16.53333vw 0 16.53333vw;
}

.main-bg .item {
  display: block;
  height: 27.33333vw;
  margin-bottom: 3.6vw;
}

.add {
  color: red;
  font-size: 48px;
  margin-top: -26px;
  z-index: 1;
}

.list-info {
  padding: 8px 8px 16px 8px;
}

.list-bottom {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-user img {
  width: 20px;
  margin-right: 5px;
  border-radius: 50%;
}

.item-box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.lx-list .item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin: 0 10px;
}

.lx-list .item-img {
  display: block;
  width: 100%;
  height: 23.2vw;
  border-radius: 5px;
}

.lx-list .item-info {
  position: relative;
  padding-left: 10px;
  height: 23.2vw;
}

.lx-list .item-title {
  margin-bottom: 20px;
}

.lx-list .item-p {
  color: #888;
  font-size: 13px;
}

.lx-list .item-bm {
  background-color: #c80000;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
  padding: 3px 7px;
  border-radius: 10px;
}

.lx-list .item-xq {
  position: absolute;
  left: 10px;
  bottom: 0;
}
/*# sourceMappingURL=css.css.map */