.device-banner {
    width: 100%;
    min-width: 1200px;
    height: 33.33vw;
    min-height: 400px;
}
.device-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.device-test {
    width: 1200px;
    margin: 160px auto 120px;
}
.device-test-swiper {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.device-swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.device-test-box {
    width: 284px;
    border: 2px solid transparent;
    box-sizing: border-box;
    margin-bottom: 56px;
    transition: 300ms;
}
.device-test-box:hover {
    border-color: #3F86FF!important;
    background-color: #3F86FF;
    transform: scale(1.05);
}
.device-test-box:hover .device-test-name {
    color: #fff!important;
}
.device-test-img {
    width: 100%;
    height: 284px;
    background-color: #F1F5FE;
}
.device-test-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.device-test-name {
    color: #333;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    transition: 300ms;
}
.swiper-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}
.device-test-pagination {
    display: flex;
    align-items: center;
}
.swiper-pagination-bullet {
    width: 105px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    opacity: 1;
    background-color: #3F86FF;
    margin: 0 16px;
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}
.swiper-pagination img {
    width: 32px;
    height: 32px;
    margin: 0 20px;
    cursor: pointer;
}
.device-test-prev .device-test-act {
    transform: scaleX(-1);
}
.device-test-next .device-pagination-img {
    transform: scaleX(-1);
}
.device-pagination-img {
    cursor: auto!important;
    display: none;
}
.swiper-button-disabled .device-test-act {
    display: none;
}
.swiper-button-disabled .device-pagination-img {
    display: block;
}
.device-window {
    width: 100%;
    min-width: 1200px;
    height: 402px;
    padding-top: 200px;
    box-sizing: border-box;
    background: url("./../image/device_banner2.png") center no-repeat;
    background-size: cover;
    margin: 0 auto 436px;
}
.device-window-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.device-window-l {
    width: 600px;
    height: 429px;
}
.device-window-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.device-window-r {
    width: 600px;
    height: 260px;
    font-size: 0;
    background-color: #fff;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.device-window-r p {
    width: 50%;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}
.device-window-r p:nth-child(2) {
    text-align: right;
    margin-top: 20px;
}
.device-case {
    width: 100%;
    min-width: 1200px;
    padding: 60px 0 130px;
    box-sizing: border-box;
    background-color: #F1F5FE;
    margin-bottom: 76px;
}
.device-case-main {
    width: 1200px;
    margin: 0 auto;
}
.device-case-above {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.device-case-above div {
    width: 380px;
    height: 300px;
    border: 4px solid transparent;
    box-sizing: border-box;
    transition: 300ms;
}
.device-case-above div:hover {
    border-color: #3F86FF;
    background-color: #3F86FF;
    transform: scale(1.1);
}
.device-case-above div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.device-case-below {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.device-case-below div {
    width: 586px;
    height: 300px;
    border: 4px solid transparent;
    box-sizing: border-box;
    transition: 300ms;
}
.device-case-below div:hover {
    border-color: #3F86FF;
    background-color: #3F86FF;
    transform: scale(1.1);
}
.device-case-below div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}