@charset "utf-8";
#help_center {
	width: 1190px;
	margin: 0px auto;
}
.help_searchMain{
	width: 1188px!important;
	border:1px solid #e6e6e6;
	border-top:0;
}
.help_banner{
	width: 1190px;
	height:200px;
	background: url(../../images/ui/newhelp/helpBg.jpg) no-repeat;
	box-sizing: border-box;
	padding-top: 102px;
}
#help_left {
	float: left;
	width: 200px;
	margin-right: 20px;
}
#help_search {	
	width: 600px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 27px;
}
#help_searchInput {
	height: 50px;
	width: 482px;
	font: normal 16px/50px 微软雅黑;
	border-width: 0px;
	float: left;
	color: rgba(153, 153, 153, 1);
}
#help_searchBtn {
	display: inline;
	float: left;
	width: 75px;
	height: 40px;
	line-height: 299px;
	overflow: hidden;
	border-width: 0px;
	cursor: pointer;
	color: #fff;
	border-radius: 40px;
	margin-top: 5px;
	background: url(../../images/ui/newhelp/searchIcon.png) no-repeat 24px 7px #ff7900;
}
.helpFaq_title{
	font-size: 22px;
	line-height:30px;
	color:rgba(51, 51, 51, 1);
	margin-top:40px;
}
#help_sortNav li{
	float: left;
	width: 214px;
	height: 78px;
	background-color:#f7fafc;
	font-size: 16px;
	color:rgba(51, 51, 51, 1);
	line-height:78px;
	margin:15px 30px 15px 0;
	border-radius: 10px;
	text-indent: 85px;
}
#help_sortNav li:hover{
	background-color:#fff!important;
	box-shadow: 0px 5px 21px  rgba(255, 214, 173, 0.8);
}
#help_sortNav li a{
	display: block;
	width: 100%;
	height: 100%;
}
#help_sortNav li:nth-child(5n){
	margin-right: 0;
}
#help_sortNav li.nav01{
	background: url(../../images/ui/newhelp/icon01.png) no-repeat 10px top #f7fafc;
}
#help_sortNav li.nav02{
	background: url(../../images/ui/newhelp/icon02.png) no-repeat 10px top #f7fafc;
}
#help_sortNav li.nav03{
	background: url(../../images/ui/newhelp/icon03.png) no-repeat 10px top #f7fafc;
}
#help_sortNav li.nav04{
	background: url(../../images/ui/newhelp/icon04.png) no-repeat 10px top #f7fafc;
}
#help_sortNav li.nav05{
	background: url(../../images/ui/newhelp/icon05.png) no-repeat 10px top #f7fafc;
}
#help_sortNav li.nav06{
	background: url(../../images/ui/newhelp/icon06.png) no-repeat 10px top #f7fafc;
}
#help_sortNav li.nav07{
	background: url(../../images/ui/newhelp/icon07.png) no-repeat 10px top #f7fafc;
}
#help_sortNav li.nav08{
	background: url(../../images/ui/newhelp/icon08.png) no-repeat 10px top #f7fafc;
}
#help_sortNav li.nav09{
	background: url(../../images/ui/newhelp/icon09.png) no-repeat 10px top #f7fafc;
}
#help_sortNav li.nav010{
	background: url(../../images/ui/newhelp/icon10.png) no-repeat 10px top #f7fafc;
}
#help_sortNav li.nav011{
	background: url(../../images/ui/newhelp/icon11.png) no-repeat 10px top #f7fafc;
}
#help_videoList li{
	float: left;
	width: 377px;
	height: 196px;
	background-color:#f7fafc;
	font-size: 16px;
	color:rgba(51, 51, 51, 1);
	line-height:56px;
	margin:10px 29px 10px 0;
	border-radius: 10px;
	position: relative;
}
#help_videoList li:nth-child(3n){
	margin-right:0;
}
#help_videoList li:hover{
	background-color:#fff;
	box-shadow: 0px 5px 21px  rgba(255, 214, 173, 0.8);
}
#help_videoList li a{
	display: block;
	width: 100%;
	height: 100%;
}
#help_videoList li img{
	border-radius:10px;
	width: 377px;
	height:140px;
	float: left;
}
#help_videoList li .icon{
	display:inline-block;
	width: 50px;
	height:50px;
	background: url(../../images/ui/newhelp/videoIcon01.png) no-repeat;
	position: absolute;
	left:163px;
	top:45px;
}
	
