.section-prevention,
.section-docs,
.section-place,
.section-traffic,
.section-park {
  width: 100%;
  margin-bottom: 80px;
}

.docs-cont {
  width: 100%;
  background: rgba(21, 42, 148, .4);
  border: 1px solid;
  border-image: linear-gradient(19deg, #1BFDFF, #122AA0) 1 1;
  border-radius: 6px;
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 50px;
}
.docs-cont a {
  display: flex;
  align-items: center;
}
.docs-cont a img {
  width: 14px;
  height: 18px;
  margin-right: 8px;
}

.prevention-cont {
  position: relative;
  width: 100%;
  background: rgba(21, 42, 148, .4);
  border: 1px solid;
  border-image: linear-gradient(19deg, #1BFDFF, #122AA0) 1 1;
  border-radius: 6px;
  padding: 30px 35px;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.prevention-left {
  position: relative;
  display: inline-block;
  width: 44%;
  height: 360px;
  border-radius: 6px;
  overflow: hidden;
  bottom: 55px;
}

.prevention-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prevention-right {
  display: inline-block;
  width: 54%;
}

.prevention-right .title {
  position: relative;
  width: 100%;
  padding-left: 5px;
  font-size: 22px;
  margin-bottom: 12px;
}

.prevention-right .title:before {
  content: '';
  position: absolute;
  width: 142px;
  height: 8px;
  background: linear-gradient(90deg, rgba(27, 253, 255, .9) 0%, rgba(18, 42, 160, .9) 100%);
  left: 0;
  bottom: 0;
}

.prevention-right .title span {
  cursor: default;
  position: relative;
  z-index: 2;
}

.prevention-right .text {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.prevention-right .shorttext {
  width: 75%;
}

.prevention-right .text p {
  margin-bottom: 6px;
}

.prevention-right .subtitle {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.guide-code {
  position: absolute;
  width: 140px;
  padding: 2px;
  top: 30px;
  right: 35px;
  background: #fff;
  font-size: 12px;
  color: #333;
  text-align: center;
  font-weight: 500;
}
.guide-code img {
  width: 100%;
}



.place-cont {
  width: 100%;
}

.place-map {
  width: 100%;
  height: 600px;
  background: #CCCCCC;
  margin-bottom: 7px;
}

.place-address {
  width: 100%;
  padding: 12px 65px;
  background: rgba(21, 42, 148, .4);
  border: 1px solid;
  border-image: linear-gradient(7deg, #1BFDFF, #122AA0) 1 1;
  border-radius: 6px;
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.place-address .icon {
  width: 26px;
  margin-right: 8px;
}

.place-address .strong {
  font-size: 24px;
}



.traffic-cont {
  width: 100%;
}

.traffic-item {
  width: 100%;
  padding: 30px;
  background: rgba(21, 42, 148, .4);
  border: 1px solid;
  border-image: linear-gradient(7deg, #1BFDFF, #122AA0) 1 1;
  border-radius: 6px;
  margin-bottom: 40px;
}

.traffic-item:last-child {
  margin-bottom: 0;
}

.traffic-item-route {
  width: 100%;
}

.traffic-item-route-mark {
  cursor: default;
  display: inline-block;
  font-size: 18px;
  color: #000000;
  line-height: 33px;
  padding: 0 25px;
  background: #1BFDFF;
  border-radius: 16px 20px 2px 16px;
  margin-right: 50px;
}

.traffic-item-route-path {
  display: inline-block;
  font-size: 24px;
}

.traffic-item-route-path img {
  width: 30px;
  margin: 0 20px;
}

.traffic-item-info {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}



.park-cont {
  width: 100%;
  background: rgba(21, 42, 148, .4);
  border: 1px solid;
  border-image: linear-gradient(7deg, #1BFDFF, #122AA0) 1 1;
  border-radius: 6px;
  padding: 0 30px;
}

.park-line {
  width: 100%;
  padding: 28px 0;
  border-bottom: 1px solid rgba(16, 67, 160, .5);
}

.park-line:last-child {
  border-bottom: 0;
}

.park-item {
  display: inline-block;
  /* width: 33.33333333%; */
}

.park-item-span {
  cursor: default;
  display: inline-block;
  font-size: 18px;
  color: #000000;
  line-height: 33px;
  padding: 0 25px;
  background: #1BFDFF;
  border-radius: 16px 20px 2px 16px;
  margin-bottom: 18px;
}

.park-item-name {
  font-size: 20px;
  margin-bottom: 8px;
}

.park-item-name img {
  width: 20px;
  margin-right: 10px;
}

.park-item-address {
  font-size: 16px;
}

.park-item-address img {
  width: 13px;
  margin-right: 10px;
}

.park-item-name,
.park-item-address {
  display: flex;
  align-items: center;
}



@media screen and (min-width:769px) {}

@media screen and (max-width:768px) {

  .section-prevention,
  .section-docs,
  .section-place,
  .section-traffic,
  .section-park {
    width: 100%;
    margin-bottom: .8rem;
  }

  .docs-cont {
    border-radius: .06rem;
    padding: 0 .4rem;
    font-size: .2rem;
    line-height: .65rem;
  }

  .docs-cont a img {
    width: .14rem;
    height: .18rem;
    margin-right: .08rem;
  }

  .prevention-cont {
    padding: 0 .4rem .5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: .8rem;
  }

  .prevention-left {
    width: 100%;
    height: 3.6rem;
    bottom: .5rem;
  }

  .prevention-right {
    display: inline-block;
    width: 100%;
  }

  .prevention-right .title {
    padding-left: .1rem;
    font-size: .24rem;
    margin-bottom: .16rem;
  }

  .prevention-right .title:before {
    content: '';
    width: 1.6rem;
    height: .1rem;
  }

  .prevention-right .text {
    width: 100%;
    font-size: .2rem;
    margin-bottom: .12rem;
  }

  .prevention-right .shorttext {
    width: 100%;
  }

  .prevention-right .text p {
    margin-bottom: .06rem;
  }

  .prevention-right .subtitle {
    width: 100%;
    font-size: .22rem;
    margin-bottom: .1rem;
  }

  .guide-code {
    position: relative;
    width: 55%;
    margin: 0 auto .15rem;
    padding: 2px;
    top: 0;
    right: 0;
    background: #fff;
    font-size: .2rem;
    font-weight: 500;
  }


  .place-map {
    width: 100%;
    height: 3.25rem;
    margin-bottom: .07rem;
  }

  .place-address {
    width: 100%;
    padding: .18rem .4rem;
    font-size: .22rem;
  }

  .place-address .icon {
    width: .24rem;
    margin-right: .08rem;
  }

  .place-address .strong {
    font-size: .22rem;
  }



  .traffic-item {
    width: 100%;
    padding: .3rem .4rem;
    margin-bottom: .2rem;
  }

  .traffic-item-route-mark {
    vertical-align: middle;
    font-size: .16rem;
    line-height: .28rem;
    padding: 0 .16rem;
    border-radius: 16px 20px 2px 16px;
    margin-right: .4rem;
  }

  .traffic-item-route-path {
    display: inline-block;
    vertical-align: middle;
    font-size: .24rem;
  }

  .traffic-item-route-path img {
    width: .25rem;
    margin: 0 .06rem;
  }

  .traffic-item-info {
    width: 100%;
    font-size: .2rem;
    line-height: .32rem;
    margin-top: .16rem;
  }



  .park-cont {
    padding: .1rem .4rem;
  }

  .park-line {
    padding: 0;
    border: none;
  }

  .park-item {
    display: inline-block;
    width: 100%;
    padding: .22rem 0;
    border-bottom: 1px solid rgba(16, 67, 160, .5);
  }

  .park-item:last-child {
    border-bottom: none;
  }

  .park-item-span {
    font-size: .16rem;
    line-height: .32rem;
    padding: 0 .16rem;
    margin-bottom: .16rem;
  }

  .park-item-name {
    font-size: .24rem;
    margin-bottom: .08rem;
  }

  .park-item-name img {
    width: .22rem;
    margin-right: .08rem;
  }

  .park-item-address {
    font-size: .2rem;
  }

  .park-item-address img {
    width: .14rem;
    margin-right: .08rem;
  }

  .park-item-address span {
    flex: 1;
  }
}