.banner {
  position: relative;
  width: 100%;
  height: 600px;
}
.banner .banner-img {
  display: block;
  width: 100%;
}
.banner .banner-img {
  display: block;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: 50%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 600px;
  background-size: cover;
  background-position: 50%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 1200px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-box h3 {
  font-size: 40px;
  font-weight: 400;
  color: #6a91ce;
  line-height: 36px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-box p {
  margin-top: 49px;
  font-size: 34px;
  font-weight: 300;
  color: #6a91ce;
  line-height: 36px;
  opacity: 0.8;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-box a {
  display: block;
  width: 153px;
  height: 48px;
  margin-top: 42px;
  font-size: 18px;
  font-weight: 400;
  color: #6a91ce;
  line-height: 48px;
  text-align: center;
  border: 2px solid #6a91ce;
  border-radius: 4px;
}
.banner .swiper-container .swiper-pagination {
  width: 1200px !important;
  margin: 0 auto;
  text-align: left;
  opacity: 1;
  left: 20.5%;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 17px;
  opacity: 1;
  background-image: url("/static/cn/imgs/home/p.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: unset;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url("/static/cn/imgs/home/p1.png");
  background-color: unset;
}
.banner .swiper-container .swiper-button-next {
  width: 32px;
  height: 55px;
  top: auto;
  right: 20.9%;
  bottom: 23px;
  background-image: url("/static/cn/imgs/home/r.png");
}
.banner .swiper-container .swiper-button-prev {
  width: 32px;
  height: 55px;
  left: auto;
  right: 23.5%;
  top: auto;
  bottom: 23px;
  background-image: url("/static/cn/imgs/home/l.png");
}
.banner .mask-box {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 106px;
  background: rgba(0, 0, 0, 0.5);
}
.banner .mask-box .banner-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-left: 86px;
  box-sizing: border-box;
}
.banner .mask-box .banner-main li {
  width: 16%;
  margin-right: 6%;
}
.banner .mask-box .banner-main li p {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.banner .mask-box .banner-main li .banner-infor {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.banner .mask-box .banner-main li:last-child {
  margin-right: 0;
}
.mobile-banner-main {
  display: none;
}
.trafficinfor .trafficinfor-main h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  color: #6291cb;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists {
  width: 100%;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li {
  width: 100%;
  padding: 40px 40px 52px;
  margin-bottom: 60px;
  background-color: #fff;
  box-sizing: border-box;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li h6 a {
  font-size: 24px;
  font-weight: 400;
  color: #6a91ce;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li p {
  margin-top: 18px;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li p a {
  color: #6A91CE;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li p a span {
  color: #333333;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li p .detail-infor {
  color: #333;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 47px;
  margin-right: 0;
  margin-left: 0;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img {
  position: relative;
  flex: unset;
  width: 24% !important;
  max-width: 25%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img img {
  width: 100% !important;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img .mask img {
  width: auto !important;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img .btn-more {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 120;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95%;
  color: #fff;
  font-size: 14px;
  background: rgba(106, 145, 206, 0.75);
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img .btn-more:hover {
  background: #6a91ce;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img:hover .mask {
  display: flex;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img1 {
  position: relative;
  flex: unset;
  display: none !important;
  width: 24% !important;
  max-width: 25%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img1 img {
  width: 100% !important;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img1 .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img1 .mask img {
  width: auto !important;
}
.trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img1 .btn-more1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 120;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95%;
  color: #fff;
  font-size: 14px;
  background: #6a91ce;
}
.trafficinfor .trafficinfor-main .mask1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 333;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #242424;
}
.trafficinfor .trafficinfor-main .mask-img-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 334;
  display: none;
  width: 100%;
  height: 600px;
}
.trafficinfor .trafficinfor-main .mask-img-box img {
  width: 100%;
}
.venuedetail .venuedetail-main h5 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 400;
  color: #6a91ce;
}
.venuedetail .venuedetail-main .venuedetail-title {
  padding: 40px;
  margin-top: 18px;
  background-color: #fff;
}
.venuedetail .venuedetail-main .venuedetail-title p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.venuedetail .venuedetail-main .venuedetail-content {
  margin-top: 40px;
}
.venuedetail .venuedetail-main .venuedetail-content .swiper-box .swiper-slide img {
  width: 100%;
}
.venuedetail .venuedetail-main .venuedetail-content .swiper-box .swiper-button-next {
  width: 32px;
  height: 55px;
  bottom: 23px;
  background-image: url("/static/cn/imgs/home/r.png");
}
.venuedetail .venuedetail-main .venuedetail-content .swiper-box .swiper-button-prev {
  width: 32px;
  height: 55px;
  bottom: 23px;
  background-image: url("/static/cn/imgs/home/l.png");
}
.venuedetail .venuedetail-main .venuedetail-content .infor-detail {
  padding: 40px;
  background-color: #fff;
}
.venuedetail .venuedetail-main .venuedetail-content .infor-detail p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.venuedetail .venuedetail-main .venuedetail-content .infor-detail p strong {
  font-size: 24px;
  font-weight: normal;
}
.venuedetail .venuedetail-main .venuedetail-bottom {
  padding: 40px;
  margin-top: 70px;
  margin-bottom: 75px;
  background-color: #fff;
}
.venuedetail .venuedetail-main .venuedetail-bottom h6 {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
}
.venuedetail .venuedetail-main .venuedetail-bottom p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
@media screen and (min-width: 1140px) {
  .banner .mask-box .banner-main li {
    margin-right: 3%;
  }
  .trafficinfor .trafficinfor-main h5 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    color: #6291cb;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists {
    width: 100%;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li {
    width: 100%;
    padding: 40px 40px 52px;
    margin-bottom: 60px;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li h6 a {
    font-size: 24px;
    font-weight: 400;
    color: #6a91ce;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li p {
    margin-top: 18px;
    font-size: 17px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li p a {
    color: #6A91CE;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li p .detail-infor {
    color: #333;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 47px;
    margin-right: 0;
    margin-left: 0;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img {
    position: relative;
    flex: unset;
    width: 24% !important;
    max-width: 25%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img img {
    width: 100% !important;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, 0.5);
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img .mask img {
    width: auto !important;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img .btn-more {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 120;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 95%;
    color: #fff;
    font-size: 14px;
    background: rgba(106, 145, 206, 0.75);
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img .btn-more:hover {
    background: #6a91ce;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img:hover .mask {
    display: flex;
  }
  .trafficinfor .trafficinfor-main .mask1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 333;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #242424;
  }
  .trafficinfor .trafficinfor-main .mask-img-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 334;
    display: none;
    width: 60%;
    height: 600px;
  }
  .trafficinfor .trafficinfor-main .mask-img-box img {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1400px) {
  .banner {
    position: relative;
    width: 100%;
    height: auto;
  }
  .banner .banner-img {
    display: block;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: 50%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: 50%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide img {
    display: none;
  }
  .banner .swiper-container .swiper-pagination {
    width: 90% !important;
    margin: 0 auto;
    text-align: left;
    opacity: 1;
    left: 9%;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 17px;
    opacity: 1;
    background-image: url("/static/cn/imgs/home/p.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: unset;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url("/static/cn/imgs/home/p1.png");
    background-color: unset;
  }
  .banner .swiper-container .swiper-button-next {
    width: 32px;
    height: 55px;
    top: auto;
    right: 8.5%;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/r.png");
  }
  .banner .swiper-container .swiper-button-prev {
    width: 32px;
    height: 55px;
    left: auto;
    right: 11.5%;
    top: auto;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/l.png");
  }
  .banner .mask-box {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 106px;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner .mask-box .banner-main {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 91%;
    padding-left: 86px;
    box-sizing: border-box;
  }
  .banner .mask-box .banner-main li {
    width: auto;
    margin-right: 0;
  }
  .banner .mask-box .banner-main li p {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
  }
  .banner .mask-box .banner-main li .banner-infor {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
  }
  .banner .mask-box .banner-main li:last-child {
    margin-right: 0;
  }
  .trafficinfor .trafficinfor-main .mask-img-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 334;
    display: none;
    width: 80%;
    height: 600px;
  }
  .trafficinfor .trafficinfor-main .mask-img-box img {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .banner {
    position: relative;
    width: 100%;
    height: 65vh;
    min-height: 65vh;
  }
  .banner img {
    width: 100%;
    height: 100%;
  }
  .banner .banner-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
  }
  .banner .banner-main {
    display: none !important;
  }
  .banner .swiper-container2 {
    width: 100%;
    height: 100%;
  }
  .banner .swiper-container2 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .banner .swiper-container2 .swiper-wrapper .swiper-slide img {
    display: none;
  }
  .banner .swiper-container2 .swiper-wrapper .swiper-slide .banner-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 2;
    display: none;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 90%;
  }
  .banner .swiper-container2 .swiper-wrapper .swiper-slide .banner-box h3 {
    font-size: 36px;
    font-weight: 400;
    color: #6a91ce;
    line-height: 36px;
  }
  .banner .swiper-container2 .swiper-wrapper .swiper-slide .banner-box p {
    margin-top: 49px;
    font-size: 30px;
    font-weight: 300;
    color: #6a91ce;
    line-height: 36px;
    opacity: 0.8;
  }
  .banner .swiper-container2 .swiper-wrapper .swiper-slide .banner-box a {
    display: block;
    width: 153px;
    height: 48px;
    margin-top: 42px;
    font-size: 18px;
    font-weight: 400;
    color: #6a91ce;
    line-height: 48px;
    text-align: center;
    border: 2px solid #6a91ce;
    border-radius: 4px;
  }
  .banner .swiper-container2 .swiper-pagination {
    display: none;
    width: 90% !important;
    margin: 0 auto;
    text-align: left;
    opacity: 1;
    left: 19%;
  }
  .banner .swiper-container2 .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 17px;
    opacity: 1;
    background-image: url("/static/cn/imgs/home/p.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: unset;
  }
  .banner .swiper-container2 .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url("/static/cn/imgs/home/p1.png");
    background-color: unset;
  }
  .banner .swiper-container2 .swiper-button-next {
    width: 32px;
    height: 55px;
    top: auto;
    right: 7%;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/r.png");
  }
  .banner .swiper-container2 .swiper-button-prev {
    width: 32px;
    height: 55px;
    left: auto;
    right: 15%;
    top: auto;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/l.png");
  }
  .banner .mobile-banner-main {
    display: block;
    width: 100%;
    height: 100%;
  }
  .banner .mobile-banner-main .swiper-container1 {
    width: 100%;
    height: 100%;
  }
  .banner .mobile-banner-main .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100% !important;
    background-size: unset;
    background-position: unset;
  }
  .banner .mobile-banner-main .swiper-slide p {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
  }
  .banner .mobile-banner-main .swiper-slide .banner-infor {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
  }
  .banner .mobile-banner-main .swiper-pagination {
    margin: 0 auto;
    opacity: 1;
    width: 100% !important;
    text-align: center;
    left: auto;
  }
  .banner .mobile-banner-main .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 17px;
    opacity: 1;
    bottom: 0;
    background-image: url("/static/cn/imgs/home/p.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: unset;
  }
  .banner .mobile-banner-main .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url("/static/cn/imgs/home/p1.png");
    background-color: unset;
  }
  .banner .mobile-banner-main .swiper-pagination-bullets {
    bottom: 0;
  }
  .trafficinfor .trafficinfor-main h5 {
    font-size: 30px;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists {
    width: 100%;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li {
    padding: 22px;
    margin-bottom: 30px;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 47px;
    margin-right: 0;
    margin-left: 0;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img {
    position: relative;
    flex: unset;
    width: 46% !important;
    max-width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img img {
    width: 100% !important;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, 0.5);
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img .mask img {
    width: auto !important;
    height: auto !important;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img .btn-more {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 120;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    background: rgba(106, 145, 206, 0.75);
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img .btn-more:hover {
    background: #6a91ce;
  }
  .trafficinfor .trafficinfor-main .trafficinfor-lists li .img-box .img:hover .mask {
    display: flex;
  }
  .trafficinfor .trafficinfor-main .mask-img-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 334;
    display: none;
    width: 80%;
    height: 200px;
  }
  .trafficinfor .trafficinfor-main .mask-img-box img {
    width: 100%;
  }
  .venuedetail .venuedetail-main h5 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    color: #6a91ce;
  }
  .venuedetail .venuedetail-main .venuedetail-title {
    padding: 22px;
    margin-top: 10px;
    background-color: #fff;
  }
  .venuedetail .venuedetail-main .venuedetail-title p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
  }
  .venuedetail .venuedetail-main .venuedetail-content {
    margin-top: 38px;
  }
  .venuedetail .venuedetail-main .venuedetail-content .swiper-box .swiper-slide img {
    width: 100%;
  }
  .venuedetail .venuedetail-main .venuedetail-content .swiper-box .swiper-button-next {
    width: 32px;
    height: 55px;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/r.png");
  }
  .venuedetail .venuedetail-main .venuedetail-content .swiper-box .swiper-button-prev {
    width: 32px;
    height: 55px;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/l.png");
  }
  .venuedetail .venuedetail-main .venuedetail-content .infor-detail {
    padding: 22px 38px;
    background-color: #fff;
  }
  .venuedetail .venuedetail-main .venuedetail-content .infor-detail p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
  }
  .venuedetail .venuedetail-main .venuedetail-bottom {
    padding: 22px;
    margin-top: 38px;
    margin-bottom: 30px;
    background-color: #fff;
  }
  .venuedetail .venuedetail-main .venuedetail-bottom h6 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
  }
  .venuedetail .venuedetail-main .venuedetail-bottom p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
  }
}
