.tsingsee-down {
    width: 12px;
    height: 12px;
    display: block;
    float: right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("/static/images/document/down.png");
}

.tsingsee-up {
    width: 12px;
    height: 12px;
    display: block;
    float: right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("/static/images/document/up.png");
}

.tsingsee-right {
    width: 12px;
    height: 12px;
    display: block;
    float: right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("/static/images/document/up.png");
    transform: rotate(0.25turn);
    padding: 3px 6px 0 6px;
}


.doc-detail {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row
}

.doc-detail-left {
    width: 20%;
    background: #F6F8FD;
}

.doc-detail-left-nav {
    width: 400px;
    padding: 60px 26px 0 52px;
}

.doc-detail-left-nav li a {
    font-size: 16px;
    color: #586586;
}


.doc-detail-left-product {
    font-size: 18px !important;
    line-height: 24px;
}

.nav-a-active {
    color: #4F7CFD !important;
}

.doc-detail-right {
    display: flex;
    flex: 1;
    flex-direction: row;
    padding: 60px 100px;
    margin: 0;
}

.doc-detail-right .tab-pane img {
  width: 100% !important;
  height: auto !important;
}


.doc-detail-right .breadcrumb {
    background: #FFF;
    padding: 0 38px 0 0;
}

.doc-detail-right .breadcrumb .breadcrumb-more {
    width: 24px;
    height: 24px;
    top: 6px;
    position: relative;
    display: none;
}

.doc-detail-right .breadcrumb > li + li:before {
    content: "";
    padding: 0;
}

.doc-detail-right .breadcrumb a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #3A4666;
}

.doc-detail-right .breadcrumb .active {
    color: #7D87A3;
}

.doc-detail-right .platform {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 30px;
    color: #3A4666;
    line-height: 24px;
    padding-top: 16px;
}

.doc-detail-right .platform-update {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #7D87A3;
    line-height: 24px;
    padding-top: 20px;
}

.doc-detail-right .platform-point {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #586586;
    line-height: 28px;
    padding-top: 48px;
}

.doc-detail-right .platform-point .title {
    font-weight: bold;
    font-size: 16px;
}

.doc-detail-right .platform-point .subtitle {
    font-size: 16px;
    padding: 12px 0;
}

.doc-detail-right .platform-point .res_json {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}

.doc-detail-right-left {
    width: 80%;
}

.doc-detail-right-right {
    width: 20%;
    margin-left: 140px
}


/* 移动端适配 */
@media only screen and (max-width: 768px) {

    .doc-detail-left {
        /*display: none;*/
    }

    .doc-detail-right {
        padding: 24px;
    }

    .doc-detail-right-left {
        width: 100%;
    }

    .doc-detail-right-right {
        display: none;
    }
    .breadcrumb>li {
      display: inline-block;
      max-width: 170px;
      height: 24px;
      text-align: center;
      /* justify-content: center; */
      padding: 10px 0;
  }

    .doc-detail-right .breadcrumb {
        background: #FFF;
        padding: 0 0 0 0;
        font-size: 16px;
        line-height: 12px;
    }


    .doc-detail-right .breadcrumb .breadcrumb-more {
      display: none;
    }

    .doc-detail-right .breadcrumb .active {
        color: #7D87A3;
    }

    .tsingsee-right {
        padding: 3px 6px 0 8px;
    }

    .doc-detail-right .platform {
        padding-top: 12px;
        font-size: 20px;
        font-weight: bold;
    }

    .doc-detail-left-nav {
        width: 100%;
        padding: 12px;
    }

    .doc-detail-left-nav li a {
        font-size: 12px;
        color: #586586;
    }

    .doc-detail-left {
        width: 100%;
        background: #F6F8FD;
        display: none;
    }

    .doc-detail-left-product {
        font-size: 14px !important;
        line-height: 24px;
    }


}

