<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.control-show2{
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 20px;
}
.control-show1{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.title_left{
    width: 70px;
    height: 200px;
    background-image: linear-gradient(#3d78fa, #dfe0e9);
    margin: 100px 80px 20px 60px;
    border-radius: 4px;
}
.title_left div{
    width: 20px;
    font-size: 14px;
    margin-left: 25px;
    height: 100px;
    margin-top: 50px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
.list-main{
    margin-left: 8px;
    display: flex;
    width: 900px;
    flex-wrap: wrap;
}
.dList{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 1em;
}
.dList .list-item{
    width: 190px;
    display: inline-block;
    text-align: center;
    margin-right: 30px;
    margin-top: 7em;
    /*box-shadow: 3px 3px 2px #d1bebe;*/
    box-shadow:    0px -2px 2px 2px #efe8e8, -2px 0px 2px 2px #efe8e8, 2px 0px 2px 2px #efe8e8, 0px 2px 2px 2px #efe8e8;
}
.dList .img{
    width: 140px;
    height: 140px;
    margin-top: -70px;
    border: 6px solid #6cebcb;
    border-radius: 50%;
}
.dList .name{
    font-size: 18px;
    color: #000;
    padding: 0.5em 0 0 0;
}
.dList .technical{
    color: #8f8b8b;
    padding: 6px 0 0.5em 0;
    font-size: 12px;
}
.dList .good_at{
    font-size: 12px;
    color: #554c4c;
    padding: 2px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}</pre></body></html>