
.mg-5{
    margin: 5px 0;
}
.mg-20{
    margin: 20px 0;
}
.cat-btn{
    height: 36px;
    line-height: 36px;
    width: 100px;
    background:rgb(110, 48, 222) ;
    box-shadow: 0 4px 8px rgba(7, 17, 27, .1);
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
}
.hp-tool-bar>div{
    box-sizing: border-box;
    width: calc(100% / 3);
    padding: 5px 0;
    float: left;

}
.hp-tool-bar>div>div:first-child{
    font-size: 18px;
    font-weight: bold;
}
.hp-tool-bar>div>div:last-child{
    color: #b0b0b0;
}
.gong-ao{
    text-align: left;
    padding:  0  .8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 23px;
    font-size: 14px;
    color: #868686;
    margin-top: 10px;
    height: calc(23px * 3);
}
.theme-cl{
    color: rgb(110, 48, 222);
}
.call-tool-bar>div{
    box-sizing: border-box;
    width: calc(100% / 3);
    padding: 5px 0;
    float: left;
}
.call-tool-bar>div{
    color: #868686;
}
.call-tool-bar>div>span{
    width: 80px;
    background: rgb(110, 48, 222);
    box-shadow: 0 4px 8px rgba(7, 17, 27, .1);
    height: 34px;
    line-height: 34px;
    display: block;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
}
.call-tool-bar>div:nth-child(2)>span{
    background: #19be6b;
}
.call-tool-bar>div:nth-child(1)>span{
    background: #2d8cf0;
}
.call-tool-bar>div:nth-child(3)>span{
    background: #515a6e;
}
.call-tool-bar>div a:hover{
    color: #FFF;
}
.dh-sl-bar{
    margin-top: 10px;
}
.dh-sl-bar .on{
    display: inline-block;
    width: 100px;
    border-radius: 50px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #2d8cf0;
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    margin-right:15px;
}

.dh-sl-bar>span{
    margin-right:10px;
    height: 34px;
    line-height: 34px;
    border-right:1px solid rgba(51, 50, 33, 0.38);
    padding-right: 5px;
}
.dh-sl-bar>span:last-child{
    margin-right: 0;
    border-right:none;
    padding-right: 0;
}
.codes-list-nav{
    padding: 5px;
    padding-bottom: 0;
}
.codes-list-nav > div {
    float: left;
    width: calc((100% - 10px * 3)  / 4);
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.codes-list-nav > div:nth-child(4n){
    margin-right: 0;
}
.codesp-pic img{
    width: 100%;
    height: 174px;
}
.codesp-pic{
    position: relative;
}
.codsd-tit{
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,.8);
    text-align: center;
    width: 100%;
    height: 34px;
    line-height: 34px;
}
.more-ts{
    float: right;
    margin-right: 1rem!important;
    font-size: 12px;
    width: 60px;
    text-align: center;
    display: inline-block;
    height: 22px!important;
    line-height: 22px!important;
    color: #2449a7 !important;
    background-color: #7cd2fd !important;
    border-radius: 0 !important;
}

.dh-sl-bar a:hover{
    color: white;
}
.sg-main{
    background: #fff;
    margin: 20px auto;
    padding: 10px;
}
.sg-content{
    width: 100%!important;
}