.sidebar {
	position: fixed;
	display: block;
	top: 60px;
	bottom: 0;
	z-index: 1000;
	overflow: auto;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
}

.sidebar-left {
	left: 0
}

.sidebar-auto,
.sidebar-right {
	right: 0
}

.row .sidebar.sidebar-left.sidebar-xs-show {
	left: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0)
}

.row .sidebar.sidebar-right.sidebar-xs-show {
	right: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media (min-width:768px) {
	.sidebar-auto {
		left: 0
	}

	.row .sidebar.sidebar-left.sidebar-sm-show {
		left: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.row .sidebar.sidebar-right.sidebar-sm-show {
		right: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@media (min-width:992px) {
	.row .sidebar.sidebar-left.sidebar-md-show {
		left: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.row .sidebar.sidebar-right.sidebar-md-show {
		right: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@media (min-width:1170px) {
	.row .sidebar.sidebar-left.sidebar-lg-show {
		left: 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.row .sidebar.sidebar-right.sidebar-lg-show {
		right: 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.sidebar-animate {
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease
}

.sidebar.sidebar-left {
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0)
}

.sidebar.sidebar-left.sidebar-open {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.sidebar.sidebar-right {
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0)
}

.sidebar.sidebar-right.sidebar-open {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

::-webkit-scrollbar {
	width: 6px;
	height: 8px
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #D8D8D8
}

::-webkit-scrollbar-track {
	border-radius: 6px;
	background: rgba(250, 250, 250, .9)
}

.markdown-body {
	max-width: 1000px;
	padding: 20px 30px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif
}

.markdown-body * {
	box-sizing: border-box
}

.markdown-body>:first-child {
	margin-top: 0 !important
}

.markdown-body>:last-child {
	margin-bottom: 0 !important
}

.markdown-body blockquote,
.markdown-body ol,
.markdown-body pre,
.markdown-body table,
.markdown-body ul {
	margin-top: 0;
	margin-bottom: 16px
}

.markdown-body a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color: #0DB3A6
}

.markdown-body a:active,
.markdown-body a:hover {
	outline-width: 0;
	text-decoration: underline
}

.pg-help-center .section-search .search-link-content .content-line .line-info:hover,
.pg-help-center .section-search .search-wrapper .keywords-wrapper .keyword:hover {
	text-decoration: none
}

.markdown-body a:not([href]) {
	color: inherit;
	text-decoration: none
}

.markdown-body strong {
	font-weight: 600
}

.hljs-strong,
.markdown-body table th {
	font-weight: 700
}

.markdown-body hr {
	height: 0;
	margin: 15px 0;
	overflow: hidden;
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #e7e7e7
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
	margin: 20px 0 15px
}

.markdown-body h1 {
	font-size: 24px;
	line-height: 33px;
	color: #2C3E50
}

.markdown-body h2 {
	font-size: 22px;
	line-height: 30px;
	color: #000;
	position: relative
}

.markdown-body h2:before {
	content: '';
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	border-left: 4px solid #0DB3A6;
	position: absolute;
	left: -12px;
	height: 60%;
	top: 20%
}

.markdown-body h3 {
	font-size: 20px;
	line-height: 28px;
	color: #404040
}

.markdown-body h4 {
	font-size: 18px;
	line-height: 25px;
	color: #595959
}

.markdown-body h5 {
	font-size: 16px;
	line-height: 22px;
	color: #737373
}

.markdown-body h6 {
	font-size: 14px;
	line-height: 20px;
	color: #8c8c8c
}

.markdown-body code,
.markdown-body pre {
	font-size: 95%;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif
}

.markdown-body img,
.markdown-body video {
	display: block;
	margin: 10px 0;
	border-style: none;
	max-width: 100%;
	padding: 12px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
	background-color: #fff
}

.markdown-body video {
	max-height: 700px;
	width: 100%
}

.markdown-body table {
	display: block;
	width: 100%;
	overflow: auto;
	border-spacing: 0;
	border-collapse: collapse
}

.markdown-body table td,
.markdown-body table th {
	padding: 6px 10px;
	border: 1px solid #ddd;
	word-break: break-word
}

.markdown-body table tr {
	background-color: #fff;
	border-top: 1px solid #ccc
}

.markdown-body table tr:nth-child(2n) {
	background-color: #f8f8f8
}

.markdown-body table>thead>tr>th {
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	color: #6E85A1
}

.markdown-body p {
	margin-top: 10px;
	margin-bottom: 10px
}

.markdown-body blockquote {
	margin: 0;
	padding: 1em;
	color: #777;
	background: #f7f7f7;
	border-left: .25em solid #d2d2d2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.markdown-body blockquote>:first-child {
	margin-top: 0
}

.markdown-body blockquote>:last-child {
	margin-bottom: 0
}

.markdown-body ol,
.markdown-body ul {
	padding-left: 2em;
	margin-top: 0;
	margin-bottom: 0
}

.markdown-body li>p {
	margin-top: 16px
}

.markdown-body li+li {
	margin-top: .25em
}

.markdown-body code {
	padding: 2px 6px;
	margin: 0 4px;
	background-color: #ebf5ff;
	color: #417cc6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.markdown-body pre {
	padding: 18px 30px;
	overflow: auto;
	line-height: 1.45;
	background-color: #f7f7f7;
	border-radius: 3px;
	word-wrap: normal;
	margin-top: 0
}

.markdown-body pre code {
	display: inline;
	max-width: inherit;
	padding: 0;
	margin: 0;
	overflow: visible;
	line-height: inherit;
	word-wrap: normal;
	background-color: transparent;
	border: 0;
	color: #404040
}

.markdown-body pre code:after,
.markdown-body pre code:before {
	content: normal
}

.hljs-comment,
.hljs-quote {
	color: #8e908c
}

.hljs-deletion,
.hljs-name,
.hljs-regexp,
.hljs-selector-class,
.hljs-selector-id,
.hljs-tag,
.hljs-template-variable,
.hljs-variable {
	color: #c82829
}

.hljs-built_in,
.hljs-builtin-name,
.hljs-link,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-params,
.hljs-type {
	color: #f5871f
}

.hljs-attribute {
	color: #eab700
}

.hljs-addition,
.hljs-bullet,
.hljs-string,
.hljs-symbol {
	color: #718c00
}

.hljs-section,
.hljs-title {
	color: #4271ae
}

.hljs-keyword,
.hljs-selector-tag {
	color: #8959a8
}

.hljs {
	display: block;
	overflow-x: auto;
	background: #fff;
	color: #4d4d4c;
	padding: .5em
}

.hljs-emphasis {
	font-style: italic
}

.navbar-left {
	font-size: 16px
}

.navbar-brand {
	padding: 0 50px 0 30px;
	line-height: 50px
}

.navbar-brand>img {
	display: inline-block
}

.pg-help-center {
	margin-top: -20px
}

.pg-help-center .section-search {
	height: 460px;
	position: relative;
	background: url(./images/download/help_center_banner.jpg) 0 46%;
	background-size: 100% auto
}

.pg-help-center .section-search .search-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .9;
	filter: alpha(opacity=90);
	background-image: linear-gradient(-270deg, #1882E0 20%, #1EAEB4 84%)
}

.pg-help-center .section-search .search-wrapper {
	position: absolute;
	top: 90px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 2
}

@media screen and (max-width:768px) {
	.pg-help-center .section-search {
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		height: 670px
	}

	.pg-help-center .section-search .search-wrapper {
		top: 38px;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		left: 7%;
		right: 7%
	}
}

.pg-help-center .section-search .search-wrapper .search-container {
	position: relative
}

.pg-help-center .section-search .search-wrapper .search-container>input {
	width: 620px;
	height: 60px;
	background: #FFF;
	outline: 0;
	border: none;
	padding-right: 50px;
	padding-left: 20px;
	font-size: 18px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.pg-help-center .section-search .search-wrapper .search-container>input:-moz-placeholder {
	color: #91A1B7
}

.pg-help-center .section-search .search-wrapper .search-container>input::-moz-placeholder {
	color: #91A1B7
}

.pg-help-center .section-search .search-wrapper .search-container>input:-ms-input-placeholder {
	color: #91A1B7
}

.pg-help-center .section-search .search-wrapper .search-container>input::-webkit-input-placeholder {
	color: #91A1B7
}

@media screen and (max-width:768px) {
	.pg-help-center .section-search .search-wrapper .search-container>input {
		width: 100%;
		height: 40px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 14px
	}
}

.pg-help-center .section-search .search-wrapper .search-container>i {
	position: absolute;
	top: 50%;
	right: 15px;
	color: #1F2D3D;
	font-size: 20px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	font-weight: 700;
	-webkit-transition: color 218ms;
	-moz-transition: color 218ms;
	-o-transition: color 218ms;
	transition: color 218ms
}

.pg-help-center .section-search .search-wrapper .search-container>i:hover {
	color: #0DB3A6
}

@media screen and (max-width:768px) {
	.pg-help-center .section-search .search-wrapper .search-container>i {
		font-size: 18px
	}
}

.pg-help-center .section-search .search-wrapper .keywords-wrapper {
	padding: 8px 15px;
	font-weight: 200
}

.pg-help-center .section-search .search-wrapper .keywords-wrapper:after,
.pg-help-center .section-search .search-wrapper .keywords-wrapper:before {
	content: " ";
	display: table;
	line-height: 0
}

.pg-help-center .section-search .search-wrapper .keywords-wrapper:after {
	clear: both
}

.pg-help-center .section-search .search-wrapper .keywords-wrapper .keyword {
	position: relative;
	float: left;
	left: 0;
	margin-right: 15px;
	font-size: 14px;
	color: #fff
}

.pg-help-center .section-search .search-link-content {
	position: absolute;
	top: 240px;
	left: 0;
	right: 0;
	width: 820px;
	margin: auto;
	z-index: 2
}

@media screen and (max-width:768px) {
	.pg-help-center .section-search .search-wrapper .keywords-wrapper {
		padding: 10px 0
	}

	.pg-help-center .section-search .search-link-content {
		width: 86%;
		top: 148px;
		padding-left: 0
	}
}

.pg-help-center .section-search .search-link-content .content-line {
	display: inline-block;
	width: 33%;
	color: #fff
}

.pg-help-center .section-search .search-link-content .content-line .line-label {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px
}

@media screen and (max-width:768px) {
	.pg-help-center .section-search .search-link-content .content-line .line-label {
		font-size: 16px
	}
}

.pg-help-center .section-search .search-link-content .content-line .line-info {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.pg-help-center .section-search .search-link-content .content-line .line-info.width-underline,
.pg-help-center .section-search .search-link-content .content-line .line-info.width-underline:hover {
	text-decoration: underline
}

.pg-help-center .section-search .search-link-content .content-line:nth-child(1) {
	padding-left: 20px
}

.pg-help-center .section-search .search-link-content .content-line:nth-child(2) {
	padding-left: 80px
}

.pg-help-center .section-search .search-link-content .content-line:nth-child(3) {
	padding-left: 130px
}

@media screen and (max-width:768px) {
	.pg-help-center .section-search .search-link-content .content-line {
		width: 100%;
		background: rgba(255, 255, 255, .1);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-bottom: 10px;
		padding: 10px 30px !important
	}

	.pg-help-center .section-search .search-link-content .content-line .line-info {
		position: relative;
		padding-left: 15px;
		font-weight: 200
	}

	.pg-help-center .section-search .search-link-content .content-line .line-info:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background: #fff;
		width: 4px;
		height: 4px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%
	}
}

.pg-help-center .section-main {
	padding: 85px 0;
	background: #fff
}

.pg-help-center .section-main .main-content {
	width: 970px;
	margin: 0 auto
}

@media screen and (max-width:768px) {
	.pg-help-center .section-main {
		padding: 35px 0
	}

	.pg-help-center .section-main .main-content {
		width: 86%
	}
}

.pg-help-center .section-main .main-content .content-item-wrapper {
	display: inline-block;
	width: 33%
}

.pg-help-center .section-main .main-content .content-item-wrapper .content-item {
	display: block;
	text-decoration: none;
	cursor: pointer;
	width: 160px;
	margin: 0 auto
}

.pg-help-center .section-main .main-content .content-item-wrapper .content-item .bg-wrapper {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.pg-help-center .section-main .main-content .content-item-wrapper .content-item .bg-wrapper.bbs-wrapper {
	background: #FECB52;
	-webkit-box-shadow: 0 0 0 10px rgba(244, 184, 63, .13);
	box-shadow: 0 0 0 10px rgba(244, 184, 63, .13)
}

.pg-help-center .section-main .main-content .content-item-wrapper .content-item .bg-wrapper.faq-wrapper {
	background: #10C47E;
	-webkit-box-shadow: 0 0 0 10px rgba(16, 196, 126, .13);
	box-shadow: 0 0 0 10px rgba(16, 196, 126, .13)
}

.pg-help-center .section-main .main-content .content-item-wrapper .content-item .bg-wrapper.update-wrapper {
	background: #1CA3FC;
	-webkit-box-shadow: 0 0 0 10px rgba(28, 162, 252, .13);
	box-shadow: 0 0 0 10px rgba(28, 162, 252, .13)
}

.pg-help-center .section-main .main-content .content-item-wrapper .content-item .bg-wrapper .bg {
	background-size: 40px auto;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	margin: 30px auto
}

.pg-help-center .section-main .main-content .content-item-wrapper .content-item .bg-wrapper .bg.bbs {
	background-image: url(/images/site/icon_bbs.png)
}

.pg-help-center .section-main .main-content .content-item-wrapper .content-item .bg-wrapper .bg.faq {
	background-image: url(/images/site/icon_faq.png)
}

.pg-help-center .section-main .main-content .content-item-wrapper .content-item .bg-wrapper .bg.update {
	background-image: url(/images/site/icon_update.png)
}

.pg-help-center .section-main .main-content .content-item-wrapper .content-item .msg {
	text-align: center;
	font-size: 24px;
	color: rgba(0, 0, 0, .65);
	padding-top: 20px;
	-webkit-transition: all 218ms;
	-moz-transition: all 218ms;
	-o-transition: all 218ms;
	transition: all 218ms
}

.pg-help-center .section-main .main-content .content-item-wrapper .content-item:hover>.msg {
	color: #0DB3A6
}

@media screen and (max-width:768px) {
	.pg-help-center .section-main .main-content .content-item-wrapper .content-item .msg {
		font-size: 13px
	}

	.pg-help-center .section-main .main-content .content-item-wrapper .content-item {
		width: 90px
	}

	.pg-help-center .section-main .main-content .content-item-wrapper .content-item .bg-wrapper {
		width: 50px;
		height: 50px
	}

	.pg-help-center .section-main .main-content .content-item-wrapper .content-item .bg-wrapper .bg {
		width: 20px;
		height: 20px;
		background-size: 20px auto;
		margin: 16px auto
	}
}

.pg-help-center .section-doc {
	padding: 85px 0;
	background: #F7F7F7
}

@media screen and (max-width:768px) {
	.pg-help-center .section-doc {
		padding: 0 0 20px
	}
}

.pg-help-center .section-doc .doc-content {
	width: 1060px;
	margin: 0 auto
}

.pg-help-center .section-doc .doc-content .content-item {
	display: inline-block;
	width: 50%
}

.pg-help-center .section-doc .doc-content .content-item .item-wrapper {
	width: 450px;
	margin: 0 auto;
	background: #FFF;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden
}

.pg-help-center .section-doc .doc-content .content-item .item-wrapper .wrapper-header {
	height: 80px;
	line-height: 80px;
	font-size: 26px;
	color: rgba(0, 0, 0, .75);
	border-bottom: 1px solid #E9E9E9;
	padding: 0 50px
}

.pg-help-center .section-doc .doc-content .content-item .item-wrapper .wrapper-body {
	padding: 15px 50px
}

.pg-help-center .section-doc .doc-content .content-item .item-wrapper .wrapper-body .body-link {
	height: 30px;
	line-height: 30px;
	color: rgba(0, 0, 0, .75);
	position: relative;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 218ms;
	-moz-transition: all 218ms;
	-o-transition: all 218ms;
	transition: all 218ms
}

.pg-help-center .section-doc .doc-content .content-item .item-wrapper .wrapper-body .body-link:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #444;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.pg-help-center .section-doc .doc-content .content-item .item-wrapper .wrapper-body .body-link:hover {
	color: #0DB3A6
}

.pg-help-center .section-doc .doc-content .content-item .item-wrapper .wrapper-footer {
	text-align: center
}

.pg-help-center .section-doc .doc-content .content-item .item-wrapper .wrapper-footer>a {
	display: block;
	width: 160px;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	background: #0DB3A6;
	-webkit-transition: all 218ms;
	-moz-transition: all 218ms;
	-o-transition: all 218ms;
	transition: all 218ms;
	margin: 25px auto
}

.pg-help-center .section-doc .doc-content .content-item .item-wrapper .wrapper-footer>a:hover {
	background: #0a8d83
}

@media screen and (max-width:768px) {

	.pg-help-center .section-doc .doc-content,
	.pg-help-center .section-doc .doc-content .content-item .item-wrapper {
		width: 100%
	}

	.pg-help-center .section-doc .doc-content .content-item {
		width: 100%;
		padding: 0 7%;
		margin-top: 20px
	}

	.pg-help-center .section-doc .doc-content .content-item .item-wrapper .wrapper-header {
		height: 60px;
		line-height: 60px;
		font-size: 18px;
		padding: 0 30px
	}

	.pg-help-center .section-doc .doc-content .content-item .item-wrapper .wrapper-body {
		padding: 15px 30px
	}

	.pg-help-center .section-doc .doc-content .content-item .item-wrapper .wrapper-footer>a {
		width: 125px
	}
}

.pg-help-center .section-video {
	background: #fff;
	padding: 85px 0
}

@media screen and (max-width:768px) {
	.pg-help-center .section-video {
		padding: 20px 0
	}
}

.pg-help-center .section-video .video-content {
	width: 990px;
	margin: 0 auto
}

.pg-help-center .section-video .video-content .content-item {
	display: inline-block;
	width: 33%
}

.pg-help-center .section-video .video-content .content-item .item-wrapper {
	width: 310px;
	display: block;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden
}

.pg-help-center .section-video .video-content .content-item .item-wrapper .wrapper-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: #080808;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 18px;
	z-index: 2
}

.pg-help-center .section-video .video-content .content-item .item-wrapper .wrapper-mask {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: opacity 218ms;
	-moz-transition: opacity 218ms;
	-o-transition: opacity 218ms;
	transition: opacity 218ms;
	background: #131b19;
	opacity: .4;
	filter: alpha(opacity=40)
}

.pg-help-center .section-video .video-content .content-item .item-wrapper .wrapper-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}

.pg-help-center .section-video .video-content .content-item .item-wrapper .wrapper-icon>img {
	width: 100%;
	height: 100%
}

.pg-help-center .section-video .video-content .content-item .item-wrapper>img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.pg-help-center .section-video .video-content .content-item:hover .wrapper-mask {
	opacity: 0;
	filter: alpha(opacity=0)
}

@media screen and (max-width:768px) {

	.pg-help-center .section-video .video-content,
	.pg-help-center .section-video .video-content .content-item .item-wrapper {
		width: 100%
	}

	.pg-help-center .section-video .video-content .content-item {
		width: 100%;
		padding: 0 7%;
		margin-top: 20px
	}

	.pg-help-center .section-video .video-content .content-item .item-wrapper .wrapper-title {
		opacity: 1;
		background: rgba(0, 0, 0, .3);
		color: #fff;
		font-size: 14px;
		font-weight: 200
	}

	.pg-help-center .section-video .video-content .content-item .item-wrapper .wrapper-mask {
		display: none
	}
}

.pg-help-center .section-video .video-footer-btn {
	text-align: center;
	display: block;
	width: 160px;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	background: #0DB3A6;
	-webkit-transition: all 218ms;
	-moz-transition: all 218ms;
	-o-transition: all 218ms;
	transition: all 218ms;
	margin: 75px auto 0
}

.pg-help-center .section-video .video-footer-btn:hover {
	background: #0a8d83
}

@media screen and (max-width:768px) {
	.pg-help-center .section-video .video-footer-btn {
		margin-top: 30px;
		width: 125px
	}
}

.pg-help-center .section-footer {
	background: #1C2036
}

.pg-help-center .section-footer a:hover {
	text-decoration: none
}

.pg-help-center .section-footer .footer-content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.pg-help-center .section-footer .footer-content .link-wrapper {
	padding-left: 20px
}

.pg-help-center .section-footer .footer-content .link-wrapper .title {
	color: #91A1B7;
	margin-bottom: 27px
}

.pg-help-center .section-footer .footer-content .link-wrapper .link {
	color: #C9CED9;
	margin-bottom: 10px;
	display: block
}

.pg-help-center .section-footer .footer-content .link-wrapper.one,
.pg-help-center .section-footer .footer-content .link-wrapper.two {
	width: 18%
}

.pg-help-center .section-footer .footer-content .link-wrapper.three {
	width: 44%
}

.pg-help-center .section-footer .footer-content .link-wrapper.four {
	width: 20%
}

.pg-help-center .section-footer .footer-content .link-wrapper.four .title {
	margin-bottom: 10px
}

.pg-help-center .section-footer .footer-content .link-wrapper.four .qr-code>img {
	width: 100px;
	height: 100px
}

@media screen and (max-width:650px) {
	.pg-help-center .section-footer .footer-content {
		display: block;
		padding-top: 20px
	}

	.pg-help-center .section-footer .footer-content .link-wrapper {
		width: 90% !important;
		margin: 0 auto;
		padding-left: 0
	}

	.pg-help-center .section-footer .footer-content .link-wrapper .title {
		margin-top: 20px
	}

	.pg-help-center .section-footer .footer-content .link-wrapper.one .link,
	.pg-help-center .section-footer .footer-content .link-wrapper.two .link {
		display: inline-block;
		margin-right: 20px
	}
}

.pg-help-center .section-footer .footer-info {
	padding: 0 10px 37px
}

.pg-help-center .section-footer .footer-info>a {
	color: #91A1B7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.pg-help-center .section-footer .footer-info .record-icon {
	margin-right: 10px
}

.pg-help-center .section-footer .footer-info .company-name,
.pg-help-center .section-footer .footer-info .record-code {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.pg-help-center .section-footer .footer-info .record-code:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 14px;
	margin: 0 10px;
	background-color: #91A1B7
}

.search-content {
	height: 200px;
	position: relative;
	background: url(../images/download/help_center_banner.jpg) 0 46%;
	background-size: 100% auto;
	margin-top: -20px
}

.search-content .search-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .9;
	filter: alpha(opacity=90);
	background-image: linear-gradient(-270deg, #1882E0 20%, #1EAEB4 84%)
}

.search-content .search-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}

.search-content .search-wrapper .info {
	font-size: 20px;
	color: #FFF;
	margin-bottom: 20px;
	line-height: 28px
}

@media screen and (max-width:768px) {
	.search-content .search-wrapper .info {
		font-size: 16px
	}
}

.search-content .search-wrapper .search-main {
	position: relative
}

.search-content .search-wrapper .search-main>input {
	width: 620px;
	height: 60px;
	background: #FFF;
	outline: 0;
	border: none;
	padding-right: 50px;
	padding-left: 20px;
	font-size: 18px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.search-content .search-wrapper .search-main>input:-moz-placeholder {
	color: #91A1B7
}

.search-content .search-wrapper .search-main>input::-moz-placeholder {
	color: #91A1B7
}

.search-content .search-wrapper .search-main>input:-ms-input-placeholder {
	color: #91A1B7
}

.search-content .search-wrapper .search-main>input::-webkit-input-placeholder {
	color: #91A1B7
}

@media screen and (max-width:768px) {
	.search-content .search-wrapper .search-main>input {
		width: 240px;
		height: 35px;
		font-size: 14px
	}
}

.search-content .search-wrapper .search-main>i {
	position: absolute;
	top: 50%;
	right: 15px;
	color: #1F2D3D;
	font-size: 20px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	font-weight: 700;
	-webkit-transition: color 218ms;
	-moz-transition: color 218ms;
	-o-transition: color 218ms;
	transition: color 218ms
}

.search-content .search-wrapper .search-main>i:hover {
	color: #0DB3A6
}

@media screen and (max-width:768px) {
	.search-content .search-wrapper .search-main>i {
		font-size: 18px
	}
}

.container-fluid.style-white {
	background: #fff
}

.search-result-tab {
	padding-top: 20px;
	height: 60px;
	position: relative;
	background: #fff
}

.search-result-tab ul {
	margin: 0;
	list-style: none
}

.search-result-tab ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	width: 20%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #E9E9E9
}

.search-result-tab ul li a {
	color: #333;
	font-size: 16px
}

.search-result-list .search-item .item-left.cate-doc>i,
.search-result-list .search-item .item-left.cate-faq>i,
.search-result-tab ul li.active a {
	color: #0DB3A6
}

.search-result-tab ul li a:hover {
	text-decoration: none;
	color: #0DB3A6
}

.search-result-tab ul li.active {
	border-bottom: 3px solid #0DB3A6
}

.search-result-list {
	list-style: none;
	margin-top: 20px;
	/* margin-bottom: 50px; */
}

.search-result-list .search-item {
	padding: 17px 25px;
	background: #fff
}

.search-result-list .search-item .item-left {
	margin-right: 10px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	position: relative;
	float: left;
	left: 0
}

.x-page-content .blog-box .blog-item-wrapper,
.x-page-content .video-box .video-item-wrapper {
	float: left;
	left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position: relative;
	text-decoration: none
}

.search-result-list .search-item .item-left i {
	font-size: 20px
}

.search-result-list .search-item .item-left.cate-doc {
	background: #E0F5F5
}

.search-result-list .search-item .item-left.cate-doc>i:before {
	content: "\e705"
}

.search-result-list .search-item .item-left.cate-exe {
	background: #E0F5F5
}

.search-result-list .search-item .item-left.cate-exe>i:before {
	content: "\0395"
}

.search-result-list .search-item .item-left.cate-app {
	background: #E0F5F5
}

.search-result-list .search-item .item-left.cate-app>i:before {
	content: "\0391"
}

.search-result-list .search-item .item-left.cate-faq {
	background: #E1F5E0
}

.search-result-list .search-item .item-left.cate-faq>i:before {
	content: "\e6a3"
}

.search-result-list .search-item .item-left.cate-blog {
	background: #E0EAF5
}

.search-result-list .search-item .item-left.cate-blog>i {
	color: #3669C8
}

.search-result-list .search-item .item-left.cate-blog>i:before {
	content: "\e69b"
}

.search-result-list .search-item .item-left.cate-video {
	background: #F6F2D9
}

.search-result-list .search-item .item-left.cate-video>i {
	color: #F89627
}

.search-result-list .search-item .item-left.cate-video>i:before {
	content: "\e820"
}

.search-result-list .search-item .item-right {
	padding-left: 63px;
	padding-top: 7px
}

.search-result-list .search-item .highlight {
	color: #ca0413
}

.search-result-list .search-item a {
	color: #108EE9;
	text-decoration: none;
	font-size: 18px
}

.search-result-list .search-item a:hover {
	color: #0d71b9
}

.search-result-list .search-item .content {
	color: #727272;
	font-size: 14px;
	margin-top: 10px
}

.search-result-list .search-item:last-child {
	border-bottom: none
}

.search-results-empty {
	background: #f9f9f9;
	padding: 20px
}

.search-results-empty>a {
	color: #0DB3A6
}

.pagination>li>a {
	color: #0DB3A6 !important
}

.pagination>.active>a {
	color: #fff !important;
	background-color: #0DB3A6 !important;
	border-color: #0DB3A6 !important
}

#video-tree-list i,
#video-tree-list ul ul {
	display: none
}

.x-page-content .video-box {
	padding-bottom: 20px;
	padding-left: 10px
}

.x-page-content .video-box:after,
.x-page-content .video-box:before {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}

.x-page-content .video-box .video-item-wrapper {
	width: 290px;
	height: 100%;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
	border-radius: 4px;
	-webkit-transition: all 218ms;
	-moz-transition: all 218ms;
	-o-transition: all 218ms;
	transition: all 218ms;
	margin: 20px 0 0 25px;
	background: #FFF;
	padding: 8px 8px 20px
}

.x-page-content .video-box .video-item-wrapper .desc,
.x-page-content .video-box .video-item-wrapper .title {
	padding: 10px;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.x-page-content .video-box .video-item-wrapper:hover {
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px)
}

.x-page-content .video-box .video-item-wrapper>img {
	width: 100%;
	height: 170px
}

.x-page-content .video-box .video-item-wrapper .title {
	font-size: 18px;
	color: #2C3E50;
	height: 60px
}

.x-page-content .video-box .video-item-wrapper .desc {
	height: 45px;
	font-size: 13px;
	color: rgba(0, 0, 0, .65)
}

@media screen and (max-width:320px) {
	.x-page-content .video-box .video-item-wrapper {
		width: 250px;
		margin-left: 10px
	}

	.x-page-content .video-box .video-item-wrapper>img {
		height: 150px
	}
}

#blog-tree-list i,
#blog-tree-list ul ul {
	display: none
}

.x-page-content .blog-box {
	padding-bottom: 20px;
	padding-left: 10px
}

.x-page-content .blog-box:after,
.x-page-content .blog-box:before {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}

.x-page-content .blog-box .blog-item-wrapper {
	width: 290px;
	height: 100%;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
	border-radius: 4px;
	-webkit-transition: all 218ms;
	-moz-transition: all 218ms;
	-o-transition: all 218ms;
	transition: all 218ms;
	margin: 20px 0 0 25px;
	background: #FFF;
	padding: 8px 8px 20px
}

.mobile-menu-search-bar .search-btn-wrapper .search-btn,
.x-feedback-pane .pane-form .submit {
	-webkit-transition: background 218ms;
	-moz-transition: background 218ms;
	-o-transition: background 218ms
}

.x-page-content .blog-box .blog-item-wrapper .desc,
.x-page-content .blog-box .blog-item-wrapper .title {
	padding: 10px;
	display: -webkit-box !important;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis
}

.x-page-content .blog-box .blog-item-wrapper:hover {
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px)
}

.x-page-content .blog-box .blog-item-wrapper>img {
	width: 100%;
	height: 170px
}

.x-page-content .blog-box .blog-item-wrapper .title {
	font-size: 18px;
	color: #2C3E50;
	height: 60px
}

.x-page-content .blog-box .blog-item-wrapper .desc {
	height: 45px;
	font-size: 13px;
	color: rgba(0, 0, 0, .65)
}

@media screen and (max-width:320px) {
	.x-page-content .blog-box .blog-item-wrapper {
		width: 250px;
		margin-left: 10px
	}

	.x-page-content .blog-box .blog-item-wrapper>img {
		height: 150px
	}
}

.update-log {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	margin-bottom: 20px
}

.update-log .update-header {
	height: 75px;
	line-height: 75px;
	padding: 0 40px;
	color: #2C3E50;
	font-size: 24px;
	border-bottom: solid 1px #E9E9E9
}

.update-log .update-wrap {
	padding: 40px 70px
}

@media screen and (max-width:768px) {
	.update-log .update-wrap {
		padding: 40px 5px
	}
}

.update-log .update-wrap .update-year {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	background: #0DB3A6;
	color: #fff;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	margin-left: 40px
}

.update-log .update-wrap .update-box {
	position: relative;
	margin-left: 80px;
	border-left: solid 1px #E9E9E9;
	padding: 20px 35px
}

.update-log .update-wrap .update-box .update-day {
	position: absolute;
	top: 30px;
	left: -80px;
	color: #82A1A9;
	font-size: 16px
}

.update-log .update-wrap .update-box .update-content {
	position: relative;
	padding: 15px 30px;
	font-size: 16px;
	color: #2C3E50;
	line-height: 25px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

@media screen and (max-width:768px) {
	.update-log .update-wrap .update-box .update-content {
		padding: 15px 10px
	}
}

.update-log .update-wrap .update-box .update-content:before {
	position: absolute;
	top: 14px;
	left: -6px;
	content: ' ';
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	background: #fff;
	-webkit-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, .1);
	z-index: 1
}

.update-log .update-wrap .update-box .update-tip {
	position: absolute;
	top: 36px;
	left: -5px;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #FF9D3C;
	-webkit-box-shadow: 0 0 0 5px rgba(255, 157, 60, .23);
	box-shadow: 0 0 0 5px rgba(255, 157, 60, .23)
}

.tree-list {
	margin: 0 -15px
}

.tree-list ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.tree-list a {
	position: relative;
	display: block;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding: 0 8px 0 18px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.tree-list a>i {
	font-size: 20px;
	position: relative;
	float: right;
	right: 0
}

.tree-list a>i:before {
	content: ' ';
	padding-right: 5px
}

.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: #0DB3A6;
	cursor: pointer
}

.tree-list a.active {
	color: #0DB3A6;
	background: #eafaf3
}

.tree-list a.active:before {
	content: ' ';
	background: #0DB3A6;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px
}

.x-feedback-pane {
	position: relative;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	min-height: 120px;
	padding: 27px 20px 27px 120px
}

.x-feedback-pane .user-thumb {
	position: absolute;
	top: 28px;
	left: 30px;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(/images/site/author-thumb-2.png) -5px -2px no-repeat;
	background-size: 80px 80px
}

.x-feedback-pane .pane-info {
	font-size: 14px;
	color: rgba(0, 0, 0, .75);
	line-height: 27px
}

.x-feedback-pane .pane-info #meiqia-service {
	cursor: pointer;
	color: #0DB3A6
}

.x-feedback-pane .pane-line {
	margin-top: 20px
}

.x-feedback-pane .pane-line:after,
.x-feedback-pane .pane-line:before {
	content: " ";
	display: table;
	line-height: 0
}

.x-feedback-pane .pane-line:after {
	clear: both
}

.x-feedback-pane .pane-line .line-item {
	position: relative;
	float: left;
	left: 0;
	font-size: 16px;
	color: rgba(0, 0, 0, .75);
	line-height: 30px
}

.x-feedback-pane .pane-line .line-btn-group {
	position: relative;
	float: left;
	left: 18px
}

@media screen and (max-width:768px) {
	.x-feedback-pane .pane-line .line-btn-group {
		float: none;
		left: 0;
		margin-top: 40px
	}
}

.x-feedback-pane .pane-line .line-btn-group .btn {
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 68px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	color: rgba(0, 0, 0, .75);
	margin-right: 10px;
	display: inline-block;
	-webkit-transition: background 218ms;
	-moz-transition: background 218ms;
	-o-transition: background 218ms;
	transition: background 218ms;
	cursor: pointer
}

.x-feedback-pane .pane-line .line-btn-group .btn:hover {
	background: #ebebeb
}

.x-feedback-pane .pane-form {
	margin-top: 10px
}

.x-feedback-pane .pane-form textarea {
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 760px;
	height: 80px;
	display: block;
	padding: 5px 8px;
	margin-top: 2px;
	outline: 0;
	resize: none
}

.x-feedback-pane .pane-form textarea:-moz-placeholder {
	color: #C3CDDA
}

.x-feedback-pane .pane-form textarea::-moz-placeholder {
	color: #C3CDDA
}

.x-feedback-pane .pane-form textarea:-ms-input-placeholder {
	color: #C3CDDA
}

.x-feedback-pane .pane-form textarea::-webkit-input-placeholder {
	color: #C3CDDA
}

.x-feedback-pane .pane-form textarea:focus {
	border: 1px solid #0DB3A6
}

.x-feedback-pane .pane-form textarea:disabled {
	background-color: #F7F7F7;
	color: #D9D9D9
}

@media screen and (max-width:768px) {
	.x-feedback-pane .pane-form textarea {
		width: 100%
	}
}

.x-feedback-pane .pane-form .submit {
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	transition: background 218ms;
	background: #0DB3A6;
	cursor: pointer
}

.x-feedback-pane .pane-form .submit:hover {
	background: #0a8d83;
	text-decoration: none
}

.x-feedback-pane .pane-form .checkbox-group .feedback-item {
	display: inline-block;
	margin-bottom: 8px;
	cursor: pointer
}

.x-feedback-pane .pane-form .checkbox-group .feedback-item.disable {
	cursor: default
}

.x-feedback-pane .pane-form .checkbox-group .feedback-item.disable .icon-blank {
	background-color: #F7F7F7;
	border-color: #D9D9D9
}

.x-feedback-pane .pane-form .checkbox-group .feedback-item.disable .icon-blank:hover {
	border-color: #D9D9D9
}

.x-feedback-pane .pane-form .checkbox-group .feedback-item.disable .feedback-text {
	color: #C3CDDA
}

.x-feedback-pane .pane-form .checkbox-group .feedback-item .icon-blank {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 16px;
	height: 16px;
	border: 1px solid #91A1B7;
	background: #fff;
	-webkit-transition: all 218ms ease-in-out;
	-moz-transition: all 218ms ease-in-out;
	-o-transition: all 218ms ease-in-out;
	transition: all 218ms ease-in-out
}

.x-feedback-pane .pane-form .checkbox-group .feedback-item .icon-blank:hover {
	border-color: #5E6D82
}

.x-feedback-pane .pane-form .checkbox-group .feedback-item .icon-blank:before {
	content: '';
	display: block;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 10px;
	height: 6px;
	position: absolute;
	top: 3px;
	left: 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: opacity 218ms ease-in-out;
	-moz-transition: opacity 218ms ease-in-out;
	-o-transition: opacity 218ms ease-in-out;
	transition: opacity 218ms ease-in-out
}

.site-header .mobile-menu .menu-search,
.site-header .mobile-menu .menu-search>i {
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%)
}

.x-feedback-pane .pane-form .checkbox-group .feedback-item .feedback-text {
	margin-left: 8px;
	color: #000;
	vertical-align: middle
}

.x-feedback-pane .pane-form .checkbox-group .feedback-item.select .icon-blank {
	border-color: #0DB3A6;
	background: #0DB3A6
}

.x-feedback-pane .pane-form .checkbox-group .feedback-item.select .icon-blank:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.page-menu-btn {
	margin: 0;
	position: fixed;
	top: 12px;
	right: 5px;
	background: #fff;
	z-index: 9999
}

.page-menu-btn .icon-bar {
	background: #8a8a8a
}

.x-page-content,
html {
	background: #fff
}

.x-page-content {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 25px 20px
}

@media (max-width:768px) {
	.x-page-content {
		margin: -20px -15px 10px
	}
}

.x-page-content>.page-title {
	font-size: 24px;
	color: #2C3E50;
	padding: 24px 40px;
	border-bottom: solid 1px #e9e9e9
}

.x-page-content.single-page {
	margin: 0 auto;
	max-width: 1000px
}

.x-page-content.single-page>.page-title {
	text-align: center;
	border: 0;
	font-size: 30px
}

.x-page-content.single-page .markdown-body img,
.x-page-content.single-page .markdown-body video {
	margin: 10px auto
}

.x-feedback-pane {
	margin: 20px 25px
}

@media (max-width:768px) {
	.x-feedback-pane {
		margin: 0 -15px 10px
	}
}

body {
	padding-top: 80px;
	background: #EFEFEF;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif
}

li,
ul {
	padding: 0;
	margin: 0
}

.site-header {
	height: 60px;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
	padding-top: 5px
}

.site-header .mobile-menu {
	display: none;
	position: relative
}

@media screen and (max-width:768px) {
	.site-header .mobile-menu {
		display: block
	}
}

.site-header .mobile-menu .menu-btn {
	color: #0DB3A6;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	position: relative;
	width: 150px
}

.site-header .mobile-menu .menu-btn:after {
	font-family: 'finex help';
	content: '\e6a6';
	color: #0DB3A6;
	font-size: 20px;
	position: absolute;
	top: 2px;
	right: 18px
}

.site-header .mobile-menu .menu-wrapper {
	position: absolute;
	top: 45px;
	left: 10px;
	width: 150px;
	background: #fff;
	z-index: 888;
	display: none;
	-webkit-box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5);
	box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5)
}

