[v-cloak] {
  display: none;
}
body,
html {
  font-size: 14px;
  color: #001010;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.the-sub-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  min-width: 1280px;
  background-color: #fff;
}
.help-wrap-page {
  position: relative;
  min-height: 500px;
}
.help-wrap-page:before {
  display: block;
  content: '';
  height: 100%;
  width: 296px;
  background: #F6F6FA;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.help-wrap-page:after {
  display: block;
  content: '';
  clear: both;
}
.help-warp-menu {
  float: left;
  position: fixed;
  top: 0;
}
.the-help-nav {
  width: 296px;
  float: left;
  background: #F6F6FA;
  padding: 90px 28px 28px;
  position: relative;
}
.the-help-nav .help-name {
  font-size: 16px;
  line-height: 28px;
  color: #353535;
  margin-bottom: 12px;
}
.the-help-nav .help-name:after {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  background: #edeef2;
  margin-top: 10px;
}
.the-help-nav .help-box {
  max-height: 800px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 20px;
}
.the-help-nav .help-box::-webkit-scrollbar {
  display: none;
}
.the-help-nav .nav-row {
  margin-bottom: 2px;
}
.the-help-nav .nav-row.unfold:after {
  width: 100%;
  height: 1px;
  display: block;
  content: '';
  background: #edeef2;
}
.the-help-nav .nav-row.unfold .row-title:after {
  transform: rotate(360deg);
}
.the-help-nav .nav-row.unfold .row-body {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
  padding-bottom: 4px;
}
.the-help-nav .nav-row.online-row .row-title:after {
  background: unset;
}
.the-help-nav .row-title {
  position: relative;
  cursor: pointer;
}
.the-help-nav .row-title:after {
  display: block;
  content: '';
  clear: both;
}
.the-help-nav .row-title:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  background: url("../images/help-page/arrow-down-icon.png") no-repeat center;
  transform: rotate(180deg);
  width: 10px;
  height: 6px;
  background-size: cover;
  margin-top: -3px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.the-help-nav .row-title .title-text {
  color: #001010;
  font-weight: bold;
  padding: 8px 0;
  word-break: break-word;
  line-height: 18px;
  width: 100%;
}
.the-help-nav .row-body {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.the-help-nav .row-body li {
  color: #353535;
  position: relative;
  border-radius: 4px;
  margin-bottom: 2px;
}
.the-help-nav .row-body li:last-of-type {
  margin-bottom: unset;
}
.the-help-nav .row-body li a {
  display: block;
  padding: 7px 16px;
  position: relative;
  color: #6D6D91;
  transition: all 0.3s ease-in-out;
}
.the-help-nav .row-body li a:hover {
  text-decoration: none;
  color: #5BC000;
}
.the-help-nav .row-body li.active .li {
  color: #5BC000;
  background: #FFFFFF;
  border-radius: 4px;
}
.the-help-content {
  float: right;
  min-width: 1100px;
  width: calc(100% - 300px);
}
.the-help-content .content-wrap {
  padding: 90px 0 80px 50px;
}
.the-help-content .content-wrap:after {
  display: block;
  content: '';
  clear: both;
}
.the-help-content .bread-search-row {
  margin-bottom: 20px;
}
.the-help-content .bread-search-row:after {
  display: block;
  content: '';
  clear: both;
}
.the-help-content .bread-crumbs-navigation {
  float: left;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.the-help-content .bread-crumbs-navigation:after {
  display: block;
  content: '';
  clear: both;
}
.the-help-content .bread-crumbs-navigation .location-name {
  vertical-align: text-bottom;
  float: left;
  color: #666666;
}
.the-help-content .bread-crumbs-navigation .location-name:before {
  display: inline-block;
  content: '';
  background: url("../images/help-page/location-icon.png") no-repeat center;
  width: 15px;
  height: 19px;
  background-size: contain;
  vertical-align: bottom;
  margin-right: 8px;
}
.the-help-content .bread-crumbs-navigation .bread {
  color: #666666;
  float: left;
  display: flex;
  align-items: center;
}
.the-help-content .bread-crumbs-navigation .bread:last-child:after {
  display: none;
}
.the-help-content .bread-crumbs-navigation .bread:last-child .text {
  cursor: default;
}
.the-help-content .bread-crumbs-navigation .bread:last-child .text:hover {
  color: initial;
}
.the-help-content .bread-crumbs-navigation .bread:after {
  display: inline-block;
  content: '';
  background: url("../images/help-page/bread-icon.png") no-repeat center;
  width: 6px;
  height: 11px;
  background-size: contain;
  margin: 0 10px;
  vertical-align: text-top;
}
.the-help-content .bread-crumbs-navigation .bread .text {
  color: #666666;
  line-height: 16px;
  max-width: 120px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.the-help-content .bread-crumbs-navigation .bread .text:hover {
  color: #5BC000;
}
.the-help-content .bread-crumbs-navigation .bread.active .text {
  color: #5BC000;
}
.the-help-content .help-search-box {
  width: 450px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E5E5EB;
  float: right;
  padding: 4px 4px 4px 20px;
  position: relative;
}
.the-help-content .help-search-box .input-el {
  vertical-align: middle;
  height: 100%;
  display: inline-block;
  width: 270px;
  color: #6d6d91;
}
.the-help-content .help-search-box .input-el::placeholder {
  color: #cccccc;
}
.the-help-content .help-search-box .input-el:focus {
  outline: none;
  box-shadow: unset;
}
.the-help-content .help-search-box:before {
  display: inline-block;
  content: '';
  background: url("../images/help-page/search-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.the-help-content .help-search-box .search-btn {
  padding: 0 33px;
  height: 34px;
  background: #5BC000;
  color: #FFFFFF;
  border-radius: 4px;
  cursor: unset;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.the-help-content .help-search-box.active .search-btn {
  cursor: pointer;
}
.the-help-content .help-search-box.active .search-btn:hover {
  background: #70d614;
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.the-help-content .view-rules-el {
  background: url("../images/help-page/help-view-bg1.png") no-repeat center;
  height: 170px;
  padding: 40px 48px 40px 195px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.the-help-content .view-rules-el .help-title {
  font-weight: 800;
  font-size: 38px;
  color: #001010;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-shadow: 0 3px 2px rgba(109, 109, 145, 0.2);
}
.the-help-content .list-info:after {
  display: block;
  content: '';
  clear: both;
}
.the-help-content .list-info li {
  float: left;
  margin-right: 30px;
  position: relative;
  color: #001010;
  font-size: 16px;
}
.the-help-content .list-info li:after {
  width: 1px;
  height: 12px;
  background: #001010;
  opacity: 0.3;
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -6px;
}
.the-help-content .list-info li:last-of-type:after {
  display: none;
}
.the-help-content .view-items-wrap .view-type {
  color: #001010;
  padding-bottom: 20px;
  position: relative;
}
.the-help-content .view-items-wrap .view-type h1 {
  font-weight: normal;
  font-size: 26px;
  margin-top: 22px;
  margin-bottom: 16px;
}
.the-help-content .view-items-wrap .view-type .view-row {
  line-height: 16px;
}
.the-help-content .view-items-wrap .view-type .view-time {
  color: #999999;
  margin-right: 30px;
}
.the-help-content .view-items-wrap .view-type .view-time:before {
  background: url("../images/help-page/time-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}
.the-help-content .view-items-wrap .view-type .view-num {
  color: #999999;
}
.the-help-content .view-items-wrap .view-type .view-num:before {
  background: url("../images/help-page/view-icon.png") no-repeat center;
  width: 18px;
  height: 16px;
  display: inline-block;
  content: '';
  vertical-align: bottom;
  margin-right: 8px;
}
.the-help-content .view-items-wrap .view-title {
  font-size: 34px;
  margin-bottom: 6px;
}
.the-help-content .view-items-wrap .view-des {
  font-size: 18px;
  color: #999999;
  line-height: 28px;
}
.the-help-content .view-items-wrap .each-view-list {
  padding-top: 10px;
}
.the-help-content .view-items-wrap .each-view-list .list {
  padding: 20px 0 20px 36px;
  color: #A8A8CC;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.the-help-content .view-items-wrap .each-view-list .list:before {
  display: block;
  content: '';
  background: url("../images/help-page/type-icon.png") no-repeat center;
  width: 21px;
  height: 22px;
  background-size: contain;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.the-help-content .view-items-wrap .each-view-list .list a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  font-size: 16px;
  color: #353535;
}
.the-help-content .view-items-wrap .each-view-list .list a:hover {
  color: #5BC000;
}
.the-help-content .view-items-wrap .each-view-list.view-fq .list::before {
  background: url("../images/help-page/type-icon.png") no-repeat center;
  width: 21px;
  height: 22px;
  margin-top: -11px;
}
.the-help-content .view-items-wrap .help-page-module {
  margin: 40px auto 0;
}
.the-help-content .view-items-wrap .help-page-module .pagination {
  margin: unset;
}
.the-help-content .view-items-wrap .help-page-module li a {
  background: #FFFFFF;
  border: 1px solid #F6F6FA;
  color: #A8A8CC;
  transition: all 0.3s ease-in-out;
}
.the-help-content .view-items-wrap .help-page-module li a:hover {
  color: #5BC000;
}
.the-help-content .view-items-wrap .help-page-module li.active a {
  background: #5BC000;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #5BC000;
}
.the-help-content .view-items-wrap .help-page-module li.disabled a {
  background: #FFFFFF;
  color: #A8A8CC;
}
.the-help-content .view-items-wrap.pcb-introduce .view-introduce-box {
  padding-top: 30px;
  border-top: 1px solid rgba(238, 238, 251, 0.5);
}
.the-help-content .view-items-wrap.pcb-introduce .item-title {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.the-help-content .view-items-wrap.pcb-introduce .view-items {
  margin-bottom: 20px;
}
.the-help-content .view-items-wrap.pcb-introduce .sub-link {
  font-weight: 800;
  font-size: 16px;
  color: #353535;
  margin-top: 22px;
  line-height: 22px;
}
.the-help-content .view-items-wrap.pcb-introduce .sub-link a {
  color: #5BC000;
  border-bottom: 1px solid #5BC000;
}
.the-help-content .view-items-wrap.pcb-introduce .view-pic {
  margin-top: 25px;
}
.the-help-content .login-remit {
  text-align: center;
}
.the-help-content .mis-row {
  padding-top: 125px;
  display: inline-block;
}
.the-help-content .mis-row:after {
  display: block;
  content: '';
  clear: both;
}
.the-help-content .login-des {
  float: left;
  font-size: 16px;
  color: #001010;
  margin-top: 10px;
  margin-right: 14px;
}
.the-help-content .login-jump {
  float: left;
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 4px;
  background: #5BC000;
  transition: all 0.3s ease-in-out;
}
.the-help-content .login-jump:hover {
  background: #70d614;
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.the-help-content .result-title {
  border-bottom: 1px solid #FBFBFD;
  padding-bottom: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.the-help-content .result-title .num-total {
  color: #5BC000;
}
.the-help-content .result-item {
  padding-bottom: 16px;
  padding-top: 20px;
  border-bottom: 1px solid #F3F3F3;
}
.the-help-content .tip-title {
  font-weight: bold;
  font-size: 18px;
  color: #001010;
  margin-bottom: 6px;
}
.the-help-content .info-des {
  color: #5BC000;
}
.the-help-content .result-des {
  line-height: 24px;
  color: #666666;
}
.the-help-content .not-result {
  text-align: center;
  margin-top: 80px;
}
.the-help-content .no-title {
  font-size: 16px;
  color: #CCCCCC;
  margin-top: 6px;
}
.search-top {
  background: url("../images/help-page/search-bg.png") no-repeat center;
  height: 200px;
  padding: 30px;
  box-sizing: border-box;
  display: block;
}
.search-top .search-title {
  font-weight: bold;
  font-size: 28px;
  color: #001010;
  margin-bottom: 6px;
}
.search-top .help-search-box {
  width: 550px;
  float: unset;
  margin-top: 20px;
}
/*# sourceMappingURL=helpCenter.css.map */