body.yui3-smart {
    padding: 50px 0;
    font-family: 'Helvetica Neue', Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
}
body.yui3-smart .mainlogo {
    padding: 8px 15px;
}
div.filterAPi {
    margin-right: 0 !important;
    position: relative;
    padding: 0;
}
#filterList {
    right: 15px;
    min-width: 196px;
}
#filterList em {
    color: #428bca;
}
#filterList .active em {
    color: #fff;
}
.hide {
    display: none;
}
#gotoTop {
    cursor: pointer;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    background: #565a5f;
    opacity: 0.8;
    border-radius: 4px;
    bottom: 20px;
    position: fixed;
    right: 20px;
    display: block;
    text-decoration: none;
}
#gotoTop:hover {
    text-decoration: none;
    /*border-color: #5cb85c;
    color: #5cb85c;*/
    opacity: 1;
}
#gotoTop:before {
    content: "\e113";
    display: block;
    font-family: 'Glyphicons Halflings';
}
.stdoc-left {} .stdoc-content {
    margin-left: 260px;
    padding:0 30px;
}
#txtSearch {
    width: 240px;
}
#sidebar_list {
    overflow-y: auto;
    overflow-x: hidden;
    width:249px;
    margin-top:10px;
}
#sidebar {
    position: fixed;
    top: 50px;
    left: 0;
    width: 260px;
    padding-left:10px;
    background-color: #fafafa;
    border-right: solid 1px rgba(0,0,0,0.07);
    z-index: 4000;
}
#sidebar .glyphicon {
    font-size: 12px;
    cursor: pointer;
    color: #2a6496;
    padding: 0 1px;
}
#sidebar .glyphicon:hover {
    font-size: 14px;
    padding: 0;
}
#sidebar dt {
    margin-top: 5px;
}
#sidebar ul {
    padding-left: 20px;
}
#sidebar li {
    display: block;
    margin-top: 7px;
}
#sidebar a:hover, #sidebar .active {
    color: #c7254e;
}
.example-content {
    margin-bottom: 10px;
    /*padding:0 20px;*/
}
.yui3-smart .sign-left1 {
    border-left: 5px #d9534f solid;
}
.yui3-smart .sign-left2 {
    border-left: 5px #f0ad4e solid;
}
.yui3-smart .sign-left3 {
    border-left: 5px #5bc0de solid;
}
.yui3-smart p {
    line-height: 28px;
    margin: 0;
}
.yui3-smart .well {
    padding: 5px 15px;
}
#src_code li.active:before {
    display: block;
    width: 30px;
    height: 10px;
    content: '';
    background-color: #a6e22e;
    position: absolute;
    z-index: 1;
    left: 298px;
}
.tab-pane .classDetail {
    margin-top: 20px;
}
.apidocs {
    zoom: 1;
}
/* Generic box styles. */

.apidocs .box {
    border: 1px solid;
    border-radius: 3px;
    margin: 1em 0;
    padding: 0 1em;
}
/* A flag is a compact, capsule-like indicator of some kind. It's used to
   indicate private and protected items, item return types, etc. in an
   attractive and unobtrusive way. */

.apidocs .flag {
    background: #bababa;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    margin: 0 0.5em;
    padding: 2px 4px 1px;
}
/* Class/module metadata such as "Uses", "Extends", "Defined in", etc. */

.apidocs .meta {
    background: #f9f9f9;
    border-color: #efefef;
    color: #555;
    font-size: 11px;
    padding: 3px 6px;
}
.apidocs .meta p {
    margin: 0;
}
/* Deprecation warning. */

.apidocs .box.deprecated, .apidocs .flag.deprecated {
    background: #fdac9f;
    border: 1px solid #fd7775;
}
.apidocs .box.deprecated p {
    margin: 0.5em 0;
}
.apidocs .flag.deprecated {
    color: #333;
}
/* Module/Class intro description. */

.apidocs .intro {
    background: #f0f1f8;
    border-color: #d4d8eb;
}
/* Loading spinners. */

#bd.loading .apidocs, #api-list.loading .yui3-tabview-panel {
    background: #fff url(../img/spinner.gif) no-repeat center 70px;
    min-height: 150px;
}
#bd.loading .apidocs .content, #api-list.loading .yui3-tabview-panel .apis {
    display: none;
}
.apidocs .no-visible-items {
    color: #666;
}
/* Generic inline list. */

