/* 官网主色调 */
body {
  background-color: #191a1d;
}
.main > .titleInfo {
  height: 360px;
  background: url('../img/help/help_lettle_bg_02.png') no-repeat center / cover #333538;
}
.main > .titleInfo > .info {
  height: 360px;
}
.main > .titleInfo > .info > .left {
  float: left;
  width: 276px;
  height: 300px;
  font-size: 28px;
  color: #fff;
  text-align: right;
  margin-top: 60px;
}
.main > .titleInfo > .info > .left > h2,.main > .titleInfo > .info > .left > h1 {
  margin-top: 106px;
}
.main > .titleInfo > .info > .right {
  float: left;
  margin-left: 38px;
  height: 300px;
  margin-top: 60px;
}
.main > .titleInfo > .info > .right > .serch {
  margin-top: 105px;
  width: 698px;
  height: 42px;
  border: 1px solid #ffde3b;
  background-color: #ffffff;
}
.main > .titleInfo > .info > .right > .serch > input {
	padding-left: 18px;
	width: 590px;
	height: 100%;
	font-size: 16px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.main > .titleInfo > .info > .right > .serch > input::-moz-placeholder {
	color: #cccccc;
}
.main > .titleInfo > .info > .right > .serch > input::-webkit-input-placeholder {
	color: #cccccc;
}
.main > .titleInfo > .info > .right > .serch > input::-ms-input-placeholder {
	color: #cccccc;
}
.main > .titleInfo > .info > .right > .serch > a {
  float: right;
  width: 80px;
  height: 42px;
  background: #ffde3b url('../img/help/icon_fangdajing_03.png') no-repeat center;
  background-size: 38px;
}
.main > .titleInfo > .info > .right > .guanjianci {
  margin: 18px 0 0 16px;
  font-size: 16px;
}
.main > .titleInfo > .info > .right > .guanjianci > span {
  float: left;
  color: #848484;
}
.main > .titleInfo > .info > .right > .guanjianci > ul {
  float: left;
  line-height: 21px;
}
.main > .titleInfo > .info > .right > .guanjianci > ul > li {
  margin-right: 14px;
  float: left;
  color: #ffde3b;
  cursor: pointer;
}
.main > .titleInfo > .info > .right > .guanjianci > ul > li a{
	color: #ffde3b;
}
.main .contentbox {
	background-color: #f9f9f9;
	width: 100%;
}
.main .help-content {
	width: 1200px;
	padding: 30px 0 80px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #555;
}
.main .help-content .help-content-left ,.main .help-content .help-content-lefts {
	width: 265px;
	background: #fff;
	margin-right: 20px;
	float: left;
	padding-bottom: 20px;
	top: 0px;
}
.main .help-content .help-content-left h3 {
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	padding-left: 28px;
	box-sizing: border-box;
	background: #ffde3b;
	color: #333;
	margin-bottom: 15px;
	display: block;
}
.main .help-content .help-content-left ul li {
    height: 46px;
    line-height: 46px;
}
.main .help-content .help-content-left ul li:hover {
	background-color: #ffffff;
}
.main .help-content .help-content-left ul li:hover a {
	color: #f1b601;
}
.main .help-content .help-content-left ul li a {
	display: block;
	color: #333;
	box-sizing: border-box;
	padding-left: 28px;
}
.help-active {
	background-color: #ffffff;
}
.main .help-content .help-content-left ul li.help-active a {
	color: #f1b601;
}

.main .help-content .help-content-right {
	background-color: #ffffff;
	padding:0 40px;
	box-sizing: border-box;
	min-height: 600px;
	width: 630px;
	float: left;
	position: relative;
}
.main .help-content .help-content-right > ul li {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #e9e9e9;
	position: relative;
}
.main .help-content .help-content-right > ul li::before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ddd;
	margin-right: 10px;
	top: -1px;
	position: relative;
}
.main .help-content .help-content-right > ul li a {
	color: #333333;
	font-size: 14px;
}
.main .help-content .help-content-right > ul li a span {
	color: #999;
	float: right;
}
.main .help-content .help-content-right > ul li a span i {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(img/help_new01.png) no-repeat;
	position: relative;
	top: 3px;
	margin-right: 3px;
}
.main .help-content .help-content-right > ul li:hover a {
	color: #f1b601;
}

