.rule-container{
    margin: 15px auto;
    padding-bottom: 80px;
    overflow-x: hidden;
}
.rule-container h3,.rule-container p{
    margin-bottom:10px;
}
.rule-container p{
    text-align: justify;
   
}

.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: 18px;
}
.el-collapse-item__content{
    padding:0 20px 10px;
}
.el-collapse-item__arrow.is-active{
    color:#232323;
}
.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;
        padding:15px;
    }
    .el-collapse-item__header{
        font-size: 4.2vw;
    }
    .el-collapse-item__content{
        font-size: 3.73vw;
    }
}