@charset "UTF-8";
/* 全局效果 */
.swiper-button-next:after, .swiper-button-prev:after {
    color: #147;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}
:root {
    --swiper-theme-color: #147;
}
/* 移动设备样式 */
@media screen and (max-width:768px) {
.main {
    margin-top: 61px;
}
}

/*PC端样式*/
@media only screen and (min-width: 769px) {
  .main{margin-top:92px;}	
}

@media screen and (min-width:768px) and (max-width: 1024px) {
.main {
    margin-top: 75px;
}
}