@charset "UTF-8";
article, body, details, div, dl, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, legend, li, nav, ol, option, p, span section, ul {
    padding: 0;
    margin: 0
}

body {
    font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333
}

button, input, select {
    border: 1px solid #333;
    outline: 0
}

dl, ol, ul {
    list-style-type: none
}

a {
    text-decoration: none;
    user-select: none;
    transition: .2s
}

a:hover {
    cursor: pointer
}

a img {
    display: inline-block;
    max-width: 100%
}

select:hover {
    cursor: pointer
}

.top-nav {
    height: 70px;
    width: 100%;
    min-width: 1280px;
    position: relative;
    transition: .5s;
    color: #fff;
    z-index: 1000;
    user-select: none
}

.top-nav:hover {
    background: rgba(0, 0, 0, .3)
}

.top-nav.dark, .top-nav.dark:hover {
    background-color: #2e3037
}

.top-nav.fixed {
    position: fixed;
    top: 0
}

.top-nav .header {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.top-nav .header .logo {
    display: inline-block;
    width: 120px;
    height: 60px;
    position: relative;
    top: 5px;
    vertical-align: top;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain
}

.top-nav .nav-box {
    display: inline-block;
    height: 70px;
    margin-left: 60px
}

.top-nav .nav-box .top-nav-item {
    height: 70px;
    padding: 0 20px;
    margin: 0 5px;
    position: relative;
    float: left;
    box-sizing: border-box;
    border-bottom: 2px solid transparent
}

.top-nav .nav-box .top-nav-item:hover {
    border-bottom-color: #1a66ff;
    background: -webkit-linear-gradient(rgba(0, 0, 0, .3), rgba(45, 120, 210, .3));
    background: -moz-linear-gradient(rgba(0, 0, 0, .3), rgba(45, 120, 210, .3));
    background: -o-linear-gradient(rgba(0, 0, 0, .3), rgba(45, 120, 210, .3));
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(45, 120, 210, .3))
}

.top-nav .nav-box .top-nav-item .label {
    display: block;
    height: 70px;
    width: 80px;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    text-align: center
}

.top-nav .nav-box .top-nav-item .label:hover {
    cursor: pointer;
    color: #eee
}

.top-nav .nav-box .top-nav-item:hover .sub-list {
    height: 160px
}

.top-nav .nav-box .top-nav-item .sub-list {
    position: absolute;
    top: 70px;
    height: 0;
    background-color: #2e3037;
    overflow: hidden;
    transition: .2s
}

.top-nav .nav-box .top-nav-item .sub-list.list1, .top-nav .nav-box .top-nav-item .sub-list.list2, .top-nav .nav-box .top-nav-item .sub-list.list4 {
    left: 0
}

.top-nav .nav-box .top-nav-item .sub-list.list3 {
    width: 480px;
    left: -170px
}

.top-nav .nav-box .top-nav-item .sub-list .sub-group {
    float: left
}

.top-nav .nav-box .top-nav-item .sub-list .group-name {
    height: 40px;
    width: 120px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center
}

.top-nav .nav-box .top-nav-item .sub-list a {
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    transition: .2s
}

.top-nav .nav-box .top-nav-item .sub-list a:hover {
    background-color: #1d548c
}

.top-nav .nav-box .top-nav-item .sub-list a.sub-nav1 {
    width: 90px;
    padding: 0 15px
}

.top-nav .nav-box .top-nav-item .sub-list a.sub-nav2 {
    width: 100px;
    padding: 0 10px;
    color: #888
}

.top-nav .nav-box .top-nav-item .sub-list a.sub-nav2:hover {
    color: #fff;
    background-color: #1d548c
}

.top-nav .nav-box.right {
    float: right
}

.top-nav .nav-box.right li {
    float: left;
    height: 70px;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid transparent
}

.top-nav .nav-box.right li a.label {
    line-height: 70px;
    margin: 0 5px;
    color: #fff;
    font-size: 16px
}

.top-nav .nav-box.right li a:hover {
    color: #1a66ff
}

.top-nav .nav-box.right li.online {
    display: none;
    padding: 20px 15px
}

.top-nav .nav-box.right li.online a:hover {
    color: #fff
}

.top-nav .nav-box.right li.online .user-img {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: top;
    border-radius: 15px;
    overflow: hidden
}