#help_videoList li:hover .icon{
	background: url(../../images/ui/newhelp/videoIcon02.png) no-repeat;
}
#help_videoList li .text{
	width: 100%;
	height:56px;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}
#help_videoList li:hover .text{
	color:rgba(255, 121, 0, 1)
}
#help_videoList li:hover .line{
	width: 185px;
	height:4px;
	background: url(../../images/ui/newhelp/line.png) no-repeat;
	margin:0 auto;
	position: absolute;
	bottom:0;
	left:95px;
}
#common_problemList li{
	float: left;
	width: 580px;
	height: 90px;
	background: url(../../images/ui/newhelp/faqBg.png) no-repeat 365px 15px #f7fafc;
	font-size: 16px;
	color:rgba(51, 51, 51, 1);
	line-height:90px;
	margin:15px 30px 15px 0;
	border-radius: 10px;
	position: relative;
	text-indent: 25px;
}
#common_problemList li:nth-child(2n){
	margin-right:0;
}
#common_problemList li:hover{
	background-color:#fff;
	box-shadow: 0px 5px 21px  rgba(255, 214, 173, 0.8);
}
#common_problemList li a{
	display: block;
	width: 100%;
	height: 100%;
}
#common_problemList li img{
	position: absolute;
	top:14px;
	left:3px;
}
.help_searchTop{
	width: 1188px;
	height: 83px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 226, 201, 0.5) 100%);
	box-sizing: border-box;
	padding: 22px 20px 0 25px;
}
#help_rightTitle {
	height: 32px;
	float: left;
	line-height: 32px;
}
#help_rightTitle h2 {
	font-size: 14px;
	color: #FF5A00;
	float: left;
	font-weight: normal;
}
#help_rightTitle .goback {
	float: left;
}
.help_searchTop #help_search {	
	width: 330px;
	height: 34px;
	background-color: #fff;
	border-radius: 50px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left:20px;
	border:2px solid #ff7900;
	float: right;
	position: relative;
}
.help_searchTop #help_searchInput {
	height: 30px;
	width: 237px;
	font: normal 16px/30px 微软雅黑;
	border-width: 0px;
	float: left;
	color: rgba(153, 153, 153, 1);
}
.help_searchTop #help_searchBtn {
	display: inline;
	float: left;
	width: 58px;
	height: 30px;
	line-height: 299px;
	overflow: hidden;
	border-width: 0px;
	cursor: pointer;
	color: #fff;
	border-radius:0 40px 40px 0;
	background: url(../../images/ui/newhelp/searchIcon.png) no-repeat 17px 4px #ff7900;
	margin-top: 0;
	background-size: 35%;
	position: absolute;
	right: -1px;
	top: 0;
}



