@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/***** Base *****/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

input:focus,
input:focus-visible {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  width: fit-content;
}

a:hover {
  text-decoration: underline;
}

button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

li {
  list-style-type: none;
}

button {
  background-color: transparent;
  border: none;
}

*::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}

*::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  /* border-radius: 10px; */
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #cccccc;
}

*::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  /* border-radius: 10px; */
  background: #fafafa;
}

@font-face {
  font-family: AmberEN;
  src: url('https://amber-dist.s3.ap-northeast-1.amazonaws.com/fonts/Amber-en/Amber_EN_font_bold.otf');
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: AmberEN;
  src: url('https://amber-dist.s3.ap-northeast-1.amazonaws.com/fonts/Amber-en/Amber_EN_font_medium.woff') format('woff');
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: AmberEN;
  src: url('https://amber-dist.s3.ap-northeast-1.amazonaws.com/fonts/Amber-en/Amber_EN_font_regular.otf');
  font-weight: normal;
  font-display: swap;
}


@font-face {
  font-family: AmberZH;
  src: url('https://amber-dist.s3.ap-northeast-1.amazonaws.com/fonts/Amber-zh/Amber_zh_512B1.otf');
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: AmberZH;
  src: url('https://amber-dist.s3.ap-northeast-1.amazonaws.com/fonts/Amber-zh/Amber_zh_510M.woff') format('woff');
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: AmberZH;
  src: url('https://amber-dist.s3.ap-northeast-1.amazonaws.com/fonts/Amber-zh/Amber_zh_508R1.otf');
  font-weight: normal;
  font-display: swap;
}

body {
  background-color: #FFFFFF;
  color: rgba(15, 15, 15, 1);
  // font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-family: AmberEN, AmberZH, Helvetica, PingFang-SC-Regular !important;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

//单独覆盖协议弹框pre样式
pre, code, kbd, samp, botton {
  font-family: AmberEN, AmberZH, Helvetica, PingFang-SC-Regular !important;
}

html body:lang(en-US),
body:lang(pt-PT),
body:lang(zu-ZA),
body:lang(es-ES),
body:lang(tr-TR),
body:lang(ru-RU) {
  font-family: AmberEN, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Droid Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

html body:lang(zh-CN),
body:lang(zh-TW),
body:lang(ja-JP),
body:lang(ko-KR) {
  font-family: AmberEN, AmberZH, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Droid Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.visibility-hidden {
  width: 0;
  height: 0;
  opacity: 0;
}

.container {
  width: 100%;
  background: #ffffff;
  padding: 0 calc((100% - 1160px) / 2);
}


/***** Header *****/
.header {
  padding: 0 64px;
  width: 100%;
  height: 400px;
  background-image: url(/hc/theming_assets/01JS16Y3JJ6BBXWFT4Z7CGXDC8);
  background-position: center;
  background-size: cover;
  position: relative;
}

.header-in-home {
  height: 480px;
}

.header-language-selector .dropdown-toggle {
  color: #ffffff;
}

.header-main {
  width: 760px;
  height: 168px;
  position: absolute;
  top: 136px;
  left: 50%;
  transform: translateX(-50%);
}

.header-main p {
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 32px 0;
}

.logo {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo > div:first-child {
  display: flex;
  align-items: flex-end;
}

.logo-img {
  width: 132px;
  height: 42px;
  margin-right: 9px;
  /*   max-height: 37px; */
  /*   vertical-align: middle; */
  vertical-align: sub;
}

.logo span {
  /*   margin: 0 10px;
	color: rgba(2, 200, 168, 1); */
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}

.logo a {
  display: inline-block;
  /*   display: flex;
	align-items: flex-end; */
}

.logo a:hover,
.logo a:focus,
.logo a:active {
  text-decoration: none;
}

.header-main-search {
  position: relative;
}

.header-main-search .search-icon2 {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  z-index: 1;
  color: rgba(15, 15, 15, 1);
}

.header .search-full input[type="search"] {
  padding-left: 64px;
  font-size: 18px;
  line-height: 72px;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: url(/hc/theming_assets/01JS16Y3G8NR999P3MFNNBJSV3) no-repeat;
  background-size: 24px 24px;
}


/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  color: #666;
  /*   height: 40px; */
  height: 72px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid rgba(2, 200, 168, 1);
  color: #555;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
}

[dir="rtl"] .search-icon {
  right: 15px;
  left: auto;
}

.search-container {
  position: relative;
}

/***** Homepage *****/
/* .section {
margin-bottom: 40px;
} */
.home-page {
  margin-bottom: -80px;
  background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
}

.knowledge-base {
  width: 100%;
  padding: 56px 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 28px rgba(15, 15, 15, 0.02);
  border-radius: 8px;
  position: relative;
  top: -100px;
  margin-bottom: 80px;
}

.categories-sections {
  width: 100%;
}

.categories-sections-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.categories-section-item {
  width: 330px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 90px;
}

.categories-section-item::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/hc/theming_assets/01JS16Y3WXFWKKP1V0C13ZMHW7);
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.categories-section-item[data-description = '2']::before {
  background-position: 0 -60px;
}

.categories-section-item[data-description = '3']::before {
  background-position: 0 -120px;
}

.categories-section-item[data-description = '4']::before {
  background-position: 0 -180px;
}

.categories-section-item[data-description = '5']::before {
  background-position: 0 -240px;
}

.categories-section-item[data-description = '6']::before {
  background-position: 0 -300px;
}

.categories-sections-main .categories-section-item:nth-child(n + 4) {
  margin-top: 40px;
}

.categories-section-item-logo {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  right: 0;
}

.categories-section-item>a {
  width: fit-content;
}

.categories-section-item > a:nth-child(n + 7) {
  display: none;
}

.categories-item-link {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: rgba(15, 15, 15, 1);
  margin-bottom: 16px;
  pointer-events: none;
}

.categories-item-link2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.categories-item-link2+.categories-item-link2 {
  margin-top: 12px;
}

.categories-item-link2:hover {
  text-decoration-line: underline;
  color: rgba(15, 15, 15, 1);
}

.view-all {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(2, 200, 168, 1);
  display: none;
}

.view-all span {
  margin-right: 16px;
}

.view-all img {
  width: 16px;
  height: 16px;
}

.top-articles {
  width: 100%;
  position: relative;
  top: -80px;
  margin-bottom: 80px;
}

.top-articles-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-articles-title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.top-articles-title > img {
  width: 40px;
  height: 40px;
}

.top-articles-title>h2 {
  margin-left: 24px;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: rgba(15, 15, 15, 1);
}

.top-articles-item {
  width: 560px;
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  border-bottom: 1px solid #cccccc;
}

.top-articles-item>a:first-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: rgba(2, 200, 168, 1);
  margin-bottom: 8px;
}

.top-articles-item>a:last-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(15, 15, 15, 1);
}

