#slide1 {display: none; z-index: 10000; position: fixed; width:95%; margin: 0 2.5%; height: 70%;  top: 15%; left: 0; }
#slide1 .swiper-wrapper { width: 100%;}
#slide1 .swiper-slide {  text-align: center; width: 100%; display: flex; align-items: center; justify-content: center;}
#slide1 img { max-width: 100%; max-height: 100%;cursor: pointer;}
#slide1 .swiper-pagination-bullet { background: #eee;}
#slide1 .swiper-pagination-bullet-active { background: #007aff;}
#slide2 { z-index: 2; height: 280px; margin-bottom: 25px;}
#slide2 .swiper-slide { width: auto!important; display: flex; align-items: center; justify-content: center;}
#slide2 img { height: 100%;cursor: pointer;}
.logbg { width: 100%; height: 100%; background-color: #000; opacity: 0.7; position: fixed; top: 0; left: 0; z-index: 9999; display: none;}
.logbg .c-btn{position: fixed;top: 3%;right: 30%;cursor: pointer;}
.logbg img{width:60px;height:60px;}