.devnors_developers {    padding-top: 60px;    min-height: 100vh;}.devnors_developers .container {    margin: 0 auto;    padding-top: 50px;    width: 100%;    max-width: 1200px;    display: flex;    justify-content: space-between;}.devnors_developers .container .body {    padding-right: 60px;    flex: 1;    width: 0;    min-width: 0;    min-height: 100vh;    border-radius: 20px;}.devnors_developers .container .body .tool-bar {    padding-bottom: 5px;    display: flex;    justify-content: space-between;    align-items: center;}.devnors_developers .container .body .tool-bar .orderby {    color: #667190;    font-weight: 500;    display: flex;    align-items: center;}.devnors_developers .container .body .tool-bar .orderby .icon-down {    font-size: 25px;}.devnors_developers .container .body .list .developer-item {    padding: 20px 0;    display: flex;    color: initial;    background-color: white;    transition: none;    border-radius: 6px;    padding-right: 15px;}.devnors_developers .container .body .list .developer-item:hover {    background-color: #e8f5ed;    background-image: linear-gradient(12deg, #fff 50%, rgba(255, 255, 255, 0));}.devnors_developers .container .body .list .developer-item:hover .username {    text-decoration: underline;}.devnors_developers .container .body .list .developer-item .avatar {    width: 80px;    height: 80px;    background-color: rgba(0, 0, 0, 0.1);    border-radius: 6px;    background-size: cover;    background-position: center;}.devnors_developers .container .body .list .developer-item .info {    flex: 1;    display: flex;    flex-direction: column;    padding-left: 15px;    width: 0;    min-width: 0;}.devnors_developers .container .body .list .developer-item .info .top {    display: flex;}.devnors_developers .container .body .list .developer-item .info .top .username {    font-size: 16px;    font-weight: 500;}.devnors_developers .container .body .list .developer-item .info .top .title {    font-size: 16px;    color: #667190;}.devnors_developers .container .body .list .developer-item .info .top .expand {    flex: 1;}.devnors_developers .container .body .list .developer-item .info .top .price {    font-size: 16px;    font-weight: 500;    color: #02BF57;}.devnors_developers .container .body .list .developer-item .info .desc {    color: #667190;    text-overflow: ellipsis;    white-space: nowrap;    overflow: hidden;    font-size: 16px;    line-height: 2.2;}.devnors_developers .container .body .list .developer-item .info .expand {    flex: 1;}.devnors_developers .container .body .list .developer-item .info .bottom {    font-size: 12px;    color: #667190;    display: flex;    align-items: center;}.devnors_developers .container .body .list .developer-item .info .bottom span {    margin-right: 30px;}.devnors_developers .container .body .list .developer-item .info .bottom .score {    font-size: 0;}.devnors_developers .container .body .list .developer-item .info .bottom .score .icon-star-fill, .devnors_developers .container .body .list .developer-item .info .bottom .score .icon-star {    color: #667190;    font-size: 14px;}.devnors_developers .container .filter {    width: 350px;    padding-left: 60px;    border-left: 1px solid rgba(0, 0, 0, 0.05);}.devnors_developers .container .filter .block {    margin-bottom: 50px;}.sug_cat{    max-height: 500px;    overflow: hidden;}.devnors_developers .container .filter .block .block-title {    padding-bottom: 10px;    display: flex;    align-items: center;    color: #667190;    font-weight: 500;    font-size: 12px;}.devnors_developers .container .filter .block .block-title .iconfont {    margin-left: 5px;    font-size: 13px;    color: #667190;}.devnors_developers .container .filter .block .block-body a {    color: black;    display: block;    line-height: 2;}.devnors_developers .container .filter .block .block-body a.active {    color: #018d40;    text-decoration: underline;    font-weight: 500;}.devnors_developers .container .filter .block .block-body a:hover {    color: #018d40;    text-decoration: underline;}@media only screen and (max-width: 800px) {    .devnors_developers .container {        flex-direction: column;    }    .devnors_developers .container .body {        padding-right: 0;        padding: 0 5px;        width: 100%;    }    .devnors_developers .container .filter {        padding: 0 15px;        margin-top: 30px;        padding-top: 30px;        border-top: 1px solid rgba(0, 0, 0, 0.1);        width: 100%;    }}