

input{
	border: none;
	outline: none;
}

/*  帮助页面首页样式  */
.help-body{
	margin: 80px 0;
}
.help-banner{
	background-image: url("/coltd-assets/images/help-banner.png");
	height: 160px;
}
.search-group{
	width: 620px;
	margin: 0 auto;
	margin-top: 43px;
}
.help-search{
	width: 520px;
	height: 45px;
	border: 1px solid #eee;
	border-radius: 0;
}
.help-search-btn{
	width: 100px;
	height: 45px;
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
	font-size: 16px;
}
.hot-search{
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
.hot-ser{
	cursor: pointer;
}
.help-sect{
	margin-top: 80px;
}
.help-sect ul li{
	margin-bottom: 30px;
	display: inline-block;
}
.help-title{
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 40px;
}
.help-title label{
	font-size: 24px;
	font-weight: bold;
}
.help-title a{
	font-size: 14px;
	line-height: 34px;
	color: #666;
	text-decoration: underline;	
}
.help-title a:hover{
	color: #d8a51c;
}
.ques-title{
	font-size: 16px;
	color: #666;
    width: 320px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
.ques-title:hover{
	color: #d8a51c;
	cursor: pointer;
}
.tit-front{
	width: 5px;
	height: 5px;
	background-color: #999;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: -8px;
}
.help-sect-list{
	height: 32px;
}
.read-more{
	top: 175px;
	position: absolute;
	color: #666;
	right: 40px;
}
.read-more:hover{
	color: #666;
	text-decoration: none;
	cursor: pointer;
}
.ques-catalog-list{
	width: 370px;
	height: 215px;
	border: 1px solid #ececec;
	padding-top: 50px;
	margin: 0 10px;
}
.ques-icon{
	margin: 0 auto; 
	display: block
}
.ques-icon-cover{
	margin: 0 auto; 
	display: none;
}
.ques-content{
	padding: 0;
}
.ques-catalog-list a:hover{
	text-decoration: none;
}
.ques-catalog-list:hover{
	box-shadow: 0 0 30px #ececec;
	border: 1px solid #d8a51c;
}
.ques-catalog-list:hover .ques-icon{
	display: none;
}
.ques-catalog-list:hover .ques-icon-cover,.ques-catalog-list:hover .ques-list{
	display: block;
	color: #d8a51c;
}
.ques-list{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #bbb;
	margin-top: 25px;
}
.video-detail{
	width: 370px;
	height: 188px;
}
.video-list{
	text-align: center;
}
.video-list p{
	margin-top: 15px;
	text-align: left;
	font-size: 16px;
	color: #666;
}
.video-list object{
	background-color: #f3f3f3;
	width: 370px;
	height: 188px;
	display: inline-block;
}
.video-content-detail{
	background-image: url("/coltd-assets/images/gwhelp-video.png");
	width: 372px;
	height: 188px;
}
.video-content-detail a{
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-top: 62px;
	background-image: url("/coltd-assets/images/video-play-gray.png");
	cursor: pointer;
}
.video-content-detail a:hover{
	background-image: url("/coltd-assets/images/video-play.png");	
}
.answer-content-detail embed{
	width: 960px;
}

@media only screen and (max-width:768px ) {
	.service-bar{
		display: none;
	}
	.help-body{
		margin: 60px 0;
	}
	.help-banner{
		background-image: url("/coltd-assets/images/help-banner-m.png");
		background-size: 100%;
		background-repeat: no-repeat;
		height: 125px;
	}
	.search-group{
		width: 100%;
		height: auto;
		display: inline-block;
		margin-top: 35px;
	}
	.help-search {
	    width: 80%;
	    height: 40px;
	}
	.help-search-btn{
		width: 20%;
		height: 40px;
	}
	.hot-search{
		margin-top: 8px;
	}
	.help-sect{
		margin-top: 30px;
	}
	.help-title{
		margin-bottom: 25px;
		padding: 0 10px 10px 10px;
	}
	.help-title label{
		font-size: 18px;
		font-weight: bold;
	}
	.help-sect ul li{
		margin-bottom: 0;
	}
	.help-sect-list{
		padding: 0 15px;
	}
	.ques-title{
		width: 92%;
	}
	
	.read-more{
		top: 150px;
	}
	.ques-content{
		padding: 0 15px;
	}
	.ques-catalog-list{
		width:100%;
		margin: 20px 0;
	}
	.video-detail{
		width: 100%;
		height: auto;
	}
	.video-list{
		text-align: center;
	}
	.video-list p{
		text-align: center;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.video-list object{
		width: 290px;
		height: 150px;
		margin: 0 auto;
	}
	.video-content-detail{
		width: 300px;
		margin: 0 auto;
		height: 150px;
	}
	.video-content-detail a{
		margin-top: 45px;
	}
}

/* 帮助页面首页样式结束   */


/* 帮助页面列表页样式   */
.help-nav{
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.help-center{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.help-center:hover{
	color: #333;
	text-decoration: none;
}
.help-detail{
	color: #666;
	font-size: 16px;
}
.help-detail:hover{
	color: #666;
	text-decoration: none;
}
.ques-list-detail{
	padding-top: 15px;
}
.list-dot{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin-right: 15px;
	background-color: #dfdfdf;
}
.ques-list-detail ul li{
	padding-bottom: 10px;
	margin-top: 15px;
	border-bottom: 1px dotted #e5e5e5;
}
.ques-list-detail ul li a{	
	color: #666;	
}

.ques-list-detail ul li{
	float: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ques-list-detail ul li a:hover{
	text-decoration: none;
}
.ques-page{
	display: block;
	margin-top: 30px;
	text-align: center;
}

@media only screen and (max-width:768px ) {
	.help-nav{
		padding-top: 30px;
	}
	.help-center{
		font-size: 14px;
	}
	.help-detail{
		font-size: 14px;
	}
}
.dropload-down{
	text-align: center;
	margin-top: 30px;
}

/* 帮助页面列表页样式结束   */

/* 搜索无结果页面 */

.search-nothing{
	padding-top: 170px;
	width: 370px;
	margin: 0 auto; 
	padding-bottom: 140px;
}
.search-nothing img{
	display: block;
	width: 280px;
	margin: 0 auto;
}
.search-nothing p{
	margin-top: 50px;
	font-size: 16px;
	text-align: center;
	color: #666;
}

@media only screen and (max-width: 768px) {
	.search-nothing{
		width: 100%;
		padding-top: 60px;
		padding-bottom: 0;
	}
	.search-nothing p{
		margin-top: 30px;
		font-size: 14px;
	}
}

/* 搜索无结果页面结束 */

/* 问题详情页 */

.answer-content{
	background-color: #f3f3f3;
	padding: 90px;
	margin-top: 25px;
}
.answer-content h3{
	text-align: center;
	margin-bottom: 45px;

}
.answer-content-detail{
	color: #666;
	overflow: hidden;
}
.answer-content-detail img{
	max-width: 100%;
}
p>.answer-content-detail img{
	text-align: center;
}
.answer-content-detail p{
	margin-bottom: 25px;
}

@media only screen and (max-width:768px ) {
	.answer-content{	
		padding: 30px 15px;
		margin-top: 25px;
	}
	.answer-content h3{
		margin-bottom: 20px;
	}
	.answer-content p{
		margin: 15px 0;
	}	
}

/* 问题详情页结束 */


