.rule-container{
    margin-bottom: 83px;
    padding-bottom: 20px;
}
.rule-container p{
    text-indent: 20px;
    margin-bottom: 10px;
}
.qrcode{
    display: block;
    width:120px;
    height:120px;
    margin:10px auto;
}
.el-collapse,.el-collapse-item__wrap{
    border:none;
}
.rule-cell-list{
    margin-bottom: 10px;
}
.rule-cell-nuber{
    width: 18px;
    height:18px;
    line-height: 18px;
    display: inline-block;
    background: #18ae66;
    color:#fff;
    border-radius: 1rem;
    text-align: center;
    font-size: 10px;
    margin-right: 5px;
}
.el-collapse-item__header{
    font-size: 16px;
}
.el-collapse-item__header{
    border-bottom: none;
    background: #e3e3e3;
    margin-bottom: 10px;
    padding-left: 12px;
}
.el-collapse-item__content{
    padding:0 20px 10px;
}
.el-collapse-item__arrow.is-active{
    color:#18ae66;
}
.el-icon-arrow-right:before{
    font-weight: bold;
}
.rule-cell-tit{
    font-weight: bold;
}
.rule-cell-word{
    /* margin-left: 10px; */
}
.web-footer{
    background: #fff;
    position: fixed;
}
.rule-addr{
    line-height: 1.8;
    margin-left: 20px;
}
@media only screen and (max-width: 999px) {
    .idx-logo {
        display: none;
    }

}
@media only screen and (max-width: 480px){
    .rule-container{
        margin-bottom: 0;
    }
    .el-collapse-item__header{
        font-size: 4.2vw;
    }
    .el-collapse-item__content{
        font-size: 3.73vw;
    }
}