body {
    background: #FFF;
    letter-spacing: 0.5px;
    min-height: 100%;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Microsoft Yahei",Arial,Verdana,sans-serif;
}
hr {
    border-top: 1px solid #eeeeee;
}

.scrollbar::-webkit-scrollbar{
    height: 2px;
    width: 2px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.26);
}

header#menu li.actived > a {
    color: #0091FF;
}

header#menu li a {
    margin-left: 3px;
    margin-right: 3px;
}

footer {
    color: #999;
    margin: 0;
}
div#content {
    padding-bottom: 0;
    padding-top: 30px;
}

div#content article {
    padding-bottom: 60px;
}

.nav .i18n {
    line-height: 50px;
    margin-left: 48px;
}
.nav .i18n a{
    font-size: 12px;
    color: #FFFFFF;
}
.nav .i18n a:hover {
    color: #0091FF;
    text-decoration: none;
}

 /* @media (min-width: 768px) and (max-width: 992px) {
    header#menu ul.navbar-right {
        display: none;
    }
} */

@media (min-width: 768px) {
    /* header#menu li {
        height: 60px;
    }
    header#menu li a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 60px;
    }
    header#menu li.actived > a,
    header#menu ul.main-menu > li > a:hover,
    header#menu ul.main-menu > li > a:focus {
        color: #1d75bb;
    }

    header#menu ul.main-menu {
        margin-left: 20px;
    }
    header#menu ul.main-menu > li > a {
        font-size: 1.2em;
        padding-left: 20px;
        padding-right: 20px;
    } */

    aside#sidebar {
        border: 0;
        border-radius: 0;
        padding-bottom: 20px;
    }
    aside#sidebar li.sub-nav > a {
        padding-left: 40px;
        padding-right: 0;
    }
    aside#sidebar a,
    aside#sidebar a:hover,
    aside#sidebar a:focus {
        padding: 7px 20px;
        color: #666666;
        letter-spacing: 0;
        border-right: none;
    }
    aside#sidebar .current > a,
    aside#sidebar .current > a:hover,
    aside#sidebar .current > a:focus {
        background: #1d75bb;
        color: #FFF;
        font-weight: bold;
    }
    aside#sidebar li.main-nav.actived > a {
        color: #1d75bb;
        font-weight: bold;
    }
}

@media (min-width: 992px) {
    /* header#menu li.actived > a,
    header#menu ul.main-menu > li > a:hover,
    header#menu ul.main-menu > li > a:focus {
        border-bottom: 3px solid #1d75bb;
    }
    header#menu ul.main-menu {
        margin-left: 70px;
    } */

    div#toc {
        background-color: transparent;
        border-left: 2px solid #1d75bb;
        width: 160px;

        max-height: 85%;
        overflow-y: auto;
    }
    div#toc > ul > li > a {
        color: #666666;
        letter-spacing: 0;
        padding: 5px;
    }
    div#toc > ul > li.active > a {
        border-right: none;
    }
    div#toc > ul > li > a:hover,
    div#toc > ul > li > a:focus {
        color: #1d75bb;
        border-right: none;
    }
    div#toc > ul > li.active > a {
        color: #1d75bb;
        font-weight: normal;
    }
} 

/* Homepage */
/* div#homepage h2 {
    text-align: center;
    margin: 80px auto;
}
div#homepage a, div#homepage .thumbnail .caption {
    color: #666666;
}

div#homepage .thumbnail {
    text-align: center;
    padding-top: 40px;
}

div#homepage .thumbnail .caption {
    margin-top: 20px;
}

div#homepage a:hover > .thumbnail,
div#homepage a:focus > .thumbnail {
    color: #1d75bb;
    border-color: #1d75bb;
} */

div#homepage a.index-top-title {
    color: #666666;
}
div#homepage a.index-top-title:hover,
div#homepage a.index-top-title:hover h2,
div#homepage a.index-top-title:focus,
div#homepage a.index-top-title:hover .fa-angle-right{
    color: #1d75bb;
    text-decoration: none;
}

