.con .cBox{
    height:auto;
    overflow:hidden;
    padding:0 120px 100px;
}
.con .cBox .list{
    height:auto;
    overflow:hidden;

}
.con .cBox .list .item{
    height:auto;
    overflow:hidden;
    border-radius:10px;
    border:1px solid rgba(110, 135, 91, 1);
    padding:16px 26px;
    padding-bottom:12px;
    background:rgba(168, 208, 137, 0.25);
    margin-top:32px;

}
.con .cBox .list .item.mt7{
    margin-top:7px;
    padding:0;
}
.con .cBox .list .item .name{
    height:auto;
    overflow:hidden;
    font-size:14px;
    line-height:20px;
    color:rgba(173, 121, 174, 1);
}
.con .cBox .list .item p{
    height:auto;
    overflow:hidden;
    font-size:12px;
    line-height:16px;
    font-weight:500;
    color:#000;
    margin-top:21px;
}
.con .cBox .list .item .btm{
    display:flex;
    justify-content:flex-end;
    gap:24px;
    margin-top:16px;
}
.con .cBox .list .item .btm form{
    margin:0;
}
.con .cBox .list .item .btm .reaction-button{
    background:none;
    border:0;
    display:flex;
    align-items:center;
    gap:6px;
    cursor:pointer;
    font-size:12px;
    color:#555;
    padding:0;
}
.con .cBox .list .item .btm .reaction-button img{
    width:18px;
    height:18px;
}
.con .cBox .list .item .btm .reaction-button:disabled{
    opacity:0.6;
    cursor:not-allowed;
}
.con .cBox .list .item .btm .reaction-button.active{
    color:#ad79ae;
}
@media (max-width: 768px) {
    .con .cBox{
        padding:0 20px 50px;
    }
}
.con .cBox .from{
    height:auto;
    overflow:hidden;
}
.con .cBox .from h3{
    height:auto;
    overflow:hidden;
    font-size:14px;
    line-height:20px;
    color:rgba(173, 121, 174, 1);
    margin-top:12px;
    padding-left:16px;
}
.con .cBox .from .item input,.con .cBox .from textarea{
    width:100%;
    border:0;
    background:none;
    outline:none;
    font-size:14px;
    line-height:32px;
    padding:0 10px;
}
.con .cBox .from .btn{
    height:auto;
    overflow:hidden;
    text-align:center;
    margin-top:16px;
}
.con .cBox .from .btn button{
    background:rgba(168, 208, 137, 0.25);
    color:rgba(173, 121, 174, 1);
    border:0;
    font-size:14px;
    line-height:32px;
    border-radius:5px;
    width:100px;
}
.con .login{
    text-align:center;
    font-size:14px;
    color:#333;
    margin-top:16px;
}
.con .login a{
    color:#333;
    text-decoration:none;
}
.con .login a:hover,.cBox .login a:active{
    text-decoration:underline;
}
@media (max-width: 768px) {
    .con .cBox{
        padding:0 20px 50px;
    }
}