.pageWidth {
	width: 1366px;
	margin: 0 auto
}

.w {
	color: #fff
}

.c3 {
	color: #333
}

.c6 {
	color: #666
}

.c8 {
	color: #c8c8c8
}

.c9 {
	color: #999
}

.f20 {
	font-size: 20px
}

.f18 {
	font-size: 18px
}

.f16 {
	font-size: 16px
}

.f14 {
	font-size: 14px
}

.f12 {
	font-size: 12px
}

.purple {
	color: #9d80eb
}

.blue {
	color: #3398ff
}

.grey {
	color: #e4e7ed
}

.orange {
	color: #ee6869
}

.green {
	color: #13ce66
}

.white {
	color: #fff
}

.wrapper {
	width: 1200px;
	margin: auto
}

.m0 {
	margin: 0
}

.mt5 {
	margin-top: 5px
}

.mt10 {
	margin-top: 10px
}

.mt15 {
	margin-top: 15px
}

.mt20 {
	margin-top: 20px
}

.mr5 {
	margin-right: 5px
}

.mr10 {
	margin-right: 10px
}

.mr15 {
	margin-right: 15px
}

.mr20 {
	margin-right: 20px
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px
}

.mb15 {
	margin-bottom: 15px
}

.mb20 {
	margin-bottom: 20px
}

.ml5 {
	margin-left: 5px
}

.ml10 {
	margin-left: 10px
}

.ml15 {
	margin-left: 15px
}

.ml20 {
	margin-left: 20px
}

.pb90 {
	padding-bottom: 90px
}

.ellipsis {
	white-space: nowrap
}

.ellipsis2,
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis
}

.ellipsis2 {
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical
}

.shadow {
	box-shadow: 0 4px 40px 2px #dcecfa
}

.center {
	text-align: center
}

.inline {
	display: inline-block
}

.cursor {
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none
}

.flex-a {
	-webkit-justify-content: space-around;
	justify-content: space-around
}

.flex-a,
.flex-b {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row
}

