/* 帮助中心首页 */

/* banner */
.help-banner {
  max-width: 1920px;
  height: 324px;
  margin: auto;
  background: url(../../../../images/help-banner.jpg) no-repeat;
  width: 100%;
  background-position: center;
}
.help-banner span {
  display: block;
  width: 590px;
  height: 50px;
  text-align: center;
  padding-top: 111px;
  margin: auto;
  position: relative;
}
.help-banner span input {
  height: 50px;
  width: 580px;
  border-radius: 25px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  border: 0;
  box-sizing: border-box;
  padding: 0 45px 0 18px;
  font-size: 14px;
}
.help-banner span i {
  position: absolute;
  display: block;
  width: 45px;
  height: 50px;
  bottom: 0;
  right: 5px;
  cursor: pointer;
  background: url(../../../../images/help-search.png) no-repeat;
  background-position: 5px 13px;
}
/* end banner */

/* 快捷入口 */
.quick-entry {
/*  width: 1200px;*/
  margin: 50px 50px 50px 50px;
}
.quick-entry .tit {
  width: 75%;
  margin: 20px auto;
}
.quick-entry .tit span {
  float: left;
  padding-bottom: 5px;
  font-size: 26px;
  border-bottom: 2px solid #e5004f;
  color: #333;
}
.quick-entry .con {
  width: 75%;
  margin: auto;
}
.quick-entry .con dl {
  float: left;
  width: 24.1%;
  margin: 0px 3px 10px 3px;
  background: #f6f9fc;
  text-align: center;
  padding: 20px 0 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.quick-entry .con dl dt {
  transition: all 0.3s ease;
}
.quick-entry .con dl .w-img {
  display: none;
}
.quick-entry .con dl:hover {
  background: #e5004f;
}
.quick-entry .con dl:hover .r-img {
  display: none;
}
.quick-entry .con dl:hover .w-img {
  display: block;
}
.quick-entry .con dl dd {
  margin-top: 10px;
  font-size: 18px;
}
.quick-entry .con dl:hover dd {
  color: #fff;
}
/* end 快捷入口 */

/* 热点问题 */
.com-problem {
/*  width: 1200px;*/
  margin: 50px 50px 50px 50px;
}
.search-suo{
  display: flex;
  flex: 0 0 600px;
}
.com-problem .tit {
  width: 75%;
  margin: 20px auto;
}
.com-problem .tit span {
  float: left;
  padding-bottom: 5px;
  font-size: 26px;
  border-bottom: 2px solid #e5004f;
  color: #333;
}
.com-problem ul li {
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  padding-bottom: 15px;
  cursor: pointer;
  width: 75%;
  margin: 15px auto;
}
.com-problem ul li:hover {
  color: #e5004f;
}
.com-problem ul li i {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  background: url(../../../../images/help-mes.png) no-repeat;
  margin-right: 10px;
}
/* end 热点问题 */

/* 服务 */
.service {
  width: 1200px;
  margin: 20px auto 0;
}
.service .left {
  float: left;
  width: 515px;
}
.service .left a {
  display: block;
  width: 90px;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  text-align: center;
  background-color: #e5004f;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
}
.service .left i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px 5px 0 0;
  vertical-align: top;
  background: url(../../../../images/help-service01.png) no-repeat;
}
.service p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.service .right {
  float: left;
}
.service .right span {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
}
.service .right span i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 2px 5px 0 0;
  vertical-align: top;
  background: url(../../../../images/help-service02.png) no-repeat;
}
/* end 服务 */

/* end 帮助中心首页 */

/* 详情 */

