html {
	background: rgb(239, 239, 239); font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent;
}
body {
	color: rgb(51, 51, 51); padding-top: 80px; font-size: 14px;
}
li {
	margin: 0px; padding: 0px;
}
ul {
	margin: 0px; padding: 0px;
}
button {
	line-height: inherit; font-family: inherit; font-size: inherit;
}
input {
	line-height: inherit; font-family: inherit; font-size: inherit;
}
select {
	line-height: inherit; font-family: inherit; font-size: inherit;
}
textarea {
	line-height: inherit; font-family: inherit; font-size: inherit;
}
a {
	color: rgb(51, 122, 183); text-decoration: none;
}
a:focus {
	color: rgb(35, 82, 124); text-decoration: underline;
}
a:hover {
	color: rgb(35, 82, 124); text-decoration: underline;
}
a:focus {
	outline: dotted thin; outline-offset: -2px;
}
.pagebar {
	padding: 20px 0px;
}
.pagebar .page {
	margin: 0px 5px; border-radius: 3px; width: 32px; text-align: center; color: rgb(136, 136, 136); line-height: 32px; display: inline-block; background-color: rgb(255, 255, 255);
}
.pagebar .page:hover {
	color: rgb(255, 255, 255); background-color: rgb(87, 129, 191);
}
.pagebar .now-page {
	color: rgb(255, 255, 255); background-color: rgb(87, 129, 191);
}
.tags a {
	margin-right: 15px;
}
footer {
	padding: 0px 20px 20px; color: rgb(153, 153, 153);
}
footer p {
	line-height: 175%;
}
@media all and (max-width:768px)
{
footer {
	text-align: center;
}
}
.site-header {
	background: rgb(87, 129, 191); height: 60px; padding-top: 5px; box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
}
.site-header .mobile-menu {
	display: none; position: relative;
}
.sidebar {
	background: rgb(255, 255, 255); top: 60px; bottom: 0px; overflow: auto; display: block; position: fixed; z-index: 1000;
}
.sidebar-left {
	left: 0px;
}
.sidebar-auto {
	right: 0px;
}
.sidebar-right {
	right: 0px;
}
@media all and (min-width:768px)
{
.sidebar-auto {
	left: 0px;
}
.row .sidebar.sidebar-left.sidebar-sm-show {
	left: 0px; transform: translate(0px, 0px); -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); -moz-transform: translate(0, 0);
}
.row .sidebar.sidebar-right.sidebar-sm-show {
	right: 0px; transform: translate(0px, 0px); -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); -moz-transform: translate(0, 0);
}
}
@media all and (min-width:992px)
{
.row .sidebar.sidebar-left.sidebar-md-show {
	left: 0px; transform: translate(0px, 0px); -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); -moz-transform: translate(0, 0);
}
.row .sidebar.sidebar-right.sidebar-md-show {
	right: 0px; transform: translate(0px, 0px); -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); -moz-transform: translate(0, 0);
}
}
@media all and (min-width:1170px)
{
.row .sidebar.sidebar-left.sidebar-lg-show {
	left: 0px; transform: translate(0px, 0px); -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); -moz-transform: translate(0, 0);
}
.row .sidebar.sidebar-right.sidebar-lg-show {
	right: 0px; transform: translate(0px, 0px); -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); -moz-transform: translate(0, 0);
}
}
.sidebar-animate {
	transition:transform 0.3s; -webkit-transition: -webkit-transform .3s ease; -o-transition: transform .3s ease; -moz-transition: -moz-transform .3s ease;
}
.sidebar.sidebar-left {
	transform: translate(-100%, 0px); -webkit-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0);
}
.sidebar.sidebar-left.sidebar-open {
	transform: translate(0px, 0px); -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); -moz-transform: translate(0, 0);
}
.sidebar.sidebar-right {
	transform: translate(100%, 0px); -webkit-transform: translate(100%, 0); -o-transform: translate(100%, 0); -moz-transform: translate(100%, 0);
}
.sidebar.sidebar-right.sidebar-open {
	transform: translate(0px, 0px); -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); -moz-transform: translate(0, 0);
}
.file-body {
	background: rgb(255, 255, 255); padding: 20px; -ms-word-wrap: break-word; max-width: 1000px; box-sizing: border-box; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}
.file-list {
	background: rgb(255, 255, 255); padding: 20px; -ms-word-wrap: break-word; max-width: 1000px; box-sizing: border-box; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}
