.header-2{
    color: #B7B7B7
}
.section-content{
    width: 94%;
    margin: 0 auto;
    padding: 110px 0 120px 0;
    background: #ffffff;
    position: relative;
    z-index: 1;
}
.trash-type{
    border-bottom: 40px solid #f5f5f5;
}
.transh-type-box{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    cursor: pointer;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-right: 4px solid #F9F9F9;
    padding: 88px 0 100px 0;
}
.transh-type-box:last-child{
    border-right: none;
}
.trash-name{
    font-family: PingFangSC-Medium,Noto Sans SC;
font-weight: 500;
    font-size: 3.21rem;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 7px;
    margin-top: 18px;
}
.transh-type-box:hover .type-arrow{
    visibility: inherit;
    -webkit-transform: translate(20px,0);
            transform: translate(20px,0);
}
.transh-type-box:hover .type-img{
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
}
.type{
    font-family: PingFangSC-Regular,Noto Sans SC;
font-weight: 400;
    font-size: 1.28rem;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 28px;
}
.type-img{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.transh-type-box .type-arrow{
    width: 2rem;
    height: 0.7rem;
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility:hidden;
}

.trash-parameter{
    padding: 126px 0 130px 0;
}
.trash-parameter-box{
    width: 70%;
    margin: 0 auto;
}
.parameter-title{
    font-family: PingFangSC-Medium,Noto Sans SC;
font-weight: 500;
    font-size: 3.28rem;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 40px;
}
.parameter-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
}
.parameter-box span{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: PingFangSC-Medium,Noto Sans SC;
font-weight: 500;
    font-size: 1.4rem;
    color: #121212;
    letter-spacing: 0;
    margin-right: 20px
}
.parameter-box span:last-child{
    margin-right: 0;
}
.undeline{
    opacity: 0.2;
    background: #4C4C4C;
    height: 1px;
}
.parameter-tip{
    font-family: PingFangSC-Light,Noto Sans SC;
font-weight: 300;
    font-size: 1.14rem;
    color: #888888;
    letter-spacing: 0;
    line-height: 38px;
    /* font-weight: lighter; */
    margin-top: 58px;
}
.parameter-value{
    font-family: PingFangSC-Light,NotoSansSC-Light!important;
    /* font-weight: lighter; */
}
.section-tip{
    position: absolute;
    width: 100%;
    left: 0;
    font-family: PingFangSC-Light,Noto Sans SC;
font-weight: 300;
    font-size: 18px;
    color: #BBBBBB;
    letter-spacing: 0;
    text-align: center;
    line-height: 38px;
    /* font-weight: lighter; */
    bottom: 25px;
}