@charset "utf-8";

/* CSS Document */

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto 0;
}

#certify .swiper-container {
    /* width: 100%; */
}

#certify .swiper-slide {
    width: 580px;
    height: 292px;
    background: url("../../../images/magicRuler/phone.png");
    background-size: 100% 100%;
}

#certify .swiper-slide p {
    display: block;
    width: 406px;
    height: 228px;
    background: #5f6a6f;
    margin: 32px auto 0;
    overflow: hidden;
}

#certify .swiper-slide p img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../../../images/magicRuler/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../../../images/magicRuler/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

@media screen and (min-width: 930px) and (max-width:1200px) {
    #certify {
        width: 90%;
    }
}

@media screen and (min-width: 640px) and (max-width: 930px) {
    #certify {
        width: 90%;
    }
    #certify .swiper-container {
        width: 580px;
    }
}

@media screen and (max-width: 640px) {
    #certify {
        width: 100%;
    }
    #certify .swiper-container {
        width: 370px;
    }
    #certify .swiper-slide {
        width: 370px;
        height: 190px;
        background: url("../../../images/magicRuler/phone.png");
        background-size: 100% 100%;
    }
    #certify .swiper-slide p {
        display: block;
        width: 262px;
        height: 149px;
        background: #5f6a6f;
        margin: 21px auto 0;
        overflow: hidden;
    }
}