<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.frame_wrap,
body {
    -webkit-font-smoothing: antialiased
}

body,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
legend,
p,
pre {
    margin: 0
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

td,
th {
    padding: 0
}

table {
    font-size: inherit
}


fieldset,
img {
    border: none
}

li,
ol,
ul {
    list-style: none
}

body {
    font-size: 12px;
    line-height: 1.5;
    background: #e9eaeb;
    color: #333
}

h1,
h2,
h3,
h4 {
    font-size: 18px;
    font-weight: 400
}

body,
button,
input,
select,
textarea {
    font-family: "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", sans-serif;
    outline: 0;
    -webkit-text-size-adjust: none
}

button,
input,
select,
textarea {
    font-size: inherit;
    -webkit-tap-highlight-color: transparent
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

html {
    height: 100%
}

a {
    color: #4475a7;
    text-decoration: none;
    -webkit-tap-highlight-color: #0C4C7F;
}

a:hover {
    text-decoration: underline
}

a[disabled] {
    cursor: default;
    text-decoration: none;
    color: #787878
}

a[disabled]:hover {
    text-decoration: none
}

a.ww_redLink,
a.ww_redLink:hover {
    color: #F05A5A
}

input,
textarea {
    margin: 0;
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

.isWin ::-webkit-scrollbar {
    height: 10px;
    width: 8px
}

.isWin ::-webkit-scrollbar-track {
    background: 0 0
}

.isWin ::-webkit-scrollbar-thumb:hover {
    background-color: #666
}

.isWin ::-webkit-scrollbar-corner {
    background-color: #535353
}

.isWin ::-webkit-scrollbar-resizer {
    background-color: #FF6E00
}

.isWin ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ddd
}

.frame_wrap {
    position: relative;
    height: 100%;
    background-color: #fff;
}

.frame_head {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    height: 54px;
    background: #fff;
    border-bottom: 1px solid #E4E6E9;
}

.frame_logo {
    position: relative;
    display: inline-block;
    padding-top: 14px;
}

.wwopen_header_link {
    position: absolute;
    left: 0;
    top: 14px;
    width: 115px;
    height: 26px;
}

.ww_apiImg_Logo {
    display: block;
    background-image: url(../images/logo.png);
    width: 195px;
    height: 26px;
    font-size: 0;
}

.frame_sidebar {
    position: absolute;
    top: 55px;
    bottom: 0;
    width: 250px;
    background-color: #eee;
}

.wwopen_tree {
    width: 100%;
    height: 100%;
    padding-top: 25px;
    color: #333;
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wwopen_tree_item {
    margin-bottom: 14px;
}
.wwopen_tree_node a{
    display: block;
    width: 100%;
    height: 100%;
	text-decoration: none;
    color: #333;
}
.wwopen_tree_node .wwopen_tree_node_title {
    overflow: hidden;
    height: 100%;
    zoom: 1;
}

.wwopen_tree_node {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wwopen_tree_node .wwopen_tree_node_innerTitle,
.wwopen_tree_node .wwopen_tree_node_title {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: normal;
}

.wwopen_tree_node {
    position: relative;
    padding: 0 30px;
}

.wwopen_tree_node:hover {
    background-color: #ddd;
}

.wwopen_tree_node_Active {
    color: #fff;
    background-color: #f87b00;
}
.wwopen_tree_node.wwopen_tree_node_Active:hover {
    background-color: #f87b00;
}
.wwopen_tree_node_Active a{
    color: #fff;
}
.wwopen_tree_type {
    color: #999;
    line-height: 32px;
    cursor: default;
}

.wwopen_tree_type:hover {
    background: 0 0;
}

.wwopen_tree_directory {
    padding-left: 30px;
    line-height: 30px;
    cursor: pointer;
}

.wwopen_tree_node .wwopen_tree_node_innerTitle {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}



.wwopen_tree_arrow,
.wwopen_tree_node.wwopen_tree_node_Open .wwopen_tree_arrow {
    display: block;
    content: " ";
    width: 0;
    line-height: 0;
    font-size: 0;
    border-style: solid;
    border-color: transparent;
}

.wwopen_tree_arrow {
    float: right;
    margin: 12px 7px;
    border-width: 6px 5px;
    border-bottom: 0;
    border-top-color: #9B9B9B;
}

.wwopen_tree_node.wwopen_tree_node_Open .wwopen_tree_arrow {
    margin-top: 12px;
    border-width: 6px 5px;
    border-top: 0;
    border-bottom-color: #9B9B9B;
}

.wwopen_tree_doc {
    padding-left: 45px;
    height: 0;
    line-height: 28px;
    cursor: pointer;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit- : all, .2s;
    -o- : all, .2s;
     : all, .2s;
}

.wwopen_tree_node.wwopen_tree_node_Open .wwopen_tree_doc,
.wwopen_tree_node.wwopen_tree_node_Open~.wwopen_tree_doc {
    height: 28px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.frame_cnt {
    position: absolute;
    top: 55px;
    bottom: 0;
    left: 250px;
    right: 0;
    overflow-y: auto;
}

.frame_cnt_stage {
    position: relative;
    margin: 0 auto;
    padding: 30px 100px 24px;
    max-width: 900px;
    min-width: 780px;
    min-height: 100%;
}

.apiShow_cnt_titleBar {
    padding-top: 25px;
    font-size: 14px;
}

.apiShow_cnt_titleBar_text {
    overflow: hidden;
    zoom: 1;
}

.apiShow_cnt_titleBar_title {
    float: left;
    padding-right: 8px;
    font-size: 28px;
    color: #333;
    line-height: 40px;
}

.markdown-body {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    word-wrap: break-word;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.markdown-body * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.markdown-body&gt;:first-child {
    margin-top: 0!important;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    position: relative;
    margin: 1em 0 16px 0;
    font-weight: 700;
    line-height: 1.4;
}

.markdown-body h2 {
    margin: 50px 0 20px 0;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px solid #E4E6E9;
}

.apiShow_cnt_article {
    padding: 20px 0 310px;
    min-height: 500px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    overflow: auto;
    background-color: #fff;
}

.enterpriseWechat_items {
    overflow: hidden;
    margin-top: -40px;
    padding-top: 30px;
}

.enterpriseWechat_item {
    float: left;
    margin-top: 40px;
    width: 47%;
}

.enterpriseWechat_item_leftSide {
    margin-right: 6%;
}

.ww_apiImg {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.enterpriseWechat_icon {
    float: left;
    margin: 5px 26px 0 0;
    width: 60px;
    height: 60px;
    background-image: url(../images/wwopen_apiImages.png);
}

.ww_apiImg_ContactsMng {
    background-position: 0 0;
}

.ww_apiImg_MessagePush {
    background-position: -60px 0;
}

.ww_apiImg_ProcessEngine {
    background-position: -120px 0;
}

.ww_apiImg_SingleSignOn {
    background-position: -180px 0;
}

.ww_apiImg_ApplicationData {
    background-position: -240px 0;
}

.enterpriseWechat_rightCan {
    overflow: hidden;
    color: #666;
}

.enterpriseWechat_title {
    font-size: 18px;
    color: #333;
}

.enterpriseWechat_desc {
    margin: 0!important;
    font-size: 14px;
}

.markdown-body p {
    line-height: 26px;
}

.enterpriseWechat_items br {
    display: none;
}

.frame_cnt_foot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 100px 24px;
}

.frame_cnt_foot_pageNav {
    margin: 0 auto;
    padding: 24px 0 50px 0;
    border-top: 1px solid #E4E6E9;
}

.frame_cnt_foot_pageNav_left {
    float: left;
}

.frame_cnt_foot_pageNav_link {
    font-size: 14px;
}

.frame_cnt_foot_pageNav_text {
    font-size: 18px;
    color: #787878;
}

.frame_cnt_foot_pageNav_Right {
    float: right;
    text-align: right;
}

.frame_cnt_foot_inside {
    margin: 0 auto;
    padding: 38px 0 42px;
    color: #999;
    line-height: 21px;
    border-top: 1px solid #E4E6E9;
}

.frame_cnt_foot_contact {
    float: right;
}

.frame_cnt_foot_info {
    float: left;
}

.frame_cnt_foot_pageNav:after {
    clear: both;
    content: ".";
    display: block;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}

@media (min-width:1550px) {
    .frame_cnt_stage {
        max-width: 1000px;
    }
}

@media (min-width:1750px) {
    .frame_cnt_stage {
        max-width: 1100px;
    }
}

.markdown-toc {
    border-left: 4px solid #ddd;
}

.markdown-toc ul {
    padding-left: 16px;
}

.title-level2 {
    font-size: 16px;
}

.title-level3 {
    color: #666;
}

.title-level3 span {
    color: #333;
}

.prettyprint {
    padding: 12px 10px 14px;
    border: 1px solid #ddd;
    word-wrap: break-word;
    background: #f7f8fb;
}

.linenums {
    color: #999;
    margin-bottom: 20px;
    padding-left: 2.5em;
    font-size: 12px;
    text-align: left;
}

.linenums li {
    padding: 2px 0 2px 20px;
    list-style-type: decimal;
}

.linenums li code {
    font-size: 14px;
    color: #008800;
}

.linenums .pun {
    padding-left: 10px;
}

.markdown-body code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.markdown-body .tableWrap {
    width: 100%;
}

.markdown-body table {
    margin: 10px 0 20px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.markdown-body table tr {
    background-color: #fff;
}

.markdown-body table th {
    background: #f7f8fb;
}

.markdown-body table td,
.markdown-body table th {
    padding: 6px 13px;
    border: 1px solid #ddd;
}

/**
**参数表格全部套用这个
**/

table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 12px;
}
table thead th{
	font-weight:900;
	color: #666;
	background-color: #F6F6F6;
	filter: progid :   DXImageTransform .   Microsoft . 
		 gradient(startColorstr =   '#F8F8F8', endColorstr =   '#F2F2F2');
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8),
		to(#f2f2f2) );
	background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: linear-gradient(top, #f8f8f8, #f2f2f2);
}
table,table th,table td{
	border:solid 1px black;
}
table th,table td{
	padding:3px 6px;
	word-wrap: break-word;
	word-break:break-all;
}
hr{
    color:#E4E6E9;
}
/**
table tr:nth-of-type(odd) td{

	background: #fff;
}

table tr:nth-of-type(even) td{
	background: #eee;
}
**/</pre></body></html>