.site-header .mobile-menu .menu-search.site-search .btn-back,
.site-header .mobile-menu .menu-wrapper.active {
	display: block
}

.site-header .mobile-menu .menu-wrapper .menu-item {
	line-height: 40px;
	padding-left: 40px;
	font-size: 16px;
	position: relative
}

.site-header .mobile-menu .menu-wrapper .menu-item.active {
	color: #0DB3A6
}

.site-header .mobile-menu .menu-wrapper .menu-item:after {
	content: '';
	height: 1px;
	background: #EAEAEA;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.site-header .mobile-menu .menu-wrapper .menu-item:last-child::after {
	background: 0 0
}

.site-header .mobile-menu .menu-wrapper .menu-item.active>a,
.site-header .mobile-menu .menu-wrapper .menu-item:active>a {
	color: #0DB3A6
}

.site-header .mobile-menu .menu-wrapper .menu-item>a {
	color: #444;
	text-decoration: none
}

.site-header .mobile-menu .menu-search {
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translate(0, -50%)
}

.site-header .mobile-menu .menu-search.for-right {
	right: 10px
}

.site-header .mobile-menu .menu-search.site-search {
	top: 25px;
	right: 8px;
	width: 80%
}

.site-header .mobile-menu .menu-search.site-search>i,
.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: #0DB3A6;
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(13, 179, 166, .2);
	box-shadow: 0 0 0 2px rgba(13, 179, 166, .2)
}

