/* 展示两行，超出部分显示省略号 */
.text-line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

html,body {
	background-color: #fff;
}

.wrap-help-center {
	width: 1190px;
	margin: 0 auto;
}

/* 头部tab栏s */
.tab-container {
	height: 58px;
}

.help-center-logo {
	width: 220px;
	margin-top: 10.5px;
}

.help-center-logo-img {
	display: block;
	margin-right: 18px;
}

.help-center-title {
	display: block;
	height: 37px;
	width: 96px;
	color: #787878;
	line-height: 37px;
	text-align: center;
	font-size: 16px;
	border-left: 2px solid #ddd;
}

.tab-nav {
	color: #343434;
	font-size: 14px;
	margin-top: 2px;
}

.tab-nav-item {
	height: 54px;
	width: 66px;
	line-height: 54px;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
}

.tab-nav-item:nth-child(1) {
	margin-right: 12px;
}

.tab-nav-item:nth-child(2) {
	margin-right: 23px;
}

.tab-nav-item:hover,
.tab-nav-item.active {
	color: #4E8CFF;
	border-bottom: 2px solid #4E8CFF;
}

.tab-nav-item a {
	display: block;
	height: 54px;
	width: 66px;
	color: #333333;
}

.tab-nav-item a:hover,
.tab-nav-item a.activee {
	color: #4E8CFF;
}
/* 头部tab栏e */

/* 搜索栏s */
.search-container {
	width: 100%;
	height: 140px;
	overflow: hidden;
	background-color: #F3F3F3;
}

.help-center-index {
	background: url('../images/help-center-search-bg.png') no-repeat center center;
}

.search-frame {
	position: relative;
	width: 650px;
	height: 40px;
	margin: 50px auto;
}

.search-frame>img {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 12px;
	left: 10px;
}

.search-frame-input {
	display: block;
	float: left;
	width: 514px;
	height: 36px;
	padding-left: 34px;
	border: 2px solid #4E8CFF;
	border-right: 0;
}

.search-frame-btn {
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border: 0;
	font-size: 16px;
	color: #fff;
	background-color: #4E8CFF;
	cursor: pointer;
}
/* 搜索栏e */

/* 首页s */
/* 热门问题s */
.top-questions-title {
	height: 30px;
	/* background-color: pink; */
}

.top-questions-title-text {
	position: relative;
	display: block;
	font-size: 20px;
	color: #343434;
	margin-left: 12px;
}

.top-questions-title-text::before {
	content: "";
	width: 4px;
	height: 20px;
	border-radius: 2px;
	background-color: #4E8CFF;
	position: absolute;
	top: 5px;
	left: -12px;
}

.top-questions-title-more {
	display: block;
	margin-top: 5px;
}

.top-questions-title-more>span {
	font-size: 14px;
	color: #666;
	margin-right: 2px;
}

.top-questions-title-more>img {
	width: 7px;
	height: 11px;
}

.top-questions-main {
	margin-top: 28px;
}

.top-questions-item{
	box-sizing: border-box;
	width: 382px;
	height: 189px;
	padding: 27px 20px 0;
	margin-right: 22px;
	margin-bottom: 22px;
	border: 1px solid #e5e5e5;
}

.top-questions-item:nth-child(3n) {
	margin-right: 0;
}

.top-questions-item ul {
	margin-left: 1px;
}

.top-questions-item ul li {
	font-size: 12px;
	max-width: 330px;
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 15px;
}

.top-questions-item ul li a:hover {
	color: #4E8CFF;
}

.top-questions-item-title {
	font-size: 16px;
	font-weight: bold;
	color: #4E8CFF;
}

.top-questions-split-line {
	display: block;
	width: 342px;
	height: 1px;
	margin: 15px 0;
	background-color: #e5e5e5;
}
/* 热门问题e */

/* 常用自助服务s */
.self-help-main {
	box-sizing: border-box;
	height: 150px;
	margin-top: 27px;
	margin-bottom: 38px;
	border: 1px solid #e5e5e5;
}

.self-help-main a:hover {
	color: #4E8CFF;
}

.self-help-item {
	display: block;
	height: 90px;
	width: 197px;
	text-align: center;
	margin-top: 33px;
	border-right: 1px solid #e5e5e5;
}

.self-help-item:nth-child(6) {
	border: none;
}

.self-help-item>img {
	display: block;
	widows: 50px;
	height: 50px;
	margin: 0 auto 24px;
}
/* 常用自助服务e */

/* 联系我们s */
.contact-us {
	margin-top: 25px;
}