.announcements-articles-main {
  display: flex;
  flex-direction: column;
}

.announcements-articles-main>.view-all {
  margin-top: 24px;
}

.announcements-articles-link > a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(15, 15, 15, 1);
}

.announcements-articles-main > li:nth-child(n + 6) {
  display: none;
}

.announcements-articles-link+.announcements-articles-link {
  margin-top: 24px;
}

.help-location {
  width: 100%;
  height: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
}

.help-location h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
  color: rgba(15, 15, 15, 1);
  margin-bottom: 40px;
}

.help-location ul {
  display: flex;
  align-items: center;
}

.help-location li {
  width: 460px;
  height: 252px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(15, 15, 15, 0.03);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.help-location li+li {
  margin-left: 40px;
}

.help-location li img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}

.help-location li p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: rgba(15, 15, 15, 1);
  margin-bottom: 16px;
}

.help-location li button {
  width: 136px;
  height: 40px;
  background: rgba(2, 200, 168, 1);
  border-radius: 4px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}

.help-location li button:hover {
  background: #00AF95;
}

.home-section h2 {
  margin-bottom: 10px;
  /*   text-align: center; */
  text-align: left;
}


/***** search results page *****/
.search-result-page {
  padding-top: 80px;
  padding-bottom: 120px;
}

.search-result-page h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: rgba(15, 15, 15, 1);
  margin-bottom: 40px;
}

.search-results,
.search-articles-item {
  display: flex;
  flex-direction: column;
}

.search-articles-item {
  width: 760px;
}

.search-result-page .pagination-list {
  width: 760px;
  justify-content: center;
}

/***** category-page *****/
.category-page {
  padding-top: 40px;
  padding-bottom: 262px;
}

.category-content {
  display: flex;
}

.announcements-not-left {
  display: none;
}

.category-content-left {
  width: 328px;
  height: fit-content;
  background: #FAFAFA;
  border-radius: 8px;
  padding: 24px;
  margin-right: 72px;
}

