/* 开发者中心部分 */
.developement-document{
    width: 100vw;
    height: auto;
    background-color:#F4F8FF;
    overflow: hidden;
}
.developement-content{
    width: 100%;
}
.developement-content-border{
    width: 80%;
    margin-top:40px;
}
.user-new{
    width: 100%;
    margin-top: 27px;
}
.api-interface{
    width: 100%;
    margin-top: 27px;
    margin-bottom: 250px;
}
.sdk-add{
    width: 100%;
    margin-top: 27px;
}
.new-data-button{
    width: 20%;
    height: 50px;
    background: #FFFFFF;
   
    border-radius: 2px;
    margin-right:22px;
}
.new-data-button:hover{
    box-shadow: 0 2px 8px 0 rgba(51,51,51,0.11);
}
.new-data-point{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-image: linear-gradient(186deg, #6EE8FF 0%, #6893FD 100%);
    border-radius: 50%;
    position: absolute;
    left:10%;
    top: 40%;
}

.new-data-font{
    font-size: 18px;
    color: #333333;
}
@media screen and (max-width:1550px) {
    .new-data-font{
        font-size: 18px;
        color: #333333;
    }
}
@media screen and (max-width:1500px) {
    .new-data-font{
        font-size: 16px;
        color: #333333;
    }
}

@media screen and (max-width:1500px) {
    .new-data-font{
        font-size: 14px;
        color: #333333;
    }
}

@media screen and (max-width:1155px) {
    .new-data-font{
        font-size: 12px;
        color: #333333;
    }
}


.a-position{
    width:100%;
    height:100%;
    position: relative;
}

.devlop-icon{
    width: 3%;
    display: inline-block;
}