html,
body {
    height: 100%;
}

.content {
    /* background: pink; */
    width: 1180px;
    /* height: 1760px; */
    /* height: 2000px; */
    /* margin: 60px auto 20px; */
    margin: 40px auto 20px;
    display: flex;

    position: relative;
}

.line {
    border-bottom: 1px dashed #E7F6FC;
}

.content .cont_l {
    width: 230px;
    height: 100%;
    background: #F0F5F7;
    margin-right: 20px;

    /* position: fixed;
    top: 0;
    bottom: 0; */
}

.content .cont_l .menu {
    width: 230px;
}

.content .cont_r {
    /* flex: 1; */
    width: 930px;
    border: 1px solid #F0F5F7;
    padding: 40px 30px 15px;

    position: absolute;
    right: 0
}

.content .cont_r .floor_1 {
    /* background: pink; */
    margin-bottom: 30px;
}

.content .cont_r .floor_1 .headline {
    color: #11A2DE;
    margin-bottom: 30px;
}

.content .cont_r .floor_1 .details {
    background: #F5F5F5;
    padding: 15px;
    text-indent: 30px;
    font-size: 18px;
    color: #474747;
    line-height: 30px;
    font-family: '微软雅黑';
}

.content .cont_r .floor_2 {
    /* background: pink; */
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.content .cont_r .floor_2 .t {
    display: flex;
    /* background: red; */
    height: 30px;
    line-height: 30px;
    color: #11A2DE;
}

.content .cont_r .floor_2 .t .iconfont {
    margin-right: 5px;
}

.content .cont_r .floor_2 .details {
    /* background: #F5F5F5; */
    padding: 15px;
    text-indent: 30px;
    font-size: 18px;
    color: #474747;
    line-height: 30px;
    font-family: '微软雅黑';
}

.content .cont_r .floor_2 .cat {
    float: right;
    cursor: pointer;
    color: #11A2DE;
}

.content .cont_r .floor_2 .cat a {
    float: right;
    cursor: pointer;
    color: #11A2DE;
}

.content .cont_r .floor_3 {
    /* background: pink; */
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.content .cont_r .floor_3 .t {
    display: flex;
    /* background: red; */
    height: 30px;
    line-height: 30px;
    color: #11A2DE;
}

.content .cont_r .floor_3 .t .iconfont {
    margin-right: 5px;
}

.content .cont_r .floor_3 .details {
    /* background: #F5F5F5; */
    padding: 15px;
    text-indent: 30px;
    font-size: 18px;
    color: #474747;
    line-height: 30px;
    font-family: '微软雅黑';
}

.content .cont_r .floor_3 .cat {
    float: right;
    cursor: pointer;
    color: #11A2DE;
}

.content .cont_r .floor_3 .cat a {
    float: right;
    cursor: pointer;
    color: #11A2DE;
}

.content .cont_r .floor_4 {
    /* background: pink; */
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.content .cont_r .floor_4 .t {
    display: flex;
    /* background: red; */
    height: 30px;
    line-height: 30px;
    color: #11A2DE;
}

.content .cont_r .floor_4 .t .iconfont {
    margin-right: 5px;
}

.content .cont_r .floor_4 .details {
    /* background: #F5F5F5; */
    padding: 15px;
    text-indent: 30px;
    font-size: 18px;
    color: #474747;
    line-height: 30px;
    font-family: '微软雅黑';
}

.content .cont_r .floor_4 .rjdd {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.content .cont_r .floor_4 .rjdd .rjdd_item {
    width: 210px;
    height: 150px;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    justify-content: space-around;
    align-items: center;
}

.content .cont_r .floor_4 .rjdd .rjdd_item .name {
    font-weight: bold;
    font-size: 18px;
}

.content .cont_r .floor_4 .rjdd .rjdd_item .cat {
    cursor: pointer;
    color: #11A2DE;
}

.content .cont_r .floor_4 .rjdd .rjdd_item .cat a {
    cursor: pointer;
    color: #11A2DE;
}

.content .cont_r .floor_5 {
    /* background: pink; */
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.content .cont_r .floor_5 .t {
    display: flex;
    /* background: red; */
    height: 30px;
    line-height: 30px;
    color: #11A2DE;
}

.content .cont_r .floor_5 .t .iconfont {
    margin-right: 5px;
}

.content .cont_r .floor_5 .details {
    /* background: #F5F5F5; */
    padding: 15px;
    text-indent: 30px;
    font-size: 18px;
    color: #474747;
    line-height: 30px;
    font-family: '微软雅黑';
}

.content .cont_r .floor_5 .cat {
    float: right;
    cursor: pointer;
    color: #11A2DE;
}

.content .cont_r .floor_5 .cat a {
    float: right;
    cursor: pointer;
    color: #11A2DE;
}

.content .cont_r .floor_6 {
    /* background: pink; */
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.content .cont_r .floor_6 .t {
    display: flex;
    /* background: red; */
    height: 30px;
    line-height: 30px;
    color: #11A2DE;
}

.content .cont_r .floor_6 .t .iconfont {
    margin-right: 5px;
}

.content .cont_r .floor_6 .details {
    /* background: #F5F5F5; */
    padding: 15px;
    text-indent: 30px;
    font-size: 18px;
    color: #474747;
    line-height: 30px;
    font-family: '微软雅黑';
}

.content .cont_r .floor_6 .cat {
    float: right;
    cursor: pointer;
    color: #11A2DE;
}

.content .cont_r .floor_6 .cat a {
    float: right;
    cursor: pointer;
    color: #11A2DE;
}

.content .cont_r .floor_7 {
    /* background: pink; */
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.content .cont_r .floor_7 .t {
    display: flex;
    /* background: red; */
    height: 30px;
    line-height: 30px;
    color: #11A2DE;
}

.content .cont_r .floor_7 .t .iconfont {
    margin-right: 5px;
}

.content .cont_r .floor_7 .details {
    /* background: #F5F5F5; */
    padding: 15px;
    text-indent: 30px;
    font-size: 18px;
    color: #474747;
    line-height: 30px;
    font-family: '微软雅黑';
}

.content .cont_r .floor_7 .rjdd {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.content .cont_r .floor_7 .rjdd .rjdd_item {
    width: 425px;
    height: 200px;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
}

.content .cont_r .floor_7 .rjdd .rjdd_item .name {
    font-weight: bold;
    font-size: 18px;
}

.content .cont_r .floor_7 .rjdd .rjdd_item .desc {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.content .cont_r .floor_7 .rjdd .rjdd_item .cat {
    cursor: pointer;
    color: #11A2DE;
}

.content .cont_r .floor_7 .rjdd .rjdd_item .cat a {
    cursor: pointer;
    color: #11A2DE;
}

.content .main {
    /* margin-left: 240px; */
    /* float: left; */
    /* width: 1040px; */
    overflow: auto;
    /* margin-top: 50px; */
    padding: 0;
}

.content .main .tab {
    /* width: 100%; */
    width: 928px;
    height: 40px;
    background: #fff;
    margin-bottom: 10px;
    /* position: fixed; */
    /* top: 100px; */
    z-index: 5;
    /* width: 1040px; */
    background: #F0F5F7;
    position: static;
    /* position: fixed; */
    /* top: 0; */
    /* z-index: 5; */
}

.content .main .tab li {
    float: left;
    line-height: 40px;
    /*padding: 0 25px;*/
    cursor: pointer;
    width: 100px;
    text-align: center;
}

.content .main .tab li.active {
    border-bottom: 2px solid #11A2DE;
}

.content .main .tab li.active a {
    color: #11A2DE;
}

.content .main .tab li a {
    color: #333;
    width: 100%;
    height: 40px;
    display: inline-block;
}

/*请求参数*/
.content .main .table1 {
    padding: 0 15px 15px 15px;
    background: #fff;
    /* margin-top: 50px; */
    /* margin-top: 10px; */
}

.content .main .table1 .flow {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
}

.content .main .table1 h3 {
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
}

/*返回数据*/
.content .main .table2 {
    margin-top: 14px;
    padding: 0 15px 15px 15px;
    background: #fff;
}

.content .main .table2 h3 {
    font-weight: normal;
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

/*示例代码*/
.content .main .table3 {
    margin-top: 14px;
    padding: 0 15px 15px 15px;
    background: #fff;
}

.content .main .table3 h3 {
    font-weight: normal;
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.content .main .table3 .sample {
    margin-top: 10px;
    color: #5E5E5E;
    font-size: 14px;
    margin-bottom: 5px;
}

.content .main .table3 .code {
    background: #F7F7F7;
    border: 1px solid #E4E4E4;
    padding: 10px;
    font-family: 'Verdana';
}

/*错误码*/
.content .main .table4 {
    margin-top: 14px;
    /* padding: 0 15px 600px 15px; */
    padding: 0 15px 100px 15px;
    background: #fff;
}

.content .main .table4 h3 {
    font-weight: normal;
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

/*锚点导航*/
.content .main .table1,
.content .main .table2,
.content .main .table3,
.content .main .table4 {
    position: relative;
}

.content .main #table1,
.content .main #table2,
.content .main #table3,
.content .main #table4 {
    position: absolute;
    /* margin-bottom: 100px; */
    /* top: -100px; */
    /* top: -50px; */
    /* top: -550px; */
}

.content .txt_1221 {
    /* background: pink; */
}

.content .txt_1221 h1 {
    margin-bottom: 10px;
}

.content .txt_1221 h2 {
    margin-bottom: 10px;
    padding-left: 20px;
}

.content .txt_1221 pre {
    margin-bottom: 10px;
    background: #F7F7F7;
    padding-top: 10px;
    /* padding-left: 20px; */
}