.category-content-left:empty {
  height: 300px;
}

.category-content-left li {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(15, 15, 15, 1);
}

.category-content-left .selected-category {
  color: rgba(2, 200, 168, 1);
}

.category-content-left li:hover {
  color: rgba(2, 200, 168, 1);
  cursor: pointer;
}

.category-content-right h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: rgba(15, 15, 15, 1);
}

.category-section-item {
  width: 760px;
  margin-top: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
  padding-left: 16px;
}

.category-section-item h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: rgba(15, 15, 15, 1);
  margin-bottom: 24px;
  position: relative;
  left: -16px;
}

.category-section-item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}

.category-section-article-item {
  list-style-type: disc;
  color: #666666;
}

.category-section-article-item + .category-section-article-item {
  margin-top: 16px;
}

/* new-request-page */
.new-request-page {
  padding-top: 40px;
  padding-bottom: 120px;
}

.new-request-page h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: rgba(15, 15, 15, 1);
  margin-bottom: 40px;
}

/* article-page */
.article-page {
  padding-top: 40px;
  padding-bottom: 120px;
}

.article-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: rgba(15, 15, 15, 1);
  margin-bottom: 40px;
}

.article {
  position: relative;
}

.article-content,
.article-header,
.article-page footer{
  width: 760px;
}

.article-right-catalogue {
  width: 264px;
  max-height: 236px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #eeeeee;
}

.article-right-catalogue li {
  padding: 6px 0 6px 16px;
}

.article-right-catalogue li + li {
  margin-top: 16px;
}

.article-right-catalogue li:hover {
  border-left: 1px solid rgba(2, 200, 168, 1);
}

.article-right-catalogue li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(15, 15, 15, 1);
}

.article-right-catalogue li:hover a {
  color: rgba(2, 200, 168, 1);
}

.article-votes {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.article-votes-controls {
  position: relative;
}

.article-votes-question{
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: rgba(15, 15, 15, 1);
  margin-bottom: 16px;
}

.article-votes-controls button {
  width: 96px;
  height: 32px;
  border: 1px solid rgba(2, 200, 168, 1);
	border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(2, 200, 168, 1);
}

.article-votes-controls button:hover,
.article-votes-controls button[aria-pressed = 'true'] {
  background-color: rgba(2, 200, 168, 1);
  color: #ffffff;
}

.article-votes-controls button + button {
  margin-left: 24px;
}

.article-votes-controls > p {
  display: none;
  width: 100%;
  position: absolute;
  bottom: -16px;
  transform: translateY(100%);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(15, 15, 15, 1);
}

.article-votes-controls button[aria-pressed = 'true'] ~ p {
  display: block;
}

.article-page-section {
  padding: 40px 0;
  border-bottom: 1px solid #cccccc;
}

.article-page-section h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: rgba(15, 15, 15, 1);
  margin-bottom: 24px;
}

.article-page-section ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 16px;
}

.article-page-section li {
  width: 40%;
  list-style-type: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(15, 15, 15, 1);
  text-align: left;
}

.article-page-section li a {
  color: rgba(15, 15, 15, 1);
}

.article-page-section li a:hover {
  color: rgba(2, 200, 168, 1);
}

/* 文章原来的样式 */
.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

.article-body ul,
.article-body li
{
  list-style-type: disc;
}

.article-body a:visited {
  color: rgba(2, 200, 168, 1);
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #424242;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}
/* 文章原来的样式结束 */
/* 文章现在的样式开始 */
.article-body h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: rgba(15, 15, 15, 1);
  margin-bottom: 16px;
  margin-top: 40px;
}

.article-body > *:first-child {
  margin-top: 0 !important;
}

.article-body h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: rgba(15, 15, 15, 1);
  margin-bottom: 16px;
  margin-top: 24px;
}

.article-body p,
.article-body ul,
.article-body li{
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}

.article-body ul, .article-body ol {
  padding-left: 16px;
  margin: 0;
}

.article-body .warning,
.article-body .noting{
  padding: 20px 24px 20px 64px;
  background: rgba(236, 179, 86, 0.1);
	border-radius: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(15, 15, 15, 1);
  position: relative;
  margin-top: 24px
}

.article-body .noting {
  background: rgba(6, 101, 239, 0.1);
}