.apidocs ul.inline {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.apidocs ul.inline li {
    display: inline;
}
/* Comma-separated list. */

.apidocs ul.commas li:after {
    content: ',';
}
.apidocs ul.commas li:last-child:after {
    content: '';
}
/* Keyboard shortcuts. */

kbd .cmd {
    font-family: Monaco, Helvetica;
}
/* -- Generic Access Level styles ------------------------------------------- */

.apidocs .item.protected, .apidocs .item.private, .apidocs .index-item.protected, .apidocs .index-item.deprecated, .apidocs .index-item.private {
    display: none;
}
.show-deprecated .item.deprecated, .show-deprecated .index-item.deprecated, .show-protected .item.protected, .show-protected .index-item.protected, .show-private .item.private, .show-private .index-item.private {
    display: block;
}
.hide-inherited .item.inherited, .hide-inherited .index-item.inherited {
    display: none;
}
/* -- Generic Item Index styles --------------------------------------------- */

.apidocs .index {
    margin: 1.5em 0 3em;
}
.apidocs .index h3 {
    border-bottom: 1px solid #efefef;
    color: #333;
    font-size: 13px;
    margin: 2em 0 0.6em;
    padding-bottom: 2px;
}
.apidocs .index .no-visible-items {
    margin-top: 2em;
}
.apidocs .index-list {
    border-color: #efefef;
    font-size: 16px;
    list-style: none;
    margin: 5px 0;
    padding: 0;
/*    -moz-column-count: 4;
    -moz-column-gap: 10px;
    -moz-column-width: 170px;
    -ms-column-count: 4;
    -ms-column-gap: 10px;
    -ms-column-width: 170px;
    -o-column-count: 4;
    -o-column-gap: 10px;
    -o-column-width: 170px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    -webkit-column-width: 170px;
    column-count: 4;
    column-gap: 10px;
    column-width: 170px;*/
}
.apidocs .no-columns .index-list {
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
.apidocs .index-item {
    white-space: nowrap;
    display: inline-block;
    margin:3px 10px;
}
.apidocs .index-item .flag {
    background: none;
    border: none;
    color: #afafaf;
    display: inline;
    margin: 0 0 0 0.2em;
    padding: 0;
}
/* -- Generic API item styles ----------------------------------------------- */

.apidocs .args {
    display: inline;
    margin: 0 0.5em;
}
.apidocs .flag.chainable {
    background: #46ca3b;
}
.apidocs .flag.protected {
    background: #9b86fc;
}
.apidocs .flag.private {
    background: #fd6b1b;
}
.apidocs .flag.async {
    background: #356de4;
}
.apidocs .flag.required {
    background: #e60923;
}
.apidocs .item {
    padding-bottom: 10px;
    margin: 20px 0 15px;
}
.apidocs .method.item {
    padding: 0 20px 10px;
}
.apidocs .item h4, .apidocs .item h5, .apidocs .item h6 {
    color: #333;
    font-family: inherit;
    font-size: 100%;
}
.apidocs .item h4 {
    font-weight: bold;
}
.apidocs .item .meta {
    background: none;
    border: none;
    padding: 10px 0;
}
.apidocs .item .name {
    font-size: 24px;
    border-bottom: 1px solid #efefef;
    margin: 5px 0 10px -15px;
    padding-bottom: 10px;
}
.apidocs .item .type, .apidocs .item .type a, .apidocs .returns-inline {
    color: #555;
}
.apidocs .item .type, .apidocs .returns-inline {
    font-size: 11px;
    margin: 0 0 0 5px;
}
.apidocs .item .type a {
    border-bottom: 1px dotted #afafaf;
}
.apidocs .item .type a:hover {
    border: none;
}
/* -- Item Parameter List --------------------------------------------------- */

.apidocs .params-list {
    list-style: square;
    margin: 1em 0 0 2em;
    padding: 0;
}
.apidocs .param .param-description {
    padding-top: 2px;
}
.apidocs .param {
    margin-bottom: 1em;
}
.apidocs .param .type, .apidocs .param .type a {
    color: #666;
}
.apidocs .param .type {
    margin: 0 0 0 0.5em;
    *margin-left: 0.5em;
}
.apidocs .param-name {
    font-weight: bold;
}
/* -- Item "Emits" block ---------------------------------------------------- */

.apidocs .item .emits {
    background: #f9f9f9;
    border-color: #eaeaea;
}
/* -- Item "Returns" block -------------------------------------------------- */

.apidocs .item .returns .type, .apidocs .item .returns .type a {
    font-size: 100%;
    margin: 0;
    color: #d44950;
}
/* -- Class Constructor block ----------------------------------------------- */

.apidocs .constructor .item {
    border: none;
    padding-bottom: 0;
}
.apidocs .constructor {
    padding-bottom: 10px;
}
/* -- File Source View ------------------------------------------------------ */

.apidocs .file pre.code, #doc .apidocs .file pre.prettyprint {
    background: inherit;
    border: none;
    overflow: visible;
    padding: 0;
}
.apidocs .L0, .apidocs .L1, .apidocs .L2, .apidocs .L3, .apidocs .L4, .apidocs .L5, .apidocs .L6, .apidocs .L7, .apidocs .L8, .apidocs .L9 {
    background: inherit;
}
/* -- Submodule List -------------------------------------------------------- */

.apidocs .module-submodule-description {
    font-size: 12px;
    margin: 0.3em 0 1em;
}
.apidocs .module-submodule-description p:first-child {
    margin-top: 0;
}
/* -- Source File Contents -------------------------------------------------- */

.prettyprint li.L0, .prettyprint li.L1, .prettyprint li.L2, .prettyprint li.L3, .prettyprint li.L5, .prettyprint li.L6, .prettyprint li.L7, .prettyprint li.L8 {
    list-style: decimal;
}
.prettyprint .com {
    color: #008000;
}
.prettyprint .kwd {
    color: #0000ff;
}
/* -- API options ----------------------------------------------------------- */

#api-options {
    font-size: 11px;
    margin-top: 2.2em;
    position: absolute;
    right: 1.5em;
}
/*#api-options label { margin-right: 0.6em; }*/
/* -- API list -------------------------------------------------------------- */

