@import "../fragment/banner.css";

.content-box {
  margin: 80px auto;
  width: 1520px;
}

.chart-box {

}

.chart-cate {
  display: flex;
}

.chart-box .cate {
  height: 67px;
  width: 0;
  flex-grow: 1;
}

.chart-box .cate .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  background-color: #30628d;
  font-size: var(--fz-content);
  color: #fff;
  font-weight: 500;
  padding: 0 5px;
  height: 100%;
  margin-right: 6px;
  white-space: pre-line;
}

.chart-box .cate:nth-child(2) {
  flex-grow: 0.8;
}

.chart-box .cate:nth-child(3) {
  flex-grow: 1.2;
}

.chart-box .cate + .cate {
}

.dx-wrapper {
  padding-top: 28px;
  padding-bottom: 20px;
  background-color: #f5f9fc;
}

.dx-block {
  display: flex;
  font-size: var(--fz-content);
}

.dx-block + .dx-block {
  margin-top: 24px;
}

.square {
  width: 0;
  flex-grow: 1;
  display: flex;
}

.square .inner {
  width: 86%;
  height: calc(100% - 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
}

.dx-stack {
  width: 0;
  flex-grow: 7;
  padding-bottom: 24px;
  /*border-bottom: 2px solid #8a8a8b;*/
}

[lang=zh] .dx-stack {
  flex-grow: 6;
}

.dx-block:last-child .dx-stack {
  padding-bottom: 0;
  border-bottom: none;
}

.dx-stack .line {
  display: flex;
  height: 54px;
  align-items: center;
  border-bottom: 2px solid #e4e4e4;
}

.dx-stack .name1 {
  width: 0;
  flex-grow: 0.8;
  font-weight: 500;
}

.dx-stack .name1 .text {
  padding-left: 12px;
}

.dx-stack .name1 .text.anchor {
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  transition: 0.3s all;
  color: #e2495b;
  font-weight: 600;

  animation: flipInX 2s;
}

.dx-stack .name1 .text.anchor:hover {
  /*scale: 1.05;*/
}

.dx-stack .name2 {
  width: 0;
  flex-grow: 1.2;
  font-style: italic;
  text-align: center;
}

.dx-stack .name3 {
  width: 0;
  flex-grow: 1;
  text-align: center;
  font-weight: 500;
  font-style: italic;
}

.dx-stack .bar-box {
  width: 0;
  flex-grow: 4;
}

.dx-stack .bar {
  height: 36px;
  position: relative;
  transition: width 1s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 2em;
  font-style: italic;
}

.dx-stack .bar::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid;
  right: 0;
  top: -2px;
  transform: translateX(50%);
  border-color: #f5f9fc #f5f9fc #f5f9fc transparent;
}

.dx-explain {
  margin-top: 1em;
  line-height: 1.2;
}

.cate-line {
  margin-top: 100px;
}

.dx-box {
  margin-top: 90px;
}

.intro-line {
  display: flex;
}

.intro {
  font-size: var(--fz-content);
}

.intro.mt {
  margin-top: 2em;
}

.intro + .intro {
  margin-top: 50px;
}

.intro .title {
  font-weight: 600;
}

.intro .desc + .title {
  margin-top: 1em;
}

.intro .desc {
  margin-top: 0.8em;
  line-height: 1.4;
}

.intro .section {
  line-height: 1.4;
  display: flex;
  margin-top: 0.7em;
}

.intro .section::before {
  content: '';
  flex-shrink: 0;
  width: 5px;
  height: 14px;
  background-color: #000;
  margin-right: 10px;
  margin-top: calc(var(--fz-content) / 3);
  border-radius: 5px;
}

.intro-line .cell {
  margin-top: 19px;
  width: 190px;
  border-radius: 50%;
  margin-left: 50px;
  align-self: flex-start;
}

.cate-line.sub {
  margin-top: 50px;
  margin-bottom: 50px;
}

.cate-line.sub .cate {
  font-size: var(--fz-content);
}

@media (max-width: 1920px) {
}

