.body{
    width: 100%;
    padding-top: 1.44rem;
    margin-bottom: 1.04rem;
    background: url(../img/faq_bg.png) top center no-repeat;
}

.body .main{
    width: 12rem;
    margin: 0 auto;
}

.body .list{
    width: 100%;
}
.body .list .list_li{
    width: 100%;
    display: block;
    margin-bottom: 0.6rem;
    cursor: pointer;
}
.body .list .list_li .item_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.19rem;
    border-bottom: 0.01rem solid #1D76BB;
}
.body .list .list_li .item_top .item_icon{
    width: 0.32rem;
    height: 0.32rem;
    border: 0.01rem solid #1D76BB;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.body .list .list_li.act .item_top .item_icon{
    background: #1D76BB;
}
.body .list .list_li .item_top .item_icon img{
    width: 0.13rem;
    height: 0.13rem;
}
.body .list .list_li.act .item_top .item_icon img{
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
}
.body .list .list_li .item_bottom{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #6C6C6C;
    line-height: 0.25rem;
    padding-top: 0.23rem;
    display: none;
}
@media screen and (max-width: 1024px){
    .body{
        width: 100%;
    }
    .body .main{
        width: 95%;
        margin: 0 auto;
    }
    .body .list .list_li .item_bottom > p{
        font-size: 0.24rem;
    }
}


