a, abbr, acronym, address, applet, big, blockquote, body, caption, cite,
	code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5,
	h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre,
	q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td,
	tfoot, th, thead, tr, tt, ul, var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline
}

body {
	line-height: 1;
	color: #000;
	background: #fff
}

ol, ul {
	list-style: none
}

table {
	border-collapse: separate;
	border-spacing: 0
}

caption, table, td, th {
	vertical-align: middle
}

caption, td, th {
	text-align: left;
	font-weight: 400
}

a img {
	border: none
}

article, aside, canvas, details, figcaption, figure, footer, header,
	hgroup, main, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	display: block
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

[hidden], audio:not ([controls] ){
	display: none
}

body, html {
	font-family: Helvetica, Tahoma, Arial, Hiragino Sans GB,
		\\51AC\9752\9ED1\4F53, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STXihei,
		\\534E\6587\7EC6\9ED1, SimSun, \\5B8B\4F53, Heiti, \\9ED1\4F53,
		sans-serif
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.hide {
	display: none
}

.clearfix:after, .clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}
/* 
@font-face {
	font-family: iconfont;
	src: url(//fe-static.vipkid.com.cn/img/font/iconfont-819a5f5136.eot);
	src: url(//fe-static.vipkid.com.cn/nomatch) format("embedded-opentype"),
		url(//fe-static.vipkid.com.cn/img/font/iconfont-a5e39c13b1.woff)
		format("woff"),
		url(//fe-static.vipkid.com.cn/img/font/iconfont-d377b0d3e9.ttf)
		format("truetype"), url(//fe-static.vipkid.com.cn/nomatch)
		format("svg")
}
 */
.iconfont {
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}

.input {
	height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 10px;
	border: 1px solid #d8d8d8;
	outline: none
}

.input:focus {
	border-color: #46a3fb;
	-webkit-box-shadow: 0 0 3px #46a3fb;
	box-shadow: 0 0 3px #46a3fb
}

.input-error {
	border-color: red
}

.input-block {
	width: 100%
}

.btn {
	display: block;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	font-size: 16px;
	color: #fff;
	background-color: #f60;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	height: 44px;
	line-height: 44px
}

.btn:hover {
	color: #fff;
	cursor: pointer;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity = 90)
}

.btn-secondary {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	color: #333
}

.btn-secondary:hover {
	color: #333
}

.btn-disabled {
	background-color: #d8d8d8
}

.btn-samll {
	height: 28px;
	line-height: 28px
}

.btn-block {
	text-align: center;
	width: 100%
}

/* 在线咨询按钮 */
.online-chat-hd-first-screen.js-online-service.new-message
,.online-chat-hd.js-online-service.new-message
,.consu-hd
,.council_btn_hd
{
  display: none !important;
}