.site-header .mobile-menu .menu-search>input:focus+i {
	color: #0DB3A6
}

.site-header .mobile-menu .menu-search>i {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translate(0, -50%);
	color: #737373;
	font-size: 20px;
	z-index: 2;
	cursor: pointer
}

.site-header .mobile-menu .menu-search .btn-back {
	position: absolute;
	top: 50%;
	left: -15%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: none
}

.site-header .mobile-menu .menu-search .btn-back>a {
	text-decoration: none
}

.site-header .mobile-menu .menu-search .btn-back>a>i {
	color: #0DB3A6;
	font-size: 25px
}

.site-header .navbar-left {
	font-size: 16px
}

.site-header .nav>li>a {
	color: #333
}

.site-header .nav>li>a:focus,
.site-header .nav>li>a:hover {
	background: 0 0;
	color: #0DB3A6
}

.site-header .nav>li.active>a {
	color: #0DB3A6
}

.site-header .navbar-brand {
	padding: 0 50px 0 15px;
	line-height: 50px
}

.site-header .navbar-brand>img {
	display: inline-block
}

@media screen and (max-width:768px) {
	.site-header .collapse.navbar-collapse {
		display: none !important
	}
}

.mobile-menu-search-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 99999;
	background: #fff;
	-webkit-transform: translate(0, -160px);
	-moz-transform: translate(0, -160px);
	-ms-transform: translate(0, -160px);
	-o-transform: translate(0, -160px);
	transform: translate(0, -160px);
	-webkit-transition: transform 218ms;
	-moz-transition: transform 218ms;
	-o-transition: transform 218ms;
	transition: transform 218ms
}

