html, body {
  height: 100%;
  font-size: 16px;
}

.active {
  color: #007fff !important;
  font-weight: 600 !important;
}

.container {
  min-width: 1200px;
  overflow: auto;
}
.main-header {
  background-color: #F5F6F7;
  position: sticky;
  top: 0;
}
.common-header {
  width: 100%;
  height: 60px;
  position: sticky;
  top: 0;
  display: flex;
  flex-flow: row wrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  border-bottom: 1px solid var(rgba(126,134,142,0.16),rgba(126,134,142,.16));
  background-color: var(rgba(255, 255, 255, 0.8), hsla(0,0%,100%,.8));
}
.common-header_content {
  row-gap: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
}
.common-header-left {
  row-gap: 0px;
  flex: 1;
  flex-flow: row nowrap;
  display: flex;
  align-items: center;
}
.common-header_logo {
  cursor: pointer;
}
.common-header_nav {
  height: 60px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  white-space: nowrap;
}
.common-header_nav_title {
  color: #171a1d;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  height: 60px;
  display: flex;
  align-items: flex-end;
  padding: 0px 8px;
  margin-left: 8px;
}
.common-header_nav_title span {
  padding-bottom: 22px;
}
.common-header_nav_title:hover {
  color: #007fff;
  font-weight: 600;
}
.common-header_nav_item_container {
  padding-bottom: 16px;
}
.common-header_nav_item {
  color: #171a1d;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  height: 60px;
  display: flex;
  align-items: flex-end;
}
.common-header_nav_item_content {
  padding: 6px 8px;
  cursor: pointer;
}
.common-header_nav_item_content:hover {
  background-color: rgba(0,0,0,.04);
}
.common-header_nav_item_content:hover {
  color: #007fff;
  font-weight: 600;
}
.common-header_nav_item_content:hover svg {
  color: #007fff;
  font-weight: 600;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.common-header_nav_item__icon {
  color: rgba(23,26,29,0.6) !important;
  font-size: 12px;
  margin-left: 4px;
  transform: rotateX(0deg);
  transition: all .6s ease;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.common-header-right {
  row-gap: 0px;
  flex-flow: row nowrap;
  display: flex;
  align-items: center;
}
.common-header_btn {
  height: 36px;
  padding: 6px 15px;
  line-height: 1.5715;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #fff;
  border-color: #299bff;
  background: #299bff;
  text-shadow: none;
  box-shadow: none;
  outline: 0;
  position: relative;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  font-size: 14px;
  border-radius: 6px;
  border: 1px #d9d9d9;
  -webkit-appearance: button;
}
.common-header_link {
  margin-left: 16px;
  color: rgb(0, 127, 255);
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  font-family: PingFangSC-Regular;
}
.common-header_link:hover {
  color: #29a2ff;
}
.header-dec-container {
  width: 100%;
  /* height: 300px; */
  position: absolute;
  background-color: #fff;
  top: 60px;
  /* display: none; */
  height: 0px;
}
.header-dec-item {
  height: 100%;
  display: none;
}
.header-dec-item-left {
  width: 30%;
  padding: 2rem 1rem 2rem 2rem;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.75rem;
}
.header-dec-item-left-title, .header-dec-item-left-content {
  width: 60%;
}
.header-dec-item-left-title {
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
}
.header-dec-item-left-title:hover {
  color: #007fff;
}
.header-dec-item-left-title .title-icon {
  margin-left: 0.25rem;
}
.header-dec-item-left-content {
  color: rgba(23,26,29,.6);
}
.header-dec-item-right {
  width: 70%;
  height: 100%;
  padding: 2.5rem 2rem 1rem 1rem;
  display: flex;
  flex-direction: row;
}
.header-dec-item-right-content {
  width: 70%;
  height: 100%;
}
.header-dec-item-right-content-row {
  height: calc((100% - 0.5rem) / 2);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-dec-item-right-content-row-item {
  width: calc((100% - 1rem) / 3);
  height: 100%;
}
.header-dec-item-right-content-row .header-dec-item-right-content-row-item:not(:first-child) {
  margin-left: 0.5rem;
}
.header-dec-item-right-content-row-item-top {
  font-weight: 600;
  height: calc((100% - 1.5rem) / 4);
  font-size: 0.875rem;
  display: flex;
  align-content: center;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.header-dec-item-right-content-row-item-top:hover {
  background-color: rgba(0,0,0,.02);
  color: #007fff;
}
.header-dec-item-right-content-row-item-top .title-icon {
  margin-left: 0.25rem;
}
.header-dec-item-right-content-row-item-content {
  font-size: 0.75rem;
  font-weight: 500;
}
.header-dec-item-right-content-row-item-content p {
  padding: 0.25rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header-dec-item-right-content-row-item-content p:hover {
  background-color: rgba(0,0,0,.02);
  color: #007fff;
}
.header-dec-item-right-target {
  display: flex;
  width: 30%;
}
.header-dec-item-right-target-container {
  width: 80%;
  height: 50%;
  background-color: rgba(0, 127, 255, 0.15);
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.header-dec-item-right-target-container .main-title {
  font-weight: 600;
  font-size: 0.875rem;
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
}
.header-dec-item-right-target-container p {
  font-weight: 500;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  padding: 0.2rem;
}
.header-dec-item-right-target-container .title {
  cursor: pointer;
}
.header-dec-item-right-target-container .title:hover {
  background-color: #fff;
  color: #007fff;
}

.content {
  height: calc(100% - 60px);
}
.content-iframe {
  border: 0px;
  height: 100%;
}