.brand_banner {
	width: 100%;
	height: 360px;
	background-image: url('/img/help-center/pubg-dinoland-squad-season-7-survival-pass-cold-front-skins-uhdpaper.com-4K-7.1935.png');
	background-position: center;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.brand_title {
	font-size: 31px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 46px;
	color: white;
	z-index: 9;
	user-select: none;
}
.brand_search {
	position: relative;
	margin-top: 36px;
	z-index: 9;
}
.brand_search input {
	width: 690px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	border: 1px solid rgba(250, 197, 69, 1);
	padding-right: 50px;
	box-sizing: border-box;
	text-indent: 22px;
	color: #666;
	border-radius: 22px;
}

.brand_search input::-webkit-input-placeholder {
	color: #999;
}

.brand_search .sbumit-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 44px;
	background: rgba(250, 197, 69, 1);
	border-radius: 0px 22px 22px 0px;
	cursor: pointer;
	text-align: center;
	line-height: 44px;
	box-sizing: border-box;
}
.brand_search .sbumit-btn img {
	user-select: none;
}

.brand_banner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.help-center {
	width: 1200px;
	margin: 80px auto 20px;
	text-align: left;
}
/* 左侧 */
.help-center .side-nav {
	width: 240px;
	float: left;
}
.help-center .side-nav .side-nav-bar {
	background: #fff;
	margin-bottom: 14px;
}
.help-center .side-nav .side-nav-bar .side-nav-bar-search {
	position: relative;
	padding: 16px;
}

.help-center .side-nav .side-nav-bar .side-nav-bar-search input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid rgba(250, 197, 69, 1);
	padding-right: 50px;
	box-sizing: border-box;
	text-indent: 10px;
	color: #666;
	border-radius: 22px;
}
.help-center .side-nav .side-nav-bar .sbumit-btn {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 42px;
	height: 30px;
	background: rgba(250, 197, 69, 1);
	border-radius: 0px 16px 16px 0px;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	box-sizing: border-box;
}
.help-center .side-nav .side-nav-bar .sbumit-btn img {
	width: 12px;
	height: 12px;
}
.help-center .side-nav .side-nav-bar .helping_center_delete.show-delete {
	display: inline-block;
}
.help-center .side-nav .side-nav-bar .helping_center_delete.hide-delete {
	display: none;
}

.help-center .side-nav .side-nav-bar .side-nav-bar-list .side-nav-bar--item {
	padding: 16px;
	font-size: 16px;
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
	transition: all 0.2s;
}

.help-center
	.side-nav
	.side-nav-bar
	.side-nav-bar-list
	.side-nav-bar--item:hover,
.help-center
	.side-nav
	.side-nav-bar
	.side-nav-bar-list
	.side-nav-bar--item.active {
	background: rgba(249, 249, 249, 1);
	color: rgba(51, 51, 51, 1);
}
.help-center
	.side-nav
	.side-nav-bar
	.side-nav-bar-list
	.side-nav-bar--item:hover
	img:nth-of-type(1),
.help-center
	.side-nav
	.side-nav-bar
	.side-nav-bar-list
	.side-nav-bar--item.active
	img:nth-of-type(1) {
	display: none;
}
.help-center
	.side-nav
	.side-nav-bar
	.side-nav-bar-list
	.side-nav-bar--item:hover
	img:nth-of-type(2),
.help-center
	.side-nav
	.side-nav-bar
	.side-nav-bar-list
	.side-nav-bar--item.active
	img:nth-of-type(2) {
	display: block;
}
.help-center
	.side-nav
	.side-nav-bar
	.side-nav-bar-list
	.side-nav-bar--item
	img {
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 3px;
	display: none;
	transition: all 0.2s;
}

