html{
    overflow-x: hidden;
    overflow-y: auto;
}

.pc .products_components{
    width: 1920px;
    background-color: #f2f2f2;
    position: relative;
    left: 50%;
    margin-left: -960px;
    padding-bottom: 300px;
}
.pc .products_components .tit{
    margin-top: 75px;
    margin-left: 90px;
    background: url("../images/public/tit_icon.png") no-repeat;
    background-size: 39px 38px;
    font-size: 25px;
    height: 32px;
    font-family: "Gotham-Medium";
    padding-left: 20px;
    padding-top: 10px;
}
.pc .products_components .title{
    margin-top: 30px;
    margin-left: 90px;
    width: 1020px;
    height: 64px;
    line-height: 64px;
    background-color: #d7d8d8;
    color: #404040;
    font-family: "Gotham-Medium";
    font-size: 24px;
    text-align: center;
}
.pc .products_components .box{
    margin-left: 90px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 35px;
    width: 984px;
    overflow: hidden;
    background-color: #fff;
}
.pc .products_components .box .product{
    position: relative;
    margin-right: 25px;
    margin-bottom: 35px;
    float: left;
    width: 461px;
    height: 229px;
    background: url("../images/products/product_bg.png") no-repeat;
    background-size: 461px 229px;
}
.pc .products_components .box .product img{
    position: absolute;
    top: 10px;
    left: 0;
    width: 195px;
    height: 210px;
    object-fit: contain;
}
.pc .products_components .box .product .nm{
    font-size: 19px;
    font-family: "Gotham-Medium";
    color: #404040;
    margin-top: 50px;
    margin-left: 200px;

    line-height: 16px;
    max-width: 250px;
    max-height: 70px;
    overflow: hidden;
}
.pc .products_components .box .product .nm span{
    display: inline-block;
    font-family: "Gotham-Book";
    font-size: 13px;
    color: #fff;
    background-color: #5cb531;
    border-radius: 10px;
    line-height: 10px;
    padding: 4px 10px 5px;

    vertical-align: middle;
}
.pc .products_components .box .product .nm2{
    margin-top: 15px;
    margin-left: 200px;
    font-family: "Gotham-Book";
    font-size: 16px;
    color: #404040;

    white-space:normal;
    word-break:break-all;
    max-width: 250px;
    max-height: 30px;
    min-height: 16px;
    overflow: hidden;
}
.pc .products_components .box .product .btn{
    margin-top: 15px;
    margin-left: 200px;
    background: url("../images/products/product_btn.png") no-repeat;
    width: 146px;
    height: 24px;
    background-size: 146px 24px;
    cursor: pointer;
}


.bottom{
    background-color: #fff !important;
    box-shadow:
        1000px 0 0 0 #fff,
        -1000px 0 0 0 #fff !important;
}






.phone .bg{
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.phone .products_components{

}

.phone .products_components .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 .products_components .box{
    width:9.5rem;
    margin: 0.55rem 0.65rem;
}

.phone .products_components .box .title{
    width:9.5rem;
    height: 0.95rem;
    background-color: #d7d8d8;
}
.phone .products_components .box .list{
    width: 9.5rem;
    overflow: hidden;
    background-color: #ffffff;
}
.phone .products_components .box .list .type{
    margin: 0.6rem;
    font-size: 0.4rem;
    color: #898a8d;
    font-family: "Gotham-Medium";
}
.phone .products_components .box .list .float{
    margin-left: 0.6rem;
}
.phone .products_components .box .list .float .product{
    float: left;
    width: 4rem;
    height: 3.66rem;
    background: url("../images/phone/products/product_bg.png") no-repeat;
    background-size: 4rem 3.66rem;

    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    position: relative;
}
.phone .products_components .box .list .float .product img{
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 3rem;
    object-fit: contain;
}
.phone .products_components .box .list .float .product .nm{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 4rem;
    height: 0.66rem;
    text-align: center;

    color: #898a8d;
    font-size: 0.25rem;
    font-family: "Gotham-Medium";
}
.phone .products_components .box .list .float .product .nm td{
    vertical-align: middle;
    overflow: hidden;
}
.phone .products_components .box .list .float .product .nm span{
    display: inline-block;
}