.qubox{
    padding: 20px;
background: #fff;
    border-radius: 12px;
    margin-bottom: 24px;
}
.back{
    font-size: 16px;line-height: 25px;color: #333333;
}
.back i{
    margin-right: 20px;}
.qubox .dt{
    font-size: 22px;color: #222222;line-height: 33px;
    padding-bottom: 24px;
    font-weight: bold;

}

.qubox .li{
    border-top: 1px solid #E4E4E4;
    padding: 10px 0;
    overflow: hidden;
}
.qubox .li .p{
    font-size: 15px;color: #222222;font-weight: 400;
    line-height: 30px;
}
.qubox .li .p .value{
    font-weight: 600;
    margin-left: 2px;
}
.lirw{
    width: 50%;
    float: left;}
.bot03{display: flex;gap: 24px}

.bot03 .btn{
    width: 174px;
    height: 42px;

    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;font-size: 14px;
    background: #4FC2B8;
    margin-top: 30px;
}
.bot03 .btn.View{
    background: #F79131;
}
.bot03 .btn.View.disabled{
    background: #999999;
}
.bot03 .btn:hover{
    opacity: 0.7;
}
.qubox .li:last-child{
    padding-bottom: 0;
}
@media (max-width: 992px) {

    .footer-part-wap {
        display: none;
    }

    .footer-part2 {
        display: none;
    }

    .footer-part3 {
        display: none;
    }
    .lirw{
        width: 100%;}
    .qubox{
        padding: 15px;
        margin: 5px 0;
    }
    .qubox .dt{
        line-height: 23px;
        font-size: 16px;
        padding-bottom: 10px;
    }
    .qubox .li .p{
        font-size: 12px;
        line-height: 27px;
    }
    .bot03 .btn{
        margin-top: 8px;
    }
}