.contact-us-item {
	box-sizing: border-box;
	width: 382px;
	height: 252px;
	color: #343434;
	text-align: center;
	padding: 72px 0 0;
	margin-right: 22px;
	margin-bottom: 94px;
	border: 1px solid #e5e5e5;
}

.contact-us-item:nth-child(3) {
	margin-right: 0;
}

.contact-us-item span {
	display: block;
	margin-bottom: 20px;
}

.contact-way {
	font-size: 24px;
}

.service-time {
	font-size: 14px;
}

.contact-mobile {
	color: #4E8CFF;
	font-size: 20px;
}
/* 联系我们e */
/* 首页e */

/* 自助服务s */
/* 热门问题s */

.self-help-top-questions {
	margin-top: 26px;
}

.self-help-top-item {
	display: block;
	width: 382px;
	height: 158px;
	margin-right: 22px;
	margin-bottom: 22px;
	box-sizing: border-box;
	padding: 40px 37px 0 61px;
	border: 1px solid #e5e5e5;
}

.self-help-top-item:nth-child(3) {
	margin-right: 0;
}

.self-help-top-item:nth-child(n+3) {
	margin-bottom: 0;
}

.self-help-top-item>img {
	display: block;
	width: 50px;
	height: 50px;
}

.self-help-top-item-right {
	width: 195px;
	height: 104px;
}

.self-help-top-item-right span {
	color: #666;
	display: block;
	font-size: 12px;
}

.self-help-top-item-right .right-title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}

/* 热门问题e*/
/* 自助服务e */

/* 文章缺省页 start */

.no-result {
    width: 280px;
    height: 196px;
    color: #111;
    text-align: center;
    margin: 209px auto 0;
}

.no-result>img {
    display: inline-block;
    width: 136px;
    height: 105px;
}

.no-result span {
    display: block;
}

.no-result-tips {
    font-size: 14px;
    margin-top: 40px;
}

.no-result .go-back {
    font-size: 12px;
    margin-top: 10px;
}

.go-back>a {
    color: #4D8CFF;
}
/* 文章缺省页 end */

/* 常见问题s */
.normal-questions {
	/* height: 63%; */
}

.article-list {
	width: 920px;
	height: 100%;
	margin-top: 5px;
}
/* 常见问题e */

/* 没有相关问题s */
.no-related-question {
	width: 450px;
	height: 110px;
	margin-top: 150px ;
	margin-left: 200px;
}

.no-related-question>img {
	display: block;
	width: 138px;
	height: 106px;
}

.no-related-question>span {
	display: block;
	color: #121212;
	font-size: 14px;
	margin-top: 40px;
}

.no-related-question>span>text {
	color: #4D8CFF;
}
/* 没有相关问题e */

.secondary-category {
	color: #343434;
	font-size: 14px;
}

.secondary-category a:hover {
	color: #4E8CFF;
}

/* 文章主体s */

.article-list-main {
	margin-top: 24px;
	margin-bottom: 30px;
}

.article-list-main ul li {
	box-sizing: border-box;
	display: block;
	width: 920px;
	padding: 25px 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.article-list-main ul li:hover {
	background-color:#F1F6FE;
}

.article-list-main ul li a:hover {
	color: #343434;
}

.article-list-main ul li:nth-child(n+2) {
	border-top: 0;
}

.article-title {
	width: 880px;
	color: #343434;
	font-size: 16px;
	margin-bottom: 20px;
}

.article-supplement {
	color: #9A9A9A;
	font-size: 12px;
}

.article-supplement span>img {
	display: inline-block;
	width: 21px;
	height: 11px;
	margin-right: 3px;
	margin-top: 1px;
}

/* 文章主体e */

/* 分页 start */
.pagination-area {
	text-align: center;
	margin-bottom: 30px;
}

.pagination-area a {
	display: inline-block;
	color: #666;
}

.pagination-prev {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 8px;
	background-color: #F4F4F4;
}

.pagination-item {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 8px;
	background-color: #F4F4F4;
}

.pagination-next {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-left: 8px;
	background-color: #F4F4F4;
}

.pagination-item-n {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 8px;
	cursor: default;
	background-color: #F4F4F4;
}

.pagination-item:hover,
.pagination-item.p-item-act {
	color: #fff;
	background-color: #4E8CFF;
}

.pagination-area .p-disabled {
	color: #CECECE;
	cursor: not-allowed;
}
/* 分页 end */

/* eye-bg */
.number-watch {
	box-sizing: border-box;
	width: 72px;
	height: 16px;
	padding-left: 29px;
	background: url('../images/help-center-normal-question-eye.png') no-repeat left center;
	background-size: 21px 11px;
} 