html,body{
    height: 100%;
}
header{
    /* background: linear-gradient(90deg, #6A8BFE 0%, #6168FF 100%); */
}
header .cont .registerbtn .register{
    background: linear-gradient(270deg, #7C99FF 0%, #B6BFFF 100%);
    box-shadow: 0px 6px 14px 0px rgba(58, 76, 152, 0.72);
}
header .cont .btn span{
    color: white;
}
header .cont .btn .earth{
    border: 1px solid #FFFFFF;
}
/* api文档头部-开始 */
.header{
    width: 100%;
    height: 80px;
    padding: 25px;
    background: linear-gradient(90deg, #6A8BFE 0%, #6168FF 100%);
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    font-weight: 500;
    color: white;
    position: fixed;
    top: 0;
    z-index: 100px;
}
.header img{ 
    width: 24.5px;
    height: 24.5px;
    float: left;
    margin-top: 3px;
}
/* .header */
/* api文档头部-结束 */
.contWrap{
    height: 100%;
    padding-top: 80px;
}
.contWrap .contWrap-right{
    width: calc(100% - 300px);
    height: 100%;
    float: left;
    padding: 36px 0 50px 88px ;
    color: #000000;
    overflow-y: auto;
}
@media screen and (max-width: 768px) {
    header{
        display: none;
    }
    .contWrap .contWrap-left{
        height: calc(100% - 80px) !important;
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 100;
        padding: 0 0 0 0 !important;
    }
    .contWrap .contWrap-left .title{
        font-size: 16px !important;
    }
    .contWrap .contWrap-right{
        width: 100% !important;
        padding: 36px 10px 0 10px !important;
        /* padding-left: 10px; */
    }
}