body {
    background-color: #fff;
}

.faq-main {
    width: 1190px;
    position: relative;
    margin: 0 auto;
    /*padding-top: 10px;*/
    padding-bottom: 100px;
    background-color: #fff;
}

.faq-main-top {
    padding: 20px 0;
    overflow: hidden;
}

.nav-breadcrumb {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}

.nav-breadcrumb a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.nav-breadcrumb .nav-next {
    /*padding: 0 5px;*/
    font-size: 14px;
}

.search-input-item {
    width: 640px;
    height: 40px;
    /*border: 1px solid #e1e1e1;*/
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.search-input-item .search-input {
    float: left;
    width: 548px;
    height: 38px;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e1e1e1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    outline: 0;
    background-color: #fff;
}

.search-submit-btn {
    float: left;
    width: 50px;
    height: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #4281da;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.search-submit-btn:hover {
    background-color: #548ddd;
}

.search-hot-item {
    width: 640px;
    position: relative;
    margin-top: 5px;
    overflow: hidden;
}

.search-hot-tit {
    position: absolute;
    top: 0;
    left: 0;
    color: #666;
}

.search-hot-label {
    padding-left: 80px;
}

.search-hot-label a {
    margin-right: 8px;
    color: #666;
}

.faq-container {
    position: relative;
    overflow: hidden;
}

.faq-container .faq-left {
    float: left;
    position: relative;
    width: 246px;
    margin-right: 20px;
    z-index: 99;
}

.faq-nav-box {
    position: relative;
    background-color: #f9f9f9;
}

.faq-nav-box .faq-nav-list {
    margin: 0 auto;
}

.faq-nav-list a {
    color: #333;
    text-decoration: none;
}

.faq-nav-list > li {
    position: relative;
}

.faq-nav-list .faq-nav-hd {
    font-size: 16px;
}

.faq-nav-list .faq-nav-hd p {
    display: block;
    width: 164px;
    height: 46px;
    margin: 0 auto;
    padding-left: 20px;
    line-height: 46px;
    border-bottom: 1px solid #dedede;
}

.faq-nav-list li:last-child .faq-nav-hd p {
    border-bottom: 0;
}

.faq-nav-list li:last-child.active .faq-nav-hd p {
    border-bottom: 1px solid #dedede;
}

.faq-nav-list .nav-line {
    display: block;
    width: 184px;
    height: 1px;
    margin: 0 auto;
    background-color: #dedede;
}

.faq-nav-list .faq-sub-nav-wrap {
    display: none;
}

.faq-nav-list .active .faq-sub-nav-wrap {
    display: block;
}

.faq-nav-list .faq-sub-nav-list {
    padding: 10px 0;
}

.faq-nav-list .faq-sub-nav-list .active {
    background-color: #efefef;
}

.faq-nav-list .faq-sub-nav-list a {
    display: block;
    height: 30px;
    padding-left: 51px;
    line-height: 30px;
    color: #666;
}

.faq-nav-list .faq-sub-nav-list a:hover {
    /*background-color: #efefef;*/
}

.faq-sub-nav-list .active a {
    padding-left: 48px;
    border-left: 3px solid #1f9fd3;
}

/*arrow*/
.faq-nav-arrow em,.faq-nav-arrow span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: rgba(255,255,255,0);
    border-color: transparent\0;
    *border-color: transparent;
    border-style: solid;
    overflow: hidden;
    top: 0;
    left: 0
}

.faq-nav-arrow {
    position: absolute;
    top: 23px;
    right: 50px;
    margin-top: -3px;
}

.faq-nav-arrow em {
    border-width: 8px 8px 0;
    border-top-color: #999;
    top: 1px;
}

.faq-nav-arrow span {
    border-width: 8px 8px 0;
    border-top-color: #f9f9f9;
}

.active .faq-nav-arrow em {
    border-width: 0px 8px 8px;
    border-bottom-color: #999;
    top: -1px;
}

.active .faq-nav-arrow span {
    border-width: 0px 8px 8px;
    border-bottom-color: #f9f9f9;
}