.article-body .warning::before,
.article-body .noting::before{
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/hc/theming_assets/01JS16Y3WXFWKKP1V0C13ZMHW7);
  background-position: 50% -404px;
  background-size: 64px;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 24px;
}

.article-body .noting::before {
  background-position: 50% -468px;
}

.article-body .tabs {
  margin-top: 17px; 
}

.article-body .tabs-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}

.article-body .tabs-header li {
  list-style-type: none;
  padding: 7px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.article-body .tabs-header .selected {
  color: rgba(15, 15, 15, 1);
}

.article-body .tabs-header .selected::before {
  content: '';
  display: block;
  width: 50%;
  height: 3px;
  background: linear-gradient(90.45deg, #46EE96 0.41%, #43BED7 99.64%);
	border-radius: 4px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.article-body .tabs-header li + li {
  margin-left: 40px;
}

.article-body .tabs-content {
  padding: 16px 0 0 0;
}

.article-body .tabs-content li {
  list-style-type: none;
}

.article-body .tabs-content li:not(.selected) {
  display: none;
}

.article-body img {
  margin-top: 16px;
  vertical-align: bottom;
}

.article-body .collapse {
  margin-top: 40px;
  padding-left: 0;
}

.article-body .collapse li {
  list-style-type: none;
  border-bottom: 1px solid #cccccc;
}

.article-body .collapse li .title {
  padding: 22px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: rgba(15, 15, 15, 1);
  padding-right: 30px;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.article-body .collapse li .title:hover,
.article-body .collapse li .title.opened {
  color: rgba(2, 200, 168, 1);
}

.article-body .collapse li .title::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/hc/theming_assets/01JS16Y3WXFWKKP1V0C13ZMHW7);
  background-position: 50% -536px;
  background-size: 64px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transform: rotate(180deg);
  transition: transform 0.25s;
}

.article-body .collapse li .title.opened::before {
  transform: rotate(0deg);
}

.article-body .collapse li div {
  height: 0;
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  padding-bottom: 24px;
  transition: height 3.5s;
}

.article-body .collapse li .title.opened + div {
  display: block;
  height: auto;
}
/* 文章现在的样式结束 */

/***** pagination *****/
.pagination {
  margin-top: 40px;
}

.pagination-list {
  display: flex;
  align-items: center;
}

.pagination-list>li {
  height: 28px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  line-height: 26px;
  padding: 0 10px;
}

.pagination-list>li:hover {
  background-color: rgba(2, 200, 168, 1);
  border-color: transparent;
}

.pagination-list>li+li {
  margin-left: 10px;
}

.pagination-list>li>a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #666666;
}

.pagination-list>li>a:hover {
  color: #ffffff;
}

/* breadcrumbs */
.breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.breadcrumbs li a,
.breadcrumbs li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  position: relative;
}

.breadcrumbs li a:hover,
.breadcrumbs li:hover {
  color: #02C8A8;
}

.breadcrumbs li:last-child,
.breadcrumbs li:last-child a{
  color: rgba(15, 15, 15, 1);
  pointer-events: none;
}

.breadcrumbs li+li::before {
  content: "/";
  margin: 0 4px;
}

/* request-form */
.request-form {
  width: 760px;
}

.request-form input {
  max-width: 100%;
}

.form-field>label:first-child {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(15, 15, 15, 1);
  margin-bottom: 8px;
}

.form-field:not(:first-of-type) {
  margin-top: 24px;
}

#request_description_hint {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-top: 8px;
}

.request-form input[type='submit'] {
  width: 240px;
  height: 50px;
  background: rgba(2, 200, 168, 1);
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 40px;
}

ul[data-hc-pills-container],
ul[data-hc-pills-container] li,
.nesty-input {
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 4px;
}

ul[data-hc-pills-container][data-hc-focus=true],
.nesty-panel,
.request_subject input:hover,
.request_anonymous_requester_email input:hover{
  border-color: rgba(2, 200, 168, 1);
}

ul[data-hc-pills-container] li:last-child input,
.request-form input {
  height: 50px;
  padding: 0 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  color: rgba(15, 15, 15, 1);
}

.nesty-input {
  padding: 0 16px;
}

.nesty-input:after {
  line-height: 50px;
  position: absolute;
  right: 16px;
  top: 0;
}

.nesty-panel li {
  line-height: 28px;
  color: rgba(15, 15, 15, 1);
}