.flex-b {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.flex-b-b {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline
}

.flex-b-b,
.flex-b-s {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row
}

.flex-b-s {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.flex-s {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.flex-e,
.flex-s {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row
}

.flex-e {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.flex-c {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.flex-c,
.flex-s-s {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row
}

.flex-s-s {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.flex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.htmlWarp .html {
	color: #666;
	text-align: justify;
	white-space: pre-wrap
}

.htmlWarp .html img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 16px auto
}

.htmlWarp .html h1 {
	margin: 20px 0 12px;
	color: #333;
	font-size: 20px
}

.htmlWarp .html h2 {
	margin: 20px 0 12px;
	color: #333;
	font-size: 18px
}

.htmlWarp .html p {
	margin: 12px 0;
	color: #666
}

.htmlWarp .html ol,
.htmlWarp .html ul {
	color: #333;
	padding-left: 0
}

.htmlWarp .html ol {
	list-style: decimal inside
}

.htmlWarp .html ul {
	list-style: disc inside
}

.htmlWarp .html li {
	margin: 5px 0
}

.htmlWarp .html iframe {
	display: block;
	width: 100%;
	height: 483px;
	margin: 16px 0
}

.htmlWarp .html a {
	color: #1fa1f4!important;
	cursor: pointer!important
}

.htmlWarp .html .ql-align-center {
	text-align: center
}

.htmlWarp .html .ql-align-center img {
	margin: 16px auto
}

.htmlWarp .html .ql-align-right {
	text-align: right
}

.htmlWarp .html .ql-align-right img {
	margin: 16px auto
}

.htmlWarp .html .ql-align-justify {
	text-align: justify
}

.help-detail .wrappers {
	margin: 0 auto 100px
}

.help-detail .wrappers .all-title {
	text-align: center;
	font-size: 22px;
	color: #4a4a4a
}

.help-detail .wrappers .line {
	margin: 30px 0;
	height: 1px;
	background-color: #e5e5e5
}

.help-detail .wrappers .htmlWarp {
	margin-bottom: 50px
}

.help-detail .wrappers .htmlWarp img {
	margin: 16px auto!important
}

.help-detail .wrappers .more-detail .more {
	max-width: 420px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.help-detail .wrappers .more-detail span {
	color: #333;
	font-size: 16px;
	cursor: pointer
}

.help-detail .wrappers .more-detail .right {
	text-align: right
}

.help-detail .logo-div {
	width: 100vw;
	height: 40px;
	margin-bottom: 20px;
	background-color: #409eff
}

.help-detail .logo-div img {
	height: 30px
}

.help-detail .banner-img {
	width: 100%;
	margin-bottom: 20px
}

.relation-label {
	width: 100%;
	height: auto;
	padding: 30px 0 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.relation-label .list {
	height: 30px;
	width: auto;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 4px;
	border: 1px solid;
	margin-right: 20px;
	cursor: pointer
}

.Recommends {
	width: 100%
}

.Recommends .headtit {
	width: 100%;
	height: 18px;
	border-left: 2px solid;
	font-size: 18px;
	color: #333;
	padding-left: 10px;
	margin: 50px 0;
	line-height: 18px
}

.Recommends .box {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.Recommends .box .list {
	width: 200px;
	margin-left: 18px;
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 30px
}

.Recommends .box .list .img {
	width: 200px;
	height: 126px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative
}

.Recommends .box .list .img img {
	width: 100%
}

.Recommends .box .list .img .img1 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.Recommends .box .a-href {
	width: 100%;
	display: block;
	font-size: 14px;
	color: #111212;
	height: 50px;
	margin-top: 10px
}

.Recommends .box .list:nth-child(4n+1) {
	margin-left: 0
}

.hove-lpoll:hover {
	color: #5f55f7!important
}

.hove-chuzhong:hover {
	color: #0665e6!important
}

.hove-jiufang:hover {
	color: #35c8ff!important
}

.hove-sanxiegang:hover {
	color: #17d1e9!important
}

.hove-jiandian:hover {
	color: #ff7c60!important
}

.hove-zuoyou:hover {
	color: #f96830!important
}

.hove-dingzan:hover {
	color: #5576ff!important
}

.hove-zanjiang:hover {
	color: #0b83fd!important
}

.hove-jiuhao:hover {
	color: #5c4bcb!important
}
.help .banner-bg {
	min-width: 1260px;
	height: auto;
	color: #3b426b;
	margin-top: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}

.help .banner-bg h1 {
	font-size: 48px;
	letter-spacing: 4px
}

.help .banner-bg p {
	font-size: 20px
}

.help .help-img {
	width: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.help .help-img .case_box {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	height: 100%
}

.help .help-img .case_box img {
	position: absolute
}

.help .help-img .case_box .left {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	text-align: left
}

.help .help-img .case_box .left .title {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 3px
}

.help .help-img .case_box .left .tip {
	letter-spacing: 1.5px;
	margin-top: 30px;
	font-size: 24px;
	line-height: 40px
}

.help .help-img .case_box button {
	width: 200px;
	height: 50px;
	font-size: 20px;
	border-radius: 8px;
	border: 0;
	margin-top: 40px;
	cursor: pointer
}

.help .helpBanner-lpoll .help-img {
	height: 580px
}

.help .helpBanner-lpoll .help-img .case_box img {
	width: 630px;
	left: 0;
	bottom: 10px
}

.help .helpBanner-lpoll .help-img .case_box .left {
	right: 0;
	text-align: right
}

.help .helpBanner-lpoll .help-img .case_box .left button {
	background: #fff;
	color: #584df6
}

.help .helpBanner-jiufang .help-img {
	height: 580px
}

.help .helpBanner-jiufang .help-img .case_box img {
	width: 630px;
	left: 0;
	bottom: 10px
}

.help .helpBanner-jiufang .help-img .case_box .left button {
	background: #fff;
	color: #488bff
}

.help .helpBanner-zuoyou {
	margin-top: 0
}

.help .helpBanner-zuoyou .help-img {
	height: 570px
}

.help .helpBanner-zuoyou .help-img .case_box img {
	width: 491px;
	left: 25px;
	bottom: 0
}

.help .helpBanner-zuoyou .help-img .case_box .left button {
	background: #fff;
	border-radius: 4px;
	color: #f78503
}

.help .helpBanner-chuzhong .help-img {
	height: 500px
}

.help .helpBanner-chuzhong .help-img .case_box .left {
	right: 0;
	text-align: right
}

.help .helpBanner-chuzhong .help-img .case_box .left button {
	background: #fff;
	border-radius: 4px;
	color: #2b33d4
}

.help .helpBanner-sanxiegang .help-img {
	height: 580px
}

.help .helpBanner-sanxiegang .help-img .case_box img {
	width: 460px;
	right: 50px;
	bottom: 20px
}

.help .helpBanner-sanxiegang .help-img .case_box .left {
	color: #18d1e9
}

.help .helpBanner-sanxiegang .help-img .case_box button {
	background: #18d1e9;
	color: #fff
}

.help .helpBanner-jiandian .help-img {
	height: 580px
}

.help .helpBanner-jiandian .help-img .case_box img {
	display: none
}

.help .helpBanner-jiandian .help-img .case_box .left {
	right: 0;
	text-align: right
}

.help .helpBanner-jiandian .help-img .case_box .left button {
	background: #fff;
	border-radius: 4px;
	color: #ff7c60
}

.help .helpBanner-dingzan .help-img {
	height: 580px
}

.help .helpBanner-dingzan .help-img .case_box {
	color: #333
}

.help .helpBanner-dingzan .help-img .case_box img {
	width: 680px;
	margin-top: 40px;
	margin-left: -94px
}

.help .helpBanner-dingzan .help-img .case_box .left {
	text-align: right;
	right: 0
}

.help .helpBanner-dingzan .help-img .case_box .left .tip {
	color: #666
}

.help .helpBanner-dingzan .help-img .case_box .left button {
	background: #5576ff;
	color: #fff
}

.help .helpBanner-zanjiang .help-img {
	height: 730px
}

.help .helpBanner-zanjiang .help-img .case_box button {
	background: #fff;
	border-radius: 4px;
	color: #0b83fd
}

.help .helpBanner-jiuhao {
	margin-top: 0
}

.help .helpBanner-jiuhao .help-img {
	height: 799px
}

.help .helpBanner-jiuhao .help-img .case_box img {
	display: none
}

.help .helpBanner-jiuhao .help-img .case_box .left .tip,
.help .helpBanner-jiuhao .help-img .case_box .left .title {
	color: #fff
}

.help .helpBanner-jiuhao .help-img .case_box button {
	background: #00daa6;
	border-radius: 20px;
	color: #fff
}

.help .wrapper {
	margin-top: 40px
}

.help .Nav {
	padding-top: 30px
}

.help .Nav .color {
	cursor: pointer
}

.help .Nav .color1 {
	color: #000
}

.help .help-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 20px
}

.help .help-box .left-list {
	width: 306px
}

.help .help-box .left-list .list-item {
	height: 40px;
	line-height: 40px;
	background-color: #f2f2f2;
	text-indent: 20px;
	font-size: 14px;
	color: #9b9b9b;
	letter-spacing: 1px;
	margin-bottom: 10px;
	cursor: pointer;
	display: block;
}
.help .help-box .left-list .list-item a{color: #9b9b9b;}
.help .help-box .left-list .bg-color a {
	color: #fff
}

.help .help-box .left-list .h-keyword-warp {
	padding: 20px
}

.help .help-box .right-msg {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-height: 420px;
	margin-left: 40px
}

.help .help-box .mb-right-msg {
	margin-left: 0
}

.help .mg {
	height: 100px
}
.bg-color {
    background-color: #5146F6 !important;
}
.help .help-box .left-list .list-item:hover ,.h-keyword-warp .list .item:hover{background-color: #5146F6; color: #fff;}
.help .help-box .left-list .list-item:hover a{ color: #fff;}
.h-keyword-warp .search-line{ position: relative;}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;}
    .el-input--suffix .el-input__inner {
    padding-right: 30px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-input--suffix .el-input__inner {
    padding-right: 30px;
}
.h-keyword-warp .keyword-title {
    max-width: 1200px;
    color: #3b426b;
    margin: 0 auto 6px;
    text-indent: 10px;
    border-left: 3px solid;
    height: 19px;
    line-height: 19px;
}
.h-keyword-warp .list .item{
    display: inline-block;
    margin-right: 14px;
    margin-top: 14px;
    background-color: #fff;
    color: #626897;
    font-size: 12px;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}
.flex-e, .flex-s{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.h-problem-warp{
    padding: 0 0 40px 0;
    background-color: hsla(0,0%,100%,0);
}
/*帮助列表*/
.help-list .right-msg-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5
}

.help-list .right-msg-item:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.help-list .right-msg-item .img-box {
	width: 160px;
	height: 116px;
	background-color: #ececec;
	cursor: pointer
}

.help-list .right-msg-item .img-box .img-div {
	width: 160px;
	height: 116px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row
}

.help-list .right-msg-item .img-box .img-div img {

	width: 100%;
    height: 100%;
    object-fit: cover;
}

.help-list .right-msg-item .news-list-msg {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	margin: 10px 0 10px 20px
}

.help-list .right-msg-item .news-list-msg .Description {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	color: #666
}

.help-list .right-msg-item .news-list-msg .title {
	cursor: pointer;
	color: #333;
	font-size: 15px;
}
.right-msg-item:hover  .help-list .right-msg-item .news-list-msg .title{ color:#007AFF ;}

.help-list .right-msg-item .news-list-msg .time {
	font-size: 12px;
	line-height: 24px;
	color: #c3c5d5;
	text-align: right;
	margin-right: 20px
}

.help-list .tips {
	color: #ccc
}
@media only screen and (max-width:1200px) {
.wrapper {width:1000px;}
}


@media only screen and (max-width:992px){
	.wrapper,  .help .help-box .left-list {width:100%;}
	.help .help-box{ display: block;}
	.help .help-box .left-list{ float: none; padding: 0px 15px;}
    .help .help-box .right-msg { width: 100%; margin-left: 0;}
    .Recommends,.Nav,.h-keyword-warp{ display: none;}     
    .help-detail{ padding: 0px 20px;}  
    .help .help-box .left-list ul{
     width:100%;
     height:auto;
     display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;

    }
.help .help-box .left-list .list-item {
	height: 30px; line-height: 30px;
  display:inline-block; margin:0; text-indent: 0; margin: 15px 15px;padding:0 10px; margin:10px 5px; border-radius: 5px;
}
.help .help-box .left-list .list-item a{ display: block;  font-size: 14px; color: #7d7e80;}
.help .help-box .left-list .bg-color.list-item a { color: #fff;}
.help-detail .wrappers .all-title {font-size:17px;}
.help-warp{ display: none;}
.help-detail .wrappers .more-detail .more {
    max-width: 420px;
    flex:inherit}
.help-detail .wrappers .more-detail .right {
    text-align: left;
}
p.mb20{ float: left; margin-right: 10px;}
.ellipsis{ width: calc(100% - 60px);}
.help-detail .wrappers .more-detail span {
    font-size:14px;

}
.help-list{ padding: 15px;}


}
@media only screen and (max-width:767px)
{
	.help-list {background-color: #f5f5f5;
    color: #999;}
	.help-list .right-msg-item {
     padding:10px 15px;
    background-color: #fff;
    border-radius: 10px; border-bottom: 0;
    display: block; margin: 0 auto 15px;
}
.help-list .right-msg-item .img-box {
    width:100%;
    height:140px;
    background-color: #ececec;
    cursor: pointer;
}
.help-list .right-msg-item .img-box .img-div { width:100%;
    height:140px;}
 .help-list .right-msg-item .news-list-msg{ margin: 10px 0 10px 0px;}   
 .ellipsis2 {
    -webkit-line-clamp:1; font-size: 16px; margin:4px 0 8px 0;
}
.help-list .right-msg-item .news-list-msg .Description {
    -webkit-line-clamp: 1;
}
}
