/*  header top  */
/*.help-header-top {
    position: relative;
    width: 100%;
    height: 172px;
    background-image: url("img/help_bg.png");
    background-size: cover;
}
.help-header-top-info {
    color: #fff;
    padding-top: 30px;
}
.help-header-top-title {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
}
.help-header-top-desc {
    font-size: 14px;
    line-height: 24px;
    padding-top: 8px;
}
*/
/*  list(content)  */
.help-list-panel {
    position: relative;
    /*top: -49px;*/
    margin-top: 24px;
}
.help-list-content {
    border: solid 1px #e4e4e4;
}
.help-list-header {
    width: 100%;
    background: #fff;
    height: 50px;
    border: solid 1px #e4e4e4;
    margin-bottom: 10px;
}
.help-list-header-t {
    font-size: 24px;
    line-height: 59px;
    padding-left: 14px;
    color: #333;
}
/* 帮助中心 */
.help-main-panel {
    position: relative;
    padding: 0px 30px 0px 30px;
    background-color: #fff;
}
.help-mian-content {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.help-mian-left {
    position: relative;
    margin-right: 224px;
    border-right: 1px solid #dbdbdb;
}
.help-main-item {
    padding-bottom: 30px;
}
.help-main-item > h4 {
    margin: 0;
    font-weight: normal;
    line-height: 28px;
    padding: 4px 6px 8px 4px;
    font-size: 18px;
    color: #333;
}
.help-main-item > h4 > a {
    color: #333;
}
.help-main-item > h4 > a:hover {
    text-decoration: underline;
}
.help-main-item > h4 span {
    font-size: 12px;
    font-weight: normal;
    color: #888;
    padding-left: 17px;
    vertical-align: bottom;
}
.help-main-serve,
.help-guide-serve {
    position: relative;
    overflow: hidden;
}
.help-guide-serve {
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
.help-main-serve > li {
    float: left;
    width: 25%;
    padding-right: 14px;
}
.help-guide-serve li {
    float: left;
    width: 33.333333333333%;
}
.help-guide-serve.single-article {
    margin-top: 20px;
}
.help-guide-serve.single-article li {
    width: 25%;
}
.help-main-serve > li .inner-serve {
    background-color: #f8f8f8;
    border: 1px solid #ECECEC;
    padding: 24px;
    cursor: pointer;
}
.help-guide-serve li .inner-serve {
    background-color: #fff;
    border-right: 1px solid #d9d9d9;
    padding: 24px;
    cursor: pointer;
}
.help-guide-serve li .inner-serve.none-border {
    border-right: none;
}
.help-main-serve li .inner-serve:not(.default):hover {
    background-color: #f2f2f2;
}
.help-guide-serve li .inner-serve:not(.default):hover {
    background-color: #f8f8f8;
}
.help-main-serve > li .inner-serve.default,
.help-guide-serve li .inner-serve.default {
    cursor: default;
}
.help-mian-serve-icon,
.help-guide-serve-icon {
    background-image: url("../img/help_icon.png");
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    background-position: -190px -38px;
}
.help-mian-serve-icon.icon-1,
.help-guide-serve-icon.icon-1 {
    background-position: -62px -38px;
}
.help-mian-serve-icon.icon-2,
.help-guide-serve-icon.icon-2 {
    background-position: -105px -37px;
}
.help-mian-serve-icon.icon-3,
.help-guide-serve-icon.icon-3 {
    background-position: -146px -37px;
}
.inner-serve.default .help-mian-serve-icon.icon-3,
.inner-serve.default .help-guide-serve-icon.icon-3 {
    background-position: -246px -37px;
}
.help-mian-serve-icon.icon-4,
.help-guide-serve-icon.icon-4 {
    background-position: -196px -37px;
}
.help-mian-serve-title,
.help-guide-serve-title {
    text-align: center;
    color: #66BBDD;
    line-height: 20px;
    font-size: 13px;
    padding-top: 6px;
}
.inner-serve.default .help-mian-serve-title,
.inner-serve.default .help-guide-serve-title {
    color: #aaa;
}
/* 统计 */
.help-main-statistics {
    position: relative;
    height: 200px;
}

/* 问题 */
.help-main-question {
    padding-right: 14px;
}
.help-main-question-inner {
    /*border: 1px solid #E7E7E7;*/
}
.help-nav-tabs {
    position: relative;
    overflow: hidden;
    border: 1px solid #E7E7E7;
    border-bottom: none;
}
.help-nav-tabs > li {
    position: relative;
    width: 33.3333333333%;
    line-height: 36px;
    text-align: center;
    padding: 2px 0;
    color: #333;
    background-color: #EEEEEE;
    border: 1px solid #e7e7e7;
    font-size: 17px;
    cursor: pointer;
    border-bottom-width: 2px;
    /*border-left: none;
    border-top: none;*/
}
.help-nav-tabs > li:not(.active):hover {
    background: #ddd;
}
.help-nav-tabs > li.active {
    cursor: default;
    color: white;
    background-color: #fff;
    color: #333;
    border-bottom: none;
}

.help-tab-content {
    position: relative;
    overflow: hidden;
    min-height: 120px;
}
.help-tab-item {
    float: left;
    min-height: 120px;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-top: 0px;
    overflow: hidden;
    padding: 6px 0;
}
.help-tab-item-left {
    width: 50%;
    float: left;
}
.help-tab-item-right {
    width: 50%;
    float: left;
}
.help-main-question-item {
    line-height: 28px;
    padding: 0px 24px 0 17px;
    list-style: decimal inside;
    font-size: 15px;
}
.help-main-question-item > a {
    color: #1a6cc1;
}
.help-main-question-item > a:hover {
    text-decoration: underline;
}



.help-main-right {
    position: absolute;
    width: 224px;
    right: 0;
    top: 0;
    padding-left: 13px;
    z-index: 2;
}
.help-mian-follow {
    border: 1px solid #dbdbdb;
    padding-bottom: 10px;
    text-align: center;
}
.help-mian-follow > h4 {
    background-color: #f8f8f8;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    color: #333;
    line-height: 26px;
    font-size: 17px;
    padding: 4px 13px;
    margin-bottom: 10px;
    text-align: left;
}
.help-mian-follow > .follow-item {
    line-height: 20px;
    padding: 4px 13px;
}
.help-mian-follow .follow-item > a {
    cursor: pointer;
}
.help-mian-follow .follow-item > a:hover {
    text-decoration: underline;
    color: #2BC4E8;
}
.help-mian-follow .follow-icon {
    background-image: url("../img/help_icon.png");
    float: left;
    width: 20px;
    height: 20px;
    background-position: -32px -7px;
}
.help-mian-follow .follow-icon.sina-icon {
    background-position: -55px -7px;
}
.help-mian-follow .follow-title {
    color: #666;
    /*padding-left: 26px;*/
}
.help-mian-follow .follow-title > a {
    color: inherit;
}
.help-mian-follow .follow-title > a:hover {
    text-decoration: underline;
}
.help-mian-wechat {
    overflow: hidden;
    margin-top: 15px;
}
.help-mian-wechat > img {
    width: 100%;
}


.help-list-row {
	border-bottom: dotted 1px #e4e4e4;
    line-height: 36px;
    list-style: decimal inside;
    font-size: 15px;
    color: #333;
}
.help-list-row a {
	color: #333;
}
.help-list-row a:hover {
	text-decoration: underline;
}
.help-list-row span {
	float: right;
	color: #666;
	font-size: 13px;
}
/*  page  */
ul.page-numbers {
    overflow: hidden;
    padding-bottom: 50px;
    margin-left: 24px;
}
.page-numbers > li {
	float: left;
    overflow: hidden;
}
a.page-numbers,
span.page-numbers {
	display: block;
	float: left;
    line-height: 18px;
    border: 1px solid #CCC;
    text-decoration: none;
    margin: 0px 4px 0px 0px;
    color: #555;
    padding: 5px 12px 5px 12px;
    background: #fff;
}
.page-numbers.current {
	background: rgb(27, 127, 204);
    color: #ffffff;
}
a.page-numbers:not(.current):hover {
	background: #e1e1e1;
    color: #323436;
}

/* content-single */
.help-each-panel {
    background-color: #fff;
    padding-bottom: 40px;
}
.help-each-left {
    
}
.help-each-right {
    
}


.help-each-article {
    position: relative;
    background-color: #fff;
    margin: 4px 30px 40px 30px;
    min-height: 400px;
}
.help-each-header {
	text-align: center;
}
.help-each-title {
	margin: 0;
    line-height: 54px;
    padding: 16px 0;
    color: #000;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.help-each-article,
.help-each-content {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-align: left;
    padding: 0 0 24px 0;
    letter-spacing: 0.01em;
}

.help-each-article > h2,
.help-each-content > h2{
    margin: 20px 0;
    font-size: 27px;
    line-height: 40px;
}
.help-each-article > h2.has-medium-font-size,
.help-each-content > h2.has-medium-font-size {
    font-size: 20px;
}
.help-each-article > h1,
.help-each-content > h1 {
    margin: 20px 0;
    line-height: 54px;
}
.help-each-article > div.wp-block-group,
.help-each-article > figure.wp-block-image,
.help-each-content > div.wp-block-group,
.help-each-content > figure.wp-block-image{
    margin: 28px 0;
}
.help-each-article > p,
.help-each-content > p {
    margin: 4px 0;
    min-height: 20px;
}


.help-each-article a:hover,
.help-each-content a:hover {
    text-decoration: underline;
}
.nav-links {
	position: relative;
	margin: 50px 0 50px 0;
	font-size: 14px;
	line-height: 28px;
}
.nav-next,
.nav-previous {

}
.nav-links > li > span {
	font-weight: bold;
    color: #333;
    font-size: 14px;
}
.nav-links > li > a {
	color: #005aa0;
	text-decoration: none;
}
.nav-links > li > a:hover {
	text-decoration: underline;
}

/*   */
.wp-image-content {
	position: relative;
	overflow: hidden;
	line-height: 28px;
	/*font-size: 0;*/
    padding: 3px 0;
}
/*img.alignleft {float: left;}
img.alignright {float: right;} */
/* img.aligncenter {clear: both; display: block; margin: 0px auto;} */
img.aligncenter {display: block; margin: 0px auto;}
.help-each-content img[class*="size-"],
img[class*="wp-image-"] {
	/*display: block;
	margin: 0 auto;*/
	max-width: 100%;
    height: auto;
}
/* search */
.help-search-panel {
	position: relative;
    background-color: #fff;
    margin: 20px 30px 0px 30px;
    border: solid 1px #e4e4e4;
}
.help-saerch-r-t {
	line-height: 40px;
	margin: 0;
    font-weight: normal;
    color: #333;
    font-size: 16px;
    padding-top: 6px;
    font-weight: bold;
}
.help-search-list {
    margin: 24px;
}
.help-search-none {
    line-height: 40px;
    font-size: 16px;
    text-align: left;
    padding: 20px 40px;
}
/* 搜索按钮 */
.widget-area {
    position: absolute;
    top: 9px;
    right: 40px;
}
.widget_search {

}
.widget_search label {
	margin: 0;
    float: left;
}
.widget_search input.form-control {
	font-weight: normal;
    color: #666;
    border-radius: 0px;
    width: 444px;
    border-color: #2A8ED9;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 22px;
}
.widget_search .button-pure {
    border-radius: 0px;   
    padding: 5px 16px;
}
.widget_search .button-pure > i {
    padding: 3px 9px;
    background-image: url("../img/help_icon.png");
    background-position: -10px -6px;
}

/* search */
.guide-search-out {
    overflow: hidden;
    padding-bottom: 10px;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}
.guide-search-content {
    overflow: hidden;
    float: right;
}
.guide-search-content > input {
    float: left;
    width: 240px;
    height: 30px;
    margin-right: 4px;
}
.guide-search-content > .button-pure {

}

#guide-search-table {
    position: relative;
    padding: 0 30px;
    display: none;
}
#guide-search-table > h4 {
    font-size: 15px;
    font-weight: bold;
    color: #30363f;
    margin: 0;
    padding-bottom: 20px;
}
#guide-search-list {
    color: rgb(94, 94, 94);
    padding-left: 20px;
}
#guide-search-list > li {
    font-size: 15px;
    line-height: 26px;
    list-style: disc inside;
    color: rgb(94, 94, 94);
}
#guide-search-list > li > a {
    color: #1a6cc1;
}
#guide-search-list > li > a:hover {
    text-decoration: underline;
}