.faq-container .faq-right {
    float: right;
    width: 924px;
}

.faq-container .faq-right.mask {
  opacity: .5;
}

.faq-content {
    padding-left: 26px;
}

.faq-content .header {
    padding-bottom: 12px;
    line-height: 1;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #e1e1e1;
}

.faq-content a {
	text-decoration: none;
}

.faq-content a .faq-content-box {
	padding-bottom: 18px;
	border-bottom: 1px dashed #dedede;
}

.faq-content a:last-child .faq-content-box {
  border-bottom: 0;
}

.faq-content .faq-content-box {
    margin-top: 12px;
}

.faq-content .faq-content-box .faq-detail b {
	color: #f00;
}

.faq-content .faq-box .faq-content-box .faq-detail b {
  color: #5390ED;
  font-weight: normal;
}

.faq-content-list li {
    position: relative;
    margin-bottom: 10px;
}

.faq-content-list .faq-wrap {
    display: inline-block;
}

.faq-content-list a {
    padding-left: 14px;
    color: #333;
}

.faq-content-list .faq-wrap > i {
    position: absolute;
    top: 2px;
    font-size: 12px;
    color: #999;
}

.faq-content-list .faq-wrap:hover i,
 .faq-content-list .faq-wrap:hover a {
    color: #4281da;
}

.faq-content-box .faq-detail h2 {
  font-size: 16px;
  color: #5390ED;
}

.faq-detail .faq-detail-con {
    margin-top: 12px;
    line-height: 1.8;
    color: #333;
}

.faq-detail .faq-detail-con2 {
  margin-top: 12px;
  line-height: 1.8;
  color: #333;
}

.faq-box .faq-detail .faq-detail-con {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
}

.related-faq {
    margin-top: 40px;
    padding: 20px;
    background-color: #f9f9f9;
    overflow: hidden;
}

.related-faq h3 {
    font-size: 16px;
    color: #666;
}

.related-faq-list {
    margin-top: 10px;
}

