/* common value, do not edit unless you have global search and confirm it is safe */
/* Color Theme */
/* Color theme for landing */
/* header scss variable */
/* (Flexbox Mixin Helper) */
/* (Calc Mixin Helper) */
/*  START: Animation Mixin */
/* Clockwise Spinning */
/* Anti-clockwise Spinning */
/*  END: Animation Mixin */
/* line 85, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.top-section {
  display: table;
  position: relative;
  background: #E9FAE9;
  height: 160px;
  width: 1188px;
  margin: 0 auto;
  margin-bottom: 15px;
}
/* line 93, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.top-section .top-section-text {
  background: #E9FAE9;
  color: #222222;
  font-size: 24px;
  line-height: 32px;
  float: left;
  word-wrap: break-word;
  padding: 64px 40px;
  overflow: hidden;
  max-width: 800px;
}
/* line 104, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.top-section .bg-container {
  width: 360px;
  height: 160px;
  float: right;
}

/* line 111, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
#chatbotContainer {
  display: none;
  position: fixed;
  z-index: 10000;
  right: 10px;
  top: 40.5%;
  height: 212px;
  width: 153px;
  cursor: pointer;
}
/* line 120, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
#chatbotContainer > img {
  height: 100%;
  width: 100%;
}

/* line 126, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
#announcement-container {
  padding: 0 13px;
  display: table;
  position: relative;
  width: 1188px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 2px solid #EE4054;
  border-radius: 6px;
}
/* line 135, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.csHelp-menu #announcement-container {
  width: 888px;
}
/* line 138, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
#announcement-container .announcement-element {
  padding: 12px 0;
  font-size: 16px;
  line-height: 21px;
  color: #EE4054;
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border-bottom: 1px solid #EE4054;
}
/* line 151, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
#announcement-container .announcement-element:last-child {
  border-bottom: none;
}
/* line 154, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
#announcement-container .announcement-element svg {
  display: inline;
  margin-right: 5px;
  vertical-align: top;
}
/* line 159, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
#announcement-container .announcement-element .contentText {
  display: inline-block;
}
/* line 161, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
#announcement-container .announcement-element .contentText .message {
  font-weight: bold;
  font-size: 18px;
}

/* line 171, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree {
  display: table;
  position: relative;
  width: 1188px;
  margin: 0 auto;
}
/* line 176, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div {
  width: 297px;
  height: 192px;
  display: inline-block;
  border-right: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
}
/* line 182, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div:first-child, .catTree > div:nth-child(2), .catTree > div:nth-child(3), .catTree > div:nth-child(4) {
  border-top: 1px #CCCCCC solid;
}
/* line 185, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div:first-child, .catTree > div:nth-child(5), .catTree > div:nth-child(9), .catTree > div:nth-child(13), .catTree > div:nth-child(17), .catTree > div:nth-child(21), .catTree > div:nth-child(25) {
  border-left: 1px #CCCCCC solid;
}
/* line 188, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div .csHelpMenuElement {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 193, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div .csHelpMenuElement.goldVip .title {
  color: #937210;
}
/* line 196, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div .csHelpMenuElement.goldVip:hover .title {
  color: #5c4708;
}
/* line 199, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div .csHelpMenuElement.goldVip .newIcon {
  width: 75px;
  height: 36px;
  border-radius: 0 0 0 36px;
  background-color: #e2c418;
  display: inline-block;
  top: 0px;
  right: 0px;
  padding: 5px 12px 11px 23px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
/* line 214, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div .csHelpMenuElement.diamondVip .title {
  color: #937210;
}
/* line 217, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div .csHelpMenuElement.diamondVip:hover .title {
  color: #5c4708;
}
/* line 220, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div .csHelpMenuElement.diamondVip .newIcon {
  width: 75px;
  height: 36px;
  border-radius: 0 0 0 36px;
  background-color: #000000;
  display: inline-block;
  top: 0px;
  right: 0px;
  padding: 5px 12px 11px 23px;
  font-size: 16px;
  font-weight: bold;
  color: #e2c418;
}
/* line 234, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div .csHelpMenuElement > .treeIcon {
  height: 64px;
  width: 64px;
}
/* line 238, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div .csHelpMenuElement > div {
  height: 76px;
  overflow: hidden;
  padding-top: 8px;
}
/* line 243, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div .csHelpMenuElement .newIcon {
  position: absolute;
  top: 6px;
  right: 10px;
}
/* line 249, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div .title {
  color: #222222;
  font-size: 16px;
  line-height: 24px;
}
/* line 253, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
body.language-en .catTree > div .title {
  font-size: 16px;
}
/* line 257, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div .description {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
  height: 40px;
}
/* line 263, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
body.language-en .catTree > div .description {
  line-height: 14px;
}
/* line 267, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div:hover {
  background: #EBECE9;
}
/* line 269, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div:hover .title {
  color: #237630;
}
/* line 273, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.catTree > div.goldVip:hover {
  color: #5c4708;
  background: #f2ece0;
}

/* line 281, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section {
  display: table;
  position: relative;
  width: 1188px;
  margin: 0 auto;
}
/* line 286, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .catTreeList-desktop {
  width: 264px;
  float: left;
  border: 1px #cccccc solid;
  margin-right: 36px;
}
/* line 291, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .catTreeList-desktop > div {
  width: 100%;
  height: 55px;
}
/* line 294, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .catTreeList-desktop > div.goldVip:hover {
  background-color: #f2ece0;
  color: #5c4708;
}
/* line 298, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .catTreeList-desktop > div:hover {
  background: #EBECE9;
}
/* line 301, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .catTreeList-desktop > div img {
  margin-right: 8px;
}
/* line 305, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .catTreeList-desktop .csHelpMenuElement {
  width: 100%;
  text-align: left;
  display: inline-flex;
  padding: 6px 10px 6px 8px;
}
/* line 310, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .catTreeList-desktop .csHelpMenuElement.goldVip .title {
  color: #937210;
}
/* line 313, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .catTreeList-desktop .csHelpMenuElement .title {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}
/* line 318, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .catTreeList-desktop .csHelpMenuElement img {
  width: 37px;
  height: 43px;
}
/* line 322, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .catTreeList-desktop .csHelpMenuElement > div {
  margin: auto 0;
}
/* line 327, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .catTreeList-desktop .selected .title {
  color: #237630;
}
/* line 333, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .listItem-PC {
  width: 888px;
  text-align: left;
  border: 1px solid #CCCCCC;
  float: left;
}
/* line 338, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .listItem-PC > div {
  width: 100%;
  border-top: #CCCCCC solid 1px;
}
/* line 341, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .listItem-PC > div:first-child {
  border-top: 0px;
}
/* line 344, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .listItem-PC > div:hover {
  background: #EBECE9;
}
/* line 347, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .listItem-PC > div .listItemText {
  width: 740px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
}
/* line 353, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .listItem-PC > div .csHelpListItemElementPc {
  height: 100%;
  width: 100%;
  padding: 26px 20px;
}
/* line 357, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .listItem-PC > div .csHelpListItemElementPc > div {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
/* line 365, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .listItem-PC > div .light-grey-container {
  height: 13px;
  width: 10px;
  margin-left: 88px;
  margin: auto 0 auto 88px;
}
/* line 370, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .listItem-PC > div .light-grey-container > svg {
  width: 100%;
  height: 100%;
}
/* line 377, ../../../../resource/compass/_ui/desktop/common/css/csHelp-root_pc.scss */
.main-section .listItem-divider {
  height: 1px;
  background: #CCCCCC;
}
