.slide__link_new {
    width: 130px;
    height: 48px;
    border-radius: 30px;
    background-color: #DD425F;
}
.slide__link_new a {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #fff;
    margin-top: 10px;
}
body .swipe{
    width: 1240px;
    height: 420px;
    overflow: visible;
    margin-bottom: 40px;
    margin-top: 25px;
}

body .slide__1 {
    background-position: center top;
    
    background-repeat: no-repeat;
}
body .swipe .swiper-slide{
    border-radius: 15px;
    overflow: hidden;
}
body .slide__1 .slide__wrap {
    height: 420px;
    width: 1030px;
    padding: 0;
}
body .swipe .swiper-button-next {
    right: -23px;
    width: 46px;
    height: 46px;
    background-image: url(/images/next.png);
    border: 1px solid #DD425F;
    background-size: auto;
    background-position: 50%;
    border-radius: 50%;
    background-color: #fff;
}
body .swipe .swiper-button-prev{
    left: -23px;
    width: 46px;
    height: 46px;
    background-image: url(/images/prev.png);
    background-size: auto;
    background-position: 50%;
    border: 1px solid #DD425F;
    border-radius: 50%;
    background-color: #fff;
}
