@font-face {
  font-family: D-DIN-PRO;
  src: url("./font/DIN-Pro-Regular-2.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Arial;
  src: url("./font/Arial-Unicode-MS.ttf");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "Microsoft YaHei";
}
table {
  margin: 0 auto;
}

table,
th,
td {
  border: 1px solid #ccc; /* 设置表格、表头和单元格的边框 */
}
/* 版心 */
.main-center {
  width: 83.35%;
  margin: 0 auto;
}
.main-center-mini {
  width: 1440rem;
  margin: 0 auto;
}
.header-logo-img {
  width: 303rem;
}

.banner-main-box {
  position: relative;
  z-index: 1;
}
.banner-item {
  width: 100%;
  position: relative;
}
.banner-item-bg {
  width: 100%;
}
.banner-item-content {
  position: absolute;
  top: 69.69%;
  left: 0;
  width: 100%;
}
.banner-item-text {
  height: 145rem;
  width: auto;
  margin: 0 auto 0;
}

.swiper-index-banner {
  position: relative;
  overflow: hidden;
}
.swiper-index-banner.swiper-slide .visual-con {
  clip-path: none;
  width: 0;
}

.index-banner-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 50rem !important;
}
.index-banner-pagination .swiper-pagination-bullet {
  width: 30rem;
  height: 4rem;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0 10rem !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-banner-pagination .swiper-pagination-bullet-active {
  width: 60rem;
  height: 4rem;
  background: #2cc89e !important;
  border-radius: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.header-box {
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10rem 5.5% 0 6%;

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right-register {
  padding-left: 35rem;
  color: #ffffff;
  position: relative;
  margin-right: 32rem;
}
.header-right-register::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12.5rem);
  width: 25rem;
  height: 25rem;
  background: url(./../image/icon/header-register-icon.png) no-repeat;
  background-size: 100% 100%;
}
.header-right-login {
  padding-left: 35rem;
  color: #ffffff;
  position: relative;
}
.header-right-login::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 13rem);
  width: 25rem;
  height: 26rem;
  background: url(./../image/icon/header-login-icon.png) no-repeat;
  background-size: 100% 100%;
}
.header-user-main {
  display: flex;
  align-items: center;
}
.header-user-img {
  width: 40rem;
  height: 40rem;
  margin-right: 11rem;
  border-radius: 50%;
}
.header-user-name {
  color: #ffffff;
}
.header-menu-box {
  margin-right: 50rem;
}
.header-menu-main {
  display: flex;
  align-items: flex-start;
}
.header-menu-item {
  margin: 0 10rem;
  width: 150rem;
  position: relative;
}
.header-menu-item-link {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  padding: 10rem 0;
  width: fit-content;
  margin: 0 auto;
  font-weight: 400;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-menu-item-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.header-menu-children {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-menu-item:hover .header-menu-children {
  opacity: 1;
  height: auto;
}
.header-menu-sub {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 10rem 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-menu-sub:hover {
  background: rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.9);
}
.index-sample-box {
  background: url(./../image/img/index-samrle-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 70rem 0 100rem;
}
.public-title-box {
  margin: 0 auto;
  width: 100%;
}
.public-title-en {
  width: fit-content;
  font-family: Arial;
  font-weight: bold;
  font-size: 60rem;
  line-height: 1;
  color: #e1eaf9;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}
.public-title-cn {
  width: fit-content;
  font-weight: bold;
  color: #202c3d;
  text-align: center;
  margin: -40rem auto 0;
}
.header-user-box {
  position: relative;
  padding: 10rem 0;
}
.header-user-float {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-user-box:hover .header-user-float {
  opacity: 1;
  height: auto;
}
.header-user-link {
  width: 100%;
  text-align: center;
  color: #202c3d;
  background: rgba(255, 255, 255, 0.8);
  padding: 10rem 0;
  border-bottom: 1px solid #4d4d4d;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-user-link:hover {
  background: rgba(255, 255, 255, 0.9);
}
.header-user-link:first-child {
  border-radius: 5rem 5rem 0 0;
  -webkit-border-radius: 5rem 5rem 0 0;
  -moz-border-radius: 5rem 5rem 0 0;
  -ms-border-radius: 5rem 5rem 0 0;
  -o-border-radius: 5rem 5rem 0 0;
}
.header-user-link:last-child {
  border-bottom: 0px;
  border-radius: 0 0 5rem 5rem;
  -webkit-border-radius: 0 0 5rem 5rem;
  -moz-border-radius: 0 0 5rem 5rem;
  -ms-border-radius: 0 0 5rem 5rem;
  -o-border-radius: 0 0 5rem 5rem;
}
.index-sample-echarts {
  width: 100%;
  height: 600rem;
  padding-top: 50rem;
}
.public-btn {
  width: 200rem;
  height: 60rem;
  background: #0b3cae;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-sample-btn {
  margin: 40rem auto;
}
.index-sample-btn-img {
  width: 22rem;
  margin-left: 15rem;
}
.index-sample-list {
  display: flex;
  align-items: flex-start;
  padding-top: 120rem;
}
.index-sample-item {
  width: calc((100% - 60rem) / 4);
  margin-right: 20rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50rem;
  background: url(./../image/icon/index-sample-bg.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 10px 70px 0px #d2dceb;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-sample-item:hover {
  background: #fff;
}
.index-sample-item:nth-child(4n) {
  margin-right: 0;
}
.index-sample-img {
  width: 180rem;
  margin-top: -70rem;
}
@keyframes floatUpAndDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12rem) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.index-sample-item:hover .index-sample-img {
  animation: floatUpAndDown 2s ease-in-out infinite;
}
.index-sample-number {
  font-family: Arial;
  padding-top: 25rem;
  color: #202c3d;
  font-size: 50rem;
  line-height: 1;
}
.index-sample-name {
  padding-top: 10rem;
  font-weight: bold;
  color: #202c3d;
}
.index-about-box {
  padding: 150rem 0 175rem;
  background: url(./../image/img/index-library-bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-about-title .public-title-en {
  margin: 0;
  color: rgba(225, 234, 249, 0.1);
}
.index-about-title .public-title-cn {
  color: #ffffff;
  margin: -40rem 0 0;
}
.index-about-content {
  padding-top: 60rem;
  padding-bottom: 40rem;
  width: 828px;
  color: #fff;
  line-height: 1.8;
}
.index-about-content p {
  padding-bottom: 40rem;
}
.index-news-box {
  padding: 70rem 0 120rem;
  background: url(./../image/img/index-news-bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45rem;
}
.index-news-types {
  display: flex;
  align-items: center;
}
.index-news-type {
  padding-left: 30rem;
  margin-right: 10rem;
  background: transparent;
  color: #202c3d;
  font-weight: bold;
  cursor: pointer;
}
.index-news-on {
  background: url(./../image/icon/index-news-type.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.index-news-content {
  display: flex;
  overflow: hidden;
}
.index-news-swiper {
  padding-top: 45rem;
  overflow: hidden;
}
.index-news-cont {
  position: relative;
  display: flex;
  padding: 50rem 30rem 100rem;
  background: #ffffff;
  border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
}
.index-news-cont::after {
  content: "";
  position: absolute;
  width: 35rem;
  height: 35rem;
  bottom: 33rem;
  right: 35rem;
  background: url(./../image/icon/news-arr-blue.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-day {
  font-weight: bold;
  color: #0b3cae;
  line-height: 1;
}
.index-news-year {
  color: #0b3cae;
  padding-top: 9rem;
}
.index-news-decs {
  padding-left: 25rem;
  position: relative;
  width: 80%;
}
.index-news-right .index-news-decs {
  padding-left: 35rem;
}

.index-news-left {
  position: relative;
  width: 738rem;
  overflow: hidden;
}
.index-news-title {
  font-weight: bold;
  color: #202c3d;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 添加省略号 */
}
.index-news-text {
  padding-top: 20rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(32, 44, 61, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 添加省略号 */
}
.index-news-img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-left .swiper-slide-active:hover .index-news-img {
  transform: scale(1.05);
}
.index-news-left-pagination {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40rem !important;
  z-index: 11;
  padding-left: 30rem;
}
.index-news-left-pagination .swiper-pagination-bullet {
  width: 8rem;
  height: 8rem;
  background: #939cb3;
  opacity: 1;
  border-radius: 50%;
  margin: 0 13rem !important;
}
.index-news-left-pagination .swiper-pagination-bullet-active {
  width: 14rem;
  height: 14rem;
  background: #0b3cae;
  border-radius: 50%;
}
.index-news-right {
  width: calc(100% - 738rem);
  padding-left: 20rem;
}
.index-news-item {
  position: relative;
  display: flex;

  padding: 35rem 100rem 35rem 40rem;
  border-bottom: 1px solid #ced4e8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-item::after {
  content: "";
  position: absolute;
  right: 25rem;
  top: calc(50% - 17.5rem);
  width: 35rem;
  height: 35rem;
  background: url(./../image/icon/news-arr-blue.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-tag {
  padding-bottom: 10rem;
  color: #202c3d;
}
.index-news-item:hover {
  background: #0b3cae;
  border-radius: 8px;
}
.index-news-item:hover .index-news-day {
  color: #ffffff;
}
.index-news-item:hover .index-news-year {
  color: #ffffff;
}
.index-news-item:hover .index-news-tag {
  color: #ffffff;
}
.index-news-item:hover .index-news-title {
  color: #ffffff;
}
.index-news-item:hover::after {
  content: "";
  position: absolute;
  right: 25rem;
  top: calc(50% - 17.5rem);
  width: 35rem;
  height: 35rem;
  background: url(./../image/icon/news-arr-white.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-swiper .swiper-slide {
  opacity: 0 !important;
}
.index-news-swiper .swiper-slide-active {
  opacity: 1 !important;
}
.index-news-content .swiper-slide {
  opacity: 1 !important;
}
.index-innovate-box {
  position: relative;
  padding: 50rem 0 110rem;
  background: url(./../image/img/index-innovate-bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-innovate-title .public-title-en {
  margin: 0;
}
.index-innovate-title .public-title-cn {
  margin-left: 0;
  margin-right: 0;
}
.index-innovate-text {
  color: #202c3d;
  width: 703rem;
}
.index-innovate-text p {
  padding-top: 40rem;
}
.index-innovate-btn {
  margin-top: 40rem;
}
.index-innovate-flex {
  display: flex;
  justify-content: space-between;
  padding-top: 100rem;
  align-items: flex-end;
  width: 653rem;
}
.index-innovate-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 140rem;
}
.index-innovate-number {
  color: #0b3cae;
}
.index-innovate-number span {
  font-family: Arial;
  font-weight: bold;
  font-size: 50rem;
  line-height: 1;
  color: #0b3cae;
  padding-right: 0rem;
}

/* .index-innovate-item:last-child .index-innovate-number span {
  padding-right: 5rem;
} */
.index-innovate-img {
  width: 954rem;
  position: absolute;
  top: 107rem;
  right: 0;
}
.index-cooperate-box {
  padding: 100rem 0 140rem;
}
.index-cooperate-text {
  color: #202c3d;
  width: fit-content;
  margin: 0 auto;
  padding-top: 30rem;
  text-align: center;
  line-height: 1.6;
}
.index-cooperate-text span {
  color: #0b3cae;
  font-weight: bold;
}
.index-cooperate-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 65rem;
}
.index-cooperate-item {
  position: relative;
  width: calc((100% - 270rem) / 4);
  height: 175rem;
  margin-right: 90rem;
  margin-bottom: 40rem;
}
.index-cooperate-item:nth-child(4n) {
  margin-right: 0;
}

.index-cooperate-no {
  font-size: 180rem;
  line-height: 0.8;
  font-family: D-DIN-PRO;
  font-weight: bold;
  color: #0b3cae;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-cooperate-item:hover .index-cooperate-no {
  transform: scale(1.1);
}
.index-cooperate-cont {
  position: absolute;
  left: 40rem;
  top: 43rem;
  width: calc(100% - 30rem);
  height: 140rem;
  display: flex;
  align-items: center;
  padding-left: 30rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 4px 5px 46px 0px rgba(201, 209, 226, 0.4);
  border-radius: 16rem;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 16rem;
  -moz-border-radius: 16rem;
  -ms-border-radius: 16rem;
  -o-border-radius: 16rem;
}
.index-cooperate-cont::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  border-radius: 16rem;
  border: 1px solid #e1e1e1;
  background: radial-gradient(circle, #ffffff 0%, #d1dbe9 100%);
}
.index-cooperate-cont::after {
  position: absolute;
  content: "";
  top: calc(50% - 38rem);
  left: calc(100% + 25rem);
  width: 43rem;
  height: 76rem;
  background: url(./../image/icon/index-cooperate-arr.png) no-repeat;
  background-size: 100% 100%;
}
.index-cooperate-item:nth-child(4n) .index-cooperate-cont::after {
  display: none;
}
.index-cooperate-icon {
  width: 76rem;
}
.index-cooperate-item:hover .index-cooperate-icon {
}
.index-cooperate-name {
  width: 150rem;
  font-weight: bold;
  padding-left: 15rem;
  color: #202c3d;
}
.index-cooperate-btn {
  margin: 25rem auto 0;
}
.public-footer-box {
  padding: 50rem 0 65rem;
  background: url(./../image/img/public-footer-bg.png) no-repeat;
  background-size: 100% 100%;
}
.public-footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-footer-logo {
  width: 283rem;
  margin-right: 6rem;
}
.footer-top-text {
  font-weight: bold;
  color: #f0f6fd;
  padding-left: 20rem;
  border-left: 1px solid #f0f6fd;
}
.public-footer-center {
  display: flex;
  align-items: center;
  padding-top: 40rem;
  justify-content: space-between;
}
.footer-center-item {
  display: flex;
  align-items: center;
}
.footer-center-icon {
  width: 71rem;
}
.footer-center-cont {
  padding-left: 20rem;
}
.footer-center-t1 {
  font-weight: bold;
  color: #ffffff;
}
.footer-center-t2 {
  color: rgba(255, 255, 255, 0.8);
  padding-top: 5rem;
}
.footer-center-menu {
  margin-top: 60rem;
  /* background: #0b3cae; */
  background: linear-gradient(to right, rgba(11, 60, 174, 0.1) 10%, rgba(11, 60, 174, 0.5) 50%, rgba(11, 60, 174, 0.1) 90%);
  width: 100%;
  height: 79rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-menu-item {
  font-weight: 400;
  color: #a6c1ea;
  width: 300rem;
  position: relative;
  text-align: center;
}
.footer-menu-item::after {
  content: "/";
  position: absolute;
  right: 0;
}
.footer-menu-item:last-child::after {
  content: "";
}
.footer-center-copyright {
  text-align: center;
  color: #a6c1ea;
  opacity: 0.6;
  padding: 30rem 30rem 0;
}
.public-banner-box {
  position: relative;
}
.public-banner-img {
  width: 100%;
}
.public-crumbs-box {
  display: flex;
  align-items: center;
  color: #202c3d;
  padding-top: 40rem;
}
.public-crumbs-box a {
  position: relative;
  margin-right: 20rem;
}
.public-crumbs-box a::after {
  content: "-";
  position: absolute;
  right: -12rem;
}
.public-crumbs-box a:last-child::after {
  content: "";
}
.cooperace-library-box {
  padding: 50rem 0;
}
.public-title-info {
  text-align: center;
  width: fit-content;
  font-weight: bold;
  margin: 0 auto;
  color: #202c3d;
}
.cooperace-introduce-box {
  position: relative;
}
.cooperace-introduce-bg {
  width: 100%;
}
.cooperace-introduce-decs {
  position: absolute;
  left: 60rem;
  top: 0;
  padding-top: 80rem;
  width: 638rem;
  color: #ffffff;
  line-height: 1.6;
}
.cooperace-introduce-decs p {
  padding-bottom: 40rem;
}
.cooperace-strip-box {
  padding: 70rem 0 60rem;
}
.cooperace-strip-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cooperace-strip-item {
  position: relative;
  padding: 0 45rem 0 95rem;
  display: flex;
  align-items: center;
  height: 60rem;
  /*background: url(./../image/icon/cooperace-strip-bg.png) no-repeat;
  background-size: 100% 100%;
  */ /*添加背景和径向渐变*/
  border: 1px solid #fff;
  background: radial-gradient(ellipse at center, #ffffff 50%, #b4cafc);
  border-radius: 50rem;
  font-weight: bold;
  color: #0b3cae;
  margin-right: 20rem;
  margin-bottom: 20rem;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
}
.cooperace-strip-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 16rem);
  left: 40rem;
  width: 42rem;
  height: 32rem;
  background: url(./../image/icon/cooperace-strip-icon.png) no-repeat;
  background-size: 100% 100%;
}
.cooperace-next-box {
  position: relative;
  padding: 50rem 120rem 100rem;
  background: url(./../image/img/cooperace-next-bg.png) no-repeat;
  background-size: 100% 100%;
}
.cooperace-next-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 50rem;
}
.cooperace-next-list::after {
  content: "";
  position: absolute;
  left: calc(50% - (413rem / 2));
  top: calc(50% - (464rem / 2));
  width: 413rem;
  height: 464rem;
  background: url(./../image/img/cooperace-next-center.png) no-repeat;
  background-size: 100% 100%;
}
.cooperace-next-item {
  position: relative;
  width: calc((100% - 58rem) / 2);
  height: 450rem;
  margin-right: 58rem;
  display: flex;
  flex-direction: column;

  align-items: flex-start;
  background: url(./../image/img/cooperace-next-item1.png) no-repeat;
  background-size: 100% 100%;
}
.cooperace-next-item:nth-child(2) {
  background: url(./../image/img/cooperace-next-item2.png) no-repeat;
  background-size: 100% 100%;
}
.cooperace-next-item:nth-child(3) {
  background: url(./../image/img/cooperace-next-item3.png) no-repeat;
  background-size: 100% 100%;
}
.cooperace-next-item:nth-child(4) {
  background: url(./../image/img/cooperace-next-item4.png) no-repeat;
  background-size: 100% 100%;
}
.cooperace-next-item:nth-child(2n) {
  align-items: flex-end;
  margin-right: 0;
}
.cooperace-next-name {
  padding-left: 85rem;
  padding-top: 20rem;
  font-weight: bold;
  color: #ffffff;
}
.cooperace-next-item:nth-child(2n) .cooperace-next-name {
  padding-right: 85rem;
  text-align: right;
}
.cooperace-introduce-cont {
  padding-top: 45rem;
  width: 540rem;
  padding-left: 100rem;
}
.cooperace-next-item:nth-child(2n) .cooperace-introduce-cont {
  padding-right: 100rem;
  padding-left: 0;
}
.cooperace-introduce-p1 {
  color: #0c3daf;
  font-weight: bold;
  position: relative;
}
.cooperace-next-item:nth-child(2n) .cooperace-introduce-p1 {
  text-align: right;
}
.cooperace-introduce-p1::after {
  content: "";
  position: absolute;
  top: calc(50% - 8rem);
  right: calc(100% + 3rem);
  width: 17rem;
  height: 17rem;
  /* background: #2cc89e; */
  background: url(./../image/icon/cooperace-introduce-green.svg) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.cooperace-next-item:nth-child(2n) .cooperace-introduce-p1::after {
  left: calc(100% + 3rem);
}
.cooperace-introduce-p2 {
  padding-top: 5rem;
  font-weight: 400;
  color: #202c3d;
  padding-bottom: 20rem;
}
.cooperace-next-item:nth-child(2n) .cooperace-introduce-p2 {
  text-align: right;
}
.cooperace-next-num {
  position: absolute;
  bottom: 134rem;
  right: 65rem;
  width: 80rem;
}
.cooperace-next-item:nth-child(2n) .cooperace-next-num {
  right: auto;
  left: 40rem;
}
.cooperace-resource-box {
  padding: 140rem 0 100rem;
  background: url(../image/img/cooperace-resource-bg.png) top no-repeat;
}
.cooperace-resource-flex {
  display: flex;
  padding-bottom: 100rem;
}
.cooperace-resource-img {
  width: 796rem;
}
.cooperace-resource-cont {
  padding-left: 40rem;
  width: calc(100% - 796rem);
}
.cooperace-resource-name {
  font-weight: bold;
  color: #202c3d;
}
.cooperace-resource-text {
  font-weight: 400;
  color: #202c3d;
  width: 710rem;
}
.cooperace-resource-text p {
  padding-top: 35rem;
}
.cooperace-resource-table {
  width: 100%;
  background: linear-gradient(180deg, #0b3cae 0%, #f5f7fa 100%);
  border-radius: 8px;
  margin-top: 30rem;

  padding: 0 10rem 10rem;
}
.cooperace-resource-table table {
  table-layout: fixed; /* 固定表格布局 */
  width: 100%; /* 表格占满父容器宽度 */
}
.cooperace-resource-table thead th {
  height: 60rem;
  color: #fff;
}
.cooperace-resource-table table,
.cooperace-resource-table th,
.cooperace-resource-table td {
  border: 0px;
}
.cooperace-resource-table tbody tr:first-child td:first-child {
  border-radius: 10rem 0 0 0;
  -webkit-border-radius: 10rem 0 0 0;
  -moz-border-radius: 10rem 0 0 0;
  -ms-border-radius: 10rem 0 0 0;
  -o-border-radius: 10rem 0 0 0;
}
.cooperace-resource-table tbody tr:first-child td:last-child {
  border-radius: 0 10rem 0 0;
  -webkit-border-radius: 0 10rem 0 0;
  -moz-border-radius: 0 10rem 0 0;
  -ms-border-radius: 0 10rem 0 0;
  -o-border-radius: 0 10rem 0 0;
}
.cooperace-resource-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10rem;
  -webkit-border-radius: 0 0 0 10rem;
  -moz-border-radius: 0 0 0 10rem;
  -ms-border-radius: 0 0 0 10rem;
  -o-border-radius: 0 0 0 10rem;
}
.cooperace-resource-table tbody tr:last-child td:last-child {
  border-radius: 0 0 10rem 0;
  -webkit-border-radius: 0 0 10rem 0;
  -moz-border-radius: 0 0 10rem 0;
  -ms-border-radius: 0 0 10rem 0;
  -o-border-radius: 0 0 10rem 0;
}
.cooperace-resource-table tbody tr:nth-child(2n-1) {
  background: #ffffff;
}
.cooperace-resource-table tbody tr:nth-child(2n) {
  background: #eaeffb;
}
.cooperace-resource-table tbody tr td {
  padding: 20rem 0;
  text-align: center;
}
.cooperace-resource-table {
  max-height: 600rem;
  overflow: hidden; /* 同时启用 x 和 y 方向滚动 */
}

.cooperace-resource-table table {
  min-width: 100%; /* 确保表格宽度适应 */
  white-space: nowrap; /* 防止换行 */
}
.cooperace-resource-table thead {
  position: relative;
  z-index: 11;
  background: #1f4cb4;
}
.cooperace-resource-table tbody {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* .cooperace-resource-table table {
  border-collapse: collapse;
  width: 100%;
} */
/* 隐藏多余的tr（超过前10个） */
/* .cooperace-resource-table tbody tr:nth-child(n + 11) {
  display: none;
} */
.public-banner-flex {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.public-banner-menu {
  flex: 1;
  text-align: center;
  padding: 20rem 0;
  color: #fff;
}
.news-list-box {
  padding: 55rem 0 140rem;
}
.news-list-main {
  padding: 40rem 0;
}
.news-list-item:first-child {
  border-top: 1px solid #ced4e8;
}
.news-list-item {
  padding: 30rem 40rem;
  border-bottom: 1px solid #ced4e8;
  display: flex;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-list-item:hover {
  background: url(./../image/img/news-item-bg.png) no-repeat;
  background-size: 100% 100%;
}
.news-list-item::after {
  content: "";
  position: absolute;
  right: 70rem;
  top: calc(50% - 17.5rem);
  width: 35rem;
  height: 35rem;
  background: url(./../image/icon/news-arr-blue.png) no-repeat;
  background-size: 100% 100%;
}
.news-item-img {
  width: 390rem;
  overflow: hidden;
}

.news-item-img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-list-item:hover .news-item-img img {
  transform: scale(1.1);
}
.news-item-cont {
  width: calc(100% - 390rem);
  padding: 0 130rem 0 40rem;
}
.news-item-name {
  padding-top: 20rem;
  font-weight: bold;
  color: #202c3d;
}
.news-list-item:hover .news-item-name {
  color: #0b3cae;
}
.news-item-text {
  padding-top: 30rem;
  color: #202c3d;
  display: -webkit-box; /* 必须结合的属性 */
  -webkit-box-orient: vertical; /* 内容垂直排列 */
  -webkit-line-clamp: 2; /* 限制显示行数 */
  overflow: hidden; /* 隐藏超出内容 */
  text-overflow: ellipsis; /* 添加省略号 */
}
.news-item-flex {
  display: flex;
  padding-top: 64rem;
  align-items: center;
}
.news-item-time {
  font-weight: 400;
  color: rgba(32, 44, 61, 0.6);
  margin-right: 40rem;
}
.public-page-box {
  display: flex;
  justify-content: center;
}
.public-page-item {
  width: 50rem;
  height: 50rem;
  background: #ffffff;
  border: 1px solid #ced4e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-page-on,
.public-page-item:hover {
  color: #fff;
  background: #0b3cae;
}

.public-page-icon {
  width: 30rem;
}
.public-page-prev::after {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./../image/icon/arr-left-block.svg) no-repeat center;
  background-size: 17rem 17rem;
}
.public-page-prev:hover::after {
  background: url(./../image/icon/arr-left-while.svg) no-repeat center;
  background-size: 17rem 17rem;
}
.public-page-next::after {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./../image/icon/arr-right-block.svg) no-repeat center;
  background-size: 17rem 17rem;
}
.public-page-next:hover::after {
  background: url(./../image/icon/arr-right-while.svg) no-repeat center;
  background-size: 17rem 17rem;
}
.news-title-box {
  padding: 0 200rem;
  position: relative;
}
.news-header-down {
  position: absolute;
  right: 0;
  top: calc(50% - 25rem);
  width: 140rem;
  height: 50rem;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #1645b2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1645b2;
  cursor: pointer;
}
.news-header-down::before {
  content: "";
  margin-right: 10rem;
  width: 24rem;
  height: 22rem;
  background: url(./../image/icon/down-icon-blue.png) no-repeat;
  background-size: 100% 100%;
}
.news-rise-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ced4e8;
  padding: 25rem 0 15rem;
}
.news-rise-item {
  font-weight: 400;
  margin-right: 60rem;
  color: rgba(32, 44, 61, 0.6);
}
.news-info-box {
  font-weight: 400;
  color: #202c3d;
  line-height: 1.6;
  padding: 40rem 85rem;
}
.news-info-box img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.news-info-box p,
.news-info-box img {
  padding-bottom: 10rem;
}
.news-overdown-box {
  width: 782rem;
  height: 120rem;
  background: #f9fbff;
  display: flex;
  align-items: center;
  position: relative;
}
.news-overdown-mat {
  background: #ecf3ff;
  width: 40rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: relative;
  padding: 0 10rem;
}
.news-overdown-dot {
  width: 5rem;
  height: 5rem;
  margin: 3rem 2rem;
  border-radius: 50%;
  background: #7facfb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.news-overdown-icon {
  width: 53rem;
  margin-left: 25rem;
}
.news-overdown-name {
  color: #202c3d;
  padding-left: 25rem;
  max-width: 50%;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 添加省略号 */
}
.news-overdown-box .news-header-down {
  right: 30rem;
}
.news-footer-box {
  margin-top: 60rem;
  border-top: 1px solid #ced4e8;
  padding-top: 30rem;
  display: flex;
  justify-content: space-between;
}
.news-footer-link {
  color: #202c3d;
  margin-bottom: 10rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-footer-left {
  width: 800rem;
}
.news-footer-link:hover {
  color: #0b3cae;
}
.innovate-bg {
  width: 100%;
  background: url(./../image/img/innovate-bg.png) no-repeat;
  background-size: 100% 100%;
}
.innovae-main-box {
  padding: 55rem 0 165rem;
}
.innovae-main-box .cooperace-strip-main {
  padding-top: 30rem;
}
.innovae-text-box {
  color: #202c3d;
  padding: 0 100rem;
  line-height: 1.8;
  text-align: center;
}
.innovae-text-box p {
  padding-top: 30rem;
}
.innovae-main-box .index-innovate-flex {
  margin: 0 auto;
  padding-top: 70rem;
}
.innovate-honor-box {
  padding-top: 70rem;
}
.innovate-honor-img {
  /* width: 100%; */
  width: 90%;
  margin: 0 auto;
}
.cooperation-bg {
  background: #eff3f8;
}
.cooperation-flow-box {
  padding: 100rem 0 60rem;
}
.cooperation-sharing-box {
  padding-top: 70rem;
}
.cooperation-file-list {
  padding-top: 40rem;
}
.cooperation-file-box {
  padding: 60rem 0 140rem;
}
.cooperation-file-item {
  padding: 20rem 35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ced4e8;
  background: transparent;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.cooperation-file-item:first-child {
  border-top: 1px solid #ced4e8;
}
.cooperation-file-item:hover {
  background: #eff3f8;
}
.cooperation-file-left {
  display: flex;
  align-items: center;
}
.cooperation-file-icon {
  width: 53rem;
}
.cooperation-file-name {
  padding-left: 25rem;
  width: 1000rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cooperation-file-down {
  width: 140rem;
  height: 50rem;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.cooperation-file-item:hover .cooperation-file-down {
  background: #0b3cae;
  color: #fff;
}

.cooperation-file-down::before {
  content: "";
  margin-right: 10rem;
  width: 24rem;
  height: 22rem;
  background: url(./../image/icon/down-icon-blue.png) no-repeat;
  background-size: 100% 100%;
}
.cooperation-file-item:hover .cooperation-file-down::before {
  background: url(./../image/icon/down-icon-while.png) no-repeat;
  background-size: 100% 100%;
}
.cooperation-worth-box {
  padding-top: 60rem;
}
.cooperation-worth-main {
  position: relative;
}
.cooperation-worth-bg {
  width: 100%;
}
.cooperation-worth-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding-top: 40rem;
  line-height: 1.6;
  padding: 40rem 25rem 0;
}
.cooperation-worth-item {
  position: absolute;

  width: 542rem;
  height: 331rem;
  background: url(./../image/icon/cooperation-worth-item1.png) no-repeat;
  background-size: 100% 100%;
}
.cooperation-worth-item:nth-child(1) {
  left: 160rem;
  bottom: 95rem;
}
.cooperation-worth-item:nth-child(2) {
  left: calc(50% - (562rem / 2));
  bottom: 340rem;
  width: 562rem;
  background: url(./../image/icon/cooperation-worth-item2.png) no-repeat;
  background-size: 100% 100%;
}
.cooperation-worth-item:nth-child(3) {
  right: 160rem;
  bottom: 95rem;
  background: url(./../image/icon/cooperation-worth-item3.png) no-repeat;
  background-size: 100% 100%;
}
.cooperation-worth-name {
  font-weight: bold;
  color: #ffffff;
  padding-top: 15rem;
  text-align: center;
}
.cooperation-worth-desc {
  color: #202c3d;
  padding-top: 70rem;
  width: 408rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
}
.cooperation-worth-item:nth-child(1)::after {
  content: "";
  position: absolute;
  right: -25rem;
  bottom: 0rem;
  width: 98rem;
  height: 112rem;
  background: url(./../image/icon/cooperation-worth-icon1.png) no-repeat;
  background-size: 100% 100%;
}
.cooperation-worth-item:nth-child(2)::after {
  content: "";
  position: absolute;
  right: calc(50% - 42rem);
  bottom: 0rem;
  width: 98rem;
  height: 112rem;
  background: url(./../image/icon/cooperation-worth-icon2.png) no-repeat;
  background-size: 100% 100%;
}
.cooperation-worth-item:nth-child(3)::after {
  content: "";
  position: absolute;
  left: -25rem;
  bottom: 0rem;
  width: 98rem;
  height: 112rem;
  background: url(./../image/icon/cooperation-worth-icon3.png) no-repeat;
  background-size: 100% 100%;
}
.my-main-box {
  margin-top: -650rem;
  padding-bottom: 120rem;
  /* padding-bottom: 650rem; */
}
.my-main-box .public-crumbs-box,
.state-main-box .public-crumbs-box {
  justify-content: flex-end;
  margin: 0;
  width: 100%;
  color: #fff;
}
.my-main-box .public-crumbs-box p,
.my-main-box .public-crumbs-box a,
.state-main-box .public-crumbs-box p,
.state-main-box .public-crumbs-box a {
  color: #fff;
}
.my-info-box {
  width: 100%;
  position: relative;

  z-index: 11;
  background: #ffffff;
  border-radius: 10rem 10rem 0 0;
  -webkit-border-radius: 10rem 10rem 0 0;
  -moz-border-radius: 10rem 10rem 0 0;
  -ms-border-radius: 10rem 10rem 0 0;
  -o-border-radius: 10rem 10rem 0 0;
}
.my-header-box {
  margin-top: 20rem;
  padding: 57rem 60rem 35rem;
  display: flex;
  align-items: center;
  background: url(./../image/img/my-header-bg.png) no-repeat;
  background-size: 100% 100%;
}
.my-header-pic {
  position: relative;
  margin-right: 70rem;
}
.my-header-avgatar {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 210rem;
  height: 210rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.my-header-avgatar img {
  width: 100%;
}
.my-header-avgatar::after {
  content: "";
  cursor: pointer;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
}
.my-header-avgatar::before {
  content: "更换头像";
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.my-header-avgatar:hover::before,
.my-header-avgatar:hover::after {
  opacity: 1;
}
.my-header-sex {
  width: 53rem;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
.my-header-item {
  flex: 1;
}
.my-header-name {
  font-weight: bold;
  color: #202c3d;
}
.my-header-label {
  width: fit-content;
  margin-top: 20rem;
  padding: 8rem 30rem;
  background: #ffffff;
  border-radius: 25px;
  color: #0b3cae;
  border: 1px solid #0b3cae;
}
.my-header-flex {
  display: flex;
  align-items: center;
}
.my-header-icon {
  height: 44rem;
}
.my-header-text {
  padding-left: 5rem;
  font-weight: 400;
  color: #202c3d;
}
.my-header-phone {
  font-weight: bold;
  margin-top: 10rem;
  color: #202c3d;
}
.my-record-box {
  padding: 20rem 0 100rem;
}
.my-record-list {
  padding: 40rem 60rem;
}
.my-record-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  padding: 40rem 40rem 40rem 40rem;
  border-bottom: 1px solid #ced4e8;
}
.my-record-item:first-child {
  border-top: 1px solid #ced4e8;
}
.my-record-item:hover {
  background: #eff3f8;
}
.my-record-dot {
  width: 27rem;
  margin-top: 0;
}
.my-record-text {
  padding-left: 30rem;
  color: #202c3d;
}
.my-record-flex {
  display: flex;
  align-items: flex-start;
}
.my-record-date {
  font-weight: 400;
  color: #fff;
  background: #0b3cae;
  width: 160rem;
  height: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.evaluate-dialog .public-dialog-box {
  width: 60%;
  margin: 0 auto;
}
.my-record-feedback {
  width: 100%;
  background: linear-gradient(180deg, #0b3cae 0%, #f5f7fa 100%);
  border-radius: 8px;
  padding: 0 10rem 20rem;
  position: relative;
}
.my-record-feedback .public-title-info {
  padding: 30rem 0;
  color: #ffffff;
}
.my-record-info {
  padding: 30rem 70rem 50rem 55rem;
  background: #ffffff;
  border-radius: 8px;
}
.my-record-title {
  font-weight: bold;
  color: #1a48b3;
}
.my-record-form {
  padding-top: 20rem;
}
.my-form-item {
  padding-top: 20rem;
  display: flex;
  align-items: flex-start;
}
.my-form-item label {
  font-family: Microsoft YaHei;
  width: 140rem;
  font-weight: bold;
  color: #202c3d;
  display: block;
  padding-top: 20rem;
}
.my-form-item input {
  font-family: Microsoft YaHei;
  width: 500rem;
  height: 60rem;
  background: #f2f4f9;
  border-radius: 8px;
  padding-left: 20rem;
}
.my-form-item textarea {
  width: calc(100% - 140rem);
  height: 200rem;
  font-family: Microsoft YaHei;
  background: #f2f4f9;
  border-radius: 8px;
  padding: 20rem;
}
.my-form-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 40rem;
}
.btn-submit {
  cursor: pointer;
  font-family: Microsoft YaHei;
  margin-right: 16rem;
}
.btn-reset {
  cursor: pointer;
  background: #a0adcd;
  font-family: Microsoft YaHei;
}
.state-main-box {
  margin-top: -1550rem;
  min-height: 1550rem;
}
.state-main-center {
  margin-top: 20rem;
  position: relative;
  z-index: 2;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  padding: 70rem 20rem 60rem;
}
.register-form-box {
  padding-top: 40rem;
  padding-bottom: 120rem;
}
.register-form-item {
  padding-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10rem;
}
.register-form-item label {
  font-family: Microsoft YaHei;
  padding-right: 20rem;
  color: #202c3d;
  display: block;
  /* padding-top: 20rem; */
  width: 100rem;
  text-align: right;
}
.my-record-input {
  font-family: Microsoft YaHei;
  width: 500rem;
  height: 60rem;
  background: #f2f4f9;
  border-radius: 8px;
  padding-left: 20rem;
}
.register-form-item textarea {
  width: calc(100% - 140rem);
  height: 200rem;
  font-family: Microsoft YaHei;
  background: #f2f4f9;
  border-radius: 8px;
  padding: 20rem;
}
.radio-group {
  display: flex;
  align-items: center;
  width: 500rem;
}
.radio-group input {
  width: 20rem;
}
.radio-group label {
  width: auto;
  padding-left: 10rem;
}
.register-form-btns {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -180rem;
}
.register-form-readme label {
  width: 100%;
  display: flex;
  justify-content: center;
}
.my-record-checkbox {
  width: 22rem;
  height: 22rem;
  margin-right: 5rem;
}
.application-process-box {
  width: 100%;
  padding-bottom: 120rem;
  background: url(./../image/img/application-process-bg.png) no-repeat;
  background-size: 100% 100%;
}
.application-process-box .public-title-info {
  padding: 60rem 0;
}
.application-process-list {
  display: flex;
  align-items: center;
  padding: 0 45rem;
}
.application-process-item {
  width: calc((100% - (20rem * 4)) / 5);
  margin-right: 20rem;
  position: relative;
  display: flex;
}
.application-process-item:nth-child(5) {
  margin-right: 0;
}
.application-process-icon {
  width: 80rem;
}
.application-process-cont {
  padding-left: 10rem;
}
.application-process-no {
  font-family: D-DIN-PRO;
  font-weight: bold;
  color: #0b3cae;
}
.application-process-name {
  font-weight: bold;
  color: #202c3d;
}
.application-process-item::after {
  content: "";
  position: absolute;
  right: 0;
  width: 42rem;
  height: 74rem;
  background: url(./../image/icon/index-cooperate-arr.png) no-repeat;
  background-size: 100% 100%;
}
.application-process-item:nth-child(5)::after {
  display: none;
}
.public-dialog-max {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
}
.public-dialog-box {
  padding-top: 12vh;
}
.public-dialog-header {
  width: 100%;
  height: 120rem;
  background: url(./../image/icon/dialog-header.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.public-dialog-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: calc(100% + 20rem);
  width: 44rem;
  height: 44rem;
  background: url(./../image/icon/dialog-close.png) no-repeat;
  background-size: 100% 100%;
}
.public-dialog-main {
  width: 100%;
  height: 70vh;
  padding: 35rem 35rem 35rem 45rem;
  background: #ffffff;
  border-radius: 0 0 16rem 16rem;
  -webkit-border-radius: 0 0 16rem 16rem;
  -moz-border-radius: 0 0 16rem 16rem;
  -ms-border-radius: 0 0 16rem 16rem;
  -o-border-radius: 0 0 16rem 16rem;
}
.public-dialog-content {
  padding-bottom: 40rem;
}
.public-dialog-content p {
  color: #202c3d;
  line-height: 1.8;
  padding-bottom: 20rem;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  background: none;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #0b3cae;
  width: 5px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:focus,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:target,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #0b3cae;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #0b3cae;
}
.public-dialog-footer {
  padding-top: 50rem;
  padding-bottom: 30rem;
  border-top: 1px solid #ced4e8;
}
.public-dialog-btn {
  margin: 0 auto;
}
.login-dialog .public-dialog-header {
  background: url(./../image/icon/login-dialog-header.png) no-repeat;
  background-size: 100% 100%;
}
.login-dialog .public-dialog-main {
  height: auto;
}
.login-dialog .public-dialog-box {
  width: 52%;
  margin: 0 auto;
}
.public-dialog-item input {
  font-family: Microsoft YaHei;
  width: 100%;
  height: 60rem;
  margin-bottom: 16rem;
  padding-left: 25rem;
  background: #f2f4f9;
  border-radius: 8px;
}
.login-dialog-form {
  width: 50%;
  margin: 0 auto;
}
.login-dialog-forget {
  text-align: right;
  color: #0b3cae;
}
.btn-login {
  margin-top: 20rem;
  width: 100%;
  cursor: pointer;
  font-family: Microsoft YaHei;
}
.login-dialog-register {
  margin-top: 30rem;
  font-weight: 400;
  color: #0b3cae;
  text-decoration-line: underline;
  text-align: center;
}
.forget-step-box {
  padding: 30rem 150rem 80rem;
}
.forget-step-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.forget-step-item {
  width: auto;
  margin-right: 128rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 15rem;
}

.forget-step-item:nth-child(4) {
  margin-right: 0;
}
.forget-step-num {
  font-family: D-DIN-PRO;
  font-weight: bold;
  width: 54rem;
  height: 54rem;
  background: #c7cfe3;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forget-step-adopt .forget-step-num,
.forget-step-life .forget-step-num {
  background: #0b3cae;
}
.forget-step-text {
  font-weight: bold;
  color: #202c3d;
  padding-left: 10rem;
}
.forget-step-item::before {
  position: absolute;
  left: calc(100% + 12rem);
  top: -12rem;
  content: "...";
  font-size: 50rem;
  line-height: 1;
  color: #c7cfe3;
}
.forget-step-adopt::before {
  color: #3fcda7;
}
.forget-step-item:nth-child(4)::before {
  display: none;
}
.forget-step-arr {
  position: absolute;
  left: calc(100% + 50rem);
  top: calc(50% - 33rem);
  width: 42rem;
  height: 74rem;
  background: url(./../image/icon/forget-step-arr.png) no-repeat;
  background-size: 100% 100%;
}
.forget-step-adopt .forget-step-arr {
  background: url(./../image/icon/forget-step-arr-on.png) no-repeat;
  background-size: 100% 100%;
}
.forget-step-item::after {
  position: absolute;
  left: calc(100% + 50rem + 42rem + 5rem);
  top: -12rem;
  content: "...";
  font-size: 50rem;
  line-height: 1;
  color: #c7cfe3;
}
.forget-step-adopt::after {
  color: #3fcda7;
}
.forget-step-item:nth-child(4)::after {
  display: none;
}
.forget-step-box .register-form-item {
  margin-top: 30rem;
}
.forget-finish-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35rem 0 40rem;
}
.forget-finish-icon {
  width: 53rem;
}
.forget-finish-text {
  color: #18c295;
  padding-left: 15rem;
  font-weight: bold;
}
.forget-finish-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.forget-main-box {
  margin-top: -900rem;
  min-height: 900rem;
}
.subscribe-dialog .register-form-item label {
  width: 180rem;
}
.subscribe-dialog .register-form-readme label {
  width: 100%;
}
.subscribe-dialog .register-form-btns {
  margin-left: 95rem;
}
.custom-file-upload {
  position: relative;
  display: inline-block;
}
.register-form-download {
  position: relative;
}
.custom-file-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.custom-file-button {
  width: 300rem;
  height: 80rem;
  background: #f2f4f9;
  border-radius: 8px;
  border: 1px solid #b2c7fb;
  color: #0b3cae;
}
.custom-file-name {
  margin-left: 10px;
  vertical-align: middle;
}
.custom-file-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-file-icon {
  width: 25rem;
}
.custom-file-text {
  padding-left: 10rem;
  color: #0b3cae;
}
.download-demo-box {
  width: 300rem;
  height: 80rem;
  background: #f2f4f9;
  border-radius: 8px;
  border: 1px solid #b2c7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20rem;
  cursor: pointer;
}
.download-demo-icon {
  width: 40rem;
}
.download-demo-text {
  padding-left: 15rem;
  font-weight: 400;
  color: #202c3d;
}
.download-demo-btn {
  width: 80rem;
  height: 40rem;
  background: #0b3cae;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20rem;
}
.download-demo-btn-icon {
  width: 17rem;
}
.download-demo-btn-text {
  padding-left: 5rem;
  font-weight: 400;
  color: #ffffff;
}
.register-form-download-container {
  display: flex;
  width: 500rem;
  height: 80rem;
  position: relative;
}
.register-form-download-absolute {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.subscribe-dialog-form {
  padding-bottom: 80rem;
}

@media screen and (min-width: 1000px) and (max-width: 1460px) {
  .cooperace-introduce-decs {
    padding-top: 40rem;
  }
  .register-form-item label {
    width: 140rem;
  }
  .register-form-readme label {
    width: 100%;
  }
  .my-record-checkbox {
    margin-top: 4rem;
  }
  .application-process-item {
    padding-right: 40rem;
  }
  .application-process-item {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
}
@media screen and (max-width: 999px) {
  html {
    font-size: var(--psize);
  }
  body {
    font-size: 24rem;
  }
  .pc {
    display: none !important;
  }
  .wap {
    display: block !important;
  }
  .main-center {
    width: calc(100% - 50rem);
    margin: 0 auto;
  }
  .banner-item-content {
    top: 66.5%;
  }
  .banner-item-text {
    height: 248rem;
    width: auto;
    margin: 0 auto 0;
  }

  .header-box {
    padding: 0 30rem 0 0;
  }
  .header-menu-box {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding-left: 40%;
    margin-right: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .header-menu-hiden {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .header-menu-open {
    width: 50rem;
    height: 50rem;
    margin-left: 30rem;
    background: url(./../image/icon/sj_nav.png) no-repeat;
    background-size: 100% 100%;
  }
  .header-menu-header {
    display: flex !important;
    width: 100%;
    height: 100rem;
    background: #fff;
    border-bottom: 1px solid #cacacd;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30rem;
  }
  .header-menu-close {
    width: 50rem;
    height: 50rem;
    background: url(./../image/icon/icon_close.png) no-repeat;
    background-size: 100% 100%;
  }
  .header-menu-main {
    width: 100%;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 50rem;
  }
  .header-menu-item {
    margin: 0 50rem 30rem;
    width: 100%;
  }
  .header-menu-item-link {
    color: #202c3d;
    text-align: left;
    margin: 0;
  }
  .header-menu-item-link:hover {
    color: rgba(32, 44, 61, 0.8);
  }
  .header-menu-item:hover .header-menu-children {
    opacity: 1;
    height: auto;
  }

  .header-menu-children {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .header-menu-sub {
    width: 100%;
    background: transparent;
    color: #202c3d;
    text-align: left;
    padding: 10rem 40rem;
  }
  .header-menu-sub:hover {
    background: transparent;
    color: #202c3d;
  }
  .public-btn {
    width: 240rem;
    height: 80rem;
    background: #0b3cae;
  }
  .index-news-header .public-btn {
    background: transparent;
    width: 200rem;
  }
  .index-news-header .index-news-on {
    width: 240rem;
    padding-left: 60rem;
    background: url(./../image/icon/index-news-type.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
  }
  .index-sample-btn-img {
    width: 34rem;
  }

  .index-sample-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40rem;
  }
  .index-sample-item {
    width: calc((100% - 30rem) / 2);
    margin-right: 30rem;
    padding-bottom: 50rem;
    margin-top: 100rem;
  }

  .index-sample-item:nth-child(2n) {
    margin-right: 0;
  }
  .index-about-content {
    width: 100%;
  }
  .index-news-content {
    flex-direction: column;
  }
  .index-news-left {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .index-news-right {
    width: 100%;
    padding-left: 0;
  }
  .index-news-right .index-news-decs {
    width: 85%;
  }
  .index-innovate-img {
    width: 100%;
    position: relative;
    top: auto;
    right: 0;
    margin-top: 40rem;
  }
  .index-innovate-text {
    width: 100%;
  }
  .index-cooperate-item {
    position: relative;
    width: 100%;
    margin-right: 0;
  }
  .index-cooperate-cont::after {
    display: none;
  }
  .public-footer-center {
    display: flex;
    align-items: flex-start;
    padding-top: 40rem;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer-center-item {
    padding-bottom: 30rem;
  }
  .cooperace-introduce-decs {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 40rem;
    width: 100%;
    color: #202c3d;
  }
  .cooperace-strip-item {
    min-height: 70rem;
    height: auto;
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .cooperace-resource-flex {
    display: flex;
    flex-direction: column;
  }
  .cooperace-resource-img {
    width: 100%;
  }
  .cooperace-resource-cont {
    padding-left: 0;
    width: 100%;
    padding-top: 40rem;
  }
  .cooperace-resource-text {
    width: 100%;
  }
  .cooperace-resource-table {
    overflow-x: auto; /* 水平滚动 */
    -webkit-overflow-scrolling: touch; /* 兼容 iOS 滚动体验 */
    width: 100%;
  }

  .cooperace-resource-table table {
    min-width: 100%; /* 确保表格宽度适应容器 */
    border-collapse: collapse;
    white-space: nowrap; /* 禁止换行，保持一行展示 */
    white-space: nowrap;
    width: auto;
  }

  .cooperace-resource-table th,
  .cooperace-resource-table td {
    padding: 12px;
    text-align: center;
    min-width: 120px; /* 可根据实际情况调整 */
  }
  .news-list-item {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .news-item-img {
    width: 100%;
  }
  .news-item-cont {
    width: 100%;
    padding: 0;
  }
  .public-page-item {
    width: 70rem;
    height: 70rem;
  }
  .news-title-box {
    padding: 0 40rem;
  }
  .news-rise-item {
    margin-right: 20rem;
  }
  .news-header-down {
    position: relative;
    right: auto;
    margin: 40rem auto 0;
    top: auto;
    width: 170rem;
    height: 60rem;
  }
  .news-info-box {
    padding: 40rem 0;
  }
  .news-overdown-box .news-header-down {
    margin-top: 0;
  }
  .innovae-text-box {
    padding: 0 0;
  }
  .cooperation-worth-list {
    padding-top: 50rem;
  }
  .index-innovate-number span {
    font-size: 60rem;
  }
  .cooperation-file-name {
    width: 300rem;
  }
  .cooperation-worth-text {
    position: relative;
    left: auto;
    top: auto;
  }
  .cooperation-worth-item:nth-child(1),
  .cooperation-worth-item:nth-child(2),
  .cooperation-worth-item:nth-child(3) {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 400rem;
  }
  .cooperation-worth-item:nth-child(1)::after,
  .cooperation-worth-item:nth-child(2)::after,
  .cooperation-worth-item:nth-child(3)::after {
    display: none;
  }
  .index-cooperate-name {
    width: auto;
  }
  .my-main-box {
    margin-top: -300rem !important;
  }
  .my-header-box {
    margin-top: 20rem;
    padding: 57rem 60rem 35rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: transparent;
  }
  .my-header-item:nth-child(2) {
    width: 40%;
  }
  .my-header-item {
    flex: auto;
    width: 60%;
  }
  .my-header-flex {
    margin-top: 40rem;
  }
  .my-record-list {
    padding: 40rem 0;
  }
  .my-record-item {
    padding: 40rem 20rem 40rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .my-record-date {
    margin-top: 20rem;
    font-weight: bold;
    text-align: right;
    /* width: 100%; */
    width: 200rem;
    height: 70rem;
    margin-left: auto;
  }
  .my-record-dot {
    margin-top: 6rem;
  }
  .my-record-box {
    padding-top: 60rem;
  }
  .my-form-item {
    flex-direction: column;
  }
  .my-form-item input {
    width: 100%;
    height: 80rem;
    margin-top: 20rem;
  }
  .my-form-item textarea {
    margin-top: 20rem;
    width: 100%;
    height: 300rem;
  }
  .my-form-flex {
    justify-content: center;
  }
  .btn-reset {
    cursor: pointer;
    background: #a0adcd;
    font-family: Microsoft YaHei;
  }
  .state-main-box {
    margin-top: -550rem !important;
  }
  .register-form-item label {
    width: 160rem;
  }
  .my-record-input {
    width: 450rem;
    height: 70rem;
  }
  .register-form-readme label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .my-record-checkbox {
    width: 30rem;
    height: 30rem;
    margin-top: 4rem;
    margin-right: 15rem;
  }
  .register-form-btns {
    margin-left: 0;
    margin-top: 40rem;
  }
  .application-process-list {
    display: flex;
    align-items: center;
    padding: 0 45rem;
    flex-direction: column;
  }
  .state-main-center {
    padding-left: 0;
    padding-right: 0;
  }
  .application-process-box .index-cooperate-list {
    padding: 0 40rem 0 30rem;
  }
  .login-dialog .public-dialog-box {
    width: 80%;
    margin: 0 auto;
  }
  .login-dialog-form {
    width: 100%;
    margin: 0 auto;
  }
  .public-dialog-item input {
    height: 80rem;
  }
  .btn-login {
    width: 100%;
  }
  .forget-step-box {
    padding: 30rem 40rem 80rem;
  }
  .forget-step-life {
    display: flex !important;
    align-items: center;
  }
  .state-main-box {
    min-height: 900rem;
  }
  .register-form-download-container {
    height: auto;
    width: 100%;
  }
  .register-form-download-absolute {
    display: flex;
    position: relative;
    left: auto;
    top: auto;
    flex-direction: column;
  }
  .custom-file-button {
    width: 100%;
    height: 80rem;
    background: #f2f4f9;
    border-radius: 8px;
    border: 1px solid #b2c7fb;
    color: #0b3cae;
    margin-left: 10rem;
    margin-bottom: 20rem;
  }
  .download-demo-box {
    padding: 0 20rem;
    width: 100%;
    margin-left: 10rem;
  }
  .subscribe-dialog .register-form-btns {
    margin-left: 0;
    padding-bottom: 50rem;
  }
  .download-demo-btn-icon {
    display: none;
  }
  .cooperace-next-box {
    position: relative;
    padding: 50rem 40rem 100rem;
    background: url(./../image/img/cooperace-next-bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .cooperace-next-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: url(./../image/img/cooperace-next-item1.png) no-repeat;
    background-size: 100% 100%;
  }
  .cooperace-next-item-wap {
    margin-top: 40rem;
  }
  .cooperace-next-name {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 20rem 0;
    font-weight: bold;
    color: #ffffff;
    background: #0c3daf;
    border-radius: 20rem 20rem 0 0;
    -webkit-border-radius: 20rem 20rem 0 0;
    -moz-border-radius: 20rem 20rem 0 0;
    -ms-border-radius: 20rem 20rem 0 0;
    -o-border-radius: 20rem 20rem 0 0;
  }
  .cooperace-next-item-wap:nth-child(2) .cooperace-next-name {
    background: #2b9be9;
  }
  .cooperace-next-item-wap:nth-child(3) .cooperace-next-name {
    background: #0ab588;
  }
  .cooperace-next-item-wap:nth-child(4) .cooperace-next-name {
    background: #07928d;
  }
  .cooperace-introduce-cont {
    padding-top: 45rem;
    padding-bottom: 45rem;
    width: 100%;
    padding-left: 80rem;
    padding-right: 80rem;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 4px 5px 46px 0px rgba(201, 209, 226, 0.4);
    border-radius: 16rem;
    border: 1px solid #e1e1e1;
  }
  /* .cooperace-introduce-cont::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    border-radius: 16rem;
    border: 1px solid #e1e1e1;
    background: radial-gradient(circle, #ffffff 0%, #d1dbe9 100%);
  } */
  .cooperace-introduce-p1::after {
    content: "";
    position: absolute;
    top: calc(50% - 12rem);
    right: calc(100% + 3rem);
    width: 24rem;
    height: 24rem;
    /* background: #2cc89e; */
    background: url(./../image/icon/cooperace-introduce-green.svg) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .index-sample-box {
    background: url(./../image/img/index-samrle-bg-wap.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-about-box {
    background: url(./../image/img/index-library-bg-wap.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-news-box {
    background: url(./../image/img/index-news-bg-wap.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-innovate-box {
    background: url(./../image/img/index-innovate-bg-wap.png) no-repeat;
    background-size: 100% 100%;
  }
  .public-footer-box {
    background: url(./../image/img/public-footer-bg-wap.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-cooperate-cont {
    padding-left: 120rem;
  }
  .subscribe-dialog .index-cooperate-cont {
    padding-left: 40rem;
  }
  .index-innovate-flex {
    width: 100%;
    flex-wrap: wrap;
  }
  .index-innovate-item {
    margin-bottom: 40rem;
  }
  .evaluate-dialog .public-dialog-box {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  body {
    font-size: 14px;
  }
  .main-center {
    width: calc(100% - 80rem);
    margin: 0 auto;
  }
  .font-size-40 {
    font-size: 20px;
    line-height: 1.4;
  }
  .font-size-30 {
    font-size: 20px;
    line-height: 1.4;
  }
  .font-size-20 {
    font-size: 16px;
    line-height: 1.4;
  }
  .footer-top-text {
    font-size: 14px;
  }
  .register-form-readme label {
    font-size: 14px;
  }
  .my-record-date {
    font-size: 14px;
  }
}