/* .nesty-panel li:hover,
.nesty-panel li[aria-selected=true] {
  color: rgba(2, 200, 168, 1);
} */

.request_subject input,
.request_anonymous_requester_email input{
  border: 1px solid #CCCCCC;
  width: 100%;
}

.upload-dropzone {
  border: 1px dashed #CCCCCC;
}

.upload-dropzone span,
.upload-dropzone a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: rgba(15, 15, 15, 1);
}

.upload-dropzone a {
  color: rgba(2, 200, 168, 1);
}

/* search list */
/* 搜索结果列表整体 */
body zd-autocomplete {
  padding: 8px 0;
}

/* 搜索结果列表单体 */
body zd-autocomplete-multibrand {
  border: none;
}

/* 搜索结果列表单体标题 */
body zd-autocomplete-title-multibrand {
  padding: 14px 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(15, 15, 15, 1);
}

/* 搜索结果列表单体面包屑 */
body zd-autocomplete-breadcrumbs-multibrand {
  display: none;
}

/* 切换多语言原有样式开始 */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  font-size: 18px;
	line-height: 28px;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  padding: 4px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
  margin-top: 22px;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 9px 18px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: right;
  line-height: inherit;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: rgba(15, 15, 15, 0.05);
  text-decoration: none;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

/* 切换多语言原有样式结束 */


/* 响应式 */
@media (min-width: 768px) {
  body {
    min-width: 1260px;
  }
  
  /* 切换多语言 */
  .dropdown-toggle.h5 {
    display: none;
  }
}