/*  问题向导  */
.help-guide-content {
    background-color: #fff;
}
.help-guide-arrow {
    position: absolute;
    background-image: url("../img/help_icon.png");
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    background-position: -76px -8px;
}
.help-list-table {
    margin: 20px;
    padding-bottom: 20px;
}
.guide-table {
    position: relative;
    height: 402px;
    border: 1px solid #e7e7e7;
    margin: 0 auto;
    overflow: hidden;
}

#guide-first-col,
#guide-second-col,
#guide-third-col {
    position: relative;
    height: 100%;
    float: left;
}
#guide-first-col {
    width: 17%;
    border-right: solid 1px #D9D9D9;
}
.guide-first-item {
    border-top: solid 1px #e9e9e9;
    position: relative;
    line-height: 50px;
    padding: 0 15px;
    color: #333;
    font-size: 15px;
    cursor: pointer;
    background-color: #fafafa;
    text-align: left;
}
.guide-first-item.none-border,
.guide-second-item.none-border {
    border-top: none;
}
.guide-first-item:hover,
.guide-second-item:hover {
    background-color: #F1F1F1;
}
.guide-first-item.active,
.guide-second-item.active {
    background-color: #F1F1F1;
    font-weight: bold;
    color: #52A6E6;
}
#guide-second-col {
    width: 23%;
    border-right: solid 1px #e7e7e7;
    overflow: auto;
}
.guide-second-item {
    position: relative;
    cursor: pointer;
    border-top: solid 1px #e9e9e9;
    font-size: 13px;
    text-align: left;
    background-color: #fafafa;
    height: 50px;
    line-height: 50px;
    color: #333;
    padding: 0 15px;
}
#guide-third-col {
    width: 60%;
    overflow: auto;
}
#guide-third-col h4 {
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 0;
}
#guide-problem-point {
    padding: 10px;
}
#guide-problem-table {
    display: none;
    margin: 4px 10px;
}
#guide-problem-list {
    color: rgb(94, 94, 94);
}
.guide-third-item {
    color: #666;
    padding: 1px 6px;
    line-height: 24px;
}
.guide-third-item > span {
    width: 24px;
    height: 24px;
    float: left;
    background-image: url("../img/help_icon.png");
    background-position: -95px -6px;
}
.guide-third-item a {
    color: inherit;
}
.guide-third-item > a:hover {
    text-decoration: underline;
}