.file-body blockquote {
	margin-top: 0px; margin-bottom: 16px;
}
.file-body ol {
	margin-top: 0px; margin-bottom: 16px;
}
.file-body pre {
	margin-top: 0px; margin-bottom: 16px;
}
.file-body table {
	margin-top: 0px; margin-bottom: 16px;
}
.file-body ul {
	margin-top: 0px; margin-bottom: 16px;
}
.file-body a {
	color: rgb(87, 129, 191); text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects;
}
.file-body a:active {
	text-decoration: underline; outline-width: 0px;
}
.file-body a:hover {
	text-decoration: underline; outline-width: 0px;
}
.pg-help-center .section-search .search-link-content .content-line .line-info:hover {
	text-decoration: none;
}
.pg-help-center .section-search .search-wrapper .keywords-wrapper .keyword:hover {
	text-decoration: none;
}
.file-body a:not([href]) {
	color: inherit; text-decoration: none;
}
.file-body strong {
	font-weight: 600;
}
.hljs-strong {
	font-weight: 700;
}
.file-body table th {
	font-weight: 700;
}
.file-body hr {
	background: 0px 0px; border-width: 0px 0px 1px; border-style: none none solid; border-color: currentColor currentColor rgb(231, 231, 231); margin: 15px 0px; border-image: none; height: 0px; overflow: hidden;
}
.file-body code {
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; font-size: 95%;
}
.file-body pre {
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; font-size: 95%;
}
.file-body img {
	margin: 10px 0px; padding: 12px; display: block; max-width: 100%; box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
}
.file-body video {
	margin: 10px 0px; padding: 12px; display: block; max-width: 100%; box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
}
.file-body video {
	width: 100%; max-height: 700px;
}
.file-body table {
	width: 100%; overflow: auto; display: block; border-collapse: collapse; border-spacing: 0;
}
.file-body table td {
	padding: 6px 10px; border: 1px solid rgb(221, 221, 221); border-image: none;
}
.file-body table th {
	padding: 6px 10px; border: 1px solid rgb(221, 221, 221); border-image: none;
}
.file-body table tr {
	border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid; background-color: rgb(255, 255, 255);
}
.file-body table tr:nth-child(2n) {
	background-color: rgb(248, 248, 248);
}
.file-body table > thead > tr > th {
	color: rgb(110, 133, 161); vertical-align: middle; white-space: nowrap; position: relative;
}
.file-body blockquote {
	background: rgb(247, 247, 247); margin: 0px; padding: 1em; border-radius: 4px; color: rgb(119, 119, 119); border-left-color: rgb(210, 210, 210); border-left-width: 0.25em; border-left-style: solid; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.file-body blockquote > :first-child {
	margin-top: 0px;
}
.file-body blockquote > :last-child {
	margin-bottom: 0px;
}
.file-body code {
	margin: 0px 4px; padding: 2px 6px; border-radius: 4px; color: rgb(65, 124, 198); background-color: rgb(235, 245, 255); -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.file-body pre {
	padding: 18px 30px; border-radius: 3px; line-height: 1.45; overflow: auto; margin-top: 0px; -ms-word-wrap: normal; background-color: rgb(247, 247, 247);
}
.file-body pre code {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; color: rgb(64, 64, 64); line-height: inherit; overflow: visible; display: inline; -ms-word-wrap: normal; max-width: inherit; background-color: transparent;
}
.file-body pre code::after {
	content: normal;
}
.file-body pre code::before {
	content: normal;
}
.file-body p {
	line-height: 175%; margin-bottom: 15px;
}
.file-body div {
	line-height: 175%; margin-bottom: 15px;
}
.file-title {
	line-height: 36px; font-size: 24px; margin-bottom: 15px;
}
.file-list ul li {
	line-height: 36px; overflow: hidden; font-size: 16px; display: list-item; white-space: nowrap; -ms-text-overflow: ellipsis; box-sizing: border-box;
}
.file-list ul li a {
	color: rgb(51, 51, 51);
}
.file-list ul li:nth-child(5n) {
	padding-bottom: 10px; margin-bottom: 10px; border-bottom-color: rgb(239, 239, 239); border-bottom-width: 1px; border-bottom-style: dashed;
}
.file-list ul li:last-child {
	padding-bottom: 0px !important; margin-bottom: 0px !important; border-bottom-color: currentColor !important; border-bottom-width: 0px !important; border-bottom-style: none !important;
}
.hljs-comment {
	color: rgb(142, 144, 140);
}
.hljs-quote {
	color: rgb(142, 144, 140);
}
.hljs-deletion {
	color: rgb(200, 40, 41);
}
.hljs-name {
	color: rgb(200, 40, 41);
}
.hljs-regexp {
	color: rgb(200, 40, 41);
}
.hljs-selector-class {
	color: rgb(200, 40, 41);
}
.hljs-selector-id {
	color: rgb(200, 40, 41);
}
.hljs-tag {
	color: rgb(200, 40, 41);
}
.hljs-template-variable {
	color: rgb(200, 40, 41);
}
.hljs-variable {
	color: rgb(200, 40, 41);
}
.hljs-built_in {
	color: rgb(245, 135, 31);
}
.hljs-builtin-name {
	color: rgb(245, 135, 31);
}
.hljs-link {
	color: rgb(245, 135, 31);
}
.hljs-literal {
	color: rgb(245, 135, 31);
}
.hljs-meta {
	color: rgb(245, 135, 31);
}
.hljs-number {
	color: rgb(245, 135, 31);
}
.hljs-params {
	color: rgb(245, 135, 31);
}
.hljs-type {
	color: rgb(245, 135, 31);
}
.hljs-attribute {
	color: rgb(234, 183, 0);
}
.hljs-addition {
	color: rgb(113, 140, 0);
}
.hljs-bullet {
	color: rgb(113, 140, 0);
}
.hljs-string {
	color: rgb(113, 140, 0);
}
.hljs-symbol {
	color: rgb(113, 140, 0);
}
.hljs-section {
	color: rgb(66, 113, 174);
}
.hljs-title {
	color: rgb(66, 113, 174);
}
.hljs-keyword {
	color: rgb(137, 89, 168);
}
.hljs-selector-tag {
	color: rgb(137, 89, 168);
}
.hljs {
	background: rgb(255, 255, 255); padding: 0.5em; color: rgb(77, 77, 76); display: block; -ms-overflow-x: auto;
}
.hljs-emphasis {
	font-style: italic;
}
.navbar-left {
	font-size: 16px;
}
.navbar-brand {
	padding: 0px 50px 0px 30px; line-height: 50px;
}
.navbar-brand > img {
	display: inline-block;
}
.container-fluid.style-white {
	background: rgb(255, 255, 255);
}
.pagination > li > a {
	color: rgb(51, 122, 183) !important;
}
.pagination > .active > a {
	border-color: rgb(87, 129, 191) !important; color: rgb(255, 255, 255) !important; background-color: rgb(87, 129, 191) !important;
}
.tree-list {
	margin: 0px -15px;
}
.tree-list ul {
	list-style: none; margin: 0px; padding: 0px;
}
.tree-list a {
	padding: 0px 8px 0px 18px; height: 40px; color: rgb(51, 51, 51); line-height: 40px; overflow: hidden; text-decoration: none; display: block; white-space: nowrap; position: relative; -ms-text-overflow: ellipsis;
}
.tree-list a > i {
	right: 0px; font-size: 20px; float: right; position: relative;
}
.tree-list a > i::before {
	padding-right: 5px; content: " ";
}
.tree-list a.has-child > i::before {
	content: "\e6a7";
}
.tree-list a.has-child.open > i::before {
	content: "\e6a6";
}
.tree-list a.has-child + ul {
	display: none;
}
.tree-list a.has-child.open + ul {
	display: block;
}
.tree-list a:hover {
	color: rgb(51, 122, 183); cursor: pointer;
}
.tree-list a.active {
	background: rgb(237, 241, 248); color: rgb(51, 122, 183);
}
.tree-list a.active::before {
	background: rgb(87, 129, 191); left: 0px; top: 0px; width: 4px; bottom: 0px; position: absolute; content: " ";
}
.page-menu-btn {
	margin: 0px; top: 12px; right: 5px; position: fixed; z-index: 9999;
}
.page-menu-btn .icon-bar {
	background: rgb(255, 255, 255);
}
@media screen and (max-width:768px)
{
.site-header .mobile-menu {
	display: block;
}
}
.site-header .mobile-menu .menu-btn {
	width: 150px; text-align: center; color: rgb(255, 255, 255); line-height: 50px; font-size: 16px; position: relative;
}
.site-header .mobile-menu .menu-btn::after {
	top: 2px; right: 18px; color: rgb(255, 255, 255); font-family: "finex help"; font-size: 20px; position: absolute; content: "\e6a6";
}
.site-header .mobile-menu .menu-wrapper {
	background: rgb(255, 255, 255); left: 10px; top: 45px; width: 150px; display: none; position: absolute; z-index: 888; box-shadow: 0px 2px 3px 0px rgba(146,146,146,0.5); -webkit-box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5);
}
.site-header .mobile-menu .menu-search.site-search .btn-back {
	display: block;
}
.site-header .mobile-menu .menu-wrapper.active {
	display: block;
}
.site-header .mobile-menu .menu-wrapper li {
	line-height: 40px; padding-left: 40px; font-size: 16px; position: relative;
}
.site-header .mobile-menu .menu-wrapper li.active {
	color: rgb(51, 122, 183);
}
.site-header .mobile-menu .menu-wrapper li::after {
	background: rgb(234, 234, 234); left: 0px; height: 1px; right: 0px; bottom: 0px; position: absolute; content: "";
}
.site-header .mobile-menu .menu-wrapper li:last-child::after {
	background: 0px 0px;
}
.site-header .mobile-menu .menu-wrapper li.active > a {
	color: rgb(51, 122, 183);
}
.site-header .mobile-menu .menu-wrapper li:active > a {
	color: rgb(51, 122, 183);
}
.site-header .mobile-menu .menu-wrapper li > a {
	color: rgb(51, 51, 51); text-decoration: none;
}
.site-header .mobile-menu .menu-search {
	top: 50%; right: 60px; position: absolute; transform: translate(0px, -50%); -o-transform: translate(0, -50%); -moz-transform: translate(0, -50%);
}
.site-header .mobile-menu .menu-search.for-right {
	right: 10px;
}
.site-header .mobile-menu .menu-search.site-search {
	top: 25px; width: 80%; right: 8px;
}
.site-header .mobile-menu .menu-search.site-search > i {
	display: none;
}
.site-header .mobile-menu .menu-search.site-search > input {
	display: none;
}
.site-header .mobile-menu .menu-search > input {
	border-radius: 20px !important; padding-right: 35px; display: none;
}
.site-header .mobile-menu .menu-search > input:focus {
	border-color: rgb(87, 129, 191); outline: 0px; box-shadow: 0px 0px 0px 2px rgba(13,179,166,0.2); -webkit-box-shadow: 0 0 0 2px rgba(13, 179, 166, .2);
}
.site-header .mobile-menu .menu-search > input:focus + i {
	color: rgb(87, 129, 191);
}
.site-header .mobile-menu .menu-search > i {
	top: 50%; right: 12px; color: rgb(255, 255, 255); font-size: 20px; position: absolute; z-index: 2; cursor: pointer; transform: translate(0px, -50%); -o-transform: translate(0, -50%); -moz-transform: translate(0, -50%);
}
.site-header .mobile-menu .menu-search .btn-back {
	left: -15%; top: 50%; display: none; position: absolute; transform: translate(0px, -50%); -webkit-transform: translate(0, -50%); -o-transform: translate(0, -50%); -moz-transform: translate(0, -50%);
}
.site-header .mobile-menu .menu-search .btn-back > a {
	text-decoration: none;
}
.site-header .mobile-menu .menu-search .btn-back > a > i {
	color: rgb(87, 129, 191); font-size: 25px;
}
.site-header .navbar-left {
	font-size: 14px;
}
.site-header .nav > li > a {
	color: rgb(255, 255, 255);
}
.site-header .nav > li > a:focus {
	background: 0px 0px; color: rgb(237, 241, 248);
}
.site-header .nav > li > a:hover {
	background: 0px 0px; color: rgb(237, 241, 248);
}
.site-header .nav > li.active > a {
	color: rgb(87, 129, 191);
}
.site-header .navbar-brand {
	padding: 0px 50px 0px 15px; line-height: 50px;
}
.site-header .navbar-brand > img {
	height: 32px; display: inline-block;
}
@media screen and (max-width:768px)
{
.site-header .collapse.navbar-collapse {
	display: none !important;
}
.site-header .navbar-brand > img {
	height: 0px;
}
}
.site-header .container-fluid {
	padding: 0px 20px 0px 30px;
}
.mobile-menu-search-bar {
	background: rgb(255, 255, 255); transition:transform 218ms; left: 0px; top: 0px; height: 60px; right: 0px; position: fixed; z-index: 99999; transform: translate(0px, -160px); -webkit-transition: transform 218ms; -o-transition: transform 218ms; -webkit-transform: translate(0, -160px); -o-transform: translate(0, -160px); -moz-transform: translate(0, -160px); -moz-transition: transform 218ms;
}
.mobile-menu-search-bar.bar-show {
	transform: translate(0px, 0px); -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); -moz-transform: translate(0, 0);
}
.mobile-menu-search-bar .search-wrapper {
	left: 10px; top: 10px; right: 130px; bottom: 10px; position: absolute;
}
.mobile-menu-search-bar .search-wrapper > input {
	background: rgb(233, 233, 233); padding: 0px 10px; outline: 0px; border-radius: 3px; border: currentColor; border-image: none; width: 100%; height: 100%; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.mobile-menu-search-bar .search-wrapper > input:-ms-input-placeholder {
	color: rgb(153, 153, 153);
}
.mobile-menu-search-bar .search-btn-wrapper {
	top: 10px; right: 0px; bottom: 10px; position: absolute;
}
.mobile-menu-search-bar .search-btn-wrapper .search-btn {
	border-radius: 3px; transition:background 218ms; width: 60px; text-align: center; color: rgb(87, 129, 191); line-height: 40px; display: inline-block; -webkit-transition: background 218ms; -o-transition: background 218ms; -moz-transition: background 218ms; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.mobile-menu-search-bar .search-btn-wrapper .search-btn.style-green {
	background: rgb(87, 129, 191); color: rgb(255, 255, 255);
}
.mobile-menu-search-bar .search-btn-wrapper .search-btn.style-green:active {
	background: rgb(107, 144, 199);
}
@media screen and (max-width:768px)
{
.site-hide#jdy-logo {
	display: none;
}
}
#doc-search {
	transition:width 218ms; width: 234px; margin-top: 8px; -webkit-transition: width 218ms; -o-transition: width 218ms; -moz-transition: width 218ms;
}
.active#doc-search {
	width: 350px;
}
#doc-search .form-control {
	box-shadow: none; -webkit-box-shadow: none;
}
@media all and (max-width:768px)
{
#doc-search {
	width: 100%;
}
}
.navbar {
	margin-bottom: 0px;
}
.navbar-right {
	width: 350px; margin-right: 0px; margin-left: 0px; position: relative;
}
.navbar-right > li {
	float: right;
}
.navbar-right .workbench-nav {
	top: 15px; width: 96px; height: 20px; right: 0px; display: flex; position: absolute; justify-content: space-between; align-items: center; -webkit-box-align: center; -webkit-align-items: center; -webkit-box-pack: space-between; -webkit-justify-content: space-between;
}
.navbar-right .workbench-nav:hover {
	text-decoration: none;
}
.navbar-right .workbench-nav .icon-layer {
	color: rgb(87, 129, 191); font-size: 18px;
}
.navbar-right .search-input .input-group > input {
	border-radius: 5px; border: 0px currentColor; border-image: none; height: 36px; padding-right: 35px; padding-left: 10px; font-size: 12px;
}
.navbar-right .search-input .input-group > input:-ms-input-placeholder {
	color: rgb(153, 153, 153);
}
.navbar-right .search-input .input-group > input:focus {
	border-color: rgb(87, 129, 191); outline: 0px; box-shadow: 0px 0px 0px 2px rgba(13,179,166,0.2); -webkit-box-shadow: 0 0 0 2px rgba(13, 179, 166, .2);
}
.navbar-right .search-input .input-group > input:focus + i {
	color: rgb(87, 129, 191);
}
.navbar-right .search-input .input-group > i {
	top: 50%; right: 12px; color: rgb(87, 129, 191); font-size: 16px; position: absolute; z-index: 2; cursor: pointer; transform: translate(0px, -50%); -webkit-transform: translate(0, -50%); -o-transform: translate(0, -50%); -moz-transform: translate(0, -50%);
}
.navbar-right .search-input .input-group > i:hover {
	color: rgb(87, 129, 191);
}
.navbar-right .nav-btn {
	transition:background 218ms; cursor: pointer; -webkit-transition: background 218ms; -o-transition: background 218ms; -moz-transition: background 218ms;
}
.navbar-right .nav-btn.enter-workbench {
	padding: 0px; color: rgb(87, 129, 191);
}
.back-top-link {
	background: rgb(105, 105, 105); border-radius: 5px; transition:218ms; width: 40px; height: 40px; right: 60px; bottom: 30px; position: fixed; cursor: pointer; opacity: 0.4; -webkit-transition: all 218ms; -o-transition: all 218ms; -moz-transition: all 218ms; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
@media screen and (max-width:768px)
{
.back-top-link {
	left: auto !important; right: 15px;
}
}
.back-top-link:hover {
	opacity: 0.7;
}
.back-top-link.link-hide {
	opacity: 0;
}
.back-top-link > i {
	left: 50%; top: 50%; color: rgb(255, 255, 255); font-size: 35px; position: absolute; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);
}
