@font-face { font-family: "iconfont"; src: url('iconfont.woff2?t=1636593824422') format('woff2'), url('iconfont.woff?t=1636593824422') format('woff'), url('iconfont.ttf?t=1636593824422') format('truetype'); } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-right:before { content: "\e61b"; } .icon-left:before { content: "\e61c"; } .swiperStrCopny { margin-top: 50px; } .swiperStrCopny .swiper-slide { width: 860px; } .swiperStrCopny .swiper-slide a { transition: 0.2s; overflow: hidden; display: flex; justify-content: center; align-items: center; } .swiperStrCopny .swiper-slide a>img { width: 100%; } .swiperStrCopny .swiper-pagination { text-align: center; width: 100%; margin-top: 10px; top: 0; } .swiperStrCopny .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 5px; background: #02328d; } .swiperStrCopny .swiper-button-prev { width: 50%; height: 100%; left: -450px; top: 0; background: #0000008c; border-radius: 5px; margin-top: 0; z-index: 99; transition: 0.2s; } .swiperStrCopny .swiper-button-prev:before { content: ''; position: absolute; width: 50px; height: 50px; left: 94%; top: 50%; background: url(../images/icon/leftaaa.png) no-repeat center; background-size: 100%; border-radius: 100px; display: flex; align-items: center; justify-content: center; } /*.swiperStrCopny .swiper-button-prev:before:hover {*/ /* background: red;*/ /*}*/ .swiperStrCopny .swiper-button-next { width: 50%; height: 100%; right: -450px; top: 0; background: url(../images/ichimatsu.png) repeat 0 0; border-radius: 5px; margin-top: 0; z-index: 99; transition: 0.2s; background: #0000008c; } .swiperStrCopny .swiper-button-next:after { content: ''; position: absolute; width: 50px; height: 50px; background: rgba(255, 255, 255, 0.356); border-radius: 100px; background: url(../images/icon/leftaaa.png) no-repeat center; background-size: 100%; right: 94%; top: 50%; transform: rotate(180deg); display: flex; align-items: center; justify-content: center; } .swiperStrCopny .swiper-button-prev:hover::before { background: url(../images/icon/leftbbb.png) no-repeat center; background-size: 100%; } .swiperStrCopny .swiper-button-next:hover::after { background: url(../images/icon/leftbbb.png) no-repeat center; background-size: 100%; } @media (max-width: 1200px) { .swiperStrCopny .swiper-slide { width: 500px; } .swiperStrCopny .swiper-button-next { width: 50%; height: 100%; right: -250px; } .swiperStrCopny .swiper-button-prev { width: 50%; height: 100%; left: -250px; } } @media (max-width: 800px) { .swiperStrCopny .swiper-slide { width: 300px; } .swiperStrCopny .swiper-button-next { width: 50%; height: 100%; right: -170px; } .swiperStrCopny .swiper-button-prev { width: 50%; height: 100%; left: -170px; } .swiperStrCopny .swiper-button-prev:before{ left: 76% !important; } .swiperStrCopny .swiper-button-next:after{ right: 76%; } }