div#homepage .panel-heading {
    color: #1d75bb;
    font-weight: 300;
    font-size: 18px;
}

div#homepage .panel-body li {
    list-style: none;
    display: inline-block;
    width: 240px;
}
/* Homepage */

/* Download */
div.row.downloads  .thumbnail > img {
    border: none;
    vertical-align: top;
    padding-left: 40px;
    padding-right: 50px;
}

div.row.downloads .thumbnail > .caption {
    display: inline-block;
    width: 100%;
    text-align: center;
}

div.row.downloads .thumbnail > .caption > ul {
    text-align: left;
}

div#content div.row.downloads .thumbnail > .caption li {
    line-height: 1.8;
    font-size:13px;
    color: #666666;
}
div#content div.row.downloads .thumbnail > .caption li a,
div#content div.row.downloads .thumbnail > .caption li a:hover,
div#content div.row.downloads .thumbnail > .caption li a:focus {
    color: #666666;
}

div.row.downloads .thumbnail > .caption .li-clear {
    display: none;
}

div.row.downloads .box .item {
    text-align: left;
}
div.row.downloads .box .demo-download {
	border: 1px solid #ccc;
	border-radius: 2px;
	margin-right: 4px;
	text-align: center;
}
div.row.downloads .box .demo-download .apk:hover,
div.row.downloads .box .demo-download .code:hover{
	background: #e6e6e6;
}
div.row.downloads .box .demo-download .apk{
	border-bottom: 1px solid #ccc;
	/*border-radius: 2px;*/
}
div.row.downloads .box .demo-download a {
	border: none;
	height: 30px;
	line-height: 30px;
	color: #3a3a3a;
	font-size: 12px;
	margin: 0 5px;
	display: block;
}
div.row.downloads .box .demo-download a:hover{
	text-decoration: none;
}

div.row.downloads .box .item .download-text {
    /*margin-top: 7px;*/
    /*visibility:hidden;*/
}
/*div.row.downloads .box .item .download-text a {
	font-size: 12px;
    text-align: center;
}*/
div.row.downloads.j-chat-demo {
    border: 1px solid #ddd;
    margin-bottom: 40px;
    padding: 10px;
}

@media (min-width: 992px) {
    div.row.downloads  .thumbnail > img {
        display: block;
        text-align: center;
    }
    div.row.downloads .thumbnail > .caption .li-clear {
        list-style-type: none;
        display: list-item;
    }
}
/* Download */

/* content */

div#content p {
    line-height: 1.8;
    font-size:15px;
    margin-bottom:0px;
}

div#content h1 {
    font-size: 28px;
    color: #1b75bb;
    font-weight: bold;
    margin-top: 6px;
}

div#content h2 {
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 24px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:#e5e5e5;
}

div#content h3 {
    font-size: 20px;
    color: #1b75bb;
    font-weight: bold;
}

div#content h4 {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold;
}

div#content h5 {
    font-size: 14px;
    color: #1b75bb;
}

div#content ul li{
    font-size: 15px;
    line-height: 1.8;
    min-height: 26px
}

div#content table tr th {
    line-height: 1.8;
    word-break:keep-all;
    min-width:60px;
    background-color: #f3f4f6;
    border: 1px solid #dddddd;
    height: 46px;
}

div#content table tr td {
    line-height: 1.8;
    min-width:60px;
    height: 40px;
    border: 1px solid #dddddd;
}

.table-d {
    overflow: auto;
}

div#content pre {
    background-color: #fafafa;
    margin-top:10px;
}


div#content pre code {
    letter-spacing: 0;
    color: #111111;
}
/* content */



/**  flex  */
.d-flex {
    display: flex;
}
.ai-center {
    align-items: center;
}
.jc-center {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}

/** nav **/

.homepage .navbar-default {
    border: none;
}
.navbar-brand {
    padding: 11px 15px;
}
.navbar-default {
    opacity: 0.9;
    background: #030810;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.12);
    padding: 7px 0;
}