@media (max-width: 768px) {
  /* 搜索框清除按钮 */
  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: url(/hc/theming_assets/01JS16Y3G8NR999P3MFNNBJSV3) no-repeat;
    background-size: 20px 20px;
  }
  
  .header-main-search .search-icon2 {
    width: 20px;
    height: 20px;
    left: 12px;
  }
  
  /* 切换多语言 */
  .web {
    display: none;
  }
  
  .dropdown-toggle > img {
    width: 24px;
    height: 24px;
  }
  
  .dropdown-toggle.h5,
  .header-language-selector{
    height: 24px;
  }
  
  .dropdown-menu[aria-expanded="true"] {
    margin-top: 10px;
  }
  
  .dropdown-menu [role="menuitem"] {
    font-size: 14px;
		line-height: 22px;
    padding: 6px 17px;
  }
  
  /* 面包屑 */
  .sub-nav {
    display: none;
  }
  
  /* 搜索结果列表 */
  body zd-autocomplete {
    padding: 4px 0;
  }

  /* 搜索结果列表单体 */
  body zd-autocomplete-multibrand {
    border: none;
  }

  /* 搜索结果列表单体标题 */
  body zd-autocomplete-title-multibrand {
    padding: 2px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(15, 15, 15, 1);
  }
  
	/* header */
  .header {
    padding: 0 24px;
    height: 248px;
  }
  
  .logo {
    height: 56px;
  }

  .logo-img {
    width: 88px;
    height: 28px;
  }

  .logo span {
    font-size: 14px;
    line-height: 22px;
  }

  .header-main {
    width: 87%;
    top: 88px;
  }

  .header-main p {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  
  .header .search-full input[type="search"] {
    height: 48px;
    line-height: 48px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding-left: 44px;
  }
  
  .container {
    padding: 0;
  }
	
	/*   home-page */
  .home-page {
    margin-bottom: 0;
    background-color: #ffffff;
  }

  .knowledge-base {
    background-color: #fafafa;
    padding: 40px 24px;
    border-radius: 0;
    margin-bottom: 0;
  }
  
  .home-page>section {
    top: 0;
  }
  
  .categories-sections-main {
    flex-direction: column;
  }
  
  .categories-section-item {
    padding-left: 56px;
  }
  
  .categories-section-item + .categories-section-item {
    margin-top: 40px;
  }
  
  .categories-section-item::before {
    width: 40px;
    height: 40px;
  }
  
  .categories-section-item[data-description = '2']::before {
    background-position: 0 -40px;
  }

  .categories-section-item[data-description = '3']::before {
    background-position: 0 -80px;
  }

  .categories-section-item[data-description = '4']::before {
    background-position: 0 -120px;
  }

  .categories-section-item[data-description = '5']::before {
    background-position: 0 -160px;
  }

  .categories-section-item[data-description = '6']::before {
    background-position: 0 -200px;
  }
  
  .categories-item-link {
    margin-bottom: 20px;
  }
  
  .categories-item-link2+.categories-item-link2 {
    margin-top: 16px;
  }
  
  .top-articles {
    padding: 40px 24px;
    margin-bottom: 0;
  }
  
  .top-articles-title > img {
    width: 32px;
    height: 32px;
  }
  
  .top-articles-title {
    margin-bottom: 16px;
  }

  .top-articles-title>h2 {
    margin-left: 16px;
    font-size: 24px;
		line-height: 36px;
  }

  .top-articles-item {
    width: 100%;
    padding: 19px 0;
  }

  .top-articles-item>a:first-child {
    font-size: 14px;
		line-height: 22px;
    margin-bottom: 4px;
  }

  .top-articles-item>a:last-child,
  .announcements-articles-link{
    font-size: 16px;
		line-height: 24px;
  }
  
  .announcements-articles-link+.announcements-articles-link {
    margin-top: 16px
  }
  
  .help-location {
    width: 100%;
    height: 612px;
    padding: 0 24px;
  }

  .help-location h2 {
    font-size: 24px;
		line-height: 36px;
    margin-bottom: 24px;
  }

  .help-location ul {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .help-location li {
    width: 100%;
    height: 204px;
  }

  .help-location li+li {
    margin-top: 24px;
    margin-left: 0;
  }

  .help-location li img {
    margin-bottom: 8px;
  }

  .help-location li p {
    font-size: 18px;
		line-height: 28px;
  }

  .help-location li button {
    width: 120px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }
  
   /* search-result */
  .search-result-page {
    padding: 40px 24px 90px 24px;
  }
  
  .search-result-page h2 {
    font-size: 24px;
		line-height: 36px;
    margin-bottom: 16px;
  }
  
	/* 分页 */
  .search-result-page .pagination-list {
    width: 100%;
  }
  
	/* categories页面 */
  .category-page {
    padding: 40px 24px;
  }
  
  .category-content-right h1 {
    font-size: 24px;
		line-height: 36px;
    margin-bottom: 24px;
  }
  
  .category-section-item {
    width: 100%;
    margin-top: 0;
    color: #666666;
  }
  
  .category-section-item h2 {
    font-size: 20px;
		line-height: 32px;
  }
  
  .category-section-item a {
    font-size: 16px;
		line-height: 24px;
  }
  
  .category-section-item + .category-section-item {
    margin-top: 40px;
  }
  
	/* new-request-page */
  .new-request-page {
    padding: 40px 24px 80px 24px;
  }
  
  .new-request-page h1 {
    font-size: 24px;
		line-height: 36px;
    margin-bottom: 24px;
  }
  
  .request-form {
    width: 100%;
  }
  
  #request_description {
    width: 100%;
    height: 180px;
    padding: 12px;
    border: 1px solid #cccccc;
  }
  
  #request_description:hover {
    border: 1px solid rgba(2, 200, 168, 1);
    outline: none;
    padding: 12px;
  }
  
  .request-form input[type='submit'] {
    width: 100%;
  }
  
  ul[data-hc-pills-container] li[data-hc-pill=true] {
    height: 42px;
    line-height: 42px;
    padding: 0;
    border-radius: 4px;
  }
  
  ul[data-hc-pills-container] li[data-hc-pill=true]>span[aria-label=close] {
    font-size: 18px;
  }
  
	/* 文章页面 */
  .article-page {
    padding: 40px 24px 80px 24px;
  }
  
  .article-content,
  .article-header,
  .article-page footer{
    width: 100%;
  }
  
  .article-title {
    font-size: 24px;
		line-height: 36px;
    margin-bottom: 24px;
  }
  
  .article-content {
    width: 100%;
  }
  
  .article-body p {
    font-size: 16px;
		line-height: 24px;
  }
  
  .article-page-section h3 {
    font-size: 18px;
		line-height: 28px;
    margin-bottom: 16px;
  }
  
  
  .article-page-section ul {
    flex-direction: colum
  }
  
  .article-page-section li {
    width: 100%;
  }
  
  .article-page-section li + li {
    margin-top: 16px;
  }
  
  .article-body .warning,
  .article-body .noting {
  	font-size: 16px;
		line-height: 24px;
  }
  
  .article-body h2 {
    font-size: 20px;
		line-height: 32px;
  }
  
  .article-body .collapse li .title {
    font-size: 16px;
		line-height: 24px;
  }
}