#api-list {
    margin-top: 1.5em;
    *zoom: 1;
}
.apis {
    font-size: 12px;
    line-height: 1.4;
    list-style: none;
    margin: 0;
    padding: 0.5em 0 0.5em 0.4em;
}
.apis a {
    border: 1px solid transparent;
    display: block;
    margin: 0 0 0 -4px;
    padding: 1px 4px 0;
    text-decoration: none;
    _border: none;
    _display: inline;
}
.apis a:hover, .apis a:focus {
    background: #E8EDFC;
    background: -moz-linear-gradient(top, #e8edfc 0%, #becef7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E8EDFC), color-stop(100%, #BECEF7));
    border-color: #AAC0FA;
    border-radius: 3px;
    color: #333;
    outline: none;
}
.api-list-item a:hover, .api-list-item a:focus {
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}
.apis .message {
    color: #888;
}
.apis .result a {
    padding: 3px 5px 2px;
}
.apis .result .type {
    right: 4px;
    top: 7px;
}
.api-list-item .yui3-highlight {
    font-weight: bold;
}
.form-inline label {
    line-height: 20px;
}
.args-list .arg {
    padding: 0;
}
.constructor .description {
    display: none;
}
.returns-description {
    padding-left: 20px;
}
.index-section h3 {
    border-bottom: solid 1px rgba(0,0,0,0.07);
    margin-top:10px;
    padding-bottom: 5px;
}
.nav.example-list {
    margin:10px 0 10px 0;
}
.nav.example-list a {
    cursor:pointer !important;
}
.example-show {
    border:solid 1px #ddd;
    border-radius: 3px;
    width:100%;
    height:50px;
    /*max-height: 700px;*/
    background: url(loading.gif) no-repeat center center;
}
.example-show.demo-loaded  {
    background: none;
}
.btn-viewDemo,.btn-editDemo {
    margin-left:20px;
}
.example-content .stdoc-code {
    display: none;
}
.example-content .stdoc-code.active {
    display: block;
}


.example-list:empty{
    display: none;
}
body .table-bordered>tbody>tr>td,body .table-bordered>tbody>tr>th{
    border: none;
}
body .apidocs .tab-content .item{
    padding-left: 0px;
}
body .apidocs .item .name{
    margin:5px 0px 10px 0px;
}
body .mainlogo img{
    width: 37px;
    height: 37px;
}
/*配置相关*/
.hide-view-demo .btn-viewDemo{
    display: none;
}
.hide-edit-code .btn-editDemo{
    display: none;
}
.hide-found-at .foundat{
    display: none;
}

/*自定义样式*/

.custom-navbar{
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    border-color: #ccc;
}
.custom-navbar .navbar-nav li a,.custom-navbar .mainlogo{
    font-weight: 700;
}
.custom-navbar .navbar-nav li a,.custom-navbar .navbar-nav li a:visited,.custom-navbar .mainlogo,.custom-navbar .mainlogo:visited {
    white-space: nowrap;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
    color: #565a5f;
}
.custom-navbar .navbar-nav li a:hover,.custom-navbar .mainlogo:hover{
    color: #38b7ea;
}

body{
    background: #f5f8f9;
    font-size: 14px;
}

h1{
    font-size: 28px;
}
h2{
    font-size: 22px;
}
h3{
    font-size: 16px;
}
#sidebar{
    border-right: solid 1px #e2e2e2;
    -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
.yui3-smart .well,.table,#sidebar{
    background: #fff;
}
.page-header {
    padding-bottom: 5px;
    margin: 20px 0 0;
    border-bottom: none;
}
.well{
    margin-bottom: 15px;
    padding: 10px 15px;
}
body .apidocs .tab-content .item {
    background: #fff;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 15px 10px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
    opacity: 0.8;
    margin-top: 0;
}
body .apidocs .tab-content .item:hover {

    opacity: 1;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}