.navbar-default .navbar-nav>li>a {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:hover {
    font-family: PingFangSC-Medium;
    color: #0091FF;
}
.navbar-default .header-search-input {
    border: 1px solid rgb(221 221 221 / 0.5);
    border-radius: 2px;
    width: 184px;
    background: transparent;
    height: 32px;
    padding-left: 12px;
    padding-right: 30px;
    outline: none;
    color: #fff;
    font-size: 12px;
    line-height: normal;
}
.nav .search-icon {
    position: absolute;
    right: 7px;
    top: 8px;
}
.navbar-collapse .navbar-right {
    line-height: 50px;
}
.navbar-collapse .navbar-right li{
    padding-left: 18px;
}
.navbar-collapse .navbar-right .search-icon {
    top: 19px;
    left: 174px;
    color: #aeb3ba;
}
.navbar-collapse .navbar-right .search-icon:hover {
    color: #269AFF;
    cursor: pointer;
}
.navbar-collapse .navbar-right .i18n {
    margin-left: 0
}

/** home page */
.home-banner {
    height: 217px;
    background-image: url('/web/20221008033847im_/https://docs.jiguang.cn/img/bg-banner.jpg');
    background-size: 100% 100%;
    margin-top: -6px;
    background-repeat: no-repeat;
} 

.home-banner h1 {
    margin: 0 auto 15px;
    color: #FFFFFF;
    font-size: 28px;
}
.home-banner .search-wrap {
    position: relative;
    width: 22%;
    min-width: 300px;
}
.home-banner input {
    background: #FFFFFF;
    border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    padding-left: 18px;
    padding-right: 38px;
}
.banner-search-icon {
    position: absolute;
    right: 18px;
    top: 13px;
    font-size: 1.3em;
    color: #aeb3ba;
}
.banner-search-icon:hover {
    color: #269AFF;
    cursor: pointer;
}
.index-top-title {
    border: 1px solid rgba(37,48,68,0.12);
    border-radius: 2px; 
    height: 90px;
    margin: 40px 0;
    cursor: pointer;
}
.index-top-title h2 {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: rgba(37,48,68,0.84);
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.index-section-item {
    margin-bottom: 40px;
}
.index-section-item .section-title{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: rgba(37,48,68,0.84);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.index-section-item .section-title img {
    margin-right: 14px;
}

.index-section-item .section-content{
    border: 1px solid rgba(37,48,68,0.12);
    border-radius: 2px;
    padding: 20px 0px 10px;
}
.index-section-item .section-content li {
    list-style: none;
    font-size: 14px;
    color: rgba(37,48,68,0.68);
    line-height: 26px;
    width: 280px;
}
.index-section-item .section-content li a{
    color: rgba(37,48,68,0.68);
}
.index-section-item .section-content li a:hover {
    text-decoration: none;
    color: #1b75bb;
}
.index-footer {
    background: #F3F3F3;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(37,48,68,0.54);
    text-align: center;
    padding: 40px 0;
    line-height: 28px;
    margin-top: 50px;
}
.fa-angle-right {
    color: #9cA1AA;
}

input::-webkit-input-placeholder {
    color: #AEB3BA;
}

input:-moz-placeholder {
    color: #AEB3BA;
}

input::-moz-placeholder {
    color: #AEB3BA;
}

input:-ms-input-placeholder {
    color: #AEB3BA;
}

input::-ms-input-placeholder {
    color: #AEB3BA;
}

input::placeholder {
    color: #AEB3BA;
}
.banner-search-icon {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 1.3em;
    color: #aeb3ba;
}
blockquote{
	padding: 0 15px;
    color: #777;
    border-left: 4px solid #ddd;
}
/*
     FILE ARCHIVED ON 03:38:47 Oct 08, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:06:13 Aug 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.974
  captures_list: 0.729
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.038
  esindex: 0.012
  cdx.remote: 121.66
  LoadShardBlock: 240.695 (3)
  PetaboxLoader3.datanode: 180.72 (5)
  PetaboxLoader3.resolve: 75.782 (2)
  load_resource: 203.031
  loaddict: 131.081
*/