.top-nav .nav-box.right li.online .user-img img {
    width: 100%;
    height: 100%
}

.top-nav .nav-box.right li.online .user-name {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.top-nav .nav-box.right li.lang-switch {
    width: 100px
}

.top-nav .nav-box.right li a.lang-label {
    display: inline-block;
    position: relative;
    padding-right: 32px;
    width: auto;
    line-height: 70px;
    font-size: 16px;
    color: #fff
}

.top-nav .nav-box.right li a.lang-label:hover {
    color: #1a66ff
}

.top-nav .nav-box.right li a.lang-label:after {
    display: block;
    width: 32px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 20px;
    background: url(../images/sign_close.png) no-repeat 8px 12px
}

.top-nav .nav-box.right li a.lang-label.open:after {
    background-image: url(../images/sign_open.png)
}

.top-nav .nav-box.right li .l-list {
    display: none;
    width: 70px;
    position: relative;
    background-color: #999;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px
}

.top-nav .nav-box.right li .language {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    color: #fff
}

.footer {
    width: 100%;
    /*height: 340px;*/
    min-width: 1280px;
    position: relative;
    background-color: #2e3037;
    user-select: none
}

.footer .nav-box {
    width: 1100px;
    position: relative;
    margin: 0 auto;
    top: 40px
}

.footer .nav-box .nav-group {
    width: 120px;
    height: 240px;
    margin-left: 60px;
    margin-right: 40px;
    position: relative;
    float: left
}

.footer .nav-box .nav-group .group-name {
    font-size: 16px;
    line-height: 40px;
    color: #fff
}

.footer .nav-box .nav-group .nav-item {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #888;
    transition: .2s
}

.footer .nav-box .nav-group .nav-item:hover {
    color: #5a96ff
}

.footer .nav-box .nav-group span {
    position: absolute
}

.footer .nav-box .nav-group span.nav-item {
    width: 200px
}

.footer .nav-box .nav-group span.nav-item:hover {
    color: #888
}

.footer .nav-box .nav-group span.nav-item a {
    display: inline-block;
    width: 120px;
    color: #1a66ff
}

.footer .nav-box .nav-group span.nav-item a:hover {
    color: #5a96ff
}

.footer .nav-box .nav-group .qrcode {
    display: block;
    width: 100px;
    height: 100px;
    bottom: 0;
    margin-top: 12px;
    background: url(../images/qrcode.jpg) no-repeat center;
    background-size: 100%
}

.footer .copyright {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #5a5b5c
}

.footer .copyright .info {
    width: 800px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 50px;
    color: #5a5b5c;
    text-align: center
}

#totop {
    display: block;
    width: 0;
    height: 0;
    position: fixed;
    right: 5px;
    bottom: 240px;
    color: #999;
    background-color: #fff;
    overflow: hidden;
    transition: .2s;
    transform-origin: center;
    z-index: 100
}

#totop.show {
    width: 40px;
    height: 48px;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: #fff
}

#totop.show:hover {
    color: #1a66ff;
    background-color: #eee
}

#totop.show:hover em {
    background-color: #eee
}

#totop em {
    display: block;
    padding: 4px;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.page-content {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0
}

.page-content .side-nav-box {
    display: inline-block;
    position: absolute;
    border-radius: 3px;
    overflow-y: auto;
    z-index: 1
}

.page-content .side-nav-box::-webkit-scrollbar {
    width: 0;
    height: 0;
    transition: .2s
}

.page-content .side-nav-box:hover::-webkit-scrollbar {
    width: 8px
}

.page-content .side-nav-box::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: inset 0 0 0 #abaeb1;
    background-color: #abaeb1
}

.page-content .side-nav-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .2);
    border-radius: 0;
    background-color: #d6dadd
}

.page-content .bread-nav-bar {
    height: 50px;
    font-size: 14px;
    line-height: 50px
}

.page-content .bread-nav-bar span {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    color: #666
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px !important
}

.side-nav {
    width: 200px;
    border-radius: 3px;
    overflow: hidden
}

.side-nav .nav-list .nav-item {
    border-bottom: 1px solid #ddd;
    background-color: #eef3f6
}

.side-nav .nav-list .nav-item.last {
    border: none
}

.side-nav .nav-list .nav-link {
    display: block;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    text-align: left;
    transition: .3s;
    padding-left: 20px
}

.side-nav .nav-list .nav-link:hover {
    color: #1a66ff
}

