
.decp {

    width: 100%;
    margin: 0;
}
.pimg{
    width: 100%;
}
.x{
float: left;
    border-radius: 20px;
    margin: 20px 30px 20px 0;
    max-width: 300px;
}
.xNew{
    width: 26%;
    float: left;
    margin: 35px 0; 
}
.xNewmin{
    width: 16%;
    padding-top: 167px;
    float: left;
}
.paraquatbox{
    width: 50%;
    float: left;
    display: flex;
    align-items: flex-end;
}
.paraquat1{
    width: 50%;
}
.paraquat2{
    width: 35%;

}
.y{
    width: 40%;
    margin: 60px auto;
    border: 1px solid #bbb;
    padding: 5px;
        filter: drop-shadow( 0px 1px 1px gray);
}
.z{
    width: 60%;
}
.yy{
text-align: center;
}
table.tt1 , .table.tt2 , .tt1 th, .tt1 tr, .tt1 td ,  .tt2 th, .tt2 tr, .tt2 td {
    border: 1px solid black !important;
    border-collapse: collapse;
    padding: 6px;
    text-align: center;
}
.tt2{
    display: none;
}
.spc{
    height: 15px;
}
.def-list-2 {
    margin: 0 auto;
}
.extra-wrap {
    overflow: hidden;
    display: block;
    width: 70%;
}
.rowpr{
        display: flex;
        justify-content: center;
        margin-top: 300px;
        font-size: 14px;
        color: gray;
        margin-bottom: 90px;
}

@media only screen and (max-width:967px){
    .paraquatbox{
        width: 100%;
        float: left;
        display: flex;
        align-items: flex-end;
        margin-bottom: 50px;
    }
.rowpr{
    margin-top: 380px;
}
.rowprx{
    margin-top: 836px;
}
.tt1{
    display: none;
}

.tt2{
display: flex;
justify-content: center;
}
.y{
    width: 70%
}

.z{
    width: 70%;
}
.xNew{
    width: 50%
}
.xNewmin{
    width: 30%;
    padding-top: 218px;
}
}
@media only screen and (max-width:660px){

.x{
    width: 100%;
}


.rowpr {
    display: flex;
    justify-content: center;
    margin-top: 378px;
}



.rowprx{
    margin-top: 1383px;
}

.y{
    width: 80%;
}
}