.contWrap .contWrap-right .title{
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 60px;
    margin-bottom: 10px;
}
.contWrap .contWrap-right .list{
    margin-bottom: 20px;
}
.contWrap .contWrap-right .list li {
    margin-bottom: 10px;
}
.contWrap .contWrap-right .list li .spot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: black;

}
.contWrap .contWrap-right .list li .blue{
    color: #6473FF;
}
.contWrap .contWrap-right pre{
    width: 100%;
    overflow-x: auto;
}
.codeWrap{
    color: #C8CCD6;
    padding: 40px 24px;
    background: #77797D;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.codeWrap .icon-fuzhi{
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 20px;
    cursor: pointer;
}