.help-center
	.side-nav
	.side-nav-bar
	.side-nav-bar-list
	.side-nav-bar--item
	img:nth-of-type(1) {
	display: block;
}
.help-center
	.side-nav
	.side-nav-bar
	.side-nav-bar-list
	.side-nav-bar--item
	span {
	width: 100%;
	padding-left: 26px;
	box-sizing: border-box;
	display: block;
}
.help-center .side-nav .side-nav-customer {
	background: #fff;
	padding: 22px 18px;
	cursor: pointer;
}
.help-center .side-nav .side-nav-customer img {
	width: 30px;
	height: 30px;
	margin-right: 12px;
	float: left;
	margin-top: 14px;
}
.help-center .side-nav .side-nav-customer .side-nav-customer--des {
	display: inline-block;
	color: rgba(170, 170, 170, 1);
	font-size: 12px;
	line-height: 1;
}
.help-center
	.side-nav
	.side-nav-customer
	.side-nav-customer--des
	p:nth-of-type(2) {
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	padding: 8px 0;
}
.help-center
	.side-nav
	.side-nav-customer:hover
	.side-nav-customer--des
	p:nth-of-type(2) {
	color: #feac15;
}
/* 左侧 */

/* 右侧 */
.help-center .side-main {
	width: 100%;
	height: initial;
	padding-left: 254px;
	box-sizing: border-box;
}
.help-center .help-main {
	background: #fff;
	padding: 0 23px;
	display: none;
}
.help-main-title {
	line-height: 40px;
	font-size: 20px;
	color: rgba(51, 51, 51, 1);
}
.title-top {
	font-size: 26px;
	color: rgba(51, 51, 51, 1);
	width: 100%;
	padding: 34px 20px 10px;
}
/* main */
.help-center-home .help-main-title {
	/* border-bottom: 1px solid rgba(243, 243, 243, 1); */
}

#helper .helping_bread_crumbs {
	background: white;
	margin-top: 0;
	width: 100%;
}

#chocType {
	position: absolute;
	background-color: white;
	right: 80px;
	left: 20px;
	box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
	z-index: -1;
}
#chocType li {
	line-height: 32px;
	padding: 0 20px;
	cursor: pointer;
}
#chocType li b {
	color: rgba(254, 172, 21, 1);
}

#chocType li:hover {
	background-color: #f9f9f9;
}

.help-main-title--list {
	padding: 10px 33px;
	font-size: 14px;
	color: rgba(170, 170, 170, 1);
	overflow: hidden;
	background-color: white;
}
.help-main-title--list li {
	margin-left: 20px;
	padding: 0 20px;
	border: 1px solid rgba(230, 230, 230, 1);
	border-radius: 4px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	min-width: 86px;
	color: #666666;
}

.help-main-title--list li:hover,
.help-main-title--list li.active {
	font-weight: bold;
	color: #323232;
	color: rgba(50, 50, 50, 1);
	background: rgba(255, 245, 226, 1);
	border: 1px solid rgba(254, 172, 21, 1);
}
.help-main-title--list li:nth-of-type(1) {
	margin-left: 0;
}
.help-main-title--list li:last-nth-of-type(1) {
	margin-right: 0;
}
/* 热门游戏 */

.help-center-game .help-main-title {
	font-weight: 500;
}
.help-center-game .contain {
}
.help-center-detail.help-main {
	display: block;
	position: relative;
}
.help-center-detail .help-main-title {
	border-bottom: 1px solid rgba(243, 243, 243, 1);
	text-align: center;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	letter-spacing: 2px;
	line-height: 60px;
	margin: 0 20px;
}
.help-center-detail .help-main-title span:nth-of-type(1) {
	float: left;
	font-size: 12px;
	color: rgba(170, 170, 170, 1);
	cursor: pointer;
}
.help-center-detail .help-main-title span:nth-of-type(1) span {
	float: none;
}
.help-center-detail .help-main-title span img {
	margin-bottom: 3px;
	margin-right: 6px;
}
.help-center-detail .help-main-title span img:nth-of-type(1) {
	display: inline-block;
}
.help-center-detail .help-main-title span img:nth-of-type(2) {
	display: none;
}
.help-center-detail .help-main-title span:hover span {
	color: rgba(250, 197, 69, 1);
}
.help-center-detail .help-main-title span:hover img:nth-of-type(1) {
	display: none;
}
.help-center-detail .help-main-title span:hover img:nth-of-type(2) {
	display: inline-block;
}
.help-center-result .help-main-title {
	line-height: 60px;
	border-bottom: 1px solid rgba(243, 243, 243, 1);
	font-size: 12px;
	color: rgba(117, 117, 117, 1);
	margin: 0 20px;
}
.help-center-result .help-main-title span {
	color: rgba(250, 197, 69, 1);
}

