html{
    overflow-x: hidden;
    overflow-y: auto;
}
.pc .application_products{
    width: 1920px;
    background-color: #f2f2f2;
    position: relative;
    left: 50%;
    margin-left: -960px;
    padding-bottom: 200px;
}
.pc .application_products .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 .application_products .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 .application_products .box{
    margin-left: 90px;
    padding-top: 35px;
    padding-bottom: 54px;
    padding-left: 38px;
    width: 982px;
    overflow: hidden;
    background-color: #fff;
}
.pc .application_products .box .product_tit{
    font-size: 24px;
    color: #727171;
    margin-right: 25px;
    margin-top: 30px;
    float: left;
    width: 461px;
    font-family: "Gotham-Medium";
}
.pc .application_products .box .product{
    position: relative;
    margin-right: 25px;
    margin-top: 12px;
    float: left;
    width: 461px;
    height: 229px;
    background: url("../images/application/product_bg.png") no-repeat;
    background-size: 461px 229px;
}
.pc .application_products .box .product img{
    position: absolute;
    top: 0;
    left: 0;
    width: 235px;
    height: 225px;
    object-fit: contain;
}
.pc .application_products .box .product .nm{
    font-size: 19px;
    font-family: "Gotham-Medium";
    color: #404040;
    margin-top: 68px;
    margin-left: 226px;

    line-height: 25px;
    max-width: 180px;
    max-height: 110px;
    overflow: hidden;
}
.pc .application_products .box .product .nm3{
    margin-top: 25px;
    margin-left: 226px;
    font-family: "Gotham-Book";
    font-size: 12px;
    color: #404040;

    white-space:normal;
    word-break:break-all;
    max-width: 220px;
    max-height: 70px;
    overflow: hidden;
}
.pc .application_products .box .product .btn{
    margin-top: 25px;
    margin-left: 226px;
    background: url("../images/application/product_btn.png") no-repeat;
    width: 145px;
    height: 23px;
    background-size: 145px 23px;
    cursor: pointer;
}


.bottom{
    background-color: #fff !important;
    box-shadow:
        1000px 0 0 0 #fff,
        -1000px 0 0 0 #fff !important;
}





.phone .application_products{
    width: 10.8rem;
    background-color: #f2f2f2;
    position: relative;
}
.phone .application_products .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 .application_products .title{
    margin-top: 0.55rem;
    margin-left: 0.64rem;

    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 .application_products .box{
    width: 8.88rem;
    margin: 0 0.65rem 2rem;
    overflow: hidden;
    background-color: #fff;
    padding-left: 0.6rem;
    /*padding-top: 0.6rem;*/
}
.phone .application_products .type_box{
    position: relative;
    overflow: hidden;
    /*margin: 0.6rem;*/
    width: 9rem;
    margin-top: 0.2rem;
}
.phone .application_products .box .product_tit{
    font-size: 0.4rem;
    color: #898a8d;
    font-family: "Gotham-Medium";
    margin-bottom: 0.4rem;
    margin-top: 0.6rem;
}
.phone .application_products .box .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 .application_products .box .product img{
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 3rem;
    object-fit: contain;
}
.phone .application_products .box .product .nm{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 4rem;
    height: 0.66rem;
    line-height: 0.66rem;
    text-align: center;

    color: #898a8d;
    font-size: 0.25rem;
    font-family: "Gotham-Medium";
    overflow: hidden;
}

.phone .application_products .box .product_temp{
    float: left;
    width: 4rem;
    height: 3.66rem;
    background: url("../images/phone/products/product_temp_bg.png") no-repeat;
    background-size: 4rem 3.66rem;

    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    position: relative;
}