.side-nav .nav-list .sub-nav-list {
    background-color: #f7fafc;
    border-top: 1px solid #ddd;
    overflow: hidden
}

.side-nav .nav-list div.sub-nav-item {
    border-bottom: 1px solid #ddd;
    background-color: #f7fafc
}

.side-nav .nav-list div.sub-nav-item .sub-nav-link {
    padding-left: 30px;
    height: 32px;
    line-height: 32px
}

.side-nav .nav-list .sub-nav-item:last-child {
    border-bottom: none
}

.side-nav .nav-list .group-name {
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    color: #999;
    user-select: none;
    padding-left: 20px;
    background: #f7fafc
}

.side-nav .nav-list .sub-nav-link {
    display: block;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #757575;
    text-align: left;
    background-color: #f7fafc;
    padding-left: 30px
}

.side-nav .nav-list .sub-nav-link:hover {
    color: #1a66ff
}

.side-nav .nav-list .nav-link.on, .side-nav .nav-list .sub-nav-link.on {
    background-color: #1a66ff;
    color: #fff
}

.content-view {
    display: inline-block;
    width: 900px;
    padding: 0 40px 50px 50px;
    margin-left: 200px;
    vertical-align: top;
    position: relative
}

.content-view .title-box {
    position: relative
}

.content-view .title-box .button {
    display: inline-block;
    padding: 0 30px;
    height: 36px;
    position: absolute;
    top: 2px;
    right: 120px;
    font-size: 14px;
    line-height: 36px;
    color: #eee;
    border-radius: 5px;
    background-color: #1a66ff;
    transition: .2s
}

.content-view .title-box .button:hover {
    cursor: pointer;
    background-color: #4497ff
}

.content-view .page-title, .content-view .title-box .title {
    margin: 20px 0;
    font-size: 20px;
    line-height: 40px
}

.content-view .page-title::before {
    content: "";
    border-left: 3px solid #08f;
    padding-right: 8px
}

.content-view .description {
    padding: 10px 0
}

.content-view .description p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em
}

.content-view .api-nav-list {
    position: absolute;
    top: 70px;
    right: -80px;
    max-width: 180px;
    border: 1px solid #ddd;
    background-color: #fefefe;
    z-index: 10
}

.content-view .api-nav-list.show {
    display: block
}

