.gutter pre {
  color: #999;
}
pre {
  color: #000;
}
pre .function .keyword,
pre .constant {
  color: #0092db;
}
pre .keyword,
pre .attribute {
  color: #3897f1;
}
pre .number,
pre .literal {
  color: #ae81ff;
}
pre .tag,
pre .tag .title,
pre .change,
pre .winutils,
pre .flow,
pre .lisp .title,
pre .clojure .built_in,
pre .nginx .title,
pre .tex .special {
  color: #2973b7;
}
pre .class .title {
  color: #f00;
}
pre .symbol,
pre .symbol .string,
pre .value,
pre .regexp {
  color: #0acba8;
}
pre .title {
  color: #a6e22e;
}
pre .tag .value,
pre .string,
pre .subst,
pre .haskell .type,
pre .preprocessor,
pre .ruby .class .parent,
pre .built_in,
pre .sql .aggregate,
pre .django .template_tag,
pre .django .variable,
pre .smalltalk .class,
pre .javadoc,
pre .django .filter .argument,
pre .smalltalk .localvars,
pre .smalltalk .array,
pre .attr_selector,
pre .pseudo,
pre .addition,
pre .stream,
pre .envvar,
pre .apache .tag,
pre .apache .cbracket,
pre .tex .command,
pre .prompt {
  color: #0acba8;
}
pre .comment,
pre .java .annotation,
pre .python .decorator,
pre .template_comment,
pre .pi,
pre .doctype,
pre .deletion,
pre .shebang,
pre .apache .sqbracket,
pre .tex .formula {
  color: #b3b3b3;
}
pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
  opacity: 0.5;
}
body {
  font-family: "PingFang SC", "PingFang SC UltraLight", PingFangSC-Light, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #292f3a;
  background-color: #fff;
  margin: 0;
}
@media screen and (max-width: 900px) {
  body body.docs {
    padding-top: 0;
  }
}
body a {
  text-decoration: none;
  color: #292f3a;
}
body img {
  border: none;
}
body h1,
body h2,
body h3,
body h4 {
  font-weight: 400;
  color: #292f3a;
}
body h4,
body h5 {
  color: #292f3a;
  font-weight: bold;
  font-size: 14px;
}
body figure {
  margin: 0;
}
body strong {
  font-weight: 600;
  color: #000;
}
body code,
body pre {
  font-family: Menlo, Monaco, Consolas, Andale Mono, lucida console, Courier New, monospac;
  font-size: 0.9em;
  background-color: #f7f8f9;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
body code {
  color: #e96900;
  padding: 3px 5px;
  margin: 3px 2px;
  border-radius: 2px;
  white-space: nowrap;
  display: inline-block;
}
body em {
  color: #757e8e;
}
body p {
  word-spacing: 0.05em;
}
body a.button {
  padding: 0.75em 2em;
  border-radius: 2em;
  display: inline-block;
  color: #fff;
  background-color: #0be2bb;
  transition: all 0.15s ease;
  box-sizing: border-box;
  border: 1px solid #0be2bb;
}
body a.button.white {
  background-color: #fff;
  color: #0acba8;
}
body .highlight {
  overflow-x: auto;
  position: relative;
  padding: 0;
  background-color: #f7f8f9;
  padding: 0.8em 0.8em 0.4em;
  line-height: 1.1em;
  border-radius: 3px;
}
body .highlight table,
body .highlight tr,
body .highlight td {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
body .highlight .gutter {
  width: 1.5em;
  display: none;
}
body .highlight .code pre {
  padding: 1.2em 1.4em;
  line-height: 1.5em;
  margin: 0;
}
body .highlight .code .line {
  min-height: 1.5em;
}
body .highlight.html .code:after,
body .highlight.js .code:after,
body .highlight.bash .code:after,
body .highlight.css .code:after {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.75em;
  padding: 5px 10px 0;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}
body .highlight.html .code:after {
  content: 'HTML';
}
body .highlight.js .code:after {
  content: 'JS';
}
body .highlight.bash .code:after {
  content: 'Shell';
}
body .highlight.css .code:after {
  content: 'CSS';
}
body #main {
  z-index: 1;
  overflow-x: hidden;
}
body .nav-link {
  width: 100%;
}
body .nav-link:hover {
  background-color: #eef0f1;
  transition: all 0.2s ease;
}
body .nav-link.current {
  background-color: #6f7b87;
  color: #fff !important;
  border-top: 1px solid #6f7b87 !important;
  border-bottom: 1px solid #6f7b87 !important;
}
.gutter pre {
  color: #999;
}
pre {
  color: #000;
}
pre .function .keyword,
pre .constant {
  color: #0092db;
}
pre .keyword,
pre .attribute {
  color: #3897f1;
}
pre .number,
pre .literal {
  color: #ae81ff;
}
pre .tag,
pre .tag .title,
pre .change,
pre .winutils,
pre .flow,
pre .lisp .title,
pre .clojure .built_in,
pre .nginx .title,
pre .tex .special {
  color: #2973b7;
}
pre .class .title {
  color: #f00;
}
pre .symbol,
pre .symbol .string,
pre .value,
pre .regexp {
  color: #0acba8;
}
pre .title {
  color: #a6e22e;
}
pre .tag .value,
pre .string,
pre .subst,
pre .haskell .type,
pre .preprocessor,
pre .ruby .class .parent,
pre .built_in,
pre .sql .aggregate,
pre .django .template_tag,
pre .django .variable,
pre .smalltalk .class,
pre .javadoc,
pre .django .filter .argument,
pre .smalltalk .localvars,
pre .smalltalk .array,
pre .attr_selector,
pre .pseudo,
pre .addition,
pre .stream,
pre .envvar,
pre .apache .tag,
pre .apache .cbracket,
pre .tex .command,
pre .prompt {
  color: #0acba8;
}
pre .comment,
pre .java .annotation,
pre .python .decorator,
pre .template_comment,
pre .pi,
pre .doctype,
pre .deletion,
pre .shebang,
pre .apache .sqbracket,
pre .tex .formula {
  color: #b3b3b3;
}
pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
  opacity: 0.5;
}
body {
  font-family: "PingFang SC", "PingFang SC UltraLight", PingFangSC-Light, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #292f3a;
  background-color: #fff;
  margin: 0;
}
@media screen and (max-width: 900px) {
  body body.docs {
    padding-top: 0;
  }
}
body a {
  text-decoration: none;
  color: #292f3a;
}
body img {
  border: none;
}
body h1,
body h2,
body h3,
body h4 {
  font-weight: 400;
  color: #292f3a;
}
body h4,
body h5 {
  color: #292f3a;
  font-weight: bold;
  font-size: 14px;
}
body figure {
  margin: 0;
}
body strong {
  font-weight: 600;
  color: #000;
}
body code,
body pre {
  font-family: Menlo, Monaco, Consolas, Andale Mono, lucida console, Courier New, monospac;
  font-size: 0.9em;
  background-color: #f7f8f9;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
body code {
  color: #e96900;
  padding: 3px 5px;
  margin: 3px 2px;
  border-radius: 2px;
  white-space: nowrap;
  display: inline-block;
}
body em {
  color: #757e8e;
}
body p {
  word-spacing: 0.05em;
}
body a.button {
  padding: 0.75em 2em;
  border-radius: 2em;
  display: inline-block;
  color: #fff;
  background-color: #0be2bb;
  transition: all 0.15s ease;
  box-sizing: border-box;
  border: 1px solid #0be2bb;
}
body a.button.white {
  background-color: #fff;
  color: #0acba8;
}
body .highlight {
  overflow-x: auto;
  position: relative;
  padding: 0;
  background-color: #f7f8f9;
  padding: 0.8em 0.8em 0.4em;
  line-height: 1.1em;
  border-radius: 3px;
}
body .highlight table,
body .highlight tr,
body .highlight td {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
body .highlight .gutter {
  width: 1.5em;
  display: none;
}
body .highlight .code pre {
  padding: 1.2em 1.4em;
  line-height: 1.5em;
  margin: 0;
}
body .highlight .code .line {
  min-height: 1.5em;
}
body .highlight.html .code:after,
body .highlight.js .code:after,
body .highlight.bash .code:after,
body .highlight.css .code:after {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.75em;
  padding: 5px 10px 0;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}
body .highlight.html .code:after {
  content: 'HTML';
}
body .highlight.js .code:after {
  content: 'JS';
}
body .highlight.bash .code:after {
  content: 'Shell';
}
body .highlight.css .code:after {
  content: 'CSS';
}
body #main {
  z-index: 1;
  overflow-x: hidden;
}
body .nav-link {
  width: 100%;
}
body .nav-link:hover {
  background-color: #eef0f1;
  transition: all 0.2s ease;
}
body .nav-link.current {
  background-color: #6f7b87;
  color: #fff !important;
  border-top: 1px solid #6f7b87 !important;
  border-bottom: 1px solid #6f7b87 !important;
}
body {
  background-color: #f5f7f9;
  min-height: calc(100vh - 16px);
  position: relative;
}
.header-logo {
  color: #fff;
  width: 100%;
  padding: 19px 0px;
  display: flex;
  align-items: center;
  position: relative;
  height: 80px;
  box-sizing: border-box;
}
.header-logo .logo-box {
  padding-right: 20px;
  border-right: 1px solid #e6ecf1;
  width: 226px;
  margin-right: 20px;
  box-sizing: border-box;
  position: absolute;
}
.header-logo .logo-box img {
  width: 110px;
  margin-right: 6px;
}
.header-logo .logo-box #logo {
  display: inline-flex;
  align-items: center;
}
.header-logo .doc {
  display: inline-block;
}
.header-logo .link {
  display: flex;
  position: absolute;
  right: 0;
  align-items: center;
}
.header-logo .link a {
  color: #292f3a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.header-logo .link a:first-child {
  margin-right: 32px;
}
.header-logo .link a.active {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  transition: all 0.2s ease-in;
  padding: 10px 35px;
  cursor: pointer;
  background: #3873ff;
}
.header-logo .logo-text {
  font-size: 16px;
  font-weight: 400;
  margin-top: -2px;
}
.header-logo .nav-dropdown-langeage {
  margin-left: 18px;
  height: 18px;
}
.header-logo .lang-box {
  display: flex;
  height: 18px;
  margin: 0px 0 0 30px;
  position: relative;
  cursor: pointer;
}
.header-logo .search-card {
  width: 100%;
  margin-left: 266px;
  margin-right: 316px;
  color: #292f3a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-logo .search-card span {
  width: 80px;
}
.header-logo .search-card .search-box {
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px 10px 20px;
  background-color: #f5f7f9;
  border-radius: 3px;
  align-items: center;
}
.header-logo .search-card .search-box form {
  width: 100%;
}
.header-logo .search-card .search-box input {
  outline: none;
  border: none;
  background: transparent;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  box-sizing: border-box;
  padding-right: 24px;
  box-shadow: inset 0 0 0 1000px #f5f7f9 !important;
}
.header-logo .search-card .search-box input:-internal-autofill-selected {
  background: transparent !important;
}
.header-logo .search-card .search-box #local-search-close {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
}
.header-logo .search-card .local-search-result-cls {
  background: #fff;
  position: absolute;
  z-index: 111;
  top: 61px;
  width: 100%;
  left: 0;
  word-break: break-word;
  box-shadow: 1px 0px 0px #d4dadf, 0px 3px 8px #e6ecf1, -1px 0px 0px #d4dadf;
}
.header-logo .search-card .local-search-result-cls .search-result-list {
  max-height: calc(100vh - 100px);
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.header-logo .search-card .local-search-result-cls .search-result-list em.search-keyword {
  color: #3873ff;
  font-style: normal;
}
.header-logo .search-card .local-search-result-cls .search-result-list li {
  padding: 18px 20px;
  border-bottom: 1px solid #e6ecf1;
}
.header-logo .search-card .local-search-result-cls .search-result-list li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 10px 0 0;
}
.header-logo .search-card .local-search-result-cls .search-result-list li p .search-keyword {
  color: #3873ff;
  font-style: normal;
}
.header-logo .search-card .local-search-result-cls .search-result-list li a {
  border-left: 3px solid #3873ff;
  padding-left: 10px;
}
.header-logo .search-card .local-search-result-cls .search-result-list li:hover {
  background: #f5f7f9;
}
.banner-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 1px 0px #d4dadf, 0px 3px 8px #e6ecf1;
  padding: 0 24px;
  box-sizing: border-box;
}
.header-title {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1024px;
  flex-direction: column;
  height: calc((320px - 70px) / 1);
  margin-top: -1.4%;
}
.header-title h1 {
  line-height: 40px;
  font-size: 32px;
  color: #fff;
  margin: 0;
}
.header-title p {
  opacity: 0.8;
  font-size: 22px;
  line-height: 30px;
  margin: 4px 40px 0;
  text-align: center;
}
#mobile-bar {
  display: none;
}
@media (max-width: 1132px) {
  .header-logo {
    max-width: calc((100% - 32px) / 1);
  }
}
@media (max-width: 900px) {
  .search-card {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .link a {
    display: none !important;
  }
  .search-card {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .banner-card {
    padding: 0 !important;
  }
  #logo img {
    height: 20px;
  }
  .show-header {
    display: none;
  }
  .header-logo {
    height: auto;
    margin-top: 10px;
  }
  .header-logo .link a {
    display: none;
  }
  .header-title {
    height: calc((220px - 38px) / 1);
    margin-top: -2%;
    text-align: center;
  }
  .header-title h1 {
    margin: 4px 40px 0;
    font-size: 1.6em;
  }
  .header-title p {
    font-size: 1.2em;
    line-height: 1.2;
  }
  .con-tit,
  .choose-product {
    display: none;
  }
}
.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  background-color: #f5f7f9;
  padding-bottom: 24px;
}
.sidebar .list-left {
  padding: 0 16px 16px;
}
.sidebar ul,
.sidebar dl {
  list-style-type: none;
  margin: 0;
  line-height: 1.8em;
  padding-left: 0;
}
.sidebar .version-select {
  vertical-align: middle;
  margin-left: 5px;
}
.sidebar .menu-root {
  padding-left: 0;
}
.sidebar .menu-sub {
  background-color: #f5f7f9;
  padding-left: 0px;
}
.sidebar .menu-sub a {
  width: 280px;
  display: inline-flex;
  box-sizing: border-box;
  border-left: 3px solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar .menu-sub a:fast-child {
  padding-top: 0;
}
.sidebar .menu-sub h1 {
  font-size: 20px !important;
  font-weight: normal;
  line-height: 28px;
  margin: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
}
.sidebar .menu-sub h1:first-child {
  padding-top: 0;
}
.sidebar .menu-sub h1:first-child a {
  padding-top: 0;
}
.sidebar .menu-sub h1 a {
  width: 280px;
  display: inline-flex;
  padding-left: 16px;
  padding-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.sidebar .menu-sub h1 a.hasChild-h1:after {
  content: '';
  width: 0;
  height: 0;
  border: 0;
  display: inline-block;
  position: relative;
  margin: 0 4px 0 0;
  border: 0;
  border-top: 5px solid transparent;
  border-left: 6px solid #7888a6;
  border-bottom: 5px solid transparent;
  top: 8px;
  left: 10px;
  transition: all 0.2s;
}
.sidebar .menu-sub h1 a.ul-open:after {
  transform: rotate(90deg);
  transition: all 0.2s;
}
.sidebar .menu-sub h1 a .h1-span {
  display: inline-block;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar .menu-sub h1 a.active {
  border-color: #3973ff;
}
.sidebar .menu-sub .hide-ul {
  display: none;
}
.sidebar .menu-sub .parent a {
  border-color: #2684ff;
}
.sidebar .menu-sub h2 {
  font-size: 14px !important;
  font-weight: normal;
  line-height: 24px;
  height: 24px;
  margin: 0;
}
.sidebar .menu-sub h2 a {
  font-size: 14px;
  font-weight: 400;
  width: 90%;
  display: inline-block;
  padding-left: 34px;
  color: #757e8e;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar .menu-sub h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  height: 24px;
  margin: 0;
}
.sidebar .menu-sub h3 a {
  display: inline-block;
  padding-left: 34px;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #757e8e;
}
.sidebar .sidebar-link {
  color: #757e8e;
}
.sidebar .sidebar-link.current {
  font-weight: 600;
  color: #0acba8;
}
.sidebar .sidebar-link.newafter {
  content: "NEW";
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #0acba8;
  line-height: 14px;
  padding: 0 4px;
  border-radius: 3px;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.sidebar .sidebar-linkhover {
  border-bottom: 2px solid #0acba8;
}
.sidebar .section-link.active {
  color: #3973ff;
  transition: all 0.3s ease-in;
}
.sidebar .main-menu {
  margin-bottom: 20px;
  display: none;
  padding-left: 0;
}
.sidebar.sidebar-right {
  background: #fff;
}
.sidebar.sidebar-right .menu-sub {
  background: #fff;
}
.sidebar.sidebar-right .sidebar-text {
  font-size: 14px;
  margin-left: 18px;
  margin-bottom: 16px;
}
dd {
  margin: 0;
  margin-start: 0;
  -moz-margin-start: 0;
  -webkit-margin-start: 0;
}
.sidebar-left {
  position: absolute;
  top: 1px;
  margin-left: 0;
  width: 250px;
  bottom: 16px;
  min-height: calc(100vh - 70px);
}
.sidebar-left .skinClear li a,
.sidebar-left .skinClear dd a {
  transition: all 0.2s;
  padding-left: 28px;
  border-radius: 2px;
}
.sidebar-left .skinClear li a:hover,
.sidebar-left .skinClear dd a:hover {
  color: rgba(40,47,59,0.64);
}
.sidebar-left .skinClear li span,
.sidebar-left .skinClear dd span {
  color: #292f3a;
  display: flex;
  position: relative;
  text-decoration: none;
  padding: 1px 0 1px 1px;
  line-height: 32px;
  padding-left: 28px;
}
.sidebar-left .skinClear li ul li a,
.sidebar-left .skinClear dd ul li a {
  padding-left: 42px;
}
.sidebar-left .skinClear li dl dd a,
.sidebar-left .skinClear dd dl dd a {
  padding-left: 42px;
}
.sidebar-left .skinClear .clearSkin-children-span {
  padding-left: 42px;
}
.sidebar-left .skinClear .clearSkin-children-span a {
  padding: 0 16px;
  display: inline-flex;
  margin-bottom: 5px;
}
.sidebar-right {
  right: 0;
  margin-bottom: 16px;
  top: 40px;
}
.skinPlank,
.skinPlank ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.skinPlank ul,
.skinPlank dl {
  display: none;
}
.skinPlank li,
.skinPlank dd {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.skinPlank a {
  font: 19px/1.2em Arial, Helvetica, sans-serif;
  color: #fff;
  background: #7f7f7f;
  padding: 6px 25px 4px 10px;
  display: inline-block;
  text-decoration: none;
  box-shadow: inset 0 5px 10px -5px #454545;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.skinPlank a:hover,
.skinPlank a.cur {
  background: #5c5c5c;
}
.skinPlank ul li,
.skinPlank dl dd {
  border-top: 1px solid #ccc;
}
.skinPlank ul a,
.skinPlank dl a {
  font: 12px/1.2em Arial, Helvetica, sans-serif;
  color: #808080;
  padding: 7px 10px 7px 10px;
  background: #e5e8eb;
  box-shadow: none;
  display: block;
  text-decoration: underline;
}
.skinPlank ul a.cur {
  color: #000;
  background: #e5e8eb;
}
.skinPlank ul a:hover {
  background: #ced3d9;
}
.skinPlank ul ul li,
.skinPlank dl dl dd {
  border-top: 1px solid #b1b7be;
  margin: 0 0 0 10px;
}
.skinPlank ul ul a,
.skinPlank ul ul a.cur {
  background: #ced3d9;
}
.skinPlank ul ul a:hover {
  background: #c0c5cc;
}
.skinPlank a.harFull:before {
  content: '';
  width: 0;
  height: 0;
  border: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 4px solid transparent;
  display: block;
  margin: 7px 0 0 10px;
  position: absolute;
  top: 6px;
  right: 10px;
}
.skinPlank ul a.harFull:before {
  content: '';
  border-left-color: #7d7d7d;
  margin-top: 4px;
}
.skinClear,
.skinClear ul,
.skinClear dl {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.skinClear ul {
  margin: 0;
}
.mobile-bar .mobile-slidebar .skinClear ul {
  display: none;
}
.mobile-skinClear ul li {
  margin: 0 0 0 26px;
}
.skinClear ul li p,
.skinClear dl dd p {
  margin: 0 0 0 10px;
}
.skinClear li {
  list-style: none;
}
.skinClear .clearSkin {
  color: #002059;
}
.skinClear .clearSkin figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 18px;
}
.skinClear a {
  color: #292f3a;
  display: flex;
  position: relative;
  text-decoration: none;
  padding: 1px 0 1px 1px;
  line-height: 32px;
}
.skinClear>li>a:before {
  content: '';
  width: 0;
  height: 0;
  border: 0;
  display: inline-block;
  position: absolute;
  margin: 0 4px 0 0;
}
.install-sidebar .skinClear li.active {
  border-left: 4px solid #0acba8;
  color: #0acba8;
}
.install-sidebar .skinClear li.active a {
  padding-left: 24px;
  color: #0acba8;
}
.install-sidebar .skinClear dd.active {
  border-left: 4px solid #0acba8;
  color: #0acba8;
}
.install-sidebar .skinClear dd.active a {
  padding-left: 24px;
  color: #0acba8;
}
.install-sidebar .skinClear dd.active a:hover {
  color: #0acba8;
}
.install-sidebar .skinClear dd dl dd a {
  transition: all 0.2s;
}
.install-sidebar .skinClear dd dl dd a:hover {
  color: rgba(40,47,59,0.64);
}
.install-sidebar .skinClear dd dl dd.active a {
  padding-left: 44px;
}
.install-sidebar .skinClear dd dl dd.active a:hover {
  color: #0acba8;
}
.pc-skinClear>li {
  margin-bottom: 4px;
}
.pc-skinClear>li>a:hover {
  background: #fff;
}
.pc-skinClear>li>a.harFull.harOpen:before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pc-skinClear >li>a.harFull:before {
  border: 0;
  border-top: 5px solid transparent;
  border-left: 6px solid #7888a6;
  border-bottom: 5px solid transparent;
  top: 12px;
  left: 12px;
  transition: all 0.2s;
}
.pc-skinClear .ul-father>li a.harFull:after {
  background-image: url("../images/expend.svg");
  background-repeat: no-repeat;
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 6px;
  top: 8px;
  transition: all 0.3s ease-in;
}
.pc-skinClear .ul-father>li a.harFull.harFull.harOpen:after {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.3s ease-in;
}
.content .middleImage {
  width: 400px;
}
.content .startTable {
  position: absolute;
  top: 0px;
  height: 100%;
  margin-right: 10px;
  overflow-y: auto;
  padding-bottom: 20px;
}
.content .miniprogram-qrcode {
  width: 200px;
}
.no-inline {
  width: 145px;
}
.ml20 {
  margin-left: 20px !important;
}
.pc-skinClear .hide-ul {
  display: none;
}
.pc-skinClear .active-father {
  background: #fff;
}
.pc-skinClear .active-li {
  background: #e6ecf1;
}
.pc-skinClear .important-note {
  color: #f19100;
  font-size: 10px;
  box-sizing: border-box;
  font-style: normal;
  margin-left: 8px;
  border: 1px solid #f19100;
  border-radius: 2px;
  padding: 4px 7px;
  height: 25px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  transform: scale(0.8);
}
.pc-skinClear .weight {
  font-weight: 600;
}
.pc-skinClear .ul-father {
  padding-bottom: 10px;
}
.pc-skinClear .ul-father li {
  margin-top: 4px;
}
.pc-skinClear .ul-father li a:hover {
  background: #e6ecf1;
}
.mobile-skinClear a.harFull:before {
  border: 0;
  border-top: 5px solid transparent;
  border-left: 6px solid #c4c4c4;
  border-bottom: 5px solid transparent;
  top: 12px;
  left: 154px;
  transition: all 0.2s;
}
.skinClear a.cur {
  color: #c4c4c4;
}
.skinClear a.harOpen {
  color: #002059;
}
.side-fixed {
  position: fixed;
  top: 10px;
}
.onepass-sidebar .skinClear li.active {
  border-left: 4px solid #8d6aff;
  color: #8d6aff;
}
.onepass-sidebar .skinClear li.active a {
  padding-left: 24px;
  color: #8d6aff;
}
.onepass-sidebar .skinClear ul li.active {
  border-left: 4px solid #8d6aff;
}
.onepass-sidebar .skinClear ul li.active a {
  color: #8d6aff;
  padding-left: 44px;
}
.onepass-sidebar .skinClear dd.active {
  border-left: 4px solid #8d6aff;
  color: #8d6aff;
}
.onepass-sidebar .skinClear dd.active a {
  padding-left: 24px;
  color: #8d6aff;
}
.onepass-sidebar .skinClear dd.active a:hover {
  color: #8d6aff;
}
.onepass-sidebar .skinClear dl dd.active {
  border-left: 4px solid #8d6aff;
}
.onepass-sidebar .skinClear dl dd.active a {
  color: #8d6aff;
  padding-left: 44px;
}
.onepass-sidebar .skinClear dl dd.active a:hover {
  color: #8d6aff;
}
.onepass-sidebar .skinClear dd dl dd.active a:hover {
  color: #8d6aff;
}
.deepknow-sidebar .skinClear li.active {
  border-left: 4px solid #2a91ff;
  color: #2a91ff;
}
.deepknow-sidebar .skinClear li.active a {
  padding-left: 24px;
  color: #2a91ff;
}
.deepknow-sidebar .skinClear ul li.active {
  border-left: 4px solid #2a91ff;
}
.deepknow-sidebar .skinClear ul li.active a {
  color: #2a91ff;
  padding-left: 44px;
}
.deepknow-sidebar .skinClear dd.active {
  border-left: 4px solid #2a91ff;
  color: #2a91ff;
}
.deepknow-sidebar .skinClear dd.active a {
  padding-left: 24px;
  color: #2a91ff;
}
.deepknow-sidebar .skinClear dd.active a:hover {
  color: #2a91ff;
}
.deepknow-sidebar .skinClear dl dd.active {
  border-left: 4px solid #2a91ff;
}
.deepknow-sidebar .skinClear dl dd.active a {
  color: #2a91ff;
  padding-left: 44px;
}
.deepknow-sidebar .skinClear dl dd.active a:hover {
  color: #2a91ff;
}
.deepknow-sidebar .skinClear dd dl dd.active a:hover {
  color: #2a91ff;
}
.onelogin-sidebar .skinClear li.active {
  border-left: 4px solid #2684ff;
  color: #2684ff;
}
.onelogin-sidebar .skinClear li.active a {
  padding-left: 24px;
  color: #2684ff;
}
.onelogin-sidebar .skinClear ul li.active {
  border-left: 4px solid #2684ff;
}
.onelogin-sidebar .skinClear ul li.active a {
  color: #2684ff;
  padding-left: 44px;
}
.onelogin-sidebar .skinClear dd.active {
  border-left: 4px solid #2684ff;
  color: #2684ff;
}
.onelogin-sidebar .skinClear dd.active a {
  padding-left: 24px;
  color: #2684ff;
}
.onelogin-sidebar .skinClear dd.active a:hover {
  color: #2684ff;
}
.onelogin-sidebar .skinClear dl dd.active {
  border-left: 4px solid #2684ff;
}
.onelogin-sidebar .skinClear dl dd.active a {
  color: #2684ff;
  padding-left: 44px;
}
.onelogin-sidebar .skinClear dl dd.active a:hover {
  color: #2684ff;
}
.onelogin-sidebar .skinClear dd dl dd.active a:hover {
  color: #2684ff;
}
.product-nav {
  display: inline-flex;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  border-bottom: 1px solid #d4dadf;
  padding: 10px 6px;
  font-size: 16px;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
}
.product-nav .product-drop {
  display: inline-block;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 11;
  font-size: 14px;
  top: 60px;
  left: 0;
  border-radius: 3px;
}
.product-nav .product-drop div {
  padding: 8px;
}
.product-nav .product-drop div a {
  padding: 10px 12px;
  display: block;
  border-radius: 3px;
}
.product-nav .product-drop div a:hover {
  background: #f5f7f9;
}
.product-nav .product-drop.hide {
  display: none;
}
.product-nav .product-current {
  display: inline-flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
}
.product-nav .product-current span.sec-title {
  background: #3873ff;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 15px;
}
.product-nav .product-current i {
  width: 24px;
  display: inline-block;
  margin-right: 12px;
  background-repeat: no-repeat;
  height: 24px;
}
.product-nav .product-current i.BehaviorVerification {
  background-image: url("../images/gt4_logo.svg");
}
.product-nav .product-current i.sensebot {
  background-image: url("../images/sensebot_logo.svg");
}
.product-nav .product-current i.deepknow-logo {
  background-image: url("../images/deepknow_logo.svg");
}
.product-nav .product-current i.brde-logo {
  background-image: url("../images/brde.svg");
}
.product-nav .product-current i.G4-logo {
  background-image: url("../images/G4_logo.svg");
}
.product-nav .product-current i.G5-logo {
  background-image: url("../images/G5_logo.svg");
}
.product-nav .product-current .drop-icon {
  background-image: url("../images/down-icon.svg");
  display: inline-block;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -6px;
  transform: rotate(180deg);
}
.step-card {
  display: flex;
  background-color: #f1f3f5;
  flex-direction: column;
}
.step-card .flex {
  display: flex;
  position: relative;
}
.step-card .step {
  display: flex;
  flex-direction: column;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
  flex: 1;
}
.step-card .step .step-inner {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.step-card .step .step-inner:hover {
  color: #0acba8;
  border-radius: 3px;
}
.step-card .step .step-inner:hover a {
  color: #0acba8;
}
.step-card .step .step-inner:hover .icon path {
  fill: #0acba8;
}
.step-card .step .step-inner .icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.step-card .active {
  border-top: 4px solid #0acba8;
}
.step-card .active a {
  color: #0acba8;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.step-card .active .icon path {
  fill: #0acba8;
}
.onepass-step .step:hover {
  color: #8d6aff;
}
.onepass-step .step .step-inner:hover {
  color: #8d6aff;
}
.onepass-step .step .step-inner:hover .icon path {
  fill: #8d6aff;
}
.onepass-step .active {
  border-top: 4px solid #8d6aff;
}
.onepass-step .active a {
  color: #8d6aff;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.onepass-step .active .icon path {
  fill: #8d6aff;
}
.deepknow-step .step:hover {
  color: #2a91ff;
}
.deepknow-step .step .step-inner:hover {
  color: #2a91ff;
}
.deepknow-step .step .step-inner:hover .icon path {
  fill: #2a91ff;
}
.deepknow-step .active {
  border-top: 4px solid #2a91ff;
}
.deepknow-step .active a {
  color: #2a91ff;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.deepknow-step .active .icon path {
  fill: #2a91ff;
}
.onelogin-step .step:hover {
  color: #2684ff;
}
.onelogin-step .step .step-inner:hover {
  color: #2684ff;
}
.onelogin-step .step .step-inner:hover .icon path {
  fill: #2684ff;
}
.onelogin-step .active {
  border-top: 4px solid #2684ff;
}
.onelogin-step .active a {
  color: #2684ff;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.onelogin-step .active .icon path {
  fill: #2684ff;
}
.ddos-step .step:hover {
  color: #0089ff;
}
.ddos-step .step .step-inner:hover {
  color: #0089ff;
}
.ddos-step .step .step-inner:hover .icon path {
  fill: #0089ff;
}
.ddos-step .active {
  border-top: 4px solid #0089ff;
}
.ddos-step .active a {
  color: #0089ff;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.ddos-step .active .icon path {
  fill: #0089ff;
}
.scanner-step .step:hover {
  color: #fe6300;
}
.scanner-step .step .step-inner:hover {
  color: #fe6300;
}
.scanner-step .step .step-inner:hover .icon path {
  fill: #fe6300;
}
.scanner-step .active {
  border-top: 4px solid #fe6300;
}
.scanner-step .active a {
  color: #fe6300;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.scanner-step .active .icon path {
  fill: #fe6300;
}
.slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 25%;
  background-color: #0acba8;
}
.mobile-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: #05c7a4;
  z-index: 9;
  display: none;
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
  transition: top 0.3s;
}
.mobile-bar .menu-button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 11px;
  right: 12px;
  cursor: pointer;
  background: url("../images/menu-icon-white.png") center center no-repeat;
  background-size: 24px;
}
.mobile-bar a.mobile-bar-logo {
  position: absolute;
  height: 30px;
  top: 9px;
  left: 12px;
  display: block;
}
.mobile-bar a.mobile-bar-logo .logo {
  height: 30px;
  background-size: 30px;
}
.mobile-bar .mobile-slidebar {
  position: fixed;
  right: -236px;
  top: 0;
  width: 174px;
  height: 100%;
  padding: 16px 24px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
}
.mobile-bar .mobile-slidebar .skinClear ul {
  font-size: 14px;
}
.onepass-mobile-bar {
  background-color: #8d6aff;
}
.deepknow-mobile-bar {
  background-color: #2a91ff;
}
.onelogin-mobile-bar {
  background-color: #2684ff;
}
.ddos-mobile-bar {
  background-color: #0089ff;
}
.scanner-mobile-bar {
  background-color: #fe6300;
}
.headroom--pinned {
  top: 0;
}
.headroom--unpinned {
  top: -48px;
}
body {
  background: #fff;
}
.content {
  margin-left: 290px;
  margin-right: 340px;
  margin-bottom: 220px;
  margin-top: 36px;
  min-height: calc(100vh - 70px);
}
.content.api > a:first-of-type > h2 {
  margin-top: 0;
  padding-top: 0;
}
.content.api ul {
  padding-left: 1.25em;
  line-height: 1.4em;
}
.content.api ul ul,
.content.api ul p:not(.tip) {
  padding-bottom: 0;
  margin: 1.2em 0;
}
.content a.button {
  font-size: 0.9em;
  color: #fff;
  margin: 0.2em 0;
  width: 180px;
  text-align: center;
  text-align: center;
  padding: 12px 24px;
  display: inline-block;
  vertical-align: middle;
}
.content img {
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in;
  max-width: 800px;
}
.content img:hover {
  transform: scale(1.01);
  transition: all 0.3s ease-in;
}
.content img[alt="phone"] {
  width: 25%;
}
.content span.light {
  color: #757e8e;
}
.content span.info {
  font-size: 0.85em;
  display: inline-block;
  vertical-align: middle;
  width: 280px;
  margin-left: 20px;
}
.content h1 {
  z-index: -1;
  margin: 36px 0px 0;
  font-size: 24px;
  line-height: 34px;
}
.content h1:before {
  content: '';
  display: block;
  margin-top: -146px;
  height: 146px;
  visibility: hidden;
}
.content h2:before,
.content h3:before {
  content: '';
  display: block;
  margin-top: -146px;
  height: 146px;
  visibility: hidden;
}
.content h2 {
  z-index: -1;
  margin: 18px 0px 8px 0px;
  font-size: 20px;
  line-height: 28px;
}
.content h3 {
  position: relative;
  display: flex;
  margin: 18px 0px 6px 0px;
  font-size: 16px;
  line-height: 22px;
}
.content h3:after {
  content: "";
  color: #3973ff;
  position: absolute;
  left: -0.7em;
  bottom: -2px;
  font-size: 1.2em;
  font-weight: bold;
}
.content h4 {
  margin: 15px 0 6px 0;
}
.content figure {
  margin: 0px;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}
.content p,
.content ul,
.content ol {
  position: relative;
  z-index: 1;
}
.content ul,
.content ol {
  padding-left: 1.5em;
  position: inherit;
}
.content a {
  color: #3973ff;
  font-weight: 600;
}
.content .attention {
  color: #3973ff;
}
.content blockquote {
  margin: 2em 0;
  padding-left: 10px;
  border-left: 3px solid #3973ff;
}
.content blockquote p {
  font-weight: 600;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.content iframe {
  margin: 1em 0;
}
.content > table,
.content div > table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1em auto;
  padding: 0;
  display: block;
  overflow-x: auto;
}
.content > table td,
.content div > table td,
.content > table th,
.content div > table th {
  line-height: 1.5em;
  padding: 0.4em 0.8em;
  border: none;
  border: 1px solid #ddd;
}
.content > table th,
.content div > table th {
  font-weight: bold;
  text-align: left;
  color: #666;
}
.content > table th,
.content div > table th,
.content > table tr:nth-child(2n),
.content div > table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.content > table th code,
.content div > table th code,
.content > table tr:nth-child(2n) code,
.content div > table tr:nth-child(2n) code {
  background-color: #efefef;
}
.content p.tip {
  padding: 12px 24px 12px 30px;
  margin: 2em 0;
  border-left: 4px solid #f66;
  background-color: #f7f8f9;
  position: relative;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.content p.tip:before {
  position: absolute;
  top: 14px;
  left: -12px;
  background-color: #f66;
  color: #fff;
  content: "!";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-family: 'Dosis', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
}
.content p.tip code {
  background-color: #efefef;
}
.content p.tip em {
  color: #292f3a;
}
.content .table-rowspan br {
  display: none;
}
.deepknow-content a {
  color: #3973ff;
}
.deepknow-content h3:after {
  color: #3973ff;
}
.deepknow-content blockquote {
  border-left: 3px solid #3973ff;
}
.onelogin-content a {
  color: #3973ff;
}
.onelogin-content h3:after {
  color: #3973ff;
}
.onelogin-content blockquote {
  border-left: 3px solid #3973ff;
}
.without-side {
  width: 1100px;
  display: flex;
  justify-content: center;
  margin: 0;
  background-color: #f1f3f5;
  position: absolute;
  height: calc(100% - 151px);
}
.without-side p {
  padding-top: 168px;
  font-size: 16px;
  line-height: 22px;
  color: #292f3a;
  text-align: center;
  width: 65px;
}
.guide-links {
  margin-top: 2em;
  height: 1em;
}
.footer {
  margin-right: 340px;
  margin-left: 290px;
  padding-bottom: 50px;
  color: #757e8e;
  border-top: 1px solid #e5e5e5;
  font-size: 0.9em;
}
.footer .submit-from {
  display: block;
  width: 100%;
}
.footer .submit-from .footer-text {
  margin: 0;
  padding-top: 28px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
  color: #5d6494;
}
.footer .submit-from .footer-star {
  width: 100%;
}
.footer .submit-from .footer-star .center-box {
  display: flex;
  width: 100%;
}
.footer .submit-from .footer-star .center-box .star {
  min-width: 21px;
  min-height: 21px;
  margin-right: 15px;
  background-image: url("../images/star-01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.footer .submit-from .footer-star .center-box .choose {
  background-image: url("../images/star-02.png");
}
.footer .submit-from .footer-checkbox {
  font-size: 14px;
  color: #292f3a;
}
.footer .submit-from .footer-checkbox >input {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.footer .submit-from .footer-checkbox >label {
  position: relative;
  top: -3px;
}
.footer .submit-from .footer-checkbox .checkbox {
  margin-left: 48px;
}
.footer .submit-from .footer-textarea {
  width: 100%;
}
.footer .submit-from .footer-textarea .textarea {
  width: 100%;
  height: 108px;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 3px;
  border: 1px solid #c0c4cc;
  color: #333;
  background-color: #f2f5fa;
  box-sizing: border-box;
}
.footer .submit-from .footer-textarea .textarea:focus {
  outline: none;
}
.footer .submit-from .footer-button {
  width: 100%;
  margin-top: 18px;
}
.footer .submit-from .footer-button .submit {
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 rgba(44,71,146,0.32);
  outline: none;
  color: #fff;
  background: linear-gradient(180deg, #648cff 0%, #3973ff 100%);
}
.footer .success {
  display: none;
  width: 100%;
  min-height: 430px;
  overflow: hidden;
  background-image: url("../images/success-l.png");
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: 67px 71px;
}
.footer .success .tips {
  width: 108px;
  margin: 200px auto 0;
  padding-bottom: 17px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  border-bottom: 1px solid #e1e7ff;
  color: #5d6494;
}
.footer .success .thanks {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #5d6494;
}
.enfooter {
  max-width: 500px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.enfooter .emojis {
  display: flex;
  max-width: 250px;
  margin: 20px auto 0;
}
.enfooter .emojis >div >img:hover {
  filter: none;
  transition: all ease 100ms;
  transform: scale(1.35);
}
.enfooter .emojis >div .active {
  filter: none !important;
  transform: scale(1.35);
}
.enfooter .emojis >div .emoji0 {
  cursor: pointer;
  background-image: url("../images/emjio1.svg");
  width: 40px;
  height: 40px;
  margin-right: 30px;
  filter: grayscale(100%);
}
.enfooter .emojis >div .emoji1 {
  background-image: url("../images/emjio2.svg");
  width: 40px;
  height: 40px;
  margin-right: 30px;
  filter: grayscale(100%);
  cursor: pointer;
}
.enfooter .emojis >div .emoji2 {
  background-image: url("../images/emjio3.svg");
  width: 40px;
  height: 40px;
  margin-right: 30px;
  filter: grayscale(100%);
  cursor: pointer;
}
.enfooter .emojis >div .emoji3 {
  background-image: url("../images/emjio4.svg");
  width: 40px;
  height: 40px;
  filter: grayscale(100%);
  cursor: pointer;
}
.enfooter .form {
  height: 0;
  opacity: 0;
}
.enfooter .form .email >label,
.enfooter .form .feedback >label {
  font-size: 16px;
  display: block;
  line-height: 26px;
  margin: 10px 0;
}
.enfooter .form .email >input,
.enfooter .form .feedback >input {
  width: 300px;
  outline: 0;
  padding: 7px 10px;
  resize: none;
  box-sizing: border-box;
}
.enfooter .form .email >textarea,
.enfooter .form .feedback >textarea {
  width: 300px;
  height: 100px;
  outline: 0;
  padding: 7px 10px;
  resize: none;
  box-sizing: border-box;
}
.enfooter .form .email .email-tips,
.enfooter .form .feedback .email-tips,
.enfooter .form .email .text-tips,
.enfooter .form .feedback .text-tips {
  color: #f00;
  display: none;
  font-size: 16px;
  margin: 10px 0;
}
.enfooter .form .send {
  background-color: #0070f3;
  color: #fff;
  width: 80px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
}
.enfooter .form .send >span {
  font-size: 16px;
  line-height: 38px;
}
.enfooter .active {
  height: auto;
  opacity: 1;
  transition: all 150ms ease-out, border-radius 150ms step-end;
}
@media screen and (max-width: 828px) {
  .footer {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
    padding-bottom: 50px;
    color: #757e8e;
    border-top: 1px solid #e5e5e5;
    font-size: 0.9em;
  }
  .footer .submit-from {
    display: block;
    width: auto;
  }
  .footer .submit-from .footer-star {
    display: inline-block;
    margin: 0 auto;
    width: auto;
  }
  .footer .submit-from .footer-star .center-box {
    display: flex;
    width: auto;
  }
  .footer .submit-from .footer-checkbox .checkbox {
    margin-left: 0;
  }
  .footer .submit-from .footer-textarea .textarea {
    width: 80%;
  }
}
#main {
  max-width: 100%;
}
.content-card {
  margin-top: 0px;
  margin: auto;
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 406px);
}
.nav-card {
  max-width: 1100px;
  padding: 13px 0px;
  height: 60px;
  background-color: #fff;
  position: relative;
  margin: auto;
}
.content .poster-img {
  width: auto;
}
.content .video-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
}
.content .video-text .left img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.content .video-text .right {
  margin-bottom: 20px;
}
.content .video-text .right .tit {
  font-size: 18px;
  color: #002059;
  line-height: 24px;
}
.big-mask,
.video-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(2,2,2,0.6);
  z-index: 9999999999;
  top: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
}
.big-mask div,
.video-mask div {
  position: relative;
  padding: 48px 24px;
}
.big-mask img,
.video-mask img {
  max-width: 100%;
  height: auto;
  cursor: default;
}
.big-mask span,
.video-mask span {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 56px;
  right: 32px;
  cursor: pointer;
  background: url("../images/delete.svg") no-repeat center;
  opacity: 0.2;
}
.big-mask .flex-box,
.video-mask .flex-box {
  max-width: calc(100% - 180px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: auto;
  position: relative;
  padding-top: 20px;
}
.big-mask .flex-box .hehe,
.video-mask .flex-box .hehe {
  padding: 0;
}
.big-mask .flex-box video,
.video-mask .flex-box video {
  max-width: 100%;
}
.video-mask {
  display: none;
  max-height: 100vh;
  overflow: hidden;
}
.video-mask span {
  top: -24px;
  right: 0;
  background: url("../images/close.svg") no-repeat center;
  opacity: 0.6;
}
.videos .mask-img img {
  cursor: auto;
  transform: none;
}
.videos .mask-img img:hover {
  transform: none;
}
@media screen and (max-width: 1100px) {
  .header-logo .link {
    right: 16px;
  }
}
@media screen and (max-width: 900px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 14px;
  }
  .highlight pre {
    padding: 1.2em 1em;
  }
  .content {
    margin-right: 0;
  }
  .content.with-sidebar {
    margin: auto;
  }
  .content h2:before,
  .content h3:before {
    content: '';
    display: block;
    margin-top: -76px;
    height: 76px;
    visibility: hidden;
  }
  .sidebar-right {
    display: none;
  }
  .footer {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
  }
  .footer .footer-star .center-box {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #headers {
    display: none;
  }
  .nav-card {
    display: none;
  }
  #mobile-bar {
    display: block;
  }
  .sidebar-left,
  .sidebar-right {
    display: none;
  }
  .content {
    margin: 0;
    margin: 0 16px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 812px) {
  .content .video-text {
    margin-top: 24px;
    align-items: self-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .content .video-text .left {
    margin-right: 0;
    width: 100%;
  }
  .content .video-text .left img {
    width: 100%;
    height: auto;
    max-width: 600px;
  }
  .content .video-text .right p {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 560px) {
  .content .startTable {
    width: 100%;
  }
  #downloads {
    text-align: center;
    margin-bottom: 25px;
  }
  #downloads .info {
    margin-top: 5px;
    margin-left: 0;
  }
  iframe {
    margin: 0 !important;
  }
}
.start-wrapper .step-nav-card {
  padding: 24px 20px;
  background: #f5f7f9;
  border-left: 3px solid #3973ff;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 36px;
}
.start-wrapper .step-nav-card .step-steps {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #3973ff;
  border-radius: 50%;
  text-align: center;
  color: #3973ff;
  margin-right: 12px;
  box-sizing: border-box;
}
.start-wrapper .step-nav-card>div {
  margin-bottom: 18px;
  display: inline-flex;
  vertical-align: top;
}
.start-wrapper .step-nav-card>div:last-child {
  margin-bottom: 0;
}
.start-wrapper .step-nav-card .step-exp {
  width: calc(100% - 32px);
}
.start-wrapper .step-nav-card .step-exp>div {
  font-weight: 600;
}
.start-wrapper .start-brief {
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 990px;
}
.start-wrapper .start-brief .brief-line {
  display: inline-flex;
  margin-bottom: 20px;
}
.start-wrapper .start-brief .brief-line .brief-wrapper {
  display: inline-block;
  position: relative;
}
.start-wrapper .start-brief .brief-line .brief-wrapper:nth-child(odd) {
  padding-right: 60px;
}
.start-wrapper .start-brief .brief-line .brief-wrapper:nth-child(odd) .circle-line {
  position: absolute;
  width: 60px;
  background: #d4dadf;
  height: 2px;
  top: 20px;
  z-index: 11;
  right: 0px;
}
.start-wrapper .start-brief .brief-line .brief-wrapper:nth-child(odd) .line {
  width: 2px;
  height: calc(100% + 20px);
  background: #d4dadf;
  position: absolute;
  right: 0;
  top: 0;
}
.start-wrapper .start-brief .brief-line .brief-wrapper:nth-child(even) {
  padding-left: 60px;
  top: 20px;
}
.start-wrapper .start-brief .brief-line .brief-wrapper:nth-child(even) .circle-line {
  position: absolute;
  width: 60px;
  background: #d4dadf;
  height: 2px;
  top: 20px;
  z-index: 11;
  left: 0px;
}
.start-wrapper .start-brief .brief {
  width: 270px;
  display: inline-block;
  min-height: 120px;
  box-sizing: border-box;
  box-shadow: 0px 3px 8px #e6ecf1;
}
.start-wrapper .start-brief .brief .brief-title {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding-left: 24px;
  background-color: #f5f7f9;
}
.start-wrapper .start-brief .brief .brief-content {
  padding: 16px 24px 24px 24px;
}
.start-wrapper .start-brief .brief .brief-content p {
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 8px;
}
.start-wrapper .start-brief .brief .brief-content .brief-list {
  display: inline-flex;
  width: 100%;
  margin-bottom: 8px;
}
.start-wrapper .start-brief .brief .brief-content .brief-list a {
  color: #696d75;
  flex: 1;
  font-weight: 400;
  font-size: 13px;
}
.start-wrapper .start-brief .brief .brief-content .brief-list a:hover {
  color: #3973ff;
}
.start-wrapper .start-brief .brief .brief-content .brief-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .start-wrapper .start-brief .brief-line {
    flex-direction: column;
  }
  .start-wrapper .start-brief .brief-wrapper:nth-child(odd) {
    padding-left: 60px;
    padding-right: 0;
    padding-top: 20px;
  }
  .start-wrapper .start-brief .brief-wrapper:nth-child(odd) .circle-line {
    left: 0;
    top: 40px !important;
  }
  .start-wrapper .start-brief .brief-wrapper:nth-child(odd) .line {
    left: 0;
  }
  .start-wrapper .start-brief .brief-wrapper:nth-child(even) {
    border-left: 2px solid #d4dadf;
  }
  .start-wrapper .start-brief .brief-wrapper:nth-child(even) .circle-line {
    left: 0;
  }
}
.start-title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 24px;
  border-bottom: 2px solid #e6ecf1;
  margin-bottom: 36px;
}
.start-line {
  width: 100%;
  height: 1px;
  background: #e6ecf1;
  margin-bottom: 36px;
}
.start-table table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 36px;
}
.start-table table td {
  border: 1px solid #e6ecf1;
  padding: 20px 20px;
  font-size: 14px;
}
.start-table table td a {
  font-weight: 400;
}