#help_menu {
	width: 200px;
	float: left;	
}
.help_menuTitle {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	width: 200px;
	height: 43px;
	display: block;
	line-height: 43px;
	box-sizing: border-box;
	padding-left: 40px;
	position: relative;
}
.help_menuTitle:hover,
.help_menuTitle.current{
	background-color:#ff7900;
	color:#fff!important;
	text-decoration: none!important;
}
.help_menuContent:hover,
.help_menuContent.on{
	color: #ff7900!important;
	text-decoration: none!important;
	background-color: #ffe7d1;
}
.help_menuTitle a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.help_menuTitle:hover a,
.help_menuTitle.current a{
	color:#fff;
}
.help_menuTitle::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 20px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid #adadad;
	border-bottom: 5px solid transparent;
}
.help_menuTitle:hover::before,
.help_menuTitle.current::before{
	border-left: 5px solid #fff;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	top: 20px;
	left: 17px;
}
.help_menuLi{
	float: left;
	margin-bottom:0;
	width: 200px;
}
.help_menuContent:hover, .more_question:hover, .otherDoc:hover, .help_totalNumber:hover {
	color: #FF5A00;
	text-decoration: underline;
}
a.help_asked:hover {
	text-decoration: underline;
}
.help_menuContent {
	margin-right: 10px;
	font-size: 14px;
	color: #666;
	height: 40px;
	line-height: 40px;
	display: block;
	box-sizing: border-box;
	width: 200px;
	padding-left: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.help_menuSon{
	display:none;
}
.help_menuTitle.current + .help_menuSon{
	display:block;
}
.help_menuSon li {
}
#help_right {
	min-height: 600px;
	padding-left: 20px;
	float: left;
	border-left: 1px solid #e6e6e6;
	width: 930px;
	padding-bottom: 50px;
}
.answer_content {
	line-height: 32px;
	font-size: 14px;
	color: #333;
	float: left;
	width: 745px;
}
.answer_content .helpVideo{
	width: 740px;
	height:275px;
	position: relative;
	cursor: pointer;
}
.answer_content .helpVideo img{
	border-radius:10px;
	width: 740px;
	height:275px;
}
.answer_content .helpVideo .icon{
	display:inline-block;
	width: 50px;
	height:50px;
	background: url(../../images/ui/newhelp/videoIcon01.png) no-repeat;
	position: absolute;
	left: 340px;
	top:100px;
}
.answer_content .helpVideo:hover .icon{
	background: url(../../images/ui/newhelp/videoIcon02.png) no-repeat;
}

.video_mask{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,.5);
}
.videoPop{
	position: fixed;
	width: 960px;
	height: 540px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all .3s ease-in;
}
.videoPop video{
	width: 100%;
	height: 100%;
	border: none;
}
.videoPop .close{
	font-size: 30px;
	color: #fff;
	position: absolute;
	right: 0;
	top: -50px;
	cursor: pointer;
}


