@charset "UTF-8";
.catalog article{
    margin-top: 32px;
}
.catalog article .bdrs3 + .pl40{
    width: 560px;
}
.catalog article .head{
    padding-bottom: 11px;
}
.catalog article .head:before{
    content:"";
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.catalog article .head:after{
    content:"";
    width: 247px;
    height: 1px;
    background: #42868c;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.catalog article{
    margin-bottom: 59px;
}
.catalog article .body{
    padding-top: 5px;
}
.catalog article > .df > .bdrs3{
    width: 420px;
    border: 1px solid #d2d2d2;
    padding-top: 83px;
    padding-bottom: 33px;
}
.catalog .unit{
    margin-top: 15px;
}
.catalog .body li{
    padding-bottom: 15px;
    border-bottom: 1px dashed #e0e0e0;
}
.catalog .body li:last-child{
    border-bottom: none;
}
.catalog .unit > .posr{
    padding-left: 1.5em;
}
.catalog .unit:before{
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #ced8d7;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 3px;
}
.catalog .unit .btns{
    margin-top: 15px;
}
.catalog .unit .posa{
    right: 0;
    top: 0;
}
.catalog article > .df p{
    width:432px;
}
.catalog .bottomslineup {
    margin-bottom: 0;
}
.catalog .inner{
    padding-bottom: 70px;
}
@media (max-width: 997px) {
    .pl40{
        padding-left: 20px;
    }

}
@media (max-width: 930px) {
    .unit > .posr{
        padding-top: 2em;
    }
    .catalog .unit:before{
        top:31px;
    }
    .catalog .unit .posa{
        right:auto;
        left:0;
    }
    .catalog article > .df p{
        width:100%;
    }
    .catalog article a{
        font-size: 1.3vw;
    }
}