.related-faq-list li {
    float: left;
    width: 50%;
    margin-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.related-faq-list li .faq-wrap {
    max-width: 95%;
}

.related-faq-list li a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*分页样式*/
.page a span {
	border-radius:0;
}

.page-box {
	overflow:hidden; margin-top:30px;
}

.paging-full .items {
	float:right;
}

.paging-full {
	margin-right: 3px;
}

.paging-full .item {
	border: 1px solid #DBDBDB;
	color: #3e3e3e;
	cursor: pointer;
	float: left;
	font-weight:700;
	min-width: 35px;
	margin-left:5px;
	text-align: center;
	transition: color 0.1s linear 0s;
}

.paging-full .next, .paging-full .prev {
	cursor: pointer;
	width: 28px;
}

.paging-full .prev {
	
}

.paging-full .item .num {
	display: inline-block;
	width: 100%;  
	z-index: 1;
    padding: 7px 0;
}

.paging-full .item:hover {
	color:#f60; 
	text-decoration:none;
	border:1px solid #f60;
}

.paging-full .item:hover a { 
	color:#f60;
}

.paging-full .active { 
	background: none repeat scroll 0 0 #f60; 
	border-color: #f60;
}

.paging-full .active a, .paging-full .active:hover a {
	color: #fff;
	cursor: default; 
	position: relative;
	text-decoration: none;
}

.paging-full .next ,.paging-full .next-disabled{ 
	margin-left: 5px;
}

.paging-full .prev-disabled {
	
}

.paging-full .total {
	float:right;
	line-height: 39px; 
	margin-left:5px;
}

.paging-full  .icon { 
	display: inline-block;
	height: 9px;
	overflow: hidden;
	width: 6px;
	margin-top:4px;
}

.paging-full .prev-disabled, .paging-full .prev-disabled:hover ,.paging-full .next-disabled,.paging-full .next-disabled:hover { 
	cursor: default; 
	border:1px solid #DBDBDB;
} 

.paging-full .prev-disabled a, .paging-full .prev-disabled:hover a,.paging-full .next-disabled a,.paging-full .next-disabled:hover a { 
	cursor: default;
} 

.paging-full .prev-disabled .icon {  
	background:url("//account.zuzuche.com/img/page.png") no-repeat scroll -19px -40px ;
}

.paging-full .next-disabled .icon {
	background:url("//account.zuzuche.com/img/page.png") no-repeat scroll 0px -40px ;
}

.paging-full .prev .icon { 
	background:url("//account.zuzuche.com/img/page.png") no-repeat scroll -20px 0px;
}

.paging-full .prev:hover .icon {
	background:url("//account.zuzuche.com/img/page.png") no-repeat scroll 0px 0px;
}

.paging-full .prev:hover,.paging-full .next:hover {
	border:1px solid #ff6600 !important;
}

.paging-full .prev:hover .icon {  
	background:url("//account.zuzuche.com/img/page.png") no-repeat scroll -20px -20px;
}

.paging-full .next .icon { 
	background:url("//account.zuzuche.com/img/page.png") no-repeat scroll 0 0px ;
}

.paging-full .next:hover .icon { 
	background:url("//account.zuzuche.com/img/page.png") no-repeat scroll 0 -20px ;
}



/* modify by Sharon on 2017/03/15 */
.faq-box {
  margin-bottom: 30px;
}

.faq-box.no-mg {
  margin-bottom: 0
}

.wenda-box .question-item:hover {
  background: #f9f9f9
}

.wenda-box .question-item:first-child {
  margin-top: 0
}

.wenda-box .question-item:first-child .question-item-content {
  margin-top: 0;
  border-top: none
}

.wenda-box .question-item .question-item-content {
  border-top: 1px dashed #E1E1E1;
  padding: 25px 0 30px
}

.wenda-box .question-item .avatar {
  float: left;
  margin-top: 4px;
  width: 40px
}

.wenda-box .question-item .avatar-img {
  width: 40px;
  height: 40px;
  vertical-align: top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.wenda-box .question-item .content {
  padding-left: 60px
}

.wenda-box .question-item .post-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 81px
}

.wenda-box .question-item .post-text a,
.wenda-box .question-item .post-text a:hover {
  display: block;
  color: #333
}

.wenda-box .question-item .answer-text {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all
}

.wenda-box .question-item .highlight {
  color: #5390ED
}

.wenda-box .question-item .figure {
  position: relative;
  max-width: 700px;
  margin-bottom: 20px;
  height: 120px;
  font-size: 0;
  overflow: hidden
}

.wenda-box .question-item .figure.all {
  margin-bottom: 0;
  height: auto
}

.wenda-box .question-item .figure.all .show-all-trigger {
  display: none
}

.wenda-box .question-item .figure img {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  vertical-align: top;
  cursor: pointer
}

.wenda-box .question-item .figure .show-all-trigger {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  width: 120px;
  height: 120px;
  font-size: 16px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,.5)
}

.wenda-box .question-item .figure .show-all-trigger:hover {
  text-decoration: none
}

.wenda-box .question-item .tag-list {
  float: right;
  font-size: 0
}

.wenda-box .question-item .tag-item {
  display: inline-block;
  border-left: 1px solid #ddd;
  padding: 0 5px;
  font-size: 12px;
  line-height: 1;
  color: #999
}

.wenda-box .question-item .tag-item:first-child {
  border-left: none
}

.wenda-box .question-item .asked-count,.wenda-box .question-item .topic {
  float: left
}

.wenda-box .question-item .asked-count {
  margin: 0 15px 0 0;
  font-size: 0
}

.wenda-box .question-item .asked-count a {
  display: inline-block;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  background: #5390ED;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.wenda-box .question-item .asked-count a:hover {
  text-decoration: none
}

.wenda-box .question-item .topic {
  font-size: 0
}

.wenda-box .question-item .topic a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #5390ED
}

.wenda-box .question-item .answer-text {
  margin-bottom: 16px;
  max-height: 63px
}