/*  category  */
.help-body {
    background-color: #f9f9f9;
}
.help-cat-panel {
    position: relative;
    overflow: hidden;
}
.help-cat-left {
    width: 200px;
    border: solid 1px #e4e4e4;
    margin-bottom: 24px;
    position: relative;
    width: 200px;
    left: 0;
    top: 0;
    display: inline-block;
    z-index: 90;
    visibility: visible;
    float: left;
}
.help-subside-in {

}
.help-subside-in > h1,
.help-subside-in > h3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    background-color: #293B4F;
    font-family: "microsoft yahei";
    font-weight: normal;
    margin: 0;
}
.help-subside-in > h1 > a,
.help-subside-in > h3 > a{
    color: #fff;
    text-decoration: none;
}
.help-subside-in > h1 > a:hover,
.help-subside-in > h3 > a:hover{
    text-decoration: underline;
}
.help-subside-in > dl {
    margin: 0;
}
.help-cat-title {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    background-color: #ededed;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    font-family: "microsoft yahei";
    position: relative;
    color: #333;
    cursor: default;
}
.help-cat-title:hover {
    background-color: #dadada;
}
.subside-cnt {
    background-color: #fff;
    display: none;
}
.help-subside-mod.on .subside-cnt {
    display: block;
}
.help-cat-list {

}
.help-cat-item {
    height: 34px;
    line-height: 34px;
    padding-left: 40px;
    border-bottom: 1px solid #f8f8f8;
    color: #333;
}
.help-cat-item.active,
.help-cat-item:not(.active):hover {
    font-weight: bold;
    color: #2B9CD4;
    background-color: #f8f8f8;
}
.help-cat-item > a {
    color: inherit;
}
/*  middle */
.help-cat-mid-outer {
    padding-left: 210px;
    padding-right: 210px;
    position: relative;
    margin: 0 auto;
}
.help-cat-mid-outer.big-width {
   padding-right: 0px; 
}
.help-cat-mid {
    width: 100%;
    /*width: 700px;*/
    /*float: left;*/
    background-color: #fff;
    min-height: 400px;
    border: solid 1px #e4e4e4;
    padding-bottom: 40px;
}
.help-cat-mid.big-width {
    width: 910px;
}
.help-cat-content {

}
.help-cat-breadcrumb {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: "microsoft yahei";
    padding-left: 13px;
    color: #666;
    background-color: #fff;
    border-bottom: 1px dashed #ededed;
}
.help-cat-breadcrumb.support-main {
    padding-left: 0px;
}
.help-cat-breadcrumb > span {
    background-image: url("../img/help_icon.png");
    width: 20px;
    height: 24px;
    line-height: 0;
    float: left;
    background-position: -76px -6px;
    margin-top: 9px;
}
.help-cat-breadcrumb > a {
    color: inherit;
    float: left;
}
.help-cat-breadcrumb > a:hover {
    text-decoration: underline;
}
.help-cat-ques {
    padding: 20px 35px;
}
.help-cat-tabcons {
    padding-left: 10px;
    border: 1px solid #eaeaea;
    padding: 22px;
    margin-top: -1px;
}
.help-cat-tabcon {
    padding-bottom: 50px;
}
.help-cat-tit-l2 {
    color: #293B4F;
    font-family: "microsoft yahei";
    margin-bottom: 14px;
    font-size: 15px;
    margin-top: 0;
}
.help-cat-ques-list {
    line-height: 22px;
}
.help-cat-ques-list > li {
    line-height: 24px;
    font-size: 14px;
    list-style: decimal inside;
}
.help-cat-ques-list > li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}
.help-cat-ques-list > li a:hover {
    color: #4db7eb;
    text-decoration: underline;
}
.help-cat-ques-list > li b {
    margin-right: 4px;
}

