.reportPlatform {
  width: 100%;
  background: #fff;
  position: relative;
  margin-top: 1px;
}
.reportPlatform .language {
  position: fixed;
  top: 100px;
  right: 50px;
}
.reportPlatform .language .language-icon {
  font-size: 32px;
  cursor: pointer;
  color: var(--color-theme-1);
}
.reportPlatform .language .language-icon:hover {
  color: #ff9900;
}
.reportPlatform p {
  margin: 0;
  line-height: 32px;
}
.reportPlatform .main {
  width: 1200px;
  margin: 0 auto;
  padding: 16px 0 32px 0;
}
.reportPlatform .main .title {
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  text-align: center;
  position: relative;
}
.reportPlatform .main .content {
  font-size: 16px;
}
.reportPlatform .main .content .normal-desc {
  color: #666666;
  word-break: break-word;
  margin: 16px 0 0;
}
.reportPlatform .main .content .emphasis-desc {
  color: #333333;
  font-weight: 700;
}
.reportPlatform .main .content .flex-box {
  display: flex;
}
.reportPlatform .main .content .list-box {
  margin-top: 30px;
}
.reportPlatform .main .content .list-box .item-box {
  border-bottom: 1px solid #E4E4E4;
  padding: 0 34px 0 0;
}
.reportPlatform .main .content .list-box .top-border {
  border-top: 1px solid #E4E4E4;
}
.reportPlatform .main .content .list-box .item-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 19px;
  position: relative;
  cursor: pointer;
  padding: 17px 0;
}
.reportPlatform .main .content .list-box .item-title .trems-arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transition: transform 0.2s linear 0s;
}
.reportPlatform .main .content .list-box .item-title .trems-arrow.arrow-down {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transition: transform 0.2s linear 0s;
}
.reportPlatform .main .content .list-box .item-content {
  height: 0;
  overflow: hidden;
  padding: 0 0 0 16px;
  opacity: 0 !important;
  transition: 0.5s !important;
}
.reportPlatform .main .content .list-box .item-content-open {
  opacity: 1 !important;
  transition: 0.5s !important;
}
.reportPlatform .main .content .list-box .pl {
  padding-left: 20px;
}
.reportPlatform .main .bottomEmail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.reportPlatform .main .bottomEmail .jump-email {
  display: flex;
  align-items: center;
  width: auto;
  height: 48px;
  border-radius: 4px;
  border: 3px solid var(--color-theme-1);
  cursor: pointer;
  color: var(--color-theme-1);
}
.reportPlatform .main .bottomEmail .jump-email .iconfont.icona-111 {
  margin-left: 24px;
  margin-right: 8px;
  font-size: 20px;
  line-height: 23px;
}
.reportPlatform .main .bottomEmail .jump-email span {
  font-size: 20px;
  margin-right: 16px;
}
.reportPlatform .main .bottomEmail .jump-email:hover {
  background: var(--color-theme-1);
  color: #fff;
}
.reportPlatform .reportPlatform-link {
  font-weight: 600;
  color: var(--color-theme-1);
  cursor: pointer;
}
.reportPlatform .reportPlatform-link:hover {
  text-decoration: underline;
}