@media (max-width: 1600px) {
  .content-box {
    margin: 100px auto;
    width: 95%;
  }

  .chart-box {
    min-width: 1500px;
  }

  .chart-cate {
  }

  .chart-box .cate {
    height: 50px;
  }

  .chart-box .cate .inner {
  }

  .chart-box .cate:nth-child(2) {
  }

  .chart-box .cate:nth-child(3) {
  }

  .chart-box .cate + .cate {
  }

  .dx-wrapper {
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .dx-block {
  }

  .dx-block + .dx-block {
    margin-top: 18px;
  }

  .square {
  }

  .square .inner {
  }

  .dx-stack {
    padding-bottom: 18px;
  }

  .dx-block:last-child .dx-stack {
  }

  .dx-stack .line {
  }

  .dx-stack .name1 {
  }

  .dx-stack .name1 .text {
  }

  .dx-stack .name1 .text.anchor {
  }

  .dx-stack .name1 .text.anchor:hover {
  }

  .dx-stack .name2 {
  }

  .dx-stack .name3 {
  }

  .dx-stack .bar-box {
  }

  .dx-stack .bar {
  }

  .dx-stack .bar::after {
  }

  .cate-line {
  }

  .dx-box {
    margin-top: 60px;
  }

  .intro-line {
  }

  .intro {
  }

  .intro.mt {
  }

  .intro + .intro {
  }

  .intro .title {
  }

  .intro .desc + .title {
  }

  .intro .desc {
  }

  .intro .section {
  }

  .intro .section::before {
  }

  .intro-line .cell {
    width: 160px;
  }

  .cate-line.sub {
  }

  .cate-line.sub .cate {
  }
}

@media (max-width: 1200px) {
  .content-box {
  }

  .chart-box {
  }

  .chart-cate {
  }

  .chart-box .cate {
  }

  .chart-box .cate .inner {
  }

  .chart-box .cate:nth-child(2) {
  }

  .chart-box .cate:nth-child(3) {
  }

  .chart-box .cate + .cate {
  }

  .dx-wrapper {
  }

  .dx-block {
  }

  .dx-block + .dx-block {
  }

  .square {
  }

  .square .inner {
  }

  .dx-stack {
  }

  .dx-block:last-child .dx-stack {
  }

  .dx-stack .line {
  }

  .dx-stack .name1 {
  }

  .dx-stack .name1 .text {
  }

  .dx-stack .name1 .text.anchor {
  }

  .dx-stack .name1 .text.anchor:hover {
  }

  .dx-stack .name2 {
  }

  .dx-stack .name3 {
  }

  .dx-stack .bar-box {
  }

  .dx-stack .bar {
  }

  .dx-stack .bar::after {
  }

  .cate-line {
  }

  .dx-box {
  }

  .intro-line {
  }

  .intro {
  }

  .intro.mt {
  }

  .intro + .intro {
  }

  .intro .title {
  }

  .intro .desc + .title {
  }

  .intro .desc {
  }

  .intro .section {
  }

  .intro .section::before {
  }

  .intro-line .cell {
  }

  .cate-line.sub {
  }

  .cate-line.sub .cate {
  }
}

@media (max-width: 768px) {
  .content-box {
    margin: 12vw auto -80px;
  }

  .chart-box {
    width: 1500px;
    scale: 0.8;
    transform-origin: 0 0;
  }

  .chart-cate {
  }

  .chart-box .cate {
    height: 80px;
  }

  .chart-box .cate .inner {
    font-size: 22px;
  }

  .chart-box .cate:nth-child(2) {
  }

  .chart-box .cate:nth-child(3) {
  }

  .chart-box .cate + .cate {
  }

  .dx-wrapper {
  }

  .dx-block {
    font-size: 22px;
  }

  .dx-block + .dx-block {
  }

  .square {
  }

  .square .inner {
  }

  .dx-stack {
  }

  .dx-block:last-child .dx-stack {
  }

  .dx-stack .line {
  }

  .dx-stack .name1 {
  }

  .dx-stack .name1 .text {
  }

  .dx-stack .name1 .text.anchor {
  }

  .dx-stack .name1 .text.anchor:hover {
  }

  .dx-stack .name2 {
  }

  .dx-stack .name3 {
  }

  .dx-stack .bar-box {
  }

  .dx-stack .bar {
  }

  .dx-stack .bar::after {
  }

  .cate-line {
    margin-top: 10vw;
  }

  .dx-box {
    margin-top: 7vw;
  }

  .intro-line {
    flex-direction: column;
  }

  .intro {
  }

  .intro.mt {
  }

  .intro + .intro {
  }

  .intro .title {
  }

  .intro .desc + .title {
  }

  .intro .desc {
  }

  .intro .section {
  }

  .intro .section::before {
  }

  .intro-line .cell {
    margin-left: auto;
    margin-top: 5vw;
    margin-right: 6vw;
    width: 25vw;
  }

  .cate-line.sub {
  }

  .cate-line.sub .cate {
  }
}