.help-each-interest {
    border: solid 1px #e4e4e4;
    padding: 20px;
    position: relative;
    margin: 0 30px;
}

/*  right */
.help-cat-right {
    z-index: 24;
    width: 200px;
    min-height: 400px;
    /*float: left;
    margin-left: 10px;*/
    float: right;
    border: solid 1px #e4e4e4;
    /*border-top: none;*/
    background-color: #fff;

    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    z-index: 90;
    visibility: visible;
}
.help-cat-recommend {
    width: 100%;
    background: #f8f8f8;
    height: 34px;
    border-bottom: solid 1px #e4e4e4;
}
.help-cat-recommend-title {
    height: 34px;
    border-right: solid 1px #e4e4e4;
    display: inline-block;
    background-color: #fff;
}
.help-cat-recommend-title > h5 {
    height: 18px;
    line-height: 18px;
    margin: 10px 10px 0 14px;
    font-weight: bold;
    font-size: 14px;
}
.help-cat-recommend-title > h5.other-margin {
    margin-left: 17px;
    margin-right: 40px;
}
.help-cat-right > ul {
    margin: 14px
}
.help-cat-right > ul > li {
    line-height: 35px;
    height: 35px;
    list-style: decimal inside;
    border-bottom: dotted 1px #e4e4e4;
    overflow: hidden;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.help-cat-right  li > a {
    color: #555;
    overflow: hidden;
   /* white-space: nowrap;
    text-overflow: ellipsis;
    display: block;*/
}
.help-cat-right li > a:hover {
    text-decoration: underline;
}


/*  guide   */
.help-guide-post-content {
    position: relative;
    background-color: #fff;
    border: solid 1px #e4e4e4;
    margin: 20px;
}
.help-guide-clearfix {
    padding-bottom: 50px;
    margin: 0 30px;
}
.help-guide-pages {

}
.help-guide-pages > a {
    padding: 4px 11px;
    background: #fff;
    text-decoration: none;
    display: inline-block;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 1px;
    line-height: 18px;
}
.help-guide-pages > a.disabled {
    text-shadow: 0 1px 1px white;
    background: #EEE;
    border: 1px solid #DDD;
    text-shadow: 0 1px 1px white;
    color: #CCC;
    cursor: default;
}
.help-guide-pages > a.current {
    background: rgb(27, 127, 204);
    color: #ffffff;
}
.help-guide-pages > a:not(.disabled):not(.current):hover {
    background: #e1e1e1;
    color: #323436;
    /* border: 1px solid #333; */
}
.help-guide-pages > span {
    float: right;
}
.help-each-article iframe {
    max-width: 100% !important;
}



.help-tree-panel {
    background-color: #fff;
}

.help-tree-post,
.help-tree-title {
    padding: 5px 10px;
    color: #555;
    font-size: 14px;
    cursor: pointer;
}
.help-tree-content{
    display: none;
    padding-left: 25px;
}

.h-p-img {
    max-width: 105px;
}