.qc-list{
    max-width: 12rem;
    width: 84%;
    margin: 0 auto;
    padding-bottom: 1rem;
}
.qc-main{
    width: 100%;
}
.qc-main>.one{
    width: 100%;
    padding-top: 0.65rem;
    position: relative;
    border-bottom: 1px dashed #808080;
}
.qc-main>.one:after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d90909;
    position: absolute;
    right: 0;
    bottom: -3px;

}
.qc-main>.one>.left>.title{
    font-weight: bold;
    font-size: 0.52rem;
    color: #000;
}
.qc-main>.one>.left>.text{
    font-size: 0.24rem;
    color: #cdcdcd;
}
.qc-main>.one>.right{
    width: 8.81rem;
}
.qc-main>.one>.right>.text{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-bottom: 0.2rem;
}
.pic-main{
    position: relative;
    padding-bottom: 0.6rem;
    float: left;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;

}
.pic-main .pic-one{
    overflow: hidden;
}
.pic-main img{
width: 2.12rem;
    height: 1.37rem;
    transition: all 0.3s;
}
.pic-main img:hover{
    transform: scale(1.1);
}
.pic-main text{
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 0.2rem;
    left: 0.14rem;
}
.pic-main text:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d90909;
    position: absolute;
    left: -0.14rem;
    top: 50%;
    margin-top: -3px;
}
.qc-main .one:first-child .pic-list .pic-main{
    margin-right: 0.2rem;
}
.qc-main .one:first-child .pic-list .pic-main:last-child{
    margin-right: 0;
}
.qc-main .one:first-child .pic-main img{
    width: 4.3rem;
    height: 2.4rem;
}

.qc-main .one:nth-child(2n) .pic-list .pic-main:nth-child(4n){
    margin-right: 0;
}
.qc-main .one:nth-child(2n) .pic-list .pic-main text{
    font-size: 14px;
}
.qc-main .one:nth-child(3) .pic-list .pic-main{
    margin-right: 0.1rem;
}
.qc-main .one:nth-child(3) .pic-list .pic-main:last-child{
    margin-right: 0;
}
.qc-main .one:nth-child(3) .pic-main img{
    width: 4.35rem;
    height: 1.36rem;
}

.qc-main .one:nth-child(3) .pic-list .pic-main text{
    font-size: 0.16rem;
}
.qc-main .one:nth-child(3)>.right .title{
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.qc-main .one:nth-child(4)>.right .title{
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.6rem;
    text-decoration:underline;
}