.content-view .api-nav-list .api-nav {
    display: block;
    padding: 0 12px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    transition: .2s;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.content-view .api-nav-list .api-nav::before {
    display: inline-block;
    width: 5px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s
}

.content-view .api-nav-list .api-nav:hover {
    color: #217dff;
    background-color: #f0f8ff
}

.content-view .api-nav-list .api-nav:hover::before {
    background-color: #6aa8ff
}

.content-view .panel {
    padding-bottom: 20px
}

.content-view .panel .sub-title {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #555;
    font-weight: bolder
}

.content-view .panel .panel-title {
    padding-left: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #555
}

.content-view .panel .panel-title.em {
    font-weight: bolder
}

.content-view .panel .panel-title1 {
    font-size: 16px;
    line-height: 32px;
    color: #555
}

.content-view .panel .panel-title1.em {
    font-weight: bolder
}

.content-view .panel .demo-box {
    width: 900px
}

.content-view .panel .step-guide {
    padding: 0 10px;
    margin-top: 20px;
    height: 40px;
    font-size: 14px;
    line-height: 40px
}

.content-view .panel .img-box {
    margin: 0 5px;
    margin-bottom: 20px;
    max-width: 750px
}

.content-view .panel .img-box .imgWrap-ios {
    background: url(../images/bg_iphone.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    width: 301px;
    height: 600px
}

.content-view .panel .img-box .imgWrap-ios > img {
    position: relative;
    width: 282px;
    height: 463px;
    top: 66px;
    left: 8px
}

.content-view .panel .img-box .android-wrap {
    display: inline-block;
    margin-right: 5px;
    width: 292px;
    height: 600px;
    background: url(../images/bg_android.png) no-repeat center;
    background-size: 100% 100%;
    position: relative
}

.content-view .panel .img-box .android-wrap img {
    position: absolute;
    top: 60px;
    left: 12px;
    width: 264px;
    height: 486px;
    border: 1px solid #000
}

.content-view .panel .img-box img {
    max-width: 100%;
    user-select: none
}

.content-view .panel .img-box .step-desc, .content-view .panel .img-box .step-red {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    text-align: left
}

.content-view .panel .sub-panel {
    padding-left: 20px;
    margin-bottom: 30px;
    color: #777
}

.content-view .panel .sub-panel .sub-title1 {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #555
}

.content-view .panel .block-item, .content-view .panel .block-name {
    font-size: 14px;
    line-height: 24px
}

.content-view .panel .block {
    list-style-type: disc;
    padding-left: 25px
}

.content-view .panel .block:nth-last-of-type(1) {
    margin-bottom: 15px
}

.content-view .panel .step-box {
    margin-bottom: 15px
}

.content-view .panel .step-box .step-name {
    font-weight: bolder;
    margin: 5px 0;
    line-height: 32px
}

.content-view .panel .step-name {
    font-weight: bolder;
    margin: 5px 0;
    line-height: 32px
}

.content-view .panel .code-box {
    padding-top: 5px;
    margin: 15px 0;
    overflow: auto;
    border: 1px solid #e8e8e8;
    background-color: #eef3f6;
    background-image: url(/common/images/codebg.png);
    background-size: 40px;
    background-repeat: repeat;
    position: relative
}

.content-view .panel .code-box .code-head {
    height: 32px;
    position: relative;
    top: -5px;
    background-color: #fff
}

.content-view .panel .code-box .code-title {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 32px;
    color: #09f;
    border-bottom: 2px solid #0cf
}

.content-view .panel .code-box .code-wrapper {
    width: 100%;
    overflow: auto
}

.content-view .panel .code-box .code {
    font-family: consolas, Helvetica, sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #777
}

.content-view .panel .code-box1 {
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    background-color: #eef3f6;
    height: 400px;
    background-image: url(/common/images/codebg.png);
    background-size: 40px;
    background-repeat: repeat
}

.content-view .panel .code-box1 .code {
    font-family: consolas, Helvetica, sans-serif;
    padding-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    color: #777
}

.content-view .panel .slide-box {
    display: inline-block;
    width: 540px
}

.content-view .panel .slide-box .box-title {
    height: 32px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #ddd;
    border-bottom: none;
    cursor: pointer
}

.content-view .panel .slide-box .box-title:hover {
    background-color: #dcedff
}

.content-view .panel .slide-item:last-child .box-title {
    border-bottom: 1px solid #ddd
}

.content-view .panel .right-imgbox {
    display: inline-block;
    margin-left: 40px;
    width: 301px;
    vertical-align: top
}

.content-view .panel .right-imgbox .imgWrap-ios {
    background: url(../images/bg_iphone.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    width: 301px;
    height: 600px
}

.content-view .panel .right-imgbox .imgWrap-ios img {
    position: relative;
    width: 282px;
    height: 463px;
    top: 66px;
    left: 8px
}

.content-view .panel .right-imgbox .android-wrap {
    width: 292px;
    height: 600px;
    background: url(../images/bg_android.png) no-repeat center;
    background-size: 100% 100%;
    position: relative
}

.content-view .panel .right-imgbox .android-wrap img {
    position: absolute;
    top: 60px;
    left: 12px;
    width: 264px;
    height: 486px;
    border: 1px solid #000
}

.content-view .panel .right-imgbox img {
    display: inline-block;
    width: 100%;
    user-select: none
}

.content-view .panel .tab-box {
    width: 900px;
    margin: 0 auto;
    box-sizing: content-box
}

.content-view .panel .tab-box .tab-head {
    height: 40px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    overflow: hidden
}

.content-view .panel .tab-box .tab-nav {
    display: block;
    width: 150px;
    font-size: 14px;
    line-height: 40px;
    color: #555;
    text-align: center;
    float: left;
    transition: .2s
}

.content-view .panel .tab-box .tab-nav.on {
    background-color: #1a66ff;
    color: #eee
}

.content-view .panel .tab-box .code-box {
    margin-top: 0
}

.content-view .panel .tab-box .code {
    height: 500px;
    margin: 0;
    padding-right: 10px;
    padding-bottom: 10px;
    overflow: auto
}

.content-view .panel .sub-box {
    padding-bottom: 5px
}

.content-view .panel .left-box {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.content-view .panel .right-box {
    display: inline-block;
    margin-left: 10px;
    width: 100%;
    vertical-align: top
}

.content-view .panel .right-box iframe {
    width: 100%;
    height: 100%
}

.content-view .panel .download-item {
    margin-bottom: 20px;
    padding: 20px 5px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05)
}

.content-view .panel .download-item .textWrap {
    float: left;
    height: 60px;
    width: 60%;
    padding-left: 30px
}

.content-view .panel .download-item .textWrap.em {
    font-weight: bolder
}

.content-view .panel .download-item .textWrap .p-title {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #363636;
    font-weight: bolder
}

.content-view .panel .download-item .textWrap .p-line {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #777
}

.content-view .panel .download-item .btnWrap {
    float: right;
    width: 35%;
    height: 60px
}

.content-view .panel .download-item .btnWrap .p-btn {
    margin: 5px;
    height: 50px;
    line-height: 50px;
    width: 220px;
    color: #fff;
    background: #1a66ff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px
}

.content-view .panel .download-item .btnWrap .p-btn:hover {
    background: #378aed;
    cursor: pointer
}

.content-view .view[data-sj47] {
    padding-bottom: 20px
}

.content-view .view[data-sj47]::-webkit-scrollbar {
    width: 0;
    height: 0
}

.content-view .view[data-sj47]::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .2)
}

.content-view .view[data-sj47]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .2);
    border-radius: 0;
    background: rgba(0, 0, 0, .1)
}

