
body
{
    font-family: "Roboto","微软雅黑","PingFangSC-Regular","黑体","Lucida Sans Unicode",Verdana,sans-serif;
    color: black;
}
.nav_wrapper
{
    position: fixed;
    /*width: 1200px;*/
    width: 97%;
    height: 5000px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.nav_wrapper>.md-sidebar
{
    position: relative;
    height: calc(100vh - 114px) !important;
}
.md-header-nav
{
    height: 100%;
    width: 95%;
    max-width: none;
}
.md-header-nav>.md-flex
{
    height: 100%;
    
}
.md-grid
{
    /*width: 1200px;*/
    padding: 0px;
}
.md-sidebar
{
    width: 260px;
}
.md-search{
    display: none;
}
.placeholder
{
    color: #888 !important;
}
#request:after,
#response:after
{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 20px;
}
@media only screen and (max-width: 76.25em)
{
    .nav_wrapper {
        /*position: fixed;*/
        width: 100%;
        /*height: 3000px;*/
        /* max-width: 122rem; */
    }
}
@media only screen and (min-width: 76.25em)
{
    .md-content__inner
    {
        margin-top: 0px;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 70px;
    }

    .md-content
    {
        margin-left: calc(200px + 5%);
        margin-right: 0;
    }
    /*.md-sidebar--secondary[data-md-state=lock] 
    {
        margin-left: 0px;
        right: 0px;
    }*/
}
.md-content
{
    position: relative;
    z-index: 1;
}
.md-sidebar--secondary[data-md-state=lock] 
{
    /*right: 0px;*/
    /*position: absolute;*/
    /*right: 0px !important;*/
    margin-left: 0px;
    float: right;
    -webkit-transform: none;
            -ms-transform: none;
        transform: none;
}
.md-nav__link_lv1
{
    word-wrap: break-word;
}
[data-md-color-primary=light-blue] .md-nav__link--active, 
[data-md-color-primary=light-blue] .md-nav__link:active,
.md-nav__link:focus, 
.md-nav__link:hover
{
    /*change selected color here*/
    color: #FF562B
}
/*[data-md-color-primary=light-blue] .md-nav__link--active, 
[data-md-color-primary=light-blue] .md-nav__link:active,
.md-nav__link:focus, 
.md-nav__link:hover,
.md-content
{
    font-weight: lighter;
    color: #03a9f4
}*/
.md-header-nav>.md-flex>.md-flex__cell.md-flex__cell--shrink:nth-of-type(1)
{
    vertical-align: middle;
}
.md-logo
{
    width: 181px;
    margin: 0px;
    padding: 0px;
}
.md-sidebar__scrollwrap
{
    margin: 0px;
    /*font-family: "Arial"*/
}
.md-main__inner
{
    padding-top: 0px;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    max-width: none;
}
@media only screen and (max-width: 800px)
{

    .md-sidebar--primary {
        left: -260px;
        top: 71px !important;
        margin-top: 71px !important;
        position: fixed !important;
    }
    [data-md-toggle=drawer]:checked~.md-container .md-sidebar--primary
    {
        transform: translateX(260px);
    }
    .copy-btn
    {
        right: 1.6rem !important;
    }   
}
@media only screen and (min-width: 500px) and (max-width: 800px)
{
    .copy-btn
    {
        right: 3% !important;
    }   
}
.md-sidebar
{
    top: 0px !important;
    padding-top: 0px;
    margin-top: 0px;
}

.md-typeset h1[id]
{
    padding-top: 0px;
}
.md-nav__title.md-nav__title--site
{
    display: none;
}
.md-nav.md-nav--primary>.md-nav__list>.md-nav__item
{
    padding-left: 0px;
}
.md-nav.md-nav--primary>.md-nav__list>.md-nav__item:nth-of-type(1)/*index link*/
{
    display: none;
}
.md-nav.md-nav--primary>.md-nav__list>.md-nav__item:nth-of-type(2)
{
    padding-top: 0px;
}
td em
{
    color: #3d9fd0;
}
.light-blue
{
    /*color: #3d9fd0;*/
}
code .str,
code .lit
{
    color: black;
}
pre
{
    /*position: relative;*/
    
    max-height: 400px;
    overflow-y: scroll;
}
.mCSB_scrollTools.mCSB_2_scrollbar.mCS-my-theme.mCSB_scrollTools_vertical
{
    margin-bottom: 40px;
}
pre
{
    /*background-color: white !important;*/
    background-color: transparent !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
pre code
{
    /*margin-top: -20px !important;
    margin-bottom: 25px !important;*/
    display: block;
}
.mCustomScrollBox:before,
.mCSB_container:before
{
    display: none !important;
}
pre code, pre code span
{
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 15px;
    font-family: "Consolas";
    line-height: 1;
}
.md-container
{
    /*background-color: #f6f6f6;*/
    background-color: white;
    /*background-color: black;*/
}
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{ 
    background-color: grey; 
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail
{ 
    background-color: transparent; 
}

.md-header
{
    background-color: white !important;
    height: 71px;
    z-index: 10;
    box-shadow: none;
    border-bottom: 1px #e9e9e9 solid;
}
.md-header>.md-header-nav.md-grid>.md-flex
{
    /*margin-top: -2px;*/
}
.md-header>.md-header-nav.md-grid>.md-flex>.md-flex__cell
{
    height: 100%;
}
.md-flex__cell
{
    vertical-align: middle;
}
.md-flex__ellipsis.md-header-nav__title
{
    color: #3f9dd0;
    padding: .8rem;
    padding-left: 28px;
}
@media only screen and (min-width: 60em)
{
    .md-search 
    {
        margin-right: 0px;
        padding: 0px;
    }
    .md-search__form
    {
        width: 300px;
    }
}
@media only screen and (min-width: 60em)
{
    .md-search__input {
        width: 100%;
        height: 4rem;
        padding-left: 4.8rem;
        -webkit-transition: background-color .25s,color .25s;
        transition: background-color .25s,color .25s;
        border-radius: .2rem;
        background-color: #f2f2f2;
        color: #888;
        font-size: 1.6rem;
    }
    [data-md-toggle=search]~.md-header .md-search__input+.md-search__icon, 
    [data-md-toggle=search]~.md-header .md-search__input::-webkit-input-placeholder
    {
        color: rgba(0,0,0,.54);
    }
    [data-md-toggle=search]~.md-header .md-search__input+.md-search__icon, 
    [data-md-toggle=search]~.md-header .md-search__input::-moz-placeholder
    {
        color: rgba(0,0,0,.54);
    }
    [data-md-toggle=search]~.md-header .md-search__input+.md-search__icon, 
    [data-md-toggle=search]~.md-header .md-search__input:-ms-input-placeholder
    {
        color: rgba(0,0,0,.54);
    }
}
@media only screen and (max-width: 76.1875em)
{
    .md-flex__ellipsis.md-header-nav__title
    {
        /*padding: 0px;*/
        padding-left: 0px;
        padding-right: 0px;
    }
    html .md-nav--primary .md-nav__title--site .md-nav__button
    {
        width: auto;
        height: auto;
    }
    html [data-md-color-primary=light-blue] .md-nav--primary .md-nav__title--site
    {
        background-color: white;
    }
}
.md-content__inner.md-typeset>h1:nth-of-type(1)
{
    margin-bottom: 30px;
}
.md-content__inner.md-typeset>h1:nth-of-type(1),
.md-content__inner.md-typeset>h1:nth-of-type(1)+blockquote strong
{
    color: black;
    font-weight: normal;
}
.md-content__inner.md-typeset>h1:nth-of-type(1)
{
    font-weight: 300;
}
.md-content__inner.md-typeset>h1,
.md-content__inner.md-typeset>h2
{
    /*font-family: "Roboto";*/
    font-weight: 200;
}
.md-content__inner.md-typeset>h2
{
    margin-top: 37px;
    margin-bottom: 30px;
}
.md-content__inner.md-typeset>h2+p
{
    margin-bottom: 10px;
}
.md-typeset .md-typeset__table
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.md-typeset .md-typeset__table table
{
    /*margin: 0px;*/
    /*table-layout: fixed;*/
    /*width: calc(100% - 1.6rem * 2);*/
    display: table;
    table-layout: auto;
}
.md-typeset .md-typeset__table+p
{
    margin-bottom: 10px;
}
.md-header-nav__button
{
    color: #3f9dd0;
}
h2#response
{
    margin-top: 80px;
    margin-bottom: 27px;
}
.language-name
{
    position: absolute;
    padding: 0px 10px;
    height: 25px;
    left: 0px;
    top: 0px;
    background-color: #555;
    color: #bbb;
    text-align: center;
    line-height: 25px;
}
.copy-btn>*, .language-name>*
{
    color: inherit !important;
}
.code-block
{
    position: relative;
    /*background-color: white !important;*/
    background-color: #f0f0f0 !important;
    /*padding-top: 20px !important;
    padding-bottom: 20px !important;*/
    padding: 20px !important;
    border: 1px #e9e9e9 solid;
    border-radius: 1px;
    max-height: 204px;
    overflow: hidden;
    /*-webkit-transition: all 0.6s;
    -moz-transition: all 0.6;
    transition: all 0.6s;*/
}
.code-block.extend
{
    max-height: none;
}
.code-block>pre
{
    height: auto;
    max-height: none;
}
.code-block+.extend-btn
{
    height: 18px;
    border: 1px #e9e9e9 solid;
    border-top: 0px;
    cursor: pointer;
    text-align: center;
}
.code-block+.extend-btn:before
{
    font-family: "Material Icons";
    content: "keyboard_arrow_down";
    /*display: block;*/
    height: 18px;
    line-height: 18px;
    /*background: url("../images/deltaForExpandDown.png")  no-repeat center left 16px;*/
}
.code-block.extend+.extend-btn:before
{
    content: "keyboard_arrow_up";
    /*background: url("../images/deltaForExpandUp.png")  no-repeat center left 16px;*/
}
.copy-btn
{
    /*position: absolute;
    width: 50px;
    height: 30px;
    line-height: 30px;
    top: -40px;
    left: auto;
    right: 0px;
    cursor: pointer;
    color: white;
    background-color: #3e9ed1;
    text-align: center;
    border-radius: 3px;*/
    position: absolute;
    width: 44px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    /* top: -40px; */
    left: auto;
    right: 45px;
    margin-top: -30px;
    cursor: pointer;
    color: white;
    background-color: #3e9ed1;
    text-align: center;
    border-radius: 3px;
}
#response ~.copy-btn
{
    display: none;
}
.copy-btn:hover,
.copy-btn.zeroclipboard-is-hover
{
    /*color: black;*/
    background-color: #555;
}
.md-footer-copyright-right
{
    float: right;
}
.prettyprint
{
    border: none !important;
}
.response-tabs .md-typeset__table
{
    display: none;
}
.response-tabs .md-typeset__table.active
{
    display: block;
}
.response-tabs .md-typeset__table .tab-title
{
    height: 47px;
    /*background-color: rgb(117, 117, 117);*/
    background-color: #f0f0f0;
    display: inline-block;
    line-height: 47px;
    color: black;
    margin: 0 1.6rem;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    margin-bottom: -2px;
    text-align: center;
    /*box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.38);*/
}
/*.response-tabs .md-typeset__table .tab-title:after
{
    content: "";
    display: block;
}*/
td em
{
    display: block;
    font-style: normal;
}
td a
{
    position: relative;
}
td a
{
    border-bottom: 1px #3d9fd0 solid;
}
/*td a:before
{
    content: "";
    display: block;
    height: 1px;
    background-color: #3d9fd0;
    width: calc(100% - 15px - 4px);
    position: absolute;
    left: 0px;
    bottom: -1px;
}*/
td a:hover
{
    border-bottom-color: transparent;
}
/*td a:hover:before
{
    display: none;
}*/
td a:after
{
    /*font-family: "Material Icons";
    content: "flag";
    font-size: 1.5rem;
    padding-left: 5px;*/
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url(../images/link-icon.png);
    bottom: -2px;
    margin-left: 5px;
    position: absolute;
}
.md-typeset table:not([class])
{
    width:100%;
    font-size: 1.4rem;
    box-shadow: none;
    /*border-left: 1px #e9e9e9 solid;
    border-right: 1px #e9e9e9 solid;*/
    border-bottom: 1px #e9e9e9 solid;
}
.md-typeset table:not([class]) th
{
    /*background-color: rgb(117, 117, 117);*/
    background-color: #f0f0f0;
    min-width: 0px;
    color: black;
}
.md-typeset table:not([class]) thead tr
{
    border-top: 1px #e9e9e9 solid;
    border-bottom: 1px #e9e9e9 solid;
}
.md-typeset table:not([class]) tbody tr:last-of-type
{
    border-bottom: 2px #e9e9e9 solid;
}
.md-typeset table:not([class]) tr
{
    border-left: 1px #e9e9e9 solid;
    border-right: 2px #e9e9e9 solid;
}
.md-typeset table:not([class]) td
{
    border-top: 1px #e9e9e9 solid;
}
/*#request+p+.md-typeset__table table:not([class]) th
{
    min-width: 0px;
}*/
/*#request+p+.md-typeset__table table:not([class]) th:nth-of-type(1)
{
    width: 150px;
}
#request+p+.md-typeset__table table:not([class]) th:nth-of-type(2)
{
    width: 118px;
}
#request+p+.md-typeset__table table:not([class]) th:nth-of-type(3)
{
    width: 86px;
}
#request+p+.md-typeset__table table:not([class]) th:nth-of-type(4)
{
    width: auto;
}
#request+p+.md-typeset__table table:not([class]) th:nth-of-type(5)
{
    width: 161px;
}*/
.response-tabs-tabs-item
{
    position: relative;
    display: inline-block;
    /*padding: 10px;*/
    padding: 12px 20px;
    /*border: 1px grey solid;*/
    cursor: pointer;
    border-bottom: none;
    /*margin-right: 1px;*/
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    /*box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.13);*/
    font-size: 1.28rem;
}
.md-typeset table:not([class])>tbody
{
    background-color: white;
}
.response-tabs-tabs-item:hover, .response-tabs-tabs-item.active
{
    /*background-color: rgb(117, 117, 117);*/
    color: black;
    /*border-bottom: 3px #6f6f6f solid;*/
}
.response-tabs-tabs-item:hover:after, 
.response-tabs-tabs-item.active:after
{
	content: "";
	display: block;
	height: 2px;
	background-color: #3e9ed1;
	width: 100%;
	margin-top: 5px;
}
.response-tabs-content
{
    position: relative;
    z-index: 1;
}
.response-tabs-content>.md-typeset__table
{
    margin-top: -2px;
}
/*.response-tabs-content>.md-typeset__table th:nth-of-type(1)
{
    width: 146px;
}
.response-tabs-content>.md-typeset__table th:nth-of-type(2)
{
    width: 111px;
}
.response-tabs-content>.md-typeset__table:nth-of-type(2) th:nth-of-type(2)
{
    width: 27%;
}
.response-tabs-content>.md-typeset__table th:nth-of-type(3)
{
    width: auto;
}*/
/*#response~*+.response-tabs .response-tabs-content table
{*/
    /*table-layout: fixed;*/
    /*word-break: break-all;*/
/*}*/
.md-footer-nav__inner
{
    width: 97%;
    max-width: none;
}
.md-footer-meta__inner
{
    width: 90%;
    max-width: none;
}


/* header links */
.nav-links {
	list-style: none;
	color: black;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: table-cell;
	/* height: 100%; */
	/* vertical-align: middle; */
	height: 45px;
}
.nav-links>li {
	display: inline-block;
	/* margin-left: 10px; */
	position: relative;
	/*height: 100%;*/
    height: 45px;
    margin-top: 26px;
    margin-right: 20px;
}
.nav-links>li>a
{
	height: 100%;
	display: block;
}
.nav-links>li.active :after,
.nav-links>li:hover :after
{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #3e9ed0;
	height: 2px;
}


/* new background*/

.md-container .md-main:before{
	content: "";
	display: block;
	position: fixed;
	left: 0px;
    top: 71px;
	width: calc(2% + 260px);
	height: 100%;
    background-color: #f6f6f6;
}
.md-footer
{
    position: relative;
}

article.md-content__inner.md-typeset
{
    margin-bottom: 30px;
}


[data-md-component="navigation"] .md-sidebar__inner
{
    border-right: 0px;
}


/* faq */
.collapse-item-wrapper
{
    margin-top: 30px;
    margin-bottom: 60px;
}
.collapse-item-wrapper:after
{
    content: "";
    display: block;
    height: 1px;
    position: relative;
    bottom: -30px;
    background-color: #e9e9e9;
}
.collapse-item-wrapper>h2
{
    color: rgb(84, 141, 212);
    cursor: pointer;
    margin: 0px;
}
/*.collapse-item-wrapper>h2:before
{
    display: none;
}*/
.collapse-item-wrapper .collapse-item-content
{
    overflow: hidden;
}

.collapse-item-wrapper .collapse-item-content .copy-btn
{
    /*display: none;*/
    opacity: 0;
    transition: all 0.3s;
}
/*.collapse-item-wrapper.open .collapse-item-content
{
    max-height: 2000px;
}*/
.collapse-item-wrapper.open .collapse-item-content .copy-btn
{
    opacity: 1;
}


table:not([class]) td:not([align]).sub-table-title
{
    background-color: #f0f0f0;
    text-align: center;
}


.code-title
{
    margin-bottom: 10px;
    margin-top: 16px;
    display: block;
}
.code-title.output+.copy-btn
{
    display: none;
}

/**/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    margin: 20px 0px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/*footer translate*/
.md-footer-translate-left{
	float: left;
}
.md-footer-translate-left ul{
	list-style: none;
	margin:10px 0;
	line-height: 18px;
}
.md-typeset .md-footer-translate-left li{
	text-align: center;
	/*margin: 0 !important;*/
	line-height: 28px;
  display: inline-block;
  margin-right: 10px;
}
.md-footer-meta__inner {
    width: 90%;
    max-width: none;
}
.md-typeset .md-footer-translate-left li a.active{
	color:hsla(0, 0%, 100%, .7);
}
.md-typeset .md-footer-translate-left li a{
  color: #757575;
}
.md-footer-copyright-right
{
    float: right;
    margin-top: 7px;
		color:#757575;
}
.endpoint {
    color: #03a9f4;
    border: 1px #03a9f4 solid;
    border-radius: 5px;
    display: block;
    padding: 10px 20px; 
}

.response {
    margin-top: 60px;
    display: block;
}