.search-wrap input.search-field {
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
#block-system-main {
	margin-top: -72px;
	-webkit-appearance: none
}
.toolbar-drawer #block-system-main {
	margin-top: 0;
}
.toolbar-drawer .main-container-wrapper #mini-panel-product_menu {
	background: #ccc;
}
.main-container-wrapper #mini-panel-product_menu {
	background: transparent
}
#mini-panel-product_menu .menu-icon-help-header .product-title a, .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li a {
	color: #FFF;
}
#mini-panel-product_menu .content-wrap {
	border-bottom: none
}
.banner-wrap {
	background-color: #103ea0
}
.search-wrap {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	transition: 0.5s ease
}
.banner-wrap .search-wrap {
	padding: 110px 0px 60px;
}
.search-wrap .search-box {
	position: relative
}
.search-box > p {
	display: flex
}
.search-wrap input.search-field {
	display: block;
	border: none;
	outline: none;
	background: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 30px;
	color: #666;
	width: 100%;
	padding: 10px 10px 10px 50px;
	box-sizing: border-box;
	transition: 0.5s ease
}
.search-wrap input.search-field:focus {
	box-shadow: 0 1px 10px rgba(0,0,0,0.4)
}
.search-wrap input.search-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	box-sizing: border-box;
	height: 50px;
	padding: 10px;
	border: none;
	outline: none;
}
.popular-search {
	margin: 20px 0 0;
	text-align: center;
	text-overflow: ellipsis;
	color: #fff
}
.popular-search a {
	color: #fff;
	text-decoration: underline;
	font-size: 14px
}
.search-wrap input.search-icon {
	background: url(../images/help-new-sprite.png) 0 0 no-repeat;
	background-size: auto 50px;
	cursor: pointer
}
.breadcrumb {
	overflow: hidden;
	background: transparent;
	border-radius: 0;
	padding: 10px 0
}
.breadcrumb .content-wrap {
	border-bottom: 1px solid #f4f4f4;
	padding: 10px 0 20px;
	overflow: hidden;
}
.breadcrumb ul li {
	display: block;
	float: left
}
.breadcrumb ul li a {
	color: #999;
	position: relative;
	padding: 2px 13px 2px 10px;
	font-size: 12px
}
.breadcrumb ul li a:after {
	content: '>';
	position: absolute;
	right: 0;
	top: 1px;
	width: 5px
}
.breadcrumb ul li:first-child a {
	padding-left: 0
}
.breadcrumb ul li:last-child a {
	padding-right: 0;
	color: #2b7bb9;
	cursor: default
}
.breadcrumb ul li:last-child a:after {
	display: none;
}
.help-home-content {
	padding: 0;
	position: relative
}
.help-home-content h2 {
	text-align: center
}
.resources-wrap {
	margin: 60px 0;
	padding: 0 0 40px;
	overflow: hidden;
	display: block;
}
.resources-wrap > .resources {
	display: table-cell;
	float: left;
	box-sizing: border-box;
	padding: 30px
}
.help-guides-wrap {
	margin: 90px 0 60px;
	overflow: hidden;
	color: #555555;
	text-align: center
}
.help-guides-wrap ul {
	margin: 30px auto 0;
	overflow: hidden;
	text-align: center;
}
.help-guides-wrap li {
	display: inline-block;
	width: 22%;
	margin: 1%;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	vertical-align: top
}
.help-guides-wrap li > div {
	margin: 5px 10px;
	min-height: 150px;
	box-sizing: border-box;
	padding: 15px;
}
.help-guides-wrap li > div > span {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-bottom: 10px;
	background: url(../../images/help-new-icon-sprite.png) left top no-repeat;
	background-size: auto 100px;
}
.help-guides-wrap li > div a {
	color: #00b0ff;
	text-decoration: none
}
.help-guides-wrap li > div p {
	font-size: 15px;
}
.help-guides-wrap li > div p + p {
	margin: 15px 0 0
}
.help-guides-wrap li > div > a {
	font-size: 13px;
	color: #00b0ff;
	text-decoration: underline
}
.write-us-wrap {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 60px;
	padding-top: 200px
}
.write-us-wrap:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -110px;
	width: 180px;
	height: 180px;
	background: url(../images/looking-for-icon.png) left top no-repeat;
	background-size: cover
}
.write-us-wrap h3 {
	line-height: 40px;
	color: #666
}
.write-us-wrap h3 + a {
	color: #fff;
	font-size: 16px;
	padding: 0;
	display: inline-block;
	padding: 5px 20px;
	background: #5794ff;
	border-radius: 4px
}

@media only screen and (min-width :992px) and (max-width:1199px) {
#block-system-main .content-wrap {
	width: 90%;
}
.help-guides-wrap li {
	width: 30%
}
.help-home-content .faq h3 {
	text-align: left
}
}

@media only screen and (min-width :768px) and (max-width:991px) {
#block-system-main .content-wrap {
	width: 90%;
}
.help-guides-wrap li {
	width: 47%
}
.help-home-content .faq h3 {
	text-align: left
}
.help-home-content .faq li {
	width: 50%;
}
.write-us-wrap {
	padding-top: 130px
}
.write-us-wrap::before {
	height: 120px;
	margin: 0 0 0 -70px;
	width: 120px;
}
}

@media only screen and (max-width :767px) {
#block-system-main .content-wrap {
	width: 80%;
}
#block-system-main {
	margin-top: 7px;
}
.banner-wrap .search-wrap {
	padding: 40px 0
}
.main-container-wrapper #mini-panel-product_menu {
	background: #fff
}
#mini-panel-product_menu .menu-icon-help-header .product-title a, .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li a {
	color: #333;
}
.search-wrap input.search-field {
	background: rgba(0,0,0,0.5);
	color: #ccc;
}
.breadcrumb, .popular-search {
	display: none
}
.help-guides-wrap ul {
	margin: 20px auto 0;
}
.help-guides-wrap li {
	display: block;
	margin: 20px auto;
	width: 80%
}
.help-home-content .faq .content-wrap {
	width: 80%
}
.help-home-content .faq h3 {
	text-align: left
}
.help-home-content .faq li {
	display: block;
	float: none;
	margin: 5px 0;
	width: 100%;
}
.write-us-wrap {
	padding-top: 130px
}
.write-us-wrap::before {
	height: 120px;
	margin: 0 0 0 -70px;
	width: 120px;
}
}

@media only screen and (max-width :480px) {
.help-guides-wrap li {
	width: 100%
}
}/**/