.main .footMenu {
  margin: 30px 0;
  text-align: center;
}
.main .footMenu > .comm {
  width: 46px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
}
.main .footMenu > .active {
  background-color: #f1b601;
  color: #555;
}

.main .footMenu > ul {
  display: inline-block;
  position: relative;
      top: 10px;
}
.main .footMenu > ul > li {
  float: left;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
}
.main .footMenu > ul > li:nth-child(1) {
	margin-left: 6px;
}
.main .footMenu > ul > li:hover,.main .footMenu > ul > li.active,.main .footMenu > .comm:hover {
  background-color: #ffde3b;
  border: 1px solid #ffde3b;
  color: #333;
}
.main .footMenu > ul > li > a {
  display: block;
}

.bigbox img {
	cursor: pointer;
}

.help-content-right2{
	float: right;
	width: 265px;
	top: 0px;
}
.help-content-right2a{
	background: #fff;
	color: #333;
	margin-bottom: 20px;
	top: 0px;
}
.help-content-right2b{
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	padding-left: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
.help-content-right2c{
	padding-bottom: 20px;
}
.help-content-right2c a{
	font-size: 14px;
	color: #333;
	display: block;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.help-content-right2c1{
	padding: 0px 10px 20px 20px;
	overflow: hidden;
}
.help-content-right2c1 a{
	color: #666;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: relative;
	font-size: 12px;
	background-color: #f7f9fa;
	margin: 10px 10px 0 0;
	float: left;
	padding: 0 10px;
}
.help-content-right2c1 a:hover{
	color: #333;
	background-color: #ffc303;
}
.help-content-right2c a:hover{
	color: #f1b601;
}
.help-content-rightd{
	font-size: 16px;
	color: #333;
	padding: 18px 0 10px;
}
.help-content-right2c a::before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ddd;
	margin-right: 10px;
	top: -2px;
	position: relative;
}
.help-content-right2c a:hover::before{
	background-color: #f1b601;
}
/*面包屑*/
.main .bread > ul > li {
	float: left;
	height: 56px;
	line-height: 56px;
	color: #999;
	font-size: 14px;
	/* border-bottom: 1px solid #e5e5e5; */
}
.main .bread > ul > li:not(:last-child) > a:hover {
	color: #f1b601;
}
.main .bread > ul > li > a {
	font-size: 14px;
	color: #999;
}

#ui-id-1 {
  overflow-x: hidden;
  width: 698px;
  background-color: #fff;
  line-height: 30px;
  border: 1px solid #ffce2d;
  max-height: 300px;
}
#ui-id-1 li {
  padding: 0 0 0 15px;
}
#ui-id-1 li:hover {
  background-color: #ccc;
  cursor: pointer;
}
.imgPop{
	width: 100%;
	height: 100%;
}
.imgPopBg{
	display: block;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.imgPopCont1{
	position: fixed;
	z-index: 1000001;
	display: inline-block;
	width: auto;
	max-width: 1200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.imgPop img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
#16ccbf790df_over{
	display: none;
}


.helpListInfoAll {
	background-color: #f9f9f9;
	overflow: hidden;
}
.textInfo {
	background-color: #ffffff;
	margin: 0px auto 60px;
	box-sizing: border-box;
	word-break: break-all;
}
.textInfo h1 {
	text-align: center;
	font-size: 28px;
	color: #333;
	padding: 10px 0 5px;
}
.textInfo h6 {
	text-align: center;
	font-size: 14px;
	color: #bbb;
	padding: 20px 0 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.textInfo h6 span:not(:first-child) {
	margin-left: 24px;
}
.textInfo h6 span {
	position: relative;
}
.bdsharebuttonbox{
	display: flex;
	align-items: center;
	margin-left: 24px;
}

.main > .helpSearch {
	padding: 40px 0;
	height: auto;
	background-color: #f9f9f9;
}
.main > .helpSearch > .info {
	height: auto;
	background-color: #fff;
}

 .searchListAll {
	overflow: auto;
}
 .searchListAll > .title > span {
	color: #d6a714;
}

 .searchListAll > .title {
	padding-left: 96px;
	height: 80px;
	line-height: 100px;
	font-size: 18px;
	color: #777;
	background-color: #fefcf6;
}
.serchBody > ul > li {
	padding: 20px 0;
	border-bottom: 1px dashed #ddd;
}
.serchBody > ul > li > h4 {
	margin-bottom: 10px;
	line-height: 19px;
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.serchBody > ul > li > p {
	line-height: 28px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.serchBody > ul > li > h4 > a > span, .serchBody > ul > li p span {
	color: #d6a714;
}

.main > .helpSearch > .info > .noSearchList {
	overflow: hidden;
	text-align: center;
	padding-bottom: 100px;
}
.main > .helpSearch > .info > .noSearchList > i {
	display: block;
	margin: 75px auto 55px;
	width: 414px;
	height: 296px;
	background: url(../img/help/helpSearch.png) no-repeat center;
}
.main > .helpSearch > .info > .noSearchList > p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.main > .helpSearch > .info > .noSearchList > a {
	display: inline-block;
	margin-top: 20px;
	width: 124px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #555;
	background-color: #f1b601;
	border-radius: 17px;
}
.main > .helpSearch > .info > .noSearchList > a:hover{
	background-color: #f9e389;
}

.bdshare-button-style0-16 .bds_qzone{
	background-position:0 0;
}

.bdsharebuttonbox .bds_qzone {background: url(../img/login/qq.png) no-repeat top center;    background-size: 100%;}
.bdsharebuttonbox .bds_tsina {background: url(../img/login/sina.png) no-repeat top center;    background-size: 100%;}
.bdsharebuttonbox .bds_weixin {background: url(../img/login/wx.png) no-repeat top center;    background-size: 100%;}


.textInfo .content {
	color: #555;
}
.textInfo .content h3 {
	margin: 38px 0;
	font-size: 16px;
}
.textInfo .content h4 {
	margin: 38px 0;
}
.textInfo .content p {
	margin: 10px 0;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 24px;
}
.textInfo .content img{ max-width:540px;}
/*相关推荐开始*/
.main .related-recommendation {
	height: 274px;
	margin: 60px auto 0;
	border-top: 1px solid #dddddd;
	box-sizing: border-box;
}
.main .related-recommendation-title {
	height: 80px;
	line-height: 80px;
	color: #f1b601;
}
.main .related-recommendation ul {
	width: 470px;
	overflow: hidden;
}
.main .related-recommendation ul:nth-of-type(1) {
	float: left;
}
.main .related-recommendation ul:nth-of-type(2) {
	float: right;
}
.main .related-recommendation ul li {
	max-width: 470px;
	overflow: hidden;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	list-style: disc inside;
	margin-bottom: 25px;
}
.main .related-recommendation ul li:hover a {
	color: #f1b601;
}
.main .related-recommendation ul li a {
	color: #555;
}
.ad {
	width: 1200px;
	min-height: 60px;
	background-color: #f9f9f9;
	display: flex;
	margin: 30px auto;
	box-sizing: border-box;
}
.ad div {
	/*background-color: #e7e7e7;*/
	height: auto;
}
.ad div a {
	display: block;
	margin-bottom: 40px;
}
.ad div img {
	width: 100%;
}
.ad div:nth-child(1) {
	flex: 1;
}
.ad div:nth-child(2) {
	flex: 1;
	margin-left: 10px;
}
.ad div:nth-child(3) {
	flex: 1;
	margin-left: 10px;
}
/*相关推荐结束*/


/*帮助中心首页*/
.help-content-index {
	width: 100%;
	background: #f8f8f8;
	padding: 35px 0;
}
.help-item {
	width: 1200px;
	background: #ffffff;
	margin: 0 auto;
	padding: 25px 0;
}
.help-item:not(:first-child) {
	margin-top: 20px;
}
.help-item .help-item-title {
	float: left;
	width: 179px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.help-item ul {
	float: left;
	box-sizing: border-box;
	width: 1021px;
	border-left: 1px solid #cccccc;
	padding-left: 42px;
}
.help-item ul li {
	float: left;
	width: 163px;
	overflow: hidden;
}
.help-item ul li a {
	display: inline-block;
	padding: 10px 0;
}
.help-item ul li a:hover {
	color: #f1b601;
} 
.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 6px solid #fff;
}

.masks {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.8;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}
.bigbox p{ margin:  0 0 10px 0;}
.bigbox>.imgbox {
	width: 400px;
	height: 250px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
	width: 100%;
}

.imgbox:hover {
	cursor: zoom-in
}

.masks:hover {
	cursor: zoom-out
}

.masks>img {
	position: fixed;
	right: 15px;
	top: 12px;
	width: 40px;
	height: 40px;
}

.masks>img:hover {
	cursor: pointer
}


.main > .contentbox > .help-content > .help-content-right > .noSearchList {
	overflow: hidden;
	text-align: center;
	padding-bottom: 100px;
}
.main > .contentbox > .help-content > .help-content-right > .noSearchList > i {
	display: block;
	margin: 75px auto 55px;
	width: 414px;
	height: 296px;
	background: url(../img/help/helpSearch.png) no-repeat center;
}
.main > .contentbox > .help-content > .help-content-right > .noSearchList > p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.main > .contentbox > .help-content > .help-content-right > .noSearchList > a {
	display: inline-block;
	margin-top: 20px;
	width: 124px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #555;
	background-color: #f1b601;
	border-radius: 17px;
}
.main > .contentbox > .help-content> .help-content-right > .noSearchList > a:hover{
	background-color: #f9e389;
}
.textInfos1{
	border-top: 20px solid #f9f9f9;
	position: relative;
	left: -40px;
	width: 630px;
}
.textInfos2{
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 28px;
}
.textInfos1 ul{
    padding:10px 28px;
		overflow: hidden;
}

.textInfos1 ul li {
	height: 40px;
	line-height: 40px;
	position: relative;
	float: left;
	width: 50%;
}
.textInfos1 ul li::before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ddd;
	margin-right: 10px;
	top: 22px;
	position: relative;
	float: left;
}
.textInfos1 ul li:hover::before{
	background: #f1b601;
}
.textInfos1 ul li a {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 280px;
	padding-left: 12px;
}
.textInfos1 ul li a span {
	color: #999;
	float: right;
}
.textInfos1 ul li a span i {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(img/help_new01.png) no-repeat;
	position: relative;
	top: 3px;
	margin-right: 3px;
}
.content_tag{ overflow: hidden;}
.content_tag a{
	display: block;
	line-height: 30px;
	float: left;
	padding: 0 10px;
	color: #fff;
	margin: 20px  12px 20px 0;
	font-size: 14px;
}
.content_tag a:nth-child(1){
	background-color: #ff535d;
}
.content_tag a:nth-child(2){
	background-color: #567cf9;
}
.content_tag a:nth-child(3){
	background-color: #ff9614;
}
.content_tag a:nth-child(4){
	background-color: #36c995;
}
.content_tag a:nth-child(5){
	background-color: #4eb7f1;
}
.content_tag a:nth-child(6){
	background-color: #f6b746;
}

.textInfos1 ul li:hover a {
	color: #f1b601;
}
.textInfos1 ul li:last-child{ border: none;}
.helpIcons {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 6px;
}
.helpIcons.help {
	background: url(img/helpa03.png) no-repeat;
}
.helpIcons.new {
	background: url(img/helpa01.png) no-repeat;top: 6px;
}
.helpIcons.hot {
	background: url(img/helpa02.png) no-repeat;top: 6px;
}
.helpIcons.tuijian {
	background: url(img/helpa04.png) no-repeat;
}
.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 10px solid #fff;
}

.masks {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.8;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}
.bigbox {
	background: #fff;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	text-align: left;
  line-height: 28px;
	color: #555;
}
.bigbox p{ margin:  0 0 10px 0;}

.bigbox>.imgbox {
	width: 400px;
	height: 250px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
	width: 100%;
}

.imgbox:hover {
	cursor: zoom-in
}

.masks:hover {
	cursor: zoom-out
}

.masks>img {
	position: fixed;
	right: 15px;
	top: 12px;
	width: 40px;
	height: 40px;
}

.masks>img:hover {
	cursor: pointer
}