.content-view .view[data-sj47] .line {
    font-size: 14px;
    line-height: 30px;
    color: #777
}

.content-view .view[data-sj47] .red {
    color: red;
    margin: 20px 0
}

.content-view .view[data-sj47] .yellow {
    color: #f05912;
    margin: 20px 0;
    background: #e6e1e1
}

.content-view .view[data-sj47] .line1 {
    text-indent: 1em;
    font-size: 14px;
    line-height: 30px;
    color: #777
}

.content-view .view[data-sj47] .line2 {
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
    color: #777
}

.content-view .view[data-sj47] .link {
    color: #217dff;
    cursor: pointer
}

.content-view .view[data-sj47] .link:hover {
    color: #378aed
}

.content-view .view[data-sj47] .link:visited {
    color: #217dff
}

.palette {
    width: 900px;
    margin: 0 auto
}

.palette .item-list {
    overflow: hidden
}

.palette .item-list .item {
    width: 268px;
    margin: 15px 10px;
    border: 1px solid #eaeaea;
    float: left
}

.palette .item-list .link {
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden
}

.palette .item-list .link::before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 1
}

.palette .item-list .link img {
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transition: .2s
}

.palette .item-list .item-name {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    color: #555;
    text-align: center;
    background-color: #fefefe;
    transition: .2s
}

.palette .item-list .item:hover {
    cursor: pointer
}

.palette .item-list .item:hover .link::before {
    background-color: rgba(0, 0, 0, .3)
}

.palette .item-list .item:hover .link img {
    transform: scale(1.05)
}

.palette .item-list .item:hover .item-name {
    background-color: #ddd
}

div.padding {
    padding: 0 40px
}

div.padding p {
    margin: 30px 0 50px 0;
    font-size: 14px;
    line-height: 36px
}

div.padding p.wrap {
    padding: 10px 15px;
    margin-bottom: 30px;
    position: relative;
    background-color: #f0f4f5
}

div.padding p.wrap .step {
    font-style: normal;
    font-weight: bolder
}

div.padding p.wrap .button {
    display: inline-block;
    padding: 0 30px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 100px;
    font-size: 14px;
    line-height: 36px;
    color: #eee;
    border-radius: 5px;
    background-color: #1a66ff;
    transition: .2s
}

div.padding p.wrap .button:hover {
    cursor: pointer;
    background-color: #4497ff
}

div.apidoc {
    margin: 0 10px;
    padding: 5px 0
}

div.apidoc .card-nav {
    padding: 20px 15px;
    background-color: #f0f4f5
}

div.apidoc .card-nav .nav-item {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    line-height: 20px
}

div.apidoc .card-nav .nav-item.on, div.apidoc .card-nav .nav-item:hover {
    font-weight: bolder;
    text-decoration: underline
}

div.apidoc .card-content .api-info {
    margin-bottom: 30px;
    padding-bottom: 20px
}

