.info-banner.ndevor-banner .img img, .info-banner.product-banner .img img {
    opacity: 1;
}

.container a:hover, .sidebar a, .submenu a {
    text-decoration: none;
}

.info-banner {
    width: 100%;
    height: 4.6rem;
    position: relative;
}

.info-banner .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.info-banner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-banner .img img.mb {
    display: none;
}

.info-banner .container-index {
    position: absolute;
    top: .8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.info-banner.ndevor-banner .img::before, .info-banner.product-banner .img::before {
    content: "";
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    top: 0;
}

.info-banner .container-index .txt {
    width: 550px;
    max-width: 100%;
    font-size: 20px !important;
}

@media (max-width: 1580px) {
    .info-banner .container-index .txt {
    }
}

@media (max-width: 1260px) {
    .info-banner .container-index .txt {
        font-size: 16px !important;
    }
}

@media (max-width: 991px) {
    .info-banner .container-index .txt {
        font-size: 14px !important;
    }
}

.info-banner .container-index .public-btn {
    height: 0.6rem;
    margin-top: 0.5rem;
    background: linear-gradient(90deg, #347df8 0, #599ffd 100%);
    border-radius: 8px;
    color: #fff;
}

@media (max-width: 767px) {
    .info-banner .img img.pc {
        display: none;
    }

    .info-banner .img img.mb {
        display: block;
    }

    .info-banner .container-index .public-btn {
        margin-top: 0.3rem;
    }
}

.info-banner.ndevor-banner {
    height: 6.4rem;
}

.info-banner.ndevor-banner .img::before {
    width: 100%;
    height: 100%;
    position: absolute;
}

.info-banner.ndevor-banner .container-index .title {
    color: #007fff;
}

.info-banner.product-banner .img {
    position: relative;
}

.info-banner.product-banner .img::before {
    width: 100%;
    position: absolute;
}

ul {
    list-style-type: none;
}

.accordion {
    width: 100%;
    max-width: 360px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 20px;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 18px;
    color: #666;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.info-banner .img, .section-title {
    position: relative;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #000;
    font-weight: 700;
}

.accordion li.open i {
    color: #0e0e0e;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#accordion {
    padding: 0.03rem;
}

.submenu {
    display: none;
    font-size: 14px;
    color: #666;
}

.submenu li {
    margin-top: 5px;
}

.submenu a {
    display: block;
    color: #666;
    padding: 12px 12px 12px 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu .active a, .submenu a:hover {
    background: #227af3;
    border-radius: 3px;
    color: #fff;
}

.container-index .xctitle {
    font-weight: 700;
    font-size: 0.48rem;
    color: #227af3;
    text-align: unset;
}

.product {
    background: #f5f6fb;
    padding: 0.23rem 0 0.98rem;
}

.doc-right, .nav {
    background: #fff;
}

.info-banner .container-index .txt {
    color: #333;
    margin-top: 0.48rem;
    line-height: 30px;
    margin-left: 0;
    text-align: unset;
}

.pcright {
    position: absolute;
    top: 0.3rem;
    right: 3.5rem;
    width: 6.76rem !important;
    height: 3.57rem !important;
}

.info-banner.product-banner .img::before {
    height: 0% !important;
}

.nav {
    min-width: 225px;
}

.Breadcrumb {
    margin-bottom: 0.3rem;
    color: #999;
}

.Breadcrumb a {
    color: #999;
    font-size: 14px;
}

.Breadcrumb a.log {
    color: #000;
}

.Breadcrumb a:hover {
    color: #3173f7;
}

.doc-method ul li a, .doc-method-tag ul li a, .docTitle, .sidebar a, .wizard ul li a {
    color: #333;
}

.docTitle {
    font-weight: 700;
    font-size: 16px;
}

.doc-method ul li, .doc-method-tag ul li {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.content {
    display: flex;
    justify-content: space-between;
}

.doc-right {
    padding: 0.28rem 0.3rem 0.42rem 0.33rem;
    flex: 1;
    margin-left: 9px;
    min-height: 8rem;
    display: flex;
    justify-content: flex-start;
}

.doc-method {
    width: 160px;
}

.doc-method ul li {
    padding: 0.1rem 0;
    display: block;
}

.doc-method-tag {
    border-left: 1px solid #dcdbdc;
    padding-left: 0.32rem;
    width: 100%;
}

.doc-method div:not(:first-child) .docTitle, .doc-method-tag div:not(:first-child) .docTitle {
    margin-top: 0.35rem;
}

.doc-method-tag ul {
    margin-top: 17px;
    display: flex;
    justify-content: flex-start;
}

.doc-method-tag ul li {
    margin-right: 11px;
    margin-bottom: 13px;
    text-align: center;
    display: block;
    width: 170px;
    padding: 10px;
    background: #eef5f9;
    border: 1px solid #cfe3f1;
}

@media (max-width: 1024px) {
    .info-banner .img img.pc {
        display: block;
    }

    .content {
        display: unset;
    }

    .nav {
        width: 100%;
    }

    .accordion {
        max-width: 100%;
    }

    .doc-right {
        margin: 0.3rem 0 0;
    }

    .doc-method {
        min-width: 105px;
    }

    .doc-method-tag ul {
        flex-wrap: wrap;
    }
}

.info {
    display: none;
    width: 100%;
    overflow: hidden;
}

.info .tool {
    padding-right: 20px;
    display: flex;
}

.info .tool p {
    padding-bottom: 0.2rem;
    flex: 1;
}

.info .tool a {
    color: #227af3;
}

.block {
    display: block !important;
}

.main .url {
    word-break: break-all;
}

.main h1 {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.main .row {
    display: flex;
    justify-content: space-between;
}

.main .col-xs-4 {
    width: 30%;
}

.main .tap-item {
    display: block;
    padding: 20px;
    background: #7cbae5;
    color: #fff;
    text-align: center;
    height: 150px;
    margin-bottom: 10px;
}

.main p {
    line-height: 2em;
}

.main h2.title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
    margin-bottom: 5px;
}

.main a, .main b, .main i, .main li, .main p, .main span, .main td {
    font-size: 13px;
}

.main a {
    color: #118be5;
}

.main .section {
    line-height: 30px;
}

.container h1, .container h2, .main h2, .main ul, .sidebar a {
    line-height: 2em;
}

.main h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
}

.main .intro {
    margin-bottom: 20px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.table thead {
    background-color: #f2f2f2;
}

.table tbody tr {
    border-bottom: 1px solid #ddd;
}

.table td, .table th {
    padding: 8px;
    text-align: left;
    font-size: 15px;
}

@media (max-width: 600px) {
    .table thead {
        display: none;
    }

    .table, .table tbody, .table td, .table tr {
    }

    .table tr {
        margin-bottom: 10px;
    }

    .table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: calc(50% - 10px);
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 700;
    }
}

.tap-item, .wizard ul li a {
    display: block;
    text-align: center;
}

.table th {
    background: #eee;
}

.col-name {
}

.col-required {
    width: 60px;
}

.col-type {
    width: 100px;
}

.container a.btn-primary, .container a.btn-primary:hover {
    background: #44b549;
    border-radius: 4px;
    color: #fff;
    width: 100px;
    border-width: 0;
}

.container li {
    list-style-type: none;
}

.container h1 {
    font-size: 24px;
    margin: 0;
}

.container h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.container h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.container p {
    padding: 5px 0;
}

.container a {
    color: #118be5;
}

.container ol li {
    list-style-type: decimal;
    padding: 2px 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.bg-warning {
    padding: 5px 10px;
    color: #bb7d06;
    margin: 8px 0;
}

.pic img {
    border: 1px solid #ccc;
    padding: 0;
    width: auto;
    box-shadow: 0 0 10px #ccc;
}

.green {
    color: green;
}

.red, .section_center {
    color: red;
}

.section {
    margin-bottom: 20px;
    height: auto;
}

.padding {
    padding: 10px;
}

.pic {
    margin: 10px 0;
}

.container {
    width: 1030px;
    margin: auto;
}

.content .container {
    background: #fff;
}

.content .sidebar {
    float: left;
    min-width: 190px;
    height: 100%;
    padding-right: 1px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}

.content .main {
    height: 100%;
    overflow: auto;
    padding: 10px;
}

.sidebar ul {
    margin: 0 0 10px;
    padding: 0;
}

.sidebar li {
    margin-bottom: 2px;
}

.sidebar a {
    font-size: 14px;
    display: block;
}

.sidebar li a {
    padding-left: 20px;
}

.sidebar li.active a {
    border-left: 2px solid red;
    background: #f5f5f5;
}

.sidebar a.title {
    border-width: 0;
    padding-left: 10px;
    font-weight: 700;
}

.section-title-info {
    position: absolute;
    right: 10px;
    top: 0;
}

.wizard ul {
    margin-bottom: 10px;
}

.wizard ul li {
    float: left;
    width: 180px;
    margin: 5px;
}

.wizard ul li a {
    background: #eef5f9;
    border: 1px solid #d5e0e8;
}

.wizard ul li a:hover {
    background: #faf3cb;
    border: 1px solid #bb7d06;
}

.row-must td {
    background: #f5f5f5;
    color: #999;
}

.tap-item, .tap-item:hover {
    color: #fff;
}

.tap-item {
    padding: 20px;
    background: #7cbae5;
    height: 150px;
    margin-bottom: 10px;
}

.tap-item-gray {
    background: #eee;
    color: #333;
    border: 1px solid #ccc;
}

.case-item, .tool-item {
    border-bottom: 1px solid #eee;
}

.tap-item-gray:hover {
    background: #fff;
    color: #333;
}

.tool-item {
    margin: 10px 0 20px;
    padding-bottom: 20px;
}

.tool-item .icon {
    float: left;
    width: 80px;
    padding-top: 10px;
}

.tool-item .info h2, .tool-item .info p {
    margin: 0;
    padding: 0;
}

.tool-item .info {
    float: left;
    width: 750px;
}

.tool-item .info p {
    color: #999;
}

.tool-item .cmd {
    float: right;
    width: 100px;
    padding-top: 10px;
}

.case-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.case-sendmsg {
    background: url('/template/bigant.cn/pc/statics/other/case_sendmsg.png') right 0 no-repeat;
    padding-right: 400px;
    min-height: 320px;
}

.case-oauth {
    background: url('/template/bigant.cn/pc/statics/other/case_oauth.png') right 0 no-repeat;
    padding-right: 600px;
    min-height: 300px;
}

a.btn-primary, #js-doc {
    position: static !important;
}

a.btn-primary:hover {
    background: #44b549;
    border-radius: 4px;
    color: #fff;
    width: 100px;
    border-width: 0;
}

@media (max-width: 768px) {
    .main .row {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .table.msg th:last-child {
        display: none;
    }

    .table.msg td {
        display: block;
    }
}