.answer_content .contentText{
	line-height: 32px;
	font-size: 14px;
	color: #333;
}
.help_asked {
	line-height: 40px;
	color: #333;
	font-size: 14px;
	white-space: nowrap;
	position: relative;
	width: 100%;
	padding-left: 30px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.help_qustions .videoIcon{
	display:inline-block;
	width:20px;
	height:14px;
	background-color:#ffa025;
	box-sizing:border-box;
	border:1px solid #ff7700;
	border-radius:5px;
	position: relative;
}
.help_qustions .videoIcon:before{
	content: '';
	position: absolute;
	left: 8px;
	top: 1px;
	border-width: 4px 4px 6px;
	border-style: solid;
	border-color: transparent transparent #fff;
	transform: rotate(90deg);
}
.asked_content{
	border-bottom: 1px solid #eee;
	font-size: 20px;
	font-weight: bold;
	white-space: pre-wrap;
}
a.help_asked {
	display: block;
	cursor: pointer;
}
.up_Q{
	line-height: 32px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 2px;
	font-style: normal;
}
.up_A {
	line-height: 32px;
	color: #ff7900;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -2px;
}
.help_qustions{
	min-height: 236px;
}
.help_mainContent .contentTitle{
	border-bottom: 2px solid #efefef;
	margin-bottom: 20px;
}
.help_questTitle {
	font-size: 26px;
	line-height: 60px;
	color: #333;
	height: 60px;
	float: left;
	position: relative;
	padding-left: 15px;
}
.help_questTitle::before{
	content: "";
	width: 8px;
	height: 30px;
	background-color:#ff7900;
	border-radius:20px;
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
}
.more_question {
	clear: both;
	float: left;
	line-height: 53px;
	height: 40px;
	color: #999;
}
a.help_asked {
}
#help_pagepicker {
	height: 30px;
	clear: both;
	width: 930px;
	padding-top: 33px;
}
#help_pagepicker .pagepicker{
	float: right;
}
.help_totalNumber {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	color: #999;
	float: right;
	margin-top: 25px;
}
.help_totalNumber .orangenumber {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
}
.help_totalNumber.num0{
	float: none;
	border-bottom: 1px solid #eee;
}
.help_question {
	clear: both;
	font-size: 14px;
	line-height: 46px;
	color: #336699;
	font-weight: bold;
}
.help_da, .help_answerContent {
	font-size: 14px;
	line-height: 46px;
	font-weight: normal;
	color: #333;
	float: left;
}
.help_answerContent {
	width: 518px;
}
.help_answer {
	width: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding-left: 30px;
}
.help_image {
	margin-left: 28px;
}
.help_imgName {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	clear: both;
	height: 48px;
	padding-top: 20px;
}
.help_noSatisfy {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom:0px;
	border-top:2px solid #eee;
	margin-top: 150px;
}
.otherDoc {
	color: #ff5a00;
	border: 1px solid #ff5a00;
	border-radius: 20px;
	float: left;
	margin-top: 10px;
	width: 134px;
	height: 22px;
	text-align: center;
	line-height: 22px;
}
.help_notFind {
	clear: both;
	line-height: 28px;
	color: #999;
	font-size: 14px;
	padding-top: 145px;
	text-align: center;
}
.help_notFind .cryicon {
	width: 144px;
	height: 128px;
	background: url(../../images/ui/newhelp/noNumBg.png) no-repeat;
	margin: 0 auto;
	float: none;
	display: block;
	margin-bottom: 10px;
}
.help_otherway {
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	width: 500px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background: url(../../images/ui/newhelp/telBg.png) no-repeat -13px -10px;
	background-color: #fffbf7;
	border-radius: 40px;
	margin:30px auto 0;
}
.help_getContact {
	color: #FF5A00;
	padding-left: 10px;
}
.help_getContact:hover {
	text-decoration: underline;
}
/*老样式*/
.eQuotes {
	line-height: 30px;
}
.mt10 {
	margin-top: 10px;
}
.c369, a.c369 {
	color: #369;
}
.bold, .fw {
	font-weight: bold;
}
.em15 {
	text-indent: 1.5em;
}
.c369, a.c369 {
	color: #369;
}
.mt15 {
	margin-top: 15px;
}
.bold, .fw {
	font-weight: bold;
}
.c9 {
	color: #999;
}
.w550 {
	width: 550px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt20 {
	margin-top: 20px;
}
.f14 {
	font-size: 14px;
}
.topTitle {
	font-weight: bold;
	font-size: 14px;
	color: #FF5A00;
	margin-top: 6px;
	display: block;
}
.lh47 {
	line-height: 47px;
}
.mt15 {
	margin-top: 15px;
}
.helpImg {
	font-size: 12px;
}
.mt25 {
	margin-top: 25px;
}
.helpImg img {
	margin: 30px 0 30px 26px;
}
.oc {
	color: #FF5A00;
}
#ask {
	clear: both;
	color: #333;
	width: 550PX;
}
.clearfix:after     
{    
	visibility:hidden;    
	display:block;    
	font-size:0;    
	content:" ";    
	clear:both;    
	height:0;    
}    
.clearfix   
{    
	zoom:1;    
} 
#help_right #ask h4 {
	font: normal 16px/32px "Microsoft YaHei";
	color: #000;
}
.way {
	padding-bottom: 30px;
}

.phoneUpload{
	padding:25px 15px 60px 15px;
	color:#333;
}
.userUploadTit{
	font-size:14px;
	line-height:30px;
	padding-bottom:10px;
	padding-left:10px;
	border-bottom:1px dotted #999;
}
.phoneUpload .orangeText{
	color:#ff5a00;
}
.phoneUpload .bold{
	font-weight:bold;
}
.phoneUpload_tit{
	font-size:14px;
	padding:15px 0 20px 10px;
}
.credentials_tips{
	padding-left:10px;
	font-size:12px;
}
.credentials_tips .yuan{
	background-color:#ff5a00;
	display:inline-block;
	width:4px;
	height:4px;
	margin-right:5px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px; 
	border-radius:15px;
}
.phoneUpload .uploadWay{
	font-size:12px;
	padding-left:80px;
	line-height:28px;
}
.phoneUpload .erweima{
	padding-left:18px;
}

.answer_content .helpVideo .icon{
	display:inline-block;
	width: 50px;
	height:50px;
	background: url(../../images/ui/newhelp/videoIcon01.png) no-repeat;
	position: absolute;
	left: 340px;
	top:100px;
}
.answer_content .helpVideo:hover .icon{
	background: url(../../images/ui/newhelp/videoIcon02.png) no-repeat;
}