.APIKEY,.mdApiKey{
    margin-bottom: 20px;
}
.APIKEY p{
    font-weight: bold;
    margin-bottom: 10px;
}
.mdApiKey p{
    font-weight: bold;
    margin-bottom: 10px;
}
.codeWrap-title{
    font-weight: bold;
    margin-bottom: 10px;
}
.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 table {
    max-width: 500px;
    margin-bottom: 30px;
    border-collapse:collapse;
}
.contWrap .contWrap-right thead th{
    text-align: left;
}
.contWrap .contWrap-right thead{
    color: white;
    background-color: #409eff;
}
.contWrap .contWrap-right td,th {
    border:1px solid #EFF0F5;
    line-height: 20px;
    padding: 10px;
}
.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;
}
.contWrap form{
    overflow: hidden;
}
.contWrap .form-item{
    margin-bottom: 20px;
    margin-right: 20px;
}
.contWrap .form-item label{
    width: 115px;
    text-align: right;
    display: inline-block;
}
.contWrap .form-item input{
    width: 300px;
    height: 36px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 0 10px;
}
.contWrap .generate {
    height: 36px;
    background: linear-gradient(90deg, #9261FF 0%, #6E6AFE 100%);
    border-radius: 18px;
    color: white;
    line-height: 36px;
    text-align: center;
    padding:  0 10px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
}