.help-center-home .item-box .item-box-ul .item-box-in span:nth-of-type(2),
.help-center-game .item-box .item-box-ul .item-box-in span:nth-of-type(2) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.help-center-result .item-box .item-box-ul .result-content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* main */
/* 搜索结果页 */
.help-center-result .item-box {
	width: 100%;
	float: none !important;
}
.help-center .help-center-result .item-box .item-box-ul {
	padding-top: 0;
}
.help-center-result .result-content {
	font-size: 12px;
	color: #757575;
	line-height: 1.8;
}
.help-center-result--ul-li i {
	color: rgba(250, 197, 69, 1);
	font-style: normal;
}
/* 搜索结果页 */
/* 详情 */
.help-center-detail-con {
	margin: 0 20px;
	padding: 32px 0;
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 178px;
}
.help-center-detail .helping_center_info_content {
	width: 800px;
	padding: 30px;
	margin: 0 20px;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid rgba(243, 243, 243, 1);
	position: absolute;
	bottom: 0;
}
.help-center-detail .helping_center_info_useful {
	color: rgba(170, 170, 170, 1);
	margin-bottom: 16px;
	font-size: 12px;
}
.help-center-detail .helping_center_info_use_no {
	width: 102px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	background-image: url('/img/help-center/down.png');
	background-size: 100% 100%;
	cursor: pointer;
}
.help-center-detail .helping_center_info_use_yes {
	margin-right: 14px;
	width: 102px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	background-image: url('/img/help-center/up.png');
	background-size: 100% 100%;
	cursor: pointer;
}
/* 详情 */
/* 热门游戏 */
/* 首页 */
.help-center-home .item-box {
}
/* 首页 */
.item-box-dad {
	column-count: 1;
	column-fill: balance;
	column-gap: 15px;
	padding-bottom: 20px;
}
.help-center .item-box {
	padding: 12px 23px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	break-inside: avoid;
}
.help-center .item-box .item-box-ul {
	padding: 6px 0 20px;
}
.help-center .item-box .item-box-ul .item-box-in {
	padding: 10px 0;
	line-height: 16px;
	cursor: pointer;
	transition: all 0.2s;
	break-inside: avoid;
}
.help-center .item-box .item-box-ul .item-box-in span {
	vertical-align: middle;
	display: inline-block;
}
#centerSearch .item-box .item-box-ul .item-box-in {
	padding: 10px 0;
}
#centerSearch .item-box .item-box-ul .item-box-in span:nth-of-type(1) {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(250, 197, 69, 1);
	margin-right: 6px;
}
#centerSearch .item-box .item-box-ul .item-box-in span:nth-of-type(2) {
	font-size: 14px;
}
#centerSearch .item-box .item-box-ul .item-box-in span:nth-of-type(3) {
	font-size: 12px;
}
.help-center .item-box .item-box-ul .item-box-in span:nth-of-type(2) {
	width: 70%;
	font-size: 14px;
	color: rgba(73, 73, 73, 1);
}
.help-center .item-box .item-box-ul .item-box-in:hover span:nth-of-type(2) {
	color: rgba(254, 172, 21, 1);
	text-decoration: underline;
}
.help-center .item-box .item-box-ul .item-box-in span:nth-of-type(3) {
	float: right;
	font-size: 14px;
	color: rgba(170, 170, 170, 1);
}
.item-box-all {
	width: 100% !important;
}
.item-box-all li {
	width: 46%;
}
/* .item-box-all li:nth-of-type(2n-1){
    float: left;
}
.item-box-all li:nth-of-type(2n){
    float: right;
} */
/* 右侧 */

/* 分页 */
.pagination_wrap.customBootstrap {
	margin-top: 25px;
	position: relative;
	height: 68px;
}

.content {
	padding: 20px 0;
}

.tile {
	cursor: pointer;
}

.tile:hover .tile-title {
	color: rgba(254, 172, 21, 1);
}

.tile .tile-title {
	display: flex;
	color: #494949;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 24px;
	transition: color 0.2s linear;
}
.tile .tile-summary {
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 24px;
	color: #777777;
	margin-top: 16px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tile .tile-title .tile-label {
	margin-right: 10px;
}

.tile {
	margin-top: 22px;
}
