/*
 * @LastEditTime : 2024-01-16 19:13:40
 * @FilePath     : /135new/webroot/css/categories/help_center/index.css
 * @Description  : 帮助中心
 */
#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] {
  width: 100%;
  height: auto;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_container {
  width: 62.5%;
  margin: 0 auto;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search {
  width: 100%;
  height: 350px;
  background: #e4efff;
  background-repeat: no-repeat;
  background-position: left top;
  -o-background-size: cover;
  background-size: cover;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-title {
  text-align: center;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #273262;
  margin-bottom: 30px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content {
  width: 60.8%;
  margin-top: 30px;
  margin: 0 auto;
  position: relative;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content.show-result .search-input_wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-input_wrapper {
  width: 100%;
  height: 54px;
  background: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 14px;
  padding-right: 34px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-input_wrapper .search_icon {
  font-size: 20px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-input_wrapper .search_input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 80%;
  outline: none;
  border: none;
  margin-left: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #273262;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-input_wrapper .division_line {
  margin: 0 28px;
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #dcdfe6;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-input_wrapper .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0;
  background-color: transparent;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  white-space: nowrap;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-input_wrapper .btn.btn-clear {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: #dcdfe6;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 14px;
  display: none;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-input_wrapper .btn.btn-search {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fc6307;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-result_wrapper {
  width: 100%;
  height: auto;
  max-height: 30vh;
  overflow-y: auto;
  position: absolute;
  top: 56px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(215, 230, 255, 0.9);
  box-shadow: 0px 3px 10px 0px rgba(215, 230, 255, 0.9);
  border-radius: 0px 0px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 17px 18px;
  display: none;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-result_wrapper::-webkit-scrollbar {
  width: 6px !important;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-result_wrapper::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 2px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-result_wrapper::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 2px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-result_wrapper .search-result {
  width: 100%;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-result_wrapper .search-result .no-data .no-data-explain {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #273262;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  display: none;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-result_wrapper .search-result .no-data .no-data-recommend {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7e838b;
  margin-bottom: 10px;
  display: none;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-result_wrapper .search-result .search-result_list {
  width: 100%;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-result_wrapper .search-result .search-result_list .list-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
  color: #273262;
  font-size: 16px;
  font-family: Microsoft YaHei;
  padding: 4px 6px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-result_wrapper .search-result .search-result_list .list-item:hover {
  background-color: #fff3f0;
  border-radius: 4px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-result_wrapper .search-result .search-result_list .list-item+.list-item {
  margin-top: 4px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem {
  width: 100%;
  height: auto;
  background: #f6faff;
  padding: 52px 0 117px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container {
  height: auto;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group {
  width: 100%;
  height: 100%;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group+.problem-group {
  margin-top: 80px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group .group-title {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #494f6b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group .group-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 20px;
  background: #fc6307;
  margin-right: 10px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group .group-content {
  width: 100%;
  height: auto;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group .group-content .group-list {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(215, 230, 255, 0.9);
  box-shadow: 0px 3px 10px 0px rgba(215, 230, 255, 0.9);
  border-radius: 10px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group .group-content .group-list ul {
  width: 100%;
  list-style: none;
  padding: 0;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group .group-content .group-list ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group .group-content .group-list ul li:hover {
  background: #fff3f0;
  border-radius: 6px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group .group-content .group-list ul li a {
  color: black;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.default .group-content {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.default .group-content .group-list {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(215, 230, 255, 0.9);
  box-shadow: 0px 3px 10px 0px rgba(215, 230, 255, 0.9);
  border-radius: 10px;
  padding: 30px 28px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.default .group-content .group-list ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(20%, 1fr));
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  gap: 26px 5%;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.default .group-content .group-list ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #273262;
  position: relative;
  padding: 4px 4px 4px 22px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.default .group-content .group-list ul li:before {
  /* 使用圆点作为 marker */
  content: "\2022";
  position: absolute;
  left: 0;
  text-align: center;
  padding-left: 4px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.default .group-content .group-list ul li:hover {
  background: #fff3f0;
  border-radius: 6px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.default .group-content .group-list ul li a {
  display: block;
  color: black;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(31.6%, 1fr));
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  gap: 30px 2.5%;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content .group-list {
  width: 100%;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content .group-list .group-list-header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 19px 10px 11px 32px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content .group-list .group-list-header .text {
  margin-left: 10px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #273262;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content .group-list .group-list-content {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 32px 16px 26px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content .group-list .group-list-content ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content .group-list .group-list-content ul li {
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #494f6b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 6px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content .group-list .group-list-content ul li+li {
  margin-top: 6px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content .group-list .group-list-content .more {
  margin-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content .group-list .group-list-content .more .link {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f8624c;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .quick_access {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .quick_access .quick_access-container {
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5% 0 4%;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .quick_access .quick_access-container .quick_access-list {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .quick_access .quick_access-container .quick_access-list .quick_access-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  cursor: pointer;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .quick_access .quick_access-container .quick_access-list .quick_access-item .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .quick_access .quick_access-container .quick_access-list .quick_access-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .quick_access .quick_access-container .quick_access-list .quick_access-item .text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 8px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #attention {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 10px 20px;
  background-color: #fff;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #attention .attention-title {
  width: auto;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #attention .attention-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66px;
  border-radius: 5px;
  border-bottom: 3px solid #ff793f;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #attention .attention-container .attention-list .attention-item__wrapper a {
  color: #373737;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #attention .attention-container .attention-list .attention-item__wrapper a:hover {
  color: #fd824c;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #attention .attention-container .attention-list .attention-item__wrapper a .attention-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px #ccc solid;
  margin-bottom: 20px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #attention .attention-container .attention-list .attention-item__wrapper a .attention-item>p {
  margin: 0;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #attention .attention-container .attention-list .attention-item__wrapper a .attention-item img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 10px 20px;
  background-color: #fff;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-title {
  width: auto;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66px;
  border-radius: 5px;
  border-bottom: 3px solid #ff793f;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-container .way-list .way-list-item section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-container .way-list .way-list-item section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-container .way-list .way-list-item button,
#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-container .way-list .way-list-item .click-me-in {
  display: block;
  width: 100px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  margin: 10px auto;
  border: 0;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed4b3d), to(#fd824c));
  background: -webkit-linear-gradient(top, #ed4b3d, #fd824c);
  background: -moz-linear-gradient(top, #ed4b3d, #fd824c);
  background: -o-linear-gradient(top, #ed4b3d, #fd824c);
  background: linear-gradient(to bottom, #ed4b3d, #fd824c);
  outline: none;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-container .way-list .way-list-item .icon {
  width: 40px;
  height: 40px;
  margin: 10px 10px 10px 0px;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-container .way-list .way-list-item p {
  text-align: center;
}

#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-container .way-list .way-list-item #qq,
#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-container .way-list .way-list-item #qqgroup,
#help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-container .way-list .way-list-item #wechat {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_container {
    width: 90%;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search {
    height: 200px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content {
    width: 80%;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-input_wrapper {
    height: 46px;
    padding-right: 10px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-input_wrapper .search_icon {
    font-size: 14px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-input_wrapper .search_input {
    margin-left: 0;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-input_wrapper .division_line {
    margin: 0 8px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-input_wrapper .btn.btn-search {
    font-size: 14px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .search .search-container .search-content .search-result_wrapper {
    top: 46px;
    padding: 10px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem {
    padding: 20px 0;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group+.problem-group {
    margin-top: 44px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group .group-title {
    font-size: 16px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group .group-content {
    margin-top: 10px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.default .group-content .group-list {
    padding: 10px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.default .group-content .group-list ul {
    display: block;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.default .group-content .group-list ul li {
    font-size: 14px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content {
    grid-template-columns: repeat(1, 1fr);
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content .group-list .group-list-content {
    padding: 10px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content .group-list .group-list-content ul li {
    font-size: 14px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.familiar .group-content .group-list .group-list-content .more {
    margin-top: 14px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .quick_access .quick_access-container .quick_access-list .quick_access-item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3%;
    margin-bottom: 14px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .quick_access .quick_access-container .quick_access-list .quick_access-item .icon {
    width: 40px;
    height: 40px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .quick_access .quick_access-container .quick_access-list .quick_access-item .text {
    font-size: 14px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 10px 20px;
    background-color: #fff;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-title {
    width: auto;
    margin: 0 auto 50px;
    text-align: center;
    position: relative;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 66px;
    border-radius: 5px;
    border-bottom: 3px solid #ff793f;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-container .way-list .way-list-item+.way-list-item {
    margin-top: 20px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-container .way-list .way-list-item .icon {
    width: 32px;
    height: 32px;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] #contact .contact-container .way-list .way-list-item h3 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_container {
    width: 85%;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.default .group-content .group-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 960px) and (max-width: 1400px) {
  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_container {
    width: 80%;
  }

  #help_center[scoped="Y2F0ZWdvcmllcy92aWV3X2hlbHBfY2VudGVyLmh0bWw="] .common_problem .common_problem-container .problem-group.default .group-content .group-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

/**
 * 联系客服
*/
.contact_service_mount {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 111111;
}

/**
 * 右侧浮动栏
*/
#nav-float.right-bar {
  position: fixed;
  top: 10%;
  right: -50px;
  font-size: 12px;
  word-wrap: break-word;
  word-break: normal;
  z-index: 1000;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

#nav-float.right-bar:hover {
  right: 5px;
}

#nav-float.right-bar::before {
  content: "<";
  padding: 10px 5px;
  position: relative;
  top: -238px;
  font-weight: bolder;
  font-size: 16px;
  color: #fff;
  border: 1px solid #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed4b3d), to(#fd824c)) !important;
  background: -webkit-linear-gradient(top, #ed4b3d, #fd824c) !important;
  background: -moz-linear-gradient(top, #ed4b3d, #fd824c) !important;
  background: -o-linear-gradient(top, #ed4b3d, #fd824c) !important;
  background: linear-gradient(to bottom, #ed4b3d, #fd824c) !important;
}

#nav-float.right-bar a {
  color: #373737;
  background: #fff;
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
  padding: 4px !important;
}

#nav-float.right-bar a:hover {
  background-color: #ff793f !important;
}

#nav-float.right-bar .nav-pills>li.active>a,
#nav-float.right-bar .nav-pills>li.active>a:focus {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed4b3d), to(#fd824c)) !important;
  background: -webkit-linear-gradient(top, #ed4b3d, #fd824c) !important;
  background: -moz-linear-gradient(top, #ed4b3d, #fd824c) !important;
  background: -o-linear-gradient(top, #ed4b3d, #fd824c) !important;
  background: linear-gradient(to bottom, #ed4b3d, #fd824c) !important;
}