div.apidoc .card-content .sub-title {
    padding-left: 10px;
    font-size: 16px;
    line-height: 50px;
    color: #555;
    font-weight: bolder;
    background-color: #f0f4f5
}

div.apidoc .card-content a {
    color: #1a66ff
}

div.apidoc .card-content .block-title {
    padding-left: 10px;
    height: 50px;
    font-size: 16px;
    line-height: 50px
}

div.apidoc .card-content .block-text {
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    text-align: justify;
    background-color: #f0f4f5
}

div.apidoc .card-content .block-table {
    padding: 0;
    margin-bottom: 15px;
    overflow: hidden
}

div.apidoc .sub-title {
    line-height: 40px;
    color: #555;
    font-size: 16px;
    font-weight: bolder
}

.block-table {
    overflow: hidden
}

.block-table .table-desc {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    color: #777;
    background-color: #eef3f6
}

.block-table .input-api {
    height: 40px;
    padding: 0 20px;
    margin-bottom: 5px;
    background-color: #f0f4f5;
    font-size: 14px;
    line-height: 40px
}

.block-table table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 100%
}

.block-table table td, .block-table table th {
    padding: 5px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px ;
    line-height: 20px ;
    color: #666
}

.block-table table td p, .block-table table th p {
    margin: 5px;
    word-break: break-word;
    text-indent:0em;
    font-size: 14px ;
    line-height: 20px ;
}

.block-table table th {
    padding: 10px 5px;
    background-color: #eef3f6
}

.block-table table td[rowspan] {
    width: 10px
}

.block-table table td.input-td {
    width: 180px
}

.block-table table td.input-td p {
    width: 160px;
    margin: 0 auto
}

.block-table table td input.text, .block-table table td select {
    display: block;
    padding: 0 5px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #eef3f6;
    transition: .2s
}

.block-table table td input.text {
    height: 24px;
    width: 150px
}

.block-table table td select {
    height: 26px;
    width: 160px
}

.block-table table td input.text:focus, .block-table table td select:focus {
    border: 1px solid #ddd;
    box-shadow: 0 0 3px 1px solid #ddd
}

.block-table table td select option {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 20px
}

.block-table table td a, .block-table table td a:visited {
    display: inline-block;
    padding: 2px 5px;
    color: #1a66ff
}

.block-table table td a:hover {
    color: #77b7fb
}

.block-table table td textarea {
    display: block;
    width: 830px;
    min-height: 60px;
    padding: 5px;
    margin: 0 auto;
    resize: vertical;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #eef3f6;
    outline: 0;
    font-family: 'Microsoft Yahei', Helvetica, sans-serif
}

.block-table table td .red {
    color: red
}

.block-table table td .green {
    color: #0a8021
}

.block-table table td .blue {
    color: #00c
}

.block-table table td .text-decoration {
    text-decoration: underline
}

.block-table .btn-group {
    height: 36px;
    padding: 12px 20px;
    margin-top: 5px;
    background-color: #f0f4f5
}

.block-table .btn-group .btn-run {
    display: inline-block;
    height: 36px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 36px;
    color: #eee;
    border-radius: 4px;
    background-color: #1a66ff
}

.block-table .btn-group .btn-run:hover {
    background-color: #4497ff
}

.block-table .result-box {
    min-height: 80px;
    margin-top: 10px;
    border: 1px solid #ddd;
    font-family: consolas, 'courier new', monospace;
    background: url(/common/images/codebg.png) repeat;
    background-size: 40px;
    background-color: #eef3f6
}

.block-table .result-box .request-url {
    display: none;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #0a8021;
    border-bottom: 1px solid #ddd;
    background-color: #f0f4f5;
    word-break: break-all
}

.block-table .result-box .result {
    max-height: 400px;
    overflow: auto
}

.block-table .result-box .result-code {
    padding-left: 20px;
    font-size: 14px;
    font-family: consolas, Helvetica, sans-serif
}

.block-table .edit-table tr th:nth-child(1) {
    width: 100px
}

.block-table .edit-table tr th:nth-child(2) {
    width: 180px
}

.block-table .edit-table tr th:nth-child(3) {
    width: 80px
}

.block-table .edit-table tr th:nth-child(4) {
    min-width: 150px
}

.block-table .edit-table tr th:nth-child(5) {
    width: 64px
}

.block-table .edit-table tr td:nth-child(3), .block-table .edit-table tr td:nth-child(5) {
    text-align: center
}