.mobile-menu-search-bar.bar-show {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.mobile-menu-search-bar .search-wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 130px;
	bottom: 10px
}

.mobile-menu-search-bar .search-wrapper>input {
	background: #E9E9E9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: 100%;
	border: none;
	outline: 0;
	padding: 0 10px
}

.mobile-menu-search-bar .search-wrapper>input:-moz-placeholder {
	color: #91a1b7
}

.mobile-menu-search-bar .search-wrapper>input::-moz-placeholder {
	color: #91a1b7
}

.mobile-menu-search-bar .search-wrapper>input:-ms-input-placeholder {
	color: #91a1b7
}

.mobile-menu-search-bar .search-wrapper>input::-webkit-input-placeholder {
	color: #91a1b7
}

.mobile-menu-search-bar .search-btn-wrapper {
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 10px
}

.mobile-menu-search-bar .search-btn-wrapper .search-btn {
	text-align: center;
	line-height: 40px;
	width: 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #0DB3A6;
	display: inline-block;
	transition: background 218ms
}

.mobile-menu-search-bar .search-btn-wrapper .search-btn.style-green {
	background: #0DB3A6;
	color: #fff
}

.mobile-menu-search-bar .search-btn-wrapper .search-btn.style-green:active {
	background: #0a837a
}

