*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	list-style: none;
	text-decoration: none;
	font-family: arial,"微软雅黑";
}
body{
	background: #eee;
	overflow-y: scroll;
}
/* 公用 */
[v-cloak] {
	display: none !important;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.help-top-crumbs {
	color: #333;
	height:50px;
	line-height: 50px;
	font-size: 13px;
	position: relative;
}

.help-top-crumbs .wxb-search-input {
    line-height: 28px;
	margin-top: 10px;
	float: right;
	position: relative;
}
.help-top-crumbs input {
	width: 240px;
	height: 28px;
	border: none;
	padding-left: 10px;
	outline: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.help-top-crumbs input:focus {
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.help-top-crumbs .wxb-search-input input {
	border-radius: 2px!important;
}
.help-top-crumbs .wxb-search-input button {
	width: 28px;
	height: 28px;
	background-color: #fff;
    position: absolute;
    right: 0;
	top: 0;
	border-radius: 0px 2px 2px 0px;
	color: #aaa;
}
button {
	border: none!important;
	outline: none!important;
}
.color-blue {
	color:#4a90e2;
}
.color-gray666 {
	color: #666;
}
.color-gray999 {
	color: #999;
}

/* 分页 */
.grid-pagination-wrap {
	width: auto!important;
	display: inline-block;
}
.pages-num {
	text-align: center;
}
.pagination li a {
	color: #666;
	height: 30px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
}
.pagination li:active a {
	border-color: 1px solid #00c3f5;
}
.pagination-page-num {
	transition: all .3s;
	-webkit-transition: all 0.3s;
	border-radius: 4px;
}

/* 加载中 */
.loading-spinner-wrap {
	width: 1200px;
	min-height: 600px;
	height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*列表*/
.help-list-ctn {
	margin: 70px auto;
	width: 1200px;
	overflow: hidden;
}
.content{
	display: table;
	min-height: 600px;
	position: relative;
}
.list-le{
	width: 200px;
	background-color: #f9f9f9;
	padding: 15px;
	font-size:13px;
	border-right: 1px solid #e9e9e9;
	color: #666;
	display: table-cell;
	min-height: 600px;
}
.list-le li {
	width: 170px;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	cursor: pointer;
	transition: all .3s;
	color: #666;
	padding-left: 65px;
	margin-bottom: 20px;
	position: relative;
}
.list-le li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.list-le li:hover {
	background-color: #00c3f5;
	color: #fff;
}
.list-le li.active {
	color: #fff;
	background-color: #00c3f5;
}
.list-le-item {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 40px;
	display: inline-block;
	background-position: 0 0;
	background-size: 40px auto;
    background-repeat: no-repeat;
}
.list-le li.active .list-le-item, .list-le li:hover .list-le-item {
	background-position: -20px 0;
}
/*.list-item-pc {
	background-size: 16px auto;
	background-position: 0 -0;
}
.list-le li.active .list-item-pc, .list-le li:hover .list-item-pc {
	background-position: 0 -129px;
	background-size: 16px auto;
}
.list-item-multiplatform {
	background-size: 18px auto;
	background-position: 0 -22px;
}
.list-le li.active .list-item-multiplatform, .list-le li.active .list-item-multiplatform {
	background-position: 0 -169px;
	background-size: 18px auto;
}
.list-item-app {
	background-size: 18px auto;
	background-position: 0 -44px;
}
.list-le li.active .list-item-app, .list-le li:hover .list-item-app {
	background-position: 0 -191px;
	background-size: 18px auto;
}
.list-item-home {
	background-size: 16px auto;
	background-position: 0 -58px;
}
.list-le li.active .list-item-home, .list-le li:hover .list-item-home {
	background-position: 0 -188px;
	background-size: 16px auto;
}
.list-item-advert {
	background-size: 16px auto;
	background-position: 0 -78px;
}
.list-le li.active .list-item-advert, .list-le li:hover .list-item-advert {
	background-position: 0 -208px;
	background-size: 16px auto;
}
.list-item-data {
	background-size: 16px auto;
	background-position: 0 -98px;
}
.list-le li.active .list-item-data, .list-le li:hover .list-item-data {
	background-position: 0 -227px;
	background-size: 16px auto;
}*/
.list-ri{
	display: table-cell;
	background-color: #fff;
	width: 1000px;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
}
.list-ri .title {
	border-bottom: 1px solid #e9e9e9;
	padding: 13px 0;
	font-weight: normal;
}
.list-ri .question-ctn {
	margin-top: 15px;
	font-size: 13px;
	color: #666;
	overflow: hidden;
}
.list-ri .question-ctn a {
	color: #666;
	font-size: 13px;
}
.list-ri .question-ctn li {
	cursor: pointer;
	background:#eeeeee;
	float: left;
	padding: 3px 9px;
	border: 1px solid #eee;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin: 0 2px 5px 0;

}
.list-ri .question-ctn li.active, .list-ri .question-ctn li:hover {
	border-color: #00c3f5;
}
.list-ri-bottom-ctn {
	padding-bottom: 50px;
}
.question-modules {
	padding: 30px 10px 0 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
	border-bottom: 1px dashed #e9e9e9;
}
.question-modules:hover {
	background-color: #f9f9f9;
}
.toggle-all {
	width: 58px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	font-size: 12px;
	color: #4a90e2;
	cursor: pointer;
	margin-top: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.toggle-all:hover {
	background-color: #f1f1f1;
}
#fix_title {
	display: none;
    position: fixed;
    top: 70px;
	background-color: #fff;
    z-index: 2;
	left: 50%;
    margin-left: -400px;
	border-left: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
#fix_title {
	font-size: 13px;
	color: #666;
}

.list-ri >h4{
	font-size: 15px;
	color: #333;
	padding-bottom: 10px;
}

.list-part{
  	position: relative;
  	padding: 0 5px 25px 15px;
}
.list-title{
	padding: 8px 0 8px 12px;
	font-size: 13px;
	color: #999;
	position: relative;
}
.list-title::before {
	background-color: #d8d8d8;
	display: inline-block;
	width: 8px;
	height: 2px;
	content: '';
	position: absolute;
	left: 0;
	top: 16px;
}
.list-title a{
	color:#666;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.list-title a:hover{
	color: #00c3f5;
}
.list-title a{
	color:#666;
}
.list-le li a{
	color:#333;
}
.list-le li a:hover{
	color:#00c3f5;
}

.list-le-check{
	position: relative;

}
.list-le-check a{
	color:#00c3f5!important;
}
.list-le-check:before{
	content:"";
	font-size: 0;
	border:6px solid;
	border-color: transparent transparent transparent #00c3f5;
	position: absolute;
	left: 3px;
	top: 5px;
}

/* 搜索 */
.search-ctn {
	margin: 70px auto 0 auto;
	color: #333;
	background-color: #fff;
}
.search-top {
	height: 250px;
	background: #F3F3F3 url('//wxbs.oss-cn-hangzhou.aliyuncs.com/static/1487575190590/help-banner.jpg') no-repeat center;
	background-size: cover;
	padding-top: 105px;
	position: relative;
}
.search-top .search-wrap {
	width: 540px;
	height: 40px;
	position: relative;
	margin: auto;
}
.search-top .search-wrap input {
	width: 100%;
	padding: 0 10px;
	height: 40px;
	border: 1px solid #00c3f5;
	font-size: 14px;
	border-radius: 4px;
	outline: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.search-top .search-wrap input:focus {
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.search-top .search-wrap input::-webkit-placeholder {
	font-size: 13px;
	color: #999;
}
.search-top .search-wrap button {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 40px;
	font-size: 18px;
	border-radius: 0 4px 4px 0;
	font-weight: normal;
	background-color: #00c3f5;
    border-color: #00c3f5;
} 
.search-top .search-wrap .btn:hover {
	background-color: #4990e2;
}
.search-top .result-ctn {
	width: 540px;
	margin: auto;
	padding-right: 66px;
}
.search-top .result-ctn .history-ul {
	border-radius: 2px;
	border: 1px solid #e9e9e9;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.search-top .history-ul a {
	width: 100%;
	height: 100%;
	padding: 8px 15px;
	display: inline-block;
	color: inherit;
}
.search-top .history-ul li{
	font-size: 13px;
	cursor: pointer;
	background-color: #fff;
	width: auto;
	border-bottom: 1px solid #e9e9e9;
	transition: all .3s;
	-webkit-transition: all 0.3s;
}
.search-top .history-ul li:hover {
	background-color: #eee;
}
.search-top .history-ul li:last-child{
	border-bottom: none;
}
.history-ctn-wrap {
	width: 540px;
    margin: auto;
    padding-right: 66px;
}
.history-ctn {
	border-radius: 2px;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.search-top .clean-btn{
	height: 40px;
	line-height: 40px;
	background-color: #f7f7f7;
	color: #999;
	text-align: center;
	cursor: pointer;
}
.search-ctn-bottom {
	width: 1200px;
	margin: auto;
	padding: 0 75px;
}
.search-ctn-bottom .search-title{
	margin: 40px 0;
	font-size: 20px;
	color: #333;
}
.search-ctn-bottom-ul {
	font-size: 18px;
	min-height: 480px;
}
.search-ctn-bottom-ul-item {
	width: 298px;
	height: 168px;
	border: 1px solid #e9e9e9;
	text-align: center;
	margin: 0 75px 70px 0;
	float: left;
	cursor: pointer;
	transition:  all .3s;
	-webkit-transition:  all .3s;
	border-radius: 2px;
	color: #333;
}
.search-ctn-bottom-ul-item:nth-child(3n) {
	margin-right: 0px;
}
.search-ctn-bottom-ul-item:hover {
	background-color: #f7f7f7;
}
.search-ctn-bottom-ul-item .desc {
	font-size: 13px;
	color: #999;
}
.search-ctn-bottom-ul-item a {
	display: inline-block;
	padding: 37px 0;
	width: 100%;
	height: 100%;
}
.search-ctn-bottom-ul-item a, .search-ctn-bottom-ul-item a:hover, .search-ctn-bottom-ul-item a:active, .search-ctn-bottom-ul-item a:visited {
	color: inherit;
	text-decoration: none;
}
.search-ctn-ul-item-pic {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-position: 0 0;
	background-size: 80px auto;
    background-repeat: no-repeat;
}
/*.item-multiplatform {
	width: 35px;
	background-position: -2px -50px;
}
.item-app {
	width: 28px;
	background-position: -6px -100px;
}
.item-home {
	width: 42px;
	background-position: 0 -150px;
}
.item-advert {
	width: 38px;
	background-position: -1px -198px;
}
.item-data {
	width: 41px;
	background-position: 1px -248px;
}
.item-editor {
	background: url(http://s.yezgea02.com//static/1492743718443/editor.png) no-repeat;
	background-size: cover;
}
.item-plugin {
	background: url(http://s.yezgea02.com//static/1492743718443/plugin.png) no-repeat;
	background-size: cover;
}*/

/* 搜索结果 */
.search-result-ctn {
	width: 1200px;
	margin: 70px auto 70px auto;
}
.search-result-bottom {
	padding: 0 20px 70px 20px;
	background-color: #fff;
	min-height: 600px;
	position: relative;
}
.search-result-bottom .title {
	font-size: 13px;
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
	margin-bottom: 15px;
}
.search-result-bottom .title .color-blue {
	float: right;
	cursor: pointer;
}
.search-content li {
	margin-bottom: 30px;
	font-size: 13px;
}
.search-content h3 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
}
.search-content .push-time {
	color: #999;
}

/* 详情 */
.help-details-ctn {
	width: 1200px;
	margin: 70px auto;
}
.help-details-bottom {
	background-color: #fff;
	padding: 0 20px;
	min-height: 600px;
	position: relative;
}
.help-details-bottom .push-time {
	color: #999;
	font-size: 13px;
}
.help-details-bottom .title {
	height: 70px;
	padding: 12px 0;
	border-bottom: 1px solid #e9e9e9;
	position: relative;
}
.help-details-bottom .title .color-blue {
	font-size: 13px;
    position: absolute;
    right: 0;
    top: 15px;
	padding: 5px;
	cursor: pointer;
}
.help-details-bottom h3 {
	font-size: 15px;
	color: #333;
	margin-top: 6px;
}
.pleft {
	padding-left: 8px;
}
.help-details-bottom .desc {
	color: #999;
}
.help-content {
	font-size: 14px !important;
	padding: 30px 0 70px 0;
}
.help-content img {
	max-width: 100%;
}
.no-result {
	text-align: center;
	color: #666;
	margin-top: 120px;
	font-size: 13px;
}
.no-result img {
	width: 62px;
	display: block;
	margin: 15px auto;
}