body .apidocs .tab-content .item h3,body .apidocs .tab-content .item h3 code{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .apidocs .tab-content .item:hover h3{
    color: #38b7ea;
    border-bottom-color: #38b7ea;
}
body .apidocs .tab-content .item h3 code{
    color: #c7254e;
}
body .apidocs .tab-content #property .item:hover h3,body .apidocs .tab-content #event .item:hover h3{
    border-color: #c7254e;
}
#txtSearchAPI{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
#sidebar_list dt {
    margin-top: 0;
}
.apidocs-index{
    padding: 15px 20px;
    margin-top: 20px;
    border: 1px solid #e2e2e2;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.icon-sidebar-btn{
    position: absolute;
    top: 28px;
    right: 10px;
    margin-top: -6px;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}
.icon-sidebar-btn-close{
    top: 11px;
    /*right: -50px;*/
    margin-top: -6px;
    font-weight: normal;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 20px;
    background: rgba(255,255,255,0.6);
}
.icon-sidebar-btn .glyphicon{

}
.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #888;
}
.navbar-collapse.in{
    overflow-y: visible;
}

.params-box{
    margin: 5px 0;
}
.params-box .param-description{
    font-size: 90%;
    margin-left: 5px;
    /*line-height: 20px;*/
    /*margin: 5px 0;*/
}
.params-box .param-description p{
    display: inline-block;
    line-height: 22px;
}
.params-wap-table{
    display: none;
}
@media (max-width:768px){

    .params-pc-table{
        display: none;
    }
    .params-wap-table{
        display: block;
    }
    body,pre code{
        font-size: 12px;
    }
    .stdoc-content{
        padding: 0 10px;
    }
    .container-fluid{
        padding-right: 10px;
        padding-left: 10px;
    }
    .apidocs .index-list{
        font-size: 14px;
    }
    .yui3-smart p{
        line-height: 22px;
    }
    .apidocs .item .name{
        font-size: 16px;
    }
    h2{
        font-size: 18px;
    }
    h1{
        font-size: 20px;
    }
}
@media screen and (min-width: 768px){
    .app-example .device-box{
        position: relative;
    }
    .app-example .device {
        display: block;
        position: absolute;
        top: 78px;
        left: 16px;
        width: 395px;
        height: 813px;
        margin-left: -20px;
        font-family: "Helvetica Neue",sans-serif;
        background-image: url(device-sprite.png);
        background-repeat: no-repeat;
        background-position: -395px 0;
        background-size: 300%;
        -webkit-transition: background-image .1s linear;
        -moz-transition: background-image .1s linear;
        transition: background-image .1s linear;
    }
    .app-example .device-content,.app-example .example-show{
        background-color: #efeff4;
        position: absolute;
        top: 195px;
        left: 33px;
        width: 321px;
        height: 569px;
        max-height: 569px;
        overflow: hidden;
        font-size: 17px;
        line-height: 21px;
        z-index: 2;
    }
    .app-example .example-content .prettyprint{
        margin-left: 395px;
    }
    .app-example{
        min-height: 880px;position: relative;
    }
    .app-example .btn-method-box{
        text-align: right;
    }

}