html{
    overflow-x: hidden;
    overflow-y: auto;
}

.pc .equipments .adapt_box2{
    position: relative;
}

.pc .equipments{
    width: 1920px;
    background-color: #f2f2f2;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.pc .equipments .title{
    width: 1920px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-family: "Gotham-Medium";
    font-size: 25px;
    color: #404040;
    margin-top: 40px;
    background-color: #d7d8d8;
}
.pc .equipments .list{
    width: 1920px;
    margin-top: 10px;
    margin-bottom: 80px;
    overflow: hidden;
}
.pc .equipments .list .list_info{
    position: relative;
    width: 1920px;
    height: 297px;
    background: url("../images/products/product_list_bg.png") no-repeat;
    background-size: 1920px 297px;
    margin-bottom: 20px;
}
.pc .equipments .list .list_info .swiper{
    width: 330px;
    height: 240px;
    position: absolute;
    top: 50px;
    left: 120px;
    overflow: hidden;
}
.pc .equipments .list .list_info .swiper img{
    width: 250px;
    height: 230px;
    margin-left: 40px;
    object-fit: contain;
}




.swiper-button-prev:after{
    display: none !important;
}
.swiper-button-next:after{
    display: none !important;
}
/*再自定义样式*/
.swiper-button-prev{
    width: 16px;
    height: 29px;
    background: url('../images/public/prev.png') no-repeat;
    background-size: 16px 29px;
}
.swiper-button-next{
    width: 16px;
    height: 29px;
    background: url('../images/public/next.png') no-repeat;
    background-size: 16px 29px;
}

.pc .equipments .list .list_info .infos{
    margin-left: 540px;
    width: 500px;
}
.pc .equipments .list .list_info .infos .info_tit{
    font-family: "Gotham-Medium";
    font-size: 22px;
    color: #404040;
    margin-top: 125px;
}
.pc .equipments .list .list_info .infos .info_text{
    font-family: "microsoft yahei";
    font-size: 12px;
    color: #727171;
    line-height: 16px;
    margin-top: 25px;
}
.pc .equipments .list .list_info .infos .info_btn{
    margin-top: 20px;
    width: 145px;
    height: 24px;
    background: url("../images/application/btn.png") no-repeat;
    background-size: 145px 24px;
}



.bottom{
    background-color: #fff !important;
    box-shadow:
        1000px 0 0 0 #fff,
        -1000px 0 0 0 #fff !important;
}




.phone{
    background-color: #f2f2f2;
}
.phone .equipments_tit{
    margin-top: 0.9rem;
    margin-left: 0.73rem;

    background: url("../images/phone/tit_bg.png") no-repeat;
    background-size: 0.55rem 0.54rem;
    height: 0.45rem;
    padding-left: 0.3rem;
    padding-top: 0.15rem;

    font-family: "Gotham-Medium";
    font-size: 0.4rem;
    color: #404040;
}
.phone .equipments{
    width:9.5rem;
    background-color: #fff;
    margin-top: 0.5rem;
    padding-bottom: 2rem;
}
.phone .equipments .title{
    width:9.5rem;
    height: 0.95rem;
    background-color: #d7d8d8;

    text-align: center;
    line-height: 0.95rem;
    color: #898a8d;
    font-size: 0.4rem;
    font-family: "Gotham-Medium";
}
.phone .equipments img{
    width: 9.5rem;
    height: 8rem;
    object-fit: contain;
}
.phone .equipments .info_text{
    width: 7.5rem;
    color: #727171;
    font-size: 0.3rem;
    font-family: "microsoft yahei";
    margin-left: 1.05rem;
    line-height: 0.38rem;
    margin-bottom: 0.65rem;
}
.phone .equipments .info_btn{
    width: 7.59rem;
    height: 0.92rem;
    line-height: 0.92rem;
    text-align: center;
    background-color: #5cb531;
    margin-bottom: 0.42rem;
    color: #ffffff;
    font-size: 0.35rem;
    font-family: "Gotham-Medium";
    margin-left: 0.75rem;
}
.phone .equipments .equipments_pagination{
    bottom: 0;
    background-color: #f2f2f2;
}
.phone .equipments .equipments_pagination .swiper-pagination-bullet{
    width: 0.26rem;
    height: 0.26rem;
}
.phone .equipments .equipments_pagination .swiper-pagination-bullet-active{
    background-color: #5cb531;
}