@media screen and (max-width:768px) {
	#jdy-logo.site-hide {
		display: none
	}
}

#doc-search {
	width: 220px;
	margin-top: 8px
}

@media (max-width:768px) {
	#doc-search {
		width: 100%
	}
}

.navbar {
	margin-bottom: 0
}

.navbar-right {
	margin-right: 0;
	margin-left: 0
}

.navbar-right .input-group>input {
	padding-right: 35px;
	border: 1px solid #C9CED9;
	border-radius: 3px !important;
	font-size: 12px;
	padding-left: 10px;
	height: 36px
}

.navbar-right .input-group>input:-moz-placeholder {
	color: #C9CED9
}

.navbar-right .input-group>input::-moz-placeholder {
	color: #C9CED9
}

.navbar-right .input-group>input:-ms-input-placeholder {
	color: #C9CED9
}

.navbar-right .input-group>input::-webkit-input-placeholder {
	color: #C9CED9
}

.navbar-right .input-group>input:focus {
	border-color: #0DB3A6;
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(13, 179, 166, .2);
	box-shadow: 0 0 0 2px rgba(13, 179, 166, .2)
}

.navbar-right .input-group>input:focus+i {
	color: #0DB3A6
}

.navbar-right .input-group>i {
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #C9CED9;
	font-size: 16px;
	z-index: 2;
	cursor: pointer
}

.navbar-right .input-group>i:hover {
	color: #0DB3A6
}

.navbar-right .nav-btn {
	padding: 0 20px;
	background: #0DB3A6;
	color: #fff !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 36px;
	display: block;
	margin-top: 8px;
	margin-left: 20px;
	-webkit-transition: background 218ms;
	-moz-transition: background 218ms;
	-o-transition: background 218ms;
	transition: background 218ms;
	cursor: pointer
}

.navbar-right .nav-btn:hover {
	background: #0a8d83 !important
}

.back-top-link {
	position: fixed;
	bottom: 20px;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: #696969;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 218ms;
	-moz-transition: all 218ms;
	-o-transition: all 218ms;
	transition: all 218ms;
	opacity: .4;
	filter: alpha(opacity=40)
}

@media screen and (max-width:768px) {
	.back-top-link {
		right: 15px;
		left: auto !important
	}
}

.back-top-link:hover {
	opacity: .7;
	filter: alpha(opacity=70)
}

.back-top-link.link-hide {
	opacity: 0;
	filter: alpha(opacity=0)
}

.back-top-link>i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 35px
}