/* 关键字搜索 */
.search-key {
  /*width: 1200px;*/
  display: flex;
  margin: 5px;
  height: 58px;
  line-height: 58px;
  border: 1px solid #ededed;
  background: #f6f9fc;
  border-width: 1px 0;
}
.search-key h3 {
  float: left;
  font-size: 16px;
  padding: 0 8px 0 0px;
  margin-right: 5px;
}
.search-key em {
  float: left;
  color: #999;
}
.help-center.clear{
  /*margin: auto;*/
  /*width: 75%;*/
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
}
.search-key .sea-input {
  float: right;
  line-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 56px;
}
.search-key .search-main {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.search-key .sea-input input[type="text"] {
  width: 170px;
  color: #999;
}
.search-key .sea-input input[type="button"] {
  width: 51px;
  background: #e5004f;
  height: 28px;
  color: #fff;
  margin-left: 10px;
  border-radius: 0px;
}
.search-key .sea-input input[type="button"]:hover {
  opacity: 0.9;
}
.search-key .sea-sel {
  float: right;
  height: 45px;
  margin-top: 15px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.search-key .sea-sel a {
  display: block;
  width: 72px;
  padding-right: 16px;
  text-align: center;
  background: #fff;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ededed;
  position: relative;
}
.search-key .sea-sel a:after {
  border: 5px solid transparent;
  border-top: 5px solid #333;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 11px;
}
.search-key .sea-sel:hover a {
  background: #333;
  color: #fff;
}
.search-key .sea-sel:hover a:after {
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 11px;
}
.search-key .sea-sel ul {
  position: absolute;
  border: 1px solid #ededed;
  width: 88px;
  top: 27px;
  z-index: 1;
  box-shadow: 0 2px 2px #eee;
  display: none;
}
.search-key .sea-sel:hover ul {
  display: block;
}
.search-key .sea-sel ul li {
  background: #fff;
}
.search-key .sea-sel ul li i {
  display: block;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  border-bottom: 1px dotted #ddd;
}
.search-key .sea-sel ul li:last-child i {
  border: none;
}
.search-key .sea-sel ul li:hover {
  background: #f5f5f5;
}
/* end 关键字搜索 */

.help-center {
  margin: 20px;
}
/* 帮助列表 */
.help-center .help-list {
  float: left;
  width: 180px;
  border: 1px solid #eaeaea;
  border-top: none;
  flex: 0 0 180px;
}
.help-center .help-list .help-nav .collapsed .tit {
  position: relative;
  zoom: 1;
  padding: 0 15px; 
  height: 46px;
  font-size: 14px;
  line-height: 46px;
  font-weight: normal;
  border-top: 1px solid #ededed;
  cursor: pointer;
}
.help-center .collapsed .tit:hover , .help-center .current .tit {
  background: #f6f9fc;
}
.help-center .help-list .help-nav .collapsed .tit i {
  display: block;
  position: absolute;
  right: 15px;
  top: 19px;
  width: 9px;
  height: 9px;
  background: url(../../../../images/com-list-arrow.png) no-repeat;
  background-position: -87px 0px;
}
.help-center .help-list .help-nav .current .tit i {
  background-position: -103px 0px;
}
.help-center .help-list .help-nav .collapsed .subnav {
  padding: 12px 16px;
  border-top: 1px solid #ededed;
  display: none;
}
.help-center .help-list .help-nav .current .subnav {
  display: block;
}
.help-center .help-list .help-nav .collapsed .subnav li a {
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.help-center .subnav li:hover a , .help-center .subnav li .on {
  color: #e5004f !important;
}
/* end 帮助列表 */

/* 帮助内容阐述 */
.help-center .help-content {
  float: left;
  /*min-width: 60%;*/
  /*max-width: 75%;*/
  box-sizing: border-box;
  border: 1px solid #ededed;
  padding: 25px 20px;
  margin-left: 20px;
  flex: 1;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
.help-center .help-content .tit {
  display: block;
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 25px;
}
.help-center .help-content .con {
  margin-top: 25px;
  width: 100%;
}
.help-center .help-content .con p {
  margin-top: 20px;
  font-size: 14px;
}
/* .help-center .help-content .con span {
  display: block;
  margin-top: 5px;
  color: #999;
  line-height: 22px;
} */
.help-center .help-content .con span a {
  color: #e5004f;
}
.help-center .help-content .con span a:hover {
  text-decoration: underline;
}
/* end 帮助内容阐述 */

/* end 详情 */

/* 搜索结果 */
.help-search {
  width: 1200px;
  margin: 40px auto 0;
}
.help-search .sea-result {
  padding: 0 20px;
  margin: 0 auto;
  height: 58px;
  line-height: 58px;
  border: 1px solid #ededed;
  background: #f6f9fc;
  border-width: 1px 0;
  font-size: 16px;
  font-weight: 600;
}
.help-search .sea-result span {
  color: #e5004f;
}
.help-search .sea-con .sea-list {
  padding: 20px;
  border-bottom: 1px solid #ededed;
}
.help-search .sea-con .sea-list .tit {
  color: #e5004f;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.help-search .sea-con .sea-list .tit:hover {
  text-decoration: underline;
}
.help-search .sea-con .sea-list .des {
  font-size: 14px;
  margin: 5px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.help-search .sea-con .sea-list .wri {
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* end 搜索结果 */

/* 底部 */
.foot {
  border: 0;
}
.foot .foot-down {
  margin-top: 30px;
}
/* end 底部 */

.help-content img{
  max-width: 100%;
}







